From 4efd7ecfc2fba9f58cf38fd09031da0825e4ff3c Mon Sep 17 00:00:00 2001 From: Kosala Hemachandra Date: Tue, 3 Apr 2018 16:07:33 -0700 Subject: [PATCH] switching from LLC to INC --- LICENSE.md | 2 +- app/includes/footer-disclaimer-modal.tpl | 2 +- app/includes/footer.tpl | 2 +- app/includes/header.tpl | 8 +- app/includes/onboardingModal.tpl | 2 +- app/manifest.json | 2 +- app/scripts/directives/walletDecryptDrtv.html | 6 +- app/scripts/translations/ar.js | 2 +- app/scripts/translations/ca.js | 2 +- app/scripts/translations/de.js | 2 +- app/scripts/translations/el.js | 2 +- app/scripts/translations/en.js | 2 +- app/scripts/translations/es.js | 2 +- app/scripts/translations/fa.js | 2 +- app/scripts/translations/fi.js | 2 +- app/scripts/translations/fr.js | 2 +- app/scripts/translations/ht.js | 2 +- app/scripts/translations/hu.js | 2 +- app/scripts/translations/id.js | 2 +- app/scripts/translations/it.js | 2 +- app/scripts/translations/ja.js | 2 +- app/scripts/translations/ko.js | 2 +- app/scripts/translations/nl.js | 2 +- app/scripts/translations/no.js | 2 +- app/scripts/translations/pl.js | 2 +- app/scripts/translations/pt.js | 2 +- app/scripts/translations/ru.js | 2 +- app/scripts/translations/sk.js | 2 +- app/scripts/translations/sl.js | 2 +- app/scripts/translations/sv.js | 2 +- app/scripts/translations/th.js | 2 +- app/scripts/translations/tr.js | 2 +- app/scripts/translations/vi.js | 2 +- app/scripts/translations/zhcn.js | 2 +- app/scripts/translations/zhtw.js | 2 +- chrome-extension/background/extension.js | 230 + .../css/etherwallet-master.min.css | 2 +- chrome-extension/cx-wallet.html | 451 +- chrome-extension/embedded.html | 554 - chrome-extension/helpers.html | 12 +- chrome-extension/images/fav/manifest.json | 18 - chrome-extension/images/icon-edit-white.png | Bin 0 -> 1883 bytes .../images/icon-remove-red-white.png | Bin 0 -> 1940 bytes .../images/icon-spinner-white.svg | 2 + chrome-extension/images/icon-view-white.png | Bin 0 -> 2245 bytes chrome-extension/index.html | 7514 - chrome-extension/js/etherwallet-master.js | 108755 ++++++++------- chrome-extension/manifest.json | 10 +- chrome-extension/package.json | 13 - chrome-extension/phishing.html | 1117 + chrome-extension/signmsg.html | 171 - dist/css/etherwallet-master.min.css | 2 +- dist/cx-wallet.html | 8393 -- dist/helpers.html | 12 +- dist/images/icon-edit-white.png | Bin 0 -> 1883 bytes dist/images/icon-remove-red-white.png | Bin 0 -> 1940 bytes dist/images/icon-spinner-white.svg | 2 + dist/images/icon-view-white.png | Bin 0 -> 2245 bytes dist/images/icons/icon128.png | Bin 25795 -> 0 bytes dist/images/icons/icon16.png | Bin 482 -> 0 bytes dist/images/icons/icon192.png | Bin 5287 -> 0 bytes dist/images/icons/icon32.png | Bin 836 -> 0 bytes dist/index.html | 24 +- dist/js/etherwallet-master.js | 108755 ++++++++------- dist/manifest.json | 22 - dist/phishing.html | 1117 + 66 files changed, 115833 insertions(+), 121423 deletions(-) create mode 100644 chrome-extension/background/extension.js delete mode 100644 chrome-extension/embedded.html delete mode 100644 chrome-extension/images/fav/manifest.json create mode 100644 chrome-extension/images/icon-edit-white.png create mode 100644 chrome-extension/images/icon-remove-red-white.png create mode 100644 chrome-extension/images/icon-spinner-white.svg create mode 100644 chrome-extension/images/icon-view-white.png delete mode 100644 chrome-extension/index.html delete mode 100644 chrome-extension/package.json create mode 100644 chrome-extension/phishing.html delete mode 100644 chrome-extension/signmsg.html delete mode 100644 dist/cx-wallet.html create mode 100644 dist/images/icon-edit-white.png create mode 100644 dist/images/icon-remove-red-white.png create mode 100644 dist/images/icon-spinner-white.svg create mode 100644 dist/images/icon-view-white.png delete mode 100644 dist/images/icons/icon128.png delete mode 100644 dist/images/icons/icon16.png delete mode 100644 dist/images/icons/icon192.png delete mode 100644 dist/images/icons/icon32.png delete mode 100644 dist/manifest.json create mode 100644 dist/phishing.html diff --git a/LICENSE.md b/LICENSE.md index 12d1a6a8a3..03052a58d4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2015-2017 MyEtherWallet LLC +Copyright (C) 2015-2017 MyEtherWallet INC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/includes/footer-disclaimer-modal.tpl b/app/includes/footer-disclaimer-modal.tpl index 706fb6044c..bcc07147ce 100644 --- a/app/includes/footer-disclaimer-modal.tpl +++ b/app/includes/footer-disclaimer-modal.tpl @@ -15,7 +15,7 @@

Translations of MyEtherWallet: The community has done an amazing job translating MyEtherWallet into a variety of languages. However, MyEtherWallet can only verify the validity and accuracy of the information provided in English and, because of this, the English version of our website is the official text.

-

MIT License Copyright © 2015-2017 MyEtherWallet LLC

+

MIT License Copyright © 2015-2017 MyEtherWallet INC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

diff --git a/app/includes/footer.tpl b/app/includes/footer.tpl index 2d2603e809..7ee4657254 100644 --- a/app/includes/footer.tpl +++ b/app/includes/footer.tpl @@ -40,7 +40,7 @@

- © 2018 MyEtherWallet, LLC + © 2018 MyEtherWallet, Inc

diff --git a/app/includes/header.tpl b/app/includes/header.tpl index 79b0a74fbe..9212e7c0c7 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -47,7 +47,7 @@ "@context": "http://schema.org", "@type" : "Organization", "name" : "MyEtherWallet", -"legalName" : "MyEtherWallet LLC", +"legalName" : "MyEtherWallet Inc", "url" : "https://www.myetherwallet.com/", "contactPoint" : [{ "@type" : "ContactPoint", @@ -98,18 +98,18 @@ @@if (site === 'mew' ) { MyEtherWallet -

3.21.03

+

3.21.04

} @@if (site === 'cx' ) { MyEtherWallet -

3.21.03

+

3.21.04

}
- + diff --git a/app/includes/onboardingModal.tpl b/app/includes/onboardingModal.tpl index eabb8b6d2f..2b1bb96200 100644 --- a/app/includes/onboardingModal.tpl +++ b/app/includes/onboardingModal.tpl @@ -326,7 +326,7 @@ Always check the URL: `https://www.myetherwallet.com`.
  • - Always make sure the URL bar has `MYETHERWALLET LLC` in green. + Always make sure the URL bar has `MYETHERWALLET Inc` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/app/manifest.json b/app/manifest.json index 0849074a4b..62ace2273e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.21.03", + "version": "3.21.04", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index 9aed91bd2f..88d5704137 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -524,7 +524,7 @@
  • - If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar. + If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.

    @@ -600,7 +600,7 @@
    - If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar. + If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.

    @@ -681,7 +681,7 @@
    - If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar. + If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.

    diff --git a/app/scripts/translations/ar.js b/app/scripts/translations/ar.js index e5be68ae6e..d2abefc9b6 100644 --- a/app/scripts/translations/ar.js +++ b/app/scripts/translations/ar.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ca.js b/app/scripts/translations/ca.js index fdfdb82899..2ee9a97c08 100644 --- a/app/scripts/translations/ca.js +++ b/app/scripts/translations/ca.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/de.js b/app/scripts/translations/de.js index 1b47622ee2..6966e27a3a 100644 --- a/app/scripts/translations/de.js +++ b/app/scripts/translations/de.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/el.js b/app/scripts/translations/el.js index 747f87475b..b4a23e797e 100644 --- a/app/scripts/translations/el.js +++ b/app/scripts/translations/el.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/en.js b/app/scripts/translations/en.js index b2c5cfafe4..defc92468b 100644 --- a/app/scripts/translations/en.js +++ b/app/scripts/translations/en.js @@ -173,7 +173,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/es.js b/app/scripts/translations/es.js index 79dfcfea98..f4aff546c0 100644 --- a/app/scripts/translations/es.js +++ b/app/scripts/translations/es.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/fa.js b/app/scripts/translations/fa.js index 3ab9d47100..ddf3fa2a14 100644 --- a/app/scripts/translations/fa.js +++ b/app/scripts/translations/fa.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/fi.js b/app/scripts/translations/fi.js index 842a82ac62..4c2eff08bd 100644 --- a/app/scripts/translations/fi.js +++ b/app/scripts/translations/fi.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/fr.js b/app/scripts/translations/fr.js index c89385a358..77db65bd2c 100644 --- a/app/scripts/translations/fr.js +++ b/app/scripts/translations/fr.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ht.js b/app/scripts/translations/ht.js index 2b8c52a9c3..a0e303c264 100644 --- a/app/scripts/translations/ht.js +++ b/app/scripts/translations/ht.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/hu.js b/app/scripts/translations/hu.js index 24bac14a31..2fd574827e 100644 --- a/app/scripts/translations/hu.js +++ b/app/scripts/translations/hu.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/id.js b/app/scripts/translations/id.js index 6ca5b2420f..56ae782f2f 100644 --- a/app/scripts/translations/id.js +++ b/app/scripts/translations/id.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'Cara Melindungi Diri Anda dari Phisher', ONBOARD_secure_1_content__1 : 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.', ONBOARD_secure_1_content__2 : 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.', ONBOARD_secure_1_content__3 : 'Selalu periksa URLnya: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC` dalam warna hijau.', +ONBOARD_secure_1_content__4 : 'Pastikan bar URL menunjukkan `MYETHERWALLET INC` dalam warna hijau.', ONBOARD_secure_1_content__5 : 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.', ONBOARD_secure_1_content__6 : 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.', ONBOARD_secure_1_content__7 : '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).', diff --git a/app/scripts/translations/it.js b/app/scripts/translations/it.js index 0f036963e3..3074ac99b7 100644 --- a/app/scripts/translations/it.js +++ b/app/scripts/translations/it.js @@ -169,7 +169,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ja.js b/app/scripts/translations/ja.js index fee40357d1..efd2271b27 100644 --- a/app/scripts/translations/ja.js +++ b/app/scripts/translations/ja.js @@ -173,7 +173,7 @@ ONBOARD_secure_1_title : 'オンライン詐欺から自分自身を ONBOARD_secure_1_content__1 : 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。', /*Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.*/ ONBOARD_secure_1_content__2 : '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。', /*Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.*/ ONBOARD_secure_1_content__3 : 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。', /*Always check the URL: `https://www.myetherwallet.com`.*/ -ONBOARD_secure_1_content__4 : 'URLバーに、 `MYETHERWALLET LLC`と緑色で表示されていることを必ず確認してください。', /**/ +ONBOARD_secure_1_content__4 : 'URLバーに、 `MYETHERWALLET INC`と緑色で表示されていることを必ず確認してください。', /**/ ONBOARD_secure_1_content__5 : 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。', /*Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.*/ ONBOARD_secure_1_content__6 : '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。', /*Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.*/ ONBOARD_secure_1_content__7 : '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。', /*[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).*/ diff --git a/app/scripts/translations/ko.js b/app/scripts/translations/ko.js index 63b075be9a..d7d1bd2d4e 100644 --- a/app/scripts/translations/ko.js +++ b/app/scripts/translations/ko.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/nl.js b/app/scripts/translations/nl.js index 42b412f9b2..6d3c5caea9 100644 --- a/app/scripts/translations/nl.js +++ b/app/scripts/translations/nl.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/no.js b/app/scripts/translations/no.js index 581e23b5ef..e3f99a9303 100644 --- a/app/scripts/translations/no.js +++ b/app/scripts/translations/no.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/pl.js b/app/scripts/translations/pl.js index 03a1566765..8892f21450 100644 --- a/app/scripts/translations/pl.js +++ b/app/scripts/translations/pl.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/pt.js b/app/scripts/translations/pt.js index ce91951f31..128aad775e 100644 --- a/app/scripts/translations/pt.js +++ b/app/scripts/translations/pt.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ru.js b/app/scripts/translations/ru.js index 9f7f1a6c1b..d1a3f2c130 100644 --- a/app/scripts/translations/ru.js +++ b/app/scripts/translations/ru.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/sk.js b/app/scripts/translations/sk.js index 8106cb505c..2eb9cc47e7 100644 --- a/app/scripts/translations/sk.js +++ b/app/scripts/translations/sk.js @@ -169,7 +169,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/sl.js b/app/scripts/translations/sl.js index b0cd39ac2f..93e9dd5b9f 100644 --- a/app/scripts/translations/sl.js +++ b/app/scripts/translations/sl.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/sv.js b/app/scripts/translations/sv.js index f705cb11c5..e6c1b49177 100644 --- a/app/scripts/translations/sv.js +++ b/app/scripts/translations/sv.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/th.js b/app/scripts/translations/th.js index 8ce44088ee..25d86f6dee 100644 --- a/app/scripts/translations/th.js +++ b/app/scripts/translations/th.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/tr.js b/app/scripts/translations/tr.js index d8802343b0..c4735d0629 100644 --- a/app/scripts/translations/tr.js +++ b/app/scripts/translations/tr.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/vi.js b/app/scripts/translations/vi.js index 1770579bff..5937e70d0c 100644 --- a/app/scripts/translations/vi.js +++ b/app/scripts/translations/vi.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/zhcn.js b/app/scripts/translations/zhcn.js index 79157547d5..29a28826b3 100644 --- a/app/scripts/translations/zhcn.js +++ b/app/scripts/translations/zhcn.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : '如何防范钓鱼网站', ONBOARD_secure_1_content__1 : '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.', ONBOARD_secure_1_content__2 : '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.', ONBOARD_secure_1_content__3 : '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC` 字样的绿色字体.', +ONBOARD_secure_1_content__4 : '正常情况下地址栏左侧会始终显示 `MYETHERWALLET INC` 字样的绿色字体.', ONBOARD_secure_1_content__5 : '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.', ONBOARD_secure_1_content__6 : '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.', ONBOARD_secure_1_content__7 : '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).', diff --git a/app/scripts/translations/zhtw.js b/app/scripts/translations/zhtw.js index f1d079c268..777c06e5a0 100644 --- a/app/scripts/translations/zhtw.js +++ b/app/scripts/translations/zhtw.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET INC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/chrome-extension/background/extension.js b/chrome-extension/background/extension.js new file mode 100644 index 0000000000..06a2490e20 --- /dev/null +++ b/chrome-extension/background/extension.js @@ -0,0 +1,230 @@ +(function() { + localStorage.getItem("eal-blacklisted-domains") === null + ? getDomains("eal") + : checkIfDataIsRecent("eal"); + localStorage.getItem("iosiro-blacklisted-domains") === null + ? getDomains("iosiro") + : checkIfDataIsRecent("iosiro"); + + localStorage.getItem("409h-whitelisted-domains") === null + ? getDomains("409h") + : checkIfDataIsRecent("409h"); + + setInterval(function() { + getDomains(); + }, 180000); + + chrome.tabs.query({ active: true, lastFocusedWindow: true }, function(tabs) { + querycB(tabs); + }); + + chrome.tabs.onActivated.addListener(cb); + chrome.tabs.onUpdated.addListener(cb); +})(); + +function cb() { + chrome.tabs.query({ active: true, lastFocusedWindow: true }, function(tabs) { + querycB(tabs); + }); +} + +function querycB(tabs) { + const SEARCH_STRING = ["myetherwallet"]; + const ealBlacklisted = JSON.parse( + localStorage.getItem("eal-blacklisted-domains") + ); + const iosiroBlacklisted = JSON.parse( + localStorage.getItem("iosiro-blacklisted-domains") + ); + + const whitelisted = JSON.parse( + localStorage.getItem("409h-whitelisted-domains") + ); + + const allDomains = ealBlacklisted.domains.concat(iosiroBlacklisted.domains); + let urlRedirect; + let foundWhitelist = whitelisted.domains.find(dom => { + return dom === extractRootDomain(tabs[0].url); + }); + + let foundBlacklist = allDomains.find(dom => { + return dom === extractRootDomain(tabs[0].url); + }); + + if(foundWhitelist === undefined) { + if (foundBlacklist !== undefined || checkUrlSimilarity(tabs[0].url, SEARCH_STRING)) { + urlRedirect = encodeURI( + `https://www.myetherwallet.com/phishing.html?phishing-address=${ + tabs[0].url + }` + ); + chrome.tabs.update(null, { url: urlRedirect }); + } + } +} + +function extractHostname(url) { + let hostname; + if (url.indexOf("://") > -1) { + hostname = url.split("/")[2]; + } else { + hostname = url.split("/")[0]; + } + + hostname = hostname.split(":")[0]; + hostname = hostname.split("?")[0]; + + return hostname; +} + +function extractRootDomain(url) { + let domain = extractHostname(url), + splitArr = domain.split("."), + arrLen = splitArr.length; + + if (arrLen > 2) { + domain = splitArr[arrLen - 2] + "." + splitArr[arrLen - 1]; + if (splitArr[arrLen - 2].length == 2 && splitArr[arrLen - 1].length == 2) { + domain = splitArr[arrLen - 3] + "." + domain; + } + } + return domain.toLowerCase(); +} + +function checkIfDataIsRecent(str) { + let storedName = (str === "eal" || str === "iosiro") ? str + "-blacklisted-domains" : str + "-whitelisted-domains"; + let dataObj = JSON.parse(localStorage.getItem(storedName)); + if ( + dataObj.timestamp === 0 || + Math.floor(Date.now() / 1000) - dataObj.timestamp > 300 + ) { + return getDomains(str); + } + return dataObj; +} + +function getDomains(str) { + let blackListDomains = { + eal: { + timestamp: 0, + domains: [], + format: "plain", + repo: + "https://raw.githubusercontent.com/409H/EtherAddressLookup/master/blacklists/domains.json", + identifer: "eal" + }, + iosiro: { + timestamp: 0, + domains: [], + format: "plain", + repo: + "https://raw.githubusercontent.com/iosiro/counter_phishing_blacklist/master/blacklists/domains.json", + identifer: "iosiro" + } + }; + + let whiteListDomains = { + "409h": { + timestamp: 0, + domains: [], + format: "plain", + repo: + "https://raw.githubusercontent.com/409H/EtherAddressLookup/master/whitelists/domains.json", + identifer: "whitelist" + } + } + + let newName; + + if (str && str !== "" && (str === "eal" || str === "iosiro")) { + newName = str + "-blacklisted-domains"; + setInStorage(blackListDomains[str], newName); + } else if (str && str !== "" && (str !== "eal" || str !== "iosiro")) { + newName = str + "-whitelisted-domains"; + setInStorage(whiteListDomains[str], newName); + } else { + Object.keys(blackListDomains).forEach(src => { + newName = src + "-blacklisted-domains"; + setInStorage(blackListDomains[src], newName); + }); + + Object.keys(whiteListDomains).forEach(src => { + newName = src + "-whitelisted-domains"; + setInStorage(whiteListDomains[src], newName); + }); + } +} + +function setInStorage(src, storageName) { + getDomainsFromSource(src).then(domains => { + src.timestamp = Math.floor(Date.now() / 1000); + src.domains = domains; + localStorage.setItem(storageName, JSON.stringify(src)); + }); +} + +async function getDomainsFromSource(objBlacklist) { + try { + let objResponse = await fetch(objBlacklist.repo); + return objResponse.json(); + } catch (objError) { + console.log("Failed to get blacklist for " + objBlacklist.repo, objError); + } +} + +function checkUrlSimilarity(url, arr) { + let newUrl = transformHomoglyphs(parseUrl(url)); + if(isSimilar(newUrl, url, arr, 0.8) && !isNewBlacklist(url, arr)) return true; + return false; +} + +function isNewBlacklist(url, arr) { + for (let i = 0; i < arr.length; i++) { + if (arr[i] === url) { + return false; + } + } + return true; +} + +function isSimilar(newUrl, comparedToUrl, arr, percent) { + for (let i = 0; i < arr.length; i++) { + let sim = window.cxHelpers.similarity(arr[i], newUrl); + if (sim >= percent || !levenshteinCheck(comparedToUrl, arr[i])) { + return true; + } + } + + return false; +} + +function parseUrl(url) { + try { + return window.cxHelpers.punycode.toUnicode(url); + } catch (e) { + return url; + } +} + +function levenshteinCheck(url, validString) { + const distance = new window.cxHelpers.levenshtein(url, validString).distance; + const holisticStd = 3.639774978064392; + const holisticLimit = 4 + 1 * holisticStd; + return distance > 0 && distance < holisticLimit ? true : false; +} + +function transformHomoglyphs(str) { + let asciiStr = ""; + for (const char of str) { + let uInfo = window.cxHelpers.uniMap[char.charCodeAt(0)]; + + if (uInfo && uInfo.mapping) { + let maps = uInfo.mapping.split(" "); + asciiStr += String.fromCharCode(parseInt('0x') + maps[0]); + } else { + asciiStr += window.cxHelpers.homoglyphs[char] ? window.cxHelpers.homoglyphs[char] : char; + } + } + + return asciiStr; +} diff --git a/chrome-extension/css/etherwallet-master.min.css b/chrome-extension/css/etherwallet-master.min.css index 8f12d15dfd..1872abcfc9 100644 --- a/chrome-extension/css/etherwallet-master.min.css +++ b/chrome-extension/css/etherwallet-master.min.css @@ -1,3 +1,3 @@ @font-face{font-family:Lato;src:url(../fonts/Lato-Light.woff) format("woff");font-style:normal;font-weight:300}@font-face{font-family:Lato;src:url(../fonts/Lato-Regular.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Lato;src:url(../fonts/Lato-Bold.woff) format("woff");font-style:normal;font-weight:700} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.flagged-address{color:red;font-weight:700}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:.9rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:2px}.dropdown-menu>li:last-child{padding-bottom:2px}.dropdown-menu>li>a{display:block;padding:2px 1rem;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.transaction-modal tbody tr td:first-child{width:30%}.transaction-modal tbody tr td:nth-child(2){width:70%}.transaction-modal .text-width-limit{display:grid;grid-auto-rows:1fr}.transaction-modal .text-width-limit p{margin:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.ens-tab a.isActive{color:#333;font-weight:400}.ens-tab .btn-primary-buy-button{width:200px}.ens-tab .btn-red{background-color:#84023d;border-color:#84023d;position:relative;width:200px}.ens-tab .btn-red .na{background-color:red;border-radius:300px;padding:5px 8px;font-weight:900}.ens-tab .btn-red:hover{background-color:#84023d;border-color:#84023d;position:relative}.ens-tab .pad-bot{padding-bottom:5px}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:nth-child(17){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15),.dropdown-node .dropdown-menu li:nth-child(16){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}header.ETSC+.container+.pre-footer+.footer,header.ETSC .nav-container{border-top:.25rem solid #673ab7}header.ETSC+.container .modal-content{border:.25rem solid #673ab7}header.ETSC+.container .alert-info{background-color:#673ab7}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.flagged-address{color:red;font-weight:700}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:.9rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:2px}.dropdown-menu>li:last-child{padding-bottom:2px}.dropdown-menu>li>a{display:block;padding:2px 1rem;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.transaction-modal tbody tr td:first-child{width:30%}.transaction-modal tbody tr td:nth-child(2){width:70%}.transaction-modal .text-width-limit{display:grid;grid-auto-rows:1fr}.transaction-modal .text-width-limit p{margin:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.ens-tab a.isActive{color:#333;font-weight:400}.ens-tab .btn-primary-buy-button{width:200px}.ens-tab .btn-red{background-color:#84023d;border-color:#84023d;position:relative;width:200px}.ens-tab .btn-red .na{background-color:red;border-radius:300px;padding:5px 8px;font-weight:900}.ens-tab .btn-red:hover{background-color:#84023d;border-color:#84023d;position:relative}.ens-tab .pad-bot{padding-bottom:5px}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:nth-child(17){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15),.dropdown-node .dropdown-menu li:nth-child(16){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}header.ETSC+.container+.pre-footer+.footer,header.ETSC .nav-container{border-top:.25rem solid #673ab7}header.ETSC+.container .modal-content{border:.25rem solid #673ab7}header.ETSC+.container .alert-info{background-color:#673ab7}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}.text-ellipsis{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.block-title1{background-color:#007cc0}.block-title1,.block-title2{color:#fff;padding:10px 20px;font-weight:900;font-size:20px}.block-title2{background-color:#3e4b5a}.mywallet-container ::-webkit-scrollbar{width:7px}.mywallet-container ::-webkit-scrollbar-track{background:#d7d7d7}.mywallet-container ::-webkit-scrollbar-thumb{background:#3e4b5a;border-radius:12px}.mywallet-container p{margin:0}.mywallet-container h3{margin:0;font-weight:900}.mywallet-container .addressIdenticon{width:50px!important;height:50px!important}.mywallet-container .grid-bg{background-color:#f5f5f5}.mywallet-container .grid-frame{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.mywallet-container .grid-frame #walletsContainer{-webkit-box-flex:50;-webkit-flex:50;-ms-flex:50;flex:50;height:100%}.mywallet-container .grid-frame .data:last-child{margin:0}.mywallet-container .grid-frame .data{display:grid;grid-template-columns:1fr 350px;grid-gap:4px;margin-bottom:20px}.mywallet-container .grid-frame .data .wallet .editor-icons{height:20px;width:20px}.mywallet-container .grid-frame .data .wallet .block-title1 p{font-weight:900}.mywallet-container .grid-frame .data .wallet .content{padding:25px 30px 20px}.mywallet-container .grid-frame .data .wallet .content>div{display:inline-block;vertical-align:top}.mywallet-container .grid-frame .data .wallet .content .balance{padding:0 20px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block{margin-bottom:15px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .block-title,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .block-title{width:125px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block h3,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block h3{display:inline-block;vertical-align:middle;font-size:20px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .balance-amount,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .balance-amount{vertical-align:middle;display:inline-block;font-size:20px;font-weight:900;color:#00c599}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block{display:inline-block;vertical-align:middle}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block p,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block p{background-color:#fff;padding-left:20px;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block p button,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block p button{background-color:#b3b3b4!important;color:#fff!important;display:inline-block;margin-left:30px;padding:12px 17px!important;border:none;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block p button:hover,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block p button:hover{background-color:grey!important}.mywallet-container .grid-frame .data .tokens .col-title{background-color:#fff;display:grid;grid-template-columns:1fr 1fr;padding:5px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .data .tokens .col-title p{font-weight:900;font-size:13px}.mywallet-container .grid-frame .data .tokens .content{height:116px;overflow-y:auto;position:relative}.mywallet-container .grid-frame .data .tokens .content>div{display:grid;grid-template-columns:1fr 1fr;padding:5px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .data .tokens .content>div:nth-child(2n){background-color:#ebebeb}.mywallet-container .grid-frame .data .tokens .content>div p{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mywallet-container .grid-frame .sidebar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:15;-webkit-flex:15;-ms-flex:15;flex:15;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:15px;margin-top:4.2rem}.mywallet-container .grid-frame .sidebar .title-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff;background-color:#3e4b5a;padding:10px 20px}.mywallet-container .grid-frame .sidebar .title-container .title{display:inline-block;font-weight:900;font-size:20px}.mywallet-container .grid-frame .sidebar .title-container .total-of{display:inline-block;margin-left:auto;font-size:13px;margin-top:10px}.mywallet-container .grid-frame .sidebar .col-title{background-color:#fff;display:grid;grid-template-columns:2fr 1fr;padding:15px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .sidebar .col-title p{font-size:15px;font-weight:900}.mywallet-container .grid-frame .sidebar .content{overflow-y:scroll;position:relative}.mywallet-container .grid-frame .sidebar .content>div{display:grid;grid-template-columns:2fr 1fr;padding:15px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .sidebar .content>div p{font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mywallet-container .grid-frame .sidebar .content>div .add-button{position:relative}.mywallet-container .grid-frame .sidebar .content>div .add-button p{cursor:pointer;width:90px;position:absolute;padding:7px 0;border:1px solid blue;font-size:12px;color:blue;text-align:center;top:-6px;left:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.mywallet-container .grid-frame .sidebar .content>div .add-button p:hover{color:#fff;background-color:blue}.mywallet-container .grid-frame .sidebar .content>div .remove-button{position:relative}.mywallet-container .grid-frame .sidebar .content>div .remove-button p{cursor:pointer;width:90px;position:absolute;padding:7px 0;border:1px solid red;font-size:12px;color:red;text-align:center;top:-6px;left:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.mywallet-container .grid-frame .sidebar .content>div .remove-button p:hover{color:#fff;background-color:red}.mywallet-container .grid-frame .sidebar .content .col-title{background-color:#fff}.mywallet-container .grid-frame .sidebar .content .col-title p{font-weight:900}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.toggleTokenContainer span{color:#0e97c0;cursor:pointer}.toggleTokenContainer span:hover{color:#095f79}.walletTokensContainer{max-height:70px;overflow:scroll}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.truncate{max-width:130px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.spinner{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;height:37px}.spinner-container{display:inherit!important;padding:7.5px 20px!important;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file diff --git a/chrome-extension/cx-wallet.html b/chrome-extension/cx-wallet.html index 6a7264cb44..838de8acb2 100644 --- a/chrome-extension/cx-wallet.html +++ b/chrome-extension/cx-wallet.html @@ -47,7 +47,7 @@ "@context": "http://schema.org", "@type" : "Organization", "name" : "MyEtherWallet", -"legalName" : "MyEtherWallet LLC", +"legalName" : "MyEtherWallet Inc", "url" : "https://www.myetherwallet.com/", "contactPoint" : [{ "@type" : "ContactPoint", @@ -83,12 +83,12 @@ MyEtherWallet -

    3.21.03

    +

    3.21.04

    - + @@ -318,340 +318,162 @@

    ng-disabled="checkTxReadOnly" ng-class="Validator.isPositiveNumber(gasPriceDec) ? 'is-valid' : 'is-invalid'" />

    @@ -7350,7 +7179,7 @@

    - © 2018 MyEtherWallet, LLC + © 2018 MyEtherWallet, Inc

    @@ -7518,7 +7347,7 @@

    Translations of MyEtherWallet: The community has done an amazing job translating MyEtherWallet into a variety of languages. However, MyEtherWallet can only verify the validity and accuracy of the information provided in English and, because of this, the English version of our website is the official text.

    -

    MIT License Copyright © 2015-2017 MyEtherWallet LLC

    +

    MIT License Copyright © 2015-2017 MyEtherWallet INC

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    @@ -7865,7 +7694,7 @@

    Always check the URL: `https://www.myetherwallet.com`.
  • - Always make sure the URL bar has `MYETHERWALLET LLC` in green. + Always make sure the URL bar has `MYETHERWALLET Inc` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/chrome-extension/embedded.html b/chrome-extension/embedded.html deleted file mode 100644 index f00fd7c837..0000000000 --- a/chrome-extension/embedded.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - MyEtherWallet.com - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    - - -
    - - - -
    - -
    - -
    - -
    -
    -

    - Create New Wallet -

    -

    - Enter password -

    -
    - - - -
    - - Generate Wallet - -

    - -
    -
    - -
    - -

    - Already have a wallet somewhere? -

    - -
      -
    • -

      - - Ledger / TREZOR / Digital Bitbox - : - - Use your - - - hardware wallet - . - - Your device * is * your wallet. - -

      -
    • -
    - -
      -
    • -

      - - MetaMask - - - Connect via your - - - MetaMask Extension - . - - So easy! Keys stay in MetaMask, not on a phishing site! Try it today. - -

      -
    • -
    - - - - - -
    - -
    - - -
    - -
    -
    -

    - Save your Keystore File (UTC / JSON) -

    - - - - DOWNLOAD - - - Keystore File (UTC / JSON) - - - -
    -

    - **Do not lose it!** It cannot be recovered if you lose it. -

    -

    - **Do not share it!** Your funds will be stolen if you use this file on a malicious/phishing site. -

    -

    - **Make a backup!** Secure it like the millions of dollars it may one day be worth. -

    -
    - -

    - - - I understand. Continue. - - -

    - -
    - -
    -

    - Not Downloading a File? -

    -
      -
    • - Try using Google Chrome -
    • -
    • - Right click & save file as. Filename: -
    • - -
    - -

    - Don't open this file on your computer -

    -
      -
    • - Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity & other wallet clients.) -
    • -
    - -

    Guides & FAQ

    - - -
    - -
    - - -
    - -
    - -
    - -

    Save your Private Key

    - -
    - - - PRINT - - -
    -

    - **Do not lose it!** It cannot be recovered if you lose it. -

    -

    - **Do not share it!** Your funds will be stolen if you use this file on a malicious/phishing site. -

    -

    - **Make a backup!** Secure it like the millions of dollars it may one day be worth. -

    -
    - -
    - - - Save your Address → - - -
    - -
    -

    - Guides & FAQ -

    - - -

    - Why Should I? -

    -
      -
    • - To have a secondary backup. -
    • -
    • - In case you ever forget your password. -
    • -
    • - Cold Storage -
    • -
    - -

    - -
    - -
    - -
    -
    - -
    - +- -

    Unlock your wallet to see your address

    -

    -
    - -
    - - -
    -
    - -
    - -
    - -
    - -
    - - -
    - -
    -
    -
    -
    - -
    - - - DOWNLOAD - -
    - -
    - -
    - - -
    -
    - - -
    - - - Print Paper Wallet - -
    -
    - - -
    - -
    - -
    - Your Address: -
    -
    - -
    - -
    - -
    - - Private Key (unencrypted) - -
    - -
    -
    -
    -
    - - -
    -
    - -
    - -
    - - -
    - -
    - -
    - -
    - -
    - -
    - - -
    - - - -
    - -
    - - - -
    - - -
    - - - - - - - diff --git a/chrome-extension/helpers.html b/chrome-extension/helpers.html index 0f09957ffb..1afde20f48 100644 --- a/chrome-extension/helpers.html +++ b/chrome-extension/helpers.html @@ -47,7 +47,7 @@ "@context": "http://schema.org", "@type" : "Organization", "name" : "MyEtherWallet", -"legalName" : "MyEtherWallet LLC", +"legalName" : "MyEtherWallet Inc", "url" : "https://www.myetherwallet.com/", "contactPoint" : [{ "@type" : "ContactPoint", @@ -98,13 +98,13 @@ MyEtherWallet -

    3.21.03

    +

    3.21.04

    - + @@ -1025,7 +1025,7 @@

    - © 2018 MyEtherWallet, LLC + © 2018 MyEtherWallet, Inc

    @@ -1192,7 +1192,7 @@

    Translations of MyEtherWallet: The community has done an amazing job translating MyEtherWallet into a variety of languages. However, MyEtherWallet can only verify the validity and accuracy of the information provided in English and, because of this, the English version of our website is the official text.

    -

    MIT License Copyright © 2015-2017 MyEtherWallet LLC

    +

    MIT License Copyright © 2015-2017 MyEtherWallet INC

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    @@ -1539,7 +1539,7 @@

    Always check the URL: `https://www.myetherwallet.com`.

  • - Always make sure the URL bar has `MYETHERWALLET LLC` in green. + Always make sure the URL bar has `MYETHERWALLET Inc` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/chrome-extension/images/fav/manifest.json b/chrome-extension/images/fav/manifest.json deleted file mode 100644 index bfc89ef8f2..0000000000 --- a/chrome-extension/images/fav/manifest.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "MyEtherWallet", - "icons": [ - { - "src": "/images/fav/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/images/fav/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#1d6986", - "background_color": "#1d6986", - "display": "standalone" -} \ No newline at end of file diff --git a/chrome-extension/images/icon-edit-white.png b/chrome-extension/images/icon-edit-white.png new file mode 100644 index 0000000000000000000000000000000000000000..2d16be81015ee867aacd1e2810b991022c7d8c54 GIT binary patch literal 1883 zcmbVNZA=qq951Lt&>G^~h-~gW%HmslFSLa_tqN_mRgYD~P&K|BcTd}kZSQt>r7g@C zG$v|@Ll%SCmH`VJ%Qgw(HeGbu4^A6nlqk{Z2gV1Z%$KN<%`YzQxl$UoxS4s$-97g_ zzyI(5{=fa6$`$&&S$R60PVaU(s^FW_?ul=}XH&tRz3`PQxz;N>-K1&Sou&Ku(*m7t z!c3vst9qH$G$)2kEHBmqQ!FGwv`)8pX-s0dZ9qk8fnNyQ&_}1vqKLrT&>9PaGm;$y z1XsNb*49^6bM@Oeibt0&K^DhoNDu-li^M{~utLXdXo{DHYi%1tkrYJTW<$$0g@~8& zAa+p(h{a?za)cR2N+}az#myFCAwuFrDTZ4x+-k%L8ZV*;!%ER8g99j>EJ&&#h7paCtra7x z4TYADxDb*uv|%M3CKxa*#!47r!ZnvtK%UFsq=+0$Dd#y11VIRdRRv;+3|0z=s;C6S zf1%DC|4ji5EyHAVywsLZD5FAAopsQSbU!6uMnl}<{mjSDa za?^@MNBcxM#6pLK5bFn+6!xP?CXBRQ42m*T46Q2}yYIH! zJ+kN%g7848T2XgZtueLQpsg z&RXz(dKDCqRJqVBr?r6%<+S_*9!+lxuN{FA+Gqek(*LN75tt(S)F>;1azBjLE9(w} z#$#H;j`)H7)5X-;nC2dZ!-=6SGouQAWQH9G!wDzDQPyANyr|P<-FG|6s{@S>Z!N`s z_Plle$=!W>8_!kL_6+KeTpF18iDU9lR`x`Usx|i>F&KPN{&DsP`ey?tTYu;}VSBM* zdyA>7>*1r1uDv*#)&Kj#b0)-5&(~ZnI@PkXak{7Mi~Paq1=+2|+b_O7uc$HW_>c34 zZdCG9dh&0r<4>NO4^fGD$IbrJ!_CEsulpXI2x^c%9EX=`zy zH#sYD(Njn!pBnIHb(8Xhapy3T9@8!Q(rvAel+f~#;CAKybv#S;y= zz4^09Yv)7f_3lo~sy4Ej@P62OvSQ`c?}o?(E2Xf6L`!y(OFZvW8pz{GILRj}?5I pth~MD`NkVC7qf339!_@OF5G>$^VWk)zdPa0wO~s0St}$68lS3+G0={k6Cf!5 zIj*c+F1IfrX~C>eXTsz!}z#L;l7U}G`-DhIm zoV7+|7uFP&(KS`HfkEcXhGzvyAi&GY6dd$=c!>-ek%(Lptd(sHfg=#P%82AE3gL2l z32YKX7S^fsC{1W_IM1LW^te_>Oo!Dtk%!?r4A-MLLEpIeXx z$u0bg=;-kS3IMfsdsN3mZSi`eDkRym0=O|k$V1UmS+$SFN?A$pi!^Il0nE%)yz!AH zk)>ooEE5FJXrM|)O@>V-ILA)W9Iv>Ld*21tOv$Vf0a2TQ;u=(~E+e!gp(b^CD4s{+ z_%PHiFr2IUp-_OvAAo|CVJMk;B$%N|mmqp6;4tTru6eh?r})lQv$GDV}C+W+MW~QE?nYI`vK`u45@w zO}SjCR;!~>C#7|wIIY1crweCj94LxJj5G_hUrB+{`^^8mUo3K<1S!vB%TWqb$sN+l zNg%4#Bc-#DT|Tn%aBw7DNQzdo=gFs&U!7}R3O)P9vMEV$37oMyYe!Se zp1o_X_iVpDaoT%#vhs$yXZKF7I&y9RY8yJU?Qm@h*S)wu^hs+*mCf``gPR$bpAly} z-6&^VD(`n5`k|^(hA(xr9%%S<<=u0!X79kMg7A~~E~J#7YIpCx^3?6`4xdeMd|#U9 zm~IxCp+ef@&9 z7h*PKZtP14H!dBVZjIGWomTfz#>&3pv*C*R?S1aSU%Jh0iEhif@>+jO(yT2vr#deN zY=L>>nvVZgu=&=iKbOxG&+KSjvdMpNpq=PFx_W-+#Gg)X{Q7e`erkTD$pwAYR}rcY z3*kMv&ByBN!x~5GDfZSmHv8k8lo@Zw4W%9VJ+paASM#w@Zg^L-B{X*Mf;F$9|~SXNM6>sPqwedXez1YcZD%m;z4RiS|s2Wp$bnqtSb znwjBggO^g=mie9c4)$<=-D}HEt|*+ef2)>3K_qXa-}P?leo5Wgs{A)?mLhZeJja^9 E0aMPhWB>pF literal 0 HcmV?d00001 diff --git a/chrome-extension/images/icon-spinner-white.svg b/chrome-extension/images/icon-spinner-white.svg new file mode 100644 index 0000000000..3689d5ab47 --- /dev/null +++ b/chrome-extension/images/icon-spinner-white.svg @@ -0,0 +1,2 @@ + + diff --git a/chrome-extension/images/icon-view-white.png b/chrome-extension/images/icon-view-white.png new file mode 100644 index 0000000000000000000000000000000000000000..8f916e05381c0fe5d141d9c340be3e225fc32a40 GIT binary patch literal 2245 zcmbVO4Nwzj8s4Z_s-zysF@mKo3o2HU-3R16iuMaX8NKnYbIr`| zem~FmyzldV@B2y}`l8P)#37YdNDF;{1DE(d@pdl#hc|T9lZbpL385ir*BiD|dKw#FPM^FoesrRs7j>(2!*)TCsBTdPfVU*Fft-7u)M@_ zJ~+fkm2;Jn9s!xPw^56pAhZ@s*v4ah@p{81M9EYIWQ+&ov1rl0mS<2KBXX4j&6uiy zo5>+HJYf(RO5y}N$9X0$$~xgPY%sv77K&zlAqfi}I=~nyiP0nA)-n}Xx;g}~u35(du0 z3BWM$F8$$k(qOO(oRjr{4bhgn1SU;}3|yCyp-?IDQFkpCg7k?J<)azWs7F9>lq~BY z7%f$ftJIW2Qx3$cwK%1q)Rq=kGvRz ziJViarUWM21)}w{d4~e$(NMvT=|KNe;^^K(#XSKB9V0Xhw<<6RH#^1$I-CGnS=EV6 zT@W;RIcdzcR|KxMewMd<*{qX&$Lma}VGEL+TE7olV_RY}HD-@QMC+ZuHg1u}y!w~! z$TgcA68aD1=yPJS?T$Fh9&#BQ`E18WX-++Zfw5&QS;P~Qu)lrMhMy&68hD&}5eV5CWDe)q!XtI0ztx5$KT>fD}J z-(O{G3G~fl8^wd)VpZ?gwsbH5xb$~3+6Ly#jI>5vkqyV+)pysGPgxc9VLf|)X69u3 zCpY_LS&c)trtd>jf-$?bdxxN|cc8z;cYofz6KaTik6HYirEje(+oCD!{aUs|o?Y-~ zycqhhfxVtsv}=QQcBU+AoeV%Osho-;`cgb5W)_I%!x1_1ySk@-cbaQ}EW4 z@1!(${_~Q|y1mpM(env)`rWki_J0(VB==uFN`269V8d6t#hfo@7c6_OA+5G*#-WS7 zHBbC?TYFTO^$c~5%RE8o`;H_OH`%qeB6DfZio@+W3x0@Fo1fLLuhI7n%r3TdZ9lbB z{o7}jRZiJ=7ww-DPrBxgV85TExte$B$d2TcTgK~e?2j9~Ft|xPSa`;i>Seq~s4%UQ}?|;FXt`@?gb6hw9>+11k*OKfF1xxus*|^bAiL z9E=LqC6)bnJGb}C{@yjtn+fV&eN~=@1N1;`lIYG8po&Q=?r$h1um9<&JDBSux9>lC zA$h1HN4vwViEjOjiq3kwPhR~|(WR-kqi-~KCmi|miAB3o&jlLidxXZ}ENcGEq$@>< zZy&PqZO2PaH=cbi)^oUiUE8qvL7po9(VX7%0Qqjt-k6U&+OnyV&>s!bly5w^q-_09 DRxmph literal 0 HcmV?d00001 diff --git a/chrome-extension/index.html b/chrome-extension/index.html deleted file mode 100644 index d95deb5d2c..0000000000 --- a/chrome-extension/index.html +++ /dev/null @@ -1,7514 +0,0 @@ - - - - - -MyEtherWallet.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    - -
    - -
    -
    -

    - Create New Wallet -

    -

    - Enter password -

    -
    - - - -
    - - Generate Wallet - -

    - -
    -
    - -
    - -

    - Already have a wallet somewhere? -

    - -
      -
    • -

      - - Ledger / TREZOR / Digital Bitbox - : - - Use your - - - hardware wallet - . - - Your device * is * your wallet. - -

      -
    • -
    - -
      -
    • -

      - - MetaMask - - - Connect via your - - - MetaMask Extension - . - - So easy! Keys stay in MetaMask, not on a phishing site! Try it today. - -

      -
    • -
    - - - - - -
    - -
    - - -
    - -
    -
    -

    - Save your Keystore File (UTC / JSON) -

    - - - - DOWNLOAD - - - Keystore File (UTC / JSON) - - - -
    -

    - **Do not lose it!** It cannot be recovered if you lose it. -

    -

    - **Do not share it!** Your funds will be stolen if you use this file on a malicious/phishing site. -

    -

    - **Make a backup!** Secure it like the millions of dollars it may one day be worth. -

    -
    - -

    - - - I understand. Continue. - - -

    - -
    - -
    -

    - Not Downloading a File? -

    -
      -
    • - Try using Google Chrome -
    • -
    • - Right click & save file as. Filename: -
    • - -
    - -

    - Don't open this file on your computer -

    -
      -
    • - Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity & other wallet clients.) -
    • -
    - -

    Guides & FAQ

    - - -
    - -
    - - -
    - -
    - -
    - -

    Save your Private Key

    - -
    - - - PRINT - - -
    -

    - **Do not lose it!** It cannot be recovered if you lose it. -

    -

    - **Do not share it!** Your funds will be stolen if you use this file on a malicious/phishing site. -

    -

    - **Make a backup!** Secure it like the millions of dollars it may one day be worth. -

    -
    - -
    - - - Save your Address → - - -
    - -
    -

    - Guides & FAQ -

    - - -

    - Why Should I? -

    -
      -
    • - To have a secondary backup. -
    • -
    • - In case you ever forget your password. -
    • -
    • - Cold Storage -
    • -
    - -

    - -
    - -
    - -
    -
    - -
    - +- -

    Unlock your wallet to see your address

    -

    -
    - -
    - - -
    -
    - -
    - -
    - -
    - -
    - - -
    - -
    -
    -
    -
    - -
    - - - DOWNLOAD - -
    - -
    - -
    - - -
    -
    - - -
    - - - Print Paper Wallet - -
    -
    - - -
    - -
    - -
    - Your Address: -
    -
    - -
    - -
    - -
    - - Private Key (unencrypted) - -
    - -
    -
    -
    -
    - - -
    -
    - -
    - -
    - - -
    - -
    - -
    - -
    - -
    - -
    - - -
    - - -
    -

    - You arrived via a link that has the address, amount, gas or data fields filled in for you. You can change any information before sending. Unlock your wallet to get started. -

    -
    - - - -
    -
    - +- -

    - Send Ether & Tokens -

    -
    -
    - - -
    -
    - - - -
    - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - - -
    - - -
    - - - -
    - - -
    - - -
    -
    Current Rates
    -
    - - - -
    -
    -

    - - ETH = {{bity.curRate.ETHBTC*priceTicker.ETHBTC | number: 6}} BTC -

    -

    - - ETH = {{bity.curRate.ETHREP*priceTicker.ETHREP | number: 6}} REP -

    -
    -
    -

    - - BTC = {{bity.curRate.BTCETH*priceTicker.BTCETH | number: 6}} ETH -

    -

    - - BTC = {{bity.curRate.BTCREP*priceTicker.BTCREP | number: 6}} REP -

    -
    - -
    - - -
    - - - - - - - - - - - -
    - - - -
    -
    Your Information
    - -
    - - - - -
    -
    -

    {{swapOrder.fromVal}} {{swapOrder.fromCoin}}

    -

    Amount to send

    -
    -
    -

    {{swapOrder.toVal}} {{swapOrder.toCoin}}

    -

    Amount to receive

    -
    -
    -

    {{swapOrder.swapRate}} {{swapOrder.swapPair}}

    -

    Your rate

    -
    -
    - - - - -
    -
    -
    - -
    - -
    - -
    -
    - - -
    - Start Swap -
    - -
    - - -
    - - - - -
    - - - -
    - -
    Your Information
    - -
    - - - -
    -
    -

    {{orderResult.reference}}

    -

    Your reference number

    -
    -
    -

    {{orderResult.progress.timeRemaining}}

    -

    Time remaining to send

    -

    Time elapsed since sent

    -
    -
    -

    {{orderResult.output.amount}} {{orderResult.output.currency}}

    -

    Amount to receive

    -
    -
    -

    {{swapOrder.swapRate}} {{swapOrder.swapPair}}

    -

    Your rate

    -
    -
    - - - -
    -
    -
    -
    1

    Order Initiated

    -
    -
    -
    2

    Waiting for your {{orderResult.input.currency}}...

    -
    -
    -
    3

    {{orderResult.input.currency}} Received!

    -
    -
    -
    4
    -

    - Sending your {{orderResult.output.currency}}
    - Waiting for 10 confirmations... - Waiting for 1 confirmation... -

    -
    -
    -
    5

    Order Complete

    -
    -
    - - - -
    -

    - Please send - {{orderResult.input.amount}} {{orderResult.input.currency}} - to address
    - {{orderResult.payment_address}} -

    -
    - - - -
    -
    -
    - +- -
    Unlock your wallet to send ETH or Tokens directly from this page.
    -
    -
    - - -
    -
    - -
    - Warning! You are not connected to an ETH node.
    - Please use the node switcher in the top-right corner to switch to an ETH node. We do not support swapping ETC or Testnet ETH. -
    - -
    - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - - -
    -
    - - - - -
    - -
    -
    -

    - Orders that take too long will have to be processed manually & and may delay the amount of time it takes to receive your coins. -
    - Please use the recommended TX fees seen here. -

    - -
    - - -
    - - - - -
    -

    Issue with your Swap? Contact support

    -

    Click here if link doesn't work

    - -
    - -
    - - - - - - - -
    - -

    - Generate & Send Offline Transaction -

    - - -
    - -

    Step 1: Generate Information (Online Computer)

    - - -
    - - - - - -
    - - - -
    -
    -
    - - - -
    - - GENERATE INFORMATION - -
    - - -
    - - -
    - - -
    - - -
    - - -
    - -
    - -
    - - - - -
    - - -
    - -

    - Step 2: Generate Transaction (Offline Computer) -

    - -
    - - -
    - -
    -
    -
    - -
    -

    - {{customGasMsg}} -

    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    -
    - - - -
    -
    - -
    - - - -
    - -
    - - - - - - - -
    - -
    -

    - Step 3: Send / Publish Transaction -

    -
    - -
    -

    - Paste the signed transaction from Step 2 -

    - - - - SEND TRANSACTION - -
    - -
    -
    -
    - -
    - - - - - - - -
    - - -
    - - - - - - - - -
    - - -
    - - - -

    - Read / Write Contract -

    -
    {{ contract.address }}
    - -
    -

    - Please change the address to your own Multisig Contract Address. -

    -
    - -
    -
      -
    1. - Generate EOS Key-pair -
    2. -
    3. - - Register / Map your EOS Key - -
        -
      • - Select `register` -
      • -
      • - Enter your **EOS Public Key** <--- CAREFUL! EOS PUBLIC KEY! -
      • -
      • - Unlock wallet
      • -
      • - Amount to Send : - 0 - · - Gas Limit: - at least 90000 -
      • -
      -
    4. -
    5. - - Fund EOS Contract on Send Page - -
        -
      • - Go to Send Ether & Tokens Page -
      • -
      • - Unlock same wallet you are unlocking here. -
      • -
      • - Send Amount you want to Contribute to `0xd0a6E6C54DbC68Db5db3A091B171A77407Ff7ccf` -
      • -
      • - Gas Limit: - at least 90000 -
      • -
      -
    6. -
    7. - - Claim EOS Tokens - -
        -
      • - Select `claimAll`. -
      • -
      • - Unlock wallet -
      • -
      • - Amount to Send: - 0 · - Gas Limit: - at least 90000 -
      • -
      -
    8. -
    - - -
    - - - -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -
    -
    - -

    - - -

    - -

    - - -

    - -

    - - -

    - -

    - - - - - - - -

    -

    - - -

    - -
    -
    -
    - - - - - -
    -
    - - -
    - -
    -
    -
    -
    -
    - - -

    - - -

    - - -

    - - -

    - - -

    - - -

    - - -

    - - TRUE - FALSE -

    - - -

    - - -

    -
    -
    -
    - - - -
    - - - -
    - -
    - - - - - - -
    - - - - - -
    - -
    - - -
    -

    - Byte Code: -

    - -
    - - -
    -

    Gas:

    - -
    - - - - - -
    - -
    -

    - Raw Transaction -

    - -
    - -
    -

    - Signed Transaction -

    - -
    -
    - - - - - - - - -
    - - - -
    - - - -
    - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - - - -
    -
    - -
    -

    - ENS -

    -

    - The - - Ethereum Name Service - - is a distributed, open, and extensible naming system based on the Ethereum blockchain. - Once you have a name, you can tell your friends to send ETH to mewtopia.eth instead of 0x7cB57B5A97eAbe942...... -

    -
    - - -
    - - -
    -
    -
    - - -
    - -
    -
    - - -
    - - - -
    -

    - The ENS is only available on the ETH and Ropsten (Testnet) chains. You are currently on the {{ajaxReq.type}} chain. -
    - Please use the node switcher in the upper right corner to select "ETH" or "Ropsten". -

    -
    - - - -
    - -
    - -

    - What is the process like? -

    - -
    +- - - 1. Preparation - -
    -
      -
    • - Decide which account you wish to own the name & ensure you have multiple backups of that account. -
    • -
    • - Decide the maximum amount of ETH you are willing to pay for the name (your Bid Amount). Ensure that account has enough to cover your bid + 0.01 ETH for gas. -
    • -
    - - -
    +- - - 2. Start an Auction / Place a Bid - -
    -
      -
    • - Bidding period lasts 3 days (72 hours). -
    • -
    • - You will enter the name, Actual Bid Amount, Bid Mask, which is protected by a Secret Phrase. -
    • -
    • - This places your bid, but this information is kept secret until you reveal it. -
    • -
    - - -
    +- - - 3. Reveal your Bid - -
    -
      -
    • - **If you do not reveal your bid, you will not be refunded.** -
    • -
    • - Reveal Period lasts 2 days (48 hours). -
    • -
    • - You will unlock your account, enter the Bid Amount, and the Secret Phrase. -
    • -
    • - In the event that two parties bid exactly the same amount, the first bid revealed will win. -
    • -
    - - -
    +- - - 4. Finalize the Auction - -
    -
      -
    • - Once the auction has ended (after 5 days / 120 hours), the winner needs to finalize the auction in order to claim their new name. -
    • -
    • - The winner will be refunded the difference between their bid and the next-highest bid. If you are the only bidder, you will refunded all but 0.01 ETH. -
    • -
    - - -
    +- - - More Information - -
    - - -
    - -
    - - Knowledge Base: ENS - - -  ·  - - - Debugging a [BAD INSTRUCTION] Reveal - -
    - -

    - Please try the above before relying on support for reveal issues as we are severely backlogged on support tickets. We're so sorry. :( -

    - -
    - -
    - - - - - -
    - -

    - -

    - {{objENS.name}}.eth is not yet available. -

    - -

    - {{objENS.name}}.eth not available. (Forbidden) -

    - -
    - -
    -
    -

    Auction Open On

    -

    {{objENS.allowedTime.toString()}}

    -
    -
    -

    Auction Opens In

    -

    {{objENS.timeRemaining}}

    -
    -
    - - - - -
    - -

    - -

    - An auction has been started for {{objENS.name}}.eth. -

    - -

    - {{objENS.name}}.eth is available! -

    - - -
    -
    -

    Reveal Bids On

    -

    {{getRevealTime().toString()}}

    -

    {{objENS.timeRemainingReveal}}

    -
    -
    -

    Auction Closes On

    -

    {{objENS.registrationDate.toString()}}

    -

    {{objENS.timeRemaining}}

    -
    -
    - -
    - - - - -
    -

    -

    It's time to reveal the bids for {{objENS.name}}.eth.
    Current highest bid is {{objENS.highestBid}} ETH.

    - -
    -
    -

    Auction Closes On

    -

    {{objENS.registrationDate.toString()}}

    -

    {{objENS.timeRemaining}}

    -
    -
    - -
    - - - - - -
    - -

    - -

    {{objENS.name}}.eth - is already owned: - can be purchased through DomainSale -

    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Name: - - {{objENS.name}}.eth - -
    Labelhash ({{objENS.name}}): {{objENS.nameSHA3}}
    Namehash ({{objENS.name}}.eth): {{objENS.namehash}}
    Owner: {{objENS.owner}}
    Highest Bidder (Deed Owner): {{objENS.deedOwner}}
    Resolved Address: {{objENS.resolvedAddress}}
    - - -
    - -
    - - - - - - -
    -
    -
    - +- -

    - - Do you want {{objENS.name}}.eth? Unlock your Wallet to Start an Auction - - - Do you want {{objENS.name}}.eth? Unlock your Wallet to Place a Bid - - - Did you bid on {{objENS.name}}.eth? You must reveal your bid now. - - - Is that your address? Finalize the auction to claim your new name. - - - Is that your address? It is ready to set up a resolver. - - -

    -
    -
    - - -
    -
    -
    - - - -
    - -
    - - -
    -
    - -

    - - Place a Bid - - - Start an Auction - - - Reveal your Bid - -

    - - - -
    - - -
    - - - -
    -
    - -- 👆 enter automagically 👆 -- or -- 👇 enter manually 👇 -- -
    -
    - - - - -
    - - -
    - - - -
    - Actual Bid Amount -
    -

    - - *You must remember this to claim your name later.* - -

    - -
    - - - - - - - - -
    - - - -
    -
    - Bid Mask -
    -

    - - *This is the amount of ETH you send when placing your bid. It has no bearing on the *actual* amount you bid (above). It is simply to hide your real bid amount. It must be >= to your actual bid.* - -

    - -
    - - - -
    - Secret Phrase -
    -

    - - *You must remember this to claim your name later (feel free to change this) - -

    -
    - -
    - - - - - - - -
    -

    If you haven't done so already, please screenshot & save the below information.

    -

    Please check your address on https://etherscan.io/ to ensure your BID TX is on the blockchain, without errors.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Name - - {{objENS.name}}.eth -
    - Actual Bid Amount - - {{objENS.bidValue}} {{ajaxReq.type}} -
    - Bid Mask - - {{objENS.dValue}} {{ajaxReq.type}} -
    - Secret Phrase - - {{objENS.secret}} -
    - From Account - - {{wallet.getChecksumAddressString()}} -
    - ⚠ Reveal Date ⚠ - - {{getRevealTime().toString()}} -
    - Auction Ends - - {{objENS.registrationDate.toString()}} -
    - -

    - Copy and save this: -

    - -
    -
    - - -
    - - - -
    -

    - Click your TX hash to see if you successfully revealed your {{objENS.bidValue}} bid for {{objENS.name}}.eth. -

    -

    - Please return on {{objENS.registrationDate.toString()}} to finalize the auction and see if you won! -

    -
    - - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    - -
    - - -

    -

    - Finalizing this name assigns the ENS name to the winning bidder. The winner will be refunded the difference between their bid and the next-highest bid. If you are the only bidder, you will refunded all but 0.01 ETH. Any non-winners will also be refunded. -

    -
    - -
    - - - - - - - - - - -
    - -
    - This account is not the owner of {{objENS.name}}.eth. - Please unlock the Owner Account in order to resolve. -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Name: - - {{objENS.name}}.eth - -
    Labelhash ({{objENS.name}}): {{objENS.nameSHA3}}
    Namehash ({{objENS.name}}.eth): {{objENS.namehash}}
    Owner: {{objENS.owner}}
    Highest Bidder (Deed Owner): {{objENS.deedOwner}}
    Resolved Address: {{objENS.resolvedAddress}}
    - - - - - -
    - - -
    - -
    Enter the address you would like this name to resolve to:
    - - - -
    - -
    - - - -
    - -
    - - - -
    - -

    Set the Resolver for your Name

    - -
      -
    1. - Go to the contracts tab. -
    2. -
    3. - Choose ENS - Registry: 0x314159265dD8dbb310642f98f50C066173C1259b. Click "Access". -
    4. -
    5. - Select setResolver. -
    6. -
    7. - Enter the Namehash of your name under "node (bytes32)". -
        -
      • - node (bytes32): {{objENS.namehash}} -
      • -
      -
    8. -
    9. - Enter the Public Resolver Address under "resolver (address)". -
        -
      • - resolver (address): 0x5FfC014343cd971B7eb70732021E26C35B744cc4 -
      • -
      -
    10. -
    11. - Unlock the owner's account. -
    12. -
    13. - Click WRITE. -
    14. -
    15. - Generate and send this transaction – leave "Amount to Send" as 0 -
    16. -
    17. - - TX should look like this. - -
    18. -
    - -
    - - - -
    - -

    Set the Address That your Name will Resolve To

    - -
      -
    1. - Go to the contracts tab. -
    2. -
    3. - Choose ENS-Public Resolver: 0x5FfC014343cd971B7eb70732021E26C35B744cc4. Click "Access". -
    4. -
    5. - Select setAddr. -
    6. -
    7. - Enter the Namehash of your name under "node (bytes32)". -
        -
      • - node (bytes32): {{objENS.namehash}} -
      • -
      -
    8. -
    9. - Enter the Address you would like to resolve to under "addr (address)". -
        -
      • - addr (address): {{newResolvedAddress}} -
      • -
      -
    10. -
    11. - Unlock the owner's account. -
    12. -
    13. - Click WRITE. -
    14. -
    15. - Generate and send this transaction – leave "Amount to Send" as 0 -
    16. -
    17. - - TX should look like this. - -
    18. -
    - -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    -
    -
    - -
    -

    - Register Sub Domain -

    -

    - -

    -
    - - -
    - - -
    -
    -
    - -
    -
    -
    -
    - - -
    -

    - The Sub domain registration is only available on the ETH chain. You are currently on the {{ajaxReq.type}} chain. -
    - Please use the node switcher in the upper right corner to select "ETH". -

    -
    - -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    - -
    - -
    -
    -
    - +- -
    Unlock your wallet to buy {{objSub.buy.fullName}} for {{objSub.buy.EthVal}} ETH
    -
    -
    - - -
    -
    -
    - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - - -
    -
    - -
    - -
    - - -
    - -
    - - - - - -
    - - -
    -
    -
    - - -
    - -
    -
    - -
    -
    -
    -
    -

    - If you have used DomainSale to buy or sell domains and believe you have funds available for withdrawal you can enter your account address here and it will provide you with a balance -

    -
    - -
    - -
    -
    -
    - - - -
    -

    DomainSale is only available on the ETH and Ropsten (Testnet) chains. You are currently on the {{ajaxReq.type}} chain.
    Please use the node switcher in the upper right corner to select "ETH" or "Ropsten".

    -
    - - - -
    - -
    - -

    How can I sell a domain?

    -
    - +- - 1. Transfer the domain to DomainSale -
    -
      -
    • Before you sell a domain it must be transferred to DomainSale. This ensures that you own the domain and are eligible to sell it.
    • -
    - -
    - +- - 2. Set immediate and/or auction prices -
    -
      -
    • Decide if you want to make your domain available for immediate purchase, auction, or both.
    • -
        -
      • If you want to make your domain available for immediate purchase you need to pick the price for which you will sell it.
      • -
      • If you want to make your domain available for auction you need to pick the price for which the initial bid will be made.
      • -
      -
    • Please remember that 10% of the final sale fee will be given to referrers, and price accordingly.
    • -
    - -
    - +- - 3. Finish the auction (if applicable) -
    -
      -
    • If your domain was sold at auction then once the auction has closed you (or the buyer) need to finish the auction. This transfers the funds to you and the domain to the buyer. -
    - -

    How can I buy a domain?

    -
    - +- - 1. Obtain details of the sale -
    -
      -
    • Search for the domain that you want to purchase using the check above and obtain the details of the sale.
    • -
        -
      • Note that if the domain is not currently available for sale it might go on sale soon, so make sure to check frequently.
      • -
      -
    - -
    - +- - 2. Buy the domain outright by providing the purchase price -
    -
      -
    • This step is only possible if the domain has a purchase price, otherwise proceed to step 3.
    • -
    - -
    - +- - 3a. Bid on the domain -
    -
      -
    • This step is only possible if the domain has been put up for auction.
    • -
    - -
    - +- - 3b. Wait for the auction to finish -
    -
      -
    • The auction will close 24 hours after the final bid. Note that if someone else places a bid on the name then you can place an additional bid.
    • -
    - -
    - +- - 3c. Finish the auction -
    -
      -
    • Once the auction has closed finish the auction to obtain control of the name.
    • -
    - -

    General

    -
    - +- - More Information -
    -
    - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth is not eligible for auction.

    - - This domain has not yet been registered in ENS. You should check it out on the ENS tab to see its status, and bid for it if you want it. - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth is not currently for sale.

    - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth is ready to be put up for sale.

    - -
    - - - - -
    - -

    - -
    -

    {{objDomainSale.name}}.eth is available for auction.

    - - You can open an auction on this domain by bidding at least {{objDomainSale.reserveEth}} {{ajaxReq.type}}. The auction will remain open until 24 hours have passed without receiving any bids, at which point it will close and the winner can claim the name. -
    - -
    -

    {{objDomainSale.name}}.eth is available for purchase.

    - - You can buy this domain by paying {{objDomainSale.priceEth}} {{ajaxReq.type}}. You will own the domain immediately. -
    - -
    -

    {{objDomainSale.name}}.eth is available for purchase or auction.

    - - You can buy this domain by paying {{objDomainSale.priceEth}} {{ajaxReq.type}}. You will own the domain immediately. Alternatively you can open an auction on this domain by bidding at least {{objDomainSale.reserveEth}} {{ajaxReq.type}}. The auction will remain open until 24 hours have passed without receiving any bids, at which point it will close and the winner can claim the name. -
    - -
    - - - - -
    - -

    - -
    -

    {{objDomainSale.name}}.eth is being auctioned.

    - - The current bid for this domain is {{objDomainSale.lastBidEth}} {{ajaxReq.type}}. It was placed by {{objDomainSale.lastBidder}}. - -
    -
    -

    Auction finishes if no further bids received by

    -

    {{objDomainSale.auctionEnds.toString()}}

    -

    {{objDomainSale.timeRemaining}}

    -
    - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth auction finished

    - - The auction for this domain was won by {{objDomainSale.lastBidder}} with a bid of {{objDomainSale.lastBidEth}} {{ajaxReq.type}}. - -
    - - - - -
    - -

    - -
    -

    {{objDomainSale.address}} has no balance

    -
    - -
    -

    {{objDomainSale.address}} has balance of {{objDomainSale.balanceEth}} {{ajaxReq.type}}

    -
    - -
    - - - - -
    -
    -
    - +- -

    - Want a different wallet? Change it here. - Do you own and want to sell {{objDomainSale.name}}.eth? Unlock your Wallet to transfer the domain to DomainSale - Do you own and want to set prices for {{objDomainSale.name}}.eth? Unlock your Wallet to set buy and bid price - Do you want to buy {{objDomainSale.name}}.eth? Unlock your Wallet to buy it immediately - Do you want to bid for {{objDomainSale.name}}.eth? Unlock your Wallet to place a bid - Do you want to buy or bid for {{objDomainSale.name}}.eth? Unlock your Wallet to continue - Do you want to bid for {{objDomainSale.name}}.eth? Unlock your Wallet to place a bid - Did you buy or sell {{objDomainSale.name}}.eth? Unlock your Wallet to finish the auction - Want to withdraw your funds? Unlock your Wallet to withdraw - -

    -
    -
    - - -
    -
    -
    - - - - -
    - -
    - - -
    -
    -
    - -

    - Incorrect Wallet -

    -

    - - The wallet you unlocked does not own this name. - - - In order to offer this name, please unlock the wallet with address: - - {{objDomainSale.seller}}. -

    - -
    - -
    - -

    - Transfer {{objDomainSale.name}}.eth to DomainSale -

    - - - - - -
    - - -
    -

    - Click your TX hash to see if you successfully transferred {{objDomainSale.name}}.eth to DomainSale. -

    -
    - - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    -
    - - -
    -
    - -

    - Incorrect Wallet -

    -

    - - The wallet you unlocked does not own this name. - - - In order to offer this name, please unlock the wallet with address: - - {{objDomainSale.seller}}. -

    - -
    -
    - - - -
    - -
    - - -
    -
    - -
    - -
    - - -
    -
    - - -
    -

    - - Offer For Sale: - - {{objDomainSale.name}}.eth -

    -

    - - Set either of both of the prices below to offer your domain for sale. Remember that any funds you have locked in the domain's deed will go to the buyer and 10% of the funds when sold goes to referrers. - -

    -
    - - - -
    -

    - - Alter Your Offer for: - - {{objDomainSale.name}}.eth -

    -

    - - Change either of both of the prices below to alter your domain sale offer. Remember that any funds you have locked in the domain's deed will go to the buyer and 10% of the funds when sold goes to referrers. - -

    -
    - - - -
    - Buy price -
    -

    - - This is the price at which someone can buy the domain immediately. - 0 means that the domain cannot be purchased immediately. - -

    -
    - - -
    - - - -
    Reserve price
    -

    - - This is the price at which someone can start an auction for the domain. 0 means that the domain will not be available for auction. - -

    -
    - - -
    - - - - - -
    - -
    -

    - Cancel your sale -

    -

    - - You can cancel your domain sale, which will return the domain to you with no charge. This is only available before any bids have been received for the domain. - -

    - - - - -
    - - -
    - - - - - - - - - - - - - - - - - - -
    Name{{objDomainSale.name}}.eth
    Purchase price{{objDomainSale.priceEth}} {{ajaxReq.type}}
    Minimum bid{{objDomainSale.reserveEth}} {{ajaxReq.type}}
    Buy amount{{objDomainSale.buyEth}} {{ajaxReq.type}}
    Bid amount{{objDomainSale.bidEth}} {{ajaxReq.type}}
    - - -
    - - -
    - - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - -
    - - -
    - - -

    - Buy the domain -

    - - Price to buy the domain immediately: - - - {{objDomainSale.priceEth}} {{ajaxReq.type}}. - - - - - - - -
    - - - - -
    - -

    - Bid for the domain -

    -
    -
    - - You are currently winning this auction with the highest bid. You can bid higher if you want, but it will delay the close of the auction for 24 hours. - -
    -
    - - - Bid at least - - - {{objDomainSale.minimumBidEth}} {{ajaxReq.type}} - - - on the domain. - - - You will win the domain if no higher bids are placed within the next 24 hours. - - - - - - - - - - -
    - - - -
    - - Note that the domain has a locked value of - - {{objDomainSale.valueEth}} {{ajaxReq.type}}. - - As part of the sale you will receive the deed with this value but cannot claim it unless you release the name. - -
    - - -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    - -
    - - -
    -
    -
    - -

    - Not related to that auction -

    -

    - This address is neither the winner nor the seller of the auction. -

    - -
    - -
    -
    - -

    - Finish the auction -

    -

    - Finish the auction to allocate the domain to the winner and the funds to the seller. -

    - -
    - - - - - - -
    -

    - - Click your TX hash to see if you successfully transferred the domain to DomainSale. - - ({{objDomainSale.name}}.eth) -

    -
    - -
    - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    - -
    - - -
    -
    -
    -
    - -

    Withdraw funds

    - Withdraw {{objDomainSale.balanceEth}} {{ajaxReq.type}} funds for {{wallet.getAddressString()}} - -
    - - - - - - -
    -

    Click your TX hash to see if you successfully withdrew funds from DomainSale.

    -
    - -
    - -
    -
    - -

    Wallet mismatch

    - The wallet you unlocked is for address {{wallet.getAddressString()}}. Please unlock the correct wallet to proceed. - -
    -
    -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - - - - - - - -
    - - -
    - -
    - -
    - - +- - -

    - View Wallet Details -

    -
    - -
    -

    - This page allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like etherscan.io. -

    - -
    - -
    - -
    - - -
    - -
    - -
    - - -
    - -
    -
    -
    -
    - -
    - - - DOWNLOAD - -
    - -
    - -
    - - -
    -
    - - -
    - - - Print Paper Wallet - -
    -
    - - -
    - -
    - -
    - Your Address: -
    -
    - -
    - -
    - -
    - - Private Key (unencrypted) - -
    - -
    -
    -
    -
    - - -
    -
    - -
    - -
    - - -
    - -
    - -
    - - -
    - -
    - - -
    - - -
    -
    -
    -

    - Check TX Status -

    -

    -
    - -
    - - -
    -
    -
    - - - - -
    - -
    -

    Transaction Found

    -
    {{ tx.hash }}
    -

    -
      -
    • -
    • -
    -
    - -
    -

    - Transaction Not Found -

    -

    - -

    -
      -
    • -
    • -
    • -
    -
    - -
    -

    - Pending Transaction Found -

    -
      -
    • -
    • -
    • -
    -
    - -
    -

    - Transaction Details -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - TX Hash - - - {{ txInfo.hash }} - -
    - From Address - - - {{ txInfo.from }} - -
    - To Address - - - {{ txInfo.to }} - -
    - Amount - - {{ txInfo.valueStr }} -
    - - - Nonce - - - {{ txInfo.nonce }} -
    - - - Gas Limit - - - {{ txInfo.gasLimit }} -
    - - - Gas Price - - - {{ txInfo.gasPrice.gwei }} GWEI - - ({{ txInfo.gasPrice.wei }} WEI) - -
    - Data - - {{ txInfo.data }} -
    -
    -
    - - - - -
    - -

    - -

    - Cancel or Replace Transaction -

    - -
    -
    - +- -

    - Unlock your wallet to replace your transaction. (But, please be careful) -

    -
    -
    - - -
    -
    -
    - - - -
    -
    - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - - -
    -
    -
    - Please unlock the wallet with address -
    - {{ txInfo.from }} -
    -
    - - -
    - -

    - Bulk Generate Wallets -

    - - -
    - -
    -

    - Number of Wallets To Generate -

    - -
    - -
    -

    - Generate Wallets -

    - - Generate Wallets - -
    - -
    - - - - - -
    - -
    - -
    -
    -

    - Success! Your wallets have been generated. -

    - -
    - **You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://www.myetherwallet.com/#help) for instructions. -
    -
    - -
    - - - - - - - - - - - - - -
    Address Identicon AddressPrivate Key (unencrypted)
    -
    -
    - - - -
    -
    - -
    -
    - - PRINT -
    -
    - - DOWNLOAD -
    -
    - - DOWNLOAD -
    -
    - - DOWNLOAD -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -
    - -
    - - -
    - - - -
  • - - - - - - - - - - - - - - - - - diff --git a/chrome-extension/js/etherwallet-master.js b/chrome-extension/js/etherwallet-master.js index e9df7524b2..37365a188c 100644 --- a/chrome-extension/js/etherwallet-master.js +++ b/chrome-extension/js/etherwallet-master.js @@ -50,6 +50,18 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"totalSupply","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenName","type":"string"},{"name":"tokenSymbol","type":"string"},{"name":"tokenSupply","type":"uint256"}],"name":"SetupToken","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[{"name":"adr","type":"address"}],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "APIS Token", + "address": "0x4c0fbe1bb46612915e7967d2c3213cd4d87257ad", + "abi": + '[{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"},{"name":"_timeLockUpEnd","type":"uint256"}],"name":"walletLockBoth","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"}],"name":"walletLockBothForever","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"manoContracts","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"burn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_subtractedValue","type":"uint256"}],"name":"decreaseApproval","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_apisWei","type":"uint256"}],"name":"transferAndLockForever","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"},{"name":"_timeLockEnd","type":"uint256"},{"name":"_sendLock","type":"bool"},{"name":"_receiveLock","type":"bool"}],"name":"walletLock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"isWalletLocked_Receive","outputs":[{"name":"isReceiveLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"manoAddr","type":"address"},{"name":"registered","type":"bool"}],"name":"registerManoContract","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_apisWei","type":"uint256"},{"name":"_timeLockUpEnd","type":"uint256"}],"name":"transferAndLockUntil","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_apisWei","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"}],"name":"walletUnlock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"lockedWalletInfo","outputs":[{"name":"timeLockUpEnd","type":"uint256"},{"name":"sendLock","type":"bool"},{"name":"receiveLock","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_addedValue","type":"uint256"}],"name":"increaseApproval","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isMyWalletLocked_Receive","outputs":[{"name":"isReceiveLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"isWalletLocked_Send","outputs":[{"name":"isSendLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"isMyWalletLocked_Send","outputs":[{"name":"isSendLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"target","type":"address"},{"indexed":false,"name":"timeLockUpEnd","type":"uint256"},{"indexed":false,"name":"sendLock","type":"bool"},{"indexed":false,"name":"receiveLock","type":"bool"}],"name":"Locked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"target","type":"address"}],"name":"Unlocked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"RejectedPaymentToLockedUpWallet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"RejectedPaymentFromLockedUpWallet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"manoContract","type":"address"},{"indexed":false,"name":"registered","type":"bool"}],"name":"ManoContractRegistered","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' + }, + { + "name": "APIS Crowdsale", + "address": "0x749e66e12c09E4105381e373c0E6CA0bCe573d36", + "abi": + '[{"constant":true,"inputs":[],"name":"fundingGoalCurrent","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"isClaimable","outputs":[{"name":"message","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"endTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_closed","type":"bool"}],"name":"closeSale","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"whiteListOf","outputs":[{"name":"message","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"price","type":"uint256"}],"name":"setPriceOfApis","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"fundersProperty","outputs":[{"name":"reservedFunds","type":"uint256"},{"name":"paidFunds","type":"uint256"},{"name":"reservedApis","type":"uint256"},{"name":"withdrawedApis","type":"uint256"},{"name":"purchaseTime","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_target","type":"address"}],"name":"claimApis","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"isOpened","outputs":[{"name":"isOpend","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"fundingGoal","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"buyToken","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_funder","type":"address"}],"name":"refundByOwner","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"priceOfApisPerFund","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_currentFundingGoalAPIS","type":"uint256"}],"name":"setCurrentFundingGoal","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"claimMyApis","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"saleStatus","outputs":[{"name":"totalReservedFunds","type":"uint256"},{"name":"totalPaidFunds","type":"uint256"},{"name":"totalReceivedFunds","type":"uint256"},{"name":"totalReservedApis","type":"uint256"},{"name":"totalWithdrawedApis","type":"uint256"},{"name":"totalSoldApis","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"remainRefundable","type":"bool"}],"name":"withdrawalFunds","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[{"name":"_fundingGoalApis","type":"uint256"},{"name":"_startTime","type":"uint256"},{"name":"_endTime","type":"uint256"},{"name":"_addressOfApisTokenUsedAsReward","type":"address"},{"name":"_addressOfWhiteList","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"beneficiary","type":"address"},{"indexed":false,"name":"amountOfFunds","type":"uint256"},{"indexed":false,"name":"amountOfApis","type":"uint256"}],"name":"ReservedApis","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"addr","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"WithdrawalFunds","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"funder","type":"address"},{"indexed":false,"name":"amountOfFunds","type":"uint256"},{"indexed":false,"name":"amountOfApis","type":"uint256"}],"name":"WithdrawalApis","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_backer","type":"address"},{"indexed":false,"name":"_amountFunds","type":"uint256"},{"indexed":false,"name":"_amountApis","type":"uint256"}],"name":"Refund","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"}]' + }, { "name": "Augur / REP", "address": "0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5", @@ -227,6 +239,12 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[{"name":"_tokenHolder","type":"address"}],"name":"getTokensHeldByAddress","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"ownerUpdateCurrentEpoch","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"payoutsPaused","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newTreasury","type":"address"}],"name":"ownerSetTreasury","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalRewardsForEpoch","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newPayoutStatus","type":"bool"}],"name":"ownerPausePayouts","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"ownerChangeOwner","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"treasury","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"currentEpoch","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_sendTo","type":"address"},{"name":"_amount","type":"uint256"}],"name":"ownerTransferEther","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"theTokenAddress","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_tokenHolder","type":"address"}],"name":"getExpectedPayout","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_tokenHolder","type":"address"}],"name":"getAddressLastPaidOutEpoch","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getMyReward","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"ownerkill","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newTotalRewardsForEpochInWei","type":"uint256"}],"name":"ownerUpdateTotalRewardsForEpoch","outputs":[],"payable":false,"type":"function"},{"inputs":[{"name":"tokenAddress","type":"address"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"SentToAddress","type":"address"},{"indexed":true,"name":"AmountTransferred","type":"uint256"}],"name":"LogOwnerTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"SentToAddress","type":"address"},{"indexed":true,"name":"AmountTransferred","type":"uint256"},{"indexed":true,"name":"NumberOfTokens","type":"uint256"},{"indexed":false,"name":"TotalRewardsForEpoch","type":"uint256"},{"indexed":false,"name":"Epoch","type":"uint256"}],"name":"LogPaidOut","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"NewCurrentEpoch","type":"uint256"}],"name":"LogEpochUpdated","type":"event"}]' }, + { + "name": "GANA", + "address": "0x6754e21b9EAa053c62d7854dD6561ae451B0cBCf", + "abi": + '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string","value":"GANA"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256","value":"2e+27"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_addr","type":"address"}],"name":"unsetManager","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8","value":"18"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"burn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_subtractedValue","type":"uint256"}],"name":"decreaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256","value":"0"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"release","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address","value":"0xbb226cc72dda7fa8ef463bd3d0f3559965d9bc00"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string","value":"GANA"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"released","outputs":[{"name":"","type":"bool","value":false}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"saleTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_addr","type":"address"}],"name":"setManager","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"manager","outputs":[{"name":"","type":"bool","value":false}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_addedValue","type":"uint256"}],"name":"increaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256","value":"0"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_token","type":"address"},{"name":"_claimedBalance","type":"uint256"}],"name":"claimTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"manager","type":"address"},{"indexed":false,"name":"_token","type":"address"},{"indexed":false,"name":"claimedBalance","type":"uint256"}],"name":"ClaimedTokens","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_addr","type":"address"}],"name":"SetManager","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_addr","type":"address"}],"name":"UnsetManager","type":"event"},{"anonymous":false,"inputs":[],"name":"Release","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]' + }, { "name": "Global Academy Place (GAP)", "address": "0xC86414354c06dC8bA428A08BCc589C72c2805959", @@ -325,6 +343,11 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"killContract","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amount","type":"uint256"}],"name":"burn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"standard","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"disableMinting","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_tokenAddress","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"salvageTokensFromContract","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_untilBlock","type":"uint256"},{"name":"_reason","type":"string"}],"name":"lockUntil","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"},{"name":"_extraData","type":"bytes"}],"name":"approveAndCall","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"lockedUntilBlock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_untilBlock","type":"uint256"},{"indexed":false,"name":"_reason","type":"string"}],"name":"ContractLocked","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_prevOwner","type":"address"},{"indexed":false,"name":"_newOwner","type":"address"}],"name":"OwnerUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "Nebula Ai Crowdsale", + "address": "0x83c451371EF470D206cf011405D89f6ccb0e915e", + "abi": '[{"constant":true,"inputs":[],"name":"hasClosed","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_index","type":"uint256"}],"name":"get_time_locked_contract","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"rate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"cap","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"weiRaised","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"contributions","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"hasStarted","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"closingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"capReached","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"caps","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"release_all","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"getUserCap","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isFinalized","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"openingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"getUserContribution","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[],"name":"Finalized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"purchaser","type":"address"},{"indexed":true,"name":"beneficiary","type":"address"},{"indexed":false,"name":"value","type":"uint256"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"TokenPurchase","type":"event"}]' + }, { "name": "Nimiq Network Interim Token", "address": "0xcfb98637bcae43C13323EAa1731cED2B716962fD", @@ -387,6 +410,17 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amount","type":"uint256"},{"name":"_wallet","type":"string"}],"name":"TransferToWaves","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"INITIAL_SUPPLY","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"unpause","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"paused","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_subtractedValue","type":"uint256"}],"name":"decreaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"pause","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_amount","type":"uint256"},{"name":"_wallet","type":"string"},{"name":"_currency","type":"string"}],"name":"TransferBase","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"reclaimEther","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_addedValue","type":"uint256"}],"name":"increaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":false,"stateMutability":"nonpayable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"amount","type":"uint256"},{"indexed":false,"name":"wallet","type":"string"},{"indexed":false,"name":"currency","type":"string"}],"name":"TokenTransferLog","type":"event"},{"anonymous":false,"inputs":[],"name":"Pause","type":"event"},{"anonymous":false,"inputs":[],"name":"Unpause","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]' }, + { + "name": "Proof of Weak Hands 3D (P3D)", + "address": "0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe", + "abi": + '[{"constant":true,"inputs":[{"name":"_customerAddress","type":"address"}],"name":"dividendsOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_ethereumToSpend","type":"uint256"}],"name":"calculateTokensReceived","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_tokensToSell","type":"uint256"}],"name":"calculateEthereumReceived","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"onlyAmbassadors","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"bytes32"}],"name":"administrators","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"sellPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stakingRequirement","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_includeReferralBonus","type":"bool"}],"name":"myDividends","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalEthereumBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_customerAddress","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_amountOfTokens","type":"uint256"}],"name":"setStakingRequirement","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"buyPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_identifier","type":"bytes32"},{"name":"_status","type":"bool"}],"name":"setAdministrator","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"myTokens","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"disableInitialStage","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_toAddress","type":"address"},{"name":"_amountOfTokens","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_symbol","type":"string"}],"name":"setSymbol","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"setName","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amountOfTokens","type":"uint256"}],"name":"sell","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"exit","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_referredBy","type":"address"}],"name":"buy","outputs":[{"name":"","type":"uint256"}],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[],"name":"reinvest","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"incomingEthereum","type":"uint256"},{"indexed":false,"name":"tokensMinted","type":"uint256"},{"indexed":true,"name":"referredBy","type":"address"}],"name":"onTokenPurchase","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"tokensBurned","type":"uint256"},{"indexed":false,"name":"ethereumEarned","type":"uint256"}],"name":"onTokenSell","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"ethereumReinvested","type":"uint256"},{"indexed":false,"name":"tokensMinted","type":"uint256"}],"name":"onReinvestment","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"ethereumWithdrawn","type":"uint256"}],"name":"onWithdraw","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Transfer","type":"event"}]' + }, + { + "name": "PUC", + "address": "0xef6b4ce8c9bc83744fbcde2657b32ec18790458a", + "abi": '[{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":false,"stateMutability":"nonpayable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' + }, { "name": "Q - TiiQu Network", "address": "0x2C3C1F05187dBa7A5f2Dd47Dca57281C4d4F183F", @@ -450,9 +484,9 @@ module.exports=[ }, { "name": "Skraps", - "address": "0x6E34d8d84764D40f6D7b39cd569Fd017bF53177D", + "address": "0xfdfe8b7ab6cf1bd1e3d14538ef40686296c42052", "abi": - '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"withdrawTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"candidate","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_who","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_owner","type":"address"}],"name":"changeOwner","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwner","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' + '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"cancelMigration","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"startMigration","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_who","type":"address"}],"name":"manualMigrate","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"withdrawTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_who","type":"address"}],"name":"removeSupport","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"withdrawEther","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"closeICO","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_value","type":"uint256"}],"name":"refundTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_who","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_agent","type":"address"}],"name":"setMigrationAgent","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"supportAccounts","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"startICO","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"migrationAgent","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"migrate","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_tokens","type":"uint256"}],"name":"setTokensPerEther","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_who","type":"address"}],"name":"addSupport","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"state","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"pendingOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"tokensPerEther","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"state","type":"uint8"}],"name":"NewState","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_who","type":"address"}],"name":"SupportAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_who","type":"address"}],"name":"SupportRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' }, { "name": "Skrilla Token", @@ -466,6 +500,12 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"stop","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"distributionComplete","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"publicKeySize","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"addr","type":"address"}],"name":"getData","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"addr","type":"address"},{"name":"amount","type":"uint256"},{"name":"freeze","type":"bool"}],"name":"distributeAdviserBounty","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"publicKey","type":"string"}],"name":"registerKey","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"timeTransferbleUntil","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"sale","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stopped","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"},{"name":"_data","type":"string"}],"name":"burn","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"data","type":"uint256[]"},{"name":"freeze","type":"bool"}],"name":"multiDistributeAdviserBounty","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"publicKeys","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_publicKeySize","type":"uint8"}],"name":"modifyPublicKeySize","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"frozenAccount","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_symbol","type":"string"}],"name":"setSymbol","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"data","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"setName","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"adviserAndBounty","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_target","type":"address"}],"name":"isFrozen","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"data","type":"uint256[]"}],"name":"multiDistribute","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":false,"name":"_publicKey","type":"string"}],"name":"RegisterKey","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_size","type":"uint8"}],"name":"ModifyPublicKeySize","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":false,"name":"value","type":"uint256"},{"indexed":false,"name":"data","type":"string"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[],"name":"LogStop","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "Su Squares (SU)", + "address": "0x6731560e455537c9f088EA02A47a0ECFa28a9231", + "abi": + '[{"constant":true,"inputs":[],"name":"executiveOfficerAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"interfaceID","type":"bytes4"}],"name":"supportsInterface","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"promoCreatedCount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[{"name":"_tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_approved","type":"address"},{"name":"_tokenId","type":"uint256"}],"name":"approve","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"name":"_tokenId","type":"uint256"},{"name":"_newOwner","type":"address"}],"name":"grantToken","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"name":"_operatingOfficerAddress","type":"address"}],"name":"setOperatingOfficer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"name":"_tokenId","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"_index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdrawBalance","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"name":"_owner","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"operatingOfficerAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_squareId","type":"uint256"},{"name":"_rgbData","type":"bytes"},{"name":"_title","type":"string"},{"name":"_href","type":"string"}],"name":"personalizeSquare","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"_operator","type":"address"},{"name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"financialOfficerAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_tokenId","type":"uint256"},{"name":"data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"name":"_tokenURI","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_financialOfficerAddress","type":"address"}],"name":"setFinancialOfficer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_executiveOfficerAddress","type":"address"}],"name":"setExecutiveOfficer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_nftId","type":"uint256"}],"name":"purchase","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"suSquares","outputs":[{"name":"version","type":"uint256"},{"name":"rgbData","type":"bytes"},{"name":"title","type":"string"},{"name":"href","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_nftId","type":"uint256"}],"name":"Personalized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_approved","type":"address"},{"indexed":false,"name":"_tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_operator","type":"address"},{"indexed":false,"name":"_approved","type":"bool"}],"name":"ApprovalForAll","type":"event"}]' + }, { "name": "Telcoin Redeem", "address": "0x6D9FE564C9B1C81C305e066346dF73de6cF9295f", @@ -503,6 +543,12 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"startDate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"ETH_RECEIVED_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"proceed","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"finalize","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenExchange","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalReceivedEth","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"pause","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"MIN_ETH_TRANS","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"ethFundDeposit","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"deadlines","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenAccountAddress","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"prices","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"state","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"endDate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"ETH_RECEIVED_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"startRedeeming","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKEN_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"redeemTokens","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenExchangeAddress","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"LogCreateVIBEX","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"},{"indexed":false,"name":"_value2","type":"uint256"},{"indexed":false,"name":"_value3","type":"uint256"}],"name":"LogRedeemVIBE","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "VORMACOIN", + "address": "0xc3bc9eb71f75ec439a6b6c8e8b746fcf5b62f703", + "abi": + '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"tokens","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"from","type":"address"},{"name":"to","type":"address"},{"name":"tokens","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"tokenOwner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeSub","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"to","type":"address"},{"name":"tokens","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeDiv","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"tokens","type":"uint256"},{"name":"data","type":"bytes"}],"name":"approveAndCall","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeMul","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"tokenAddress","type":"address"},{"name":"tokens","type":"uint256"}],"name":"transferAnyERC20Token","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"tokenOwner","type":"address"},{"name":"spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeAdd","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"tokenOwner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Approval","type":"event"}]' + }, { "name": "Who The Eth?", "address": "0x842D6dA3097B5efdE5a81535144f947Ab482b6eE", @@ -700,8 +746,6 @@ bity.post = function (path, data, callback) { module.exports = bity; },{}],14:[function(require,module,exports){ -"use strict"; - var darklist = function darklist() { return [{ address: "0xD0cC2B24980CBCCA47EF755Da88B220a82291407", @@ -3602,170 +3646,309 @@ var mainPopCtrl = function mainPopCtrl($scope, $sce) { module.exports = mainPopCtrl; },{}],18:[function(require,module,exports){ -'use strict'; +"use strict"; -var myWalletsCtrl = function myWalletsCtrl($scope, $sce, walletService) { - $scope.editModal = new Modal(document.getElementById('editWallet')); - $scope.viewModal = new Modal(document.getElementById('viewWalletDetails')); - $scope.removeModal = new Modal(document.getElementById('removeWallet')); - $scope.allWallets = []; - $scope.allWatchOnly = []; - $scope.nickNames = []; - $scope.fiatVal = { - usd: 0, - eur: 0, - btc: 0 - }; - $scope.viewWallet = {}; - $scope.ajaxReq = ajaxReq; - $scope.setNickNames = function () { - cxFuncs.getAllNickNames(function (nicks) { - $scope.nickNames = nicks; - }); - }; - $scope.setAllWallets = function () { - cxFuncs.getWalletsArr(function (wlts) { - $scope.allWallets = wlts; - $scope.updateBalance('allWallets'); - $scope.setTokens('allWallets'); - }); - cxFuncs.getWatchOnlyArr(function (wlts) { - $scope.allWatchOnly = wlts; - $scope.updateBalance('allWatchOnly'); - $scope.setTokens('allWatchOnly'); - }); - }; - $scope.$watch('ajaxReq.key', function () { - if ($scope.allWallets) { - $scope.updateBalance('allWallets'); - $scope.setTokens('allWallets'); - } - if ($scope.allWatchOnly) { - $scope.updateBalance('allWatchOnly'); - $scope.setTokens('allWatchOnly'); - } - }); - $scope.setTokens = function (varWal) { - for (var j = 0; j < $scope[varWal].length; j++) { - $scope.tokens = Token.popTokens; - $scope[varWal][j].tokens = []; - for (var i = 0; i < $scope.tokens.length; i++) { - $scope[varWal][j].tokens.push(new Token($scope.tokens[i].address, $scope[varWal][j].addr, $scope.tokens[i].symbol, $scope.tokens[i].decimal)); - $scope[varWal][j].tokens[$scope[varWal][j].tokens.length - 1].setBalance(); - } - var storedTokens = globalFuncs.localStorage.getItem("localTokens", null) != null ? JSON.parse(globalFuncs.localStorage.getItem("localTokens")) : []; - for (var i = 0; i < storedTokens.length; i++) { - $scope[varWal][j].tokens.push(new Token(storedTokens[i].contractAddress, $scope[varWal][j].addr, globalFuncs.stripTags(storedTokens[i].symbol), storedTokens[i].decimal)); - $scope[varWal][j].tokens[$scope[varWal][j].tokens.length - 1].setBalance(); - } - } - }; - $scope.updateBalance = function (varWal) { - for (var i = 0; i < $scope[varWal].length; i++) { - $scope.setBalance($scope[varWal][i].addr, i, varWal); - } - }; - $scope.setBalance = function (address, id, varWal) { - ajaxReq.getBalance(address, function (data) { - if (data.error) { - $scope[varWal][id].balance = data.msg; - } else { - $scope[varWal][id].balance = etherUnits.toEther(data.data.balance, 'wei'); - $scope[varWal][id].balanceR = new BigNumber($scope[varWal][id].balance).toPrecision(5); - $scope[varWal][id].usd = etherUnits.toFiat($scope[varWal][id].balance, 'ether', $scope.fiatVal.usd); - $scope[varWal][id].eur = etherUnits.toFiat($scope[varWal][id].balance, 'ether', $scope.fiatVal.eur); - $scope[varWal][id].btc = etherUnits.toFiat($scope[varWal][id].balance, 'ether', $scope.fiatVal.btc); - - $scope[varWal][id].balance = $scope.wallet.setBalance(); - $scope[varWal][id].balanceR = $scope.wallet.setTokens(); - } - }); - }; - $scope.setViewWalletObj = function (val, type) { - var vtype = 'allWallets'; - if (type == 'watchOnly') vtype = 'allWatchOnly'; - $scope.viewWallet = { - nick: $scope[vtype][val].nick, - addr: $scope[vtype][val].addr, - id: val, - type: type - }; - }; - $scope.editMWallet = function (val, type) { - $scope.setViewWalletObj(val, type); - $scope.editModal.open(); - }; - $scope.editSave = function () { - if ($scope.nickNames.indexOf($scope.viewWallet.nick) !== -1) { - $scope.notifier.danger(globalFuncs.errorMsgs[13]); - } else { - cxFuncs.editNickName($scope.viewWallet.addr, $scope.viewWallet.nick, function () { - if (chrome.runtime.lastError) $scope.notifier.danger(chrome.runtime.lastError.message);else { - $scope.setAllWallets(); - $scope.setNickNames(); - $scope.editModal.close(); - } - }); - } - }; - $scope.viewMWallet = function (val, type) { - $scope.setViewWalletObj(val, type); - $scope.viewModal.open(); - }; - $scope.decryptWallet = function () { - $scope.wallet = null; +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - try { - var priv = $scope.allWallets[$scope.viewWallet.id].priv; - if (priv.length == 132) $scope.wallet = Wallet.fromMyEtherWalletKey(priv, $scope.password);else $scope.wallet = Wallet.getWalletFromPrivKeyFile(priv, $scope.password); - $scope.viewModal.close(); - $scope.setWalletInfo(); - $scope.password = ""; - } catch (e) { - $scope.notifier.danger(globalFuncs.errorMsgs[6] + ":" + e); - } - }; - $scope.printQRCode = function () { - globalFuncs.printPaperWallets(JSON.stringify([{ - address: $scope.wallet.getChecksumAddressString(), - private: $scope.wallet.getPrivateKeyString() - }])); - }; - $scope.resetWallet = function () { - $scope.wallet = null; - walletService.wallet = null; - walletService.password = ''; - $scope.blob = $scope.blobEnc = $scope.password = ""; - }; - $scope.setWalletInfo = function () { - walletService.wallet = $scope.wallet; - walletService.password = $scope.password; - }; - $scope.deleteWalletMsg = function (val, type) { - $scope.setViewWalletObj(val, type); - $scope.removeModal.open(); - }; - $scope.deleteWallet = function () { - cxFuncs.deleteAccount($scope.viewWallet.addr, function () { - $scope.setAllWallets(); - $scope.setNickNames(); - $scope.removeModal.close(); - }); - }; - ajaxReq.getETHvalue(function (data) { - $scope.fiatVal.usd = data.usd; - $scope.fiatVal.eur = data.eur; - $scope.fiatVal.btc = data.btc; - $scope.setAllWallets(); - }); - $scope.setNickNames(); +var myWalletsCtrl = function myWalletsCtrl($scope, $sce, $timeout, walletService) { + $scope.editModal = new Modal(document.getElementById("editWallet")); + $scope.viewModal = new Modal(document.getElementById("viewWalletDetails")); + $scope.removeModal = new Modal(document.getElementById("removeWallet")); + $scope.tokens = Token.popTokens; + $scope.currentPagination = 25; + $scope.currentIndex = 0; + $scope.tokensShown = $scope.tokens.slice($scope.currentIndex, $scope.currentPagination); + + $scope.qtyPerPage = 25; + + $scope.walletsContainer = document.getElementById("walletsContainer"); + $scope.sideBarTokens = document.getElementById("sideBarTokens"); + + $scope.loadingTokens = false; + + $scope.allWallets = []; + $scope.allWatchOnly = []; + $scope.nickNames = []; + $scope.fiatVal = { + usd: 0, + eur: 0, + btc: 0 + }; + + $scope.viewWallet = {}; + $scope.ajaxReq = ajaxReq; + $scope.setNickNames = function () { + cxFuncs.getAllNickNames(function (nicks) { + $scope.nickNames = nicks; + }); + }; + + $scope.getLocalTokens = function () { + cxFuncs.getLocalTokens(function (tokens) { + if (tokens["localTokens"] === undefined) { + cxFuncs.setLocalTokens(); + $scope.localTokens = []; + } else { + $scope.localTokens = tokens["localTokens"]; + } + }); + }; + + $scope.copy = function (addr) { + var copyElm = document.createElement("textarea"); + var body = document.getElementsByTagName("body")[0]; + copyElm.style.position = "fixed"; + copyElm.style.opacity = 0; + copyElm.textContent = addr; + body.appendChild(copyElm); + copyElm.select(); + document.execCommand("copy"); + body.removeChild(copyElm); + }; + + function scrollContent() { + $scope.loadingTokens = true; + var loadTokens = $timeout(function () { + $scope.nextPage($scope.qtyPerPage); + }, 500); + $scope.loadTokens = false; + } + + angular.element(function () { + angular.element($scope.sideBarTokens).bind("scroll", function (e) { + if (e.target.scrollTop === e.target.scrollHeight - e.target.offsetHeight) { + scrollContent(); + $scope.$apply(); + } + }); + }); + + // Update height when height is changed and keep watching height + $scope.$watch('walletsContainer.clientHeight', function () { + if ($scope.allWatchOnly.length !== 0) { + angular.element($scope.sideBarTokens).css('maxHeight', $scope.walletsContainer.clientHeight - 167.200 + 'px'); + } else { + angular.element($scope.sideBarTokens).css('maxHeight', $scope.walletsContainer.clientHeight - 237 + 'px'); + } + }); + + // Only check if scroll exists once + var checkForScroll = $scope.$watch('sideBarTokens.scrollHeight', function () { + if ($scope.sideBarTokens.scrollHeight === $scope.sideBarTokens.clientHeight) { + scrollContent(); + } + checkForScroll(); + }); + + $scope.nextPage = function (currentIndex) { + $scope.currentIndex += currentIndex; + $scope.currentPagination += currentIndex; + $scope.tokens.slice($scope.currentIndex, $scope.currentPagination).forEach(function (item) { + $scope.tokensShown.push(item); + }); + }; + + $scope.checkIfExists = function (arr) { + return (typeof arr === "undefined" ? "undefined" : _typeof(arr)) === "object"; + }; + + $scope.checkIfAdded = function (token) { + if ($scope.localTokens && $scope.localTokens.length === 0) { + return false; + } else if ($scope.localTokens && $scope.localTokens.length > 0) { + for (var i = 0; i <= $scope.localTokens.length; i++) { + if ($scope.localTokens.find(function (item) { + return item.address === token.address; + }) === undefined) { + return false; + } else { + return true; + } + } + } + }; + + $scope.addTokenToLocal = function (token) { + if ($scope.localTokens.length === 0) { + $scope.localTokens.push(token); + } else { + if (!!$scope.localTokens.find(function (item) { + return item.address === token.address; + }) === false) { + $scope.localTokens.push(token); + } + } + + chrome.storage.sync.set({ localTokens: $scope.localTokens }); + $scope.setTokens("allWallets"); + $scope.setTokens("allWatchOnly"); + }; + + $scope.removeTokenLocal = function (token) { + var tokenToRemove = $scope.localTokens.findIndex(function (locTk) { + return locTk.address.toLowerCase() === token.address.toLowerCase() && locTk.symbol === token.symbol; + }); + + $scope.localTokens.splice(tokenToRemove, 1); + chrome.storage.sync.set({ localTokens: $scope.localTokens }); + $scope.setTokens("allWallets"); + $scope.setTokens("allWatchOnly"); + }; + + $scope.setAllWallets = function () { + cxFuncs.getWalletsArr(function (wlts) { + $scope.allWallets = wlts; + + $scope.updateBalance("allWallets"); + $scope.setTokens("allWallets"); + }); + + cxFuncs.getWatchOnlyArr(function (wlts) { + $scope.allWatchOnly = wlts; + + $scope.updateBalance("allWatchOnly"); + $scope.setTokens("allWatchOnly"); + }); + }; + + $scope.$watch("ajaxReq.key", function () { + if ($scope.allWallets) { + $scope.updateBalance("allWallets"); + $scope.setTokens("allWallets"); + } + if ($scope.allWatchOnly) { + $scope.updateBalance("allWatchOnly"); + $scope.setTokens("allWatchOnly"); + } + }); + + $scope.setTokens = function (varWal) { + for (var j = 0; j < $scope[varWal].length; j++) { + $scope[varWal][j].tokens = []; + for (var i = 0; i < $scope.localTokens.length; i++) { + $scope[varWal][j].tokens.push(new Token($scope.localTokens[i].address, $scope[varWal][j].addr, $scope.localTokens[i].symbol, $scope.localTokens[i].decimal)); + $scope[varWal][j].tokens[$scope[varWal][j].tokens.length - 1].setBalance(); + } + } + }; + + $scope.updateBalance = function (varWal) { + for (var i = 0; i < $scope[varWal].length; i++) { + $scope.setBalance($scope[varWal][i].addr, i, varWal); + } + }; + + $scope.setBalance = function (address, id, varWal) { + ajaxReq.getBalance(address, function (data) { + if (data.error) { + $scope[varWal][id].balance = data.msg; + } else { + $scope[varWal][id].balance = etherUnits.toEther(data.data.balance, "wei"); + $scope[varWal][id].balanceR = new BigNumber($scope[varWal][id].balance).toPrecision(5); + $scope[varWal][id].usd = etherUnits.toFiat($scope[varWal][id].balance, "ether", $scope.fiatVal.usd); + $scope[varWal][id].eur = etherUnits.toFiat($scope[varWal][id].balance, "ether", $scope.fiatVal.eur); + $scope[varWal][id].btc = etherUnits.toFiat($scope[varWal][id].balance, "ether", $scope.fiatVal.btc); + } + }); + }; + + $scope.setViewWalletObj = function (val, type) { + var vtype = "allWallets"; + if (type == "watchOnly") vtype = "allWatchOnly"; + $scope.viewWallet = { + nick: $scope[vtype][val].nick, + addr: $scope[vtype][val].addr, + id: val, + type: type + }; + }; + + $scope.editMWallet = function (val, type) { + $scope.setViewWalletObj(val, type); + $scope.editModal.open(); + }; + + $scope.editSave = function () { + if ($scope.nickNames.indexOf($scope.viewWallet.nick) !== -1) { + $scope.notifier.danger(globalFuncs.errorMsgs[13]); + } else { + cxFuncs.editNickName($scope.viewWallet.addr, $scope.viewWallet.nick, function () { + if (chrome.runtime.lastError) $scope.notifier.danger(chrome.runtime.lastError.message);else { + $scope.setAllWallets(); + $scope.setNickNames(); + $scope.editModal.close(); + } + }); + } + }; + + $scope.viewMWallet = function (val, type) { + $scope.setViewWalletObj(val, type); + $scope.viewModal.open(); + }; + + $scope.decryptWallet = function () { + $scope.wallet = null; + + try { + var priv = $scope.allWallets[$scope.viewWallet.id].priv; + if (priv.length == 132) $scope.wallet = Wallet.fromMyEtherWalletKey(priv, $scope.password);else $scope.wallet = Wallet.getWalletFromPrivKeyFile(priv, $scope.password); + $scope.viewModal.close(); + $scope.setWalletInfo(); + $scope.password = ""; + } catch (e) { + $scope.notifier.danger(globalFuncs.errorMsgs[6] + ":" + e); + } + }; + + $scope.printQRCode = function () { + globalFuncs.printPaperWallets(JSON.stringify([{ + address: $scope.wallet.getChecksumAddressString(), + private: $scope.wallet.getPrivateKeyString() + }])); + }; + + $scope.resetWallet = function () { + $scope.wallet = null; + walletService.wallet = null; + walletService.password = ""; + $scope.blob = $scope.blobEnc = $scope.password = ""; + }; + + $scope.setWalletInfo = function () { + walletService.wallet = $scope.wallet; + walletService.password = $scope.password; + }; + + $scope.deleteWalletMsg = function (val, type) { + $scope.setViewWalletObj(val, type); + $scope.removeModal.open(); + }; + + $scope.deleteWallet = function () { + cxFuncs.deleteAccount($scope.viewWallet.addr, function () { + $scope.setAllWallets(); + $scope.setNickNames(); + $scope.removeModal.close(); + }); + }; + + ajaxReq.getETHvalue(function (data) { + $scope.fiatVal.usd = data.usd; + $scope.fiatVal.eur = data.eur; + $scope.fiatVal.btc = data.btc; + $scope.setAllWallets(); + }); + $scope.setNickNames(); + $scope.getLocalTokens(); }; module.exports = myWalletsCtrl; },{}],19:[function(require,module,exports){ 'use strict'; -var quickSendCtrl = function quickSendCtrl($scope, $sce) { +var quickSendCtrl = function quickSendCtrl($scope, $sce, darkList) { + var Darklist = darkList(); $scope.allWallets = []; $scope.selectedWallet = ""; $scope.showConfirm = false; @@ -3802,7 +3985,14 @@ var quickSendCtrl = function quickSendCtrl($scope, $sce) { }; $scope.validateAddress = function () { if (ethFuncs.validateEtherAddress($scope.tx.to)) { - $scope.validateAddressStatus = $sce.trustAsHtml(globalFuncs.getSuccessText(globalFuncs.successMsgs[0])); + for (var i = 0; i < Darklist.length; i++) { + if ($scope.tx.to.length > 0 && $scope.tx.to.toLowerCase() === Darklist[i].address.toLowerCase()) { + $scope.validateAddressStatus = Darklist[i].comment !== "" ? $sce.trustAsHtml(globalFuncs.getDangerText("" + (globalFuncs.phishingWarning[0] + Darklist[i].comment))) : $sce.trustAsHtml(globalFuncs.getDangerText(globalFuncs.phishingWarning[1])); + return; + } else { + $scope.validateAddressStatus = $sce.trustAsHtml(globalFuncs.getSuccessText(globalFuncs.successMsgs[0])); + } + } } else { $scope.validateAddressStatus = $sce.trustAsHtml(globalFuncs.getDangerText(globalFuncs.errorMsgs[5])); } @@ -3852,6 +4042,7 @@ var quickSendCtrl = function quickSendCtrl($scope, $sce) { $scope.validateTxStatus = $sce.trustAsHtml(globalFuncs.getDangerText(e)); } }; + $scope.decryptWallet = function () { $scope.wallet = null; $scope.validateTxStatus = ""; @@ -4483,7 +4674,7 @@ var decryptWalletCtrl = function decryptWalletCtrl($scope, $sce, walletService) module.exports = decryptWalletCtrl; }).call(this,require("buffer").Buffer) -},{"buffer":209}],23:[function(require,module,exports){ +},{"buffer":211}],23:[function(require,module,exports){ 'use strict'; var domainsaleCtrl = function domainsaleCtrl($scope, $sce, walletService) { @@ -5453,6 +5644,8 @@ FINALIZE 'use strict'; var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { + $scope.gpDropdown = false; + $scope.gasPriceDef = globalFuncs.localStorage.getItem('gasPriceDef') || 'WEI'; $scope.ajaxReq = ajaxReq; walletService.wallet = null; walletService.password = ''; @@ -5496,6 +5689,19 @@ var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { if (walletService.wallet == null) return; $scope.wallet = walletService.wallet; }); + + $scope.changePrice = function (price) { + $scope.gasPriceDef = price; + globalFuncs.localStorage.setItem('gasPriceDef', price); + $scope.gpDropdown = false; + }; + + $scope.convertPrice = function (gasPrice) { + if ($scope.gasPriceDef === 'GWEI') { + return etherUnits.toWei(gasPrice, $scope.gasPriceDef.toLowerCase()); + }return gasPrice; + }; + $scope.setTokens = function () { $scope.tokenObjs = []; for (var i = 0; i < $scope.tokens.length; i++) { @@ -5518,6 +5724,9 @@ var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { }); } }; + $scope.$watch('gasPriceDef', function (newValue, oldValue) { + if (newValue == "WEI" && oldValue == "GWEI") $scope.gasPriceDec = etherUnits.toWei($scope.gasPriceDec, 'gwei');else if (newValue == "GWEI" && oldValue == "WEI") $scope.gasPriceDec = etherUnits.toGwei($scope.gasPriceDec, 'wei');else $scope.gasPriceDec = 0; + }); $scope.$watch('tx', function () { $scope.showRaw = false; }, true); @@ -5571,7 +5780,7 @@ var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); txData.isOffline = true; txData.nonce = ethFuncs.sanitizeHex(ethFuncs.decimalToHex($scope.nonceDec)); - txData.gasPrice = ethFuncs.sanitizeHex(ethFuncs.decimalToHex($scope.gasPriceDec)); + txData.gasPrice = ethFuncs.sanitizeHex(ethFuncs.decimalToHex($scope.convertPrice($scope.gasPriceDec))); if ($scope.tokenTx.id != 'ether') { txData.data = $scope.tokenObjs[$scope.tokenTx.id].getData($scope.tx.to, $scope.tx.value).data; txData.to = $scope.tokenObjs[$scope.tokenTx.id].getContractAddress(); @@ -5948,13 +6157,20 @@ var sendTxCtrl = function sendTxCtrl($scope, $sce, walletService, $rootScope) { }; $scope.parseSignedTx = function (signedTx) { - if (signedTx.slice(0, 2) == "0x") signedTx = signedTx.slice(2, signedTx.length); + var txData = {}; + var isJSON = false; $scope.parsedSignedTx = {}; - var txData = new ethUtil.Tx(signedTx); + if (Validator.isJSON(signedTx)) { + txData = new ethUtil.Tx(JSON.parse(signedTx)); + isJSON = true; + } else { + if (signedTx.slice(0, 2) == "0x") signedTx = signedTx.slice(2, signedTx.length); + txData = new ethUtil.Tx(signedTx); + } $scope.parsedSignedTx.gasPrice = {}; $scope.parsedSignedTx.txFee = {}; $scope.parsedSignedTx.balance = $scope.wallet.getBalance(); - $scope.parsedSignedTx.from = ethFuncs.sanitizeHex(ethUtil.toChecksumAddress(txData.from.toString('hex'))); + $scope.parsedSignedTx.from = isJSON ? $scope.wallet.getChecksumAddressString() : ethFuncs.sanitizeHex(ethUtil.toChecksumAddress(txData.from.toString('hex'))); $scope.parsedSignedTx.to = ethFuncs.sanitizeHex(ethUtil.toChecksumAddress(txData.to.toString('hex'))); $scope.parsedSignedTx.value = txData.value == '0x' || txData.value == '' || txData.value == null ? '0' : etherUnits.toEther(new BigNumber(ethFuncs.sanitizeHex(txData.value.toString('hex'))).toString(), 'wei'); $scope.parsedSignedTx.gasLimit = new BigNumber(ethFuncs.sanitizeHex(txData.gasLimit.toString('hex'))).toString(); @@ -6183,7 +6399,7 @@ var signMsgCtrl = function signMsgCtrl($scope, $sce, walletService) { module.exports = signMsgCtrl; }).call(this,require("buffer").Buffer) -},{"buffer":209}],31:[function(require,module,exports){ +},{"buffer":211}],31:[function(require,module,exports){ 'use strict'; var swapCtrl = function swapCtrl($scope, $sce, walletService) { @@ -7053,8 +7269,6 @@ var walletGenCtrl = function walletGenCtrl($scope) { module.exports = walletGenCtrl; },{}],38:[function(require,module,exports){ -'use strict'; - // For token sale holders: // 1. Add the address users are sending to // 2. Add the gas limit users should use to send successfully (this avoids OOG errors) @@ -7069,12 +7283,30 @@ module.exports = [{ gasLimit: 300000, data: '', msg: ' Accord (ARD) ERC20 token sale - http://accordtoken.com' +}, { + // Primalbase Token (PBT) + to: '0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0', + gasLimit: 100000, + data: '', + msg: '' }, { // BTQ Token Sale to: '0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3', gasLimit: 200000, data: '', msg: 'BTQ ICO ends February 1, 2018. btc btq is your exclusive bitcoin boutique and world\'s premier cryptocurrency lifestyle brand. https://thebtcbtq.com/btq' +}, { + // EPX Token Sale + to: '0x5A8658dE344972fC8b6b6a01Cd87a64bc7420A38', + gasLimit: 200000, + data: '', + msg: 'ethPoker.io EPX token sale - https://ethPoker.io' +}, { + // ARXT Token Sale + to: '0xb65E16b44A80C9c44aDdD56a5014CbA2814a82D1', + gasLimit: 200000, + data: '', + msg: 'Assistive Reality ARXT token sale - https://aronline.io' }, { // STC Token Sale to: '0x8d040556214125F3fE7d8B22cF17c364603A6035', @@ -7339,12 +7571,42 @@ module.exports = [{ gasLimit: 200000, data: '', msg: 'LALA World Token (LALA) Token Sale. Official sale website: https://lalaworld.io' +}, { + // Digital Asset Exchange Token (DAXT) Token Sale + to: '0x61725f3db4004afe014745b21dab1e1677cc328b', + gasLimit: 200000, + data: '', + msg: 'Digital Asset Exchange Token (DAXT) Token Sale. Official sale website: https://www.daxt.io' }, { // Duty of Care (VDOC) Token sale to: '0xe8DB4ceA1f7ad7Ba22F3DbbAb55A336545701d96', gasLimit: 200000, data: '', msg: ' Duty of Care VDOC token sale - https://dutyof.care/token-launch/' +}, { + // GANA (GANA) Pre ICO + to: '0xf51397513C3516effeEF0e0f7332E05816135d01', + gasLimit: 200000, + data: '', + msg: 'GANA Pre ICO - Learning health with Cannabis - Official site https://ganacoin.io' +}, { + // GANA (GANA) Public ICO + to: '0xCe2f65261858BDfC4Ac65BB166919b8D35A4C82f', + gasLimit: 200000, + data: '', + msg: 'GANA Public ICO - Learning health with Cannabis - Official site https://ganacoin.io' +}, { + // APIS Token sale + to: '0x749e66e12c09E4105381e373c0E6CA0bCe573d36', + gasLimit: 200000, + data: '', + msg: ' APIS token sale - https://apisplatform.io' +}, { + // WhoHas (WHO) Token Sale + to: '0xe933c0Cd9784414d5F278C114904F5A84b396919', + gasLimit: 200000, + data: '', + msg: 'WhoHas-Token Sale. Please register through our offical website: https://whohas.io/' }]; },{}],39:[function(require,module,exports){ @@ -7356,9 +7618,9 @@ cxFuncs.getAllNickNames = function (callback) { var nickNames = []; this.storage.get(null, function (items) { for (var key in items) { - if (items.hasOwnProperty(key)) { + if (key !== 'localTokens' && items.hasOwnProperty(key)) { var tobj = JSON.parse(items[key]); - if (tobj.type == 'wallet' || tobj.type == 'watchOnly') { + if (tobj.type === 'wallet' || tobj.type === 'watchOnly') { nickNames.push(tobj.nick); nickNames.push(key); } @@ -7367,6 +7629,15 @@ cxFuncs.getAllNickNames = function (callback) { callback(nickNames); }); }; + +cxFuncs.setLocalTokens = function () { + this.storage.set({ localTokens: [] }); +}; + +cxFuncs.getLocalTokens = function (callback) { + this.storage.get('localTokens', callback); +}; + cxFuncs.addWalletToStorage = function (address, encStr, nickname, callback) { nickname = nickname.replace(/(<([^>]+)>)/ig, ""); var value = { @@ -7394,7 +7665,7 @@ cxFuncs.getStorageArr = function (filter, callback) { var wallets = []; this.storage.get(null, function (items) { for (var key in items) { - if (items.hasOwnProperty(key)) { + if (key !== 'localTokens' && items.hasOwnProperty(key)) { var tobj = JSON.parse(items[key]); if (tobj.type == filter) { tobj['addr'] = key; @@ -7484,7 +7755,7 @@ var addressFieldDrtv = function addressFieldDrtv($compile, darkList) { var checkDarkList = function checkDarkList(value) { for (var i = 0; i < Darklist.length; i++) { - if (value.length > 0 && value === Darklist[i].address) { + if (value.length > 0 && value.toLowerCase() === Darklist[i].address.toLowerCase()) { scope.phishing.msg = Darklist[i].comment !== '' ? '' + (globalFuncs.phishingWarning[0] + Darklist[i].comment) : '' + globalFuncs.phishingWarning[1]; scope.phishing.error = true; return; @@ -7626,7 +7897,7 @@ var fileReaderDrtv = function fileReaderDrtv($parse) { module.exports = fileReaderDrtv; },{}],47:[function(require,module,exports){ -module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n \n \n \n
    \n

    \n Secalot Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; +module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n \n \n \n
    \n

    \n Secalot Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; },{}],48:[function(require,module,exports){ 'use strict'; @@ -7639,8 +7910,6 @@ var walletDecryptDrtv = function walletDecryptDrtv() { module.exports = walletDecryptDrtv; },{"./walletDecryptDrtv.html":47}],49:[function(require,module,exports){ -'use strict'; - var ens = require('./ens'); var domainsaleInterface = require('./domainsaleConfigs/domainsaleABI.json'); @@ -8222,8 +8491,6 @@ module.exports=[ },{}],51:[function(require,module,exports){ (function (Buffer){ -'use strict'; - function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } var uts46 = require('idna-uts46'); @@ -8621,7 +8888,7 @@ ens.prototype.checkDomain = function () { module.exports = ens; }).call(this,require("buffer").Buffer) -},{"./ensConfigs/ETHConfig.json":52,"./ensConfigs/ROPConfig.json":53,"./ensConfigs/RinkebyConfig.json":54,"./ensConfigs/auctionABI.json":55,"./ensConfigs/deedABI.json":56,"./ensConfigs/registryABI.json":57,"./ensConfigs/resolverABI.json":58,"./ensConfigs/subDomainABI.json":59,"buffer":209,"idna-uts46":595}],52:[function(require,module,exports){ +},{"./ensConfigs/ETHConfig.json":52,"./ensConfigs/ROPConfig.json":53,"./ensConfigs/RinkebyConfig.json":54,"./ensConfigs/auctionABI.json":55,"./ensConfigs/deedABI.json":56,"./ensConfigs/registryABI.json":57,"./ensConfigs/resolverABI.json":58,"./ensConfigs/subDomainABI.json":59,"buffer":211,"idna-uts46":597}],52:[function(require,module,exports){ module.exports={ "public": { "resolver": "0x1da022710dF5002339274AaDEe8D58218e9D6AB5", @@ -10147,7 +10414,10 @@ etherUnits.toEther = function (number, unit) { var returnValue = new BigNumber(this.toWei(number, unit)).div(this.getValueOfUnit('ether')); return returnValue.toString(10); }; - +etherUnits.toGwei = function (number, unit) { + var returnValue = new BigNumber(this.toWei(number, unit)).div(this.getValueOfUnit('gwei')); + return returnValue.toString(10); +}; etherUnits.toWei = function (number, unit) { var returnValue = new BigNumber(String(number)).times(this.getValueOfUnit(unit)); return returnValue.toString(10); @@ -10546,7 +10816,1191 @@ globalFuncs.localStorage = { module.exports = globalFuncs; -},{"./nodes":73,"./tokens/etcTokens.json":102,"./tokens/ethTokens.json":103,"./tokens/kovanTokens.json":106,"./tokens/rinkebyTokens.json":108,"./tokens/ropstenTokens.json":109}],63:[function(require,module,exports){ +},{"./nodes":74,"./tokens/etcTokens.json":103,"./tokens/ethTokens.json":104,"./tokens/kovanTokens.json":107,"./tokens/rinkebyTokens.json":109,"./tokens/ropstenTokens.json":110}],63:[function(require,module,exports){ +module.exports={ + "A": "A", + "Α": "A", + "А": "A", + "Ꭺ": "A", + "ᗅ": "A", + "ᴀ": "A", + "ꓮ": "A", + "ꭺ": "A", + "A": "A", + "𐊠": "A", + "𖽀": "A", + "𝐀": "A", + "𝐴": "A", + "𝑨": "A", + "𝒜": "A", + "𝓐": "A", + "𝔄": "A", + "𝔸": "A", + "𝕬": "A", + "𝖠": "A", + "𝗔": "A", + "𝘈": "A", + "𝘼": "A", + "𝙰": "A", + "𝚨": "A", + "𝛢": "A", + "𝜜": "A", + "𝝖": "A", + "𝞐": "A", + "B": "B", + "ʙ": "B", + "Β": "B", + "В": "B", + "в": "B", + "Ᏼ": "B", + "ᏼ": "B", + "ᗷ": "B", + "ᛒ": "B", + "ℬ": "B", + "ꓐ": "B", + "Ꞵ": "B", + "B": "B", + "𐊂": "B", + "𐊡": "B", + "𐌁": "B", + "𝐁": "B", + "𝐵": "B", + "𝑩": "B", + "𝓑": "B", + "𝔅": "B", + "𝔹": "B", + "𝕭": "B", + "𝖡": "B", + "𝗕": "B", + "𝘉": "B", + "𝘽": "B", + "𝙱": "B", + "𝚩": "B", + "𝛣": "B", + "𝜝": "B", + "𝝗": "B", + "𝞑": "B", + "C": "C", + "Ϲ": "C", + "С": "C", + "Ꮯ": "C", + "ℂ": "C", + "ℭ": "C", + "Ⅽ": "C", + "Ⲥ": "C", + "ꓚ": "C", + "C": "C", + "𐊢": "C", + "𐌂": "C", + "𐐕": "C", + "𐔜": "C", + "𑣩": "C", + "𑣲": "C", + "𝐂": "C", + "𝐶": "C", + "𝑪": "C", + "𝒞": "C", + "𝓒": "C", + "𝕮": "C", + "𝖢": "C", + "𝗖": "C", + "𝘊": "C", + "𝘾": "C", + "𝙲": "C", + "🝌": "C", + "D": "D", + "Ꭰ": "D", + "ᗞ": "D", + "ᗪ": "D", + "ᴅ": "D", + "ⅅ": "D", + "Ⅾ": "D", + "ꓓ": "D", + "ꭰ": "D", + "D": "D", + "𝐃": "D", + "𝐷": "D", + "𝑫": "D", + "𝒟": "D", + "𝓓": "D", + "𝔇": "D", + "𝔻": "D", + "𝕯": "D", + "𝖣": "D", + "𝗗": "D", + "𝘋": "D", + "𝘿": "D", + "𝙳": "D", + "E": "E", + "Ε": "E", + "Е": "E", + "Ꭼ": "E", + "ᴇ": "E", + "ℰ": "E", + "⋿": "E", + "ⴹ": "E", + "ꓰ": "E", + "ꭼ": "E", + "E": "E", + "𐊆": "E", + "𑢦": "E", + "𑢮": "E", + "𝐄": "E", + "𝐸": "E", + "𝑬": "E", + "𝓔": "E", + "𝔈": "E", + "𝔼": "E", + "𝕰": "E", + "𝖤": "E", + "𝗘": "E", + "𝘌": "E", + "𝙀": "E", + "𝙴": "E", + "𝚬": "E", + "𝛦": "E", + "𝜠": "E", + "𝝚": "E", + "𝞔": "E", + "F": "F", + "Ϝ": "F", + "ᖴ": "F", + "ℱ": "F", + "ꓝ": "F", + "Ꞙ": "F", + "F": "F", + "𐊇": "F", + "𐊥": "F", + "𐔥": "F", + "𑢢": "F", + "𑣂": "F", + "𝈓": "F", + "𝐅": "F", + "𝐹": "F", + "𝑭": "F", + "𝓕": "F", + "𝔉": "F", + "𝔽": "F", + "𝕱": "F", + "𝖥": "F", + "𝗙": "F", + "𝘍": "F", + "𝙁": "F", + "𝙵": "F", + "𝟊": "F", + "G": "G", + "ɢ": "G", + "Ԍ": "G", + "ԍ": "G", + "Ꮐ": "G", + "Ᏻ": "G", + "ᏻ": "G", + "ꓖ": "G", + "ꮐ": "G", + "G": "G", + "𝐆": "G", + "𝐺": "G", + "𝑮": "G", + "𝒢": "G", + "𝓖": "G", + "𝔊": "G", + "𝔾": "G", + "𝕲": "G", + "𝖦": "G", + "𝗚": "G", + "𝘎": "G", + "𝙂": "G", + "𝙶": "G", + "H": "H", + "ʜ": "H", + "Η": "H", + "Н": "H", + "н": "H", + "Ꮋ": "H", + "ᕼ": "H", + "ℋ": "H", + "ℌ": "H", + "ℍ": "H", + "Ⲏ": "H", + "ꓧ": "H", + "ꮋ": "H", + "H": "H", + "𐋏": "H", + "𝐇": "H", + "𝐻": "H", + "𝑯": "H", + "𝓗": "H", + "𝕳": "H", + "𝖧": "H", + "𝗛": "H", + "𝘏": "H", + "𝙃": "H", + "𝙷": "H", + "𝚮": "H", + "𝛨": "H", + "𝜢": "H", + "𝝜": "H", + "𝞖": "H", + "J": "J", + "Ϳ": "J", + "Ј": "J", + "Ꭻ": "J", + "ᒍ": "J", + "ᴊ": "J", + "ꓙ": "J", + "Ʝ": "J", + "ꭻ": "J", + "J": "J", + "𝐉": "J", + "𝐽": "J", + "𝑱": "J", + "𝒥": "J", + "𝓙": "J", + "𝔍": "J", + "𝕁": "J", + "𝕵": "J", + "𝖩": "J", + "𝗝": "J", + "𝘑": "J", + "𝙅": "J", + "𝙹": "J", + "K": "K", + "Κ": "K", + "К": "K", + "Ꮶ": "K", + "ᛕ": "K", + "K": "K", + "Ⲕ": "K", + "ꓗ": "K", + "K": "K", + "𐔘": "K", + "𝐊": "K", + "𝐾": "K", + "𝑲": "K", + "𝒦": "K", + "𝓚": "K", + "𝔎": "K", + "𝕂": "K", + "𝕶": "K", + "𝖪": "K", + "𝗞": "K", + "𝘒": "K", + "𝙆": "K", + "𝙺": "K", + "𝚱": "K", + "𝛫": "K", + "𝜥": "K", + "𝝟": "K", + "𝞙": "K", + "L": "L", + "ʟ": "L", + "Ꮮ": "L", + "ᒪ": "L", + "ℒ": "L", + "Ⅼ": "L", + "Ⳑ": "L", + "ⳑ": "L", + "ꓡ": "L", + "ꮮ": "L", + "L": "L", + "𐐛": "L", + "𐑃": "L", + "𐔦": "L", + "𑢣": "L", + "𑢲": "L", + "𖼖": "L", + "𝈪": "L", + "𝐋": "L", + "𝐿": "L", + "𝑳": "L", + "𝓛": "L", + "𝔏": "L", + "𝕃": "L", + "𝕷": "L", + "𝖫": "L", + "𝗟": "L", + "𝘓": "L", + "𝙇": "L", + "𝙻": "L", + "M": "M", + "Μ": "M", + "Ϻ": "M", + "М": "M", + "Ꮇ": "M", + "ᗰ": "M", + "ᛖ": "M", + "ℳ": "M", + "Ⅿ": "M", + "Ⲙ": "M", + "ꓟ": "M", + "M": "M", + "𐊰": "M", + "𐌑": "M", + "𝐌": "M", + "𝑀": "M", + "𝑴": "M", + "𝓜": "M", + "𝔐": "M", + "𝕄": "M", + "𝕸": "M", + "𝖬": "M", + "𝗠": "M", + "𝘔": "M", + "𝙈": "M", + "𝙼": "M", + "𝚳": "M", + "𝛭": "M", + "𝜧": "M", + "𝝡": "M", + "𝞛": "M", + "N": "N", + "ɴ": "N", + "Ν": "N", + "ℕ": "N", + "Ⲛ": "N", + "ꓠ": "N", + "N": "N", + "𐔓": "N", + "𝐍": "N", + "𝑁": "N", + "𝑵": "N", + "𝒩": "N", + "𝓝": "N", + "𝔑": "N", + "𝕹": "N", + "𝖭": "N", + "𝗡": "N", + "𝘕": "N", + "𝙉": "N", + "𝙽": "N", + "𝚴": "N", + "𝛮": "N", + "𝜨": "N", + "𝝢": "N", + "𝞜": "N", + "P": "P", + "Ρ": "P", + "Р": "P", + "Ꮲ": "P", + "ᑭ": "P", + "ᴘ": "P", + "ᴩ": "P", + "ℙ": "P", + "Ⲣ": "P", + "ꓑ": "P", + "ꮲ": "P", + "P": "P", + "𐊕": "P", + "𝐏": "P", + "𝑃": "P", + "𝑷": "P", + "𝒫": "P", + "𝓟": "P", + "𝔓": "P", + "𝕻": "P", + "𝖯": "P", + "𝗣": "P", + "𝘗": "P", + "𝙋": "P", + "𝙿": "P", + "𝚸": "P", + "𝛲": "P", + "𝜬": "P", + "𝝦": "P", + "𝞠": "P", + "Q": "Q", + "ℚ": "Q", + "ⵕ": "Q", + "Q": "Q", + "𝐐": "Q", + "𝑄": "Q", + "𝑸": "Q", + "𝒬": "Q", + "𝓠": "Q", + "𝔔": "Q", + "𝕼": "Q", + "𝖰": "Q", + "𝗤": "Q", + "𝘘": "Q", + "𝙌": "Q", + "𝚀": "Q", + "R": "R", + "Ʀ": "R", + "ʀ": "R", + "Ꭱ": "R", + "Ꮢ": "R", + "ᖇ": "R", + "ᚱ": "R", + "ℛ": "R", + "ℜ": "R", + "ℝ": "R", + "ꓣ": "R", + "ꭱ": "R", + "ꮢ": "R", + "R": "R", + "𐒴": "R", + "𖼵": "R", + "𝈖": "R", + "𝐑": "R", + "𝑅": "R", + "𝑹": "R", + "𝓡": "R", + "𝕽": "R", + "𝖱": "R", + "𝗥": "R", + "𝘙": "R", + "𝙍": "R", + "𝚁": "R", + "S": "S", + "Ѕ": "S", + "Տ": "S", + "Ꮥ": "S", + "Ꮪ": "S", + "ꓢ": "S", + "S": "S", + "𐊖": "S", + "𐐠": "S", + "𖼺": "S", + "𝐒": "S", + "𝑆": "S", + "𝑺": "S", + "𝒮": "S", + "𝓢": "S", + "𝔖": "S", + "𝕊": "S", + "𝕾": "S", + "𝖲": "S", + "𝗦": "S", + "𝘚": "S", + "𝙎": "S", + "𝚂": "S", + "T": "T", + "Τ": "T", + "τ": "T", + "Т": "T", + "т": "T", + "Ꭲ": "T", + "ᴛ": "T", + "⊤": "T", + "⟙": "T", + "Ⲧ": "T", + "ꓔ": "T", + "ꭲ": "T", + "T": "T", + "𐊗": "T", + "𐊱": "T", + "𐌕": "T", + "𑢼": "T", + "𖼊": "T", + "𝐓": "T", + "𝑇": "T", + "𝑻": "T", + "𝒯": "T", + "𝓣": "T", + "𝔗": "T", + "𝕋": "T", + "𝕿": "T", + "𝖳": "T", + "𝗧": "T", + "𝘛": "T", + "𝙏": "T", + "𝚃": "T", + "𝚻": "T", + "𝛕": "T", + "𝛵": "T", + "𝜏": "T", + "𝜯": "T", + "𝝉": "T", + "𝝩": "T", + "𝞃": "T", + "𝞣": "T", + "𝞽": "T", + "🝨": "T", + "U": "U", + "Ս": "U", + "ሀ": "U", + "ᑌ": "U", + "∪": "U", + "⋃": "U", + "ꓴ": "U", + "U": "U", + "𐓎": "U", + "𑢸": "U", + "𖽂": "U", + "𝐔": "U", + "𝑈": "U", + "𝑼": "U", + "𝒰": "U", + "𝓤": "U", + "𝔘": "U", + "𝕌": "U", + "𝖀": "U", + "𝖴": "U", + "𝗨": "U", + "𝘜": "U", + "𝙐": "U", + "𝚄": "U", + "V": "V", + "Ѵ": "V", + "٧": "V", + "۷": "V", + "Ꮩ": "V", + "ᐯ": "V", + "Ⅴ": "V", + "ⴸ": "V", + "ꓦ": "V", + "ꛟ": "V", + "V": "V", + "𐔝": "V", + "𑢠": "V", + "𖼈": "V", + "𝈍": "V", + "𝐕": "V", + "𝑉": "V", + "𝑽": "V", + "𝒱": "V", + "𝓥": "V", + "𝔙": "V", + "𝕍": "V", + "𝖁": "V", + "𝖵": "V", + "𝗩": "V", + "𝘝": "V", + "𝙑": "V", + "𝚅": "V", + "W": "W", + "Ԝ": "W", + "Ꮃ": "W", + "Ꮤ": "W", + "ꓪ": "W", + "W": "W", + "𑣦": "W", + "𑣯": "W", + "𝐖": "W", + "𝑊": "W", + "𝑾": "W", + "𝒲": "W", + "𝓦": "W", + "𝔚": "W", + "𝕎": "W", + "𝖂": "W", + "𝖶": "W", + "𝗪": "W", + "𝘞": "W", + "𝙒": "W", + "𝚆": "W", + "X": "X", + "Χ": "X", + "Х": "X", + "᙭": "X", + "ᚷ": "X", + "Ⅹ": "X", + "╳": "X", + "Ⲭ": "X", + "ⵝ": "X", + "ꓫ": "X", + "Ꭓ": "X", + "X": "X", + "𐊐": "X", + "𐊴": "X", + "𐌗": "X", + "𐌢": "X", + "𐔧": "X", + "𑣬": "X", + "𝐗": "X", + "𝑋": "X", + "𝑿": "X", + "𝒳": "X", + "𝓧": "X", + "𝔛": "X", + "𝕏": "X", + "𝖃": "X", + "𝖷": "X", + "𝗫": "X", + "𝘟": "X", + "𝙓": "X", + "𝚇": "X", + "𝚾": "X", + "𝛸": "X", + "𝜲": "X", + "𝝬": "X", + "𝞦": "X", + "Y": "Y", + "Υ": "Y", + "ϒ": "Y", + "У": "Y", + "Ү": "Y", + "Ꭹ": "Y", + "Ꮍ": "Y", + "Ⲩ": "Y", + "ꓬ": "Y", + "Y": "Y", + "𐊲": "Y", + "𑢤": "Y", + "𖽃": "Y", + "𝐘": "Y", + "𝑌": "Y", + "𝒀": "Y", + "𝒴": "Y", + "𝓨": "Y", + "𝔜": "Y", + "𝕐": "Y", + "𝖄": "Y", + "𝖸": "Y", + "𝗬": "Y", + "𝘠": "Y", + "𝙔": "Y", + "𝚈": "Y", + "𝚼": "Y", + "𝛶": "Y", + "𝜰": "Y", + "𝝪": "Y", + "𝞤": "Y", + "Z": "Z", + "Ζ": "Z", + "Ꮓ": "Z", + "ℤ": "Z", + "ℨ": "Z", + "ꓜ": "Z", + "Z": "Z", + "𐋵": "Z", + "𑢩": "Z", + "𑣥": "Z", + "𝐙": "Z", + "𝑍": "Z", + "𝒁": "Z", + "𝒵": "Z", + "𝓩": "Z", + "𝖅": "Z", + "𝖹": "Z", + "𝗭": "Z", + "𝘡": "Z", + "𝙕": "Z", + "𝚉": "Z", + "𝚭": "Z", + "𝛧": "Z", + "𝜡": "Z", + "𝝛": "Z", + "𝞕": "Z", + "a": "a", + "ɑ": "a", + "α": "a", + "а": "a", + "⍺": "a", + "a": "a", + "𝐚": "a", + "𝑎": "a", + "𝒂": "a", + "𝒶": "a", + "𝓪": "a", + "𝔞": "a", + "𝕒": "a", + "𝖆": "a", + "𝖺": "a", + "𝗮": "a", + "𝘢": "a", + "𝙖": "a", + "𝚊": "a", + "𝛂": "a", + "𝛼": "a", + "𝜶": "a", + "𝝰": "a", + "𝞪": "a", + "b": "b", + "Ƅ": "b", + "Ь": "b", + "Ꮟ": "b", + "ᖯ": "b", + "b": "b", + "𝐛": "b", + "𝑏": "b", + "𝒃": "b", + "𝒷": "b", + "𝓫": "b", + "𝔟": "b", + "𝕓": "b", + "𝖇": "b", + "𝖻": "b", + "𝗯": "b", + "𝘣": "b", + "𝙗": "b", + "𝚋": "b", + "c": "c", + "ϲ": "c", + "с": "c", + "ᴄ": "c", + "ⅽ": "c", + "ⲥ": "c", + "ꮯ": "c", + "c": "c", + "𐐽": "c", + "𝐜": "c", + "𝑐": "c", + "𝒄": "c", + "𝒸": "c", + "𝓬": "c", + "𝔠": "c", + "𝕔": "c", + "𝖈": "c", + "𝖼": "c", + "𝗰": "c", + "𝘤": "c", + "𝙘": "c", + "𝚌": "c", + "d": "d", + "ԁ": "d", + "Ꮷ": "d", + "ᑯ": "d", + "ⅆ": "d", + "ⅾ": "d", + "ꓒ": "d", + "d": "d", + "𝐝": "d", + "𝑑": "d", + "𝒅": "d", + "𝒹": "d", + "𝓭": "d", + "𝔡": "d", + "𝕕": "d", + "𝖉": "d", + "𝖽": "d", + "𝗱": "d", + "𝘥": "d", + "𝙙": "d", + "𝚍": "d", + "e": "e", + "е": "e", + "ҽ": "e", + "℮": "e", + "ℯ": "e", + "ⅇ": "e", + "ꬲ": "e", + "e": "e", + "𝐞": "e", + "𝑒": "e", + "𝒆": "e", + "𝓮": "e", + "𝔢": "e", + "𝕖": "e", + "𝖊": "e", + "𝖾": "e", + "𝗲": "e", + "𝘦": "e", + "𝙚": "e", + "𝚎": "e", + "f": "f", + "ſ": "f", + "ϝ": "f", + "ք": "f", + "ẝ": "f", + "ꞙ": "f", + "ꬵ": "f", + "f": "f", + "𝐟": "f", + "𝑓": "f", + "𝒇": "f", + "𝒻": "f", + "𝓯": "f", + "𝔣": "f", + "𝕗": "f", + "𝖋": "f", + "𝖿": "f", + "𝗳": "f", + "𝘧": "f", + "𝙛": "f", + "𝚏": "f", + "𝟋": "f", + "g": "g", + "ƍ": "g", + "ɡ": "g", + "ց": "g", + "ᶃ": "g", + "ℊ": "g", + "g": "g", + "𝐠": "g", + "𝑔": "g", + "𝒈": "g", + "𝓰": "g", + "𝔤": "g", + "𝕘": "g", + "𝖌": "g", + "𝗀": "g", + "𝗴": "g", + "𝘨": "g", + "𝙜": "g", + "𝚐": "g", + "h": "h", + "һ": "h", + "հ": "h", + "Ꮒ": "h", + "ℎ": "h", + "h": "h", + "𝐡": "h", + "𝒉": "h", + "𝒽": "h", + "𝓱": "h", + "𝔥": "h", + "𝕙": "h", + "𝖍": "h", + "𝗁": "h", + "𝗵": "h", + "𝘩": "h", + "𝙝": "h", + "𝚑": "h", + "i": "i", + "ı": "i", + "ɩ": "i", + "ɪ": "i", + "˛": "i", + "ͺ": "i", + "ι": "i", + "і": "i", + "ӏ": "i", + "Ꭵ": "i", + "ι": "i", + "ℹ": "i", + "ⅈ": "i", + "ⅰ": "i", + "⍳": "i", + "ꙇ": "i", + "ꭵ": "i", + "i": "i", + "𑣃": "i", + "𝐢": "i", + "𝑖": "i", + "𝒊": "i", + "𝒾": "i", + "𝓲": "i", + "𝔦": "i", + "𝕚": "i", + "𝖎": "i", + "𝗂": "i", + "𝗶": "i", + "𝘪": "i", + "𝙞": "i", + "𝚒": "i", + "𝚤": "i", + "𝛊": "i", + "𝜄": "i", + "𝜾": "i", + "𝝸": "i", + "𝞲": "i", + "j": "j", + "ϳ": "j", + "ј": "j", + "ⅉ": "j", + "j": "j", + "𝐣": "j", + "𝑗": "j", + "𝒋": "j", + "𝒿": "j", + "𝓳": "j", + "𝔧": "j", + "𝕛": "j", + "𝖏": "j", + "𝗃": "j", + "𝗷": "j", + "𝘫": "j", + "𝙟": "j", + "𝚓": "j", + "k": "k", + "k": "k", + "𝐤": "k", + "𝑘": "k", + "𝒌": "k", + "𝓀": "k", + "𝓴": "k", + "𝔨": "k", + "𝕜": "k", + "𝖐": "k", + "𝗄": "k", + "𝗸": "k", + "𝘬": "k", + "𝙠": "k", + "𝚔": "k", + "m": "m", + "m": "m", + "n": "n", + "ո": "n", + "ռ": "n", + "n": "n", + "𝐧": "n", + "𝑛": "n", + "𝒏": "n", + "𝓃": "n", + "𝓷": "n", + "𝔫": "n", + "𝕟": "n", + "𝖓": "n", + "𝗇": "n", + "𝗻": "n", + "𝘯": "n", + "𝙣": "n", + "𝚗": "n", + "p": "p", + "ρ": "p", + "ϱ": "p", + "р": "p", + "⍴": "p", + "ⲣ": "p", + "p": "p", + "𝐩": "p", + "𝑝": "p", + "𝒑": "p", + "𝓅": "p", + "𝓹": "p", + "𝔭": "p", + "𝕡": "p", + "𝖕": "p", + "𝗉": "p", + "𝗽": "p", + "𝘱": "p", + "𝙥": "p", + "𝚙": "p", + "𝛒": "p", + "𝛠": "p", + "𝜌": "p", + "𝜚": "p", + "𝝆": "p", + "𝝔": "p", + "𝞀": "p", + "𝞎": "p", + "𝞺": "p", + "𝟈": "p", + "q": "q", + "ԛ": "q", + "գ": "q", + "զ": "q", + "q": "q", + "𝐪": "q", + "𝑞": "q", + "𝒒": "q", + "𝓆": "q", + "𝓺": "q", + "𝔮": "q", + "𝕢": "q", + "𝖖": "q", + "𝗊": "q", + "𝗾": "q", + "𝘲": "q", + "𝙦": "q", + "𝚚": "q", + "r": "r", + "г": "r", + "ᴦ": "r", + "ⲅ": "r", + "ꭇ": "r", + "ꭈ": "r", + "ꮁ": "r", + "r": "r", + "𝐫": "r", + "𝑟": "r", + "𝒓": "r", + "𝓇": "r", + "𝓻": "r", + "𝔯": "r", + "𝕣": "r", + "𝖗": "r", + "𝗋": "r", + "𝗿": "r", + "𝘳": "r", + "𝙧": "r", + "𝚛": "r", + "s": "s", + "ƽ": "s", + "ѕ": "s", + "ꜱ": "s", + "ꮪ": "s", + "s": "s", + "𐑈": "s", + "𑣁": "s", + "𝐬": "s", + "𝑠": "s", + "𝒔": "s", + "𝓈": "s", + "𝓼": "s", + "𝔰": "s", + "𝕤": "s", + "𝖘": "s", + "𝗌": "s", + "𝘀": "s", + "𝘴": "s", + "𝙨": "s", + "𝚜": "s", + "t": "t", + "t": "t", + "𝐭": "t", + "𝑡": "t", + "𝒕": "t", + "𝓉": "t", + "𝓽": "t", + "𝔱": "t", + "𝕥": "t", + "𝖙": "t", + "𝗍": "t", + "𝘁": "t", + "𝘵": "t", + "𝙩": "t", + "𝚝": "t", + "u": "u", + "ʋ": "u", + "υ": "u", + "ս": "u", + "ᴜ": "u", + "ꞟ": "u", + "ꭎ": "u", + "ꭒ": "u", + "u": "u", + "𐓶": "u", + "𑣘": "u", + "𝐮": "u", + "𝑢": "u", + "𝒖": "u", + "𝓊": "u", + "𝓾": "u", + "𝔲": "u", + "𝕦": "u", + "𝖚": "u", + "𝗎": "u", + "𝘂": "u", + "𝘶": "u", + "𝙪": "u", + "𝚞": "u", + "𝛖": "u", + "𝜐": "u", + "𝝊": "u", + "𝞄": "u", + "𝞾": "u", + "v": "v", + "ν": "v", + "ѵ": "v", + "ט": "v", + "ᴠ": "v", + "ⅴ": "v", + "∨": "v", + "⋁": "v", + "ꮩ": "v", + "v": "v", + "𑜆": "v", + "𑣀": "v", + "𝐯": "v", + "𝑣": "v", + "𝒗": "v", + "𝓋": "v", + "𝓿": "v", + "𝔳": "v", + "𝕧": "v", + "𝖛": "v", + "𝗏": "v", + "𝘃": "v", + "𝘷": "v", + "𝙫": "v", + "𝚟": "v", + "𝛎": "v", + "𝜈": "v", + "𝝂": "v", + "𝝼": "v", + "𝞶": "v", + "w": "w", + "ɯ": "w", + "ѡ": "w", + "ԝ": "w", + "ա": "w", + "ᴡ": "w", + "ꮃ": "w", + "w": "w", + "𑜊": "w", + "𑜎": "w", + "𑜏": "w", + "𝐰": "w", + "𝑤": "w", + "𝒘": "w", + "𝓌": "w", + "𝔀": "w", + "𝔴": "w", + "𝕨": "w", + "𝖜": "w", + "𝗐": "w", + "𝘄": "w", + "𝘸": "w", + "𝙬": "w", + "𝚠": "w", + "x": "x", + "×": "x", + "х": "x", + "ᕁ": "x", + "ᕽ": "x", + "᙮": "x", + "ⅹ": "x", + "⤫": "x", + "⤬": "x", + "⨯": "x", + "x": "x", + "𝐱": "x", + "𝑥": "x", + "𝒙": "x", + "𝓍": "x", + "𝔁": "x", + "𝔵": "x", + "𝕩": "x", + "𝖝": "x", + "𝗑": "x", + "𝘅": "x", + "𝘹": "x", + "𝙭": "x", + "𝚡": "x", + "y": "y", + "ɣ": "y", + "ʏ": "y", + "γ": "y", + "у": "y", + "ү": "y", + "ყ": "y", + "ᶌ": "y", + "ỿ": "y", + "ℽ": "y", + "ꭚ": "y", + "y": "y", + "𑣜": "y", + "𝐲": "y", + "𝑦": "y", + "𝒚": "y", + "𝓎": "y", + "𝔂": "y", + "𝔶": "y", + "𝕪": "y", + "𝖞": "y", + "𝗒": "y", + "𝘆": "y", + "𝘺": "y", + "𝙮": "y", + "𝚢": "y", + "𝛄": "y", + "𝛾": "y", + "𝜸": "y", + "𝝲": "y", + "𝞬": "y", + "z": "z", + "ᴢ": "z", + "ꮓ": "z", + "z": "z", + "𑣄": "z", + "𝐳": "z", + "𝑧": "z", + "𝒛": "z", + "𝓏": "z", + "𝔃": "z", + "𝔷": "z", + "𝕫": "z", + "𝖟": "z", + "𝗓": "z", + "𝘇": "z", + "𝘻": "z", + "𝙯": "z", + "𝚣": "z" +} + +},{}],64:[function(require,module,exports){ 'use strict'; function storageAvailable(type) { @@ -10651,7 +12105,7 @@ if (!storageAvailable('localStorage')) { module.exports = null; -},{}],64:[function(require,module,exports){ +},{}],65:[function(require,module,exports){ 'use strict'; require('babel-polyfill'); @@ -10714,7 +12168,18 @@ window.domainsale = domainsale; var translate = require('./translations/translate.js'); if (IS_CX) { var cxFuncs = require('./cxFuncs'); + var punycode = require('punycode'); + var similarity = require('similarity'); + var levenshtein = require('levenshtein'); + var uniMap = require('unicode/category/Ll'); + var homoglyphs = require('./homoglyphs.json'); + window.cxHelpers = {}; window.cxFuncs = cxFuncs; + window.cxHelpers['punycode'] = punycode; + window.cxHelpers['uniMap'] = uniMap; + window.cxHelpers['homoglyphs'] = homoglyphs; + window.cxHelpers['similarity'] = similarity; + window.cxHelpers['levenshtein'] = levenshtein; } else { var u2f = require('./staticJS/u2f-api'); var ledger3 = require('./staticJS/ledger3'); @@ -10811,13 +12276,13 @@ app.controller('walletBalanceCtrl', ['$scope', '$sce', '$rootScope', walletBalan app.controller('helpersCtrl', ['$scope', helpersCtrl]); if (IS_CX) { app.controller('addWalletCtrl', ['$scope', '$sce', addWalletCtrl]); - app.controller('myWalletsCtrl', ['$scope', '$sce', 'walletService', myWalletsCtrl]); + app.controller('myWalletsCtrl', ['$scope', '$sce', '$timeout', 'walletService', myWalletsCtrl]); app.controller('mainPopCtrl', ['$scope', '$sce', mainPopCtrl]); - app.controller('quickSendCtrl', ['$scope', '$sce', quickSendCtrl]); + app.controller('quickSendCtrl', ['$scope', '$sce', 'darkList', quickSendCtrl]); app.controller('cxDecryptWalletCtrl', ['$scope', '$sce', 'walletService', cxDecryptWalletCtrl]); } -},{"./ajaxReq":12,"./bity":13,"./constants/darkListConst":14,"./controllers/CX/addWalletCtrl":15,"./controllers/CX/cxDecryptWalletCtrl":16,"./controllers/CX/mainPopCtrl":17,"./controllers/CX/myWalletsCtrl":18,"./controllers/CX/quickSendCtrl":19,"./controllers/bulkGenCtrl":20,"./controllers/contractsCtrl":21,"./controllers/decryptWalletCtrl":22,"./controllers/domainsaleCtrl":23,"./controllers/ensCtrl":24,"./controllers/footerCtrl":25,"./controllers/helpersCtrl":26,"./controllers/offlineTxCtrl":27,"./controllers/onboardingCtrl":28,"./controllers/sendTxCtrl":29,"./controllers/signMsgCtrl":30,"./controllers/swapCtrl":31,"./controllers/tabsCtrl":32,"./controllers/txStatusCtrl":33,"./controllers/viewCtrl":34,"./controllers/viewWalletCtrl":35,"./controllers/walletBalanceCtrl":36,"./controllers/walletGenCtrl":37,"./customGas.js":38,"./cxFuncs":39,"./directives/QRCodeDrtv":40,"./directives/addressFieldDrtv":41,"./directives/balanceDrtv":43,"./directives/blockiesDrtv":44,"./directives/cxWalletDecryptDrtv":45,"./directives/fileReaderDrtv":46,"./directives/walletDecryptDrtv":48,"./domainsale":49,"./ens":51,"./ethFuncs":60,"./etherUnits":61,"./globalFuncs":62,"./localStoragePolyfill":63,"./myetherwallet":65,"./nodes":73,"./services/globalService":74,"./services/walletService":75,"./solidity/coder":79,"./solidity/utils":90,"./staticJS/customMarked":91,"./staticJS/digitalBitboxEth":92,"./staticJS/digitalBitboxUsb":93,"./staticJS/ledger-eth":94,"./staticJS/ledger3":95,"./staticJS/secalotEth":96,"./staticJS/secalotUsb":97,"./staticJS/trezorConnect":98,"./staticJS/u2f-api":99,"./tokenlib":100,"./translations/translate.js":133,"./uiFuncs":137,"./validator":138,"./web3Wallet":139,"angular":147,"angular-animate":141,"angular-sanitize":143,"angular-translate":145,"angular-translate-handler-log":144,"babel-polyfill":163,"bignumber.js":166,"bip39":167,"crypto":543,"detect-browser":550,"ethereumjs-tx":574,"ethereumjs-util":575,"hdkey":592,"scryptsy":652,"string-format":668,"uuid":677,"wallet-address-validator":686,"xss-filters":687}],65:[function(require,module,exports){ +},{"./ajaxReq":12,"./bity":13,"./constants/darkListConst":14,"./controllers/CX/addWalletCtrl":15,"./controllers/CX/cxDecryptWalletCtrl":16,"./controllers/CX/mainPopCtrl":17,"./controllers/CX/myWalletsCtrl":18,"./controllers/CX/quickSendCtrl":19,"./controllers/bulkGenCtrl":20,"./controllers/contractsCtrl":21,"./controllers/decryptWalletCtrl":22,"./controllers/domainsaleCtrl":23,"./controllers/ensCtrl":24,"./controllers/footerCtrl":25,"./controllers/helpersCtrl":26,"./controllers/offlineTxCtrl":27,"./controllers/onboardingCtrl":28,"./controllers/sendTxCtrl":29,"./controllers/signMsgCtrl":30,"./controllers/swapCtrl":31,"./controllers/tabsCtrl":32,"./controllers/txStatusCtrl":33,"./controllers/viewCtrl":34,"./controllers/viewWalletCtrl":35,"./controllers/walletBalanceCtrl":36,"./controllers/walletGenCtrl":37,"./customGas.js":38,"./cxFuncs":39,"./directives/QRCodeDrtv":40,"./directives/addressFieldDrtv":41,"./directives/balanceDrtv":43,"./directives/blockiesDrtv":44,"./directives/cxWalletDecryptDrtv":45,"./directives/fileReaderDrtv":46,"./directives/walletDecryptDrtv":48,"./domainsale":49,"./ens":51,"./ethFuncs":60,"./etherUnits":61,"./globalFuncs":62,"./homoglyphs.json":63,"./localStoragePolyfill":64,"./myetherwallet":66,"./nodes":74,"./services/globalService":75,"./services/walletService":76,"./solidity/coder":80,"./solidity/utils":91,"./staticJS/customMarked":92,"./staticJS/digitalBitboxEth":93,"./staticJS/digitalBitboxUsb":94,"./staticJS/ledger-eth":95,"./staticJS/ledger3":96,"./staticJS/secalotEth":97,"./staticJS/secalotUsb":98,"./staticJS/trezorConnect":99,"./staticJS/u2f-api":100,"./tokenlib":101,"./translations/translate.js":134,"./uiFuncs":138,"./validator":139,"./web3Wallet":140,"angular":148,"angular-animate":142,"angular-sanitize":144,"angular-translate":146,"angular-translate-handler-log":145,"babel-polyfill":164,"bignumber.js":167,"bip39":168,"crypto":545,"detect-browser":552,"ethereumjs-tx":576,"ethereumjs-util":577,"hdkey":594,"levenshtein":612,"punycode":208,"scryptsy":655,"similarity":670,"string-format":672,"unicode/category/Ll":675,"uuid":682,"wallet-address-validator":691,"xss-filters":692}],66:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -11224,7 +12689,7 @@ Wallet.getWalletFromPrivKeyFile = function (strjson, password) { module.exports = Wallet; }).call(this,require("buffer").Buffer) -},{"buffer":209}],66:[function(require,module,exports){ +},{"buffer":211}],67:[function(require,module,exports){ 'use strict'; var customNode = function customNode(srvrUrl, port, httpBasicAuthentication) { @@ -11351,7 +12816,7 @@ customNode.prototype.post = function (data, callback) { }; module.exports = customNode; -},{}],67:[function(require,module,exports){ +},{}],68:[function(require,module,exports){ 'use strict'; var http; @@ -11384,7 +12849,7 @@ ethPrice.getRates = function (callback) { }; module.exports = ethPrice; -},{}],68:[function(require,module,exports){ +},{}],69:[function(require,module,exports){ 'use strict'; var etherscan = function etherscan() {}; @@ -11512,7 +12977,7 @@ etherscan.post = function (data, _callback) { }; module.exports = etherscan; -},{}],69:[function(require,module,exports){ +},{}],70:[function(require,module,exports){ 'use strict'; var _ethscan = require('./etherscan'); @@ -11523,7 +12988,7 @@ for (var attr in _ethscan) { kovan.SERVERURL = 'https://kovan.etherscan.io/api'; module.exports = kovan; -},{"./etherscan":68}],70:[function(require,module,exports){ +},{"./etherscan":69}],71:[function(require,module,exports){ 'use strict'; var _ethscan = require('./etherscan'); @@ -11534,7 +12999,7 @@ for (var attr in _ethscan) { rinkeby.SERVERURL = 'https://rinkeby.etherscan.io/api'; module.exports = rinkeby; -},{"./etherscan":68}],71:[function(require,module,exports){ +},{"./etherscan":69}],72:[function(require,module,exports){ 'use strict'; var customNode = require('./customNode'); @@ -11549,7 +13014,7 @@ var infura = function infura(srvrUrl, port, httpBasicAuthentication) { }; module.exports = infura; -},{"./customNode":66}],72:[function(require,module,exports){ +},{"./customNode":67}],73:[function(require,module,exports){ 'use strict'; var customNode = require('./customNode'); @@ -11592,7 +13057,7 @@ function forEachPayload(maybeArray, fn) { array.forEach(fn); } -},{"./customNode":66}],73:[function(require,module,exports){ +},{"./customNode":67}],74:[function(require,module,exports){ 'use strict'; var nodes = function nodes() {}; @@ -11858,7 +13323,7 @@ nodes.nodeList = { nodes.ethPrice = require('./nodeHelpers/ethPrice'); module.exports = nodes; -},{"./abiDefinitions/ellaAbi.json":1,"./abiDefinitions/etcAbi.json":2,"./abiDefinitions/ethAbi.json":3,"./abiDefinitions/etscAbi.json":4,"./abiDefinitions/expAbi.json":5,"./abiDefinitions/kovanAbi.json":6,"./abiDefinitions/poaAbi.json":7,"./abiDefinitions/rinkebyAbi.json":8,"./abiDefinitions/ropstenAbi.json":9,"./abiDefinitions/tomoAbi.json":10,"./abiDefinitions/ubqAbi.json":11,"./nodeHelpers/customNode":66,"./nodeHelpers/ethPrice":67,"./nodeHelpers/etherscan":68,"./nodeHelpers/etherscanKov":69,"./nodeHelpers/etherscanRin":70,"./nodeHelpers/infura":71,"./nodeHelpers/metamask":72,"./tokens/ellaTokens.json":101,"./tokens/etcTokens.json":102,"./tokens/ethTokens.json":103,"./tokens/etscTokens.json":104,"./tokens/expTokens.json":105,"./tokens/kovanTokens.json":106,"./tokens/poaTokens.json":107,"./tokens/rinkebyTokens.json":108,"./tokens/ropstenTokens.json":109,"./tokens/tomoTokens.json":110,"./tokens/ubqTokens.json":111}],74:[function(require,module,exports){ +},{"./abiDefinitions/ellaAbi.json":1,"./abiDefinitions/etcAbi.json":2,"./abiDefinitions/ethAbi.json":3,"./abiDefinitions/etscAbi.json":4,"./abiDefinitions/expAbi.json":5,"./abiDefinitions/kovanAbi.json":6,"./abiDefinitions/poaAbi.json":7,"./abiDefinitions/rinkebyAbi.json":8,"./abiDefinitions/ropstenAbi.json":9,"./abiDefinitions/tomoAbi.json":10,"./abiDefinitions/ubqAbi.json":11,"./nodeHelpers/customNode":67,"./nodeHelpers/ethPrice":68,"./nodeHelpers/etherscan":69,"./nodeHelpers/etherscanKov":70,"./nodeHelpers/etherscanRin":71,"./nodeHelpers/infura":72,"./nodeHelpers/metamask":73,"./tokens/ellaTokens.json":102,"./tokens/etcTokens.json":103,"./tokens/ethTokens.json":104,"./tokens/etscTokens.json":105,"./tokens/expTokens.json":106,"./tokens/kovanTokens.json":107,"./tokens/poaTokens.json":108,"./tokens/rinkebyTokens.json":109,"./tokens/ropstenTokens.json":110,"./tokens/tomoTokens.json":111,"./tokens/ubqTokens.json":112}],75:[function(require,module,exports){ 'use strict'; var globalService = function globalService($http, $httpParamSerializerJQLike) { @@ -11975,7 +13440,7 @@ var globalService = function globalService($http, $httpParamSerializerJQLike) { module.exports = globalService; -},{}],75:[function(require,module,exports){ +},{}],76:[function(require,module,exports){ 'use strict'; var walletService = function walletService() { @@ -11986,9 +13451,7 @@ var walletService = function walletService() { }; module.exports = walletService; -},{}],76:[function(require,module,exports){ -'use strict'; - +},{}],77:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12016,9 +13479,7 @@ SolidityTypeAddress.prototype.isType = function (name) { module.exports = SolidityTypeAddress; -},{"./formatters":82,"./type":87}],77:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],78:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12046,9 +13507,7 @@ SolidityTypeBool.prototype.isType = function (name) { module.exports = SolidityTypeBool; -},{"./formatters":82,"./type":87}],78:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],79:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12079,9 +13538,7 @@ SolidityTypeBytes.prototype.isType = function (name) { module.exports = SolidityTypeBytes; -},{"./formatters":82,"./type":87}],79:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],80:[function(require,module,exports){ /* This file is part of web3.js. @@ -12332,9 +13789,7 @@ var coder = new SolidityCoder([new SolidityTypeAddress(), new SolidityTypeBool() module.exports = coder; -},{"./address":76,"./bool":77,"./bytes":78,"./dynamicbytes":81,"./formatters":82,"./int":83,"./real":85,"./string":86,"./uint":88,"./ureal":89,"./utils":90}],80:[function(require,module,exports){ -'use strict'; - +},{"./address":77,"./bool":78,"./bytes":79,"./dynamicbytes":82,"./formatters":83,"./int":84,"./real":86,"./string":87,"./uint":89,"./ureal":90,"./utils":91}],81:[function(require,module,exports){ /* This file is part of web3.js. @@ -12385,9 +13840,7 @@ module.exports = { defaultAccount: undefined }; -},{"bignumber.js":166}],81:[function(require,module,exports){ -'use strict'; - +},{"bignumber.js":167}],82:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12409,9 +13862,7 @@ SolidityTypeDynamicBytes.prototype.isDynamicType = function () { module.exports = SolidityTypeDynamicBytes; -},{"./formatters":82,"./type":87}],82:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],83:[function(require,module,exports){ /* This file is part of web3.js. @@ -12664,9 +14115,7 @@ module.exports = { formatOutputAddress: formatOutputAddress }; -},{"./config":80,"./param":84,"./utils":90,"bignumber.js":166}],83:[function(require,module,exports){ -'use strict'; - +},{"./config":81,"./param":85,"./utils":91,"bignumber.js":167}],84:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12700,9 +14149,7 @@ SolidityTypeInt.prototype.isType = function (name) { module.exports = SolidityTypeInt; -},{"./formatters":82,"./type":87}],84:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],85:[function(require,module,exports){ /* This file is part of web3.js. @@ -12853,9 +14300,7 @@ SolidityParam.encodeList = function (params) { module.exports = SolidityParam; -},{"./utils":90}],85:[function(require,module,exports){ -'use strict'; - +},{"./utils":91}],86:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12889,9 +14334,7 @@ SolidityTypeReal.prototype.isType = function (name) { module.exports = SolidityTypeReal; -},{"./formatters":82,"./type":87}],86:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],87:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12913,9 +14356,7 @@ SolidityTypeString.prototype.isDynamicType = function () { module.exports = SolidityTypeString; -},{"./formatters":82,"./type":87}],87:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],88:[function(require,module,exports){ var f = require('./formatters'); var SolidityParam = require('./param'); @@ -13167,9 +14608,7 @@ SolidityType.prototype.decode = function (bytes, offset, name) { module.exports = SolidityType; -},{"./formatters":82,"./param":84}],88:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./param":85}],89:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -13203,9 +14642,7 @@ SolidityTypeUInt.prototype.isType = function (name) { module.exports = SolidityTypeUInt; -},{"./formatters":82,"./type":87}],89:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],90:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -13239,9 +14676,7 @@ SolidityTypeUReal.prototype.isType = function (name) { module.exports = SolidityTypeUReal; -},{"./formatters":82,"./type":87}],90:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],91:[function(require,module,exports){ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; /* @@ -13828,7 +15263,7 @@ module.exports = { isJson: isJson }; -},{"bignumber.js":166,"ethereumjs-util":575,"utf8":672}],91:[function(require,module,exports){ +},{"bignumber.js":167,"ethereumjs-util":577,"utf8":677}],92:[function(require,module,exports){ 'use strict'; var marked = require('marked'); @@ -13859,7 +15294,7 @@ marked.setOptions({ }); module.exports = marked; -},{"marked":609}],92:[function(require,module,exports){ +},{"marked":613}],93:[function(require,module,exports){ (function (Buffer){ /** * (c) 2017 Douglas Bakkum, Shift Devices AG @@ -14027,7 +15462,7 @@ DigitalBitboxEth.prototype.signMessage = function (path, messageHex, callback) { module.exports = DigitalBitboxEth; }).call(this,require("buffer").Buffer) -},{"buffer":209,"crypto":543,"hdkey":592}],93:[function(require,module,exports){ +},{"buffer":211,"crypto":545,"hdkey":594}],94:[function(require,module,exports){ (function (Buffer){ /** * (c) 2017 Douglas Bakkum, Shift Devices AG @@ -14081,7 +15516,7 @@ DigitalBitboxUsb.prototype.exchange = function (msg, callback) { module.exports = DigitalBitboxUsb; }).call(this,require("buffer").Buffer) -},{"buffer":209}],94:[function(require,module,exports){ +},{"buffer":211}],95:[function(require,module,exports){ (function (Buffer){ /******************************************************************************** * Ledger Communication toolkit @@ -14296,7 +15731,7 @@ LedgerEth.prototype.signPersonalMessage_async = function (path, messageHex, call module.exports = LedgerEth; }).call(this,require("buffer").Buffer) -},{"buffer":209}],95:[function(require,module,exports){ +},{"buffer":211}],96:[function(require,module,exports){ (function (Buffer){ /******************************************************************************** * Ledger Communication toolkit @@ -14367,7 +15802,7 @@ Ledger3.prototype.exchange = function (apduHex, callback) { module.exports = Ledger3; }).call(this,require("buffer").Buffer) -},{"buffer":209}],96:[function(require,module,exports){ +},{"buffer":211}],97:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -14626,7 +16061,7 @@ SecalotEth.prototype.signMessage = function (path, message, callback) { module.exports = SecalotEth; }).call(this,require("buffer").Buffer) -},{"buffer":209}],97:[function(require,module,exports){ +},{"buffer":211}],98:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -14670,9 +16105,7 @@ SecalotUsb.prototype.exchange = function (apduHex, callback) { module.exports = SecalotUsb; }).call(this,require("buffer").Buffer) -},{"buffer":209}],98:[function(require,module,exports){ -'use strict'; - +},{"buffer":211}],99:[function(require,module,exports){ /** * (C) 2017 SatoshiLabs * @@ -15595,7 +17028,7 @@ var connect = new TrezorConnect(); module.exports = { TrezorConnect: connect }; -},{}],99:[function(require,module,exports){ +},{}],100:[function(require,module,exports){ //Copyright 2014-2015 Google Inc. All rights reserved. //Use of this source code is governed by a BSD-style @@ -16319,7 +17752,7 @@ u2f.getApiVersion = function (callback, opt_timeoutSeconds) { }; module.exports = u2f; -},{}],100:[function(require,module,exports){ +},{}],101:[function(require,module,exports){ 'use strict'; var Token = function Token(contractAddress, userAddress, symbol, decimal, type) { @@ -16403,7 +17836,7 @@ Token.prototype.getData = function (toAdd, value) { }; module.exports = Token; -},{}],101:[function(require,module,exports){ +},{}],102:[function(require,module,exports){ module.exports=[ { "address": "0x991e7fe4b05f2b3db1d788e705963f5d647b0044", @@ -16413,7 +17846,7 @@ module.exports=[ } ] -},{}],102:[function(require,module,exports){ +},{}],103:[function(require,module,exports){ module.exports=[ { "address":"0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C", @@ -16433,7 +17866,7 @@ module.exports=[ } ] -},{}],103:[function(require,module,exports){ +},{}],104:[function(require,module,exports){ module.exports=[ { "address": "0x7dd7f56d697cc0f2b52bd55c057f378f1fe6ab4b", @@ -16477,6 +17910,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31", + "symbol": "ADH", + "decimal": 18, + "type": "default" + }, { "address": "0x8810C63470d38639954c6B41AaC545848C46484a", "symbol": "ADI", @@ -16579,6 +18018,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x4c0fbe1bb46612915e7967d2c3213cd4d87257ad", + "symbol": "APIS", + "decimal": 18, + "type": "default" + }, { "address": "0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db", "symbol": "APPC", @@ -16747,6 +18192,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x763186eb8d4856d536ed4478302971214febc6a9", + "symbol": "BETR", + "decimal": 18, + "type": "default" + }, { "address": "0xb2bfeb70b903f1baac7f2ba2c62934c7e5b974c4", "symbol": "BKB", @@ -16807,6 +18258,12 @@ module.exports=[ "decimal": 12, "type": "default" }, + { + "address": "0xdA2C424Fc98c741c2d4ef2f42897CEfed897CA75", + "symbol": "BNFT", + "decimal": 9, + "type": "default" + }, { "address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C", "symbol": "BNT", @@ -16885,6 +18342,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xa02e3bb9cebc03952601b3724b4940e0845bebcf", + "symbol": "BTHR", + "decimal": 18, + "type": "default" + }, { "address": "0xdb8646f5b487b5dd979fac618350e85018f557d4", "symbol": "BTK", @@ -16957,6 +18420,12 @@ module.exports=[ "decimal": 9, "type": "default" }, + { + "address": "0xa517a46baad6b054a76bd19c46844f717fe69fea", + "symbol": "CARB", + "decimal": 8, + "type": "default" + }, { "address": "0xe8780B48bdb05F928697A5e8155f672ED91462F7", "symbol": "CAS", @@ -17035,6 +18504,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xba9d4199fab4f26efe3551d490e3821486f135ba", + "symbol": "CHSB", + "decimal": 8, + "type": "default" + }, { "address": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "symbol": "CK", @@ -17077,6 +18552,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xEBf2F9E8De960f64ec0fDCDa6Cb282423133347B", + "symbol": "CNB", + "decimal": 8, + "type": "default" + }, { "address": "0xd4c435f5b09f855c3317c8524cb1f586e42795fa", "symbol": "CND", @@ -17299,6 +18780,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0x7cF271966F36343Bf0150F25E5364f7961c58201", + "symbol": "DEPO", + "decimal": 0, + "type": "default" + }, { "address": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A", "symbol": "DGD", @@ -17443,6 +18930,12 @@ module.exports=[ "decimal": 2, "type": "default" }, + { + "address": "0xfa1de2ee97e4c10c94c91cb2b5062b89fb140b82", + "symbol": "EDC", + "decimal": 6, + "type": "default" + }, { "address": "0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c", "symbol": "EDG", @@ -17551,6 +19044,18 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0xdd74a7a3769fa72561b3a69e65968f49748c690c", + "symbol": "ETCH", + "decimal": 18, + "type": "default" + }, + { + "address": "0x6927C69fb4daf2043fbB1Cb7b86c5661416bea29", + "symbol": "ETR", + "decimal": 18, + "type": "default" + }, { "address": "0xabdf147870235fcfc34153828c769a70b3fae01f", "symbol": "EURT", @@ -17683,6 +19188,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0x6754e21b9EAa053c62d7854dD6561ae451B0cBCf", + "symbol": "GANA", + "decimal": 18, + "type": "default" + }, { "address": "0x708876f486e448ee89eb332bfbc8e593553058b9", "symbol": "GAVEL", @@ -17695,6 +19206,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283", + "symbol": "GBX", + "decimal": 18, + "type": "default" + }, { "address": "0x4F4f0Db4de903B88f2B1a2847971E231D54F8fd3", "symbol": "GEE", @@ -18019,6 +19536,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5", + "symbol": "KC", + "decimal": 18, + "type": "default" + }, { "address": "0x72D32ac1c5E66BfC5b08806271f8eEF915545164", "symbol": "KEE", @@ -18378,6 +19901,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D", + "symbol": "NBAI", + "decimal": 18, + "type": "default" + }, { "address": "0x9e46a38f5daabe8683e10793b06749eef7d733d1", "symbol": "NCT", @@ -18426,6 +19955,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x4ce6b362bc77a24966dda9078f9cef81b3b886a7", + "symbol": "NPER", + "decimal": 18, + "type": "default" + }, { "address": "0xb91318f35bdb262e9423bc7c7c2a3a93dd93c92c", "symbol": "NULS", @@ -18504,6 +20039,12 @@ module.exports=[ "decimal": 3, "type": "default" }, + { + "address": "0xfeDAE5642668f8636A11987Ff386bfd215F942EE", + "symbol": "PAL", + "decimal": 18, + "type": "default" + }, { "address": "0xea5f88e54d982cbb0c441cde4e79bc305e5b43bc", "symbol": "PARETO", @@ -18516,6 +20057,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xF813F3902bBc00A6DCe378634d3B79D84F9803d7", + "symbol": "PATH", + "decimal": 18, + "type": "default" + }, { "address": "0xB97048628DB6B661D4C2aA833e95Dbe1A905B280", "symbol": "PAY", @@ -18528,6 +20075,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0", + "symbol": "PBT", + "decimal": 4, + "type": "default" + }, { "address": "0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e", "symbol": "PCH", @@ -18678,6 +20231,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0xA3149E0fA0061A9007fAf307074cdCd290f0e2Fd", + "symbol": "PRON", + "decimal": 8, + "type": "default" + }, { "address": "0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f", "symbol": "PRPS", @@ -18762,6 +20321,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6", + "symbol": "RCN", + "decimal": 18, + "type": "default" + }, { "address": "0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6", "symbol": "RDN", @@ -18804,6 +20369,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xd0929d411954c47438dc1d871dd6081f5c5e149c", + "symbol": "RFR", + "decimal": 4, + "type": "default" + }, { "address": "0xdd007278b667f6bef52fd0a4c23604aa1f96039a", "symbol": "RIPT", @@ -18840,6 +20411,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xA40106134c5bF4c41411554e6db99B95A15ed9d8", + "symbol": "ROCK", + "decimal": 18, + "type": "default" + }, { "address": "0xc9de4b7f0c3d991e967158e4d4bfa4b51ec0b114", "symbol": "ROK", @@ -19398,6 +20975,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xc3bc9eb71f75ec439a6b6c8e8b746fcf5b62f703", + "symbol": "VOC", + "decimal": 18, + "type": "default" + }, { "address": "0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3", "symbol": "VOISE", @@ -19647,11 +21230,11 @@ module.exports=[ } ] -},{}],104:[function(require,module,exports){ -arguments[4][7][0].apply(exports,arguments) -},{"dup":7}],105:[function(require,module,exports){ +},{}],105:[function(require,module,exports){ arguments[4][7][0].apply(exports,arguments) },{"dup":7}],106:[function(require,module,exports){ +arguments[4][7][0].apply(exports,arguments) +},{"dup":7}],107:[function(require,module,exports){ module.exports=[{ "address":"0xbd287b4398b248032183994229f5f6a9fdac98b1", "symbol":"💥 PLASMA", @@ -19669,9 +21252,9 @@ module.exports=[{ "type":"default" }] -},{}],107:[function(require,module,exports){ +},{}],108:[function(require,module,exports){ arguments[4][7][0].apply(exports,arguments) -},{"dup":7}],108:[function(require,module,exports){ +},{"dup":7}],109:[function(require,module,exports){ module.exports=[{ "address":"0xA52832A0B3EBfAeF629B1a44A922F46c90445108", "symbol":"☼ PLASMA", @@ -19689,7 +21272,7 @@ module.exports=[{ "type": "default" }] -},{}],109:[function(require,module,exports){ +},{}],110:[function(require,module,exports){ module.exports=[{ "address":"0x95D7321EdCe519419ba1DbC60A89bAfbF55EAC0D", "symbol":"💥 PLASMA", @@ -19697,9 +21280,9 @@ module.exports=[{ "type":"default" }] -},{}],110:[function(require,module,exports){ +},{}],111:[function(require,module,exports){ arguments[4][7][0].apply(exports,arguments) -},{"dup":7}],111:[function(require,module,exports){ +},{"dup":7}],112:[function(require,module,exports){ module.exports=[ { "address":"0xd245207cfbf6eb6f34970db2a807ab1d178fde6c", @@ -19739,7 +21322,7 @@ module.exports=[ } ] -},{}],112:[function(require,module,exports){ +},{}],113:[function(require,module,exports){ // Català 'use strict'; @@ -19900,11 +21483,11 @@ ca.data = (_ca$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'x_Secalot', 'Secalot '), _defineProperty(_ca$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ca$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); +}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'x_Secalot', 'Secalot '), _defineProperty(_ca$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ca$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); module.exports = ca; -},{}],113:[function(require,module,exports){ +},{}],114:[function(require,module,exports){ // German 'use strict'; @@ -20065,11 +21648,11 @@ de.data = (_de$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'x_Secalot', 'Secalot '), _defineProperty(_de$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); +}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'x_Secalot', 'Secalot '), _defineProperty(_de$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); module.exports = de; -},{}],114:[function(require,module,exports){ +},{}],115:[function(require,module,exports){ // Greek 'use strict'; @@ -20230,11 +21813,11 @@ el.data = (_el$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'x_Secalot', 'Secalot '), _defineProperty(_el$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); +}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'x_Secalot', 'Secalot '), _defineProperty(_el$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); module.exports = el; -},{}],115:[function(require,module,exports){ +},{}],116:[function(require,module,exports){ // English 'use strict'; @@ -20400,11 +21983,11 @@ en.data = (_en$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_en$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_en$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'ERROR_40', '(error_41) Please enter a valid private key'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Secalot', 'Secalot '), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _defineProperty(_en$data, 'PHISHING_Warning_1', 'This address has been flagged: '), _defineProperty(_en$data, 'PHISHING_Warning_2', 'This address has been flagged in our Phishing list. Please make sure you are sending to the right address'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Head', "It seems like you're using an IPhone or an IPad."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_1', "Just letting you know that generating wallets isn't supported in these devices because of Apple's storage restrictions."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_2', 'Please use the actual website on a laptop or computer.'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Understand', 'I understand.'), _en$data); +}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_en$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_en$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'ERROR_40', '(error_41) Please enter a valid private key'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Secalot', 'Secalot '), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _defineProperty(_en$data, 'PHISHING_Warning_1', 'This address has been flagged: '), _defineProperty(_en$data, 'PHISHING_Warning_2', 'This address has been flagged in our Phishing list. Please make sure you are sending to the right address'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Head', "It seems like you're using an IPhone or an IPad."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_1', "Just letting you know that generating wallets isn't supported in these devices because of Apple's storage restrictions."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_2', 'Please use the actual website on a laptop or computer.'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Understand', 'I understand.'), _en$data); module.exports = en; -},{}],116:[function(require,module,exports){ +},{}],117:[function(require,module,exports){ // Spanish 'use strict'; @@ -20565,11 +22148,11 @@ es.data = (_es$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'x_Secalot', 'Secalot '), _defineProperty(_es$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_es$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); +}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'x_Secalot', 'Secalot '), _defineProperty(_es$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_es$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); module.exports = es; -},{}],117:[function(require,module,exports){ +},{}],118:[function(require,module,exports){ // Farsi / Persian Last sync with en.js : commit f025c496254b8ce69660b682f90ec3dc5a12caa8 'use strict'; @@ -20730,11 +22313,11 @@ fa.data = (_fa$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); +}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); module.exports = fa; -},{}],118:[function(require,module,exports){ +},{}],119:[function(require,module,exports){ // Finnish 'use strict'; @@ -20895,11 +22478,11 @@ fi.data = (_fi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'x_Secalot', 'Secalot '), _defineProperty(_fi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); +}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'x_Secalot', 'Secalot '), _defineProperty(_fi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); module.exports = fi; -},{}],119:[function(require,module,exports){ +},{}],120:[function(require,module,exports){ // French 'use strict'; @@ -21060,11 +22643,11 @@ fr.data = (_fr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'x_Secalot', 'Secalot '), _defineProperty(_fr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); +}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'x_Secalot', 'Secalot '), _defineProperty(_fr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); module.exports = fr; -},{}],120:[function(require,module,exports){ +},{}],121:[function(require,module,exports){ //Kreyol 'use strict'; @@ -21225,11 +22808,11 @@ ht.data = (_ht$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'x_Secalot', 'Secalot '), _defineProperty(_ht$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); +}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'x_Secalot', 'Secalot '), _defineProperty(_ht$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); module.exports = ht; -},{}],121:[function(require,module,exports){ +},{}],122:[function(require,module,exports){ // Hungarian 'use strict'; @@ -21390,11 +22973,11 @@ hu.data = (_hu$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'x_Secalot', 'Secalot '), _defineProperty(_hu$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); +}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'x_Secalot', 'Secalot '), _defineProperty(_hu$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); module.exports = hu; -},{}],122:[function(require,module,exports){ +},{}],123:[function(require,module,exports){ // Indonesian 'use strict'; @@ -21555,11 +23138,11 @@ id.data = (_id$data = { ONBOARD_why_content__8: 'Jagalah selalu agar Kunci Privat dan password Anda tetap aman. Kunci Privat Anda terkadang disebut juga sebagai frase mnemonik, file keystore, file UTC, file JSON maupun file dompet.', ONBOARD_why_content__9: 'Jika Anda kehilangan Kunci Privat atau password Anda, tidak ada yang bisa mengembalikannya.', ONBOARD_why_content__10: 'Jika Anda memasukkan Kunci Privat Anda di situs phishing, **semua dana Anda akan dicuri**.' -}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'x_Secalot', 'Secalot '), _defineProperty(_id$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_id$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); +}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET INC` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'x_Secalot', 'Secalot '), _defineProperty(_id$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_id$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); module.exports = id; -},{}],123:[function(require,module,exports){ +},{}],124:[function(require,module,exports){ // Italian // Last sync with en.js : commit ff3b9cb53afbdf9936d4655f0a0af210f926daef 'use strict'; @@ -21721,11 +23304,11 @@ it.data = (_it$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'x_Secalot', 'Secalot '), _defineProperty(_it$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_it$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); +}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'x_Secalot', 'Secalot '), _defineProperty(_it$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_it$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); module.exports = it; -},{}],124:[function(require,module,exports){ +},{}],125:[function(require,module,exports){ // Japanese 'use strict'; @@ -21890,11 +23473,11 @@ ja.data = (_ja$data = { ONBOARD_why_content__7: '**あなた**が、そして**あなただけ**が自分のセキュリテイの全責任を持ちます。', /***You** and **only you** are responsible for your security.*/ ONBOARD_why_content__8: '秘密鍵とパスワードを大事に保管してください。秘密鍵は、ニーモニックフレーズ、キーストアファイル、UTCファイル、JSONファイル、お財布(ワレット)ファイルとも呼ばれることがあります。', /*Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.*/ ONBOARD_why_content__9: 'もし秘密鍵やパスワードを忘れると、誰も回復させることができません。', /*If you lose your private key or password, no one can recover it.*/ - ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET LLC`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ja$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ja$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_Secalot', 'Secalot '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); + ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET INC`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ja$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ja$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_Secalot', 'Secalot '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); module.exports = ja; -},{}],125:[function(require,module,exports){ +},{}],126:[function(require,module,exports){ // Korean 'use strict'; @@ -22055,11 +23638,11 @@ ko.data = (_ko$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'x_Secalot', 'Secalot '), _defineProperty(_ko$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ko$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ko$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); +}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'x_Secalot', 'Secalot '), _defineProperty(_ko$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ko$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ko$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); module.exports = ko; -},{}],126:[function(require,module,exports){ +},{}],127:[function(require,module,exports){ // Dutch 'use strict'; @@ -22220,11 +23803,11 @@ nl.data = (_nl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'x_Secalot', 'Secalot '), _defineProperty(_nl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_nl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); +}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'x_Secalot', 'Secalot '), _defineProperty(_nl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_nl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); module.exports = nl; -},{}],127:[function(require,module,exports){ +},{}],128:[function(require,module,exports){ // Norwegian 'use strict'; @@ -22385,11 +23968,11 @@ no.data = (_no$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'x_Secalot', 'Secalot '), _defineProperty(_no$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_no$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); +}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'x_Secalot', 'Secalot '), _defineProperty(_no$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_no$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); module.exports = no; -},{}],128:[function(require,module,exports){ +},{}],129:[function(require,module,exports){ // Polish 'use strict'; @@ -22550,11 +24133,11 @@ pl.data = (_pl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'x_Secalot', 'Secalot '), _defineProperty(_pl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_pl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); +}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'x_Secalot', 'Secalot '), _defineProperty(_pl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_pl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); module.exports = pl; -},{}],129:[function(require,module,exports){ +},{}],130:[function(require,module,exports){ // Portuguese 'use strict'; @@ -22715,11 +24298,11 @@ pt.data = (_pt$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); +}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); module.exports = pt; -},{}],130:[function(require,module,exports){ +},{}],131:[function(require,module,exports){ // Russian 'use strict'; @@ -22880,11 +24463,11 @@ ru.data = (_ru$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'x_Secalot', 'Secalot '), _defineProperty(_ru$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ru$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); +}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'x_Secalot', 'Secalot '), _defineProperty(_ru$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ru$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); module.exports = ru; -},{}],131:[function(require,module,exports){ +},{}],132:[function(require,module,exports){ // English 'use strict'; @@ -23045,11 +24628,11 @@ th.data = (_th$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'x_Secalot', 'Secalot '), _defineProperty(_th$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_th$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); +}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'x_Secalot', 'Secalot '), _defineProperty(_th$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_th$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); module.exports = th; -},{}],132:[function(require,module,exports){ +},{}],133:[function(require,module,exports){ // Turkish 'use strict'; @@ -23210,11 +24793,11 @@ tr.data = (_tr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'x_Secalot', 'Secalot '), _defineProperty(_tr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); +}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'x_Secalot', 'Secalot '), _defineProperty(_tr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); module.exports = tr; -},{}],133:[function(require,module,exports){ +},{}],134:[function(require,module,exports){ 'use strict'; var ca = require('./ca'); @@ -23280,7 +24863,7 @@ translate.marked = function (data) { }; module.exports = translate; -},{"./ca":112,"./de":113,"./el":114,"./en":115,"./es":116,"./fa":117,"./fi":118,"./fr":119,"./ht":120,"./hu":121,"./id":122,"./it":123,"./ja":124,"./ko":125,"./nl":126,"./no":127,"./pl":128,"./pt":129,"./ru":130,"./th":131,"./tr":132,"./vi":134,"./zhcn":135,"./zhtw":136}],134:[function(require,module,exports){ +},{"./ca":113,"./de":114,"./el":115,"./en":116,"./es":117,"./fa":118,"./fi":119,"./fr":120,"./ht":121,"./hu":122,"./id":123,"./it":124,"./ja":125,"./ko":126,"./nl":127,"./no":128,"./pl":129,"./pt":130,"./ru":131,"./th":132,"./tr":133,"./vi":135,"./zhcn":136,"./zhtw":137}],135:[function(require,module,exports){ // Vietnamese 'use strict'; @@ -23441,11 +25024,11 @@ vi.data = (_vi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'x_Secalot', 'Secalot '), _defineProperty(_vi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_vi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_vi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); +}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'x_Secalot', 'Secalot '), _defineProperty(_vi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_vi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_vi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); module.exports = vi; -},{}],135:[function(require,module,exports){ +},{}],136:[function(require,module,exports){ // simplified Chinese, zh-CN, 简体中文 'use strict'; @@ -23606,11 +25189,11 @@ zhcn.data = (_zhcn$data = { ONBOARD_why_content__8: '请积极地关注你账户私钥和密码的安全, 你的私钥有时也会以助记词(mnemonic phrase), keystore文件, UTC文件, JSON文件, 钱包文件等形式存在.', ONBOARD_why_content__9: '请记住如果你不慎丢失了你的私钥或者密码, 没有任何人可以恢复它们.', ONBOARD_why_content__10: '如果你在钓鱼网站录入了你的私钥 ,那么它们会**盗取你所有的资金**.' -}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhcn$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); +}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET INC` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhcn$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); module.exports = zhcn; -},{}],136:[function(require,module,exports){ +},{}],137:[function(require,module,exports){ // Traditional Chinese 繁體中文 - zh-tw.js 'use strict'; @@ -23771,11 +25354,11 @@ zhtw.data = (_zhtw$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhtw$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhtw$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); +}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhtw$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhtw$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); module.exports = zhtw; -},{}],137:[function(require,module,exports){ +},{}],138:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -23926,7 +25509,8 @@ uiFuncs.generateTx = function (txData, callback) { value: ethFuncs.sanitizeHex(ethFuncs.decimalToHex(etherUnits.toWei(txData.value, txData.unit))), data: ethFuncs.sanitizeHex(txData.data) }; - if (ajaxReq.eip155) rawTx.chainId = ajaxReq.chainId; + if (ajaxReq.eip155) rawTx.chainId = ethFuncs.sanitizeHex(new BigNumber(ajaxReq.chainId).toString(16)); + rawTx.data = rawTx.data == '' ? '0x' : rawTx.data; var eTx = new ethUtil.Tx(rawTx); if (typeof txData.hwType != "undefined" && txData.hwType == "ledger") { var app = new ledgerEth(txData.hwTransport); @@ -23956,7 +25540,9 @@ uiFuncs.generateTx = function (txData, callback) { // for web3, we dont actually sign it here // instead we put the final params in the "signedTx" field and // wait for the confirmation dialogue / sendTx method - var txParams = Object.assign({ from: txData.from }, rawTx); + var txParams = Object.assign({ + from: txData.from + }, rawTx); rawTx.rawTx = JSON.stringify(rawTx); rawTx.signedTx = JSON.stringify(txParams); rawTx.isError = false; @@ -24012,7 +25598,9 @@ uiFuncs.sendTx = function (signedTx, callback) { error: err.stack }); } - callback({ data: txHash }); + callback({ + data: txHash + }); }); return; } @@ -24108,7 +25696,7 @@ uiFuncs.notifier = { module.exports = uiFuncs; }).call(this,require("buffer").Buffer) -},{"buffer":209}],138:[function(require,module,exports){ +},{"buffer":211}],139:[function(require,module,exports){ 'use strict'; var validator = function validator() {}; @@ -24185,7 +25773,7 @@ validator.isValidURL = function (str) { }; module.exports = validator; -},{}],139:[function(require,module,exports){ +},{}],140:[function(require,module,exports){ 'use strict'; var Wallet = require('./myetherwallet.js'); @@ -24241,1697 +25829,2100 @@ Web3Wallet.prototype.getV3Filename = function (timestamp) { module.exports = Web3Wallet; -},{"./myetherwallet.js":65}],140:[function(require,module,exports){ -'use strict'; - +},{"./myetherwallet.js":66}],141:[function(require,module,exports){ /** * @license AngularJS v1.6.8 * (c) 2010-2017 Google, Inc. http://angularjs.org * License: MIT */ -(function (window, angular) { - 'use strict'; +(function(window, angular) {'use strict'; + +var ELEMENT_NODE = 1; +var COMMENT_NODE = 8; + +var ADD_CLASS_SUFFIX = '-add'; +var REMOVE_CLASS_SUFFIX = '-remove'; +var EVENT_CLASS_PREFIX = 'ng-'; +var ACTIVE_CLASS_SUFFIX = '-active'; +var PREPARE_CLASS_SUFFIX = '-prepare'; + +var NG_ANIMATE_CLASSNAME = 'ng-animate'; +var NG_ANIMATE_CHILDREN_DATA = '$$ngAnimateChildren'; + +// Detect proper transitionend/animationend event names. +var CSS_PREFIX = '', TRANSITION_PROP, TRANSITIONEND_EVENT, ANIMATION_PROP, ANIMATIONEND_EVENT; + +// If unprefixed events are not supported but webkit-prefixed are, use the latter. +// Otherwise, just use W3C names, browsers not supporting them at all will just ignore them. +// Note: Chrome implements `window.onwebkitanimationend` and doesn't implement `window.onanimationend` +// but at the same time dispatches the `animationend` event and not `webkitAnimationEnd`. +// Register both events in case `window.onanimationend` is not supported because of that, +// do the same for `transitionend` as Safari is likely to exhibit similar behavior. +// Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit +// therefore there is no reason to test anymore for other vendor prefixes: +// http://caniuse.com/#search=transition +if ((window.ontransitionend === undefined) && (window.onwebkittransitionend !== undefined)) { + CSS_PREFIX = '-webkit-'; + TRANSITION_PROP = 'WebkitTransition'; + TRANSITIONEND_EVENT = 'webkitTransitionEnd transitionend'; +} else { + TRANSITION_PROP = 'transition'; + TRANSITIONEND_EVENT = 'transitionend'; +} - var ELEMENT_NODE = 1; - var COMMENT_NODE = 8; - - var ADD_CLASS_SUFFIX = '-add'; - var REMOVE_CLASS_SUFFIX = '-remove'; - var EVENT_CLASS_PREFIX = 'ng-'; - var ACTIVE_CLASS_SUFFIX = '-active'; - var PREPARE_CLASS_SUFFIX = '-prepare'; - - var NG_ANIMATE_CLASSNAME = 'ng-animate'; - var NG_ANIMATE_CHILDREN_DATA = '$$ngAnimateChildren'; - - // Detect proper transitionend/animationend event names. - var CSS_PREFIX = '', - TRANSITION_PROP, - TRANSITIONEND_EVENT, - ANIMATION_PROP, - ANIMATIONEND_EVENT; - - // If unprefixed events are not supported but webkit-prefixed are, use the latter. - // Otherwise, just use W3C names, browsers not supporting them at all will just ignore them. - // Note: Chrome implements `window.onwebkitanimationend` and doesn't implement `window.onanimationend` - // but at the same time dispatches the `animationend` event and not `webkitAnimationEnd`. - // Register both events in case `window.onanimationend` is not supported because of that, - // do the same for `transitionend` as Safari is likely to exhibit similar behavior. - // Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit - // therefore there is no reason to test anymore for other vendor prefixes: - // http://caniuse.com/#search=transition - if (window.ontransitionend === undefined && window.onwebkittransitionend !== undefined) { - CSS_PREFIX = '-webkit-'; - TRANSITION_PROP = 'WebkitTransition'; - TRANSITIONEND_EVENT = 'webkitTransitionEnd transitionend'; - } else { - TRANSITION_PROP = 'transition'; - TRANSITIONEND_EVENT = 'transitionend'; - } +if ((window.onanimationend === undefined) && (window.onwebkitanimationend !== undefined)) { + CSS_PREFIX = '-webkit-'; + ANIMATION_PROP = 'WebkitAnimation'; + ANIMATIONEND_EVENT = 'webkitAnimationEnd animationend'; +} else { + ANIMATION_PROP = 'animation'; + ANIMATIONEND_EVENT = 'animationend'; +} + +var DURATION_KEY = 'Duration'; +var PROPERTY_KEY = 'Property'; +var DELAY_KEY = 'Delay'; +var TIMING_KEY = 'TimingFunction'; +var ANIMATION_ITERATION_COUNT_KEY = 'IterationCount'; +var ANIMATION_PLAYSTATE_KEY = 'PlayState'; +var SAFE_FAST_FORWARD_DURATION_VALUE = 9999; + +var ANIMATION_DELAY_PROP = ANIMATION_PROP + DELAY_KEY; +var ANIMATION_DURATION_PROP = ANIMATION_PROP + DURATION_KEY; +var TRANSITION_DELAY_PROP = TRANSITION_PROP + DELAY_KEY; +var TRANSITION_DURATION_PROP = TRANSITION_PROP + DURATION_KEY; + +var ngMinErr = angular.$$minErr('ng'); +function assertArg(arg, name, reason) { + if (!arg) { + throw ngMinErr('areq', 'Argument \'{0}\' is {1}', (name || '?'), (reason || 'required')); + } + return arg; +} + +function mergeClasses(a,b) { + if (!a && !b) return ''; + if (!a) return b; + if (!b) return a; + if (isArray(a)) a = a.join(' '); + if (isArray(b)) b = b.join(' '); + return a + ' ' + b; +} + +function packageStyles(options) { + var styles = {}; + if (options && (options.to || options.from)) { + styles.to = options.to; + styles.from = options.from; + } + return styles; +} + +function pendClasses(classes, fix, isPrefix) { + var className = ''; + classes = isArray(classes) + ? classes + : classes && isString(classes) && classes.length + ? classes.split(/\s+/) + : []; + forEach(classes, function(klass, i) { + if (klass && klass.length > 0) { + className += (i > 0) ? ' ' : ''; + className += isPrefix ? fix + klass + : klass + fix; + } + }); + return className; +} - if (window.onanimationend === undefined && window.onwebkitanimationend !== undefined) { - CSS_PREFIX = '-webkit-'; - ANIMATION_PROP = 'WebkitAnimation'; - ANIMATIONEND_EVENT = 'webkitAnimationEnd animationend'; - } else { - ANIMATION_PROP = 'animation'; - ANIMATIONEND_EVENT = 'animationend'; +function removeFromArray(arr, val) { + var index = arr.indexOf(val); + if (val >= 0) { + arr.splice(index, 1); } +} - var DURATION_KEY = 'Duration'; - var PROPERTY_KEY = 'Property'; - var DELAY_KEY = 'Delay'; - var TIMING_KEY = 'TimingFunction'; - var ANIMATION_ITERATION_COUNT_KEY = 'IterationCount'; - var ANIMATION_PLAYSTATE_KEY = 'PlayState'; - var SAFE_FAST_FORWARD_DURATION_VALUE = 9999; +function stripCommentsFromElement(element) { + if (element instanceof jqLite) { + switch (element.length) { + case 0: + return element; - var ANIMATION_DELAY_PROP = ANIMATION_PROP + DELAY_KEY; - var ANIMATION_DURATION_PROP = ANIMATION_PROP + DURATION_KEY; - var TRANSITION_DELAY_PROP = TRANSITION_PROP + DELAY_KEY; - var TRANSITION_DURATION_PROP = TRANSITION_PROP + DURATION_KEY; + case 1: + // there is no point of stripping anything if the element + // is the only element within the jqLite wrapper. + // (it's important that we retain the element instance.) + if (element[0].nodeType === ELEMENT_NODE) { + return element; + } + break; - var ngMinErr = angular.$$minErr('ng'); - function assertArg(arg, name, reason) { - if (!arg) { - throw ngMinErr('areq', 'Argument \'{0}\' is {1}', name || '?', reason || 'required'); + default: + return jqLite(extractElementNode(element)); } - return arg; } - function mergeClasses(a, b) { - if (!a && !b) return ''; - if (!a) return b; - if (!b) return a; - if (isArray(a)) a = a.join(' '); - if (isArray(b)) b = b.join(' '); - return a + ' ' + b; + if (element.nodeType === ELEMENT_NODE) { + return jqLite(element); } +} - function packageStyles(options) { - var styles = {}; - if (options && (options.to || options.from)) { - styles.to = options.to; - styles.from = options.from; +function extractElementNode(element) { + if (!element[0]) return element; + for (var i = 0; i < element.length; i++) { + var elm = element[i]; + if (elm.nodeType === ELEMENT_NODE) { + return elm; } - return styles; } +} - function pendClasses(classes, fix, isPrefix) { - var className = ''; - classes = isArray(classes) ? classes : classes && isString(classes) && classes.length ? classes.split(/\s+/) : []; - forEach(classes, function (klass, i) { - if (klass && klass.length > 0) { - className += i > 0 ? ' ' : ''; - className += isPrefix ? fix + klass : klass + fix; - } - }); - return className; - } +function $$addClass($$jqLite, element, className) { + forEach(element, function(elm) { + $$jqLite.addClass(elm, className); + }); +} + +function $$removeClass($$jqLite, element, className) { + forEach(element, function(elm) { + $$jqLite.removeClass(elm, className); + }); +} - function removeFromArray(arr, val) { - var index = arr.indexOf(val); - if (val >= 0) { - arr.splice(index, 1); +function applyAnimationClassesFactory($$jqLite) { + return function(element, options) { + if (options.addClass) { + $$addClass($$jqLite, element, options.addClass); + options.addClass = null; + } + if (options.removeClass) { + $$removeClass($$jqLite, element, options.removeClass); + options.removeClass = null; } + }; +} + +function prepareAnimationOptions(options) { + options = options || {}; + if (!options.$$prepared) { + var domOperation = options.domOperation || noop; + options.domOperation = function() { + options.$$domOperationFired = true; + domOperation(); + domOperation = noop; + }; + options.$$prepared = true; } + return options; +} - function stripCommentsFromElement(element) { - if (element instanceof jqLite) { - switch (element.length) { - case 0: - return element; +function applyAnimationStyles(element, options) { + applyAnimationFromStyles(element, options); + applyAnimationToStyles(element, options); +} - case 1: - // there is no point of stripping anything if the element - // is the only element within the jqLite wrapper. - // (it's important that we retain the element instance.) - if (element[0].nodeType === ELEMENT_NODE) { - return element; - } - break; +function applyAnimationFromStyles(element, options) { + if (options.from) { + element.css(options.from); + options.from = null; + } +} - default: - return jqLite(extractElementNode(element)); - } - } +function applyAnimationToStyles(element, options) { + if (options.to) { + element.css(options.to); + options.to = null; + } +} - if (element.nodeType === ELEMENT_NODE) { - return jqLite(element); - } +function mergeAnimationDetails(element, oldAnimation, newAnimation) { + var target = oldAnimation.options || {}; + var newOptions = newAnimation.options || {}; + + var toAdd = (target.addClass || '') + ' ' + (newOptions.addClass || ''); + var toRemove = (target.removeClass || '') + ' ' + (newOptions.removeClass || ''); + var classes = resolveElementClasses(element.attr('class'), toAdd, toRemove); + + if (newOptions.preparationClasses) { + target.preparationClasses = concatWithSpace(newOptions.preparationClasses, target.preparationClasses); + delete newOptions.preparationClasses; } - function extractElementNode(element) { - if (!element[0]) return element; - for (var i = 0; i < element.length; i++) { - var elm = element[i]; - if (elm.nodeType === ELEMENT_NODE) { - return elm; - } - } + // noop is basically when there is no callback; otherwise something has been set + var realDomOperation = target.domOperation !== noop ? target.domOperation : null; + + extend(target, newOptions); + + // TODO(matsko or sreeramu): proper fix is to maintain all animation callback in array and call at last,but now only leave has the callback so no issue with this. + if (realDomOperation) { + target.domOperation = realDomOperation; } - function $$addClass($$jqLite, element, className) { - forEach(element, function (elm) { - $$jqLite.addClass(elm, className); - }); + if (classes.addClass) { + target.addClass = classes.addClass; + } else { + target.addClass = null; } - function $$removeClass($$jqLite, element, className) { - forEach(element, function (elm) { - $$jqLite.removeClass(elm, className); - }); + if (classes.removeClass) { + target.removeClass = classes.removeClass; + } else { + target.removeClass = null; } - function applyAnimationClassesFactory($$jqLite) { - return function (element, options) { - if (options.addClass) { - $$addClass($$jqLite, element, options.addClass); - options.addClass = null; - } - if (options.removeClass) { - $$removeClass($$jqLite, element, options.removeClass); - options.removeClass = null; + oldAnimation.addClass = target.addClass; + oldAnimation.removeClass = target.removeClass; + + return target; +} + +function resolveElementClasses(existing, toAdd, toRemove) { + var ADD_CLASS = 1; + var REMOVE_CLASS = -1; + + var flags = {}; + existing = splitClassesToLookup(existing); + + toAdd = splitClassesToLookup(toAdd); + forEach(toAdd, function(value, key) { + flags[key] = ADD_CLASS; + }); + + toRemove = splitClassesToLookup(toRemove); + forEach(toRemove, function(value, key) { + flags[key] = flags[key] === ADD_CLASS ? null : REMOVE_CLASS; + }); + + var classes = { + addClass: '', + removeClass: '' + }; + + forEach(flags, function(val, klass) { + var prop, allow; + if (val === ADD_CLASS) { + prop = 'addClass'; + allow = !existing[klass] || existing[klass + REMOVE_CLASS_SUFFIX]; + } else if (val === REMOVE_CLASS) { + prop = 'removeClass'; + allow = existing[klass] || existing[klass + ADD_CLASS_SUFFIX]; + } + if (allow) { + if (classes[prop].length) { + classes[prop] += ' '; } - }; - } + classes[prop] += klass; + } + }); - function prepareAnimationOptions(options) { - options = options || {}; - if (!options.$$prepared) { - var domOperation = options.domOperation || noop; - options.domOperation = function () { - options.$$domOperationFired = true; - domOperation(); - domOperation = noop; - }; - options.$$prepared = true; + function splitClassesToLookup(classes) { + if (isString(classes)) { + classes = classes.split(' '); } - return options; + + var obj = {}; + forEach(classes, function(klass) { + // sometimes the split leaves empty string values + // incase extra spaces were applied to the options + if (klass.length) { + obj[klass] = true; + } + }); + return obj; } - function applyAnimationStyles(element, options) { - applyAnimationFromStyles(element, options); - applyAnimationToStyles(element, options); + return classes; +} + +function getDomNode(element) { + return (element instanceof jqLite) ? element[0] : element; +} + +function applyGeneratedPreparationClasses(element, event, options) { + var classes = ''; + if (event) { + classes = pendClasses(event, EVENT_CLASS_PREFIX, true); } + if (options.addClass) { + classes = concatWithSpace(classes, pendClasses(options.addClass, ADD_CLASS_SUFFIX)); + } + if (options.removeClass) { + classes = concatWithSpace(classes, pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX)); + } + if (classes.length) { + options.preparationClasses = classes; + element.addClass(classes); + } +} - function applyAnimationFromStyles(element, options) { - if (options.from) { - element.css(options.from); - options.from = null; - } +function clearGeneratedClasses(element, options) { + if (options.preparationClasses) { + element.removeClass(options.preparationClasses); + options.preparationClasses = null; + } + if (options.activeClasses) { + element.removeClass(options.activeClasses); + options.activeClasses = null; } +} - function applyAnimationToStyles(element, options) { - if (options.to) { - element.css(options.to); - options.to = null; - } +function blockTransitions(node, duration) { + // we use a negative delay value since it performs blocking + // yet it doesn't kill any existing transitions running on the + // same element which makes this safe for class-based animations + var value = duration ? '-' + duration + 's' : ''; + applyInlineStyle(node, [TRANSITION_DELAY_PROP, value]); + return [TRANSITION_DELAY_PROP, value]; +} + +function blockKeyframeAnimations(node, applyBlock) { + var value = applyBlock ? 'paused' : ''; + var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY; + applyInlineStyle(node, [key, value]); + return [key, value]; +} + +function applyInlineStyle(node, styleTuple) { + var prop = styleTuple[0]; + var value = styleTuple[1]; + node.style[prop] = value; +} + +function concatWithSpace(a,b) { + if (!a) return b; + if (!b) return a; + return a + ' ' + b; +} + +var $$rAFSchedulerFactory = ['$$rAF', function($$rAF) { + var queue, cancelFn; + + function scheduler(tasks) { + // we make a copy since RAFScheduler mutates the state + // of the passed in array variable and this would be difficult + // to track down on the outside code + queue = queue.concat(tasks); + nextTick(); } - function mergeAnimationDetails(element, oldAnimation, newAnimation) { - var target = oldAnimation.options || {}; - var newOptions = newAnimation.options || {}; + queue = scheduler.queue = []; - var toAdd = (target.addClass || '') + ' ' + (newOptions.addClass || ''); - var toRemove = (target.removeClass || '') + ' ' + (newOptions.removeClass || ''); - var classes = resolveElementClasses(element.attr('class'), toAdd, toRemove); + /* waitUntilQuiet does two things: + * 1. It will run the FINAL `fn` value only when an uncanceled RAF has passed through + * 2. It will delay the next wave of tasks from running until the quiet `fn` has run. + * + * The motivation here is that animation code can request more time from the scheduler + * before the next wave runs. This allows for certain DOM properties such as classes to + * be resolved in time for the next animation to run. + */ + scheduler.waitUntilQuiet = function(fn) { + if (cancelFn) cancelFn(); - if (newOptions.preparationClasses) { - target.preparationClasses = concatWithSpace(newOptions.preparationClasses, target.preparationClasses); - delete newOptions.preparationClasses; - } + cancelFn = $$rAF(function() { + cancelFn = null; + fn(); + nextTick(); + }); + }; - // noop is basically when there is no callback; otherwise something has been set - var realDomOperation = target.domOperation !== noop ? target.domOperation : null; + return scheduler; - extend(target, newOptions); + function nextTick() { + if (!queue.length) return; - // TODO(matsko or sreeramu): proper fix is to maintain all animation callback in array and call at last,but now only leave has the callback so no issue with this. - if (realDomOperation) { - target.domOperation = realDomOperation; + var items = queue.shift(); + for (var i = 0; i < items.length; i++) { + items[i](); } - if (classes.addClass) { - target.addClass = classes.addClass; - } else { - target.addClass = null; + if (!cancelFn) { + $$rAF(function() { + if (!cancelFn) nextTick(); + }); } + } +}]; - if (classes.removeClass) { - target.removeClass = classes.removeClass; - } else { - target.removeClass = null; - } +/** + * @ngdoc directive + * @name ngAnimateChildren + * @restrict AE + * @element ANY + * + * @description + * + * ngAnimateChildren allows you to specify that children of this element should animate even if any + * of the children's parents are currently animating. By default, when an element has an active `enter`, `leave`, or `move` + * (structural) animation, child elements that also have an active structural animation are not animated. + * + * Note that even if `ngAnimateChildren` is set, no child animations will run when the parent element is removed from the DOM (`leave` animation). + * + * + * @param {string} ngAnimateChildren If the value is empty, `true` or `on`, + * then child animations are allowed. If the value is `false`, child animations are not allowed. + * + * @example + * + +
    + + +
    +
    +
    + List of items: +
    Item {{item}}
    +
    +
    +
    +
    + - oldAnimation.addClass = target.addClass; - oldAnimation.removeClass = target.removeClass; + .container.ng-enter, + .container.ng-leave { + transition: all ease 1.5s; + } - return target; - } + .container.ng-enter, + .container.ng-leave-active { + opacity: 0; + } - function resolveElementClasses(existing, toAdd, toRemove) { - var ADD_CLASS = 1; - var REMOVE_CLASS = -1; + .container.ng-leave, + .container.ng-enter-active { + opacity: 1; + } - var flags = {}; - existing = splitClassesToLookup(existing); + .item { + background: firebrick; + color: #FFF; + margin-bottom: 10px; + } - toAdd = splitClassesToLookup(toAdd); - forEach(toAdd, function (value, key) { - flags[key] = ADD_CLASS; - }); + .item.ng-enter, + .item.ng-leave { + transition: transform 1.5s ease; + } - toRemove = splitClassesToLookup(toRemove); - forEach(toRemove, function (value, key) { - flags[key] = flags[key] === ADD_CLASS ? null : REMOVE_CLASS; - }); + .item.ng-enter { + transform: translateX(50px); + } - var classes = { - addClass: '', - removeClass: '' - }; + .item.ng-enter-active { + transform: translateX(0); + } + + + angular.module('ngAnimateChildren', ['ngAnimate']) + .controller('MainController', function MainController() { + this.animateChildren = false; + this.enterElement = false; + }); + +
    + */ +var $$AnimateChildrenDirective = ['$interpolate', function($interpolate) { + return { + link: function(scope, element, attrs) { + var val = attrs.ngAnimateChildren; + if (isString(val) && val.length === 0) { //empty attribute + element.data(NG_ANIMATE_CHILDREN_DATA, true); + } else { + // Interpolate and set the value, so that it is available to + // animations that run right after compilation + setData($interpolate(val)(scope)); + attrs.$observe('ngAnimateChildren', setData); + } - forEach(flags, function (val, klass) { - var prop, allow; - if (val === ADD_CLASS) { - prop = 'addClass'; - allow = !existing[klass] || existing[klass + REMOVE_CLASS_SUFFIX]; - } else if (val === REMOVE_CLASS) { - prop = 'removeClass'; - allow = existing[klass] || existing[klass + ADD_CLASS_SUFFIX]; + function setData(value) { + value = value === 'on' || value === 'true'; + element.data(NG_ANIMATE_CHILDREN_DATA, value); } - if (allow) { - if (classes[prop].length) { - classes[prop] += ' '; - } - classes[prop] += klass; + } + }; +}]; + +/* exported $AnimateCssProvider */ + +var ANIMATE_TIMER_KEY = '$$animateCss'; + +/** + * @ngdoc service + * @name $animateCss + * @kind object + * + * @description + * The `$animateCss` service is a useful utility to trigger customized CSS-based transitions/keyframes + * from a JavaScript-based animation or directly from a directive. The purpose of `$animateCss` is NOT + * to side-step how `$animate` and ngAnimate work, but the goal is to allow pre-existing animations or + * directives to create more complex animations that can be purely driven using CSS code. + * + * Note that only browsers that support CSS transitions and/or keyframe animations are capable of + * rendering animations triggered via `$animateCss` (bad news for IE9 and lower). + * + * ## General Use + * Once again, `$animateCss` is designed to be used inside of a registered JavaScript animation that + * is powered by ngAnimate. It is possible to use `$animateCss` directly inside of a directive, however, + * any automatic control over cancelling animations and/or preventing animations from being run on + * child elements will not be handled by Angular. For this to work as expected, please use `$animate` to + * trigger the animation and then setup a JavaScript animation that injects `$animateCss` to trigger + * the CSS animation. + * + * The example below shows how we can create a folding animation on an element using `ng-if`: + * + * ```html + * + *
    + * This element will go BOOM + *
    + * + * ``` + * + * Now we create the **JavaScript animation** that will trigger the CSS transition: + * + * ```js + * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { + * return { + * enter: function(element, doneFn) { + * var height = element[0].offsetHeight; + * return $animateCss(element, { + * from: { height:'0px' }, + * to: { height:height + 'px' }, + * duration: 1 // one second + * }); + * } + * } + * }]); + * ``` + * + * ## More Advanced Uses + * + * `$animateCss` is the underlying code that ngAnimate uses to power **CSS-based animations** behind the scenes. Therefore CSS hooks + * like `.ng-EVENT`, `.ng-EVENT-active`, `.ng-EVENT-stagger` are all features that can be triggered using `$animateCss` via JavaScript code. + * + * This also means that just about any combination of adding classes, removing classes, setting styles, dynamically setting a keyframe animation, + * applying a hardcoded duration or delay value, changing the animation easing or applying a stagger animation are all options that work with + * `$animateCss`. The service itself is smart enough to figure out the combination of options and examine the element styling properties in order + * to provide a working animation that will run in CSS. + * + * The example below showcases a more advanced version of the `.fold-animation` from the example above: + * + * ```js + * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { + * return { + * enter: function(element, doneFn) { + * var height = element[0].offsetHeight; + * return $animateCss(element, { + * addClass: 'red large-text pulse-twice', + * easing: 'ease-out', + * from: { height:'0px' }, + * to: { height:height + 'px' }, + * duration: 1 // one second + * }); + * } + * } + * }]); + * ``` + * + * Since we're adding/removing CSS classes then the CSS transition will also pick those up: + * + * ```css + * /* since a hardcoded duration value of 1 was provided in the JavaScript animation code, + * the CSS classes below will be transitioned despite them being defined as regular CSS classes */ + * .red { background:red; } + * .large-text { font-size:20px; } + * + * /* we can also use a keyframe animation and $animateCss will make it work alongside the transition */ + * .pulse-twice { + * animation: 0.5s pulse linear 2; + * -webkit-animation: 0.5s pulse linear 2; + * } + * + * @keyframes pulse { + * from { transform: scale(0.5); } + * to { transform: scale(1.5); } + * } + * + * @-webkit-keyframes pulse { + * from { -webkit-transform: scale(0.5); } + * to { -webkit-transform: scale(1.5); } + * } + * ``` + * + * Given this complex combination of CSS classes, styles and options, `$animateCss` will figure everything out and make the animation happen. + * + * ## How the Options are handled + * + * `$animateCss` is very versatile and intelligent when it comes to figuring out what configurations to apply to the element to ensure the animation + * works with the options provided. Say for example we were adding a class that contained a keyframe value and we wanted to also animate some inline + * styles using the `from` and `to` properties. + * + * ```js + * var animator = $animateCss(element, { + * from: { background:'red' }, + * to: { background:'blue' } + * }); + * animator.start(); + * ``` + * + * ```css + * .rotating-animation { + * animation:0.5s rotate linear; + * -webkit-animation:0.5s rotate linear; + * } + * + * @keyframes rotate { + * from { transform: rotate(0deg); } + * to { transform: rotate(360deg); } + * } + * + * @-webkit-keyframes rotate { + * from { -webkit-transform: rotate(0deg); } + * to { -webkit-transform: rotate(360deg); } + * } + * ``` + * + * The missing pieces here are that we do not have a transition set (within the CSS code nor within the `$animateCss` options) and the duration of the animation is + * going to be detected from what the keyframe styles on the CSS class are. In this event, `$animateCss` will automatically create an inline transition + * style matching the duration detected from the keyframe style (which is present in the CSS class that is being added) and then prepare both the transition + * and keyframe animations to run in parallel on the element. Then when the animation is underway the provided `from` and `to` CSS styles will be applied + * and spread across the transition and keyframe animation. + * + * ## What is returned + * + * `$animateCss` works in two stages: a preparation phase and an animation phase. Therefore when `$animateCss` is first called it will NOT actually + * start the animation. All that is going on here is that the element is being prepared for the animation (which means that the generated CSS classes are + * added and removed on the element). Once `$animateCss` is called it will return an object with the following properties: + * + * ```js + * var animator = $animateCss(element, { ... }); + * ``` + * + * Now what do the contents of our `animator` variable look like: + * + * ```js + * { + * // starts the animation + * start: Function, + * + * // ends (aborts) the animation + * end: Function + * } + * ``` + * + * To actually start the animation we need to run `animation.start()` which will then return a promise that we can hook into to detect when the animation ends. + * If we choose not to run the animation then we MUST run `animation.end()` to perform a cleanup on the element (since some CSS classes and styles may have been + * applied to the element during the preparation phase). Note that all other properties such as duration, delay, transitions and keyframes are just properties + * and that changing them will not reconfigure the parameters of the animation. + * + * ### runner.done() vs runner.then() + * It is documented that `animation.start()` will return a promise object and this is true, however, there is also an additional method available on the + * runner called `.done(callbackFn)`. The done method works the same as `.finally(callbackFn)`, however, it does **not trigger a digest to occur**. + * Therefore, for performance reasons, it's always best to use `runner.done(callback)` instead of `runner.then()`, `runner.catch()` or `runner.finally()` + * unless you really need a digest to kick off afterwards. + * + * Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss + * (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). + * Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works. + * + * @param {DOMElement} element the element that will be animated + * @param {object} options the animation-related options that will be applied during the animation + * + * * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied + * to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.) + * * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and + * `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted. + * * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both). + * * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`). + * * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`). + * * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation. + * * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition. + * * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation. + * * `removeClass` - A space separated list of CSS classes that will be removed from the element and spread across the animation. + * * `duration` - A number value representing the total duration of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `0` + * is provided then the animation will be skipped entirely. + * * `delay` - A number value representing the total delay of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `true` is + * used then whatever delay value is detected from the CSS classes will be mirrored on the elements styles (e.g. by setting delay true then the style value + * of the element will be `transition-delay: DETECTED_VALUE`). Using `true` is useful when you want the CSS classes and inline styles to all share the same + * CSS delay value. + * * `stagger` - A numeric time value representing the delay between successively animated elements + * ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.}) + * * `staggerIndex` - The numeric index representing the stagger item (e.g. a value of 5 is equal to the sixth item in the stagger; therefore when a + * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`) + * * `applyClassesEarly` - Whether or not the classes being added or removed will be used when detecting the animation. This is set by `$animate` when enter/leave/move animations are fired to ensure that the CSS classes are resolved in time. (Note that this will prevent any transitions from occurring on the classes being added and removed.) + * * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once + * the animation is closed. This is useful for when the styles are used purely for the sake of + * the animation and do not have a lasting visual effect on the element (e.g. a collapse and open animation). + * By default this value is set to `false`. + * + * @return {object} an object with start and end methods and details about the animation. + * + * * `start` - The method to start the animation. This will return a `Promise` when called. + * * `end` - This method will cancel the animation and remove all applied CSS classes and styles. + */ +var ONE_SECOND = 1000; + +var ELAPSED_TIME_MAX_DECIMAL_PLACES = 3; +var CLOSING_TIME_BUFFER = 1.5; + +var DETECT_CSS_PROPERTIES = { + transitionDuration: TRANSITION_DURATION_PROP, + transitionDelay: TRANSITION_DELAY_PROP, + transitionProperty: TRANSITION_PROP + PROPERTY_KEY, + animationDuration: ANIMATION_DURATION_PROP, + animationDelay: ANIMATION_DELAY_PROP, + animationIterationCount: ANIMATION_PROP + ANIMATION_ITERATION_COUNT_KEY +}; + +var DETECT_STAGGER_CSS_PROPERTIES = { + transitionDuration: TRANSITION_DURATION_PROP, + transitionDelay: TRANSITION_DELAY_PROP, + animationDuration: ANIMATION_DURATION_PROP, + animationDelay: ANIMATION_DELAY_PROP +}; + +function getCssKeyframeDurationStyle(duration) { + return [ANIMATION_DURATION_PROP, duration + 's']; +} + +function getCssDelayStyle(delay, isKeyframeAnimation) { + var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP; + return [prop, delay + 's']; +} + +function computeCssStyles($window, element, properties) { + var styles = Object.create(null); + var detectedStyles = $window.getComputedStyle(element) || {}; + forEach(properties, function(formalStyleName, actualStyleName) { + var val = detectedStyles[formalStyleName]; + if (val) { + var c = val.charAt(0); + + // only numerical-based values have a negative sign or digit as the first value + if (c === '-' || c === '+' || c >= 0) { + val = parseMaxTime(val); } - }); - function splitClassesToLookup(classes) { - if (isString(classes)) { - classes = classes.split(' '); + // by setting this to null in the event that the delay is not set or is set directly as 0 + // then we can still allow for negative values to be used later on and not mistake this + // value for being greater than any other negative value. + if (val === 0) { + val = null; } + styles[actualStyleName] = val; + } + }); - var obj = {}; - forEach(classes, function (klass) { - // sometimes the split leaves empty string values - // incase extra spaces were applied to the options - if (klass.length) { - obj[klass] = true; - } - }); - return obj; + return styles; +} + +function parseMaxTime(str) { + var maxValue = 0; + var values = str.split(/\s*,\s*/); + forEach(values, function(value) { + // it's always safe to consider only second values and omit `ms` values since + // getComputedStyle will always handle the conversion for us + if (value.charAt(value.length - 1) === 's') { + value = value.substring(0, value.length - 1); } + value = parseFloat(value) || 0; + maxValue = maxValue ? Math.max(value, maxValue) : value; + }); + return maxValue; +} - return classes; - } +function truthyTimingValue(val) { + return val === 0 || val != null; +} - function getDomNode(element) { - return element instanceof jqLite ? element[0] : element; +function getCssTransitionDurationStyle(duration, applyOnlyDuration) { + var style = TRANSITION_PROP; + var value = duration + 's'; + if (applyOnlyDuration) { + style += DURATION_KEY; + } else { + value += ' linear all'; } + return [style, value]; +} - function applyGeneratedPreparationClasses(element, event, options) { - var classes = ''; - if (event) { - classes = pendClasses(event, EVENT_CLASS_PREFIX, true); - } - if (options.addClass) { - classes = concatWithSpace(classes, pendClasses(options.addClass, ADD_CLASS_SUFFIX)); - } - if (options.removeClass) { - classes = concatWithSpace(classes, pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX)); - } - if (classes.length) { - options.preparationClasses = classes; - element.addClass(classes); +function createLocalCacheLookup() { + var cache = Object.create(null); + return { + flush: function() { + cache = Object.create(null); + }, + + count: function(key) { + var entry = cache[key]; + return entry ? entry.total : 0; + }, + + get: function(key) { + var entry = cache[key]; + return entry && entry.value; + }, + + put: function(key, value) { + if (!cache[key]) { + cache[key] = { total: 1, value: value }; + } else { + cache[key].total++; + } } - } + }; +} + +// we do not reassign an already present style value since +// if we detect the style property value again we may be +// detecting styles that were added via the `from` styles. +// We make use of `isDefined` here since an empty string +// or null value (which is what getPropertyValue will return +// for a non-existing style) will still be marked as a valid +// value for the style (a falsy value implies that the style +// is to be removed at the end of the animation). If we had a simple +// "OR" statement then it would not be enough to catch that. +function registerRestorableStyles(backup, node, properties) { + forEach(properties, function(prop) { + backup[prop] = isDefined(backup[prop]) + ? backup[prop] + : node.style.getPropertyValue(prop); + }); +} + +var $AnimateCssProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var gcsLookup = createLocalCacheLookup(); + var gcsStaggerLookup = createLocalCacheLookup(); - function clearGeneratedClasses(element, options) { - if (options.preparationClasses) { - element.removeClass(options.preparationClasses); - options.preparationClasses = null; + this.$get = ['$window', '$$jqLite', '$$AnimateRunner', '$timeout', + '$$forceReflow', '$sniffer', '$$rAFScheduler', '$$animateQueue', + function($window, $$jqLite, $$AnimateRunner, $timeout, + $$forceReflow, $sniffer, $$rAFScheduler, $$animateQueue) { + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + + var parentCounter = 0; + function gcsHashFn(node, extraClasses) { + var KEY = '$$ngAnimateParentKey'; + var parentNode = node.parentNode; + var parentID = parentNode[KEY] || (parentNode[KEY] = ++parentCounter); + return parentID + '-' + node.getAttribute('class') + '-' + extraClasses; } - if (options.activeClasses) { - element.removeClass(options.activeClasses); - options.activeClasses = null; + + function computeCachedCssStyles(node, className, cacheKey, properties) { + var timings = gcsLookup.get(cacheKey); + + if (!timings) { + timings = computeCssStyles($window, node, properties); + if (timings.animationIterationCount === 'infinite') { + timings.animationIterationCount = 1; + } + } + + // we keep putting this in multiple times even though the value and the cacheKey are the same + // because we're keeping an internal tally of how many duplicate animations are detected. + gcsLookup.put(cacheKey, timings); + return timings; } - } - function blockTransitions(node, duration) { - // we use a negative delay value since it performs blocking - // yet it doesn't kill any existing transitions running on the - // same element which makes this safe for class-based animations - var value = duration ? '-' + duration + 's' : ''; - applyInlineStyle(node, [TRANSITION_DELAY_PROP, value]); - return [TRANSITION_DELAY_PROP, value]; - } + function computeCachedCssStaggerStyles(node, className, cacheKey, properties) { + var stagger; - function blockKeyframeAnimations(node, applyBlock) { - var value = applyBlock ? 'paused' : ''; - var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY; - applyInlineStyle(node, [key, value]); - return [key, value]; - } + // if we have one or more existing matches of matching elements + // containing the same parent + CSS styles (which is how cacheKey works) + // then staggering is possible + if (gcsLookup.count(cacheKey) > 0) { + stagger = gcsStaggerLookup.get(cacheKey); - function applyInlineStyle(node, styleTuple) { - var prop = styleTuple[0]; - var value = styleTuple[1]; - node.style[prop] = value; - } + if (!stagger) { + var staggerClassName = pendClasses(className, '-stagger'); - function concatWithSpace(a, b) { - if (!a) return b; - if (!b) return a; - return a + ' ' + b; - } + $$jqLite.addClass(node, staggerClassName); - var $$rAFSchedulerFactory = ['$$rAF', function ($$rAF) { - var queue, cancelFn; + stagger = computeCssStyles($window, node, properties); - function scheduler(tasks) { - // we make a copy since RAFScheduler mutates the state - // of the passed in array variable and this would be difficult - // to track down on the outside code - queue = queue.concat(tasks); - nextTick(); + // force the conversion of a null value to zero incase not set + stagger.animationDuration = Math.max(stagger.animationDuration, 0); + stagger.transitionDuration = Math.max(stagger.transitionDuration, 0); + + $$jqLite.removeClass(node, staggerClassName); + + gcsStaggerLookup.put(cacheKey, stagger); + } + } + + return stagger || {}; } - queue = scheduler.queue = []; + var rafWaitQueue = []; + function waitUntilQuiet(callback) { + rafWaitQueue.push(callback); + $$rAFScheduler.waitUntilQuiet(function() { + gcsLookup.flush(); + gcsStaggerLookup.flush(); - /* waitUntilQuiet does two things: - * 1. It will run the FINAL `fn` value only when an uncanceled RAF has passed through - * 2. It will delay the next wave of tasks from running until the quiet `fn` has run. - * - * The motivation here is that animation code can request more time from the scheduler - * before the next wave runs. This allows for certain DOM properties such as classes to - * be resolved in time for the next animation to run. - */ - scheduler.waitUntilQuiet = function (fn) { - if (cancelFn) cancelFn(); + // DO NOT REMOVE THIS LINE OR REFACTOR OUT THE `pageWidth` variable. + // PLEASE EXAMINE THE `$$forceReflow` service to understand why. + var pageWidth = $$forceReflow(); - cancelFn = $$rAF(function () { - cancelFn = null; - fn(); - nextTick(); + // we use a for loop to ensure that if the queue is changed + // during this looping then it will consider new requests + for (var i = 0; i < rafWaitQueue.length; i++) { + rafWaitQueue[i](pageWidth); + } + rafWaitQueue.length = 0; }); - }; + } - return scheduler; + function computeTimings(node, className, cacheKey) { + var timings = computeCachedCssStyles(node, className, cacheKey, DETECT_CSS_PROPERTIES); + var aD = timings.animationDelay; + var tD = timings.transitionDelay; + timings.maxDelay = aD && tD + ? Math.max(aD, tD) + : (aD || tD); + timings.maxDuration = Math.max( + timings.animationDuration * timings.animationIterationCount, + timings.transitionDuration); - function nextTick() { - if (!queue.length) return; + return timings; + } - var items = queue.shift(); - for (var i = 0; i < items.length; i++) { - items[i](); + return function init(element, initialOptions) { + // all of the animation functions should create + // a copy of the options data, however, if a + // parent service has already created a copy then + // we should stick to using that + var options = initialOptions || {}; + if (!options.$$prepared) { + options = prepareAnimationOptions(copy(options)); } - if (!cancelFn) { - $$rAF(function () { - if (!cancelFn) nextTick(); - }); + var restoreStyles = {}; + var node = getDomNode(element); + if (!node + || !node.parentNode + || !$$animateQueue.enabled()) { + return closeAndReturnNoopAnimator(); } - } - }]; - /** - * @ngdoc directive - * @name ngAnimateChildren - * @restrict AE - * @element ANY - * - * @description - * - * ngAnimateChildren allows you to specify that children of this element should animate even if any - * of the children's parents are currently animating. By default, when an element has an active `enter`, `leave`, or `move` - * (structural) animation, child elements that also have an active structural animation are not animated. - * - * Note that even if `ngAnimateChildren` is set, no child animations will run when the parent element is removed from the DOM (`leave` animation). - * - * - * @param {string} ngAnimateChildren If the value is empty, `true` or `on`, - * then child animations are allowed. If the value is `false`, child animations are not allowed. - * - * @example - * - -
    - - -
    -
    -
    - List of items: -
    Item {{item}}
    -
    -
    -
    -
    - - - .container.ng-enter, - .container.ng-leave { - transition: all ease 1.5s; - } - - .container.ng-enter, - .container.ng-leave-active { - opacity: 0; - } - - .container.ng-leave, - .container.ng-enter-active { - opacity: 1; - } - - .item { - background: firebrick; - color: #FFF; - margin-bottom: 10px; - } - - .item.ng-enter, - .item.ng-leave { - transition: transform 1.5s ease; - } - - .item.ng-enter { - transform: translateX(50px); - } - - .item.ng-enter-active { - transform: translateX(0); - } - - - angular.module('ngAnimateChildren', ['ngAnimate']) - .controller('MainController', function MainController() { - this.animateChildren = false; - this.enterElement = false; - }); - -
    - */ - var $$AnimateChildrenDirective = ['$interpolate', function ($interpolate) { - return { - link: function link(scope, element, attrs) { - var val = attrs.ngAnimateChildren; - if (isString(val) && val.length === 0) { - //empty attribute - element.data(NG_ANIMATE_CHILDREN_DATA, true); - } else { - // Interpolate and set the value, so that it is available to - // animations that run right after compilation - setData($interpolate(val)(scope)); - attrs.$observe('ngAnimateChildren', setData); - } + var temporaryStyles = []; + var classes = element.attr('class'); + var styles = packageStyles(options); + var animationClosed; + var animationPaused; + var animationCompleted; + var runner; + var runnerHost; + var maxDelay; + var maxDelayTime; + var maxDuration; + var maxDurationTime; + var startTime; + var events = []; - function setData(value) { - value = value === 'on' || value === 'true'; - element.data(NG_ANIMATE_CHILDREN_DATA, value); - } + if (options.duration === 0 || (!$sniffer.animations && !$sniffer.transitions)) { + return closeAndReturnNoopAnimator(); } - }; - }]; - /* exported $AnimateCssProvider */ + var method = options.event && isArray(options.event) + ? options.event.join(' ') + : options.event; - var ANIMATE_TIMER_KEY = '$$animateCss'; + var isStructural = method && options.structural; + var structuralClassName = ''; + var addRemoveClassName = ''; - /** - * @ngdoc service - * @name $animateCss - * @kind object - * - * @description - * The `$animateCss` service is a useful utility to trigger customized CSS-based transitions/keyframes - * from a JavaScript-based animation or directly from a directive. The purpose of `$animateCss` is NOT - * to side-step how `$animate` and ngAnimate work, but the goal is to allow pre-existing animations or - * directives to create more complex animations that can be purely driven using CSS code. - * - * Note that only browsers that support CSS transitions and/or keyframe animations are capable of - * rendering animations triggered via `$animateCss` (bad news for IE9 and lower). - * - * ## General Use - * Once again, `$animateCss` is designed to be used inside of a registered JavaScript animation that - * is powered by ngAnimate. It is possible to use `$animateCss` directly inside of a directive, however, - * any automatic control over cancelling animations and/or preventing animations from being run on - * child elements will not be handled by Angular. For this to work as expected, please use `$animate` to - * trigger the animation and then setup a JavaScript animation that injects `$animateCss` to trigger - * the CSS animation. - * - * The example below shows how we can create a folding animation on an element using `ng-if`: - * - * ```html - * - *
    - * This element will go BOOM - *
    - * - * ``` - * - * Now we create the **JavaScript animation** that will trigger the CSS transition: - * - * ```js - * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { - * return { - * enter: function(element, doneFn) { - * var height = element[0].offsetHeight; - * return $animateCss(element, { - * from: { height:'0px' }, - * to: { height:height + 'px' }, - * duration: 1 // one second - * }); - * } - * } - * }]); - * ``` - * - * ## More Advanced Uses - * - * `$animateCss` is the underlying code that ngAnimate uses to power **CSS-based animations** behind the scenes. Therefore CSS hooks - * like `.ng-EVENT`, `.ng-EVENT-active`, `.ng-EVENT-stagger` are all features that can be triggered using `$animateCss` via JavaScript code. - * - * This also means that just about any combination of adding classes, removing classes, setting styles, dynamically setting a keyframe animation, - * applying a hardcoded duration or delay value, changing the animation easing or applying a stagger animation are all options that work with - * `$animateCss`. The service itself is smart enough to figure out the combination of options and examine the element styling properties in order - * to provide a working animation that will run in CSS. - * - * The example below showcases a more advanced version of the `.fold-animation` from the example above: - * - * ```js - * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { - * return { - * enter: function(element, doneFn) { - * var height = element[0].offsetHeight; - * return $animateCss(element, { - * addClass: 'red large-text pulse-twice', - * easing: 'ease-out', - * from: { height:'0px' }, - * to: { height:height + 'px' }, - * duration: 1 // one second - * }); - * } - * } - * }]); - * ``` - * - * Since we're adding/removing CSS classes then the CSS transition will also pick those up: - * - * ```css - * /* since a hardcoded duration value of 1 was provided in the JavaScript animation code, - * the CSS classes below will be transitioned despite them being defined as regular CSS classes */ - * .red { background:red; } - * .large-text { font-size:20px; } - * - * /* we can also use a keyframe animation and $animateCss will make it work alongside the transition */ - * .pulse-twice { - * animation: 0.5s pulse linear 2; - * -webkit-animation: 0.5s pulse linear 2; - * } - * - * @keyframes pulse { - * from { transform: scale(0.5); } - * to { transform: scale(1.5); } - * } - * - * @-webkit-keyframes pulse { - * from { -webkit-transform: scale(0.5); } - * to { -webkit-transform: scale(1.5); } - * } - * ``` - * - * Given this complex combination of CSS classes, styles and options, `$animateCss` will figure everything out and make the animation happen. - * - * ## How the Options are handled - * - * `$animateCss` is very versatile and intelligent when it comes to figuring out what configurations to apply to the element to ensure the animation - * works with the options provided. Say for example we were adding a class that contained a keyframe value and we wanted to also animate some inline - * styles using the `from` and `to` properties. - * - * ```js - * var animator = $animateCss(element, { - * from: { background:'red' }, - * to: { background:'blue' } - * }); - * animator.start(); - * ``` - * - * ```css - * .rotating-animation { - * animation:0.5s rotate linear; - * -webkit-animation:0.5s rotate linear; - * } - * - * @keyframes rotate { - * from { transform: rotate(0deg); } - * to { transform: rotate(360deg); } - * } - * - * @-webkit-keyframes rotate { - * from { -webkit-transform: rotate(0deg); } - * to { -webkit-transform: rotate(360deg); } - * } - * ``` - * - * The missing pieces here are that we do not have a transition set (within the CSS code nor within the `$animateCss` options) and the duration of the animation is - * going to be detected from what the keyframe styles on the CSS class are. In this event, `$animateCss` will automatically create an inline transition - * style matching the duration detected from the keyframe style (which is present in the CSS class that is being added) and then prepare both the transition - * and keyframe animations to run in parallel on the element. Then when the animation is underway the provided `from` and `to` CSS styles will be applied - * and spread across the transition and keyframe animation. - * - * ## What is returned - * - * `$animateCss` works in two stages: a preparation phase and an animation phase. Therefore when `$animateCss` is first called it will NOT actually - * start the animation. All that is going on here is that the element is being prepared for the animation (which means that the generated CSS classes are - * added and removed on the element). Once `$animateCss` is called it will return an object with the following properties: - * - * ```js - * var animator = $animateCss(element, { ... }); - * ``` - * - * Now what do the contents of our `animator` variable look like: - * - * ```js - * { - * // starts the animation - * start: Function, - * - * // ends (aborts) the animation - * end: Function - * } - * ``` - * - * To actually start the animation we need to run `animation.start()` which will then return a promise that we can hook into to detect when the animation ends. - * If we choose not to run the animation then we MUST run `animation.end()` to perform a cleanup on the element (since some CSS classes and styles may have been - * applied to the element during the preparation phase). Note that all other properties such as duration, delay, transitions and keyframes are just properties - * and that changing them will not reconfigure the parameters of the animation. - * - * ### runner.done() vs runner.then() - * It is documented that `animation.start()` will return a promise object and this is true, however, there is also an additional method available on the - * runner called `.done(callbackFn)`. The done method works the same as `.finally(callbackFn)`, however, it does **not trigger a digest to occur**. - * Therefore, for performance reasons, it's always best to use `runner.done(callback)` instead of `runner.then()`, `runner.catch()` or `runner.finally()` - * unless you really need a digest to kick off afterwards. - * - * Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss - * (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). - * Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works. - * - * @param {DOMElement} element the element that will be animated - * @param {object} options the animation-related options that will be applied during the animation - * - * * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied - * to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.) - * * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and - * `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted. - * * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both). - * * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`). - * * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`). - * * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation. - * * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition. - * * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation. - * * `removeClass` - A space separated list of CSS classes that will be removed from the element and spread across the animation. - * * `duration` - A number value representing the total duration of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `0` - * is provided then the animation will be skipped entirely. - * * `delay` - A number value representing the total delay of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `true` is - * used then whatever delay value is detected from the CSS classes will be mirrored on the elements styles (e.g. by setting delay true then the style value - * of the element will be `transition-delay: DETECTED_VALUE`). Using `true` is useful when you want the CSS classes and inline styles to all share the same - * CSS delay value. - * * `stagger` - A numeric time value representing the delay between successively animated elements - * ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.}) - * * `staggerIndex` - The numeric index representing the stagger item (e.g. a value of 5 is equal to the sixth item in the stagger; therefore when a - * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`) - * * `applyClassesEarly` - Whether or not the classes being added or removed will be used when detecting the animation. This is set by `$animate` when enter/leave/move animations are fired to ensure that the CSS classes are resolved in time. (Note that this will prevent any transitions from occurring on the classes being added and removed.) - * * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once - * the animation is closed. This is useful for when the styles are used purely for the sake of - * the animation and do not have a lasting visual effect on the element (e.g. a collapse and open animation). - * By default this value is set to `false`. - * - * @return {object} an object with start and end methods and details about the animation. - * - * * `start` - The method to start the animation. This will return a `Promise` when called. - * * `end` - This method will cancel the animation and remove all applied CSS classes and styles. - */ - var ONE_SECOND = 1000; + if (isStructural) { + structuralClassName = pendClasses(method, EVENT_CLASS_PREFIX, true); + } else if (method) { + structuralClassName = method; + } - var ELAPSED_TIME_MAX_DECIMAL_PLACES = 3; - var CLOSING_TIME_BUFFER = 1.5; + if (options.addClass) { + addRemoveClassName += pendClasses(options.addClass, ADD_CLASS_SUFFIX); + } - var DETECT_CSS_PROPERTIES = { - transitionDuration: TRANSITION_DURATION_PROP, - transitionDelay: TRANSITION_DELAY_PROP, - transitionProperty: TRANSITION_PROP + PROPERTY_KEY, - animationDuration: ANIMATION_DURATION_PROP, - animationDelay: ANIMATION_DELAY_PROP, - animationIterationCount: ANIMATION_PROP + ANIMATION_ITERATION_COUNT_KEY - }; + if (options.removeClass) { + if (addRemoveClassName.length) { + addRemoveClassName += ' '; + } + addRemoveClassName += pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX); + } + + // there may be a situation where a structural animation is combined together + // with CSS classes that need to resolve before the animation is computed. + // However this means that there is no explicit CSS code to block the animation + // from happening (by setting 0s none in the class name). If this is the case + // we need to apply the classes before the first rAF so we know to continue if + // there actually is a detected transition or keyframe animation + if (options.applyClassesEarly && addRemoveClassName.length) { + applyAnimationClasses(element, options); + } + + var preparationClasses = [structuralClassName, addRemoveClassName].join(' ').trim(); + var fullClassName = classes + ' ' + preparationClasses; + var activeClasses = pendClasses(preparationClasses, ACTIVE_CLASS_SUFFIX); + var hasToStyles = styles.to && Object.keys(styles.to).length > 0; + var containsKeyframeAnimation = (options.keyframeStyle || '').length > 0; + + // there is no way we can trigger an animation if no styles and + // no classes are being applied which would then trigger a transition, + // unless there a is raw keyframe value that is applied to the element. + if (!containsKeyframeAnimation + && !hasToStyles + && !preparationClasses) { + return closeAndReturnNoopAnimator(); + } + + var cacheKey, stagger; + if (options.stagger > 0) { + var staggerVal = parseFloat(options.stagger); + stagger = { + transitionDelay: staggerVal, + animationDelay: staggerVal, + transitionDuration: 0, + animationDuration: 0 + }; + } else { + cacheKey = gcsHashFn(node, fullClassName); + stagger = computeCachedCssStaggerStyles(node, preparationClasses, cacheKey, DETECT_STAGGER_CSS_PROPERTIES); + } - var DETECT_STAGGER_CSS_PROPERTIES = { - transitionDuration: TRANSITION_DURATION_PROP, - transitionDelay: TRANSITION_DELAY_PROP, - animationDuration: ANIMATION_DURATION_PROP, - animationDelay: ANIMATION_DELAY_PROP - }; + if (!options.$$skipPreparationClasses) { + $$jqLite.addClass(element, preparationClasses); + } - function getCssKeyframeDurationStyle(duration) { - return [ANIMATION_DURATION_PROP, duration + 's']; - } + var applyOnlyDuration; - function getCssDelayStyle(delay, isKeyframeAnimation) { - var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP; - return [prop, delay + 's']; - } + if (options.transitionStyle) { + var transitionStyle = [TRANSITION_PROP, options.transitionStyle]; + applyInlineStyle(node, transitionStyle); + temporaryStyles.push(transitionStyle); + } - function computeCssStyles($window, element, properties) { - var styles = Object.create(null); - var detectedStyles = $window.getComputedStyle(element) || {}; - forEach(properties, function (formalStyleName, actualStyleName) { - var val = detectedStyles[formalStyleName]; - if (val) { - var c = val.charAt(0); + if (options.duration >= 0) { + applyOnlyDuration = node.style[TRANSITION_PROP].length > 0; + var durationStyle = getCssTransitionDurationStyle(options.duration, applyOnlyDuration); - // only numerical-based values have a negative sign or digit as the first value - if (c === '-' || c === '+' || c >= 0) { - val = parseMaxTime(val); - } + // we set the duration so that it will be picked up by getComputedStyle later + applyInlineStyle(node, durationStyle); + temporaryStyles.push(durationStyle); + } - // by setting this to null in the event that the delay is not set or is set directly as 0 - // then we can still allow for negative values to be used later on and not mistake this - // value for being greater than any other negative value. - if (val === 0) { - val = null; - } - styles[actualStyleName] = val; + if (options.keyframeStyle) { + var keyframeStyle = [ANIMATION_PROP, options.keyframeStyle]; + applyInlineStyle(node, keyframeStyle); + temporaryStyles.push(keyframeStyle); } - }); - return styles; - } + var itemIndex = stagger + ? options.staggerIndex >= 0 + ? options.staggerIndex + : gcsLookup.count(cacheKey) + : 0; - function parseMaxTime(str) { - var maxValue = 0; - var values = str.split(/\s*,\s*/); - forEach(values, function (value) { - // it's always safe to consider only second values and omit `ms` values since - // getComputedStyle will always handle the conversion for us - if (value.charAt(value.length - 1) === 's') { - value = value.substring(0, value.length - 1); - } - value = parseFloat(value) || 0; - maxValue = maxValue ? Math.max(value, maxValue) : value; - }); - return maxValue; - } + var isFirst = itemIndex === 0; - function truthyTimingValue(val) { - return val === 0 || val != null; - } + // this is a pre-emptive way of forcing the setup classes to be added and applied INSTANTLY + // without causing any combination of transitions to kick in. By adding a negative delay value + // it forces the setup class' transition to end immediately. We later then remove the negative + // transition delay to allow for the transition to naturally do it's thing. The beauty here is + // that if there is no transition defined then nothing will happen and this will also allow + // other transitions to be stacked on top of each other without any chopping them out. + if (isFirst && !options.skipBlocking) { + blockTransitions(node, SAFE_FAST_FORWARD_DURATION_VALUE); + } - function getCssTransitionDurationStyle(duration, applyOnlyDuration) { - var style = TRANSITION_PROP; - var value = duration + 's'; - if (applyOnlyDuration) { - style += DURATION_KEY; - } else { - value += ' linear all'; - } - return [style, value]; - } + var timings = computeTimings(node, fullClassName, cacheKey); + var relativeDelay = timings.maxDelay; + maxDelay = Math.max(relativeDelay, 0); + maxDuration = timings.maxDuration; - function createLocalCacheLookup() { - var cache = Object.create(null); - return { - flush: function flush() { - cache = Object.create(null); - }, + var flags = {}; + flags.hasTransitions = timings.transitionDuration > 0; + flags.hasAnimations = timings.animationDuration > 0; + flags.hasTransitionAll = flags.hasTransitions && timings.transitionProperty === 'all'; + flags.applyTransitionDuration = hasToStyles && ( + (flags.hasTransitions && !flags.hasTransitionAll) + || (flags.hasAnimations && !flags.hasTransitions)); + flags.applyAnimationDuration = options.duration && flags.hasAnimations; + flags.applyTransitionDelay = truthyTimingValue(options.delay) && (flags.applyTransitionDuration || flags.hasTransitions); + flags.applyAnimationDelay = truthyTimingValue(options.delay) && flags.hasAnimations; + flags.recalculateTimingStyles = addRemoveClassName.length > 0; - count: function count(key) { - var entry = cache[key]; - return entry ? entry.total : 0; - }, + if (flags.applyTransitionDuration || flags.applyAnimationDuration) { + maxDuration = options.duration ? parseFloat(options.duration) : maxDuration; - get: function get(key) { - var entry = cache[key]; - return entry && entry.value; - }, + if (flags.applyTransitionDuration) { + flags.hasTransitions = true; + timings.transitionDuration = maxDuration; + applyOnlyDuration = node.style[TRANSITION_PROP + PROPERTY_KEY].length > 0; + temporaryStyles.push(getCssTransitionDurationStyle(maxDuration, applyOnlyDuration)); + } - put: function put(key, value) { - if (!cache[key]) { - cache[key] = { total: 1, value: value }; - } else { - cache[key].total++; + if (flags.applyAnimationDuration) { + flags.hasAnimations = true; + timings.animationDuration = maxDuration; + temporaryStyles.push(getCssKeyframeDurationStyle(maxDuration)); } } - }; - } - // we do not reassign an already present style value since - // if we detect the style property value again we may be - // detecting styles that were added via the `from` styles. - // We make use of `isDefined` here since an empty string - // or null value (which is what getPropertyValue will return - // for a non-existing style) will still be marked as a valid - // value for the style (a falsy value implies that the style - // is to be removed at the end of the animation). If we had a simple - // "OR" statement then it would not be enough to catch that. - function registerRestorableStyles(backup, node, properties) { - forEach(properties, function (prop) { - backup[prop] = isDefined(backup[prop]) ? backup[prop] : node.style.getPropertyValue(prop); - }); - } + if (maxDuration === 0 && !flags.recalculateTimingStyles) { + return closeAndReturnNoopAnimator(); + } - var $AnimateCssProvider = ['$animateProvider', /** @this */function ($animateProvider) { - var gcsLookup = createLocalCacheLookup(); - var gcsStaggerLookup = createLocalCacheLookup(); + if (options.delay != null) { + var delayStyle; + if (typeof options.delay !== 'boolean') { + delayStyle = parseFloat(options.delay); + // number in options.delay means we have to recalculate the delay for the closing timeout + maxDelay = Math.max(delayStyle, 0); + } - this.$get = ['$window', '$$jqLite', '$$AnimateRunner', '$timeout', '$$forceReflow', '$sniffer', '$$rAFScheduler', '$$animateQueue', function ($window, $$jqLite, $$AnimateRunner, $timeout, $$forceReflow, $sniffer, $$rAFScheduler, $$animateQueue) { + if (flags.applyTransitionDelay) { + temporaryStyles.push(getCssDelayStyle(delayStyle)); + } - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + if (flags.applyAnimationDelay) { + temporaryStyles.push(getCssDelayStyle(delayStyle, true)); + } + } - var parentCounter = 0; - function gcsHashFn(node, extraClasses) { - var KEY = '$$ngAnimateParentKey'; - var parentNode = node.parentNode; - var parentID = parentNode[KEY] || (parentNode[KEY] = ++parentCounter); - return parentID + '-' + node.getAttribute('class') + '-' + extraClasses; + // we need to recalculate the delay value since we used a pre-emptive negative + // delay value and the delay value is required for the final event checking. This + // property will ensure that this will happen after the RAF phase has passed. + if (options.duration == null && timings.transitionDuration > 0) { + flags.recalculateTimingStyles = flags.recalculateTimingStyles || isFirst; } - function computeCachedCssStyles(node, className, cacheKey, properties) { - var timings = gcsLookup.get(cacheKey); + maxDelayTime = maxDelay * ONE_SECOND; + maxDurationTime = maxDuration * ONE_SECOND; + if (!options.skipBlocking) { + flags.blockTransition = timings.transitionDuration > 0; + flags.blockKeyframeAnimation = timings.animationDuration > 0 && + stagger.animationDelay > 0 && + stagger.animationDuration === 0; + } - if (!timings) { - timings = computeCssStyles($window, node, properties); - if (timings.animationIterationCount === 'infinite') { - timings.animationIterationCount = 1; - } + if (options.from) { + if (options.cleanupStyles) { + registerRestorableStyles(restoreStyles, node, Object.keys(options.from)); } + applyAnimationFromStyles(element, options); + } - // we keep putting this in multiple times even though the value and the cacheKey are the same - // because we're keeping an internal tally of how many duplicate animations are detected. - gcsLookup.put(cacheKey, timings); - return timings; + if (flags.blockTransition || flags.blockKeyframeAnimation) { + applyBlocking(maxDuration); + } else if (!options.skipBlocking) { + blockTransitions(node, false); } - function computeCachedCssStaggerStyles(node, className, cacheKey, properties) { - var stagger; + // TODO(matsko): for 1.5 change this code to have an animator object for better debugging + return { + $$willAnimate: true, + end: endFn, + start: function() { + if (animationClosed) return; + + runnerHost = { + end: endFn, + cancel: cancelFn, + resume: null, //this will be set during the start() phase + pause: null + }; - // if we have one or more existing matches of matching elements - // containing the same parent + CSS styles (which is how cacheKey works) - // then staggering is possible - if (gcsLookup.count(cacheKey) > 0) { - stagger = gcsStaggerLookup.get(cacheKey); + runner = new $$AnimateRunner(runnerHost); - if (!stagger) { - var staggerClassName = pendClasses(className, '-stagger'); + waitUntilQuiet(start); - $$jqLite.addClass(node, staggerClassName); + // we don't have access to pause/resume the animation + // since it hasn't run yet. AnimateRunner will therefore + // set noop functions for resume and pause and they will + // later be overridden once the animation is triggered + return runner; + } + }; - stagger = computeCssStyles($window, node, properties); + function endFn() { + close(); + } - // force the conversion of a null value to zero incase not set - stagger.animationDuration = Math.max(stagger.animationDuration, 0); - stagger.transitionDuration = Math.max(stagger.transitionDuration, 0); + function cancelFn() { + close(true); + } - $$jqLite.removeClass(node, staggerClassName); + function close(rejected) { + // if the promise has been called already then we shouldn't close + // the animation again + if (animationClosed || (animationCompleted && animationPaused)) return; + animationClosed = true; + animationPaused = false; - gcsStaggerLookup.put(cacheKey, stagger); - } + if (!options.$$skipPreparationClasses) { + $$jqLite.removeClass(element, preparationClasses); } + $$jqLite.removeClass(element, activeClasses); - return stagger || {}; - } + blockKeyframeAnimations(node, false); + blockTransitions(node, false); - var rafWaitQueue = []; - function waitUntilQuiet(callback) { - rafWaitQueue.push(callback); - $$rAFScheduler.waitUntilQuiet(function () { - gcsLookup.flush(); - gcsStaggerLookup.flush(); + forEach(temporaryStyles, function(entry) { + // There is only one way to remove inline style properties entirely from elements. + // By using `removeProperty` this works, but we need to convert camel-cased CSS + // styles down to hyphenated values. + node.style[entry[0]] = ''; + }); - // DO NOT REMOVE THIS LINE OR REFACTOR OUT THE `pageWidth` variable. - // PLEASE EXAMINE THE `$$forceReflow` service to understand why. - var pageWidth = $$forceReflow(); + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); - // we use a for loop to ensure that if the queue is changed - // during this looping then it will consider new requests - for (var i = 0; i < rafWaitQueue.length; i++) { - rafWaitQueue[i](pageWidth); - } - rafWaitQueue.length = 0; - }); - } + if (Object.keys(restoreStyles).length) { + forEach(restoreStyles, function(value, prop) { + if (value) { + node.style.setProperty(prop, value); + } else { + node.style.removeProperty(prop); + } + }); + } - function computeTimings(node, className, cacheKey) { - var timings = computeCachedCssStyles(node, className, cacheKey, DETECT_CSS_PROPERTIES); - var aD = timings.animationDelay; - var tD = timings.transitionDelay; - timings.maxDelay = aD && tD ? Math.max(aD, tD) : aD || tD; - timings.maxDuration = Math.max(timings.animationDuration * timings.animationIterationCount, timings.transitionDuration); + // the reason why we have this option is to allow a synchronous closing callback + // that is fired as SOON as the animation ends (when the CSS is removed) or if + // the animation never takes off at all. A good example is a leave animation since + // the element must be removed just after the animation is over or else the element + // will appear on screen for one animation frame causing an overbearing flicker. + if (options.onDone) { + options.onDone(); + } - return timings; - } + if (events && events.length) { + // Remove the transitionend / animationend listener(s) + element.off(events.join(' '), onAnimationProgress); + } - return function init(element, initialOptions) { - // all of the animation functions should create - // a copy of the options data, however, if a - // parent service has already created a copy then - // we should stick to using that - var options = initialOptions || {}; - if (!options.$$prepared) { - options = prepareAnimationOptions(copy(options)); + //Cancel the fallback closing timeout and remove the timer data + var animationTimerData = element.data(ANIMATE_TIMER_KEY); + if (animationTimerData) { + $timeout.cancel(animationTimerData[0].timer); + element.removeData(ANIMATE_TIMER_KEY); } - var restoreStyles = {}; - var node = getDomNode(element); - if (!node || !node.parentNode || !$$animateQueue.enabled()) { - return closeAndReturnNoopAnimator(); + // if the preparation function fails then the promise is not setup + if (runner) { + runner.complete(!rejected); } + } - var temporaryStyles = []; - var classes = element.attr('class'); - var styles = packageStyles(options); - var animationClosed; - var animationPaused; - var animationCompleted; - var runner; - var runnerHost; - var maxDelay; - var maxDelayTime; - var maxDuration; - var maxDurationTime; - var startTime; - var events = []; + function applyBlocking(duration) { + if (flags.blockTransition) { + blockTransitions(node, duration); + } - if (options.duration === 0 || !$sniffer.animations && !$sniffer.transitions) { - return closeAndReturnNoopAnimator(); + if (flags.blockKeyframeAnimation) { + blockKeyframeAnimations(node, !!duration); } + } - var method = options.event && isArray(options.event) ? options.event.join(' ') : options.event; + function closeAndReturnNoopAnimator() { + runner = new $$AnimateRunner({ + end: endFn, + cancel: cancelFn + }); - var isStructural = method && options.structural; - var structuralClassName = ''; - var addRemoveClassName = ''; + // should flush the cache animation + waitUntilQuiet(noop); + close(); - if (isStructural) { - structuralClassName = pendClasses(method, EVENT_CLASS_PREFIX, true); - } else if (method) { - structuralClassName = method; - } + return { + $$willAnimate: false, + start: function() { + return runner; + }, + end: endFn + }; + } - if (options.addClass) { - addRemoveClassName += pendClasses(options.addClass, ADD_CLASS_SUFFIX); - } + function onAnimationProgress(event) { + event.stopPropagation(); + var ev = event.originalEvent || event; - if (options.removeClass) { - if (addRemoveClassName.length) { - addRemoveClassName += ' '; - } - addRemoveClassName += pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX); + if (ev.target !== node) { + // Since TransitionEvent / AnimationEvent bubble up, + // we have to ignore events by finished child animations + return; } - // there may be a situation where a structural animation is combined together - // with CSS classes that need to resolve before the animation is computed. - // However this means that there is no explicit CSS code to block the animation - // from happening (by setting 0s none in the class name). If this is the case - // we need to apply the classes before the first rAF so we know to continue if - // there actually is a detected transition or keyframe animation - if (options.applyClassesEarly && addRemoveClassName.length) { - applyAnimationClasses(element, options); + // we now always use `Date.now()` due to the recent changes with + // event.timeStamp in Firefox, Webkit and Chrome (see #13494 for more info) + var timeStamp = ev.$manualTimeStamp || Date.now(); + + /* Firefox (or possibly just Gecko) likes to not round values up + * when a ms measurement is used for the animation */ + var elapsedTime = parseFloat(ev.elapsedTime.toFixed(ELAPSED_TIME_MAX_DECIMAL_PLACES)); + + /* $manualTimeStamp is a mocked timeStamp value which is set + * within browserTrigger(). This is only here so that tests can + * mock animations properly. Real events fallback to event.timeStamp, + * or, if they don't, then a timeStamp is automatically created for them. + * We're checking to see if the timeStamp surpasses the expected delay, + * but we're using elapsedTime instead of the timeStamp on the 2nd + * pre-condition since animationPauseds sometimes close off early */ + if (Math.max(timeStamp - startTime, 0) >= maxDelayTime && elapsedTime >= maxDuration) { + // we set this flag to ensure that if the transition is paused then, when resumed, + // the animation will automatically close itself since transitions cannot be paused. + animationCompleted = true; + close(); } + } - var preparationClasses = [structuralClassName, addRemoveClassName].join(' ').trim(); - var fullClassName = classes + ' ' + preparationClasses; - var activeClasses = pendClasses(preparationClasses, ACTIVE_CLASS_SUFFIX); - var hasToStyles = styles.to && Object.keys(styles.to).length > 0; - var containsKeyframeAnimation = (options.keyframeStyle || '').length > 0; - - // there is no way we can trigger an animation if no styles and - // no classes are being applied which would then trigger a transition, - // unless there a is raw keyframe value that is applied to the element. - if (!containsKeyframeAnimation && !hasToStyles && !preparationClasses) { - return closeAndReturnNoopAnimator(); + function start() { + if (animationClosed) return; + if (!node.parentNode) { + close(); + return; } - var cacheKey, stagger; - if (options.stagger > 0) { - var staggerVal = parseFloat(options.stagger); - stagger = { - transitionDelay: staggerVal, - animationDelay: staggerVal, - transitionDuration: 0, - animationDuration: 0 - }; + // even though we only pause keyframe animations here the pause flag + // will still happen when transitions are used. Only the transition will + // not be paused since that is not possible. If the animation ends when + // paused then it will not complete until unpaused or cancelled. + var playPause = function(playAnimation) { + if (!animationCompleted) { + animationPaused = !playAnimation; + if (timings.animationDuration) { + var value = blockKeyframeAnimations(node, animationPaused); + if (animationPaused) { + temporaryStyles.push(value); + } else { + removeFromArray(temporaryStyles, value); + } + } + } else if (animationPaused && playAnimation) { + animationPaused = false; + close(); + } + }; + + // checking the stagger duration prevents an accidentally cascade of the CSS delay style + // being inherited from the parent. If the transition duration is zero then we can safely + // rely that the delay value is an intentional stagger delay style. + var maxStagger = itemIndex > 0 + && ((timings.transitionDuration && stagger.transitionDuration === 0) || + (timings.animationDuration && stagger.animationDuration === 0)) + && Math.max(stagger.animationDelay, stagger.transitionDelay); + if (maxStagger) { + $timeout(triggerAnimationStart, + Math.floor(maxStagger * itemIndex * ONE_SECOND), + false); } else { - cacheKey = gcsHashFn(node, fullClassName); - stagger = computeCachedCssStaggerStyles(node, preparationClasses, cacheKey, DETECT_STAGGER_CSS_PROPERTIES); + triggerAnimationStart(); } - if (!options.$$skipPreparationClasses) { - $$jqLite.addClass(element, preparationClasses); - } + // this will decorate the existing promise runner with pause/resume methods + runnerHost.resume = function() { + playPause(true); + }; - var applyOnlyDuration; + runnerHost.pause = function() { + playPause(false); + }; - if (options.transitionStyle) { - var transitionStyle = [TRANSITION_PROP, options.transitionStyle]; - applyInlineStyle(node, transitionStyle); - temporaryStyles.push(transitionStyle); - } + function triggerAnimationStart() { + // just incase a stagger animation kicks in when the animation + // itself was cancelled entirely + if (animationClosed) return; - if (options.duration >= 0) { - applyOnlyDuration = node.style[TRANSITION_PROP].length > 0; - var durationStyle = getCssTransitionDurationStyle(options.duration, applyOnlyDuration); + applyBlocking(false); - // we set the duration so that it will be picked up by getComputedStyle later - applyInlineStyle(node, durationStyle); - temporaryStyles.push(durationStyle); - } + forEach(temporaryStyles, function(entry) { + var key = entry[0]; + var value = entry[1]; + node.style[key] = value; + }); - if (options.keyframeStyle) { - var keyframeStyle = [ANIMATION_PROP, options.keyframeStyle]; - applyInlineStyle(node, keyframeStyle); - temporaryStyles.push(keyframeStyle); - } + applyAnimationClasses(element, options); + $$jqLite.addClass(element, activeClasses); - var itemIndex = stagger ? options.staggerIndex >= 0 ? options.staggerIndex : gcsLookup.count(cacheKey) : 0; + if (flags.recalculateTimingStyles) { + fullClassName = node.getAttribute('class') + ' ' + preparationClasses; + cacheKey = gcsHashFn(node, fullClassName); - var isFirst = itemIndex === 0; + timings = computeTimings(node, fullClassName, cacheKey); + relativeDelay = timings.maxDelay; + maxDelay = Math.max(relativeDelay, 0); + maxDuration = timings.maxDuration; - // this is a pre-emptive way of forcing the setup classes to be added and applied INSTANTLY - // without causing any combination of transitions to kick in. By adding a negative delay value - // it forces the setup class' transition to end immediately. We later then remove the negative - // transition delay to allow for the transition to naturally do it's thing. The beauty here is - // that if there is no transition defined then nothing will happen and this will also allow - // other transitions to be stacked on top of each other without any chopping them out. - if (isFirst && !options.skipBlocking) { - blockTransitions(node, SAFE_FAST_FORWARD_DURATION_VALUE); - } + if (maxDuration === 0) { + close(); + return; + } - var timings = computeTimings(node, fullClassName, cacheKey); - var relativeDelay = timings.maxDelay; - maxDelay = Math.max(relativeDelay, 0); - maxDuration = timings.maxDuration; + flags.hasTransitions = timings.transitionDuration > 0; + flags.hasAnimations = timings.animationDuration > 0; + } - var flags = {}; - flags.hasTransitions = timings.transitionDuration > 0; - flags.hasAnimations = timings.animationDuration > 0; - flags.hasTransitionAll = flags.hasTransitions && timings.transitionProperty === 'all'; - flags.applyTransitionDuration = hasToStyles && (flags.hasTransitions && !flags.hasTransitionAll || flags.hasAnimations && !flags.hasTransitions); - flags.applyAnimationDuration = options.duration && flags.hasAnimations; - flags.applyTransitionDelay = truthyTimingValue(options.delay) && (flags.applyTransitionDuration || flags.hasTransitions); - flags.applyAnimationDelay = truthyTimingValue(options.delay) && flags.hasAnimations; - flags.recalculateTimingStyles = addRemoveClassName.length > 0; + if (flags.applyAnimationDelay) { + relativeDelay = typeof options.delay !== 'boolean' && truthyTimingValue(options.delay) + ? parseFloat(options.delay) + : relativeDelay; + + maxDelay = Math.max(relativeDelay, 0); + timings.animationDelay = relativeDelay; + delayStyle = getCssDelayStyle(relativeDelay, true); + temporaryStyles.push(delayStyle); + node.style[delayStyle[0]] = delayStyle[1]; + } - if (flags.applyTransitionDuration || flags.applyAnimationDuration) { - maxDuration = options.duration ? parseFloat(options.duration) : maxDuration; + maxDelayTime = maxDelay * ONE_SECOND; + maxDurationTime = maxDuration * ONE_SECOND; - if (flags.applyTransitionDuration) { - flags.hasTransitions = true; - timings.transitionDuration = maxDuration; - applyOnlyDuration = node.style[TRANSITION_PROP + PROPERTY_KEY].length > 0; - temporaryStyles.push(getCssTransitionDurationStyle(maxDuration, applyOnlyDuration)); + if (options.easing) { + var easeProp, easeVal = options.easing; + if (flags.hasTransitions) { + easeProp = TRANSITION_PROP + TIMING_KEY; + temporaryStyles.push([easeProp, easeVal]); + node.style[easeProp] = easeVal; + } + if (flags.hasAnimations) { + easeProp = ANIMATION_PROP + TIMING_KEY; + temporaryStyles.push([easeProp, easeVal]); + node.style[easeProp] = easeVal; + } } - if (flags.applyAnimationDuration) { - flags.hasAnimations = true; - timings.animationDuration = maxDuration; - temporaryStyles.push(getCssKeyframeDurationStyle(maxDuration)); + if (timings.transitionDuration) { + events.push(TRANSITIONEND_EVENT); } - } - if (maxDuration === 0 && !flags.recalculateTimingStyles) { - return closeAndReturnNoopAnimator(); - } + if (timings.animationDuration) { + events.push(ANIMATIONEND_EVENT); + } - if (options.delay != null) { - var delayStyle; - if (typeof options.delay !== 'boolean') { - delayStyle = parseFloat(options.delay); - // number in options.delay means we have to recalculate the delay for the closing timeout - maxDelay = Math.max(delayStyle, 0); + startTime = Date.now(); + var timerTime = maxDelayTime + CLOSING_TIME_BUFFER * maxDurationTime; + var endTime = startTime + timerTime; + + var animationsData = element.data(ANIMATE_TIMER_KEY) || []; + var setupFallbackTimer = true; + if (animationsData.length) { + var currentTimerData = animationsData[0]; + setupFallbackTimer = endTime > currentTimerData.expectedEndTime; + if (setupFallbackTimer) { + $timeout.cancel(currentTimerData.timer); + } else { + animationsData.push(close); + } } - if (flags.applyTransitionDelay) { - temporaryStyles.push(getCssDelayStyle(delayStyle)); + if (setupFallbackTimer) { + var timer = $timeout(onAnimationExpired, timerTime, false); + animationsData[0] = { + timer: timer, + expectedEndTime: endTime + }; + animationsData.push(close); + element.data(ANIMATE_TIMER_KEY, animationsData); } - if (flags.applyAnimationDelay) { - temporaryStyles.push(getCssDelayStyle(delayStyle, true)); + if (events.length) { + element.on(events.join(' '), onAnimationProgress); } - } - // we need to recalculate the delay value since we used a pre-emptive negative - // delay value and the delay value is required for the final event checking. This - // property will ensure that this will happen after the RAF phase has passed. - if (options.duration == null && timings.transitionDuration > 0) { - flags.recalculateTimingStyles = flags.recalculateTimingStyles || isFirst; + if (options.to) { + if (options.cleanupStyles) { + registerRestorableStyles(restoreStyles, node, Object.keys(options.to)); + } + applyAnimationToStyles(element, options); + } } - maxDelayTime = maxDelay * ONE_SECOND; - maxDurationTime = maxDuration * ONE_SECOND; - if (!options.skipBlocking) { - flags.blockTransition = timings.transitionDuration > 0; - flags.blockKeyframeAnimation = timings.animationDuration > 0 && stagger.animationDelay > 0 && stagger.animationDuration === 0; - } + function onAnimationExpired() { + var animationsData = element.data(ANIMATE_TIMER_KEY); - if (options.from) { - if (options.cleanupStyles) { - registerRestorableStyles(restoreStyles, node, Object.keys(options.from)); + // this will be false in the event that the element was + // removed from the DOM (via a leave animation or something + // similar) + if (animationsData) { + for (var i = 1; i < animationsData.length; i++) { + animationsData[i](); + } + element.removeData(ANIMATE_TIMER_KEY); } - applyAnimationFromStyles(element, options); } + } + }; + }]; +}]; - if (flags.blockTransition || flags.blockKeyframeAnimation) { - applyBlocking(maxDuration); - } else if (!options.skipBlocking) { - blockTransitions(node, false); - } +var $$AnimateCssDriverProvider = ['$$animationProvider', /** @this */ function($$animationProvider) { + $$animationProvider.drivers.push('$$animateCssDriver'); - // TODO(matsko): for 1.5 change this code to have an animator object for better debugging - return { - $$willAnimate: true, - end: endFn, - start: function start() { - if (animationClosed) return; - - runnerHost = { - end: endFn, - cancel: cancelFn, - resume: null, //this will be set during the start() phase - pause: null - }; + var NG_ANIMATE_SHIM_CLASS_NAME = 'ng-animate-shim'; + var NG_ANIMATE_ANCHOR_CLASS_NAME = 'ng-anchor'; - runner = new $$AnimateRunner(runnerHost); + var NG_OUT_ANCHOR_CLASS_NAME = 'ng-anchor-out'; + var NG_IN_ANCHOR_CLASS_NAME = 'ng-anchor-in'; - waitUntilQuiet(_start); + function isDocumentFragment(node) { + return node.parentNode && node.parentNode.nodeType === 11; + } - // we don't have access to pause/resume the animation - // since it hasn't run yet. AnimateRunner will therefore - // set noop functions for resume and pause and they will - // later be overridden once the animation is triggered - return runner; - } - }; + this.$get = ['$animateCss', '$rootScope', '$$AnimateRunner', '$rootElement', '$sniffer', '$$jqLite', '$document', + function($animateCss, $rootScope, $$AnimateRunner, $rootElement, $sniffer, $$jqLite, $document) { - function endFn() { - close(); - } + // only browsers that support these properties can render animations + if (!$sniffer.animations && !$sniffer.transitions) return noop; - function cancelFn() { - close(true); - } + var bodyNode = $document[0].body; + var rootNode = getDomNode($rootElement); - function close(rejected) { - // if the promise has been called already then we shouldn't close - // the animation again - if (animationClosed || animationCompleted && animationPaused) return; - animationClosed = true; - animationPaused = false; + var rootBodyElement = jqLite( + // this is to avoid using something that exists outside of the body + // we also special case the doc fragment case because our unit test code + // appends the $rootElement to the body after the app has been bootstrapped + isDocumentFragment(rootNode) || bodyNode.contains(rootNode) ? rootNode : bodyNode + ); - if (!options.$$skipPreparationClasses) { - $$jqLite.removeClass(element, preparationClasses); - } - $$jqLite.removeClass(element, activeClasses); + return function initDriverFn(animationDetails) { + return animationDetails.from && animationDetails.to + ? prepareFromToAnchorAnimation(animationDetails.from, + animationDetails.to, + animationDetails.classes, + animationDetails.anchors) + : prepareRegularAnimation(animationDetails); + }; - blockKeyframeAnimations(node, false); - blockTransitions(node, false); + function filterCssClasses(classes) { + //remove all the `ng-` stuff + return classes.replace(/\bng-\S+\b/g, ''); + } - forEach(temporaryStyles, function (entry) { - // There is only one way to remove inline style properties entirely from elements. - // By using `removeProperty` this works, but we need to convert camel-cased CSS - // styles down to hyphenated values. - node.style[entry[0]] = ''; - }); + function getUniqueValues(a, b) { + if (isString(a)) a = a.split(' '); + if (isString(b)) b = b.split(' '); + return a.filter(function(val) { + return b.indexOf(val) === -1; + }).join(' '); + } - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); + function prepareAnchoredAnimation(classes, outAnchor, inAnchor) { + var clone = jqLite(getDomNode(outAnchor).cloneNode(true)); + var startingClasses = filterCssClasses(getClassVal(clone)); - if (Object.keys(restoreStyles).length) { - forEach(restoreStyles, function (value, prop) { - if (value) { - node.style.setProperty(prop, value); - } else { - node.style.removeProperty(prop); - } - }); - } + outAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); + inAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); - // the reason why we have this option is to allow a synchronous closing callback - // that is fired as SOON as the animation ends (when the CSS is removed) or if - // the animation never takes off at all. A good example is a leave animation since - // the element must be removed just after the animation is over or else the element - // will appear on screen for one animation frame causing an overbearing flicker. - if (options.onDone) { - options.onDone(); - } + clone.addClass(NG_ANIMATE_ANCHOR_CLASS_NAME); - if (events && events.length) { - // Remove the transitionend / animationend listener(s) - element.off(events.join(' '), onAnimationProgress); - } + rootBodyElement.append(clone); - //Cancel the fallback closing timeout and remove the timer data - var animationTimerData = element.data(ANIMATE_TIMER_KEY); - if (animationTimerData) { - $timeout.cancel(animationTimerData[0].timer); - element.removeData(ANIMATE_TIMER_KEY); - } + var animatorIn, animatorOut = prepareOutAnimation(); - // if the preparation function fails then the promise is not setup - if (runner) { - runner.complete(!rejected); - } + // the user may not end up using the `out` animation and + // only making use of the `in` animation or vice-versa. + // In either case we should allow this and not assume the + // animation is over unless both animations are not used. + if (!animatorOut) { + animatorIn = prepareInAnimation(); + if (!animatorIn) { + return end(); } + } - function applyBlocking(duration) { - if (flags.blockTransition) { - blockTransitions(node, duration); - } + var startingAnimator = animatorOut || animatorIn; - if (flags.blockKeyframeAnimation) { - blockKeyframeAnimations(node, !!duration); - } - } + return { + start: function() { + var runner; + + var currentAnimation = startingAnimator.start(); + currentAnimation.done(function() { + currentAnimation = null; + if (!animatorIn) { + animatorIn = prepareInAnimation(); + if (animatorIn) { + currentAnimation = animatorIn.start(); + currentAnimation.done(function() { + currentAnimation = null; + end(); + runner.complete(); + }); + return currentAnimation; + } + } + // in the event that there is no `in` animation + end(); + runner.complete(); + }); - function closeAndReturnNoopAnimator() { runner = new $$AnimateRunner({ end: endFn, - cancel: cancelFn + cancel: endFn }); - // should flush the cache animation - waitUntilQuiet(noop); - close(); - - return { - $$willAnimate: false, - start: function start() { - return runner; - }, - end: endFn - }; - } - - function onAnimationProgress(event) { - event.stopPropagation(); - var ev = event.originalEvent || event; - - if (ev.target !== node) { - // Since TransitionEvent / AnimationEvent bubble up, - // we have to ignore events by finished child animations - return; - } + return runner; - // we now always use `Date.now()` due to the recent changes with - // event.timeStamp in Firefox, Webkit and Chrome (see #13494 for more info) - var timeStamp = ev.$manualTimeStamp || Date.now(); - - /* Firefox (or possibly just Gecko) likes to not round values up - * when a ms measurement is used for the animation */ - var elapsedTime = parseFloat(ev.elapsedTime.toFixed(ELAPSED_TIME_MAX_DECIMAL_PLACES)); - - /* $manualTimeStamp is a mocked timeStamp value which is set - * within browserTrigger(). This is only here so that tests can - * mock animations properly. Real events fallback to event.timeStamp, - * or, if they don't, then a timeStamp is automatically created for them. - * We're checking to see if the timeStamp surpasses the expected delay, - * but we're using elapsedTime instead of the timeStamp on the 2nd - * pre-condition since animationPauseds sometimes close off early */ - if (Math.max(timeStamp - startTime, 0) >= maxDelayTime && elapsedTime >= maxDuration) { - // we set this flag to ensure that if the transition is paused then, when resumed, - // the animation will automatically close itself since transitions cannot be paused. - animationCompleted = true; - close(); + function endFn() { + if (currentAnimation) { + currentAnimation.end(); + } } } + }; - function _start() { - if (animationClosed) return; - if (!node.parentNode) { - close(); - return; - } + function calculateAnchorStyles(anchor) { + var styles = {}; - // even though we only pause keyframe animations here the pause flag - // will still happen when transitions are used. Only the transition will - // not be paused since that is not possible. If the animation ends when - // paused then it will not complete until unpaused or cancelled. - var playPause = function playPause(playAnimation) { - if (!animationCompleted) { - animationPaused = !playAnimation; - if (timings.animationDuration) { - var value = blockKeyframeAnimations(node, animationPaused); - if (animationPaused) { - temporaryStyles.push(value); - } else { - removeFromArray(temporaryStyles, value); - } - } - } else if (animationPaused && playAnimation) { - animationPaused = false; - close(); - } - }; + var coords = getDomNode(anchor).getBoundingClientRect(); - // checking the stagger duration prevents an accidentally cascade of the CSS delay style - // being inherited from the parent. If the transition duration is zero then we can safely - // rely that the delay value is an intentional stagger delay style. - var maxStagger = itemIndex > 0 && (timings.transitionDuration && stagger.transitionDuration === 0 || timings.animationDuration && stagger.animationDuration === 0) && Math.max(stagger.animationDelay, stagger.transitionDelay); - if (maxStagger) { - $timeout(triggerAnimationStart, Math.floor(maxStagger * itemIndex * ONE_SECOND), false); - } else { - triggerAnimationStart(); + // we iterate directly since safari messes up and doesn't return + // all the keys for the coords object when iterated + forEach(['width','height','top','left'], function(key) { + var value = coords[key]; + switch (key) { + case 'top': + value += bodyNode.scrollTop; + break; + case 'left': + value += bodyNode.scrollLeft; + break; } + styles[key] = Math.floor(value) + 'px'; + }); + return styles; + } - // this will decorate the existing promise runner with pause/resume methods - runnerHost.resume = function () { - playPause(true); - }; - - runnerHost.pause = function () { - playPause(false); - }; - - function triggerAnimationStart() { - // just incase a stagger animation kicks in when the animation - // itself was cancelled entirely - if (animationClosed) return; - - applyBlocking(false); - - forEach(temporaryStyles, function (entry) { - var key = entry[0]; - var value = entry[1]; - node.style[key] = value; - }); + function prepareOutAnimation() { + var animator = $animateCss(clone, { + addClass: NG_OUT_ANCHOR_CLASS_NAME, + delay: true, + from: calculateAnchorStyles(outAnchor) + }); - applyAnimationClasses(element, options); - $$jqLite.addClass(element, activeClasses); + // read the comment within `prepareRegularAnimation` to understand + // why this check is necessary + return animator.$$willAnimate ? animator : null; + } - if (flags.recalculateTimingStyles) { - fullClassName = node.getAttribute('class') + ' ' + preparationClasses; - cacheKey = gcsHashFn(node, fullClassName); + function getClassVal(element) { + return element.attr('class') || ''; + } - timings = computeTimings(node, fullClassName, cacheKey); - relativeDelay = timings.maxDelay; - maxDelay = Math.max(relativeDelay, 0); - maxDuration = timings.maxDuration; + function prepareInAnimation() { + var endingClasses = filterCssClasses(getClassVal(inAnchor)); + var toAdd = getUniqueValues(endingClasses, startingClasses); + var toRemove = getUniqueValues(startingClasses, endingClasses); - if (maxDuration === 0) { - close(); - return; - } + var animator = $animateCss(clone, { + to: calculateAnchorStyles(inAnchor), + addClass: NG_IN_ANCHOR_CLASS_NAME + ' ' + toAdd, + removeClass: NG_OUT_ANCHOR_CLASS_NAME + ' ' + toRemove, + delay: true + }); - flags.hasTransitions = timings.transitionDuration > 0; - flags.hasAnimations = timings.animationDuration > 0; - } + // read the comment within `prepareRegularAnimation` to understand + // why this check is necessary + return animator.$$willAnimate ? animator : null; + } - if (flags.applyAnimationDelay) { - relativeDelay = typeof options.delay !== 'boolean' && truthyTimingValue(options.delay) ? parseFloat(options.delay) : relativeDelay; + function end() { + clone.remove(); + outAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + inAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + } + } - maxDelay = Math.max(relativeDelay, 0); - timings.animationDelay = relativeDelay; - delayStyle = getCssDelayStyle(relativeDelay, true); - temporaryStyles.push(delayStyle); - node.style[delayStyle[0]] = delayStyle[1]; - } + function prepareFromToAnchorAnimation(from, to, classes, anchors) { + var fromAnimation = prepareRegularAnimation(from, noop); + var toAnimation = prepareRegularAnimation(to, noop); - maxDelayTime = maxDelay * ONE_SECOND; - maxDurationTime = maxDuration * ONE_SECOND; + var anchorAnimations = []; + forEach(anchors, function(anchor) { + var outElement = anchor['out']; + var inElement = anchor['in']; + var animator = prepareAnchoredAnimation(classes, outElement, inElement); + if (animator) { + anchorAnimations.push(animator); + } + }); - if (options.easing) { - var easeProp, - easeVal = options.easing; - if (flags.hasTransitions) { - easeProp = TRANSITION_PROP + TIMING_KEY; - temporaryStyles.push([easeProp, easeVal]); - node.style[easeProp] = easeVal; - } - if (flags.hasAnimations) { - easeProp = ANIMATION_PROP + TIMING_KEY; - temporaryStyles.push([easeProp, easeVal]); - node.style[easeProp] = easeVal; - } - } + // no point in doing anything when there are no elements to animate + if (!fromAnimation && !toAnimation && anchorAnimations.length === 0) return; - if (timings.transitionDuration) { - events.push(TRANSITIONEND_EVENT); - } + return { + start: function() { + var animationRunners = []; - if (timings.animationDuration) { - events.push(ANIMATIONEND_EVENT); - } + if (fromAnimation) { + animationRunners.push(fromAnimation.start()); + } - startTime = Date.now(); - var timerTime = maxDelayTime + CLOSING_TIME_BUFFER * maxDurationTime; - var endTime = startTime + timerTime; - - var animationsData = element.data(ANIMATE_TIMER_KEY) || []; - var setupFallbackTimer = true; - if (animationsData.length) { - var currentTimerData = animationsData[0]; - setupFallbackTimer = endTime > currentTimerData.expectedEndTime; - if (setupFallbackTimer) { - $timeout.cancel(currentTimerData.timer); - } else { - animationsData.push(close); - } - } + if (toAnimation) { + animationRunners.push(toAnimation.start()); + } - if (setupFallbackTimer) { - var timer = $timeout(onAnimationExpired, timerTime, false); - animationsData[0] = { - timer: timer, - expectedEndTime: endTime - }; - animationsData.push(close); - element.data(ANIMATE_TIMER_KEY, animationsData); - } + forEach(anchorAnimations, function(animation) { + animationRunners.push(animation.start()); + }); - if (events.length) { - element.on(events.join(' '), onAnimationProgress); - } + var runner = new $$AnimateRunner({ + end: endFn, + cancel: endFn // CSS-driven animations cannot be cancelled, only ended + }); - if (options.to) { - if (options.cleanupStyles) { - registerRestorableStyles(restoreStyles, node, Object.keys(options.to)); - } - applyAnimationToStyles(element, options); - } - } + $$AnimateRunner.all(animationRunners, function(status) { + runner.complete(status); + }); - function onAnimationExpired() { - var animationsData = element.data(ANIMATE_TIMER_KEY); + return runner; - // this will be false in the event that the element was - // removed from the DOM (via a leave animation or something - // similar) - if (animationsData) { - for (var i = 1; i < animationsData.length; i++) { - animationsData[i](); - } - element.removeData(ANIMATE_TIMER_KEY); - } + function endFn() { + forEach(animationRunners, function(runner) { + runner.end(); + }); } } }; - }]; - }]; + } - var $$AnimateCssDriverProvider = ['$$animationProvider', /** @this */function ($$animationProvider) { - $$animationProvider.drivers.push('$$animateCssDriver'); + function prepareRegularAnimation(animationDetails) { + var element = animationDetails.element; + var options = animationDetails.options || {}; - var NG_ANIMATE_SHIM_CLASS_NAME = 'ng-animate-shim'; - var NG_ANIMATE_ANCHOR_CLASS_NAME = 'ng-anchor'; + if (animationDetails.structural) { + options.event = animationDetails.event; + options.structural = true; + options.applyClassesEarly = true; - var NG_OUT_ANCHOR_CLASS_NAME = 'ng-anchor-out'; - var NG_IN_ANCHOR_CLASS_NAME = 'ng-anchor-in'; + // we special case the leave animation since we want to ensure that + // the element is removed as soon as the animation is over. Otherwise + // a flicker might appear or the element may not be removed at all + if (animationDetails.event === 'leave') { + options.onDone = options.domOperation; + } + } - function isDocumentFragment(node) { - return node.parentNode && node.parentNode.nodeType === 11; - } + // We assign the preparationClasses as the actual animation event since + // the internals of $animateCss will just suffix the event token values + // with `-active` to trigger the animation. + if (options.preparationClasses) { + options.event = concatWithSpace(options.event, options.preparationClasses); + } - this.$get = ['$animateCss', '$rootScope', '$$AnimateRunner', '$rootElement', '$sniffer', '$$jqLite', '$document', function ($animateCss, $rootScope, $$AnimateRunner, $rootElement, $sniffer, $$jqLite, $document) { + var animator = $animateCss(element, options); - // only browsers that support these properties can render animations - if (!$sniffer.animations && !$sniffer.transitions) return noop; + // the driver lookup code inside of $$animation attempts to spawn a + // driver one by one until a driver returns a.$$willAnimate animator object. + // $animateCss will always return an object, however, it will pass in + // a flag as a hint as to whether an animation was detected or not + return animator.$$willAnimate ? animator : null; + } + }]; +}]; - var bodyNode = $document[0].body; - var rootNode = getDomNode($rootElement); +// TODO(matsko): use caching here to speed things up for detection +// TODO(matsko): add documentation +// by the time... - var rootBodyElement = jqLite( - // this is to avoid using something that exists outside of the body - // we also special case the doc fragment case because our unit test code - // appends the $rootElement to the body after the app has been bootstrapped - isDocumentFragment(rootNode) || bodyNode.contains(rootNode) ? rootNode : bodyNode); +var $$AnimateJsProvider = ['$animateProvider', /** @this */ function($animateProvider) { + this.$get = ['$injector', '$$AnimateRunner', '$$jqLite', + function($injector, $$AnimateRunner, $$jqLite) { - return function initDriverFn(animationDetails) { - return animationDetails.from && animationDetails.to ? prepareFromToAnchorAnimation(animationDetails.from, animationDetails.to, animationDetails.classes, animationDetails.anchors) : prepareRegularAnimation(animationDetails); - }; + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + // $animateJs(element, 'enter'); + return function(element, event, classes, options) { + var animationClosed = false; - function filterCssClasses(classes) { - //remove all the `ng-` stuff - return classes.replace(/\bng-\S+\b/g, ''); + // the `classes` argument is optional and if it is not used + // then the classes will be resolved from the element's className + // property as well as options.addClass/options.removeClass. + if (arguments.length === 3 && isObject(classes)) { + options = classes; + classes = null; } - function getUniqueValues(a, b) { - if (isString(a)) a = a.split(' '); - if (isString(b)) b = b.split(' '); - return a.filter(function (val) { - return b.indexOf(val) === -1; - }).join(' '); + options = prepareAnimationOptions(options); + if (!classes) { + classes = element.attr('class') || ''; + if (options.addClass) { + classes += ' ' + options.addClass; + } + if (options.removeClass) { + classes += ' ' + options.removeClass; + } } - function prepareAnchoredAnimation(classes, outAnchor, inAnchor) { - var clone = jqLite(getDomNode(outAnchor).cloneNode(true)); - var startingClasses = filterCssClasses(getClassVal(clone)); + var classesToAdd = options.addClass; + var classesToRemove = options.removeClass; - outAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); - inAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); + // the lookupAnimations function returns a series of animation objects that are + // matched up with one or more of the CSS classes. These animation objects are + // defined via the module.animation factory function. If nothing is detected then + // we don't return anything which then makes $animation query the next driver. + var animations = lookupAnimations(classes); + var before, after; + if (animations.length) { + var afterFn, beforeFn; + if (event === 'leave') { + beforeFn = 'leave'; + afterFn = 'afterLeave'; // TODO(matsko): get rid of this + } else { + beforeFn = 'before' + event.charAt(0).toUpperCase() + event.substr(1); + afterFn = event; + } - clone.addClass(NG_ANIMATE_ANCHOR_CLASS_NAME); + if (event !== 'enter' && event !== 'move') { + before = packageAnimations(element, event, options, animations, beforeFn); + } + after = packageAnimations(element, event, options, animations, afterFn); + } - rootBodyElement.append(clone); + // no matching animations + if (!before && !after) return; - var animatorIn, - animatorOut = prepareOutAnimation(); + function applyOptions() { + options.domOperation(); + applyAnimationClasses(element, options); + } - // the user may not end up using the `out` animation and - // only making use of the `in` animation or vice-versa. - // In either case we should allow this and not assume the - // animation is over unless both animations are not used. - if (!animatorOut) { - animatorIn = prepareInAnimation(); - if (!animatorIn) { - return end(); - } - } + function close() { + animationClosed = true; + applyOptions(); + applyAnimationStyles(element, options); + } - var startingAnimator = animatorOut || animatorIn; + var runner; - return { - start: function start() { - var runner; + return { + $$willAnimate: true, + end: function() { + if (runner) { + runner.end(); + } else { + close(); + runner = new $$AnimateRunner(); + runner.complete(true); + } + return runner; + }, + start: function() { + if (runner) { + return runner; + } - var currentAnimation = startingAnimator.start(); - currentAnimation.done(function () { - currentAnimation = null; - if (!animatorIn) { - animatorIn = prepareInAnimation(); - if (animatorIn) { - currentAnimation = animatorIn.start(); - currentAnimation.done(function () { - currentAnimation = null; - end(); - runner.complete(); - }); - return currentAnimation; - } - } - // in the event that there is no `in` animation - end(); - runner.complete(); + runner = new $$AnimateRunner(); + var closeActiveAnimations; + var chain = []; + + if (before) { + chain.push(function(fn) { + closeActiveAnimations = before(fn); }); + } - runner = new $$AnimateRunner({ - end: endFn, - cancel: endFn + if (chain.length) { + chain.push(function(fn) { + applyOptions(); + fn(true); }); + } else { + applyOptions(); + } - return runner; + if (after) { + chain.push(function(fn) { + closeActiveAnimations = after(fn); + }); + } - function endFn() { - if (currentAnimation) { - currentAnimation.end(); - } + runner.setHost({ + end: function() { + endAnimations(); + }, + cancel: function() { + endAnimations(true); } - } - }; + }); - function calculateAnchorStyles(anchor) { - var styles = {}; + $$AnimateRunner.chain(chain, onComplete); + return runner; - var coords = getDomNode(anchor).getBoundingClientRect(); + function onComplete(success) { + close(success); + runner.complete(success); + } - // we iterate directly since safari messes up and doesn't return - // all the keys for the coords object when iterated - forEach(['width', 'height', 'top', 'left'], function (key) { - var value = coords[key]; - switch (key) { - case 'top': - value += bodyNode.scrollTop; - break; - case 'left': - value += bodyNode.scrollLeft; - break; + function endAnimations(cancelled) { + if (!animationClosed) { + (closeActiveAnimations || noop)(cancelled); + onComplete(cancelled); } - styles[key] = Math.floor(value) + 'px'; - }); - return styles; + } } + }; - function prepareOutAnimation() { - var animator = $animateCss(clone, { - addClass: NG_OUT_ANCHOR_CLASS_NAME, - delay: true, - from: calculateAnchorStyles(outAnchor) - }); + function executeAnimationFn(fn, element, event, options, onDone) { + var args; + switch (event) { + case 'animate': + args = [element, options.from, options.to, onDone]; + break; + + case 'setClass': + args = [element, classesToAdd, classesToRemove, onDone]; + break; + + case 'addClass': + args = [element, classesToAdd, onDone]; + break; + + case 'removeClass': + args = [element, classesToRemove, onDone]; + break; - // read the comment within `prepareRegularAnimation` to understand - // why this check is necessary - return animator.$$willAnimate ? animator : null; + default: + args = [element, onDone]; + break; } - function getClassVal(element) { - return element.attr('class') || ''; + args.push(options); + + var value = fn.apply(fn, args); + if (value) { + if (isFunction(value.start)) { + value = value.start(); + } + + if (value instanceof $$AnimateRunner) { + value.done(onDone); + } else if (isFunction(value)) { + // optional onEnd / onCancel callback + return value; + } } - function prepareInAnimation() { - var endingClasses = filterCssClasses(getClassVal(inAnchor)); - var toAdd = getUniqueValues(endingClasses, startingClasses); - var toRemove = getUniqueValues(startingClasses, endingClasses); + return noop; + } + + function groupEventedAnimations(element, event, options, animations, fnName) { + var operations = []; + forEach(animations, function(ani) { + var animation = ani[fnName]; + if (!animation) return; + + // note that all of these animations will run in parallel + operations.push(function() { + var runner; + var endProgressCb; + + var resolved = false; + var onAnimationComplete = function(rejected) { + if (!resolved) { + resolved = true; + (endProgressCb || noop)(rejected); + runner.complete(!rejected); + } + }; + + runner = new $$AnimateRunner({ + end: function() { + onAnimationComplete(); + }, + cancel: function() { + onAnimationComplete(true); + } + }); + + endProgressCb = executeAnimationFn(animation, element, event, options, function(result) { + var cancelled = result === false; + onAnimationComplete(cancelled); + }); - var animator = $animateCss(clone, { - to: calculateAnchorStyles(inAnchor), - addClass: NG_IN_ANCHOR_CLASS_NAME + ' ' + toAdd, - removeClass: NG_OUT_ANCHOR_CLASS_NAME + ' ' + toRemove, - delay: true + return runner; }); + }); - // read the comment within `prepareRegularAnimation` to understand - // why this check is necessary - return animator.$$willAnimate ? animator : null; - } + return operations; + } + + function packageAnimations(element, event, options, animations, fnName) { + var operations = groupEventedAnimations(element, event, options, animations, fnName); + if (operations.length === 0) { + var a, b; + if (fnName === 'beforeSetClass') { + a = groupEventedAnimations(element, 'removeClass', options, animations, 'beforeRemoveClass'); + b = groupEventedAnimations(element, 'addClass', options, animations, 'beforeAddClass'); + } else if (fnName === 'setClass') { + a = groupEventedAnimations(element, 'removeClass', options, animations, 'removeClass'); + b = groupEventedAnimations(element, 'addClass', options, animations, 'addClass'); + } - function end() { - clone.remove(); - outAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); - inAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + if (a) { + operations = operations.concat(a); + } + if (b) { + operations = operations.concat(b); + } } - } - function prepareFromToAnchorAnimation(from, to, classes, anchors) { - var fromAnimation = prepareRegularAnimation(from, noop); - var toAnimation = prepareRegularAnimation(to, noop); + if (operations.length === 0) return; - var anchorAnimations = []; - forEach(anchors, function (anchor) { - var outElement = anchor['out']; - var inElement = anchor['in']; - var animator = prepareAnchoredAnimation(classes, outElement, inElement); - if (animator) { - anchorAnimations.push(animator); + // TODO(matsko): add documentation + return function startAnimation(callback) { + var runners = []; + if (operations.length) { + forEach(operations, function(animateFn) { + runners.push(animateFn()); + }); } - }); - // no point in doing anything when there are no elements to animate - if (!fromAnimation && !toAnimation && anchorAnimations.length === 0) return; + if (runners.length) { + $$AnimateRunner.all(runners, callback); + } else { + callback(); + } + + return function endFn(reject) { + forEach(runners, function(runner) { + if (reject) { + runner.cancel(); + } else { + runner.end(); + } + }); + }; + }; + } + }; + + function lookupAnimations(classes) { + classes = isArray(classes) ? classes : classes.split(' '); + var matches = [], flagMap = {}; + for (var i = 0; i < classes.length; i++) { + var klass = classes[i], + animationFactory = $animateProvider.$$registeredAnimations[klass]; + if (animationFactory && !flagMap[klass]) { + matches.push($injector.get(animationFactory)); + flagMap[klass] = true; + } + } + return matches; + } + }]; +}]; + +var $$AnimateJsDriverProvider = ['$$animationProvider', /** @this */ function($$animationProvider) { + $$animationProvider.drivers.push('$$animateJsDriver'); + this.$get = ['$$animateJs', '$$AnimateRunner', function($$animateJs, $$AnimateRunner) { + return function initDriverFn(animationDetails) { + if (animationDetails.from && animationDetails.to) { + var fromAnimation = prepareAnimation(animationDetails.from); + var toAnimation = prepareAnimation(animationDetails.to); + if (!fromAnimation && !toAnimation) return; return { - start: function start() { + start: function() { var animationRunners = []; if (fromAnimation) { @@ -25942,547 +27933,181 @@ module.exports = Web3Wallet; animationRunners.push(toAnimation.start()); } - forEach(anchorAnimations, function (animation) { - animationRunners.push(animation.start()); - }); + $$AnimateRunner.all(animationRunners, done); var runner = new $$AnimateRunner({ - end: endFn, - cancel: endFn // CSS-driven animations cannot be cancelled, only ended - }); - - $$AnimateRunner.all(animationRunners, function (status) { - runner.complete(status); + end: endFnFactory(), + cancel: endFnFactory() }); return runner; - function endFn() { - forEach(animationRunners, function (runner) { - runner.end(); - }); + function endFnFactory() { + return function() { + forEach(animationRunners, function(runner) { + // at this point we cannot cancel animations for groups just yet. 1.5+ + runner.end(); + }); + }; + } + + function done(status) { + runner.complete(status); } } }; + } else { + return prepareAnimation(animationDetails); } + }; - function prepareRegularAnimation(animationDetails) { - var element = animationDetails.element; - var options = animationDetails.options || {}; + function prepareAnimation(animationDetails) { + // TODO(matsko): make sure to check for grouped animations and delegate down to normal animations + var element = animationDetails.element; + var event = animationDetails.event; + var options = animationDetails.options; + var classes = animationDetails.classes; + return $$animateJs(element, event, classes, options); + } + }]; +}]; - if (animationDetails.structural) { - options.event = animationDetails.event; - options.structural = true; - options.applyClassesEarly = true; +var NG_ANIMATE_ATTR_NAME = 'data-ng-animate'; +var NG_ANIMATE_PIN_DATA = '$ngAnimatePin'; +var $$AnimateQueueProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var PRE_DIGEST_STATE = 1; + var RUNNING_STATE = 2; + var ONE_SPACE = ' '; + + var rules = this.rules = { + skip: [], + cancel: [], + join: [] + }; - // we special case the leave animation since we want to ensure that - // the element is removed as soon as the animation is over. Otherwise - // a flicker might appear or the element may not be removed at all - if (animationDetails.event === 'leave') { - options.onDone = options.domOperation; - } - } + function makeTruthyCssClassMap(classString) { + if (!classString) { + return null; + } - // We assign the preparationClasses as the actual animation event since - // the internals of $animateCss will just suffix the event token values - // with `-active` to trigger the animation. - if (options.preparationClasses) { - options.event = concatWithSpace(options.event, options.preparationClasses); - } + var keys = classString.split(ONE_SPACE); + var map = Object.create(null); - var animator = $animateCss(element, options); + forEach(keys, function(key) { + map[key] = true; + }); + return map; + } - // the driver lookup code inside of $$animation attempts to spawn a - // driver one by one until a driver returns a.$$willAnimate animator object. - // $animateCss will always return an object, however, it will pass in - // a flag as a hint as to whether an animation was detected or not - return animator.$$willAnimate ? animator : null; - } - }]; - }]; + function hasMatchingClasses(newClassString, currentClassString) { + if (newClassString && currentClassString) { + var currentClassMap = makeTruthyCssClassMap(currentClassString); + return newClassString.split(ONE_SPACE).some(function(className) { + return currentClassMap[className]; + }); + } + } - // TODO(matsko): use caching here to speed things up for detection - // TODO(matsko): add documentation - // by the time... + function isAllowed(ruleType, currentAnimation, previousAnimation) { + return rules[ruleType].some(function(fn) { + return fn(currentAnimation, previousAnimation); + }); + } - var $$AnimateJsProvider = ['$animateProvider', /** @this */function ($animateProvider) { - this.$get = ['$injector', '$$AnimateRunner', '$$jqLite', function ($injector, $$AnimateRunner, $$jqLite) { + function hasAnimationClasses(animation, and) { + var a = (animation.addClass || '').length > 0; + var b = (animation.removeClass || '').length > 0; + return and ? a && b : a || b; + } - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); - // $animateJs(element, 'enter'); - return function (element, event, classes, options) { - var animationClosed = false; + rules.join.push(function(newAnimation, currentAnimation) { + // if the new animation is class-based then we can just tack that on + return !newAnimation.structural && hasAnimationClasses(newAnimation); + }); - // the `classes` argument is optional and if it is not used - // then the classes will be resolved from the element's className - // property as well as options.addClass/options.removeClass. - if (arguments.length === 3 && isObject(classes)) { - options = classes; - classes = null; - } + rules.skip.push(function(newAnimation, currentAnimation) { + // there is no need to animate anything if no classes are being added and + // there is no structural animation that will be triggered + return !newAnimation.structural && !hasAnimationClasses(newAnimation); + }); - options = prepareAnimationOptions(options); - if (!classes) { - classes = element.attr('class') || ''; - if (options.addClass) { - classes += ' ' + options.addClass; - } - if (options.removeClass) { - classes += ' ' + options.removeClass; - } - } + rules.skip.push(function(newAnimation, currentAnimation) { + // why should we trigger a new structural animation if the element will + // be removed from the DOM anyway? + return currentAnimation.event === 'leave' && newAnimation.structural; + }); - var classesToAdd = options.addClass; - var classesToRemove = options.removeClass; - - // the lookupAnimations function returns a series of animation objects that are - // matched up with one or more of the CSS classes. These animation objects are - // defined via the module.animation factory function. If nothing is detected then - // we don't return anything which then makes $animation query the next driver. - var animations = lookupAnimations(classes); - var before, after; - if (animations.length) { - var afterFn, beforeFn; - if (event === 'leave') { - beforeFn = 'leave'; - afterFn = 'afterLeave'; // TODO(matsko): get rid of this - } else { - beforeFn = 'before' + event.charAt(0).toUpperCase() + event.substr(1); - afterFn = event; - } + rules.skip.push(function(newAnimation, currentAnimation) { + // if there is an ongoing current animation then don't even bother running the class-based animation + return currentAnimation.structural && currentAnimation.state === RUNNING_STATE && !newAnimation.structural; + }); - if (event !== 'enter' && event !== 'move') { - before = packageAnimations(element, event, options, animations, beforeFn); - } - after = packageAnimations(element, event, options, animations, afterFn); - } - - // no matching animations - if (!before && !after) return; - - function applyOptions() { - options.domOperation(); - applyAnimationClasses(element, options); - } - - function close() { - animationClosed = true; - applyOptions(); - applyAnimationStyles(element, options); - } - - var runner; - - return { - $$willAnimate: true, - end: function end() { - if (runner) { - runner.end(); - } else { - close(); - runner = new $$AnimateRunner(); - runner.complete(true); - } - return runner; - }, - start: function start() { - if (runner) { - return runner; - } - - runner = new $$AnimateRunner(); - var closeActiveAnimations; - var chain = []; - - if (before) { - chain.push(function (fn) { - closeActiveAnimations = before(fn); - }); - } - - if (chain.length) { - chain.push(function (fn) { - applyOptions(); - fn(true); - }); - } else { - applyOptions(); - } - - if (after) { - chain.push(function (fn) { - closeActiveAnimations = after(fn); - }); - } - - runner.setHost({ - end: function end() { - endAnimations(); - }, - cancel: function cancel() { - endAnimations(true); - } - }); - - $$AnimateRunner.chain(chain, onComplete); - return runner; - - function onComplete(success) { - close(success); - runner.complete(success); - } - - function endAnimations(cancelled) { - if (!animationClosed) { - (closeActiveAnimations || noop)(cancelled); - onComplete(cancelled); - } - } - } - }; - - function executeAnimationFn(fn, element, event, options, onDone) { - var args; - switch (event) { - case 'animate': - args = [element, options.from, options.to, onDone]; - break; - - case 'setClass': - args = [element, classesToAdd, classesToRemove, onDone]; - break; - - case 'addClass': - args = [element, classesToAdd, onDone]; - break; - - case 'removeClass': - args = [element, classesToRemove, onDone]; - break; - - default: - args = [element, onDone]; - break; - } - - args.push(options); - - var value = fn.apply(fn, args); - if (value) { - if (isFunction(value.start)) { - value = value.start(); - } - - if (value instanceof $$AnimateRunner) { - value.done(onDone); - } else if (isFunction(value)) { - // optional onEnd / onCancel callback - return value; - } - } - - return noop; - } - - function groupEventedAnimations(element, event, options, animations, fnName) { - var operations = []; - forEach(animations, function (ani) { - var animation = ani[fnName]; - if (!animation) return; - - // note that all of these animations will run in parallel - operations.push(function () { - var runner; - var endProgressCb; - - var resolved = false; - var onAnimationComplete = function onAnimationComplete(rejected) { - if (!resolved) { - resolved = true; - (endProgressCb || noop)(rejected); - runner.complete(!rejected); - } - }; - - runner = new $$AnimateRunner({ - end: function end() { - onAnimationComplete(); - }, - cancel: function cancel() { - onAnimationComplete(true); - } - }); - - endProgressCb = executeAnimationFn(animation, element, event, options, function (result) { - var cancelled = result === false; - onAnimationComplete(cancelled); - }); - - return runner; - }); - }); - - return operations; - } - - function packageAnimations(element, event, options, animations, fnName) { - var operations = groupEventedAnimations(element, event, options, animations, fnName); - if (operations.length === 0) { - var a, b; - if (fnName === 'beforeSetClass') { - a = groupEventedAnimations(element, 'removeClass', options, animations, 'beforeRemoveClass'); - b = groupEventedAnimations(element, 'addClass', options, animations, 'beforeAddClass'); - } else if (fnName === 'setClass') { - a = groupEventedAnimations(element, 'removeClass', options, animations, 'removeClass'); - b = groupEventedAnimations(element, 'addClass', options, animations, 'addClass'); - } - - if (a) { - operations = operations.concat(a); - } - if (b) { - operations = operations.concat(b); - } - } - - if (operations.length === 0) return; - - // TODO(matsko): add documentation - return function startAnimation(callback) { - var runners = []; - if (operations.length) { - forEach(operations, function (animateFn) { - runners.push(animateFn()); - }); - } - - if (runners.length) { - $$AnimateRunner.all(runners, callback); - } else { - callback(); - } - - return function endFn(reject) { - forEach(runners, function (runner) { - if (reject) { - runner.cancel(); - } else { - runner.end(); - } - }); - }; - }; - } - }; - - function lookupAnimations(classes) { - classes = isArray(classes) ? classes : classes.split(' '); - var matches = [], - flagMap = {}; - for (var i = 0; i < classes.length; i++) { - var klass = classes[i], - animationFactory = $animateProvider.$$registeredAnimations[klass]; - if (animationFactory && !flagMap[klass]) { - matches.push($injector.get(animationFactory)); - flagMap[klass] = true; - } - } - return matches; - } - }]; - }]; - - var $$AnimateJsDriverProvider = ['$$animationProvider', /** @this */function ($$animationProvider) { - $$animationProvider.drivers.push('$$animateJsDriver'); - this.$get = ['$$animateJs', '$$AnimateRunner', function ($$animateJs, $$AnimateRunner) { - return function initDriverFn(animationDetails) { - if (animationDetails.from && animationDetails.to) { - var fromAnimation = prepareAnimation(animationDetails.from); - var toAnimation = prepareAnimation(animationDetails.to); - if (!fromAnimation && !toAnimation) return; - - return { - start: function start() { - var animationRunners = []; + rules.cancel.push(function(newAnimation, currentAnimation) { + // there can never be two structural animations running at the same time + return currentAnimation.structural && newAnimation.structural; + }); - if (fromAnimation) { - animationRunners.push(fromAnimation.start()); - } + rules.cancel.push(function(newAnimation, currentAnimation) { + // if the previous animation is already running, but the new animation will + // be triggered, but the new animation is structural + return currentAnimation.state === RUNNING_STATE && newAnimation.structural; + }); - if (toAnimation) { - animationRunners.push(toAnimation.start()); - } + rules.cancel.push(function(newAnimation, currentAnimation) { + // cancel the animation if classes added / removed in both animation cancel each other out, + // but only if the current animation isn't structural - $$AnimateRunner.all(animationRunners, done); + if (currentAnimation.structural) return false; - var runner = new $$AnimateRunner({ - end: endFnFactory(), - cancel: endFnFactory() - }); + var nA = newAnimation.addClass; + var nR = newAnimation.removeClass; + var cA = currentAnimation.addClass; + var cR = currentAnimation.removeClass; - return runner; + // early detection to save the global CPU shortage :) + if ((isUndefined(nA) && isUndefined(nR)) || (isUndefined(cA) && isUndefined(cR))) { + return false; + } - function endFnFactory() { - return function () { - forEach(animationRunners, function (runner) { - // at this point we cannot cancel animations for groups just yet. 1.5+ - runner.end(); - }); - }; - } + return hasMatchingClasses(nA, cR) || hasMatchingClasses(nR, cA); + }); - function done(status) { - runner.complete(status); - } - } - }; + this.$get = ['$$rAF', '$rootScope', '$rootElement', '$document', '$$Map', + '$$animation', '$$AnimateRunner', '$templateRequest', '$$jqLite', '$$forceReflow', + '$$isDocumentHidden', + function($$rAF, $rootScope, $rootElement, $document, $$Map, + $$animation, $$AnimateRunner, $templateRequest, $$jqLite, $$forceReflow, + $$isDocumentHidden) { + + var activeAnimationsLookup = new $$Map(); + var disabledElementsLookup = new $$Map(); + var animationsEnabled = null; + + function postDigestTaskFactory() { + var postDigestCalled = false; + return function(fn) { + // we only issue a call to postDigest before + // it has first passed. This prevents any callbacks + // from not firing once the animation has completed + // since it will be out of the digest cycle. + if (postDigestCalled) { + fn(); } else { - return prepareAnimation(animationDetails); + $rootScope.$$postDigest(function() { + postDigestCalled = true; + fn(); + }); } }; - - function prepareAnimation(animationDetails) { - // TODO(matsko): make sure to check for grouped animations and delegate down to normal animations - var element = animationDetails.element; - var event = animationDetails.event; - var options = animationDetails.options; - var classes = animationDetails.classes; - return $$animateJs(element, event, classes, options); - } - }]; - }]; - - var NG_ANIMATE_ATTR_NAME = 'data-ng-animate'; - var NG_ANIMATE_PIN_DATA = '$ngAnimatePin'; - var $$AnimateQueueProvider = ['$animateProvider', /** @this */function ($animateProvider) { - var PRE_DIGEST_STATE = 1; - var RUNNING_STATE = 2; - var ONE_SPACE = ' '; - - var rules = this.rules = { - skip: [], - cancel: [], - join: [] - }; - - function makeTruthyCssClassMap(classString) { - if (!classString) { - return null; - } - - var keys = classString.split(ONE_SPACE); - var map = Object.create(null); - - forEach(keys, function (key) { - map[key] = true; - }); - return map; - } - - function hasMatchingClasses(newClassString, currentClassString) { - if (newClassString && currentClassString) { - var currentClassMap = makeTruthyCssClassMap(currentClassString); - return newClassString.split(ONE_SPACE).some(function (className) { - return currentClassMap[className]; - }); - } - } - - function isAllowed(ruleType, currentAnimation, previousAnimation) { - return rules[ruleType].some(function (fn) { - return fn(currentAnimation, previousAnimation); - }); - } - - function hasAnimationClasses(animation, and) { - var a = (animation.addClass || '').length > 0; - var b = (animation.removeClass || '').length > 0; - return and ? a && b : a || b; } - rules.join.push(function (newAnimation, currentAnimation) { - // if the new animation is class-based then we can just tack that on - return !newAnimation.structural && hasAnimationClasses(newAnimation); - }); - - rules.skip.push(function (newAnimation, currentAnimation) { - // there is no need to animate anything if no classes are being added and - // there is no structural animation that will be triggered - return !newAnimation.structural && !hasAnimationClasses(newAnimation); - }); - - rules.skip.push(function (newAnimation, currentAnimation) { - // why should we trigger a new structural animation if the element will - // be removed from the DOM anyway? - return currentAnimation.event === 'leave' && newAnimation.structural; - }); - - rules.skip.push(function (newAnimation, currentAnimation) { - // if there is an ongoing current animation then don't even bother running the class-based animation - return currentAnimation.structural && currentAnimation.state === RUNNING_STATE && !newAnimation.structural; - }); - - rules.cancel.push(function (newAnimation, currentAnimation) { - // there can never be two structural animations running at the same time - return currentAnimation.structural && newAnimation.structural; - }); - - rules.cancel.push(function (newAnimation, currentAnimation) { - // if the previous animation is already running, but the new animation will - // be triggered, but the new animation is structural - return currentAnimation.state === RUNNING_STATE && newAnimation.structural; - }); - - rules.cancel.push(function (newAnimation, currentAnimation) { - // cancel the animation if classes added / removed in both animation cancel each other out, - // but only if the current animation isn't structural - - if (currentAnimation.structural) return false; - - var nA = newAnimation.addClass; - var nR = newAnimation.removeClass; - var cA = currentAnimation.addClass; - var cR = currentAnimation.removeClass; - - // early detection to save the global CPU shortage :) - if (isUndefined(nA) && isUndefined(nR) || isUndefined(cA) && isUndefined(cR)) { - return false; - } - - return hasMatchingClasses(nA, cR) || hasMatchingClasses(nR, cA); - }); - - this.$get = ['$$rAF', '$rootScope', '$rootElement', '$document', '$$Map', '$$animation', '$$AnimateRunner', '$templateRequest', '$$jqLite', '$$forceReflow', '$$isDocumentHidden', function ($$rAF, $rootScope, $rootElement, $document, $$Map, $$animation, $$AnimateRunner, $templateRequest, $$jqLite, $$forceReflow, $$isDocumentHidden) { - - var activeAnimationsLookup = new $$Map(); - var disabledElementsLookup = new $$Map(); - var animationsEnabled = null; - - function postDigestTaskFactory() { - var postDigestCalled = false; - return function (fn) { - // we only issue a call to postDigest before - // it has first passed. This prevents any callbacks - // from not firing once the animation has completed - // since it will be out of the digest cycle. - if (postDigestCalled) { - fn(); - } else { - $rootScope.$$postDigest(function () { - postDigestCalled = true; - fn(); - }); - } - }; - } - - // Wait until all directive and route-related templates are downloaded and - // compiled. The $templateRequest.totalPendingRequests variable keeps track of - // all of the remote templates being currently downloaded. If there are no - // templates currently downloading then the watcher will still fire anyway. - var deregisterWatch = $rootScope.$watch(function () { - return $templateRequest.totalPendingRequests === 0; - }, function (isEmpty) { + // Wait until all directive and route-related templates are downloaded and + // compiled. The $templateRequest.totalPendingRequests variable keeps track of + // all of the remote templates being currently downloaded. If there are no + // templates currently downloading then the watcher will still fire anyway. + var deregisterWatch = $rootScope.$watch( + function() { return $templateRequest.totalPendingRequests === 0; }, + function(isEmpty) { if (!isEmpty) return; deregisterWatch(); @@ -26493,8 +28118,8 @@ module.exports = Web3Wallet; // use $postDigest, it's important that the code below executes at the end. // This basically means that the page is fully downloaded and compiled before // any animations are triggered. - $rootScope.$$postDigest(function () { - $rootScope.$$postDigest(function () { + $rootScope.$$postDigest(function() { + $rootScope.$$postDigest(function() { // we check for null directly in the event that the application already called // .enabled() with whatever arguments that it provided it with if (animationsEnabled === null) { @@ -26502,16514 +28127,16781 @@ module.exports = Web3Wallet; } }); }); - }); + } + ); - var callbackRegistry = Object.create(null); + var callbackRegistry = Object.create(null); - // remember that the `customFilter`/`classNameFilter` are set during the - // provider/config stage therefore we can optimize here and setup helper functions - var customFilter = $animateProvider.customFilter(); - var classNameFilter = $animateProvider.classNameFilter(); - var returnTrue = function returnTrue() { - return true; - }; + // remember that the `customFilter`/`classNameFilter` are set during the + // provider/config stage therefore we can optimize here and setup helper functions + var customFilter = $animateProvider.customFilter(); + var classNameFilter = $animateProvider.classNameFilter(); + var returnTrue = function() { return true; }; - var isAnimatableByFilter = customFilter || returnTrue; - var isAnimatableClassName = !classNameFilter ? returnTrue : function (node, options) { - var className = [node.getAttribute('class'), options.addClass, options.removeClass].join(' '); - return classNameFilter.test(className); - }; + var isAnimatableByFilter = customFilter || returnTrue; + var isAnimatableClassName = !classNameFilter ? returnTrue : function(node, options) { + var className = [node.getAttribute('class'), options.addClass, options.removeClass].join(' '); + return classNameFilter.test(className); + }; + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + function normalizeAnimationDetails(element, animation) { + return mergeAnimationDetails(element, animation, {}); + } - function normalizeAnimationDetails(element, animation) { - return mergeAnimationDetails(element, animation, {}); + // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. + var contains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return this === arg || !!(this.compareDocumentPosition(arg) & 16); + }; + + function findCallbacks(targetParentNode, targetNode, event) { + var matches = []; + var entries = callbackRegistry[event]; + if (entries) { + forEach(entries, function(entry) { + if (contains.call(entry.node, targetNode)) { + matches.push(entry.callback); + } else if (event === 'leave' && contains.call(entry.node, targetParentNode)) { + matches.push(entry.callback); + } + }); } - // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. - var contains = window.Node.prototype.contains || /** @this */function (arg) { - // eslint-disable-next-line no-bitwise - return this === arg || !!(this.compareDocumentPosition(arg) & 16); - }; + return matches; + } - function findCallbacks(targetParentNode, targetNode, event) { - var matches = []; - var entries = callbackRegistry[event]; - if (entries) { - forEach(entries, function (entry) { - if (contains.call(entry.node, targetNode)) { - matches.push(entry.callback); - } else if (event === 'leave' && contains.call(entry.node, targetParentNode)) { - matches.push(entry.callback); - } - }); - } + function filterFromRegistry(list, matchContainer, matchCallback) { + var containerNode = extractElementNode(matchContainer); + return list.filter(function(entry) { + var isMatch = entry.node === containerNode && + (!matchCallback || entry.callback === matchCallback); + return !isMatch; + }); + } - return matches; + function cleanupEventListeners(phase, node) { + if (phase === 'close' && !node.parentNode) { + // If the element is not attached to a parentNode, it has been removed by + // the domOperation, and we can safely remove the event callbacks + $animate.off(node); } + } - function filterFromRegistry(list, matchContainer, matchCallback) { - var containerNode = extractElementNode(matchContainer); - return list.filter(function (entry) { - var isMatch = entry.node === containerNode && (!matchCallback || entry.callback === matchCallback); - return !isMatch; + var $animate = { + on: function(event, container, callback) { + var node = extractElementNode(container); + callbackRegistry[event] = callbackRegistry[event] || []; + callbackRegistry[event].push({ + node: node, + callback: callback }); - } - - function cleanupEventListeners(phase, node) { - if (phase === 'close' && !node.parentNode) { - // If the element is not attached to a parentNode, it has been removed by - // the domOperation, and we can safely remove the event callbacks - $animate.off(node); - } - } - var $animate = { - on: function on(event, container, callback) { - var node = extractElementNode(container); - callbackRegistry[event] = callbackRegistry[event] || []; - callbackRegistry[event].push({ - node: node, - callback: callback - }); + // Remove the callback when the element is removed from the DOM + jqLite(container).on('$destroy', function() { + var animationDetails = activeAnimationsLookup.get(node); - // Remove the callback when the element is removed from the DOM - jqLite(container).on('$destroy', function () { - var animationDetails = activeAnimationsLookup.get(node); + if (!animationDetails) { + // If there's an animation ongoing, the callback calling code will remove + // the event listeners. If we'd remove here, the callbacks would be removed + // before the animation ends + $animate.off(event, container, callback); + } + }); + }, - if (!animationDetails) { - // If there's an animation ongoing, the callback calling code will remove - // the event listeners. If we'd remove here, the callbacks would be removed - // before the animation ends - $animate.off(event, container, callback); - } - }); - }, + off: function(event, container, callback) { + if (arguments.length === 1 && !isString(arguments[0])) { + container = arguments[0]; + for (var eventType in callbackRegistry) { + callbackRegistry[eventType] = filterFromRegistry(callbackRegistry[eventType], container); + } - off: function off(event, container, callback) { - if (arguments.length === 1 && !isString(arguments[0])) { - container = arguments[0]; - for (var eventType in callbackRegistry) { - callbackRegistry[eventType] = filterFromRegistry(callbackRegistry[eventType], container); - } + return; + } - return; - } + var entries = callbackRegistry[event]; + if (!entries) return; - var entries = callbackRegistry[event]; - if (!entries) return; + callbackRegistry[event] = arguments.length === 1 + ? null + : filterFromRegistry(entries, container, callback); + }, - callbackRegistry[event] = arguments.length === 1 ? null : filterFromRegistry(entries, container, callback); - }, + pin: function(element, parentElement) { + assertArg(isElement(element), 'element', 'not an element'); + assertArg(isElement(parentElement), 'parentElement', 'not an element'); + element.data(NG_ANIMATE_PIN_DATA, parentElement); + }, - pin: function pin(element, parentElement) { - assertArg(isElement(element), 'element', 'not an element'); - assertArg(isElement(parentElement), 'parentElement', 'not an element'); - element.data(NG_ANIMATE_PIN_DATA, parentElement); - }, + push: function(element, event, options, domOperation) { + options = options || {}; + options.domOperation = domOperation; + return queueAnimation(element, event, options); + }, - push: function push(element, event, options, domOperation) { - options = options || {}; - options.domOperation = domOperation; - return queueAnimation(element, event, options); - }, + // this method has four signatures: + // () - global getter + // (bool) - global setter + // (element) - element getter + // (element, bool) - element setter + enabled: function(element, bool) { + var argCount = arguments.length; + + if (argCount === 0) { + // () - Global getter + bool = !!animationsEnabled; + } else { + var hasElement = isElement(element); - // this method has four signatures: - // () - global getter - // (bool) - global setter - // (element) - element getter - // (element, bool) - element setter - enabled: function enabled(element, bool) { - var argCount = arguments.length; - - if (argCount === 0) { - // () - Global getter - bool = !!animationsEnabled; + if (!hasElement) { + // (bool) - Global setter + bool = animationsEnabled = !!element; } else { - var hasElement = isElement(element); + var node = getDomNode(element); - if (!hasElement) { - // (bool) - Global setter - bool = animationsEnabled = !!element; + if (argCount === 1) { + // (element) - Element getter + bool = !disabledElementsLookup.get(node); } else { - var node = getDomNode(element); - - if (argCount === 1) { - // (element) - Element getter - bool = !disabledElementsLookup.get(node); - } else { - // (element, bool) - Element setter - disabledElementsLookup.set(node, !bool); - } + // (element, bool) - Element setter + disabledElementsLookup.set(node, !bool); } } - - return bool; } - }; - return $animate; + return bool; + } + }; - function queueAnimation(originalElement, event, initialOptions) { - // we always make a copy of the options since - // there should never be any side effects on - // the input data when running `$animateCss`. - var options = copy(initialOptions); + return $animate; - var element = stripCommentsFromElement(originalElement); - var node = getDomNode(element); - var parentNode = node && node.parentNode; + function queueAnimation(originalElement, event, initialOptions) { + // we always make a copy of the options since + // there should never be any side effects on + // the input data when running `$animateCss`. + var options = copy(initialOptions); - options = prepareAnimationOptions(options); + var element = stripCommentsFromElement(originalElement); + var node = getDomNode(element); + var parentNode = node && node.parentNode; - // we create a fake runner with a working promise. - // These methods will become available after the digest has passed - var runner = new $$AnimateRunner(); + options = prepareAnimationOptions(options); - // this is used to trigger callbacks in postDigest mode - var runInNextPostDigestOrNow = postDigestTaskFactory(); + // we create a fake runner with a working promise. + // These methods will become available after the digest has passed + var runner = new $$AnimateRunner(); - if (isArray(options.addClass)) { - options.addClass = options.addClass.join(' '); - } + // this is used to trigger callbacks in postDigest mode + var runInNextPostDigestOrNow = postDigestTaskFactory(); - if (options.addClass && !isString(options.addClass)) { - options.addClass = null; - } + if (isArray(options.addClass)) { + options.addClass = options.addClass.join(' '); + } - if (isArray(options.removeClass)) { - options.removeClass = options.removeClass.join(' '); - } + if (options.addClass && !isString(options.addClass)) { + options.addClass = null; + } - if (options.removeClass && !isString(options.removeClass)) { - options.removeClass = null; - } + if (isArray(options.removeClass)) { + options.removeClass = options.removeClass.join(' '); + } - if (options.from && !isObject(options.from)) { - options.from = null; - } + if (options.removeClass && !isString(options.removeClass)) { + options.removeClass = null; + } - if (options.to && !isObject(options.to)) { - options.to = null; - } + if (options.from && !isObject(options.from)) { + options.from = null; + } - // If animations are hard-disabled for the whole application there is no need to continue. - // There are also situations where a directive issues an animation for a jqLite wrapper that - // contains only comment nodes. In this case, there is no way we can perform an animation. - if (!animationsEnabled || !node || !isAnimatableByFilter(node, event, initialOptions) || !isAnimatableClassName(node, options)) { - close(); - return runner; - } + if (options.to && !isObject(options.to)) { + options.to = null; + } - var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; + // If animations are hard-disabled for the whole application there is no need to continue. + // There are also situations where a directive issues an animation for a jqLite wrapper that + // contains only comment nodes. In this case, there is no way we can perform an animation. + if (!animationsEnabled || + !node || + !isAnimatableByFilter(node, event, initialOptions) || + !isAnimatableClassName(node, options)) { + close(); + return runner; + } - var documentHidden = $$isDocumentHidden(); + var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; - // This is a hard disable of all animations the element itself, therefore there is no need to - // continue further past this point if not enabled - // Animations are also disabled if the document is currently hidden (page is not visible - // to the user), because browsers slow down or do not flush calls to requestAnimationFrame - var skipAnimations = documentHidden || disabledElementsLookup.get(node); - var existingAnimation = !skipAnimations && activeAnimationsLookup.get(node) || {}; - var hasExistingAnimation = !!existingAnimation.state; + var documentHidden = $$isDocumentHidden(); - // there is no point in traversing the same collection of parent ancestors if a followup - // animation will be run on the same element that already did all that checking work - if (!skipAnimations && (!hasExistingAnimation || existingAnimation.state !== PRE_DIGEST_STATE)) { - skipAnimations = !areAnimationsAllowed(node, parentNode, event); - } + // This is a hard disable of all animations the element itself, therefore there is no need to + // continue further past this point if not enabled + // Animations are also disabled if the document is currently hidden (page is not visible + // to the user), because browsers slow down or do not flush calls to requestAnimationFrame + var skipAnimations = documentHidden || disabledElementsLookup.get(node); + var existingAnimation = (!skipAnimations && activeAnimationsLookup.get(node)) || {}; + var hasExistingAnimation = !!existingAnimation.state; - if (skipAnimations) { - // Callbacks should fire even if the document is hidden (regression fix for issue #14120) - if (documentHidden) notifyProgress(runner, event, 'start'); - close(); - if (documentHidden) notifyProgress(runner, event, 'close'); - return runner; - } + // there is no point in traversing the same collection of parent ancestors if a followup + // animation will be run on the same element that already did all that checking work + if (!skipAnimations && (!hasExistingAnimation || existingAnimation.state !== PRE_DIGEST_STATE)) { + skipAnimations = !areAnimationsAllowed(node, parentNode, event); + } - if (isStructural) { - closeChildAnimations(node); - } + if (skipAnimations) { + // Callbacks should fire even if the document is hidden (regression fix for issue #14120) + if (documentHidden) notifyProgress(runner, event, 'start'); + close(); + if (documentHidden) notifyProgress(runner, event, 'close'); + return runner; + } - var newAnimation = { - structural: isStructural, - element: element, - event: event, - addClass: options.addClass, - removeClass: options.removeClass, - close: close, - options: options, - runner: runner - }; + if (isStructural) { + closeChildAnimations(node); + } - if (hasExistingAnimation) { - var skipAnimationFlag = isAllowed('skip', newAnimation, existingAnimation); - if (skipAnimationFlag) { - if (existingAnimation.state === RUNNING_STATE) { - close(); - return runner; - } else { - mergeAnimationDetails(element, existingAnimation, newAnimation); - return existingAnimation.runner; - } + var newAnimation = { + structural: isStructural, + element: element, + event: event, + addClass: options.addClass, + removeClass: options.removeClass, + close: close, + options: options, + runner: runner + }; + + if (hasExistingAnimation) { + var skipAnimationFlag = isAllowed('skip', newAnimation, existingAnimation); + if (skipAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + close(); + return runner; + } else { + mergeAnimationDetails(element, existingAnimation, newAnimation); + return existingAnimation.runner; + } + } + var cancelAnimationFlag = isAllowed('cancel', newAnimation, existingAnimation); + if (cancelAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + // this will end the animation right away and it is safe + // to do so since the animation is already running and the + // runner callback code will run in async + existingAnimation.runner.end(); + } else if (existingAnimation.structural) { + // this means that the animation is queued into a digest, but + // hasn't started yet. Therefore it is safe to run the close + // method which will call the runner methods in async. + existingAnimation.close(); + } else { + // this will merge the new animation options into existing animation options + mergeAnimationDetails(element, existingAnimation, newAnimation); + + return existingAnimation.runner; } - var cancelAnimationFlag = isAllowed('cancel', newAnimation, existingAnimation); - if (cancelAnimationFlag) { + } else { + // a joined animation means that this animation will take over the existing one + // so an example would involve a leave animation taking over an enter. Then when + // the postDigest kicks in the enter will be ignored. + var joinAnimationFlag = isAllowed('join', newAnimation, existingAnimation); + if (joinAnimationFlag) { if (existingAnimation.state === RUNNING_STATE) { - // this will end the animation right away and it is safe - // to do so since the animation is already running and the - // runner callback code will run in async - existingAnimation.runner.end(); - } else if (existingAnimation.structural) { - // this means that the animation is queued into a digest, but - // hasn't started yet. Therefore it is safe to run the close - // method which will call the runner methods in async. - existingAnimation.close(); + normalizeAnimationDetails(element, newAnimation); } else { - // this will merge the new animation options into existing animation options - mergeAnimationDetails(element, existingAnimation, newAnimation); + applyGeneratedPreparationClasses(element, isStructural ? event : null, options); - return existingAnimation.runner; - } - } else { - // a joined animation means that this animation will take over the existing one - // so an example would involve a leave animation taking over an enter. Then when - // the postDigest kicks in the enter will be ignored. - var joinAnimationFlag = isAllowed('join', newAnimation, existingAnimation); - if (joinAnimationFlag) { - if (existingAnimation.state === RUNNING_STATE) { - normalizeAnimationDetails(element, newAnimation); - } else { - applyGeneratedPreparationClasses(element, isStructural ? event : null, options); + event = newAnimation.event = existingAnimation.event; + options = mergeAnimationDetails(element, existingAnimation, newAnimation); - event = newAnimation.event = existingAnimation.event; - options = mergeAnimationDetails(element, existingAnimation, newAnimation); - - //we return the same runner since only the option values of this animation will - //be fed into the `existingAnimation`. - return existingAnimation.runner; - } + //we return the same runner since only the option values of this animation will + //be fed into the `existingAnimation`. + return existingAnimation.runner; } } - } else { - // normalization in this case means that it removes redundant CSS classes that - // already exist (addClass) or do not exist (removeClass) on the element - normalizeAnimationDetails(element, newAnimation); } + } else { + // normalization in this case means that it removes redundant CSS classes that + // already exist (addClass) or do not exist (removeClass) on the element + normalizeAnimationDetails(element, newAnimation); + } - // when the options are merged and cleaned up we may end up not having to do - // an animation at all, therefore we should check this before issuing a post - // digest callback. Structural animations will always run no matter what. - var isValidAnimation = newAnimation.structural; - if (!isValidAnimation) { - // animate (from/to) can be quickly checked first, otherwise we check if any classes are present - isValidAnimation = newAnimation.event === 'animate' && Object.keys(newAnimation.options.to || {}).length > 0 || hasAnimationClasses(newAnimation); - } + // when the options are merged and cleaned up we may end up not having to do + // an animation at all, therefore we should check this before issuing a post + // digest callback. Structural animations will always run no matter what. + var isValidAnimation = newAnimation.structural; + if (!isValidAnimation) { + // animate (from/to) can be quickly checked first, otherwise we check if any classes are present + isValidAnimation = (newAnimation.event === 'animate' && Object.keys(newAnimation.options.to || {}).length > 0) + || hasAnimationClasses(newAnimation); + } - if (!isValidAnimation) { - close(); - clearElementAnimationState(node); - return runner; - } + if (!isValidAnimation) { + close(); + clearElementAnimationState(node); + return runner; + } - // the counter keeps track of cancelled animations - var counter = (existingAnimation.counter || 0) + 1; - newAnimation.counter = counter; + // the counter keeps track of cancelled animations + var counter = (existingAnimation.counter || 0) + 1; + newAnimation.counter = counter; + + markElementAnimationState(node, PRE_DIGEST_STATE, newAnimation); + + $rootScope.$$postDigest(function() { + // It is possible that the DOM nodes inside `originalElement` have been replaced. This can + // happen if the animated element is a transcluded clone and also has a `templateUrl` + // directive on it. Therefore, we must recreate `element` in order to interact with the + // actual DOM nodes. + // Note: We still need to use the old `node` for certain things, such as looking up in + // HashMaps where it was used as the key. + + element = stripCommentsFromElement(originalElement); + + var animationDetails = activeAnimationsLookup.get(node); + var animationCancelled = !animationDetails; + animationDetails = animationDetails || {}; + + // if addClass/removeClass is called before something like enter then the + // registered parent element may not be present. The code below will ensure + // that a final value for parent element is obtained + var parentElement = element.parent() || []; + + // animate/structural/class-based animations all have requirements. Otherwise there + // is no point in performing an animation. The parent node must also be set. + var isValidAnimation = parentElement.length > 0 + && (animationDetails.event === 'animate' + || animationDetails.structural + || hasAnimationClasses(animationDetails)); + + // this means that the previous animation was cancelled + // even if the follow-up animation is the same event + if (animationCancelled || animationDetails.counter !== counter || !isValidAnimation) { + // if another animation did not take over then we need + // to make sure that the domOperation and options are + // handled accordingly + if (animationCancelled) { + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + } - markElementAnimationState(node, PRE_DIGEST_STATE, newAnimation); + // if the event changed from something like enter to leave then we do + // it, otherwise if it's the same then the end result will be the same too + if (animationCancelled || (isStructural && animationDetails.event !== event)) { + options.domOperation(); + runner.end(); + } - $rootScope.$$postDigest(function () { - // It is possible that the DOM nodes inside `originalElement` have been replaced. This can - // happen if the animated element is a transcluded clone and also has a `templateUrl` - // directive on it. Therefore, we must recreate `element` in order to interact with the - // actual DOM nodes. - // Note: We still need to use the old `node` for certain things, such as looking up in - // HashMaps where it was used as the key. + // in the event that the element animation was not cancelled or a follow-up animation + // isn't allowed to animate from here then we need to clear the state of the element + // so that any future animations won't read the expired animation data. + if (!isValidAnimation) { + clearElementAnimationState(node); + } - element = stripCommentsFromElement(originalElement); + return; + } - var animationDetails = activeAnimationsLookup.get(node); - var animationCancelled = !animationDetails; - animationDetails = animationDetails || {}; - - // if addClass/removeClass is called before something like enter then the - // registered parent element may not be present. The code below will ensure - // that a final value for parent element is obtained - var parentElement = element.parent() || []; - - // animate/structural/class-based animations all have requirements. Otherwise there - // is no point in performing an animation. The parent node must also be set. - var isValidAnimation = parentElement.length > 0 && (animationDetails.event === 'animate' || animationDetails.structural || hasAnimationClasses(animationDetails)); - - // this means that the previous animation was cancelled - // even if the follow-up animation is the same event - if (animationCancelled || animationDetails.counter !== counter || !isValidAnimation) { - // if another animation did not take over then we need - // to make sure that the domOperation and options are - // handled accordingly - if (animationCancelled) { - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); - } + // this combined multiple class to addClass / removeClass into a setClass event + // so long as a structural event did not take over the animation + event = !animationDetails.structural && hasAnimationClasses(animationDetails, true) + ? 'setClass' + : animationDetails.event; - // if the event changed from something like enter to leave then we do - // it, otherwise if it's the same then the end result will be the same too - if (animationCancelled || isStructural && animationDetails.event !== event) { - options.domOperation(); - runner.end(); - } + markElementAnimationState(node, RUNNING_STATE); + var realRunner = $$animation(element, event, animationDetails.options); - // in the event that the element animation was not cancelled or a follow-up animation - // isn't allowed to animate from here then we need to clear the state of the element - // so that any future animations won't read the expired animation data. - if (!isValidAnimation) { - clearElementAnimationState(node); - } + // this will update the runner's flow-control events based on + // the `realRunner` object. + runner.setHost(realRunner); + notifyProgress(runner, event, 'start', {}); - return; + realRunner.done(function(status) { + close(!status); + var animationDetails = activeAnimationsLookup.get(node); + if (animationDetails && animationDetails.counter === counter) { + clearElementAnimationState(node); } - - // this combined multiple class to addClass / removeClass into a setClass event - // so long as a structural event did not take over the animation - event = !animationDetails.structural && hasAnimationClasses(animationDetails, true) ? 'setClass' : animationDetails.event; - - markElementAnimationState(node, RUNNING_STATE); - var realRunner = $$animation(element, event, animationDetails.options); - - // this will update the runner's flow-control events based on - // the `realRunner` object. - runner.setHost(realRunner); - notifyProgress(runner, event, 'start', {}); - - realRunner.done(function (status) { - close(!status); - var animationDetails = activeAnimationsLookup.get(node); - if (animationDetails && animationDetails.counter === counter) { - clearElementAnimationState(node); - } - notifyProgress(runner, event, 'close', {}); - }); + notifyProgress(runner, event, 'close', {}); }); + }); - return runner; - - function notifyProgress(runner, event, phase, data) { - runInNextPostDigestOrNow(function () { - var callbacks = findCallbacks(parentNode, node, event); - if (callbacks.length) { - // do not optimize this call here to RAF because - // we don't know how heavy the callback code here will - // be and if this code is buffered then this can - // lead to a performance regression. - $$rAF(function () { - forEach(callbacks, function (callback) { - callback(element, phase, data); - }); - cleanupEventListeners(phase, node); + return runner; + + function notifyProgress(runner, event, phase, data) { + runInNextPostDigestOrNow(function() { + var callbacks = findCallbacks(parentNode, node, event); + if (callbacks.length) { + // do not optimize this call here to RAF because + // we don't know how heavy the callback code here will + // be and if this code is buffered then this can + // lead to a performance regression. + $$rAF(function() { + forEach(callbacks, function(callback) { + callback(element, phase, data); }); - } else { cleanupEventListeners(phase, node); - } - }); - runner.progress(event, phase, data); - } + }); + } else { + cleanupEventListeners(phase, node); + } + }); + runner.progress(event, phase, data); + } - function close(reject) { - clearGeneratedClasses(element, options); - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); - options.domOperation(); - runner.complete(!reject); - } + function close(reject) { + clearGeneratedClasses(element, options); + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + options.domOperation(); + runner.complete(!reject); } + } - function closeChildAnimations(node) { - var children = node.querySelectorAll('[' + NG_ANIMATE_ATTR_NAME + ']'); - forEach(children, function (child) { - var state = parseInt(child.getAttribute(NG_ANIMATE_ATTR_NAME), 10); - var animationDetails = activeAnimationsLookup.get(child); - if (animationDetails) { - switch (state) { - case RUNNING_STATE: - animationDetails.runner.end(); + function closeChildAnimations(node) { + var children = node.querySelectorAll('[' + NG_ANIMATE_ATTR_NAME + ']'); + forEach(children, function(child) { + var state = parseInt(child.getAttribute(NG_ANIMATE_ATTR_NAME), 10); + var animationDetails = activeAnimationsLookup.get(child); + if (animationDetails) { + switch (state) { + case RUNNING_STATE: + animationDetails.runner.end(); /* falls through */ - case PRE_DIGEST_STATE: - activeAnimationsLookup.delete(child); - break; - } + case PRE_DIGEST_STATE: + activeAnimationsLookup.delete(child); + break; } - }); - } + } + }); + } - function clearElementAnimationState(node) { - node.removeAttribute(NG_ANIMATE_ATTR_NAME); - activeAnimationsLookup.delete(node); - } + function clearElementAnimationState(node) { + node.removeAttribute(NG_ANIMATE_ATTR_NAME); + activeAnimationsLookup.delete(node); + } - /** - * This fn returns false if any of the following is true: - * a) animations on any parent element are disabled, and animations on the element aren't explicitly allowed - * b) a parent element has an ongoing structural animation, and animateChildren is false - * c) the element is not a child of the body - * d) the element is not a child of the $rootElement - */ - function areAnimationsAllowed(node, parentNode, event) { - var bodyNode = $document[0].body; - var rootNode = getDomNode($rootElement); + /** + * This fn returns false if any of the following is true: + * a) animations on any parent element are disabled, and animations on the element aren't explicitly allowed + * b) a parent element has an ongoing structural animation, and animateChildren is false + * c) the element is not a child of the body + * d) the element is not a child of the $rootElement + */ + function areAnimationsAllowed(node, parentNode, event) { + var bodyNode = $document[0].body; + var rootNode = getDomNode($rootElement); + + var bodyNodeDetected = (node === bodyNode) || node.nodeName === 'HTML'; + var rootNodeDetected = (node === rootNode); + var parentAnimationDetected = false; + var elementDisabled = disabledElementsLookup.get(node); + var animateChildren; - var bodyNodeDetected = node === bodyNode || node.nodeName === 'HTML'; - var rootNodeDetected = node === rootNode; - var parentAnimationDetected = false; - var elementDisabled = disabledElementsLookup.get(node); - var animateChildren; + var parentHost = jqLite.data(node, NG_ANIMATE_PIN_DATA); + if (parentHost) { + parentNode = getDomNode(parentHost); + } - var parentHost = jqLite.data(node, NG_ANIMATE_PIN_DATA); - if (parentHost) { - parentNode = getDomNode(parentHost); + while (parentNode) { + if (!rootNodeDetected) { + // angular doesn't want to attempt to animate elements outside of the application + // therefore we need to ensure that the rootElement is an ancestor of the current element + rootNodeDetected = (parentNode === rootNode); } - while (parentNode) { - if (!rootNodeDetected) { - // angular doesn't want to attempt to animate elements outside of the application - // therefore we need to ensure that the rootElement is an ancestor of the current element - rootNodeDetected = parentNode === rootNode; - } + if (parentNode.nodeType !== ELEMENT_NODE) { + // no point in inspecting the #document element + break; + } - if (parentNode.nodeType !== ELEMENT_NODE) { - // no point in inspecting the #document element - break; - } + var details = activeAnimationsLookup.get(parentNode) || {}; + // either an enter, leave or move animation will commence + // therefore we can't allow any animations to take place + // but if a parent animation is class-based then that's ok + if (!parentAnimationDetected) { + var parentNodeDisabled = disabledElementsLookup.get(parentNode); - var details = activeAnimationsLookup.get(parentNode) || {}; - // either an enter, leave or move animation will commence - // therefore we can't allow any animations to take place - // but if a parent animation is class-based then that's ok - if (!parentAnimationDetected) { - var parentNodeDisabled = disabledElementsLookup.get(parentNode); - - if (parentNodeDisabled === true && elementDisabled !== false) { - // disable animations if the user hasn't explicitly enabled animations on the - // current element - elementDisabled = true; - // element is disabled via parent element, no need to check anything else - break; - } else if (parentNodeDisabled === false) { - elementDisabled = false; - } - parentAnimationDetected = details.structural; + if (parentNodeDisabled === true && elementDisabled !== false) { + // disable animations if the user hasn't explicitly enabled animations on the + // current element + elementDisabled = true; + // element is disabled via parent element, no need to check anything else + break; + } else if (parentNodeDisabled === false) { + elementDisabled = false; } + parentAnimationDetected = details.structural; + } - if (isUndefined(animateChildren) || animateChildren === true) { - var value = jqLite.data(parentNode, NG_ANIMATE_CHILDREN_DATA); - if (isDefined(value)) { - animateChildren = value; - } + if (isUndefined(animateChildren) || animateChildren === true) { + var value = jqLite.data(parentNode, NG_ANIMATE_CHILDREN_DATA); + if (isDefined(value)) { + animateChildren = value; } + } - // there is no need to continue traversing at this point - if (parentAnimationDetected && animateChildren === false) break; + // there is no need to continue traversing at this point + if (parentAnimationDetected && animateChildren === false) break; - if (!bodyNodeDetected) { - // we also need to ensure that the element is or will be a part of the body element - // otherwise it is pointless to even issue an animation to be rendered - bodyNodeDetected = parentNode === bodyNode; - } + if (!bodyNodeDetected) { + // we also need to ensure that the element is or will be a part of the body element + // otherwise it is pointless to even issue an animation to be rendered + bodyNodeDetected = (parentNode === bodyNode); + } - if (bodyNodeDetected && rootNodeDetected) { - // If both body and root have been found, any other checks are pointless, - // as no animation data should live outside the application - break; - } + if (bodyNodeDetected && rootNodeDetected) { + // If both body and root have been found, any other checks are pointless, + // as no animation data should live outside the application + break; + } - if (!rootNodeDetected) { - // If `rootNode` is not detected, check if `parentNode` is pinned to another element - parentHost = jqLite.data(parentNode, NG_ANIMATE_PIN_DATA); - if (parentHost) { - // The pin target element becomes the next parent element - parentNode = getDomNode(parentHost); - continue; - } + if (!rootNodeDetected) { + // If `rootNode` is not detected, check if `parentNode` is pinned to another element + parentHost = jqLite.data(parentNode, NG_ANIMATE_PIN_DATA); + if (parentHost) { + // The pin target element becomes the next parent element + parentNode = getDomNode(parentHost); + continue; } - - parentNode = parentNode.parentNode; } - var allowAnimation = (!parentAnimationDetected || animateChildren) && elementDisabled !== true; - return allowAnimation && rootNodeDetected && bodyNodeDetected; + parentNode = parentNode.parentNode; } - function markElementAnimationState(node, state, details) { - details = details || {}; - details.state = state; + var allowAnimation = (!parentAnimationDetected || animateChildren) && elementDisabled !== true; + return allowAnimation && rootNodeDetected && bodyNodeDetected; + } - node.setAttribute(NG_ANIMATE_ATTR_NAME, state); + function markElementAnimationState(node, state, details) { + details = details || {}; + details.state = state; - var oldValue = activeAnimationsLookup.get(node); - var newValue = oldValue ? extend(oldValue, details) : details; - activeAnimationsLookup.set(node, newValue); - } - }]; + node.setAttribute(NG_ANIMATE_ATTR_NAME, state); + + var oldValue = activeAnimationsLookup.get(node); + var newValue = oldValue + ? extend(oldValue, details) + : details; + activeAnimationsLookup.set(node, newValue); + } }]; +}]; - /* exported $$AnimationProvider */ +/* exported $$AnimationProvider */ - var $$AnimationProvider = ['$animateProvider', /** @this */function ($animateProvider) { - var NG_ANIMATE_REF_ATTR = 'ng-animate-ref'; +var $$AnimationProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var NG_ANIMATE_REF_ATTR = 'ng-animate-ref'; - var drivers = this.drivers = []; + var drivers = this.drivers = []; - var RUNNER_STORAGE_KEY = '$$animationRunner'; + var RUNNER_STORAGE_KEY = '$$animationRunner'; - function setRunner(element, runner) { - element.data(RUNNER_STORAGE_KEY, runner); - } + function setRunner(element, runner) { + element.data(RUNNER_STORAGE_KEY, runner); + } - function removeRunner(element) { - element.removeData(RUNNER_STORAGE_KEY); - } + function removeRunner(element) { + element.removeData(RUNNER_STORAGE_KEY); + } - function getRunner(element) { - return element.data(RUNNER_STORAGE_KEY); - } + function getRunner(element) { + return element.data(RUNNER_STORAGE_KEY); + } - this.$get = ['$$jqLite', '$rootScope', '$injector', '$$AnimateRunner', '$$Map', '$$rAFScheduler', function ($$jqLite, $rootScope, $injector, $$AnimateRunner, $$Map, $$rAFScheduler) { + this.$get = ['$$jqLite', '$rootScope', '$injector', '$$AnimateRunner', '$$Map', '$$rAFScheduler', + function($$jqLite, $rootScope, $injector, $$AnimateRunner, $$Map, $$rAFScheduler) { - var animationQueue = []; - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + var animationQueue = []; + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); - function sortAnimations(animations) { - var tree = { children: [] }; - var i, - lookup = new $$Map(); + function sortAnimations(animations) { + var tree = { children: [] }; + var i, lookup = new $$Map(); - // this is done first beforehand so that the map - // is filled with a list of the elements that will be animated - for (i = 0; i < animations.length; i++) { - var animation = animations[i]; - lookup.set(animation.domNode, animations[i] = { - domNode: animation.domNode, - fn: animation.fn, - children: [] - }); - } + // this is done first beforehand so that the map + // is filled with a list of the elements that will be animated + for (i = 0; i < animations.length; i++) { + var animation = animations[i]; + lookup.set(animation.domNode, animations[i] = { + domNode: animation.domNode, + fn: animation.fn, + children: [] + }); + } - for (i = 0; i < animations.length; i++) { - processNode(animations[i]); - } + for (i = 0; i < animations.length; i++) { + processNode(animations[i]); + } - return flatten(tree); + return flatten(tree); - function processNode(entry) { - if (entry.processed) return entry; - entry.processed = true; + function processNode(entry) { + if (entry.processed) return entry; + entry.processed = true; - var elementNode = entry.domNode; - var parentNode = elementNode.parentNode; - lookup.set(elementNode, entry); + var elementNode = entry.domNode; + var parentNode = elementNode.parentNode; + lookup.set(elementNode, entry); - var parentEntry; - while (parentNode) { - parentEntry = lookup.get(parentNode); - if (parentEntry) { - if (!parentEntry.processed) { - parentEntry = processNode(parentEntry); - } - break; + var parentEntry; + while (parentNode) { + parentEntry = lookup.get(parentNode); + if (parentEntry) { + if (!parentEntry.processed) { + parentEntry = processNode(parentEntry); } - parentNode = parentNode.parentNode; + break; } - - (parentEntry || tree).children.push(entry); - return entry; + parentNode = parentNode.parentNode; } - function flatten(tree) { - var result = []; - var queue = []; - var i; - - for (i = 0; i < tree.children.length; i++) { - queue.push(tree.children[i]); - } - - var remainingLevelEntries = queue.length; - var nextLevelEntries = 0; - var row = []; - - for (i = 0; i < queue.length; i++) { - var entry = queue[i]; - if (remainingLevelEntries <= 0) { - remainingLevelEntries = nextLevelEntries; - nextLevelEntries = 0; - result.push(row); - row = []; - } - row.push(entry.fn); - entry.children.forEach(function (childEntry) { - nextLevelEntries++; - queue.push(childEntry); - }); - remainingLevelEntries--; - } + (parentEntry || tree).children.push(entry); + return entry; + } - if (row.length) { - result.push(row); - } + function flatten(tree) { + var result = []; + var queue = []; + var i; - return result; + for (i = 0; i < tree.children.length; i++) { + queue.push(tree.children[i]); } - } - // TODO(matsko): document the signature in a better way - return function (element, event, options) { - options = prepareAnimationOptions(options); - var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; + var remainingLevelEntries = queue.length; + var nextLevelEntries = 0; + var row = []; - // there is no animation at the current moment, however - // these runner methods will get later updated with the - // methods leading into the driver's end/cancel methods - // for now they just stop the animation from starting - var runner = new $$AnimateRunner({ - end: function end() { - close(); - }, - cancel: function cancel() { - close(true); + for (i = 0; i < queue.length; i++) { + var entry = queue[i]; + if (remainingLevelEntries <= 0) { + remainingLevelEntries = nextLevelEntries; + nextLevelEntries = 0; + result.push(row); + row = []; } - }); + row.push(entry.fn); + entry.children.forEach(function(childEntry) { + nextLevelEntries++; + queue.push(childEntry); + }); + remainingLevelEntries--; + } - if (!drivers.length) { - close(); - return runner; + if (row.length) { + result.push(row); } - setRunner(element, runner); + return result; + } + } - var classes = mergeClasses(element.attr('class'), mergeClasses(options.addClass, options.removeClass)); - var tempClasses = options.tempClasses; - if (tempClasses) { - classes += ' ' + tempClasses; - options.tempClasses = null; - } - - var prepareClassName; - if (isStructural) { - prepareClassName = 'ng-' + event + PREPARE_CLASS_SUFFIX; - $$jqLite.addClass(element, prepareClassName); - } - - animationQueue.push({ - // this data is used by the postDigest code and passed into - // the driver step function - element: element, - classes: classes, - event: event, - structural: isStructural, - options: options, - beforeStart: beforeStart, - close: close - }); + // TODO(matsko): document the signature in a better way + return function(element, event, options) { + options = prepareAnimationOptions(options); + var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; - element.on('$destroy', handleDestroyedElement); - - // we only want there to be one function called within the post digest - // block. This way we can group animations for all the animations that - // were apart of the same postDigest flush call. - if (animationQueue.length > 1) return runner; - - $rootScope.$$postDigest(function () { - var animations = []; - forEach(animationQueue, function (entry) { - // the element was destroyed early on which removed the runner - // form its storage. This means we can't animate this element - // at all and it already has been closed due to destruction. - if (getRunner(entry.element)) { - animations.push(entry); - } else { - entry.close(); - } - }); + // there is no animation at the current moment, however + // these runner methods will get later updated with the + // methods leading into the driver's end/cancel methods + // for now they just stop the animation from starting + var runner = new $$AnimateRunner({ + end: function() { close(); }, + cancel: function() { close(true); } + }); - // now any future animations will be in another postDigest - animationQueue.length = 0; + if (!drivers.length) { + close(); + return runner; + } - var groupedAnimations = groupAnimations(animations); - var toBeSortedAnimations = []; + setRunner(element, runner); - forEach(groupedAnimations, function (animationEntry) { - toBeSortedAnimations.push({ - domNode: getDomNode(animationEntry.from ? animationEntry.from.element : animationEntry.element), - fn: function triggerAnimationStart() { - // it's important that we apply the `ng-animate` CSS class and the - // temporary classes before we do any driver invoking since these - // CSS classes may be required for proper CSS detection. - animationEntry.beforeStart(); + var classes = mergeClasses(element.attr('class'), mergeClasses(options.addClass, options.removeClass)); + var tempClasses = options.tempClasses; + if (tempClasses) { + classes += ' ' + tempClasses; + options.tempClasses = null; + } - var startAnimationFn, - closeFn = animationEntry.close; + var prepareClassName; + if (isStructural) { + prepareClassName = 'ng-' + event + PREPARE_CLASS_SUFFIX; + $$jqLite.addClass(element, prepareClassName); + } - // in the event that the element was removed before the digest runs or - // during the RAF sequencing then we should not trigger the animation. - var targetElement = animationEntry.anchors ? animationEntry.from.element || animationEntry.to.element : animationEntry.element; + animationQueue.push({ + // this data is used by the postDigest code and passed into + // the driver step function + element: element, + classes: classes, + event: event, + structural: isStructural, + options: options, + beforeStart: beforeStart, + close: close + }); - if (getRunner(targetElement)) { - var operation = invokeFirstDriver(animationEntry); - if (operation) { - startAnimationFn = operation.start; - } - } + element.on('$destroy', handleDestroyedElement); + + // we only want there to be one function called within the post digest + // block. This way we can group animations for all the animations that + // were apart of the same postDigest flush call. + if (animationQueue.length > 1) return runner; + + $rootScope.$$postDigest(function() { + var animations = []; + forEach(animationQueue, function(entry) { + // the element was destroyed early on which removed the runner + // form its storage. This means we can't animate this element + // at all and it already has been closed due to destruction. + if (getRunner(entry.element)) { + animations.push(entry); + } else { + entry.close(); + } + }); - if (!startAnimationFn) { - closeFn(); - } else { - var animationRunner = startAnimationFn(); - animationRunner.done(function (status) { - closeFn(!status); - }); - updateAnimationRunners(animationEntry, animationRunner); + // now any future animations will be in another postDigest + animationQueue.length = 0; + + var groupedAnimations = groupAnimations(animations); + var toBeSortedAnimations = []; + + forEach(groupedAnimations, function(animationEntry) { + toBeSortedAnimations.push({ + domNode: getDomNode(animationEntry.from ? animationEntry.from.element : animationEntry.element), + fn: function triggerAnimationStart() { + // it's important that we apply the `ng-animate` CSS class and the + // temporary classes before we do any driver invoking since these + // CSS classes may be required for proper CSS detection. + animationEntry.beforeStart(); + + var startAnimationFn, closeFn = animationEntry.close; + + // in the event that the element was removed before the digest runs or + // during the RAF sequencing then we should not trigger the animation. + var targetElement = animationEntry.anchors + ? (animationEntry.from.element || animationEntry.to.element) + : animationEntry.element; + + if (getRunner(targetElement)) { + var operation = invokeFirstDriver(animationEntry); + if (operation) { + startAnimationFn = operation.start; } } - }); - }); - - // we need to sort each of the animations in order of parent to child - // relationships. This ensures that the child classes are applied at the - // right time. - $$rAFScheduler(sortAnimations(toBeSortedAnimations)); - }); - - return runner; - // TODO(matsko): change to reference nodes - function getAnchorNodes(node) { - var SELECTOR = '[' + NG_ANIMATE_REF_ATTR + ']'; - var items = node.hasAttribute(NG_ANIMATE_REF_ATTR) ? [node] : node.querySelectorAll(SELECTOR); - var anchors = []; - forEach(items, function (node) { - var attr = node.getAttribute(NG_ANIMATE_REF_ATTR); - if (attr && attr.length) { - anchors.push(node); + if (!startAnimationFn) { + closeFn(); + } else { + var animationRunner = startAnimationFn(); + animationRunner.done(function(status) { + closeFn(!status); + }); + updateAnimationRunners(animationEntry, animationRunner); + } } }); - return anchors; - } + }); - function groupAnimations(animations) { - var preparedAnimations = []; - var refLookup = {}; - forEach(animations, function (animation, index) { - var element = animation.element; - var node = getDomNode(element); - var event = animation.event; - var enterOrMove = ['enter', 'move'].indexOf(event) >= 0; - var anchorNodes = animation.structural ? getAnchorNodes(node) : []; - - if (anchorNodes.length) { - var direction = enterOrMove ? 'to' : 'from'; - - forEach(anchorNodes, function (anchor) { - var key = anchor.getAttribute(NG_ANIMATE_REF_ATTR); - refLookup[key] = refLookup[key] || {}; - refLookup[key][direction] = { - animationID: index, - element: jqLite(anchor) - }; - }); - } else { - preparedAnimations.push(animation); - } - }); + // we need to sort each of the animations in order of parent to child + // relationships. This ensures that the child classes are applied at the + // right time. + $$rAFScheduler(sortAnimations(toBeSortedAnimations)); + }); - var usedIndicesLookup = {}; - var anchorGroups = {}; - forEach(refLookup, function (operations, key) { - var from = operations.from; - var to = operations.to; - - if (!from || !to) { - // only one of these is set therefore we can't have an - // anchor animation since all three pieces are required - var index = from ? from.animationID : to.animationID; - var indexKey = index.toString(); - if (!usedIndicesLookup[indexKey]) { - usedIndicesLookup[indexKey] = true; - preparedAnimations.push(animations[index]); - } - return; + return runner; + + // TODO(matsko): change to reference nodes + function getAnchorNodes(node) { + var SELECTOR = '[' + NG_ANIMATE_REF_ATTR + ']'; + var items = node.hasAttribute(NG_ANIMATE_REF_ATTR) + ? [node] + : node.querySelectorAll(SELECTOR); + var anchors = []; + forEach(items, function(node) { + var attr = node.getAttribute(NG_ANIMATE_REF_ATTR); + if (attr && attr.length) { + anchors.push(node); + } + }); + return anchors; + } + + function groupAnimations(animations) { + var preparedAnimations = []; + var refLookup = {}; + forEach(animations, function(animation, index) { + var element = animation.element; + var node = getDomNode(element); + var event = animation.event; + var enterOrMove = ['enter', 'move'].indexOf(event) >= 0; + var anchorNodes = animation.structural ? getAnchorNodes(node) : []; + + if (anchorNodes.length) { + var direction = enterOrMove ? 'to' : 'from'; + + forEach(anchorNodes, function(anchor) { + var key = anchor.getAttribute(NG_ANIMATE_REF_ATTR); + refLookup[key] = refLookup[key] || {}; + refLookup[key][direction] = { + animationID: index, + element: jqLite(anchor) + }; + }); + } else { + preparedAnimations.push(animation); + } + }); + + var usedIndicesLookup = {}; + var anchorGroups = {}; + forEach(refLookup, function(operations, key) { + var from = operations.from; + var to = operations.to; + + if (!from || !to) { + // only one of these is set therefore we can't have an + // anchor animation since all three pieces are required + var index = from ? from.animationID : to.animationID; + var indexKey = index.toString(); + if (!usedIndicesLookup[indexKey]) { + usedIndicesLookup[indexKey] = true; + preparedAnimations.push(animations[index]); } + return; + } - var fromAnimation = animations[from.animationID]; - var toAnimation = animations[to.animationID]; - var lookupKey = from.animationID.toString(); - if (!anchorGroups[lookupKey]) { - var group = anchorGroups[lookupKey] = { - structural: true, - beforeStart: function beforeStart() { - fromAnimation.beforeStart(); - toAnimation.beforeStart(); - }, - close: function close() { - fromAnimation.close(); - toAnimation.close(); - }, - classes: cssClassesIntersection(fromAnimation.classes, toAnimation.classes), - from: fromAnimation, - to: toAnimation, - anchors: [] // TODO(matsko): change to reference nodes - }; + var fromAnimation = animations[from.animationID]; + var toAnimation = animations[to.animationID]; + var lookupKey = from.animationID.toString(); + if (!anchorGroups[lookupKey]) { + var group = anchorGroups[lookupKey] = { + structural: true, + beforeStart: function() { + fromAnimation.beforeStart(); + toAnimation.beforeStart(); + }, + close: function() { + fromAnimation.close(); + toAnimation.close(); + }, + classes: cssClassesIntersection(fromAnimation.classes, toAnimation.classes), + from: fromAnimation, + to: toAnimation, + anchors: [] // TODO(matsko): change to reference nodes + }; - // the anchor animations require that the from and to elements both have at least - // one shared CSS class which effectively marries the two elements together to use - // the same animation driver and to properly sequence the anchor animation. - if (group.classes.length) { - preparedAnimations.push(group); - } else { - preparedAnimations.push(fromAnimation); - preparedAnimations.push(toAnimation); - } + // the anchor animations require that the from and to elements both have at least + // one shared CSS class which effectively marries the two elements together to use + // the same animation driver and to properly sequence the anchor animation. + if (group.classes.length) { + preparedAnimations.push(group); + } else { + preparedAnimations.push(fromAnimation); + preparedAnimations.push(toAnimation); } + } - anchorGroups[lookupKey].anchors.push({ - 'out': from.element, 'in': to.element - }); + anchorGroups[lookupKey].anchors.push({ + 'out': from.element, 'in': to.element }); + }); - return preparedAnimations; - } + return preparedAnimations; + } - function cssClassesIntersection(a, b) { - a = a.split(' '); - b = b.split(' '); - var matches = []; + function cssClassesIntersection(a,b) { + a = a.split(' '); + b = b.split(' '); + var matches = []; - for (var i = 0; i < a.length; i++) { - var aa = a[i]; - if (aa.substring(0, 3) === 'ng-') continue; + for (var i = 0; i < a.length; i++) { + var aa = a[i]; + if (aa.substring(0,3) === 'ng-') continue; - for (var j = 0; j < b.length; j++) { - if (aa === b[j]) { - matches.push(aa); - break; - } + for (var j = 0; j < b.length; j++) { + if (aa === b[j]) { + matches.push(aa); + break; } } - - return matches.join(' '); } - function invokeFirstDriver(animationDetails) { - // we loop in reverse order since the more general drivers (like CSS and JS) - // may attempt more elements, but custom drivers are more particular - for (var i = drivers.length - 1; i >= 0; i--) { - var driverName = drivers[i]; - var factory = $injector.get(driverName); - var driver = factory(animationDetails); - if (driver) { - return driver; - } - } - } + return matches.join(' '); + } - function beforeStart() { - element.addClass(NG_ANIMATE_CLASSNAME); - if (tempClasses) { - $$jqLite.addClass(element, tempClasses); - } - if (prepareClassName) { - $$jqLite.removeClass(element, prepareClassName); - prepareClassName = null; + function invokeFirstDriver(animationDetails) { + // we loop in reverse order since the more general drivers (like CSS and JS) + // may attempt more elements, but custom drivers are more particular + for (var i = drivers.length - 1; i >= 0; i--) { + var driverName = drivers[i]; + var factory = $injector.get(driverName); + var driver = factory(animationDetails); + if (driver) { + return driver; } } + } - function updateAnimationRunners(animation, newRunner) { - if (animation.from && animation.to) { - update(animation.from.element); - update(animation.to.element); - } else { - update(animation.element); - } + function beforeStart() { + element.addClass(NG_ANIMATE_CLASSNAME); + if (tempClasses) { + $$jqLite.addClass(element, tempClasses); + } + if (prepareClassName) { + $$jqLite.removeClass(element, prepareClassName); + prepareClassName = null; + } + } - function update(element) { - var runner = getRunner(element); - if (runner) runner.setHost(newRunner); - } + function updateAnimationRunners(animation, newRunner) { + if (animation.from && animation.to) { + update(animation.from.element); + update(animation.to.element); + } else { + update(animation.element); } - function handleDestroyedElement() { + function update(element) { var runner = getRunner(element); - if (runner && (event !== 'leave' || !options.$$domOperationFired)) { - runner.end(); - } + if (runner) runner.setHost(newRunner); } + } - function close(rejected) { - element.off('$destroy', handleDestroyedElement); - removeRunner(element); + function handleDestroyedElement() { + var runner = getRunner(element); + if (runner && (event !== 'leave' || !options.$$domOperationFired)) { + runner.end(); + } + } - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); - options.domOperation(); + function close(rejected) { + element.off('$destroy', handleDestroyedElement); + removeRunner(element); - if (tempClasses) { - $$jqLite.removeClass(element, tempClasses); - } + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + options.domOperation(); - element.removeClass(NG_ANIMATE_CLASSNAME); - runner.complete(!rejected); + if (tempClasses) { + $$jqLite.removeClass(element, tempClasses); } - }; - }]; + + element.removeClass(NG_ANIMATE_CLASSNAME); + runner.complete(!rejected); + } + }; }]; +}]; - /** - * @ngdoc directive - * @name ngAnimateSwap - * @restrict A - * @scope - * - * @description - * - * ngAnimateSwap is a animation-oriented directive that allows for the container to - * be removed and entered in whenever the associated expression changes. A - * common usecase for this directive is a rotating banner or slider component which - * contains one image being present at a time. When the active image changes - * then the old image will perform a `leave` animation and the new element - * will be inserted via an `enter` animation. - * - * @animations - * | Animation | Occurs | - * |----------------------------------|--------------------------------------| - * | {@link ng.$animate#enter enter} | when the new element is inserted to the DOM | - * | {@link ng.$animate#leave leave} | when the old element is removed from the DOM | - * - * @example - * - * - *
    - *
    - * {{ number }} - *
    - *
    - *
    - * - * angular.module('ngAnimateSwapExample', ['ngAnimate']) - * .controller('AppCtrl', ['$scope', '$interval', function($scope, $interval) { - * $scope.number = 0; - * $interval(function() { - * $scope.number++; - * }, 1000); - * - * var colors = ['red','blue','green','yellow','orange']; - * $scope.colorClass = function(number) { - * return colors[number % colors.length]; - * }; - * }]); - * - * - * .container { - * height:250px; - * width:250px; - * position:relative; - * overflow:hidden; - * border:2px solid black; - * } - * .container .cell { - * font-size:150px; - * text-align:center; - * line-height:250px; - * position:absolute; - * top:0; - * left:0; - * right:0; - * border-bottom:2px solid black; - * } - * .swap-animation.ng-enter, .swap-animation.ng-leave { - * transition:0.5s linear all; - * } - * .swap-animation.ng-enter { - * top:-250px; - * } - * .swap-animation.ng-enter-active { - * top:0px; - * } - * .swap-animation.ng-leave { - * top:0px; - * } - * .swap-animation.ng-leave-active { - * top:250px; - * } - * .red { background:red; } - * .green { background:green; } - * .blue { background:blue; } - * .yellow { background:yellow; } - * .orange { background:orange; } - * - *
    - */ - var ngAnimateSwapDirective = ['$animate', '$rootScope', function ($animate, $rootScope) { - return { - restrict: 'A', - transclude: 'element', - terminal: true, - priority: 600, // we use 600 here to ensure that the directive is caught before others - link: function link(scope, $element, attrs, ctrl, $transclude) { - var previousElement, previousScope; - scope.$watchCollection(attrs.ngAnimateSwap || attrs['for'], function (value) { - if (previousElement) { - $animate.leave(previousElement); - } - if (previousScope) { - previousScope.$destroy(); - previousScope = null; - } - if (value || value === 0) { - previousScope = scope.$new(); - $transclude(previousScope, function (element) { - previousElement = element; - $animate.enter(element, null, $element); - }); - } - }); +/** + * @ngdoc directive + * @name ngAnimateSwap + * @restrict A + * @scope + * + * @description + * + * ngAnimateSwap is a animation-oriented directive that allows for the container to + * be removed and entered in whenever the associated expression changes. A + * common usecase for this directive is a rotating banner or slider component which + * contains one image being present at a time. When the active image changes + * then the old image will perform a `leave` animation and the new element + * will be inserted via an `enter` animation. + * + * @animations + * | Animation | Occurs | + * |----------------------------------|--------------------------------------| + * | {@link ng.$animate#enter enter} | when the new element is inserted to the DOM | + * | {@link ng.$animate#leave leave} | when the old element is removed from the DOM | + * + * @example + * + * + *
    + *
    + * {{ number }} + *
    + *
    + *
    + * + * angular.module('ngAnimateSwapExample', ['ngAnimate']) + * .controller('AppCtrl', ['$scope', '$interval', function($scope, $interval) { + * $scope.number = 0; + * $interval(function() { + * $scope.number++; + * }, 1000); + * + * var colors = ['red','blue','green','yellow','orange']; + * $scope.colorClass = function(number) { + * return colors[number % colors.length]; + * }; + * }]); + * + * + * .container { + * height:250px; + * width:250px; + * position:relative; + * overflow:hidden; + * border:2px solid black; + * } + * .container .cell { + * font-size:150px; + * text-align:center; + * line-height:250px; + * position:absolute; + * top:0; + * left:0; + * right:0; + * border-bottom:2px solid black; + * } + * .swap-animation.ng-enter, .swap-animation.ng-leave { + * transition:0.5s linear all; + * } + * .swap-animation.ng-enter { + * top:-250px; + * } + * .swap-animation.ng-enter-active { + * top:0px; + * } + * .swap-animation.ng-leave { + * top:0px; + * } + * .swap-animation.ng-leave-active { + * top:250px; + * } + * .red { background:red; } + * .green { background:green; } + * .blue { background:blue; } + * .yellow { background:yellow; } + * .orange { background:orange; } + * + *
    + */ +var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $rootScope) { + return { + restrict: 'A', + transclude: 'element', + terminal: true, + priority: 600, // we use 600 here to ensure that the directive is caught before others + link: function(scope, $element, attrs, ctrl, $transclude) { + var previousElement, previousScope; + scope.$watchCollection(attrs.ngAnimateSwap || attrs['for'], function(value) { + if (previousElement) { + $animate.leave(previousElement); + } + if (previousScope) { + previousScope.$destroy(); + previousScope = null; + } + if (value || value === 0) { + previousScope = scope.$new(); + $transclude(previousScope, function(element) { + previousElement = element; + $animate.enter(element, null, $element); + }); + } + }); + } + }; +}]; + +/** + * @ngdoc module + * @name ngAnimate + * @description + * + * The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via + * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an Angular app. + * + * ## Usage + * Simply put, there are two ways to make use of animations when ngAnimate is used: by using **CSS** and **JavaScript**. The former works purely based + * using CSS (by using matching CSS selectors/styles) and the latter triggers animations that are registered via `module.animation()`. For + * both CSS and JS animations the sole requirement is to have a matching `CSS class` that exists both in the registered animation and within + * the HTML element that the animation will be triggered on. + * + * ## Directive Support + * The following directives are "animation aware": + * + * | Directive | Supported Animations | + * |----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| + * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave and move | + * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | + * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | + * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | + * | {@link ng.directive:ngIf#animations ngIf} | enter and leave | + * | {@link ng.directive:ngClass#animations ngClass} | add and remove (the CSS class(es) present) | + * | {@link ng.directive:ngShow#animations ngShow} & {@link ng.directive:ngHide#animations ngHide} | add and remove (the ng-hide class value) | + * | {@link ng.directive:form#animations form} & {@link ng.directive:ngModel#animations ngModel} | add and remove (dirty, pristine, valid, invalid & all other validations) | + * | {@link module:ngMessages#animations ngMessages} | add and remove (ng-active & ng-inactive) | + * | {@link module:ngMessages#animations ngMessage} | enter and leave | + * + * (More information can be found by visiting each the documentation associated with each directive.) + * + * ## CSS-based Animations + * + * CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML + * and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation. + * + * The example below shows how an `enter` animation can be made possible on an element using `ng-if`: + * + * ```html + *
    + * Fade me in out + *
    + * + * + * ``` + * + * Notice the CSS class **fade**? We can now create the CSS transition code that references this class: + * + * ```css + * /* The starting CSS styles for the enter animation */ + * .fade.ng-enter { + * transition:0.5s linear all; + * opacity:0; + * } + * + * /* The finishing CSS styles for the enter animation */ + * .fade.ng-enter.ng-enter-active { + * opacity:1; + * } + * ``` + * + * The key thing to remember here is that, depending on the animation event (which each of the directives above trigger depending on what's going on) two + * generated CSS classes will be applied to the element; in the example above we have `.ng-enter` and `.ng-enter-active`. For CSS transitions, the transition + * code **must** be defined within the starting CSS class (in this case `.ng-enter`). The destination class is what the transition will animate towards. + * + * If for example we wanted to create animations for `leave` and `move` (ngRepeat triggers move) then we can do so using the same CSS naming conventions: + * + * ```css + * /* now the element will fade out before it is removed from the DOM */ + * .fade.ng-leave { + * transition:0.5s linear all; + * opacity:1; + * } + * .fade.ng-leave.ng-leave-active { + * opacity:0; + * } + * ``` + * + * We can also make use of **CSS Keyframes** by referencing the keyframe animation within the starting CSS class: + * + * ```css + * /* there is no need to define anything inside of the destination + * CSS class since the keyframe will take charge of the animation */ + * .fade.ng-leave { + * animation: my_fade_animation 0.5s linear; + * -webkit-animation: my_fade_animation 0.5s linear; + * } + * + * @keyframes my_fade_animation { + * from { opacity:1; } + * to { opacity:0; } + * } + * + * @-webkit-keyframes my_fade_animation { + * from { opacity:1; } + * to { opacity:0; } + * } + * ``` + * + * Feel free also mix transitions and keyframes together as well as any other CSS classes on the same element. + * + * ### CSS Class-based Animations + * + * Class-based animations (animations that are triggered via `ngClass`, `ngShow`, `ngHide` and some other directives) have a slightly different + * naming convention. Class-based animations are basic enough that a standard transition or keyframe can be referenced on the class being added + * and removed. + * + * For example if we wanted to do a CSS animation for `ngHide` then we place an animation on the `.ng-hide` CSS class: + * + * ```html + *
    + * Show and hide me + *
    + * + * + * + * ``` + * + * All that is going on here with ngShow/ngHide behind the scenes is the `.ng-hide` class is added/removed (when the hidden state is valid). Since + * ngShow and ngHide are animation aware then we can match up a transition and ngAnimate handles the rest. + * + * In addition the addition and removal of the CSS class, ngAnimate also provides two helper methods that we can use to further decorate the animation + * with CSS styles. + * + * ```html + *
    + * Highlight this box + *
    + * + * + * + * ``` + * + * We can also make use of CSS keyframes by placing them within the CSS classes. + * + * + * ### CSS Staggering Animations + * A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a + * curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be + * performed by creating a **ng-EVENT-stagger** CSS class and attaching that class to the base CSS class used for + * the animation. The style property expected within the stagger class can either be a **transition-delay** or an + * **animation-delay** property (or both if your animation contains both transitions and keyframe animations). + * + * ```css + * .my-animation.ng-enter { + * /* standard transition code */ + * transition: 1s linear all; + * opacity:0; + * } + * .my-animation.ng-enter-stagger { + * /* this will have a 100ms delay between each successive leave animation */ + * transition-delay: 0.1s; + * + * /* As of 1.4.4, this must always be set: it signals ngAnimate + * to not accidentally inherit a delay property from another CSS class */ + * transition-duration: 0s; + * + * /* if you are using animations instead of transitions you should configure as follows: + * animation-delay: 0.1s; + * animation-duration: 0s; */ + * } + * .my-animation.ng-enter.ng-enter-active { + * /* standard transition styles */ + * opacity:1; + * } + * ``` + * + * Staggering animations work by default in ngRepeat (so long as the CSS class is defined). Outside of ngRepeat, to use staggering animations + * on your own, they can be triggered by firing multiple calls to the same event on $animate. However, the restrictions surrounding this + * are that each of the elements must have the same CSS className value as well as the same parent element. A stagger operation + * will also be reset if one or more animation frames have passed since the multiple calls to `$animate` were fired. + * + * The following code will issue the **ng-leave-stagger** event on the element provided: + * + * ```js + * var kids = parent.children(); + * + * $animate.leave(kids[0]); //stagger index=0 + * $animate.leave(kids[1]); //stagger index=1 + * $animate.leave(kids[2]); //stagger index=2 + * $animate.leave(kids[3]); //stagger index=3 + * $animate.leave(kids[4]); //stagger index=4 + * + * window.requestAnimationFrame(function() { + * //stagger has reset itself + * $animate.leave(kids[5]); //stagger index=0 + * $animate.leave(kids[6]); //stagger index=1 + * + * $scope.$digest(); + * }); + * ``` + * + * Stagger animations are currently only supported within CSS-defined animations. + * + * ### The `ng-animate` CSS class + * + * When ngAnimate is animating an element it will apply the `ng-animate` CSS class to the element for the duration of the animation. + * This is a temporary CSS class and it will be removed once the animation is over (for both JavaScript and CSS-based animations). + * + * Therefore, animations can be applied to an element using this temporary class directly via CSS. + * + * ```css + * .zipper.ng-animate { + * transition:0.5s linear all; + * } + * .zipper.ng-enter { + * opacity:0; + * } + * .zipper.ng-enter.ng-enter-active { + * opacity:1; + * } + * .zipper.ng-leave { + * opacity:1; + * } + * .zipper.ng-leave.ng-leave-active { + * opacity:0; + * } + * ``` + * + * (Note that the `ng-animate` CSS class is reserved and it cannot be applied on an element directly since ngAnimate will always remove + * the CSS class once an animation has completed.) + * + * + * ### The `ng-[event]-prepare` class + * + * This is a special class that can be used to prevent unwanted flickering / flash of content before + * the actual animation starts. The class is added as soon as an animation is initialized, but removed + * before the actual animation starts (after waiting for a $digest). + * It is also only added for *structural* animations (`enter`, `move`, and `leave`). + * + * In practice, flickering can appear when nesting elements with structural animations such as `ngIf` + * into elements that have class-based animations such as `ngClass`. + * + * ```html + *
    + *
    + *
    + *
    + *
    + * ``` + * + * It is possible that during the `enter` animation, the `.message` div will be briefly visible before it starts animating. + * In that case, you can add styles to the CSS that make sure the element stays hidden before the animation starts: + * + * ```css + * .message.ng-enter-prepare { + * opacity: 0; + * } + * + * ``` + * + * ## JavaScript-based Animations + * + * ngAnimate also allows for animations to be consumed by JavaScript code. The approach is similar to CSS-based animations (where there is a shared + * CSS class that is referenced in our HTML code) but in addition we need to register the JavaScript animation on the module. By making use of the + * `module.animation()` module function we can register the animation. + * + * Let's see an example of a enter/leave animation using `ngRepeat`: + * + * ```html + *
    + * {{ item }} + *
    + * ``` + * + * See the **slide** CSS class? Let's use that class to define an animation that we'll structure in our module code by using `module.animation`: + * + * ```js + * myModule.animation('.slide', [function() { + * return { + * // make note that other events (like addClass/removeClass) + * // have different function input parameters + * enter: function(element, doneFn) { + * jQuery(element).fadeIn(1000, doneFn); + * + * // remember to call doneFn so that angular + * // knows that the animation has concluded + * }, + * + * move: function(element, doneFn) { + * jQuery(element).fadeIn(1000, doneFn); + * }, + * + * leave: function(element, doneFn) { + * jQuery(element).fadeOut(1000, doneFn); + * } + * } + * }]); + * ``` + * + * The nice thing about JS-based animations is that we can inject other services and make use of advanced animation libraries such as + * greensock.js and velocity.js. + * + * If our animation code class-based (meaning that something like `ngClass`, `ngHide` and `ngShow` triggers it) then we can still define + * our animations inside of the same registered animation, however, the function input arguments are a bit different: + * + * ```html + *
    + * this box is moody + *
    + * + * + * + * ``` + * + * ```js + * myModule.animation('.colorful', [function() { + * return { + * addClass: function(element, className, doneFn) { + * // do some cool animation and call the doneFn + * }, + * removeClass: function(element, className, doneFn) { + * // do some cool animation and call the doneFn + * }, + * setClass: function(element, addedClass, removedClass, doneFn) { + * // do some cool animation and call the doneFn + * } + * } + * }]); + * ``` + * + * ## CSS + JS Animations Together + * + * AngularJS 1.4 and higher has taken steps to make the amalgamation of CSS and JS animations more flexible. However, unlike earlier versions of Angular, + * defining CSS and JS animations to work off of the same CSS class will not work anymore. Therefore the example below will only result in **JS animations taking + * charge of the animation**: + * + * ```html + *
    + * Slide in and out + *
    + * ``` + * + * ```js + * myModule.animation('.slide', [function() { + * return { + * enter: function(element, doneFn) { + * jQuery(element).slideIn(1000, doneFn); + * } + * } + * }]); + * ``` + * + * ```css + * .slide.ng-enter { + * transition:0.5s linear all; + * transform:translateY(-100px); + * } + * .slide.ng-enter.ng-enter-active { + * transform:translateY(0); + * } + * ``` + * + * Does this mean that CSS and JS animations cannot be used together? Do JS-based animations always have higher priority? We can make up for the + * lack of CSS animations by using the `$animateCss` service to trigger our own tweaked-out, CSS-based animations directly from + * our own JS-based animation code: + * + * ```js + * myModule.animation('.slide', ['$animateCss', function($animateCss) { + * return { + * enter: function(element) { +* // this will trigger `.slide.ng-enter` and `.slide.ng-enter-active`. + * return $animateCss(element, { + * event: 'enter', + * structural: true + * }); + * } + * } + * }]); + * ``` + * + * The nice thing here is that we can save bandwidth by sticking to our CSS-based animation code and we don't need to rely on a 3rd-party animation framework. + * + * The `$animateCss` service is very powerful since we can feed in all kinds of extra properties that will be evaluated and fed into a CSS transition or + * keyframe animation. For example if we wanted to animate the height of an element while adding and removing classes then we can do so by providing that + * data into `$animateCss` directly: + * + * ```js + * myModule.animation('.slide', ['$animateCss', function($animateCss) { + * return { + * enter: function(element) { + * return $animateCss(element, { + * event: 'enter', + * structural: true, + * addClass: 'maroon-setting', + * from: { height:0 }, + * to: { height: 200 } + * }); + * } + * } + * }]); + * ``` + * + * Now we can fill in the rest via our transition CSS code: + * + * ```css + * /* the transition tells ngAnimate to make the animation happen */ + * .slide.ng-enter { transition:0.5s linear all; } + * + * /* this extra CSS class will be absorbed into the transition + * since the $animateCss code is adding the class */ + * .maroon-setting { background:red; } + * ``` + * + * And `$animateCss` will figure out the rest. Just make sure to have the `done()` callback fire the `doneFn` function to signal when the animation is over. + * + * To learn more about what's possible be sure to visit the {@link ngAnimate.$animateCss $animateCss service}. + * + * ## Animation Anchoring (via `ng-animate-ref`) + * + * ngAnimate in AngularJS 1.4 comes packed with the ability to cross-animate elements between + * structural areas of an application (like views) by pairing up elements using an attribute + * called `ng-animate-ref`. + * + * Let's say for example we have two views that are managed by `ng-view` and we want to show + * that there is a relationship between two components situated in within these views. By using the + * `ng-animate-ref` attribute we can identify that the two components are paired together and we + * can then attach an animation, which is triggered when the view changes. + * + * Say for example we have the following template code: + * + * ```html + * + *
    + *
    + * + * + * + * + * + * + * + * + * ``` + * + * Now, when the view changes (once the link is clicked), ngAnimate will examine the + * HTML contents to see if there is a match reference between any components in the view + * that is leaving and the view that is entering. It will scan both the view which is being + * removed (leave) and inserted (enter) to see if there are any paired DOM elements that + * contain a matching ref value. + * + * The two images match since they share the same ref value. ngAnimate will now create a + * transport element (which is a clone of the first image element) and it will then attempt + * to animate to the position of the second image element in the next view. For the animation to + * work a special CSS class called `ng-anchor` will be added to the transported element. + * + * We can now attach a transition onto the `.banner.ng-anchor` CSS class and then + * ngAnimate will handle the entire transition for us as well as the addition and removal of + * any changes of CSS classes between the elements: + * + * ```css + * .banner.ng-anchor { + * /* this animation will last for 1 second since there are + * two phases to the animation (an `in` and an `out` phase) */ + * transition:0.5s linear all; + * } + * ``` + * + * We also **must** include animations for the views that are being entered and removed + * (otherwise anchoring wouldn't be possible since the new view would be inserted right away). + * + * ```css + * .view-animation.ng-enter, .view-animation.ng-leave { + * transition:0.5s linear all; + * position:fixed; + * left:0; + * top:0; + * width:100%; + * } + * .view-animation.ng-enter { + * transform:translateX(100%); + * } + * .view-animation.ng-leave, + * .view-animation.ng-enter.ng-enter-active { + * transform:translateX(0%); + * } + * .view-animation.ng-leave.ng-leave-active { + * transform:translateX(-100%); + * } + * ``` + * + * Now we can jump back to the anchor animation. When the animation happens, there are two stages that occur: + * an `out` and an `in` stage. The `out` stage happens first and that is when the element is animated away + * from its origin. Once that animation is over then the `in` stage occurs which animates the + * element to its destination. The reason why there are two animations is to give enough time + * for the enter animation on the new element to be ready. + * + * The example above sets up a transition for both the in and out phases, but we can also target the out or + * in phases directly via `ng-anchor-out` and `ng-anchor-in`. + * + * ```css + * .banner.ng-anchor-out { + * transition: 0.5s linear all; + * + * /* the scale will be applied during the out animation, + * but will be animated away when the in animation runs */ + * transform: scale(1.2); + * } + * + * .banner.ng-anchor-in { + * transition: 1s linear all; + * } + * ``` + * + * + * + * + * ### Anchoring Demo + * + + + Home +
    +
    +
    +
    +
    + + angular.module('anchoringExample', ['ngAnimate', 'ngRoute']) + .config(['$routeProvider', function($routeProvider) { + $routeProvider.when('/', { + templateUrl: 'home.html', + controller: 'HomeController as home' + }); + $routeProvider.when('/profile/:id', { + templateUrl: 'profile.html', + controller: 'ProfileController as profile' + }); + }]) + .run(['$rootScope', function($rootScope) { + $rootScope.records = [ + { id: 1, title: 'Miss Beulah Roob' }, + { id: 2, title: 'Trent Morissette' }, + { id: 3, title: 'Miss Ava Pouros' }, + { id: 4, title: 'Rod Pouros' }, + { id: 5, title: 'Abdul Rice' }, + { id: 6, title: 'Laurie Rutherford Sr.' }, + { id: 7, title: 'Nakia McLaughlin' }, + { id: 8, title: 'Jordon Blanda DVM' }, + { id: 9, title: 'Rhoda Hand' }, + { id: 10, title: 'Alexandrea Sauer' } + ]; + }]) + .controller('HomeController', [function() { + //empty + }]) + .controller('ProfileController', ['$rootScope', '$routeParams', + function ProfileController($rootScope, $routeParams) { + var index = parseInt($routeParams.id, 10); + var record = $rootScope.records[index - 1]; + + this.title = record.title; + this.id = record.id; + }]); + + +

    Welcome to the home page

    +

    Please click on an element

    + + {{ record.title }} + +
    + +
    + {{ profile.title }} +
    +
    + + .record { + display:block; + font-size:20px; + } + .profile { + background:black; + color:white; + font-size:100px; + } + .view-container { + position:relative; + } + .view-container > .view.ng-animate { + position:absolute; + top:0; + left:0; + width:100%; + min-height:500px; + } + .view.ng-enter, .view.ng-leave, + .record.ng-anchor { + transition:0.5s linear all; + } + .view.ng-enter { + transform:translateX(100%); } + .view.ng-enter.ng-enter-active, .view.ng-leave { + transform:translateX(0%); + } + .view.ng-leave.ng-leave-active { + transform:translateX(-100%); + } + .record.ng-anchor-out { + background:red; + } + +
    + * + * ### How is the element transported? + * + * When an anchor animation occurs, ngAnimate will clone the starting element and position it exactly where the starting + * element is located on screen via absolute positioning. The cloned element will be placed inside of the root element + * of the application (where ng-app was defined) and all of the CSS classes of the starting element will be applied. The + * element will then animate into the `out` and `in` animations and will eventually reach the coordinates and match + * the dimensions of the destination element. During the entire animation a CSS class of `.ng-animate-shim` will be applied + * to both the starting and destination elements in order to hide them from being visible (the CSS styling for the class + * is: `visibility:hidden`). Once the anchor reaches its destination then it will be removed and the destination element + * will become visible since the shim class will be removed. + * + * ### How is the morphing handled? + * + * CSS Anchoring relies on transitions and keyframes and the internal code is intelligent enough to figure out + * what CSS classes differ between the starting element and the destination element. These different CSS classes + * will be added/removed on the anchor element and a transition will be applied (the transition that is provided + * in the anchor class). Long story short, ngAnimate will figure out what classes to add and remove which will + * make the transition of the element as smooth and automatic as possible. Be sure to use simple CSS classes that + * do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since + * the cloned element is placed inside of root element which is likely close to the body element). + * + * Note that if the root element is on the `` element then the cloned node will be placed inside of body. + * + * + * ## Using $animate in your directive code + * + * So far we've explored how to feed in animations into an Angular application, but how do we trigger animations within our own directives in our application? + * By injecting the `$animate` service into our directive code, we can trigger structural and class-based hooks which can then be consumed by animations. Let's + * imagine we have a greeting box that shows and hides itself when the data changes + * + * ```html + * Hi there + * ``` + * + * ```js + * ngModule.directive('greetingBox', ['$animate', function($animate) { + * return function(scope, element, attrs) { + * attrs.$observe('active', function(value) { + * value ? $animate.addClass(element, 'on') : $animate.removeClass(element, 'on'); + * }); + * }); + * }]); + * ``` + * + * Now the `on` CSS class is added and removed on the greeting box component. Now if we add a CSS class on top of the greeting box element + * in our HTML code then we can trigger a CSS or JS animation to happen. + * + * ```css + * /* normally we would create a CSS class to reference on the element */ + * greeting-box.on { transition:0.5s linear all; background:green; color:white; } + * ``` + * + * The `$animate` service contains a variety of other methods like `enter`, `leave`, `animate` and `setClass`. To learn more about what's + * possible be sure to visit the {@link ng.$animate $animate service API page}. + * + * + * ## Callbacks and Promises + * + * When `$animate` is called it returns a promise that can be used to capture when the animation has ended. Therefore if we were to trigger + * an animation (within our directive code) then we can continue performing directive and scope related activities after the animation has + * ended by chaining onto the returned promise that animation method returns. + * + * ```js + * // somewhere within the depths of the directive + * $animate.enter(element, parent).then(function() { + * //the animation has completed + * }); + * ``` + * + * (Note that earlier versions of Angular prior to v1.4 required the promise code to be wrapped using `$scope.$apply(...)`. This is not the case + * anymore.) + * + * In addition to the animation promise, we can also make use of animation-related callbacks within our directives and controller code by registering + * an event listener using the `$animate` service. Let's say for example that an animation was triggered on our view + * routing controller to hook into that: + * + * ```js + * ngModule.controller('HomePageController', ['$animate', function($animate) { + * $animate.on('enter', ngViewElement, function(element) { + * // the animation for this route has completed + * }]); + * }]) + * ``` + * + * (Note that you will need to trigger a digest within the callback to get angular to notice any scope-related changes.) + */ + +var copy; +var extend; +var forEach; +var isArray; +var isDefined; +var isElement; +var isFunction; +var isObject; +var isString; +var isUndefined; +var jqLite; +var noop; + +/** + * @ngdoc service + * @name $animate + * @kind object + * + * @description + * The ngAnimate `$animate` service documentation is the same for the core `$animate` service. + * + * Click here {@link ng.$animate to learn more about animations with `$animate`}. + */ +angular.module('ngAnimate', [], function initAngularHelpers() { + // Access helpers from angular core. + // Do it inside a `config` block to ensure `window.angular` is available. + noop = angular.noop; + copy = angular.copy; + extend = angular.extend; + jqLite = angular.element; + forEach = angular.forEach; + isArray = angular.isArray; + isString = angular.isString; + isObject = angular.isObject; + isUndefined = angular.isUndefined; + isDefined = angular.isDefined; + isFunction = angular.isFunction; + isElement = angular.isElement; +}) + .info({ angularVersion: '1.6.8' }) + .directive('ngAnimateSwap', ngAnimateSwapDirective) + + .directive('ngAnimateChildren', $$AnimateChildrenDirective) + .factory('$$rAFScheduler', $$rAFSchedulerFactory) + + .provider('$$animateQueue', $$AnimateQueueProvider) + .provider('$$animation', $$AnimationProvider) + + .provider('$animateCss', $AnimateCssProvider) + .provider('$$animateCssDriver', $$AnimateCssDriverProvider) + + .provider('$$animateJs', $$AnimateJsProvider) + .provider('$$animateJsDriver', $$AnimateJsDriverProvider); + + +})(window, window.angular); + +},{}],142:[function(require,module,exports){ +require('./angular-animate'); +module.exports = 'ngAnimate'; + +},{"./angular-animate":141}],143:[function(require,module,exports){ +/** + * @license AngularJS v1.6.8 + * (c) 2010-2017 Google, Inc. http://angularjs.org + * License: MIT + */ +(function(window, angular) {'use strict'; + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +var $sanitizeMinErr = angular.$$minErr('$sanitize'); +var bind; +var extend; +var forEach; +var isDefined; +var lowercase; +var noop; +var nodeContains; +var htmlParser; +var htmlSanitizeWriter; + +/** + * @ngdoc module + * @name ngSanitize + * @description + * + * The `ngSanitize` module provides functionality to sanitize HTML. + * + * See {@link ngSanitize.$sanitize `$sanitize`} for usage. + */ + +/** + * @ngdoc service + * @name $sanitize + * @kind function + * + * @description + * Sanitizes an html string by stripping all potentially dangerous tokens. + * + * The input is sanitized by parsing the HTML into tokens. All safe tokens (from a whitelist) are + * then serialized back to properly escaped html string. This means that no unsafe input can make + * it into the returned string. + * + * The whitelist for URL sanitization of attribute values is configured using the functions + * `aHrefSanitizationWhitelist` and `imgSrcSanitizationWhitelist` of {@link ng.$compileProvider + * `$compileProvider`}. + * + * The input may also contain SVG markup if this is enabled via {@link $sanitizeProvider}. + * + * @param {string} html HTML input. + * @returns {string} Sanitized HTML. + * + * @example + + + +
    + Snippet: + + + + + + + + + + + + + + + + + + + + + + + + + +
    DirectiveHowSourceRendered
    ng-bind-htmlAutomatically uses $sanitize
    <div ng-bind-html="snippet">
    </div>
    ng-bind-htmlBypass $sanitize by explicitly trusting the dangerous value +
    <div ng-bind-html="deliberatelyTrustDangerousSnippet()">
    +</div>
    +
    ng-bindAutomatically escapes
    <div ng-bind="snippet">
    </div>
    +
    +
    + + it('should sanitize the html snippet by default', function() { + expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). + toBe('

    an html\nclick here\nsnippet

    '); + }); + + it('should inline raw snippet if bound to a trusted value', function() { + expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')). + toBe("

    an html\n" + + "click here\n" + + "snippet

    "); + }); + + it('should escape snippet without any filter', function() { + expect(element(by.css('#bind-default div')).getAttribute('innerHTML')). + toBe("<p style=\"color:blue\">an html\n" + + "<em onmouseover=\"this.textContent='PWN3D!'\">click here</em>\n" + + "snippet</p>"); + }); + + it('should update', function() { + element(by.model('snippet')).clear(); + element(by.model('snippet')).sendKeys('new text'); + expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). + toBe('new text'); + expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')).toBe( + 'new text'); + expect(element(by.css('#bind-default div')).getAttribute('innerHTML')).toBe( + "new <b onclick=\"alert(1)\">text</b>"); + }); +
    +
    + */ + + +/** + * @ngdoc provider + * @name $sanitizeProvider + * @this + * + * @description + * Creates and configures {@link $sanitize} instance. + */ +function $SanitizeProvider() { + var svgEnabled = false; + + this.$get = ['$$sanitizeUri', function($$sanitizeUri) { + if (svgEnabled) { + extend(validElements, svgElements); + } + return function(html) { + var buf = []; + htmlParser(html, htmlSanitizeWriter(buf, function(uri, isImage) { + return !/^unsafe:/.test($$sanitizeUri(uri, isImage)); + })); + return buf.join(''); }; }]; + /** - * @ngdoc module - * @name ngAnimate - * @description - * - * The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via - * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an Angular app. - * - * ## Usage - * Simply put, there are two ways to make use of animations when ngAnimate is used: by using **CSS** and **JavaScript**. The former works purely based - * using CSS (by using matching CSS selectors/styles) and the latter triggers animations that are registered via `module.animation()`. For - * both CSS and JS animations the sole requirement is to have a matching `CSS class` that exists both in the registered animation and within - * the HTML element that the animation will be triggered on. - * - * ## Directive Support - * The following directives are "animation aware": - * - * | Directive | Supported Animations | - * |----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| - * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave and move | - * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | - * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | - * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | - * | {@link ng.directive:ngIf#animations ngIf} | enter and leave | - * | {@link ng.directive:ngClass#animations ngClass} | add and remove (the CSS class(es) present) | - * | {@link ng.directive:ngShow#animations ngShow} & {@link ng.directive:ngHide#animations ngHide} | add and remove (the ng-hide class value) | - * | {@link ng.directive:form#animations form} & {@link ng.directive:ngModel#animations ngModel} | add and remove (dirty, pristine, valid, invalid & all other validations) | - * | {@link module:ngMessages#animations ngMessages} | add and remove (ng-active & ng-inactive) | - * | {@link module:ngMessages#animations ngMessage} | enter and leave | - * - * (More information can be found by visiting each the documentation associated with each directive.) - * - * ## CSS-based Animations - * - * CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML - * and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation. - * - * The example below shows how an `enter` animation can be made possible on an element using `ng-if`: - * - * ```html - *
    - * Fade me in out - *
    - * - * - * ``` - * - * Notice the CSS class **fade**? We can now create the CSS transition code that references this class: - * - * ```css - * /* The starting CSS styles for the enter animation */ - * .fade.ng-enter { - * transition:0.5s linear all; - * opacity:0; - * } - * - * /* The finishing CSS styles for the enter animation */ - * .fade.ng-enter.ng-enter-active { - * opacity:1; - * } - * ``` - * - * The key thing to remember here is that, depending on the animation event (which each of the directives above trigger depending on what's going on) two - * generated CSS classes will be applied to the element; in the example above we have `.ng-enter` and `.ng-enter-active`. For CSS transitions, the transition - * code **must** be defined within the starting CSS class (in this case `.ng-enter`). The destination class is what the transition will animate towards. - * - * If for example we wanted to create animations for `leave` and `move` (ngRepeat triggers move) then we can do so using the same CSS naming conventions: - * - * ```css - * /* now the element will fade out before it is removed from the DOM */ - * .fade.ng-leave { - * transition:0.5s linear all; - * opacity:1; - * } - * .fade.ng-leave.ng-leave-active { - * opacity:0; - * } - * ``` - * - * We can also make use of **CSS Keyframes** by referencing the keyframe animation within the starting CSS class: - * - * ```css - * /* there is no need to define anything inside of the destination - * CSS class since the keyframe will take charge of the animation */ - * .fade.ng-leave { - * animation: my_fade_animation 0.5s linear; - * -webkit-animation: my_fade_animation 0.5s linear; - * } - * - * @keyframes my_fade_animation { - * from { opacity:1; } - * to { opacity:0; } - * } - * - * @-webkit-keyframes my_fade_animation { - * from { opacity:1; } - * to { opacity:0; } - * } - * ``` - * - * Feel free also mix transitions and keyframes together as well as any other CSS classes on the same element. - * - * ### CSS Class-based Animations - * - * Class-based animations (animations that are triggered via `ngClass`, `ngShow`, `ngHide` and some other directives) have a slightly different - * naming convention. Class-based animations are basic enough that a standard transition or keyframe can be referenced on the class being added - * and removed. - * - * For example if we wanted to do a CSS animation for `ngHide` then we place an animation on the `.ng-hide` CSS class: - * - * ```html - *
    - * Show and hide me - *
    - * - * - * - * ``` - * - * All that is going on here with ngShow/ngHide behind the scenes is the `.ng-hide` class is added/removed (when the hidden state is valid). Since - * ngShow and ngHide are animation aware then we can match up a transition and ngAnimate handles the rest. - * - * In addition the addition and removal of the CSS class, ngAnimate also provides two helper methods that we can use to further decorate the animation - * with CSS styles. - * - * ```html - *
    - * Highlight this box - *
    - * - * - * - * ``` - * - * We can also make use of CSS keyframes by placing them within the CSS classes. - * - * - * ### CSS Staggering Animations - * A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a - * curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be - * performed by creating a **ng-EVENT-stagger** CSS class and attaching that class to the base CSS class used for - * the animation. The style property expected within the stagger class can either be a **transition-delay** or an - * **animation-delay** property (or both if your animation contains both transitions and keyframe animations). - * - * ```css - * .my-animation.ng-enter { - * /* standard transition code */ - * transition: 1s linear all; - * opacity:0; - * } - * .my-animation.ng-enter-stagger { - * /* this will have a 100ms delay between each successive leave animation */ - * transition-delay: 0.1s; - * - * /* As of 1.4.4, this must always be set: it signals ngAnimate - * to not accidentally inherit a delay property from another CSS class */ - * transition-duration: 0s; - * - * /* if you are using animations instead of transitions you should configure as follows: - * animation-delay: 0.1s; - * animation-duration: 0s; */ - * } - * .my-animation.ng-enter.ng-enter-active { - * /* standard transition styles */ - * opacity:1; - * } - * ``` - * - * Staggering animations work by default in ngRepeat (so long as the CSS class is defined). Outside of ngRepeat, to use staggering animations - * on your own, they can be triggered by firing multiple calls to the same event on $animate. However, the restrictions surrounding this - * are that each of the elements must have the same CSS className value as well as the same parent element. A stagger operation - * will also be reset if one or more animation frames have passed since the multiple calls to `$animate` were fired. - * - * The following code will issue the **ng-leave-stagger** event on the element provided: - * - * ```js - * var kids = parent.children(); - * - * $animate.leave(kids[0]); //stagger index=0 - * $animate.leave(kids[1]); //stagger index=1 - * $animate.leave(kids[2]); //stagger index=2 - * $animate.leave(kids[3]); //stagger index=3 - * $animate.leave(kids[4]); //stagger index=4 - * - * window.requestAnimationFrame(function() { - * //stagger has reset itself - * $animate.leave(kids[5]); //stagger index=0 - * $animate.leave(kids[6]); //stagger index=1 - * - * $scope.$digest(); - * }); - * ``` - * - * Stagger animations are currently only supported within CSS-defined animations. - * - * ### The `ng-animate` CSS class - * - * When ngAnimate is animating an element it will apply the `ng-animate` CSS class to the element for the duration of the animation. - * This is a temporary CSS class and it will be removed once the animation is over (for both JavaScript and CSS-based animations). - * - * Therefore, animations can be applied to an element using this temporary class directly via CSS. - * - * ```css - * .zipper.ng-animate { - * transition:0.5s linear all; - * } - * .zipper.ng-enter { - * opacity:0; - * } - * .zipper.ng-enter.ng-enter-active { - * opacity:1; - * } - * .zipper.ng-leave { - * opacity:1; - * } - * .zipper.ng-leave.ng-leave-active { - * opacity:0; - * } - * ``` - * - * (Note that the `ng-animate` CSS class is reserved and it cannot be applied on an element directly since ngAnimate will always remove - * the CSS class once an animation has completed.) - * - * - * ### The `ng-[event]-prepare` class - * - * This is a special class that can be used to prevent unwanted flickering / flash of content before - * the actual animation starts. The class is added as soon as an animation is initialized, but removed - * before the actual animation starts (after waiting for a $digest). - * It is also only added for *structural* animations (`enter`, `move`, and `leave`). - * - * In practice, flickering can appear when nesting elements with structural animations such as `ngIf` - * into elements that have class-based animations such as `ngClass`. - * - * ```html - *
    - *
    - *
    - *
    - *
    - * ``` - * - * It is possible that during the `enter` animation, the `.message` div will be briefly visible before it starts animating. - * In that case, you can add styles to the CSS that make sure the element stays hidden before the animation starts: - * - * ```css - * .message.ng-enter-prepare { - * opacity: 0; - * } - * - * ``` - * - * ## JavaScript-based Animations - * - * ngAnimate also allows for animations to be consumed by JavaScript code. The approach is similar to CSS-based animations (where there is a shared - * CSS class that is referenced in our HTML code) but in addition we need to register the JavaScript animation on the module. By making use of the - * `module.animation()` module function we can register the animation. - * - * Let's see an example of a enter/leave animation using `ngRepeat`: - * - * ```html - *
    - * {{ item }} - *
    - * ``` - * - * See the **slide** CSS class? Let's use that class to define an animation that we'll structure in our module code by using `module.animation`: - * - * ```js - * myModule.animation('.slide', [function() { - * return { - * // make note that other events (like addClass/removeClass) - * // have different function input parameters - * enter: function(element, doneFn) { - * jQuery(element).fadeIn(1000, doneFn); - * - * // remember to call doneFn so that angular - * // knows that the animation has concluded - * }, - * - * move: function(element, doneFn) { - * jQuery(element).fadeIn(1000, doneFn); - * }, - * - * leave: function(element, doneFn) { - * jQuery(element).fadeOut(1000, doneFn); - * } - * } - * }]); - * ``` - * - * The nice thing about JS-based animations is that we can inject other services and make use of advanced animation libraries such as - * greensock.js and velocity.js. - * - * If our animation code class-based (meaning that something like `ngClass`, `ngHide` and `ngShow` triggers it) then we can still define - * our animations inside of the same registered animation, however, the function input arguments are a bit different: - * - * ```html - *
    - * this box is moody - *
    - * - * - * - * ``` - * - * ```js - * myModule.animation('.colorful', [function() { - * return { - * addClass: function(element, className, doneFn) { - * // do some cool animation and call the doneFn - * }, - * removeClass: function(element, className, doneFn) { - * // do some cool animation and call the doneFn - * }, - * setClass: function(element, addedClass, removedClass, doneFn) { - * // do some cool animation and call the doneFn - * } - * } - * }]); - * ``` - * - * ## CSS + JS Animations Together - * - * AngularJS 1.4 and higher has taken steps to make the amalgamation of CSS and JS animations more flexible. However, unlike earlier versions of Angular, - * defining CSS and JS animations to work off of the same CSS class will not work anymore. Therefore the example below will only result in **JS animations taking - * charge of the animation**: - * - * ```html - *
    - * Slide in and out - *
    - * ``` - * - * ```js - * myModule.animation('.slide', [function() { - * return { - * enter: function(element, doneFn) { - * jQuery(element).slideIn(1000, doneFn); - * } - * } - * }]); - * ``` - * - * ```css - * .slide.ng-enter { - * transition:0.5s linear all; - * transform:translateY(-100px); - * } - * .slide.ng-enter.ng-enter-active { - * transform:translateY(0); - * } - * ``` + * @ngdoc method + * @name $sanitizeProvider#enableSvg + * @kind function * - * Does this mean that CSS and JS animations cannot be used together? Do JS-based animations always have higher priority? We can make up for the - * lack of CSS animations by using the `$animateCss` service to trigger our own tweaked-out, CSS-based animations directly from - * our own JS-based animation code: + * @description + * Enables a subset of svg to be supported by the sanitizer. * - * ```js - * myModule.animation('.slide', ['$animateCss', function($animateCss) { - * return { - * enter: function(element) { - * // this will trigger `.slide.ng-enter` and `.slide.ng-enter-active`. - * return $animateCss(element, { - * event: 'enter', - * structural: true - * }); - * } - * } - * }]); - * ``` + *
    + *

    By enabling this setting without taking other precautions, you might expose your + * application to click-hijacking attacks. In these attacks, sanitized svg elements could be positioned + * outside of the containing element and be rendered over other elements on the page (e.g. a login + * link). Such behavior can then result in phishing incidents.

    * - * The nice thing here is that we can save bandwidth by sticking to our CSS-based animation code and we don't need to rely on a 3rd-party animation framework. + *

    To protect against these, explicitly setup `overflow: hidden` css rule for all potential svg + * tags within the sanitized content:

    * - * The `$animateCss` service is very powerful since we can feed in all kinds of extra properties that will be evaluated and fed into a CSS transition or - * keyframe animation. For example if we wanted to animate the height of an element while adding and removing classes then we can do so by providing that - * data into `$animateCss` directly: + *
    * - * ```js - * myModule.animation('.slide', ['$animateCss', function($animateCss) { - * return { - * enter: function(element) { - * return $animateCss(element, { - * event: 'enter', - * structural: true, - * addClass: 'maroon-setting', - * from: { height:0 }, - * to: { height: 200 } - * }); - * } + *
    
    +   *   .rootOfTheIncludedContent svg {
    +   *     overflow: hidden !important;
        *   }
    -   * }]);
    -   * ```
    -   *
    -   * Now we can fill in the rest via our transition CSS code:
    -   *
    -   * ```css
    -   * /* the transition tells ngAnimate to make the animation happen */
    -   * .slide.ng-enter { transition:0.5s linear all; }
    -   *
    -   * /* this extra CSS class will be absorbed into the transition
    -   * since the $animateCss code is adding the class */
    -   * .maroon-setting { background:red; }
    -   * ```
    -   *
    -   * And `$animateCss` will figure out the rest. Just make sure to have the `done()` callback fire the `doneFn` function to signal when the animation is over.
    -   *
    -   * To learn more about what's possible be sure to visit the {@link ngAnimate.$animateCss $animateCss service}.
    -   *
    -   * ## Animation Anchoring (via `ng-animate-ref`)
    -   *
    -   * ngAnimate in AngularJS 1.4 comes packed with the ability to cross-animate elements between
    -   * structural areas of an application (like views) by pairing up elements using an attribute
    -   * called `ng-animate-ref`.
    -   *
    -   * Let's say for example we have two views that are managed by `ng-view` and we want to show
    -   * that there is a relationship between two components situated in within these views. By using the
    -   * `ng-animate-ref` attribute we can identify that the two components are paired together and we
    -   * can then attach an animation, which is triggered when the view changes.
    -   *
    -   * Say for example we have the following template code:
    -   *
    -   * ```html
    -   * 
    -   * 
    + *
    *
    * - * - * - * - * - * - * - * - * ``` - * - * Now, when the view changes (once the link is clicked), ngAnimate will examine the - * HTML contents to see if there is a match reference between any components in the view - * that is leaving and the view that is entering. It will scan both the view which is being - * removed (leave) and inserted (enter) to see if there are any paired DOM elements that - * contain a matching ref value. - * - * The two images match since they share the same ref value. ngAnimate will now create a - * transport element (which is a clone of the first image element) and it will then attempt - * to animate to the position of the second image element in the next view. For the animation to - * work a special CSS class called `ng-anchor` will be added to the transported element. - * - * We can now attach a transition onto the `.banner.ng-anchor` CSS class and then - * ngAnimate will handle the entire transition for us as well as the addition and removal of - * any changes of CSS classes between the elements: - * - * ```css - * .banner.ng-anchor { - * /* this animation will last for 1 second since there are - * two phases to the animation (an `in` and an `out` phase) */ - * transition:0.5s linear all; - * } - * ``` - * - * We also **must** include animations for the views that are being entered and removed - * (otherwise anchoring wouldn't be possible since the new view would be inserted right away). - * - * ```css - * .view-animation.ng-enter, .view-animation.ng-leave { - * transition:0.5s linear all; - * position:fixed; - * left:0; - * top:0; - * width:100%; - * } - * .view-animation.ng-enter { - * transform:translateX(100%); - * } - * .view-animation.ng-leave, - * .view-animation.ng-enter.ng-enter-active { - * transform:translateX(0%); - * } - * .view-animation.ng-leave.ng-leave-active { - * transform:translateX(-100%); - * } - * ``` - * - * Now we can jump back to the anchor animation. When the animation happens, there are two stages that occur: - * an `out` and an `in` stage. The `out` stage happens first and that is when the element is animated away - * from its origin. Once that animation is over then the `in` stage occurs which animates the - * element to its destination. The reason why there are two animations is to give enough time - * for the enter animation on the new element to be ready. - * - * The example above sets up a transition for both the in and out phases, but we can also target the out or - * in phases directly via `ng-anchor-out` and `ng-anchor-in`. - * - * ```css - * .banner.ng-anchor-out { - * transition: 0.5s linear all; - * - * /* the scale will be applied during the out animation, - * but will be animated away when the in animation runs */ - * transform: scale(1.2); - * } - * - * .banner.ng-anchor-in { - * transition: 1s linear all; - * } - * ``` - * - * - * - * - * ### Anchoring Demo + * @param {boolean=} flag Enable or disable SVG support in the sanitizer. + * @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called + * without an argument or self for chaining otherwise. + */ + this.enableSvg = function(enableSvg) { + if (isDefined(enableSvg)) { + svgEnabled = enableSvg; + return this; + } else { + return svgEnabled; + } + }; + + ////////////////////////////////////////////////////////////////////////////////////////////////// + // Private stuff + ////////////////////////////////////////////////////////////////////////////////////////////////// + + bind = angular.bind; + extend = angular.extend; + forEach = angular.forEach; + isDefined = angular.isDefined; + lowercase = angular.lowercase; + noop = angular.noop; + + htmlParser = htmlParserImpl; + htmlSanitizeWriter = htmlSanitizeWriterImpl; + + nodeContains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return !!(this.compareDocumentPosition(arg) & 16); + }; + + // Regular Expressions for parsing tags and attributes + var SURROGATE_PAIR_REGEXP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + // Match everything outside of normal chars and " (quote character) + NON_ALPHANUMERIC_REGEXP = /([^#-~ |!])/g; + + + // Good source of info about elements and attributes + // http://dev.w3.org/html5/spec/Overview.html#semantics + // http://simon.html5.org/html-elements + + // Safe Void Elements - HTML5 + // http://dev.w3.org/html5/spec/Overview.html#void-elements + var voidElements = toMap('area,br,col,hr,img,wbr'); + + // Elements that you can, intentionally, leave open (and which close themselves) + // http://dev.w3.org/html5/spec/Overview.html#optional-tags + var optionalEndTagBlockElements = toMap('colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr'), + optionalEndTagInlineElements = toMap('rp,rt'), + optionalEndTagElements = extend({}, + optionalEndTagInlineElements, + optionalEndTagBlockElements); + + // Safe Block Elements - HTML5 + var blockElements = extend({}, optionalEndTagBlockElements, toMap('address,article,' + + 'aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,' + + 'h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul')); + + // Inline Elements - HTML5 + var inlineElements = extend({}, optionalEndTagInlineElements, toMap('a,abbr,acronym,b,' + + 'bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,' + + 'samp,small,span,strike,strong,sub,sup,time,tt,u,var')); + + // SVG Elements + // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Elements + // Note: the elements animate,animateColor,animateMotion,animateTransform,set are intentionally omitted. + // They can potentially allow for arbitrary javascript to be executed. See #11290 + var svgElements = toMap('circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,' + + 'hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,' + + 'radialGradient,rect,stop,svg,switch,text,title,tspan'); + + // Blocked Elements (will be stripped) + var blockedElements = toMap('script,style'); + + var validElements = extend({}, + voidElements, + blockElements, + inlineElements, + optionalEndTagElements); + + //Attributes that have href and hence need to be sanitized + var uriAttrs = toMap('background,cite,href,longdesc,src,xlink:href'); + + var htmlAttrs = toMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' + + 'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' + + 'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' + + 'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' + + 'valign,value,vspace,width'); + + // SVG attributes (without "id" and "name" attributes) + // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Attributes + var svgAttrs = toMap('accent-height,accumulate,additive,alphabetic,arabic-form,ascent,' + + 'baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,' + + 'cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,' + + 'font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,' + + 'height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,' + + 'marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,' + + 'max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,' + + 'path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,' + + 'requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,' + + 'stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,' + + 'stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,' + + 'stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,' + + 'underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,' + + 'width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,' + + 'xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan', true); + + var validAttrs = extend({}, + uriAttrs, + svgAttrs, + htmlAttrs); + + function toMap(str, lowercaseKeys) { + var obj = {}, items = str.split(','), i; + for (i = 0; i < items.length; i++) { + obj[lowercaseKeys ? lowercase(items[i]) : items[i]] = true; + } + return obj; + } + + /** + * Create an inert document that contains the dirty HTML that needs sanitizing + * Depending upon browser support we use one of three strategies for doing this. + * Support: Safari 10.x -> XHR strategy + * Support: Firefox -> DomParser strategy + */ + var getInertBodyElement /* function(html: string): HTMLBodyElement */ = (function(window, document) { + var inertDocument; + if (document && document.implementation) { + inertDocument = document.implementation.createHTMLDocument('inert'); + } else { + throw $sanitizeMinErr('noinert', 'Can\'t create an inert html document'); + } + var inertBodyElement = (inertDocument.documentElement || inertDocument.getDocumentElement()).querySelector('body'); + + // Check for the Safari 10.1 bug - which allows JS to run inside the SVG G element + inertBodyElement.innerHTML = ''; + if (!inertBodyElement.querySelector('svg')) { + return getInertBodyElement_XHR; + } else { + // Check for the Firefox bug - which prevents the inner img JS from being sanitized + inertBodyElement.innerHTML = '

    '; + if (inertBodyElement.querySelector('svg img')) { + return getInertBodyElement_DOMParser; + } else { + return getInertBodyElement_InertDocument; + } + } + + function getInertBodyElement_XHR(html) { + // We add this dummy element to ensure that the rest of the content is parsed as expected + // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. + html = '' + html; + try { + html = encodeURI(html); + } catch (e) { + return undefined; + } + var xhr = new window.XMLHttpRequest(); + xhr.responseType = 'document'; + xhr.open('GET', 'data:text/html;charset=utf-8,' + html, false); + xhr.send(null); + var body = xhr.response.body; + body.firstChild.remove(); + return body; + } + + function getInertBodyElement_DOMParser(html) { + // We add this dummy element to ensure that the rest of the content is parsed as expected + // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. + html = '' + html; + try { + var body = new window.DOMParser().parseFromString(html, 'text/html').body; + body.firstChild.remove(); + return body; + } catch (e) { + return undefined; + } + } + + function getInertBodyElement_InertDocument(html) { + inertBodyElement.innerHTML = html; + + // Support: IE 9-11 only + // strip custom-namespaced attributes on IE<=11 + if (document.documentMode) { + stripCustomNsAttrs(inertBodyElement); + } + + return inertBodyElement; + } + })(window, window.document); + + /** + * @example + * htmlParser(htmlString, { + * start: function(tag, attrs) {}, + * end: function(tag) {}, + * chars: function(text) {}, + * comment: function(text) {} + * }); * - - - Home -


    -
    -
    -
    - - - angular.module('anchoringExample', ['ngAnimate', 'ngRoute']) - .config(['$routeProvider', function($routeProvider) { - $routeProvider.when('/', { - templateUrl: 'home.html', - controller: 'HomeController as home' - }); - $routeProvider.when('/profile/:id', { - templateUrl: 'profile.html', - controller: 'ProfileController as profile' - }); - }]) - .run(['$rootScope', function($rootScope) { - $rootScope.records = [ - { id: 1, title: 'Miss Beulah Roob' }, - { id: 2, title: 'Trent Morissette' }, - { id: 3, title: 'Miss Ava Pouros' }, - { id: 4, title: 'Rod Pouros' }, - { id: 5, title: 'Abdul Rice' }, - { id: 6, title: 'Laurie Rutherford Sr.' }, - { id: 7, title: 'Nakia McLaughlin' }, - { id: 8, title: 'Jordon Blanda DVM' }, - { id: 9, title: 'Rhoda Hand' }, - { id: 10, title: 'Alexandrea Sauer' } - ]; - }]) - .controller('HomeController', [function() { - //empty - }]) - .controller('ProfileController', ['$rootScope', '$routeParams', - function ProfileController($rootScope, $routeParams) { - var index = parseInt($routeParams.id, 10); - var record = $rootScope.records[index - 1]; - - this.title = record.title; - this.id = record.id; - }]); - - -

    Welcome to the home page

    -

    Please click on an element

    - - {{ record.title }} - -
    - -
    - {{ profile.title }} -
    -
    - - .record { - display:block; - font-size:20px; - } - .profile { - background:black; - color:white; - font-size:100px; - } - .view-container { - position:relative; - } - .view-container > .view.ng-animate { - position:absolute; - top:0; - left:0; - width:100%; - min-height:500px; + * @param {string} html string + * @param {object} handler + */ + function htmlParserImpl(html, handler) { + if (html === null || html === undefined) { + html = ''; + } else if (typeof html !== 'string') { + html = '' + html; + } + + var inertBodyElement = getInertBodyElement(html); + if (!inertBodyElement) return ''; + + //mXSS protection + var mXSSAttempts = 5; + do { + if (mXSSAttempts === 0) { + throw $sanitizeMinErr('uinput', 'Failed to sanitize html because the input is unstable'); + } + mXSSAttempts--; + + // trigger mXSS if it is going to happen by reading and writing the innerHTML + html = inertBodyElement.innerHTML; + inertBodyElement = getInertBodyElement(html); + } while (html !== inertBodyElement.innerHTML); + + var node = inertBodyElement.firstChild; + while (node) { + switch (node.nodeType) { + case 1: // ELEMENT_NODE + handler.start(node.nodeName.toLowerCase(), attrToMap(node.attributes)); + break; + case 3: // TEXT NODE + handler.chars(node.textContent); + break; + } + + var nextNode; + if (!(nextNode = node.firstChild)) { + if (node.nodeType === 1) { + handler.end(node.nodeName.toLowerCase()); } - .view.ng-enter, .view.ng-leave, - .record.ng-anchor { - transition:0.5s linear all; + nextNode = getNonDescendant('nextSibling', node); + if (!nextNode) { + while (nextNode == null) { + node = getNonDescendant('parentNode', node); + if (node === inertBodyElement) break; + nextNode = getNonDescendant('nextSibling', node); + if (node.nodeType === 1) { + handler.end(node.nodeName.toLowerCase()); + } + } } - .view.ng-enter { - transform:translateX(100%); + } + node = nextNode; + } + + while ((node = inertBodyElement.firstChild)) { + inertBodyElement.removeChild(node); + } + } + + function attrToMap(attrs) { + var map = {}; + for (var i = 0, ii = attrs.length; i < ii; i++) { + var attr = attrs[i]; + map[attr.name] = attr.value; + } + return map; + } + + + /** + * Escapes all potentially dangerous characters, so that the + * resulting string can be safely inserted into attribute or + * element text. + * @param value + * @returns {string} escaped text + */ + function encodeEntities(value) { + return value. + replace(/&/g, '&'). + replace(SURROGATE_PAIR_REGEXP, function(value) { + var hi = value.charCodeAt(0); + var low = value.charCodeAt(1); + return '&#' + (((hi - 0xD800) * 0x400) + (low - 0xDC00) + 0x10000) + ';'; + }). + replace(NON_ALPHANUMERIC_REGEXP, function(value) { + return '&#' + value.charCodeAt(0) + ';'; + }). + replace(//g, '>'); + } + + /** + * create an HTML/XML writer which writes to buffer + * @param {Array} buf use buf.join('') to get out sanitized html string + * @returns {object} in the form of { + * start: function(tag, attrs) {}, + * end: function(tag) {}, + * chars: function(text) {}, + * comment: function(text) {} + * } + */ + function htmlSanitizeWriterImpl(buf, uriValidator) { + var ignoreCurrentElement = false; + var out = bind(buf, buf.push); + return { + start: function(tag, attrs) { + tag = lowercase(tag); + if (!ignoreCurrentElement && blockedElements[tag]) { + ignoreCurrentElement = tag; + } + if (!ignoreCurrentElement && validElements[tag] === true) { + out('<'); + out(tag); + forEach(attrs, function(value, key) { + var lkey = lowercase(key); + var isImage = (tag === 'img' && lkey === 'src') || (lkey === 'background'); + if (validAttrs[lkey] === true && + (uriAttrs[lkey] !== true || uriValidator(value, isImage))) { + out(' '); + out(key); + out('="'); + out(encodeEntities(value)); + out('"'); + } + }); + out('>'); } - .view.ng-enter.ng-enter-active, .view.ng-leave { - transform:translateX(0%); + }, + end: function(tag) { + tag = lowercase(tag); + if (!ignoreCurrentElement && validElements[tag] === true && voidElements[tag] !== true) { + out(''); } - .view.ng-leave.ng-leave-active { - transform:translateX(-100%); + // eslint-disable-next-line eqeqeq + if (tag == ignoreCurrentElement) { + ignoreCurrentElement = false; } - .record.ng-anchor-out { - background:red; + }, + chars: function(chars) { + if (!ignoreCurrentElement) { + out(encodeEntities(chars)); } - - - * - * ### How is the element transported? - * - * When an anchor animation occurs, ngAnimate will clone the starting element and position it exactly where the starting - * element is located on screen via absolute positioning. The cloned element will be placed inside of the root element - * of the application (where ng-app was defined) and all of the CSS classes of the starting element will be applied. The - * element will then animate into the `out` and `in` animations and will eventually reach the coordinates and match - * the dimensions of the destination element. During the entire animation a CSS class of `.ng-animate-shim` will be applied - * to both the starting and destination elements in order to hide them from being visible (the CSS styling for the class - * is: `visibility:hidden`). Once the anchor reaches its destination then it will be removed and the destination element - * will become visible since the shim class will be removed. - * - * ### How is the morphing handled? - * - * CSS Anchoring relies on transitions and keyframes and the internal code is intelligent enough to figure out - * what CSS classes differ between the starting element and the destination element. These different CSS classes - * will be added/removed on the anchor element and a transition will be applied (the transition that is provided - * in the anchor class). Long story short, ngAnimate will figure out what classes to add and remove which will - * make the transition of the element as smooth and automatic as possible. Be sure to use simple CSS classes that - * do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since - * the cloned element is placed inside of root element which is likely close to the body element). - * - * Note that if the root element is on the `` element then the cloned node will be placed inside of body. - * - * - * ## Using $animate in your directive code - * - * So far we've explored how to feed in animations into an Angular application, but how do we trigger animations within our own directives in our application? - * By injecting the `$animate` service into our directive code, we can trigger structural and class-based hooks which can then be consumed by animations. Let's - * imagine we have a greeting box that shows and hides itself when the data changes - * - * ```html - * Hi there - * ``` - * - * ```js - * ngModule.directive('greetingBox', ['$animate', function($animate) { - * return function(scope, element, attrs) { - * attrs.$observe('active', function(value) { - * value ? $animate.addClass(element, 'on') : $animate.removeClass(element, 'on'); - * }); - * }); - * }]); - * ``` - * - * Now the `on` CSS class is added and removed on the greeting box component. Now if we add a CSS class on top of the greeting box element - * in our HTML code then we can trigger a CSS or JS animation to happen. - * - * ```css - * /* normally we would create a CSS class to reference on the element */ - * greeting-box.on { transition:0.5s linear all; background:green; color:white; } - * ``` - * - * The `$animate` service contains a variety of other methods like `enter`, `leave`, `animate` and `setClass`. To learn more about what's - * possible be sure to visit the {@link ng.$animate $animate service API page}. - * - * - * ## Callbacks and Promises - * - * When `$animate` is called it returns a promise that can be used to capture when the animation has ended. Therefore if we were to trigger - * an animation (within our directive code) then we can continue performing directive and scope related activities after the animation has - * ended by chaining onto the returned promise that animation method returns. - * - * ```js - * // somewhere within the depths of the directive - * $animate.enter(element, parent).then(function() { - * //the animation has completed - * }); - * ``` - * - * (Note that earlier versions of Angular prior to v1.4 required the promise code to be wrapped using `$scope.$apply(...)`. This is not the case - * anymore.) - * - * In addition to the animation promise, we can also make use of animation-related callbacks within our directives and controller code by registering - * an event listener using the `$animate` service. Let's say for example that an animation was triggered on our view - * routing controller to hook into that: - * - * ```js - * ngModule.controller('HomePageController', ['$animate', function($animate) { - * $animate.on('enter', ngViewElement, function(element) { - * // the animation for this route has completed - * }]); - * }]) - * ``` - * - * (Note that you will need to trigger a digest within the callback to get angular to notice any scope-related changes.) - */ + } + }; + } - var copy; - var extend; - var forEach; - var isArray; - var isDefined; - var isElement; - var isFunction; - var isObject; - var isString; - var isUndefined; - var jqLite; - var noop; /** - * @ngdoc service - * @name $animate - * @kind object + * When IE9-11 comes across an unknown namespaced attribute e.g. 'xlink:foo' it adds 'xmlns:ns1' attribute to declare + * ns1 namespace and prefixes the attribute with 'ns1' (e.g. 'ns1:xlink:foo'). This is undesirable since we don't want + * to allow any of these custom attributes. This method strips them all. * - * @description - * The ngAnimate `$animate` service documentation is the same for the core `$animate` service. - * - * Click here {@link ng.$animate to learn more about animations with `$animate`}. + * @param node Root element to process */ - angular.module('ngAnimate', [], function initAngularHelpers() { - // Access helpers from angular core. - // Do it inside a `config` block to ensure `window.angular` is available. - noop = angular.noop; - copy = angular.copy; - extend = angular.extend; - jqLite = angular.element; - forEach = angular.forEach; - isArray = angular.isArray; - isString = angular.isString; - isObject = angular.isObject; - isUndefined = angular.isUndefined; - isDefined = angular.isDefined; - isFunction = angular.isFunction; - isElement = angular.isElement; - }).info({ angularVersion: '1.6.8' }).directive('ngAnimateSwap', ngAnimateSwapDirective).directive('ngAnimateChildren', $$AnimateChildrenDirective).factory('$$rAFScheduler', $$rAFSchedulerFactory).provider('$$animateQueue', $$AnimateQueueProvider).provider('$$animation', $$AnimationProvider).provider('$animateCss', $AnimateCssProvider).provider('$$animateCssDriver', $$AnimateCssDriverProvider).provider('$$animateJs', $$AnimateJsProvider).provider('$$animateJsDriver', $$AnimateJsDriverProvider); + function stripCustomNsAttrs(node) { + while (node) { + if (node.nodeType === window.Node.ELEMENT_NODE) { + var attrs = node.attributes; + for (var i = 0, l = attrs.length; i < l; i++) { + var attrNode = attrs[i]; + var attrName = attrNode.name.toLowerCase(); + if (attrName === 'xmlns:ns1' || attrName.lastIndexOf('ns1:', 0) === 0) { + node.removeAttributeNode(attrNode); + i--; + l--; + } + } + } + + var nextNode = node.firstChild; + if (nextNode) { + stripCustomNsAttrs(nextNode); + } + + node = getNonDescendant('nextSibling', node); + } + } + + function getNonDescendant(propName, node) { + // An element is clobbered if its `propName` property points to one of its descendants + var nextNode = node[propName]; + if (nextNode && nodeContains.call(node, nextNode)) { + throw $sanitizeMinErr('elclob', 'Failed to sanitize html because the element is clobbered: {0}', node.outerHTML || node.outerText); + } + return nextNode; + } +} + +function sanitizeText(chars) { + var buf = []; + var writer = htmlSanitizeWriter(buf, noop); + writer.chars(chars); + return buf.join(''); +} + + +// define ngSanitize module and register $sanitize service +angular.module('ngSanitize', []) + .provider('$sanitize', $SanitizeProvider) + .info({ angularVersion: '1.6.8' }); + +/** + * @ngdoc filter + * @name linky + * @kind function + * + * @description + * Finds links in text input and turns them into html links. Supports `http/https/ftp/sftp/mailto` and + * plain email address links. + * + * Requires the {@link ngSanitize `ngSanitize`} module to be installed. + * + * @param {string} text Input text. + * @param {string} [target] Window (`_blank|_self|_parent|_top`) or named frame to open links in. + * @param {object|function(url)} [attributes] Add custom attributes to the link element. + * + * Can be one of: + * + * - `object`: A map of attributes + * - `function`: Takes the url as a parameter and returns a map of attributes + * + * If the map of attributes contains a value for `target`, it overrides the value of + * the target parameter. + * + * + * @returns {string} Html-linkified and {@link $sanitize sanitized} text. + * + * @usage + + * + * @example + + +
    + Snippet: + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilterSourceRendered
    linky filter +
    <div ng-bind-html="snippet | linky">
    </div>
    +
    +
    +
    linky target +
    <div ng-bind-html="snippetWithSingleURL | linky:'_blank'">
    </div>
    +
    +
    +
    linky custom attributes +
    <div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}">
    </div>
    +
    +
    +
    no filter
    <div ng-bind="snippet">
    </div>
    + + + angular.module('linkyExample', ['ngSanitize']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.snippet = + 'Pretty text with some links:\n' + + 'http://angularjs.org/,\n' + + 'mailto:us@somewhere.org,\n' + + 'another@somewhere.org,\n' + + 'and one more: ftp://127.0.0.1/.'; + $scope.snippetWithSingleURL = 'http://angularjs.org/'; + }]); + + + it('should linkify the snippet with urls', function() { + expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). + toBe('Pretty text with some links: http://angularjs.org/, us@somewhere.org, ' + + 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); + expect(element.all(by.css('#linky-filter a')).count()).toEqual(4); + }); + + it('should not linkify snippet without the linky filter', function() { + expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()). + toBe('Pretty text with some links: http://angularjs.org/, mailto:us@somewhere.org, ' + + 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); + expect(element.all(by.css('#escaped-html a')).count()).toEqual(0); + }); + + it('should update', function() { + element(by.model('snippet')).clear(); + element(by.model('snippet')).sendKeys('new http://link.'); + expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). + toBe('new http://link.'); + expect(element.all(by.css('#linky-filter a')).count()).toEqual(1); + expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()) + .toBe('new http://link.'); + }); + + it('should work with the target property', function() { + expect(element(by.id('linky-target')). + element(by.binding("snippetWithSingleURL | linky:'_blank'")).getText()). + toBe('http://angularjs.org/'); + expect(element(by.css('#linky-target a')).getAttribute('target')).toEqual('_blank'); + }); + + it('should optionally add custom attributes', function() { + expect(element(by.id('linky-custom-attributes')). + element(by.binding("snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}")).getText()). + toBe('http://angularjs.org/'); + expect(element(by.css('#linky-custom-attributes a')).getAttribute('rel')).toEqual('nofollow'); + }); + + + */ +angular.module('ngSanitize').filter('linky', ['$sanitize', function($sanitize) { + var LINKY_URL_REGEXP = + /((s?ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i, + MAILTO_REGEXP = /^mailto:/i; + + var linkyMinErr = angular.$$minErr('linky'); + var isDefined = angular.isDefined; + var isFunction = angular.isFunction; + var isObject = angular.isObject; + var isString = angular.isString; + + return function(text, target, attributes) { + if (text == null || text === '') return text; + if (!isString(text)) throw linkyMinErr('notstring', 'Expected string but received: {0}', text); + + var attributesFn = + isFunction(attributes) ? attributes : + isObject(attributes) ? function getAttributesObject() {return attributes;} : + function getEmptyAttributesObject() {return {};}; + + var match; + var raw = text; + var html = []; + var url; + var i; + while ((match = raw.match(LINKY_URL_REGEXP))) { + // We can not end in these as they are sometimes found at the end of the sentence + url = match[0]; + // if we did not match ftp/http/www/mailto then assume mailto + if (!match[2] && !match[4]) { + url = (match[3] ? 'http://' : 'mailto:') + url; + } + i = match.index; + addText(raw.substr(0, i)); + addLink(url, match[0].replace(MAILTO_REGEXP, '')); + raw = raw.substring(i + match[0].length); + } + addText(raw); + return $sanitize(html.join('')); + + function addText(text) { + if (!text) { + return; + } + html.push(sanitizeText(text)); + } + + function addLink(url, text) { + var key, linkAttributes = attributesFn(url); + html.push(''); + addText(text); + html.push(''); + } + }; +}]); + + })(window, window.angular); -},{}],141:[function(require,module,exports){ -'use strict'; +},{}],144:[function(require,module,exports){ +require('./angular-sanitize'); +module.exports = 'ngSanitize'; -require('./angular-animate'); -module.exports = 'ngAnimate'; +},{"./angular-sanitize":143}],145:[function(require,module,exports){ +/*! + * angular-translate - v2.17.0 - 2017-12-21 + * + * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT + */ +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module unless amdModuleId is set + define([], function () { + return (factory()); + }); + } else if (typeof module === 'object' && module.exports) { + // Node. Does not work with strict CommonJS, but + // only CommonJS-like environments that support module.exports, + // like Node. + module.exports = factory(); + } else { + factory(); + } +}(this, function () { -},{"./angular-animate":140}],142:[function(require,module,exports){ -'use strict'; +$translateMissingTranslationHandlerLog.$inject = ['$log']; +angular.module('pascalprecht.translate') /** - * @license AngularJS v1.6.8 - * (c) 2010-2017 Google, Inc. http://angularjs.org - * License: MIT + * @ngdoc object + * @name pascalprecht.translate.$translateMissingTranslationHandlerLog + * @requires $log + * + * @description + * Uses angular's `$log` service to give a warning when trying to translate a + * translation id which doesn't exist. + * + * @returns {function} Handler function + */ +.factory('$translateMissingTranslationHandlerLog', $translateMissingTranslationHandlerLog); + +function $translateMissingTranslationHandlerLog ($log) { + + 'use strict'; + + return function (translationId) { + $log.warn('Translation for ' + translationId + ' doesn\'t exist'); + }; +} + +$translateMissingTranslationHandlerLog.displayName = '$translateMissingTranslationHandlerLog'; +return 'pascalprecht.translate'; + +})); + +},{}],146:[function(require,module,exports){ +/*! + * angular-translate - v2.17.0 - 2017-12-21 + * + * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT + */ +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module unless amdModuleId is set + define([], function () { + return (factory()); + }); + } else if (typeof module === 'object' && module.exports) { + // Node. Does not work with strict CommonJS, but + // only CommonJS-like environments that support module.exports, + // like Node. + module.exports = factory(); + } else { + factory(); + } +}(this, function () { + +/** + * @ngdoc overview + * @name pascalprecht.translate + * + * @description + * The main module which holds everything together. + */ +runTranslate.$inject = ['$translate']; +$translate.$inject = ['$STORAGE_KEY', '$windowProvider', '$translateSanitizationProvider', 'pascalprechtTranslateOverrider']; +$translateDefaultInterpolation.$inject = ['$interpolate', '$translateSanitization']; +translateDirective.$inject = ['$translate', '$interpolate', '$compile', '$parse', '$rootScope']; +translateAttrDirective.$inject = ['$translate', '$rootScope']; +translateCloakDirective.$inject = ['$translate', '$rootScope']; +translateFilterFactory.$inject = ['$parse', '$translate']; +$translationCache.$inject = ['$cacheFactory']; +angular.module('pascalprecht.translate', ['ng']) + .run(runTranslate); + +function runTranslate($translate) { + + 'use strict'; + + var key = $translate.storageKey(), + storage = $translate.storage(); + + var fallbackFromIncorrectStorageValue = function () { + var preferred = $translate.preferredLanguage(); + if (angular.isString(preferred)) { + $translate.use(preferred); + // $translate.use() will also remember the language. + // So, we don't need to call storage.put() here. + } else { + storage.put(key, $translate.use()); + } + }; + + fallbackFromIncorrectStorageValue.displayName = 'fallbackFromIncorrectStorageValue'; + + if (storage) { + if (!storage.get(key)) { + fallbackFromIncorrectStorageValue(); + } else { + $translate.use(storage.get(key))['catch'](fallbackFromIncorrectStorageValue); + } + } else if (angular.isString($translate.preferredLanguage())) { + $translate.use($translate.preferredLanguage()); + } +} + +runTranslate.displayName = 'runTranslate'; + +/** + * @ngdoc object + * @name pascalprecht.translate.$translateSanitizationProvider + * + * @description + * + * Configurations for $translateSanitization */ -(function (window, angular) { +angular.module('pascalprecht.translate').provider('$translateSanitization', $translateSanitizationProvider); + +function $translateSanitizationProvider () { + 'use strict'; - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - - var $sanitizeMinErr = angular.$$minErr('$sanitize'); - var bind; - var extend; - var forEach; - var isDefined; - var lowercase; - var noop; - var nodeContains; - var htmlParser; - var htmlSanitizeWriter; + var $sanitize, + $sce, + currentStrategy = null, // TODO change to either 'sanitize', 'escape' or ['sanitize', 'escapeParameters'] in 3.0. + hasConfiguredStrategy = false, + hasShownNoStrategyConfiguredWarning = false, + strategies; /** - * @ngdoc module - * @name ngSanitize - * @description - * - * The `ngSanitize` module provides functionality to sanitize HTML. - * - * See {@link ngSanitize.$sanitize `$sanitize`} for usage. + * Definition of a sanitization strategy function + * @callback StrategyFunction + * @param {string|object} value - value to be sanitized (either a string or an interpolated value map) + * @param {string} mode - either 'text' for a string (translation) or 'params' for the interpolated params + * @return {string|object} */ /** - * @ngdoc service - * @name $sanitize - * @kind function + * @ngdoc property + * @name strategies + * @propertyOf pascalprecht.translate.$translateSanitizationProvider * * @description - * Sanitizes an html string by stripping all potentially dangerous tokens. + * Following strategies are built-in: + *
    + *
    sanitize
    + *
    Sanitizes HTML in the translation text using $sanitize
    + *
    escape
    + *
    Escapes HTML in the translation
    + *
    sanitizeParameters
    + *
    Sanitizes HTML in the values of the interpolation parameters using $sanitize
    + *
    escapeParameters
    + *
    Escapes HTML in the values of the interpolation parameters
    + *
    escaped
    + *
    Support legacy strategy name 'escaped' for backwards compatibility (will be removed in 3.0)
    + *
    * - * The input is sanitized by parsing the HTML into tokens. All safe tokens (from a whitelist) are - * then serialized back to properly escaped html string. This means that no unsafe input can make - * it into the returned string. - * - * The whitelist for URL sanitization of attribute values is configured using the functions - * `aHrefSanitizationWhitelist` and `imgSrcSanitizationWhitelist` of {@link ng.$compileProvider - * `$compileProvider`}. - * - * The input may also contain SVG markup if this is enabled via {@link $sanitizeProvider}. + */ + + strategies = { + sanitize: function (value, mode/*, context*/) { + if (mode === 'text') { + value = htmlSanitizeValue(value); + } + return value; + }, + escape: function (value, mode/*, context*/) { + if (mode === 'text') { + value = htmlEscapeValue(value); + } + return value; + }, + sanitizeParameters: function (value, mode/*, context*/) { + if (mode === 'params') { + value = mapInterpolationParameters(value, htmlSanitizeValue); + } + return value; + }, + escapeParameters: function (value, mode/*, context*/) { + if (mode === 'params') { + value = mapInterpolationParameters(value, htmlEscapeValue); + } + return value; + }, + sce: function (value, mode, context) { + if (mode === 'text') { + value = htmlTrustValue(value); + } else if (mode === 'params') { + if (context !== 'filter') { + // do html escape in filter context #1101 + value = mapInterpolationParameters(value, htmlEscapeValue); + } + } + return value; + }, + sceParameters: function (value, mode/*, context*/) { + if (mode === 'params') { + value = mapInterpolationParameters(value, htmlTrustValue); + } + return value; + } + }; + // Support legacy strategy name 'escaped' for backwards compatibility. + // TODO should be removed in 3.0 + strategies.escaped = strategies.escapeParameters; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitizationProvider#addStrategy + * @methodOf pascalprecht.translate.$translateSanitizationProvider * - * @param {string} html HTML input. - * @returns {string} Sanitized HTML. + * @description + * Adds a sanitization strategy to the list of known strategies. * - * @example - - - -
    - Snippet: - - - - - - - - - - - - - - - - - - - - - - - - - -
    DirectiveHowSourceRendered
    ng-bind-htmlAutomatically uses $sanitize
    <div ng-bind-html="snippet">
    </div>
    ng-bind-htmlBypass $sanitize by explicitly trusting the dangerous value -
    <div ng-bind-html="deliberatelyTrustDangerousSnippet()">
    -  </div>
    -
    ng-bindAutomatically escapes
    <div ng-bind="snippet">
    </div>
    -
    -
    - - it('should sanitize the html snippet by default', function() { - expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). - toBe('

    an html\nclick here\nsnippet

    '); - }); - - it('should inline raw snippet if bound to a trusted value', function() { - expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')). - toBe("

    an html\n" + - "click here\n" + - "snippet

    "); - }); - - it('should escape snippet without any filter', function() { - expect(element(by.css('#bind-default div')).getAttribute('innerHTML')). - toBe("<p style=\"color:blue\">an html\n" + - "<em onmouseover=\"this.textContent='PWN3D!'\">click here</em>\n" + - "snippet</p>"); - }); - - it('should update', function() { - element(by.model('snippet')).clear(); - element(by.model('snippet')).sendKeys('new text'); - expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). - toBe('new text'); - expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')).toBe( - 'new text'); - expect(element(by.css('#bind-default div')).getAttribute('innerHTML')).toBe( - "new <b onclick=\"alert(1)\">text</b>"); - }); -
    -
    + * @param {string} strategyName - unique key for a strategy + * @param {StrategyFunction} strategyFunction - strategy function + * @returns {object} this + */ + this.addStrategy = function (strategyName, strategyFunction) { + strategies[strategyName] = strategyFunction; + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitizationProvider#removeStrategy + * @methodOf pascalprecht.translate.$translateSanitizationProvider + * + * @description + * Removes a sanitization strategy from the list of known strategies. + * + * @param {string} strategyName - unique key for a strategy + * @returns {object} this */ + this.removeStrategy = function (strategyName) { + delete strategies[strategyName]; + return this; + }; /** - * @ngdoc provider - * @name $sanitizeProvider - * @this + * @ngdoc function + * @name pascalprecht.translate.$translateSanitizationProvider#useStrategy + * @methodOf pascalprecht.translate.$translateSanitizationProvider * * @description - * Creates and configures {@link $sanitize} instance. + * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. + * + * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. + * @returns {object} this */ - function $SanitizeProvider() { - var svgEnabled = false; + this.useStrategy = function (strategy) { + hasConfiguredStrategy = true; + currentStrategy = strategy; + return this; + }; - this.$get = ['$$sanitizeUri', function ($$sanitizeUri) { - if (svgEnabled) { - extend(validElements, svgElements); - } - return function (html) { - var buf = []; - htmlParser(html, htmlSanitizeWriter(buf, function (uri, isImage) { - return !/^unsafe:/.test($$sanitizeUri(uri, isImage)); - })); - return buf.join(''); - }; - }]; + /** + * @ngdoc object + * @name pascalprecht.translate.$translateSanitization + * @requires $injector + * @requires $log + * + * @description + * Sanitizes interpolation parameters and translated texts. + * + */ + this.$get = ['$injector', '$log', function ($injector, $log) { + + var cachedStrategyMap = {}; + + var applyStrategies = function (value, mode, context, selectedStrategies) { + angular.forEach(selectedStrategies, function (selectedStrategy) { + if (angular.isFunction(selectedStrategy)) { + value = selectedStrategy(value, mode, context); + } else if (angular.isFunction(strategies[selectedStrategy])) { + value = strategies[selectedStrategy](value, mode, context); + } else if (angular.isString(strategies[selectedStrategy])) { + if (!cachedStrategyMap[strategies[selectedStrategy]]) { + try { + cachedStrategyMap[strategies[selectedStrategy]] = $injector.get(strategies[selectedStrategy]); + } catch (e) { + cachedStrategyMap[strategies[selectedStrategy]] = function() {}; + throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); + } + } + value = cachedStrategyMap[strategies[selectedStrategy]](value, mode, context); + } else { + throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); + } + }); + return value; + }; - /** - * @ngdoc method - * @name $sanitizeProvider#enableSvg - * @kind function - * - * @description - * Enables a subset of svg to be supported by the sanitizer. - * - *
    - *

    By enabling this setting without taking other precautions, you might expose your - * application to click-hijacking attacks. In these attacks, sanitized svg elements could be positioned - * outside of the containing element and be rendered over other elements on the page (e.g. a login - * link). Such behavior can then result in phishing incidents.

    - * - *

    To protect against these, explicitly setup `overflow: hidden` css rule for all potential svg - * tags within the sanitized content:

    - * - *
    - * - *
    
    -     *   .rootOfTheIncludedContent svg {
    -     *     overflow: hidden !important;
    -     *   }
    -     *   
    - *
    - * - * @param {boolean=} flag Enable or disable SVG support in the sanitizer. - * @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called - * without an argument or self for chaining otherwise. - */ - this.enableSvg = function (enableSvg) { - if (isDefined(enableSvg)) { - svgEnabled = enableSvg; - return this; - } else { - return svgEnabled; + // TODO: should be removed in 3.0 + var showNoStrategyConfiguredWarning = function () { + if (!hasConfiguredStrategy && !hasShownNoStrategyConfiguredWarning) { + $log.warn('pascalprecht.translate.$translateSanitization: No sanitization strategy has been configured. This can have serious security implications. See http://angular-translate.github.io/docs/#/guide/19_security for details.'); + hasShownNoStrategyConfiguredWarning = true; } }; - ////////////////////////////////////////////////////////////////////////////////////////////////// - // Private stuff - ////////////////////////////////////////////////////////////////////////////////////////////////// + if ($injector.has('$sanitize')) { + $sanitize = $injector.get('$sanitize'); + } + if ($injector.has('$sce')) { + $sce = $injector.get('$sce'); + } - bind = angular.bind; - extend = angular.extend; - forEach = angular.forEach; - isDefined = angular.isDefined; - lowercase = angular.lowercase; - noop = angular.noop; + return { + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitization#useStrategy + * @methodOf pascalprecht.translate.$translateSanitization + * + * @description + * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. + * + * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. + */ + useStrategy: (function (self) { + return function (strategy) { + self.useStrategy(strategy); + }; + })(this), - htmlParser = htmlParserImpl; - htmlSanitizeWriter = htmlSanitizeWriterImpl; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitization#sanitize + * @methodOf pascalprecht.translate.$translateSanitization + * + * @description + * Sanitizes a value. + * + * @param {string|object} value The value which should be sanitized. + * @param {string} mode The current sanitization mode, either 'params' or 'text'. + * @param {string|StrategyFunction|array} [strategy] Optional custom strategy which should be used instead of the currently selected strategy. + * @param {string} [context] The context of this call: filter, service. Default is service + * @returns {string|object} sanitized value + */ + sanitize: function (value, mode, strategy, context) { + if (!currentStrategy) { + showNoStrategyConfiguredWarning(); + } - nodeContains = window.Node.prototype.contains || /** @this */function (arg) { - // eslint-disable-next-line no-bitwise - return !!(this.compareDocumentPosition(arg) & 16); + if (!strategy && strategy !== null) { + strategy = currentStrategy; + } + + if (!strategy) { + return value; + } + + if (!context) { + context = 'service'; + } + + var selectedStrategies = angular.isArray(strategy) ? strategy : [strategy]; + return applyStrategies(value, mode, context, selectedStrategies); + } }; + }]; - // Regular Expressions for parsing tags and attributes - var SURROGATE_PAIR_REGEXP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + var htmlEscapeValue = function (value) { + var element = angular.element('
    '); + element.text(value); // not chainable, see #1044 + return element.html(); + }; - // Match everything outside of normal chars and " (quote character) - NON_ALPHANUMERIC_REGEXP = /([^#-~ |!])/g; + var htmlSanitizeValue = function (value) { + if (!$sanitize) { + throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sanitize service. Either include the ngSanitize module (https://docs.angularjs.org/api/ngSanitize) or use a sanitization strategy which does not depend on $sanitize, such as \'escape\'.'); + } + return $sanitize(value); + }; - // Good source of info about elements and attributes - // http://dev.w3.org/html5/spec/Overview.html#semantics - // http://simon.html5.org/html-elements + var htmlTrustValue = function (value) { + if (!$sce) { + throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sce service.'); + } + return $sce.trustAsHtml(value); + }; - // Safe Void Elements - HTML5 - // http://dev.w3.org/html5/spec/Overview.html#void-elements - var voidElements = toMap('area,br,col,hr,img,wbr'); + var mapInterpolationParameters = function (value, iteratee, stack) { + if (angular.isDate(value)) { + return value; + } else if (angular.isObject(value)) { + var result = angular.isArray(value) ? [] : {}; - // Elements that you can, intentionally, leave open (and which close themselves) - // http://dev.w3.org/html5/spec/Overview.html#optional-tags - var optionalEndTagBlockElements = toMap('colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr'), - optionalEndTagInlineElements = toMap('rp,rt'), - optionalEndTagElements = extend({}, optionalEndTagInlineElements, optionalEndTagBlockElements); + if (!stack) { + stack = []; + } else { + if (stack.indexOf(value) > -1) { + throw new Error('pascalprecht.translate.$translateSanitization: Error cannot interpolate parameter due recursive object'); + } + } - // Safe Block Elements - HTML5 - var blockElements = extend({}, optionalEndTagBlockElements, toMap('address,article,' + 'aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,' + 'h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul')); + stack.push(value); + angular.forEach(value, function (propertyValue, propertyKey) { - // Inline Elements - HTML5 - var inlineElements = extend({}, optionalEndTagInlineElements, toMap('a,abbr,acronym,b,' + 'bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,' + 'samp,small,span,strike,strong,sub,sup,time,tt,u,var')); + /* Skipping function properties. */ + if (angular.isFunction(propertyValue)) { + return; + } - // SVG Elements - // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Elements - // Note: the elements animate,animateColor,animateMotion,animateTransform,set are intentionally omitted. - // They can potentially allow for arbitrary javascript to be executed. See #11290 - var svgElements = toMap('circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,' + 'hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,' + 'radialGradient,rect,stop,svg,switch,text,title,tspan'); + result[propertyKey] = mapInterpolationParameters(propertyValue, iteratee, stack); + }); + stack.splice(-1, 1); // remove last - // Blocked Elements (will be stripped) - var blockedElements = toMap('script,style'); + return result; + } else if (angular.isNumber(value)) { + return value; + } else if (value === true || value === false) { + return value; + } else if (!angular.isUndefined(value) && value !== null) { + return iteratee(value); + } else { + return value; + } + }; +} - var validElements = extend({}, voidElements, blockElements, inlineElements, optionalEndTagElements); +/** + * @ngdoc object + * @name pascalprecht.translate.$translateProvider + * @description + * + * $translateProvider allows developers to register translation-tables, asynchronous loaders + * and similar to configure translation behavior directly inside of a module. + * + */ +angular.module('pascalprecht.translate') + .constant('pascalprechtTranslateOverrider', {}) + .provider('$translate', $translate); - //Attributes that have href and hence need to be sanitized - var uriAttrs = toMap('background,cite,href,longdesc,src,xlink:href'); +function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvider, pascalprechtTranslateOverrider) { - var htmlAttrs = toMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' + 'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' + 'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' + 'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' + 'valign,value,vspace,width'); + 'use strict'; - // SVG attributes (without "id" and "name" attributes) - // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Attributes - var svgAttrs = toMap('accent-height,accumulate,additive,alphabetic,arabic-form,ascent,' + 'baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,' + 'cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,' + 'font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,' + 'height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,' + 'marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,' + 'max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,' + 'path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,' + 'requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,' + 'stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,' + 'stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,' + 'stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,' + 'underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,' + 'width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,' + 'xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan', true); + var $translationTable = {}, + $preferredLanguage, + $availableLanguageKeys = [], + $languageKeyAliases, + $fallbackLanguage, + $fallbackWasString, + $uses, + $nextLang, + $storageFactory, + $storageKey = $STORAGE_KEY, + $storagePrefix, + $missingTranslationHandlerFactory, + $interpolationFactory, + $interpolatorFactories = [], + $loaderFactory, + $cloakClassName = 'translate-cloak', + $loaderOptions, + $notFoundIndicatorLeft, + $notFoundIndicatorRight, + $postCompilingEnabled = false, + $forceAsyncReloadEnabled = false, + $nestedObjectDelimeter = '.', + $isReady = false, + $keepContent = false, + loaderCache, + directivePriority = 0, + statefulFilter = true, + postProcessFn, + uniformLanguageTagResolver = 'default', + languageTagResolver = { + 'default' : function (tag) { + return (tag || '').split('-').join('_'); + }, + java : function (tag) { + var temp = (tag || '').split('-').join('_'); + var parts = temp.split('_'); + return parts.length > 1 ? (parts[0].toLowerCase() + '_' + parts[1].toUpperCase()) : temp; + }, + bcp47 : function (tag) { + var temp = (tag || '').split('_').join('-'); + var parts = temp.split('-'); - var validAttrs = extend({}, uriAttrs, svgAttrs, htmlAttrs); + switch (parts.length) { + case 1: // language only + parts[0] = parts[0].toLowerCase(); + break; + case 2: // language-script or language-region + parts[0] = parts[0].toLowerCase(); + if (parts[1].length === 4) { // parts[1] is script + parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); + } else { // parts[1] is region + parts[1] = parts[1].toUpperCase(); + } + break; + case 3: // language-script-region + parts[0] = parts[0].toLowerCase(); + parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); + parts[2] = parts[2].toUpperCase(); + break; + default: + return temp; + } - function toMap(str, lowercaseKeys) { - var obj = {}, - items = str.split(','), - i; - for (i = 0; i < items.length; i++) { - obj[lowercaseKeys ? lowercase(items[i]) : items[i]] = true; + return parts.join('-'); + }, + 'iso639-1' : function (tag) { + var temp = (tag || '').split('_').join('-'); + var parts = temp.split('-'); + return parts[0].toLowerCase(); } - return obj; + }; + + var version = '2.17.0'; + + // tries to determine the browsers language + var getFirstBrowserLanguage = function () { + + // internal purpose only + if (angular.isFunction(pascalprechtTranslateOverrider.getLocale)) { + return pascalprechtTranslateOverrider.getLocale(); } - /** - * Create an inert document that contains the dirty HTML that needs sanitizing - * Depending upon browser support we use one of three strategies for doing this. - * Support: Safari 10.x -> XHR strategy - * Support: Firefox -> DomParser strategy - */ - var getInertBodyElement /* function(html: string): HTMLBodyElement */ = function (window, document) { - var inertDocument; - if (document && document.implementation) { - inertDocument = document.implementation.createHTMLDocument('inert'); - } else { - throw $sanitizeMinErr('noinert', 'Can\'t create an inert html document'); - } - var inertBodyElement = (inertDocument.documentElement || inertDocument.getDocumentElement()).querySelector('body'); + var nav = $windowProvider.$get().navigator, + browserLanguagePropertyKeys = ['language', 'browserLanguage', 'systemLanguage', 'userLanguage'], + i, + language; - // Check for the Safari 10.1 bug - which allows JS to run inside the SVG G element - inertBodyElement.innerHTML = ''; - if (!inertBodyElement.querySelector('svg')) { - return getInertBodyElement_XHR; - } else { - // Check for the Firefox bug - which prevents the inner img JS from being sanitized - inertBodyElement.innerHTML = '

    '; - if (inertBodyElement.querySelector('svg img')) { - return getInertBodyElement_DOMParser; - } else { - return getInertBodyElement_InertDocument; + // support for HTML 5.1 "navigator.languages" + if (angular.isArray(nav.languages)) { + for (i = 0; i < nav.languages.length; i++) { + language = nav.languages[i]; + if (language && language.length) { + return language; } } + } - function getInertBodyElement_XHR(html) { - // We add this dummy element to ensure that the rest of the content is parsed as expected - // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. - html = '' + html; - try { - html = encodeURI(html); - } catch (e) { - return undefined; - } - var xhr = new window.XMLHttpRequest(); - xhr.responseType = 'document'; - xhr.open('GET', 'data:text/html;charset=utf-8,' + html, false); - xhr.send(null); - var body = xhr.response.body; - body.firstChild.remove(); - return body; + // support for other well known properties in browsers + for (i = 0; i < browserLanguagePropertyKeys.length; i++) { + language = nav[browserLanguagePropertyKeys[i]]; + if (language && language.length) { + return language; } + } - function getInertBodyElement_DOMParser(html) { - // We add this dummy element to ensure that the rest of the content is parsed as expected - // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. - html = '' + html; - try { - var body = new window.DOMParser().parseFromString(html, 'text/html').body; - body.firstChild.remove(); - return body; - } catch (e) { - return undefined; - } + return null; + }; + getFirstBrowserLanguage.displayName = 'angular-translate/service: getFirstBrowserLanguage'; + + // tries to determine the browsers locale + var getLocale = function () { + var locale = getFirstBrowserLanguage() || ''; + if (languageTagResolver[uniformLanguageTagResolver]) { + locale = languageTagResolver[uniformLanguageTagResolver](locale); + } + return locale; + }; + getLocale.displayName = 'angular-translate/service: getLocale'; + + /** + * @name indexOf + * @private + * + * @description + * indexOf polyfill. Kinda sorta. + * + * @param {array} array Array to search in. + * @param {string} searchElement Element to search for. + * + * @returns {int} Index of search element. + */ + var indexOf = function (array, searchElement) { + for (var i = 0, len = array.length; i < len; i++) { + if (array[i] === searchElement) { + return i; } + } + return -1; + }; - function getInertBodyElement_InertDocument(html) { - inertBodyElement.innerHTML = html; + /** + * @name trim + * @private + * + * @description + * trim polyfill + * + * @returns {string} The string stripped of whitespace from both ends + */ + var trim = function () { + return this.toString().replace(/^\s+|\s+$/g, ''); + }; - // Support: IE 9-11 only - // strip custom-namespaced attributes on IE<=11 - if (document.documentMode) { - stripCustomNsAttrs(inertBodyElement); - } + /** + * @name lowercase + * @private + * + * @description + * Return the lowercase string only if the type is string + * + * @returns {string} The string all in lowercase + */ + var lowercase = function (string) { + return angular.isString(string) ? string.toLowerCase() : string; + }; - return inertBodyElement; - } - }(window, window.document); + var negotiateLocale = function (preferred) { + if (!preferred) { + return; + } - /** - * @example - * htmlParser(htmlString, { - * start: function(tag, attrs) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * }); - * - * @param {string} html string - * @param {object} handler - */ - function htmlParserImpl(html, handler) { - if (html === null || html === undefined) { - html = ''; - } else if (typeof html !== 'string') { - html = '' + html; - } + var avail = [], + locale = lowercase(preferred), + i = 0, + n = $availableLanguageKeys.length; + + for (; i < n; i++) { + avail.push(lowercase($availableLanguageKeys[i])); + } - var inertBodyElement = getInertBodyElement(html); - if (!inertBodyElement) return ''; + // Check for an exact match in our list of available keys + i = indexOf(avail, locale); + if (i > -1) { + return $availableLanguageKeys[i]; + } - //mXSS protection - var mXSSAttempts = 5; - do { - if (mXSSAttempts === 0) { - throw $sanitizeMinErr('uinput', 'Failed to sanitize html because the input is unstable'); - } - mXSSAttempts--; - - // trigger mXSS if it is going to happen by reading and writing the innerHTML - html = inertBodyElement.innerHTML; - inertBodyElement = getInertBodyElement(html); - } while (html !== inertBodyElement.innerHTML); - - var node = inertBodyElement.firstChild; - while (node) { - switch (node.nodeType) { - case 1: - // ELEMENT_NODE - handler.start(node.nodeName.toLowerCase(), attrToMap(node.attributes)); - break; - case 3: - // TEXT NODE - handler.chars(node.textContent); - break; - } + if ($languageKeyAliases) { + var alias; + for (var langKeyAlias in $languageKeyAliases) { + if ($languageKeyAliases.hasOwnProperty(langKeyAlias)) { + var hasWildcardKey = false; + var hasExactKey = Object.prototype.hasOwnProperty.call($languageKeyAliases, langKeyAlias) && + lowercase(langKeyAlias) === lowercase(preferred); - var nextNode; - if (!(nextNode = node.firstChild)) { - if (node.nodeType === 1) { - handler.end(node.nodeName.toLowerCase()); + if (langKeyAlias.slice(-1) === '*') { + hasWildcardKey = lowercase(langKeyAlias.slice(0, -1)) === lowercase(preferred.slice(0, langKeyAlias.length - 1)); } - nextNode = getNonDescendant('nextSibling', node); - if (!nextNode) { - while (nextNode == null) { - node = getNonDescendant('parentNode', node); - if (node === inertBodyElement) break; - nextNode = getNonDescendant('nextSibling', node); - if (node.nodeType === 1) { - handler.end(node.nodeName.toLowerCase()); - } + if (hasExactKey || hasWildcardKey) { + alias = $languageKeyAliases[langKeyAlias]; + if (indexOf(avail, lowercase(alias)) > -1) { + return alias; } } } - node = nextNode; } + } - while (node = inertBodyElement.firstChild) { - inertBodyElement.removeChild(node); - } + // Check for a language code without region + var parts = preferred.split('_'); + + if (parts.length > 1 && indexOf(avail, lowercase(parts[0])) > -1) { + return parts[0]; + } + + // If everything fails, return undefined. + return; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#translations + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Registers a new translation table for specific language key. + * + * To register a translation table for specific language, pass a defined language + * key as first parameter. + * + *

    +   *  // register translation table for language: 'de_DE'
    +   *  $translateProvider.translations('de_DE', {
    +   *    'GREETING': 'Hallo Welt!'
    +   *  });
    +   *
    +   *  // register another one
    +   *  $translateProvider.translations('en_US', {
    +   *    'GREETING': 'Hello world!'
    +   *  });
    +   * 
    + * + * When registering multiple translation tables for for the same language key, + * the actual translation table gets extended. This allows you to define module + * specific translation which only get added, once a specific module is loaded in + * your app. + * + * Invoking this method with no arguments returns the translation table which was + * registered with no language key. Invoking it with a language key returns the + * related translation table. + * + * @param {string} langKey A language key. + * @param {object} translationTable A plain old JavaScript object that represents a translation table. + * + */ + var translations = function (langKey, translationTable) { + + if (!langKey && !translationTable) { + return $translationTable; } - function attrToMap(attrs) { - var map = {}; - for (var i = 0, ii = attrs.length; i < ii; i++) { - var attr = attrs[i]; - map[attr.name] = attr.value; + if (langKey && !translationTable) { + if (angular.isString(langKey)) { + return $translationTable[langKey]; } - return map; + } else { + if (!angular.isObject($translationTable[langKey])) { + $translationTable[langKey] = {}; + } + angular.extend($translationTable[langKey], flatObject(translationTable)); } + return this; + }; - /** - * Escapes all potentially dangerous characters, so that the - * resulting string can be safely inserted into attribute or - * element text. - * @param value - * @returns {string} escaped text - */ - function encodeEntities(value) { - return value.replace(/&/g, '&').replace(SURROGATE_PAIR_REGEXP, function (value) { - var hi = value.charCodeAt(0); - var low = value.charCodeAt(1); - return '&#' + ((hi - 0xD800) * 0x400 + (low - 0xDC00) + 0x10000) + ';'; - }).replace(NON_ALPHANUMERIC_REGEXP, function (value) { - return '&#' + value.charCodeAt(0) + ';'; - }).replace(//g, '>'); + this.translations = translations; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#cloakClassName + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * + * Let's you change the class name for `translate-cloak` directive. + * Default class name is `translate-cloak`. + * + * @param {string} name translate-cloak class name + */ + this.cloakClassName = function (name) { + if (!name) { + return $cloakClassName; } + $cloakClassName = name; + return this; + }; - /** - * create an HTML/XML writer which writes to buffer - * @param {Array} buf use buf.join('') to get out sanitized html string - * @returns {object} in the form of { - * start: function(tag, attrs) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * } - */ - function htmlSanitizeWriterImpl(buf, uriValidator) { - var ignoreCurrentElement = false; - var out = bind(buf, buf.push); - return { - start: function start(tag, attrs) { - tag = lowercase(tag); - if (!ignoreCurrentElement && blockedElements[tag]) { - ignoreCurrentElement = tag; - } - if (!ignoreCurrentElement && validElements[tag] === true) { - out('<'); - out(tag); - forEach(attrs, function (value, key) { - var lkey = lowercase(key); - var isImage = tag === 'img' && lkey === 'src' || lkey === 'background'; - if (validAttrs[lkey] === true && (uriAttrs[lkey] !== true || uriValidator(value, isImage))) { - out(' '); - out(key); - out('="'); - out(encodeEntities(value)); - out('"'); - } - }); - out('>'); - } - }, - end: function end(tag) { - tag = lowercase(tag); - if (!ignoreCurrentElement && validElements[tag] === true && voidElements[tag] !== true) { - out(''); - } - // eslint-disable-next-line eqeqeq - if (tag == ignoreCurrentElement) { - ignoreCurrentElement = false; - } - }, - chars: function chars(_chars) { - if (!ignoreCurrentElement) { - out(encodeEntities(_chars)); - } - } - }; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#nestedObjectDelimeter + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * + * Let's you change the delimiter for namespaced translations. + * Default delimiter is `.`. + * + * @param {string} delimiter namespace separator + */ + this.nestedObjectDelimeter = function (delimiter) { + if (!delimiter) { + return $nestedObjectDelimeter; } + $nestedObjectDelimeter = delimiter; + return this; + }; - /** - * When IE9-11 comes across an unknown namespaced attribute e.g. 'xlink:foo' it adds 'xmlns:ns1' attribute to declare - * ns1 namespace and prefixes the attribute with 'ns1' (e.g. 'ns1:xlink:foo'). This is undesirable since we don't want - * to allow any of these custom attributes. This method strips them all. - * - * @param node Root element to process - */ - function stripCustomNsAttrs(node) { - while (node) { - if (node.nodeType === window.Node.ELEMENT_NODE) { - var attrs = node.attributes; - for (var i = 0, l = attrs.length; i < l; i++) { - var attrNode = attrs[i]; - var attrName = attrNode.name.toLowerCase(); - if (attrName === 'xmlns:ns1' || attrName.lastIndexOf('ns1:', 0) === 0) { - node.removeAttributeNode(attrNode); - i--; - l--; - } - } - } + /** + * @name flatObject + * @private + * + * @description + * Flats an object. This function is used to flatten given translation data with + * namespaces, so they are later accessible via dot notation. + */ + var flatObject = function (data, path, result, prevKey) { + var key, keyWithPath, keyWithShortPath, val; - var nextNode = node.firstChild; - if (nextNode) { - stripCustomNsAttrs(nextNode); + if (!path) { + path = []; + } + if (!result) { + result = {}; + } + for (key in data) { + if (!Object.prototype.hasOwnProperty.call(data, key)) { + continue; + } + val = data[key]; + if (angular.isObject(val)) { + flatObject(val, path.concat(key), result, key); + } else { + keyWithPath = path.length ? ('' + path.join($nestedObjectDelimeter) + $nestedObjectDelimeter + key) : key; + if (path.length && key === prevKey) { + // Create shortcut path (foo.bar == foo.bar.bar) + keyWithShortPath = '' + path.join($nestedObjectDelimeter); + // Link it to original path + result[keyWithShortPath] = '@:' + keyWithPath; } - - node = getNonDescendant('nextSibling', node); + result[keyWithPath] = val; } } + return result; + }; + flatObject.displayName = 'flatObject'; - function getNonDescendant(propName, node) { - // An element is clobbered if its `propName` property points to one of its descendants - var nextNode = node[propName]; - if (nextNode && nodeContains.call(node, nextNode)) { - throw $sanitizeMinErr('elclob', 'Failed to sanitize html because the element is clobbered: {0}', node.outerHTML || node.outerText); - } - return nextNode; - } - } + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#addInterpolation + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Adds interpolation services to angular-translate, so it can manage them. + * + * @param {object} factory Interpolation service factory + */ + this.addInterpolation = function (factory) { + $interpolatorFactories.push(factory); + return this; + }; - function sanitizeText(chars) { - var buf = []; - var writer = htmlSanitizeWriter(buf, noop); - writer.chars(chars); - return buf.join(''); - } + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useMessageFormatInterpolation + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use interpolation functionality of messageformat.js. + * This is useful when having high level pluralization and gender selection. + */ + this.useMessageFormatInterpolation = function () { + return this.useInterpolation('$translateMessageFormatInterpolation'); + }; - // define ngSanitize module and register $sanitize service - angular.module('ngSanitize', []).provider('$sanitize', $SanitizeProvider).info({ angularVersion: '1.6.8' }); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useInterpolation + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate which interpolation style to use as default, application-wide. + * Simply pass a factory/service name. The interpolation service has to implement + * the correct interface. + * + * @param {string} factory Interpolation service name. + */ + this.useInterpolation = function (factory) { + $interpolationFactory = factory; + return this; + }; /** - * @ngdoc filter - * @name linky - * @kind function + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useSanitizeStrategy + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Simply sets a sanitation strategy type. + * + * @param {string} value Strategy type. + */ + this.useSanitizeValueStrategy = function (value) { + $translateSanitizationProvider.useStrategy(value); + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#preferredLanguage + * @methodOf pascalprecht.translate.$translateProvider * * @description - * Finds links in text input and turns them into html links. Supports `http/https/ftp/sftp/mailto` and - * plain email address links. + * Tells the module which of the registered translation tables to use for translation + * at initial startup by passing a language key. Similar to `$translateProvider#use` + * only that it says which language to **prefer**. + * It is recommended to call this after {@link pascalprecht.translate.$translate#fallbackLanguage fallbackLanguage()}. * - * Requires the {@link ngSanitize `ngSanitize`} module to be installed. + * @param {string} langKey A language key. + */ + this.preferredLanguage = function (langKey) { + if (langKey) { + setupPreferredLanguage(langKey); + return this; + } + return $preferredLanguage; + }; + var setupPreferredLanguage = function (langKey) { + if (langKey) { + $preferredLanguage = langKey; + } + return $preferredLanguage; + }; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicator + * @methodOf pascalprecht.translate.$translateProvider * - * @param {string} text Input text. - * @param {string} [target] Window (`_blank|_self|_parent|_top`) or named frame to open links in. - * @param {object|function(url)} [attributes] Add custom attributes to the link element. + * @description + * Sets an indicator which is used when a translation isn't found. E.g. when + * setting the indicator as 'X' and one tries to translate a translation id + * called `NOT_FOUND`, this will result in `X NOT_FOUND X`. * - * Can be one of: + * Internally this methods sets a left indicator and a right indicator using + * `$translateProvider.translationNotFoundIndicatorLeft()` and + * `$translateProvider.translationNotFoundIndicatorRight()`. * - * - `object`: A map of attributes - * - `function`: Takes the url as a parameter and returns a map of attributes + * **Note**: These methods automatically add a whitespace between the indicators + * and the translation id. * - * If the map of attributes contains a value for `target`, it overrides the value of - * the target parameter. + * @param {string} indicator An indicator, could be any string. + */ + this.translationNotFoundIndicator = function (indicator) { + this.translationNotFoundIndicatorLeft(indicator); + this.translationNotFoundIndicatorRight(indicator); + return this; + }; + + /** + * ngdoc function + * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft + * @methodOf pascalprecht.translate.$translateProvider * + * @description + * Sets an indicator which is used when a translation isn't found left to the + * translation id. * - * @returns {string} Html-linkified and {@link $sanitize sanitized} text. + * @param {string} indicator An indicator. + */ + this.translationNotFoundIndicatorLeft = function (indicator) { + if (!indicator) { + return $notFoundIndicatorLeft; + } + $notFoundIndicatorLeft = indicator; + return this; + }; + + /** + * ngdoc function + * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft + * @methodOf pascalprecht.translate.$translateProvider * - * @usage - + * @description + * Sets an indicator which is used when a translation isn't found right to the + * translation id. * - * @example - - -
    - Snippet: - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilterSourceRendered
    linky filter -
    <div ng-bind-html="snippet | linky">
    </div>
    -
    -
    -
    linky target -
    <div ng-bind-html="snippetWithSingleURL | linky:'_blank'">
    </div>
    -
    -
    -
    linky custom attributes -
    <div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}">
    </div>
    -
    -
    -
    no filter
    <div ng-bind="snippet">
    </div>
    - - - angular.module('linkyExample', ['ngSanitize']) - .controller('ExampleController', ['$scope', function($scope) { - $scope.snippet = - 'Pretty text with some links:\n' + - 'http://angularjs.org/,\n' + - 'mailto:us@somewhere.org,\n' + - 'another@somewhere.org,\n' + - 'and one more: ftp://127.0.0.1/.'; - $scope.snippetWithSingleURL = 'http://angularjs.org/'; - }]); - - - it('should linkify the snippet with urls', function() { - expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). - toBe('Pretty text with some links: http://angularjs.org/, us@somewhere.org, ' + - 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); - expect(element.all(by.css('#linky-filter a')).count()).toEqual(4); - }); - - it('should not linkify snippet without the linky filter', function() { - expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()). - toBe('Pretty text with some links: http://angularjs.org/, mailto:us@somewhere.org, ' + - 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); - expect(element.all(by.css('#escaped-html a')).count()).toEqual(0); - }); - - it('should update', function() { - element(by.model('snippet')).clear(); - element(by.model('snippet')).sendKeys('new http://link.'); - expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). - toBe('new http://link.'); - expect(element.all(by.css('#linky-filter a')).count()).toEqual(1); - expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()) - .toBe('new http://link.'); - }); - - it('should work with the target property', function() { - expect(element(by.id('linky-target')). - element(by.binding("snippetWithSingleURL | linky:'_blank'")).getText()). - toBe('http://angularjs.org/'); - expect(element(by.css('#linky-target a')).getAttribute('target')).toEqual('_blank'); - }); - - it('should optionally add custom attributes', function() { - expect(element(by.id('linky-custom-attributes')). - element(by.binding("snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}")).getText()). - toBe('http://angularjs.org/'); - expect(element(by.css('#linky-custom-attributes a')).getAttribute('rel')).toEqual('nofollow'); - }); - - + * @param {string} indicator An indicator. */ - angular.module('ngSanitize').filter('linky', ['$sanitize', function ($sanitize) { - var LINKY_URL_REGEXP = /((s?ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i, - MAILTO_REGEXP = /^mailto:/i; - - var linkyMinErr = angular.$$minErr('linky'); - var isDefined = angular.isDefined; - var isFunction = angular.isFunction; - var isObject = angular.isObject; - var isString = angular.isString; - - return function (text, target, attributes) { - if (text == null || text === '') return text; - if (!isString(text)) throw linkyMinErr('notstring', 'Expected string but received: {0}', text); - - var attributesFn = isFunction(attributes) ? attributes : isObject(attributes) ? function getAttributesObject() { - return attributes; - } : function getEmptyAttributesObject() { - return {}; - }; + this.translationNotFoundIndicatorRight = function (indicator) { + if (!indicator) { + return $notFoundIndicatorRight; + } + $notFoundIndicatorRight = indicator; + return this; + }; - var match; - var raw = text; - var html = []; - var url; - var i; - while (match = raw.match(LINKY_URL_REGEXP)) { - // We can not end in these as they are sometimes found at the end of the sentence - url = match[0]; - // if we did not match ftp/http/www/mailto then assume mailto - if (!match[2] && !match[4]) { - url = (match[3] ? 'http://' : 'mailto:') + url; - } - i = match.index; - addText(raw.substr(0, i)); - addLink(url, match[0].replace(MAILTO_REGEXP, '')); - raw = raw.substring(i + match[0].length); - } - addText(raw); - return $sanitize(html.join('')); - - function addText(text) { - if (!text) { - return; - } - html.push(sanitizeText(text)); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#fallbackLanguage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells the module which of the registered translation tables to use when missing translations + * at initial startup by passing a language key. Similar to `$translateProvider#use` + * only that it says which language to **fallback**. + * + * @param {string||array} langKey A language key. + * + */ + this.fallbackLanguage = function (langKey) { + fallbackStack(langKey); + return this; + }; + + var fallbackStack = function (langKey) { + if (langKey) { + if (angular.isString(langKey)) { + $fallbackWasString = true; + $fallbackLanguage = [langKey]; + } else if (angular.isArray(langKey)) { + $fallbackWasString = false; + $fallbackLanguage = langKey; + } + if (angular.isString($preferredLanguage) && indexOf($fallbackLanguage, $preferredLanguage) < 0) { + $fallbackLanguage.push($preferredLanguage); } - function addLink(url, text) { - var key, - linkAttributes = attributesFn(url); - html.push(''); - addText(text); - html.push(''); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#resolveClientLocale + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. + * + * @returns {string} the current client/browser language key + */ + this.resolveClientLocale = function () { + return getLocale(); + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#storageKey + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells the module which key must represent the choosed language by a user in the storage. + * + * @param {string} key A key for the storage. + */ + var storageKey = function (key) { + if (!key) { + if ($storagePrefix) { + return $storagePrefix + $storageKey; } - }; - }]); -})(window, window.angular); + return $storageKey; + } + $storageKey = key; + return this; + }; -},{}],143:[function(require,module,exports){ -'use strict'; + this.storageKey = storageKey; -require('./angular-sanitize'); -module.exports = 'ngSanitize'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useUrlLoader + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateUrlLoader` extension service as loader. + * + * @param {string} url Url + * @param {Object=} options Optional configuration object + */ + this.useUrlLoader = function (url, options) { + return this.useLoader('$translateUrlLoader', angular.extend({url : url}, options)); + }; -},{"./angular-sanitize":142}],144:[function(require,module,exports){ -'use strict'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useStaticFilesLoader + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateStaticFilesLoader` extension service as loader. + * + * @param {Object=} options Optional configuration object + */ + this.useStaticFilesLoader = function (options) { + return this.useLoader('$translateStaticFilesLoader', options); + }; -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useLoader + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use any other service as loader. + * + * @param {string} loaderFactory Factory name to use + * @param {Object=} options Optional configuration object + */ + this.useLoader = function (loaderFactory, options) { + $loaderFactory = loaderFactory; + $loaderOptions = options || {}; + return this; + }; -/*! - * angular-translate - v2.17.0 - 2017-12-21 - * - * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT - */ -(function (root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module unless amdModuleId is set - define([], function () { - return factory(); - }); - } else if ((typeof module === 'undefined' ? 'undefined' : _typeof(module)) === 'object' && module.exports) { - // Node. Does not work with strict CommonJS, but - // only CommonJS-like environments that support module.exports, - // like Node. - module.exports = factory(); - } else { - factory(); - } -})(undefined, function () { + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useLocalStorage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateLocalStorage` service as storage layer. + * + */ + this.useLocalStorage = function () { + return this.useStorage('$translateLocalStorage'); + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useCookieStorage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateCookieStorage` service as storage layer. + */ + this.useCookieStorage = function () { + return this.useStorage('$translateCookieStorage'); + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useStorage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use custom service as storage layer. + */ + this.useStorage = function (storageFactory) { + $storageFactory = storageFactory; + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#storagePrefix + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Sets prefix for storage key. + * + * @param {string} prefix Storage key prefix + */ + this.storagePrefix = function (prefix) { + if (!prefix) { + return prefix; + } + $storagePrefix = prefix; + return this; + }; - $translateMissingTranslationHandlerLog.$inject = ['$log']; - angular.module('pascalprecht.translate') + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandlerLog + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use built-in log handler when trying to translate + * a translation Id which doesn't exist. + * + * This is actually a shortcut method for `useMissingTranslationHandler()`. + * + */ + this.useMissingTranslationHandlerLog = function () { + return this.useMissingTranslationHandler('$translateMissingTranslationHandlerLog'); + }; /** - * @ngdoc object - * @name pascalprecht.translate.$translateMissingTranslationHandlerLog - * @requires $log + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandler + * @methodOf pascalprecht.translate.$translateProvider * * @description - * Uses angular's `$log` service to give a warning when trying to translate a - * translation id which doesn't exist. + * Expects a factory name which later gets instantiated with `$injector`. + * This method can be used to tell angular-translate to use a custom + * missingTranslationHandler. Just build a factory which returns a function + * and expects a translation id as argument. + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.useMissingTranslationHandler('customHandler');
    +   *  });
    +   *
    +   *  app.factory('customHandler', function (dep1, dep2) {
    +   *    return function (translationId) {
    +   *      // something with translationId and dep1 and dep2
    +   *    };
    +   *  });
    +   * 
    * - * @returns {function} Handler function + * @param {string} factory Factory name */ - .factory('$translateMissingTranslationHandlerLog', $translateMissingTranslationHandlerLog); - - function $translateMissingTranslationHandlerLog($log) { + this.useMissingTranslationHandler = function (factory) { + $missingTranslationHandlerFactory = factory; + return this; + }; - 'use strict'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#usePostCompiling + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * If post compiling is enabled, all translated values will be processed + * again with AngularJS' $compile. + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.usePostCompiling(true);
    +   *  });
    +   * 
    + * + * @param {string} factory Factory name + */ + this.usePostCompiling = function (value) { + $postCompilingEnabled = !(!value); + return this; + }; - return function (translationId) { - $log.warn('Translation for ' + translationId + ' doesn\'t exist'); - }; - } + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#forceAsyncReload + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * If force async reload is enabled, async loader will always be called + * even if $translationTable already contains the language key, adding + * possible new entries to the $translationTable. + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.forceAsyncReload(true);
    +   *  });
    +   * 
    + * + * @param {boolean} value - valid values are true or false + */ + this.forceAsyncReload = function (value) { + $forceAsyncReloadEnabled = !(!value); + return this; + }; - $translateMissingTranslationHandlerLog.displayName = '$translateMissingTranslationHandlerLog'; - return 'pascalprecht.translate'; -}); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#uniformLanguageTag + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate which language tag should be used as a result when determining + * the current browser language. + * + * This setting must be set before invoking {@link pascalprecht.translate.$translateProvider#methods_determinePreferredLanguage determinePreferredLanguage()}. + * + *
    +   * $translateProvider
    +   *   .uniformLanguageTag('bcp47')
    +   *   .determinePreferredLanguage()
    +   * 
    + * + * The resolver currently supports: + * * default + * (traditionally: hyphens will be converted into underscores, i.e. en-US => en_US) + * en-US => en_US + * en_US => en_US + * en-us => en_us + * * java + * like default, but the second part will be always in uppercase + * en-US => en_US + * en_US => en_US + * en-us => en_US + * * BCP 47 (RFC 4646 & 4647) + * EN => en + * en-US => en-US + * en_US => en-US + * en-us => en-US + * sr-latn => sr-Latn + * sr-latn-rs => sr-Latn-RS + * + * See also: + * * http://en.wikipedia.org/wiki/IETF_language_tag + * * http://www.w3.org/International/core/langtags/ + * * http://tools.ietf.org/html/bcp47 + * + * @param {string|object} options - options (or standard) + * @param {string} options.standard - valid values are 'default', 'bcp47', 'java' + */ + this.uniformLanguageTag = function (options) { -},{}],145:[function(require,module,exports){ -'use strict'; + if (!options) { + options = {}; + } else if (angular.isString(options)) { + options = { + standard : options + }; + } -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + uniformLanguageTagResolver = options.standard; -/*! - * angular-translate - v2.17.0 - 2017-12-21 - * - * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT - */ -(function (root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module unless amdModuleId is set - define([], function () { - return factory(); - }); - } else if ((typeof module === 'undefined' ? 'undefined' : _typeof(module)) === 'object' && module.exports) { - // Node. Does not work with strict CommonJS, but - // only CommonJS-like environments that support module.exports, - // like Node. - module.exports = factory(); - } else { - factory(); - } -})(undefined, function () { + return this; + }; /** - * @ngdoc overview - * @name pascalprecht.translate + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#determinePreferredLanguage + * @methodOf pascalprecht.translate.$translateProvider * * @description - * The main module which holds everything together. + * Tells angular-translate to try to determine on its own which language key + * to set as preferred language. When `fn` is given, angular-translate uses it + * to determine a language key, otherwise it uses the built-in `getLocale()` + * method. + * + * The `getLocale()` returns a language key in the format `[lang]_[country]` or + * `[lang]` depending on what the browser provides. + * + * Use this method at your own risk, since not all browsers return a valid + * locale (see {@link pascalprecht.translate.$translateProvider#methods_uniformLanguageTag uniformLanguageTag()}). + * + * @param {Function=} fn Function to determine a browser's locale */ - runTranslate.$inject = ['$translate']; - $translate.$inject = ['$STORAGE_KEY', '$windowProvider', '$translateSanitizationProvider', 'pascalprechtTranslateOverrider']; - $translateDefaultInterpolation.$inject = ['$interpolate', '$translateSanitization']; - translateDirective.$inject = ['$translate', '$interpolate', '$compile', '$parse', '$rootScope']; - translateAttrDirective.$inject = ['$translate', '$rootScope']; - translateCloakDirective.$inject = ['$translate', '$rootScope']; - translateFilterFactory.$inject = ['$parse', '$translate']; - $translationCache.$inject = ['$cacheFactory']; - angular.module('pascalprecht.translate', ['ng']).run(runTranslate); - - function runTranslate($translate) { + this.determinePreferredLanguage = function (fn) { - 'use strict'; + var locale = (fn && angular.isFunction(fn)) ? fn() : getLocale(); - var key = $translate.storageKey(), - storage = $translate.storage(); + if (!$availableLanguageKeys.length) { + $preferredLanguage = locale; + } else { + $preferredLanguage = negotiateLocale(locale) || locale; + } - var fallbackFromIncorrectStorageValue = function fallbackFromIncorrectStorageValue() { - var preferred = $translate.preferredLanguage(); - if (angular.isString(preferred)) { - $translate.use(preferred); - // $translate.use() will also remember the language. - // So, we don't need to call storage.put() here. - } else { - storage.put(key, $translate.use()); + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#registerAvailableLanguageKeys + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Registers a set of language keys the app will work with. Use this method in + * combination with + * {@link pascalprecht.translate.$translateProvider#determinePreferredLanguage determinePreferredLanguage}. + * When available languages keys are registered, angular-translate + * tries to find the best fitting language key depending on the browsers locale, + * considering your language key convention. + * + * @param {object} languageKeys Array of language keys the your app will use + * @param {object=} aliases Alias map. + */ + this.registerAvailableLanguageKeys = function (languageKeys, aliases) { + if (languageKeys) { + $availableLanguageKeys = languageKeys; + if (aliases) { + $languageKeyAliases = aliases; } - }; + return this; + } + return $availableLanguageKeys; + }; - fallbackFromIncorrectStorageValue.displayName = 'fallbackFromIncorrectStorageValue'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useLoaderCache + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Registers a cache for internal $http based loaders. + * {@link pascalprecht.translate.$translationCache $translationCache}. + * When false the cache will be disabled (default). When true or undefined + * the cache will be a default (see $cacheFactory). When an object it will + * be treat as a cache object itself: the usage is $http({cache: cache}) + * + * @param {object} cache boolean, string or cache-object + */ + this.useLoaderCache = function (cache) { + if (cache === false) { + // disable cache + loaderCache = undefined; + } else if (cache === true) { + // enable cache using AJS defaults + loaderCache = true; + } else if (typeof(cache) === 'undefined') { + // enable cache using default + loaderCache = '$translationCache'; + } else if (cache) { + // enable cache using given one (see $cacheFactory) + loaderCache = cache; + } + return this; + }; - if (storage) { - if (!storage.get(key)) { - fallbackFromIncorrectStorageValue(); - } else { - $translate.use(storage.get(key))['catch'](fallbackFromIncorrectStorageValue); - } - } else if (angular.isString($translate.preferredLanguage())) { - $translate.use($translate.preferredLanguage()); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#directivePriority + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Sets the default priority of the translate directive. The standard value is `0`. + * Calling this function without an argument will return the current value. + * + * @param {number} priority for the translate-directive + */ + this.directivePriority = function (priority) { + if (priority === undefined) { + // getter + return directivePriority; + } else { + // setter with chaining + directivePriority = priority; + return this; } - } + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#statefulFilter + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Since AngularJS 1.3, filters which are not stateless (depending at the scope) + * have to explicit define this behavior. + * Sets whether the translate filter should be stateful or stateless. The standard value is `true` + * meaning being stateful. + * Calling this function without an argument will return the current value. + * + * @param {boolean} state - defines the state of the filter + */ + this.statefulFilter = function (state) { + if (state === undefined) { + // getter + return statefulFilter; + } else { + // setter with chaining + statefulFilter = state; + return this; + } + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#postProcess + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * The post processor will be intercept right after the translation result. It can modify the result. + * + * @param {object} fn Function or service name (string) to be called after the translation value has been set / resolved. The function itself will enrich every value being processed and then continue the normal resolver process + */ + this.postProcess = function (fn) { + if (fn) { + postProcessFn = fn; + } else { + postProcessFn = undefined; + } + return this; + }; - runTranslate.displayName = 'runTranslate'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#keepContent + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * If keepContent is set to true than translate directive will always use innerHTML + * as a default translation + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.keepContent(true);
    +   *  });
    +   * 
    + * + * @param {boolean} value - valid values are true or false + */ + this.keepContent = function (value) { + $keepContent = !(!value); + return this; + }; /** * @ngdoc object - * @name pascalprecht.translate.$translateSanitizationProvider + * @name pascalprecht.translate.$translate + * @requires $interpolate + * @requires $log + * @requires $rootScope + * @requires $q * * @description + * The `$translate` service is the actual core of angular-translate. It expects a translation id + * and optional interpolate parameters to translate contents. + * + *
    +   *  $translate('HEADLINE_TEXT').then(function (translation) {
    +   *    $scope.translatedText = translation;
    +   *  });
    +   * 
    * - * Configurations for $translateSanitization + * @param {string|array} translationId A token which represents a translation id + * This can be optionally an array of translation ids which + * results that the function returns an object where each key + * is the translation id and the value the translation. + * @param {object=} [interpolateParams={}] An object hash for dynamic values + * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) + * @param {string=} [defaultTranslationText=undefined] the optional default translation text that is written as + * as default text in case it is not found in any configured language + * @param {string=} [forceLanguage=false] A language to be used instead of the current language + * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) + * @returns {object} promise */ - angular.module('pascalprecht.translate').provider('$translateSanitization', $translateSanitizationProvider); + this.$get = ['$log', '$injector', '$rootScope', '$q', function ($log, $injector, $rootScope, $q) { + + var Storage, + defaultInterpolator = $injector.get($interpolationFactory || '$translateDefaultInterpolation'), + pendingLoader = false, + interpolatorHashMap = {}, + langPromises = {}, + fallbackIndex, + startFallbackIteration; + + var $translate = function (translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy) { + if (!$uses && $preferredLanguage) { + $uses = $preferredLanguage; + } + var uses = (forceLanguage && forceLanguage !== $uses) ? // we don't want to re-negotiate $uses + (negotiateLocale(forceLanguage) || forceLanguage) : $uses; + + // Check forceLanguage is present + if (forceLanguage) { + loadTranslationsIfMissing(forceLanguage); + } + + // Duck detection: If the first argument is an array, a bunch of translations was requested. + // The result is an object. + if (angular.isArray(translationId)) { + // Inspired by Q.allSettled by Kris Kowal + // https://github.com/kriskowal/q/blob/b0fa72980717dc202ffc3cbf03b936e10ebbb9d7/q.js#L1553-1563 + // This transforms all promises regardless resolved or rejected + var translateAll = function (translationIds) { + var results = {}; // storing the actual results + var promises = []; // promises to wait for + // Wraps the promise a) being always resolved and b) storing the link id->value + var translate = function (translationId) { + var deferred = $q.defer(); + var regardless = function (value) { + results[translationId] = value; + deferred.resolve([translationId, value]); + }; + // we don't care whether the promise was resolved or rejected; just store the values + $translate(translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy).then(regardless, regardless); + return deferred.promise; + }; + for (var i = 0, c = translationIds.length; i < c; i++) { + promises.push(translate(translationIds[i])); + } + // wait for all (including storing to results) + return $q.all(promises).then(function () { + // return the results + return results; + }); + }; + return translateAll(translationId); + } - function $translateSanitizationProvider() { + var deferred = $q.defer(); - 'use strict'; + // trim off any whitespace + if (translationId) { + translationId = trim.apply(translationId); + } - var $sanitize, - $sce, - currentStrategy = null, - // TODO change to either 'sanitize', 'escape' or ['sanitize', 'escapeParameters'] in 3.0. - hasConfiguredStrategy = false, - hasShownNoStrategyConfiguredWarning = false, - strategies; + var promiseToWaitFor = (function () { + var promise = langPromises[uses] || langPromises[$preferredLanguage]; - /** - * Definition of a sanitization strategy function - * @callback StrategyFunction - * @param {string|object} value - value to be sanitized (either a string or an interpolated value map) - * @param {string} mode - either 'text' for a string (translation) or 'params' for the interpolated params - * @return {string|object} - */ + fallbackIndex = 0; - /** - * @ngdoc property - * @name strategies - * @propertyOf pascalprecht.translate.$translateSanitizationProvider - * - * @description - * Following strategies are built-in: - *
    - *
    sanitize
    - *
    Sanitizes HTML in the translation text using $sanitize
    - *
    escape
    - *
    Escapes HTML in the translation
    - *
    sanitizeParameters
    - *
    Sanitizes HTML in the values of the interpolation parameters using $sanitize
    - *
    escapeParameters
    - *
    Escapes HTML in the values of the interpolation parameters
    - *
    escaped
    - *
    Support legacy strategy name 'escaped' for backwards compatibility (will be removed in 3.0)
    - *
    - * - */ + if ($storageFactory && !promise) { + // looks like there's no pending promise for $preferredLanguage or + // $uses. Maybe there's one pending for a language that comes from + // storage. + var langKey = Storage.get($storageKey); + promise = langPromises[langKey]; - strategies = { - sanitize: function sanitize(value, mode /*, context*/) { - if (mode === 'text') { - value = htmlSanitizeValue(value); - } - return value; - }, - escape: function escape(value, mode /*, context*/) { - if (mode === 'text') { - value = htmlEscapeValue(value); - } - return value; - }, - sanitizeParameters: function sanitizeParameters(value, mode /*, context*/) { - if (mode === 'params') { - value = mapInterpolationParameters(value, htmlSanitizeValue); - } - return value; - }, - escapeParameters: function escapeParameters(value, mode /*, context*/) { - if (mode === 'params') { - value = mapInterpolationParameters(value, htmlEscapeValue); - } - return value; - }, - sce: function sce(value, mode, context) { - if (mode === 'text') { - value = htmlTrustValue(value); - } else if (mode === 'params') { - if (context !== 'filter') { - // do html escape in filter context #1101 - value = mapInterpolationParameters(value, htmlEscapeValue); + if ($fallbackLanguage && $fallbackLanguage.length) { + var index = indexOf($fallbackLanguage, langKey); + // maybe the language from storage is also defined as fallback language + // we increase the fallback language index to not search in that language + // as fallback, since it's probably the first used language + // in that case the index starts after the first element + fallbackIndex = (index === 0) ? 1 : 0; + + // but we can make sure to ALWAYS fallback to preferred language at least + if (indexOf($fallbackLanguage, $preferredLanguage) < 0) { + $fallbackLanguage.push($preferredLanguage); + } } } - return value; - }, - sceParameters: function sceParameters(value, mode /*, context*/) { - if (mode === 'params') { - value = mapInterpolationParameters(value, htmlTrustValue); - } - return value; + return promise; + }()); + + if (!promiseToWaitFor) { + // no promise to wait for? okay. Then there's no loader registered + // nor is a one pending for language that comes from storage. + // We can just translate. + determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); + } else { + var promiseResolved = function () { + // $uses may have changed while waiting + if (!forceLanguage) { + uses = $uses; + } + determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); + }; + promiseResolved.displayName = 'promiseResolved'; + + promiseToWaitFor['finally'](promiseResolved)['catch'](angular.noop); // we don't care about errors here, already handled } + return deferred.promise; }; - // Support legacy strategy name 'escaped' for backwards compatibility. - // TODO should be removed in 3.0 - strategies.escaped = strategies.escapeParameters; /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitizationProvider#addStrategy - * @methodOf pascalprecht.translate.$translateSanitizationProvider + * @name applyNotFoundIndicators + * @private * * @description - * Adds a sanitization strategy to the list of known strategies. + * Applies not fount indicators to given translation id, if needed. + * This function gets only executed, if a translation id doesn't exist, + * which is why a translation id is expected as argument. * - * @param {string} strategyName - unique key for a strategy - * @param {StrategyFunction} strategyFunction - strategy function - * @returns {object} this + * @param {string} translationId Translation id. + * @returns {string} Same as given translation id but applied with not found + * indicators. */ - this.addStrategy = function (strategyName, strategyFunction) { - strategies[strategyName] = strategyFunction; - return this; + var applyNotFoundIndicators = function (translationId) { + // applying notFoundIndicators + if ($notFoundIndicatorLeft) { + translationId = [$notFoundIndicatorLeft, translationId].join(' '); + } + if ($notFoundIndicatorRight) { + translationId = [translationId, $notFoundIndicatorRight].join(' '); + } + return translationId; }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitizationProvider#removeStrategy - * @methodOf pascalprecht.translate.$translateSanitizationProvider + * @name useLanguage + * @private * * @description - * Removes a sanitization strategy from the list of known strategies. + * Makes actual use of a language by setting a given language key as used + * language and informs registered interpolators to also use the given + * key as locale. * - * @param {string} strategyName - unique key for a strategy - * @returns {object} this + * @param {string} key Locale key. */ - this.removeStrategy = function (strategyName) { - delete strategies[strategyName]; - return this; - }; + var useLanguage = function (key) { + $uses = key; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitizationProvider#useStrategy - * @methodOf pascalprecht.translate.$translateSanitizationProvider - * - * @description - * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. - * - * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. - * @returns {object} this - */ - this.useStrategy = function (strategy) { - hasConfiguredStrategy = true; - currentStrategy = strategy; - return this; + // make sure to store new language key before triggering success event + if ($storageFactory) { + Storage.put($translate.storageKey(), $uses); + } + + $rootScope.$emit('$translateChangeSuccess', {language : key}); + + // inform default interpolator + defaultInterpolator.setLocale($uses); + + var eachInterpolator = function (interpolator, id) { + interpolatorHashMap[id].setLocale($uses); + }; + eachInterpolator.displayName = 'eachInterpolatorLocaleSetter'; + + // inform all others too! + angular.forEach(interpolatorHashMap, eachInterpolator); + $rootScope.$emit('$translateChangeEnd', {language : key}); }; /** - * @ngdoc object - * @name pascalprecht.translate.$translateSanitization - * @requires $injector - * @requires $log + * @name loadAsync + * @private * * @description - * Sanitizes interpolation parameters and translated texts. + * Kicks off registered async loader using `$injector` and applies existing + * loader options. When resolved, it updates translation tables accordingly + * or rejects with given language key. * + * @param {string} key Language key. + * @return {Promise} A promise. */ - this.$get = ['$injector', '$log', function ($injector, $log) { - - var cachedStrategyMap = {}; - - var applyStrategies = function applyStrategies(value, mode, context, selectedStrategies) { - angular.forEach(selectedStrategies, function (selectedStrategy) { - if (angular.isFunction(selectedStrategy)) { - value = selectedStrategy(value, mode, context); - } else if (angular.isFunction(strategies[selectedStrategy])) { - value = strategies[selectedStrategy](value, mode, context); - } else if (angular.isString(strategies[selectedStrategy])) { - if (!cachedStrategyMap[strategies[selectedStrategy]]) { - try { - cachedStrategyMap[strategies[selectedStrategy]] = $injector.get(strategies[selectedStrategy]); - } catch (e) { - cachedStrategyMap[strategies[selectedStrategy]] = function () {}; - throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); - } - } - value = cachedStrategyMap[strategies[selectedStrategy]](value, mode, context); - } else { - throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); - } - }); - return value; - }; - - // TODO: should be removed in 3.0 - var showNoStrategyConfiguredWarning = function showNoStrategyConfiguredWarning() { - if (!hasConfiguredStrategy && !hasShownNoStrategyConfiguredWarning) { - $log.warn('pascalprecht.translate.$translateSanitization: No sanitization strategy has been configured. This can have serious security implications. See http://angular-translate.github.io/docs/#/guide/19_security for details.'); - hasShownNoStrategyConfiguredWarning = true; - } - }; - - if ($injector.has('$sanitize')) { - $sanitize = $injector.get('$sanitize'); - } - if ($injector.has('$sce')) { - $sce = $injector.get('$sce'); + var loadAsync = function (key) { + if (!key) { + throw 'No language key specified for loading.'; } - return { - /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitization#useStrategy - * @methodOf pascalprecht.translate.$translateSanitization - * - * @description - * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. - * - * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. - */ - useStrategy: function (self) { - return function (strategy) { - self.useStrategy(strategy); - }; - }(this), - - /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitization#sanitize - * @methodOf pascalprecht.translate.$translateSanitization - * - * @description - * Sanitizes a value. - * - * @param {string|object} value The value which should be sanitized. - * @param {string} mode The current sanitization mode, either 'params' or 'text'. - * @param {string|StrategyFunction|array} [strategy] Optional custom strategy which should be used instead of the currently selected strategy. - * @param {string} [context] The context of this call: filter, service. Default is service - * @returns {string|object} sanitized value - */ - sanitize: function sanitize(value, mode, strategy, context) { - if (!currentStrategy) { - showNoStrategyConfiguredWarning(); - } - - if (!strategy && strategy !== null) { - strategy = currentStrategy; - } - - if (!strategy) { - return value; - } - - if (!context) { - context = 'service'; - } - - var selectedStrategies = angular.isArray(strategy) ? strategy : [strategy]; - return applyStrategies(value, mode, context, selectedStrategies); - } - }; - }]; + var deferred = $q.defer(); - var htmlEscapeValue = function htmlEscapeValue(value) { - var element = angular.element('
    '); - element.text(value); // not chainable, see #1044 - return element.html(); - }; + $rootScope.$emit('$translateLoadingStart', {language : key}); + pendingLoader = true; - var htmlSanitizeValue = function htmlSanitizeValue(value) { - if (!$sanitize) { - throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sanitize service. Either include the ngSanitize module (https://docs.angularjs.org/api/ngSanitize) or use a sanitization strategy which does not depend on $sanitize, such as \'escape\'.'); + var cache = loaderCache; + if (typeof(cache) === 'string') { + // getting on-demand instance of loader + cache = $injector.get(cache); } - return $sanitize(value); - }; - var htmlTrustValue = function htmlTrustValue(value) { - if (!$sce) { - throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sce service.'); - } - return $sce.trustAsHtml(value); - }; + var loaderOptions = angular.extend({}, $loaderOptions, { + key : key, + $http : angular.extend({}, { + cache : cache + }, $loaderOptions.$http) + }); - var mapInterpolationParameters = function mapInterpolationParameters(value, iteratee, stack) { - if (angular.isDate(value)) { - return value; - } else if (angular.isObject(value)) { - var result = angular.isArray(value) ? [] : {}; + var onLoaderSuccess = function (data) { + var translationTable = {}; + $rootScope.$emit('$translateLoadingSuccess', {language : key}); - if (!stack) { - stack = []; + if (angular.isArray(data)) { + angular.forEach(data, function (table) { + angular.extend(translationTable, flatObject(table)); + }); } else { - if (stack.indexOf(value) > -1) { - throw new Error('pascalprecht.translate.$translateSanitization: Error cannot interpolate parameter due recursive object'); - } + angular.extend(translationTable, flatObject(data)); } - - stack.push(value); - angular.forEach(value, function (propertyValue, propertyKey) { - - /* Skipping function properties. */ - if (angular.isFunction(propertyValue)) { - return; - } - - result[propertyKey] = mapInterpolationParameters(propertyValue, iteratee, stack); + pendingLoader = false; + deferred.resolve({ + key : key, + table : translationTable }); - stack.splice(-1, 1); // remove last - - return result; - } else if (angular.isNumber(value)) { - return value; - } else if (value === true || value === false) { - return value; - } else if (!angular.isUndefined(value) && value !== null) { - return iteratee(value); - } else { - return value; - } - }; - } - - /** - * @ngdoc object - * @name pascalprecht.translate.$translateProvider - * @description - * - * $translateProvider allows developers to register translation-tables, asynchronous loaders - * and similar to configure translation behavior directly inside of a module. - * - */ - angular.module('pascalprecht.translate').constant('pascalprechtTranslateOverrider', {}).provider('$translate', $translate); - - function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvider, pascalprechtTranslateOverrider) { - - 'use strict'; + $rootScope.$emit('$translateLoadingEnd', {language : key}); + }; + onLoaderSuccess.displayName = 'onLoaderSuccess'; - var $translationTable = {}, - $preferredLanguage, - $availableLanguageKeys = [], - $languageKeyAliases, - $fallbackLanguage, - $fallbackWasString, - $uses, - $nextLang, - $storageFactory, - $storageKey = $STORAGE_KEY, - $storagePrefix, - $missingTranslationHandlerFactory, - $interpolationFactory, - $interpolatorFactories = [], - $loaderFactory, - $cloakClassName = 'translate-cloak', - $loaderOptions, - $notFoundIndicatorLeft, - $notFoundIndicatorRight, - $postCompilingEnabled = false, - $forceAsyncReloadEnabled = false, - $nestedObjectDelimeter = '.', - $isReady = false, - $keepContent = false, - loaderCache, - directivePriority = 0, - statefulFilter = true, - postProcessFn, - uniformLanguageTagResolver = 'default', - languageTagResolver = { - 'default': function _default(tag) { - return (tag || '').split('-').join('_'); - }, - java: function java(tag) { - var temp = (tag || '').split('-').join('_'); - var parts = temp.split('_'); - return parts.length > 1 ? parts[0].toLowerCase() + '_' + parts[1].toUpperCase() : temp; - }, - bcp47: function bcp47(tag) { - var temp = (tag || '').split('_').join('-'); - var parts = temp.split('-'); + var onLoaderError = function (key) { + $rootScope.$emit('$translateLoadingError', {language : key}); + deferred.reject(key); + $rootScope.$emit('$translateLoadingEnd', {language : key}); + }; + onLoaderError.displayName = 'onLoaderError'; - switch (parts.length) { - case 1: - // language only - parts[0] = parts[0].toLowerCase(); - break; - case 2: - // language-script or language-region - parts[0] = parts[0].toLowerCase(); - if (parts[1].length === 4) { - // parts[1] is script - parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); - } else { - // parts[1] is region - parts[1] = parts[1].toUpperCase(); - } - break; - case 3: - // language-script-region - parts[0] = parts[0].toLowerCase(); - parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); - parts[2] = parts[2].toUpperCase(); - break; - default: - return temp; - } + $injector.get($loaderFactory)(loaderOptions) + .then(onLoaderSuccess, onLoaderError); - return parts.join('-'); - }, - 'iso639-1': function iso6391(tag) { - var temp = (tag || '').split('_').join('-'); - var parts = temp.split('-'); - return parts[0].toLowerCase(); - } + return deferred.promise; }; - var version = '2.17.0'; - - // tries to determine the browsers language - var getFirstBrowserLanguage = function getFirstBrowserLanguage() { - - // internal purpose only - if (angular.isFunction(pascalprechtTranslateOverrider.getLocale)) { - return pascalprechtTranslateOverrider.getLocale(); - } - - var nav = $windowProvider.$get().navigator, - browserLanguagePropertyKeys = ['language', 'browserLanguage', 'systemLanguage', 'userLanguage'], - i, - language; + if ($storageFactory) { + Storage = $injector.get($storageFactory); - // support for HTML 5.1 "navigator.languages" - if (angular.isArray(nav.languages)) { - for (i = 0; i < nav.languages.length; i++) { - language = nav.languages[i]; - if (language && language.length) { - return language; - } - } - } - - // support for other well known properties in browsers - for (i = 0; i < browserLanguagePropertyKeys.length; i++) { - language = nav[browserLanguagePropertyKeys[i]]; - if (language && language.length) { - return language; - } + if (!Storage.get || !Storage.put) { + throw new Error('Couldn\'t use storage \'' + $storageFactory + '\', missing get() or put() method!'); } + } - return null; - }; - getFirstBrowserLanguage.displayName = 'angular-translate/service: getFirstBrowserLanguage'; + // if we have additional interpolations that were added via + // $translateProvider.addInterpolation(), we have to map'em + if ($interpolatorFactories.length) { + var eachInterpolationFactory = function (interpolatorFactory) { + var interpolator = $injector.get(interpolatorFactory); + // setting initial locale for each interpolation service + interpolator.setLocale($preferredLanguage || $uses); + // make'em recognizable through id + interpolatorHashMap[interpolator.getInterpolationIdentifier()] = interpolator; + }; + eachInterpolationFactory.displayName = 'interpolationFactoryAdder'; - // tries to determine the browsers locale - var getLocale = function getLocale() { - var locale = getFirstBrowserLanguage() || ''; - if (languageTagResolver[uniformLanguageTagResolver]) { - locale = languageTagResolver[uniformLanguageTagResolver](locale); - } - return locale; - }; - getLocale.displayName = 'angular-translate/service: getLocale'; + angular.forEach($interpolatorFactories, eachInterpolationFactory); + } /** - * @name indexOf + * @name getTranslationTable * @private * * @description - * indexOf polyfill. Kinda sorta. + * Returns a promise that resolves to the translation table + * or is rejected if an error occurred. * - * @param {array} array Array to search in. - * @param {string} searchElement Element to search for. - * - * @returns {int} Index of search element. + * @param langKey + * @returns {Q.promise} */ - var indexOf = function indexOf(array, searchElement) { - for (var i = 0, len = array.length; i < len; i++) { - if (array[i] === searchElement) { - return i; - } + var getTranslationTable = function (langKey) { + var deferred = $q.defer(); + if (Object.prototype.hasOwnProperty.call($translationTable, langKey)) { + deferred.resolve($translationTable[langKey]); + } else if (langPromises[langKey]) { + var onResolve = function (data) { + translations(data.key, data.table); + deferred.resolve(data.table); + }; + onResolve.displayName = 'translationTableResolver'; + langPromises[langKey].then(onResolve, deferred.reject); + } else { + deferred.reject(); } - return -1; - }; - - /** - * @name trim - * @private - * - * @description - * trim polyfill - * - * @returns {string} The string stripped of whitespace from both ends - */ - var trim = function trim() { - return this.toString().replace(/^\s+|\s+$/g, ''); + return deferred.promise; }; /** - * @name lowercase + * @name getFallbackTranslation * @private * * @description - * Return the lowercase string only if the type is string - * - * @returns {string} The string all in lowercase + * Returns a promise that will resolve to the translation + * or be rejected if no translation was found for the language. + * This function is currently only used for fallback language translation. + * + * @param langKey The language to translate to. + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy + * @returns {Q.promise} */ - var lowercase = function lowercase(string) { - return angular.isString(string) ? string.toLowerCase() : string; - }; - - var negotiateLocale = function negotiateLocale(preferred) { - if (!preferred) { - return; - } + var getFallbackTranslation = function (langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { + var deferred = $q.defer(); - var avail = [], - locale = lowercase(preferred), - i = 0, - n = $availableLanguageKeys.length; - - for (; i < n; i++) { - avail.push(lowercase($availableLanguageKeys[i])); - } - - // Check for an exact match in our list of available keys - i = indexOf(avail, locale); - if (i > -1) { - return $availableLanguageKeys[i]; - } + var onResolve = function (translationTable) { + if (Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { + Interpolator.setLocale(langKey); + var translation = translationTable[translationId]; + if (translation.substr(0, 2) === '@:') { + getFallbackTranslation(langKey, translation.substr(2), interpolateParams, Interpolator, sanitizeStrategy) + .then(deferred.resolve, deferred.reject); + } else { + var interpolatedValue = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'service', sanitizeStrategy, translationId); + interpolatedValue = applyPostProcessing(translationId, translationTable[translationId], interpolatedValue, interpolateParams, langKey); - if ($languageKeyAliases) { - var alias; - for (var langKeyAlias in $languageKeyAliases) { - if ($languageKeyAliases.hasOwnProperty(langKeyAlias)) { - var hasWildcardKey = false; - var hasExactKey = Object.prototype.hasOwnProperty.call($languageKeyAliases, langKeyAlias) && lowercase(langKeyAlias) === lowercase(preferred); + deferred.resolve(interpolatedValue); - if (langKeyAlias.slice(-1) === '*') { - hasWildcardKey = lowercase(langKeyAlias.slice(0, -1)) === lowercase(preferred.slice(0, langKeyAlias.length - 1)); - } - if (hasExactKey || hasWildcardKey) { - alias = $languageKeyAliases[langKeyAlias]; - if (indexOf(avail, lowercase(alias)) > -1) { - return alias; - } - } } + Interpolator.setLocale($uses); + } else { + deferred.reject(); } - } - - // Check for a language code without region - var parts = preferred.split('_'); + }; + onResolve.displayName = 'fallbackTranslationResolver'; - if (parts.length > 1 && indexOf(avail, lowercase(parts[0])) > -1) { - return parts[0]; - } + getTranslationTable(langKey).then(onResolve, deferred.reject); - // If everything fails, return undefined. - return; + return deferred.promise; }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#translations - * @methodOf pascalprecht.translate.$translateProvider + * @name getFallbackTranslationInstant + * @private * * @description - * Registers a new translation table for specific language key. - * - * To register a translation table for specific language, pass a defined language - * key as first parameter. - * - *
    -     *  // register translation table for language: 'de_DE'
    -     *  $translateProvider.translations('de_DE', {
    -     *    'GREETING': 'Hallo Welt!'
    -     *  });
    -     *
    -     *  // register another one
    -     *  $translateProvider.translations('en_US', {
    -     *    'GREETING': 'Hello world!'
    -     *  });
    -     * 
    + * Returns a translation + * This function is currently only used for fallback language translation. * - * When registering multiple translation tables for for the same language key, - * the actual translation table gets extended. This allows you to define module - * specific translation which only get added, once a specific module is loaded in - * your app. - * - * Invoking this method with no arguments returns the translation table which was - * registered with no language key. Invoking it with a language key returns the - * related translation table. - * - * @param {string} langKey A language key. - * @param {object} translationTable A plain old JavaScript object that represents a translation table. + * @param langKey The language to translate to. + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy sanitize strategy override * + * @returns {string} translation */ - var translations = function translations(langKey, translationTable) { - - if (!langKey && !translationTable) { - return $translationTable; - } - - if (langKey && !translationTable) { - if (angular.isString(langKey)) { - return $translationTable[langKey]; - } - } else { - if (!angular.isObject($translationTable[langKey])) { - $translationTable[langKey] = {}; + var getFallbackTranslationInstant = function (langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { + var result, translationTable = $translationTable[langKey]; + + if (translationTable && Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { + Interpolator.setLocale(langKey); + result = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'filter', sanitizeStrategy, translationId); + result = applyPostProcessing(translationId, translationTable[translationId], result, interpolateParams, langKey, sanitizeStrategy); + // workaround for TrustedValueHolderType + if (!angular.isString(result) && angular.isFunction(result.$$unwrapTrustedValue)) { + var result2 = result.$$unwrapTrustedValue(); + if (result2.substr(0, 2) === '@:') { + return getFallbackTranslationInstant(langKey, result2.substr(2), interpolateParams, Interpolator, sanitizeStrategy); + } + } else if (result.substr(0, 2) === '@:') { + return getFallbackTranslationInstant(langKey, result.substr(2), interpolateParams, Interpolator, sanitizeStrategy); } - angular.extend($translationTable[langKey], flatObject(translationTable)); + Interpolator.setLocale($uses); } - return this; + + return result; }; - this.translations = translations; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#cloakClassName - * @methodOf pascalprecht.translate.$translateProvider + * @name translateByHandler + * @private * - * @description + * Translate by missing translation handler. * - * Let's you change the class name for `translate-cloak` directive. - * Default class name is `translate-cloak`. + * @param translationId + * @param interpolateParams + * @param defaultTranslationText + * @param sanitizeStrategy sanitize strategy override * - * @param {string} name translate-cloak class name + * @returns translation created by $missingTranslationHandler or translationId is $missingTranslationHandler is + * absent */ - this.cloakClassName = function (name) { - if (!name) { - return $cloakClassName; + var translateByHandler = function (translationId, interpolateParams, defaultTranslationText, sanitizeStrategy) { + // If we have a handler factory - we might also call it here to determine if it provides + // a default text for a translationid that can't be found anywhere in our tables + if ($missingTranslationHandlerFactory) { + return $injector.get($missingTranslationHandlerFactory)(translationId, $uses, interpolateParams, defaultTranslationText, sanitizeStrategy); + } else { + return translationId; } - $cloakClassName = name; - return this; }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#nestedObjectDelimeter - * @methodOf pascalprecht.translate.$translateProvider - * - * @description + * @name resolveForFallbackLanguage + * @private * - * Let's you change the delimiter for namespaced translations. - * Default delimiter is `.`. + * Recursive helper function for fallbackTranslation that will sequentially look + * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. * - * @param {string} delimiter namespace separator + * @param fallbackLanguageIndex + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param defaultTranslationText + * @param sanitizeStrategy + * @returns {Q.promise} Promise that will resolve to the translation. */ - this.nestedObjectDelimeter = function (delimiter) { - if (!delimiter) { - return $nestedObjectDelimeter; + var resolveForFallbackLanguage = function (fallbackLanguageIndex, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { + var deferred = $q.defer(); + + if (fallbackLanguageIndex < $fallbackLanguage.length) { + var langKey = $fallbackLanguage[fallbackLanguageIndex]; + getFallbackTranslation(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy).then( + function (data) { + deferred.resolve(data); + }, + function () { + // Look in the next fallback language for a translation. + // It delays the resolving by passing another promise to resolve. + return resolveForFallbackLanguage(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy).then(deferred.resolve, deferred.reject); + } + ); + } else { + // No translation found in any fallback language + // if a default translation text is set in the directive, then return this as a result + if (defaultTranslationText) { + deferred.resolve(defaultTranslationText); + } else { + var missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); + + // if no default translation is set and an error handler is defined, send it to the handler + // and then return the result if it isn't undefined + if ($missingTranslationHandlerFactory && missingTranslationHandlerTranslation) { + deferred.resolve(missingTranslationHandlerTranslation); + } else { + deferred.reject(applyNotFoundIndicators(translationId)); + } + } } - $nestedObjectDelimeter = delimiter; - return this; + return deferred.promise; }; /** - * @name flatObject + * @name resolveForFallbackLanguageInstant * @private * - * @description - * Flats an object. This function is used to flatten given translation data with - * namespaces, so they are later accessible via dot notation. + * Recursive helper function for fallbackTranslation that will sequentially look + * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. + * + * @param fallbackLanguageIndex + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy + * @returns {string} translation */ - var flatObject = function flatObject(data, path, result, prevKey) { - var key, keyWithPath, keyWithShortPath, val; + var resolveForFallbackLanguageInstant = function (fallbackLanguageIndex, translationId, interpolateParams, Interpolator, sanitizeStrategy) { + var result; - if (!path) { - path = []; - } - if (!result) { - result = {}; - } - for (key in data) { - if (!Object.prototype.hasOwnProperty.call(data, key)) { - continue; - } - val = data[key]; - if (angular.isObject(val)) { - flatObject(val, path.concat(key), result, key); - } else { - keyWithPath = path.length ? '' + path.join($nestedObjectDelimeter) + $nestedObjectDelimeter + key : key; - if (path.length && key === prevKey) { - // Create shortcut path (foo.bar == foo.bar.bar) - keyWithShortPath = '' + path.join($nestedObjectDelimeter); - // Link it to original path - result[keyWithShortPath] = '@:' + keyWithPath; - } - result[keyWithPath] = val; + if (fallbackLanguageIndex < $fallbackLanguage.length) { + var langKey = $fallbackLanguage[fallbackLanguageIndex]; + result = getFallbackTranslationInstant(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy); + if (!result && result !== '') { + result = resolveForFallbackLanguageInstant(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator); } } return result; }; - flatObject.displayName = 'flatObject'; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#addInterpolation - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Adds interpolation services to angular-translate, so it can manage them. - * - * @param {object} factory Interpolation service factory + * Translates with the usage of the fallback languages. + * + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param defaultTranslationText + * @param sanitizeStrategy + * @returns {Q.promise} Promise, that resolves to the translation. */ - this.addInterpolation = function (factory) { - $interpolatorFactories.push(factory); - return this; + var fallbackTranslation = function (translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { + // Start with the fallbackLanguage with index 0 + return resolveForFallbackLanguage((startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex), translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy); }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useMessageFormatInterpolation - * @methodOf pascalprecht.translate.$translateProvider + * Translates with the usage of the fallback languages. * - * @description - * Tells angular-translate to use interpolation functionality of messageformat.js. - * This is useful when having high level pluralization and gender selection. + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy + * @returns {String} translation */ - this.useMessageFormatInterpolation = function () { - return this.useInterpolation('$translateMessageFormatInterpolation'); + var fallbackTranslationInstant = function (translationId, interpolateParams, Interpolator, sanitizeStrategy) { + // Start with the fallbackLanguage with index 0 + return resolveForFallbackLanguageInstant((startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex), translationId, interpolateParams, Interpolator, sanitizeStrategy); }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useInterpolation - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Tells angular-translate which interpolation style to use as default, application-wide. - * Simply pass a factory/service name. The interpolation service has to implement - * the correct interface. - * - * @param {string} factory Interpolation service name. - */ - this.useInterpolation = function (factory) { - $interpolationFactory = factory; - return this; - }; + var determineTranslation = function (translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy) { - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useSanitizeStrategy - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Simply sets a sanitation strategy type. - * - * @param {string} value Strategy type. - */ - this.useSanitizeValueStrategy = function (value) { - $translateSanitizationProvider.useStrategy(value); - return this; - }; + var deferred = $q.defer(); - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#preferredLanguage - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Tells the module which of the registered translation tables to use for translation - * at initial startup by passing a language key. Similar to `$translateProvider#use` - * only that it says which language to **prefer**. - * It is recommended to call this after {@link pascalprecht.translate.$translate#fallbackLanguage fallbackLanguage()}. - * - * @param {string} langKey A language key. - */ - this.preferredLanguage = function (langKey) { - if (langKey) { - setupPreferredLanguage(langKey); - return this; + var table = uses ? $translationTable[uses] : $translationTable, + Interpolator = (interpolationId) ? interpolatorHashMap[interpolationId] : defaultInterpolator; + + // if the translation id exists, we can just interpolate it + if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { + var translation = table[translationId]; + + // If using link, rerun $translate with linked translationId and return it + if (translation.substr(0, 2) === '@:') { + + $translate(translation.substr(2), interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy) + .then(deferred.resolve, deferred.reject); + } else { + // + var resolvedTranslation = Interpolator.interpolate(translation, interpolateParams, 'service', sanitizeStrategy, translationId); + resolvedTranslation = applyPostProcessing(translationId, translation, resolvedTranslation, interpolateParams, uses); + deferred.resolve(resolvedTranslation); + } + } else { + var missingTranslationHandlerTranslation; + // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise + if ($missingTranslationHandlerFactory && !pendingLoader) { + missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); + } + + // since we couldn't translate the inital requested translation id, + // we try it now with one or more fallback languages, if fallback language(s) is + // configured. + if (uses && $fallbackLanguage && $fallbackLanguage.length) { + fallbackTranslation(translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) + .then(function (translation) { + deferred.resolve(translation); + }, function (_translationId) { + deferred.reject(applyNotFoundIndicators(_translationId)); + }); + } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { + // looks like the requested translation id doesn't exists. + // Now, if there is a registered handler for missing translations and no + // asyncLoader is pending, we execute the handler + if (defaultTranslationText) { + deferred.resolve(defaultTranslationText); + } else { + deferred.resolve(missingTranslationHandlerTranslation); + } + } else { + if (defaultTranslationText) { + deferred.resolve(defaultTranslationText); + } else { + deferred.reject(applyNotFoundIndicators(translationId)); + } + } } - return $preferredLanguage; + return deferred.promise; }; - var setupPreferredLanguage = function setupPreferredLanguage(langKey) { - if (langKey) { - $preferredLanguage = langKey; + + var determineTranslationInstant = function (translationId, interpolateParams, interpolationId, uses, sanitizeStrategy) { + + var result, table = uses ? $translationTable[uses] : $translationTable, + Interpolator = defaultInterpolator; + + // if the interpolation id exists use custom interpolator + if (interpolatorHashMap && Object.prototype.hasOwnProperty.call(interpolatorHashMap, interpolationId)) { + Interpolator = interpolatorHashMap[interpolationId]; } - return $preferredLanguage; - }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicator - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Sets an indicator which is used when a translation isn't found. E.g. when - * setting the indicator as 'X' and one tries to translate a translation id - * called `NOT_FOUND`, this will result in `X NOT_FOUND X`. - * - * Internally this methods sets a left indicator and a right indicator using - * `$translateProvider.translationNotFoundIndicatorLeft()` and - * `$translateProvider.translationNotFoundIndicatorRight()`. - * - * **Note**: These methods automatically add a whitespace between the indicators - * and the translation id. - * - * @param {string} indicator An indicator, could be any string. - */ - this.translationNotFoundIndicator = function (indicator) { - this.translationNotFoundIndicatorLeft(indicator); - this.translationNotFoundIndicatorRight(indicator); - return this; - }; - /** - * ngdoc function - * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Sets an indicator which is used when a translation isn't found left to the - * translation id. - * - * @param {string} indicator An indicator. - */ - this.translationNotFoundIndicatorLeft = function (indicator) { - if (!indicator) { - return $notFoundIndicatorLeft; + // if the translation id exists, we can just interpolate it + if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { + var translation = table[translationId]; + + // If using link, rerun $translate with linked translationId and return it + if (translation.substr(0, 2) === '@:') { + result = determineTranslationInstant(translation.substr(2), interpolateParams, interpolationId, uses, sanitizeStrategy); + } else { + result = Interpolator.interpolate(translation, interpolateParams, 'filter', sanitizeStrategy, translationId); + result = applyPostProcessing(translationId, translation, result, interpolateParams, uses, sanitizeStrategy); + } + } else { + var missingTranslationHandlerTranslation; + // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise + if ($missingTranslationHandlerFactory && !pendingLoader) { + missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); + } + + // since we couldn't translate the inital requested translation id, + // we try it now with one or more fallback languages, if fallback language(s) is + // configured. + if (uses && $fallbackLanguage && $fallbackLanguage.length) { + fallbackIndex = 0; + result = fallbackTranslationInstant(translationId, interpolateParams, Interpolator, sanitizeStrategy); + } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { + // looks like the requested translation id doesn't exists. + // Now, if there is a registered handler for missing translations and no + // asyncLoader is pending, we execute the handler + result = missingTranslationHandlerTranslation; + } else { + result = applyNotFoundIndicators(translationId); + } } - $notFoundIndicatorLeft = indicator; - return this; + + return result; }; - /** - * ngdoc function - * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Sets an indicator which is used when a translation isn't found right to the - * translation id. - * - * @param {string} indicator An indicator. - */ - this.translationNotFoundIndicatorRight = function (indicator) { - if (!indicator) { - return $notFoundIndicatorRight; + var clearNextLangAndPromise = function (key) { + if ($nextLang === key) { + $nextLang = undefined; } - $notFoundIndicatorRight = indicator; - return this; + langPromises[key] = undefined; }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#fallbackLanguage - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Tells the module which of the registered translation tables to use when missing translations - * at initial startup by passing a language key. Similar to `$translateProvider#use` - * only that it says which language to **fallback**. - * - * @param {string||array} langKey A language key. - * - */ - this.fallbackLanguage = function (langKey) { - fallbackStack(langKey); - return this; - }; + var applyPostProcessing = function (translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy) { + var fn = postProcessFn; - var fallbackStack = function fallbackStack(langKey) { - if (langKey) { - if (angular.isString(langKey)) { - $fallbackWasString = true; - $fallbackLanguage = [langKey]; - } else if (angular.isArray(langKey)) { - $fallbackWasString = false; - $fallbackLanguage = langKey; + if (fn) { + + if (typeof(fn) === 'string') { + // getting on-demand instance + fn = $injector.get(fn); } - if (angular.isString($preferredLanguage) && indexOf($fallbackLanguage, $preferredLanguage) < 0) { - $fallbackLanguage.push($preferredLanguage); + if (fn) { + return fn(translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy); } + } - return this; - } else { - if ($fallbackWasString) { - return $fallbackLanguage[0]; - } else { - return $fallbackLanguage; - } + return resolvedTranslation; + }; + + var loadTranslationsIfMissing = function (key) { + if (!$translationTable[key] && $loaderFactory && !langPromises[key]) { + langPromises[key] = loadAsync(key).then(function (translation) { + translations(translation.key, translation.table); + return translation; + }); } }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#use - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#preferredLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Set which translation table to use for translation by given language key. When - * trying to 'use' a language which isn't provided, it'll throw an error. + * Returns the language key for the preferred language. * - * You actually don't have to use this method since `$translateProvider#preferredLanguage` - * does the job too. + * @param {string} langKey language String or Array to be used as preferredLanguage (changing at runtime) * - * @param {string} langKey A language key. + * @return {string} preferred language key */ - this.use = function (langKey) { + $translate.preferredLanguage = function (langKey) { if (langKey) { - if (!$translationTable[langKey] && !$loaderFactory) { - // only throw an error, when not loading translation data asynchronously - throw new Error('$translateProvider couldn\'t find translationTable for langKey: \'' + langKey + '\''); - } - $uses = langKey; - return this; + setupPreferredLanguage(langKey); } - return $uses; + return $preferredLanguage; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#resolveClientLocale - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#cloakClassName + * @methodOf pascalprecht.translate.$translate * * @description - * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. + * Returns the configured class name for `translate-cloak` directive. * - * @returns {string} the current client/browser language key + * @return {string} cloakClassName */ - this.resolveClientLocale = function () { - return getLocale(); + $translate.cloakClassName = function () { + return $cloakClassName; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#storageKey - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#nestedObjectDelimeter + * @methodOf pascalprecht.translate.$translate * * @description - * Tells the module which key must represent the choosed language by a user in the storage. + * Returns the configured delimiter for nested namespaces. * - * @param {string} key A key for the storage. + * @return {string} nestedObjectDelimeter */ - var storageKey = function storageKey(key) { - if (!key) { - if ($storagePrefix) { - return $storagePrefix + $storageKey; - } - return $storageKey; - } - $storageKey = key; - return this; + $translate.nestedObjectDelimeter = function () { + return $nestedObjectDelimeter; }; - this.storageKey = storageKey; - /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useUrlLoader - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#fallbackLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateUrlLoader` extension service as loader. + * Returns the language key for the fallback languages or sets a new fallback stack. + * It is recommended to call this before {@link pascalprecht.translate.$translateProvider#preferredLanguage preferredLanguage()}. + * + * @param {string=} langKey language String or Array of fallback languages to be used (to change stack at runtime) * - * @param {string} url Url - * @param {Object=} options Optional configuration object + * @return {string||array} fallback language key */ - this.useUrlLoader = function (url, options) { - return this.useLoader('$translateUrlLoader', angular.extend({ url: url }, options)); + $translate.fallbackLanguage = function (langKey) { + if (langKey !== undefined && langKey !== null) { + fallbackStack(langKey); + + // as we might have an async loader initiated and a new translation language might have been defined + // we need to add the promise to the stack also. So - iterate. + if ($loaderFactory) { + if ($fallbackLanguage && $fallbackLanguage.length) { + for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { + if (!langPromises[$fallbackLanguage[i]]) { + langPromises[$fallbackLanguage[i]] = loadAsync($fallbackLanguage[i]); + } + } + } + } + $translate.use($translate.use()); + } + if ($fallbackWasString) { + return $fallbackLanguage[0]; + } else { + return $fallbackLanguage; + } + }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useStaticFilesLoader - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#useFallbackLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateStaticFilesLoader` extension service as loader. + * Sets the first key of the fallback language stack to be used for translation. + * Therefore all languages in the fallback array BEFORE this key will be skipped! * - * @param {Object=} options Optional configuration object + * @param {string=} langKey Contains the langKey the iteration shall start with. Set to false if you want to + * get back to the whole stack */ - this.useStaticFilesLoader = function (options) { - return this.useLoader('$translateStaticFilesLoader', options); + $translate.useFallbackLanguage = function (langKey) { + if (langKey !== undefined && langKey !== null) { + if (!langKey) { + startFallbackIteration = 0; + } else { + var langKeyPosition = indexOf($fallbackLanguage, langKey); + if (langKeyPosition > -1) { + startFallbackIteration = langKeyPosition; + } + } + + } + }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useLoader - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#proposedLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use any other service as loader. + * Returns the language key of language that is currently loaded asynchronously. * - * @param {string} loaderFactory Factory name to use - * @param {Object=} options Optional configuration object + * @return {string} language key */ - this.useLoader = function (loaderFactory, options) { - $loaderFactory = loaderFactory; - $loaderOptions = options || {}; - return this; + $translate.proposedLanguage = function () { + return $nextLang; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useLocalStorage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#storage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateLocalStorage` service as storage layer. + * Returns registered storage. * + * @return {object} Storage */ - this.useLocalStorage = function () { - return this.useStorage('$translateLocalStorage'); + $translate.storage = function () { + return Storage; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useCookieStorage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#negotiateLocale + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateCookieStorage` service as storage layer. + * Returns a language key based on available languages and language aliases. If a + * language key cannot be resolved, returns undefined. + * + * If no or a falsy key is given, returns undefined. + * + * @param {string} [key] Language key + * @return {string|undefined} Language key or undefined if no language key is found. */ - this.useCookieStorage = function () { - return this.useStorage('$translateCookieStorage'); - }; + $translate.negotiateLocale = negotiateLocale; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useStorage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#use + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use custom service as storage layer. + * Tells angular-translate which language to use by given language key. This method is + * used to change language at runtime. It also takes care of storing the language + * key in a configured store to let your app remember the choosed language. + * + * When trying to 'use' a language which isn't available it tries to load it + * asynchronously with registered loaders. + * + * Returns promise object with loaded language file data or string of the currently used language. + * + * If no or a falsy key is given it returns the currently used language key. + * The returned string will be ```undefined``` if setting up $translate hasn't finished. + * @example + * $translate.use("en_US").then(function(data){ + * $scope.text = $translate("HELLO"); + * }); + * + * @param {string=} key Language key + * @return {object|string} Promise with loaded language data or the language key if a falsy param was given. */ - this.useStorage = function (storageFactory) { - $storageFactory = storageFactory; - return this; + $translate.use = function (key) { + if (!key) { + return $uses; + } + + var deferred = $q.defer(); + deferred.promise.then(null, angular.noop); // AJS "Possibly unhandled rejection" + + $rootScope.$emit('$translateChangeStart', {language : key}); + + // Try to get the aliased language key + var aliasedKey = negotiateLocale(key); + // Ensure only registered language keys will be loaded + if ($availableLanguageKeys.length > 0 && !aliasedKey) { + return $q.reject(key); + } + + if (aliasedKey) { + key = aliasedKey; + } + + // if there isn't a translation table for the language we've requested, + // we load it asynchronously + $nextLang = key; + if (($forceAsyncReloadEnabled || !$translationTable[key]) && $loaderFactory && !langPromises[key]) { + langPromises[key] = loadAsync(key).then(function (translation) { + translations(translation.key, translation.table); + deferred.resolve(translation.key); + if ($nextLang === key) { + useLanguage(translation.key); + } + return translation; + }, function (key) { + $rootScope.$emit('$translateChangeError', {language : key}); + deferred.reject(key); + $rootScope.$emit('$translateChangeEnd', {language : key}); + return $q.reject(key); + }); + langPromises[key]['finally'](function () { + clearNextLangAndPromise(key); + })['catch'](angular.noop); // we don't care about errors (clearing) + } else if (langPromises[key]) { + // we are already loading this asynchronously + // resolve our new deferred when the old langPromise is resolved + langPromises[key].then(function (translation) { + if ($nextLang === translation.key) { + useLanguage(translation.key); + } + deferred.resolve(translation.key); + return translation; + }, function (key) { + // find first available fallback language if that request has failed + if (!$uses && $fallbackLanguage && $fallbackLanguage.length > 0 && $fallbackLanguage[0] !== key) { + return $translate.use($fallbackLanguage[0]).then(deferred.resolve, deferred.reject); + } else { + return deferred.reject(key); + } + }); + } else { + deferred.resolve(key); + useLanguage(key); + } + + return deferred.promise; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#storagePrefix - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#resolveClientLocale + * @methodOf pascalprecht.translate.$translate * * @description - * Sets prefix for storage key. + * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. * - * @param {string} prefix Storage key prefix + * @returns {string} the current client/browser language key */ - this.storagePrefix = function (prefix) { - if (!prefix) { - return prefix; - } - $storagePrefix = prefix; - return this; + $translate.resolveClientLocale = function () { + return getLocale(); }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandlerLog - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#storageKey + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use built-in log handler when trying to translate - * a translation Id which doesn't exist. - * - * This is actually a shortcut method for `useMissingTranslationHandler()`. + * Returns the key for the storage. * + * @return {string} storage key */ - this.useMissingTranslationHandlerLog = function () { - return this.useMissingTranslationHandler('$translateMissingTranslationHandlerLog'); + $translate.storageKey = function () { + return storageKey(); }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandler - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isPostCompilingEnabled + * @methodOf pascalprecht.translate.$translate * * @description - * Expects a factory name which later gets instantiated with `$injector`. - * This method can be used to tell angular-translate to use a custom - * missingTranslationHandler. Just build a factory which returns a function - * and expects a translation id as argument. - * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.useMissingTranslationHandler('customHandler');
    -     *  });
    +     * Returns whether post compiling is enabled or not
          *
    -     *  app.factory('customHandler', function (dep1, dep2) {
    -     *    return function (translationId) {
    -     *      // something with translationId and dep1 and dep2
    -     *    };
    -     *  });
    -     * 
    - * - * @param {string} factory Factory name + * @return {bool} storage key */ - this.useMissingTranslationHandler = function (factory) { - $missingTranslationHandlerFactory = factory; - return this; + $translate.isPostCompilingEnabled = function () { + return $postCompilingEnabled; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#usePostCompiling - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isForceAsyncReloadEnabled + * @methodOf pascalprecht.translate.$translate * * @description - * If post compiling is enabled, all translated values will be processed - * again with AngularJS' $compile. + * Returns whether force async reload is enabled or not * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.usePostCompiling(true);
    -     *  });
    -     * 
    - * - * @param {string} factory Factory name + * @return {boolean} forceAsyncReload value */ - this.usePostCompiling = function (value) { - $postCompilingEnabled = !!value; - return this; + $translate.isForceAsyncReloadEnabled = function () { + return $forceAsyncReloadEnabled; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#forceAsyncReload - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isKeepContent + * @methodOf pascalprecht.translate.$translate * * @description - * If force async reload is enabled, async loader will always be called - * even if $translationTable already contains the language key, adding - * possible new entries to the $translationTable. + * Returns whether keepContent or not * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.forceAsyncReload(true);
    -     *  });
    -     * 
    - * - * @param {boolean} value - valid values are true or false + * @return {boolean} keepContent value */ - this.forceAsyncReload = function (value) { - $forceAsyncReloadEnabled = !!value; - return this; + $translate.isKeepContent = function () { + return $keepContent; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#uniformLanguageTag - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#refresh + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate which language tag should be used as a result when determining - * the current browser language. + * Refreshes a translation table pointed by the given langKey. If langKey is not specified, + * the module will drop all existent translation tables and load new version of those which + * are currently in use. * - * This setting must be set before invoking {@link pascalprecht.translate.$translateProvider#methods_determinePreferredLanguage determinePreferredLanguage()}. + * Refresh means that the module will drop target translation table and try to load it again. * - *
    -     * $translateProvider
    -     *   .uniformLanguageTag('bcp47')
    -     *   .determinePreferredLanguage()
    -     * 
    + * In case there are no loaders registered the refresh() method will throw an Error. * - * The resolver currently supports: - * * default - * (traditionally: hyphens will be converted into underscores, i.e. en-US => en_US) - * en-US => en_US - * en_US => en_US - * en-us => en_us - * * java - * like default, but the second part will be always in uppercase - * en-US => en_US - * en_US => en_US - * en-us => en_US - * * BCP 47 (RFC 4646 & 4647) - * EN => en - * en-US => en-US - * en_US => en-US - * en-us => en-US - * sr-latn => sr-Latn - * sr-latn-rs => sr-Latn-RS + * If the module is able to refresh translation tables refresh() method will broadcast + * $translateRefreshStart and $translateRefreshEnd events. + * + * @example + * // this will drop all currently existent translation tables and reload those which are + * // currently in use + * $translate.refresh(); + * // this will refresh a translation table for the en_US language + * $translate.refresh('en_US'); * - * See also: - * * http://en.wikipedia.org/wiki/IETF_language_tag - * * http://www.w3.org/International/core/langtags/ - * * http://tools.ietf.org/html/bcp47 + * @param {string} langKey A language key of the table, which has to be refreshed * - * @param {string|object} options - options (or standard) - * @param {string} options.standard - valid values are 'default', 'bcp47', 'java' + * @return {promise} Promise, which will be resolved in case a translation tables refreshing + * process is finished successfully, and reject if not. */ - this.uniformLanguageTag = function (options) { + $translate.refresh = function (langKey) { + if (!$loaderFactory) { + throw new Error('Couldn\'t refresh translation table, no loader registered!'); + } - if (!options) { - options = {}; - } else if (angular.isString(options)) { - options = { - standard: options - }; + $rootScope.$emit('$translateRefreshStart', {language : langKey}); + + var deferred = $q.defer(), updatedLanguages = {}; + + //private helper + function loadNewData(languageKey) { + var promise = loadAsync(languageKey); + //update the load promise cache for this language + langPromises[languageKey] = promise; + //register a data handler for the promise + promise.then(function (data) { + //clear the cache for this language + $translationTable[languageKey] = {}; + //add the new data for this language + translations(languageKey, data.table); + //track that we updated this language + updatedLanguages[languageKey] = true; + }, + //handle rejection to appease the $q validation + angular.noop); + return promise; } - uniformLanguageTagResolver = options.standard; + //set up post-processing + deferred.promise.then( + function () { + for (var key in $translationTable) { + if ($translationTable.hasOwnProperty(key)) { + //delete cache entries that were not updated + if (!(key in updatedLanguages)) { + delete $translationTable[key]; + } + } + } + if ($uses) { + useLanguage($uses); + } + }, + //handle rejection to appease the $q validation + angular.noop + )['finally']( + function () { + $rootScope.$emit('$translateRefreshEnd', {language : langKey}); + } + ); + + if (!langKey) { + // if there's no language key specified we refresh ALL THE THINGS! + var languagesToReload = $fallbackLanguage && $fallbackLanguage.slice() || []; + if ($uses && languagesToReload.indexOf($uses) === -1) { + languagesToReload.push($uses); + } + $q.all(languagesToReload.map(loadNewData)).then(deferred.resolve, deferred.reject); - return this; + } else if ($translationTable[langKey]) { + //just refresh the specified language cache + loadNewData(langKey).then(deferred.resolve, deferred.reject); + + } else { + deferred.reject(); + } + + return deferred.promise; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#determinePreferredLanguage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#instant + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to try to determine on its own which language key - * to set as preferred language. When `fn` is given, angular-translate uses it - * to determine a language key, otherwise it uses the built-in `getLocale()` - * method. - * - * The `getLocale()` returns a language key in the format `[lang]_[country]` or - * `[lang]` depending on what the browser provides. + * Returns a translation instantly from the internal state of loaded translation. All rules + * regarding the current language, the preferred language of even fallback languages will be + * used except any promise handling. If a language was not found, an asynchronous loading + * will be invoked in the background. * - * Use this method at your own risk, since not all browsers return a valid - * locale (see {@link pascalprecht.translate.$translateProvider#methods_uniformLanguageTag uniformLanguageTag()}). + * @param {string|array} translationId A token which represents a translation id + * This can be optionally an array of translation ids which + * results that the function's promise returns an object where + * each key is the translation id and the value the translation. + * @param {object=} [interpolateParams={}] Params + * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) + * @param {string=} [forceLanguage=false] A language to be used instead of the current language + * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) * - * @param {Function=} fn Function to determine a browser's locale + * @return {string|object} translation */ - this.determinePreferredLanguage = function (fn) { + $translate.instant = function (translationId, interpolateParams, interpolationId, forceLanguage, sanitizeStrategy) { - var locale = fn && angular.isFunction(fn) ? fn() : getLocale(); + // we don't want to re-negotiate $uses + var uses = (forceLanguage && forceLanguage !== $uses) ? // we don't want to re-negotiate $uses + (negotiateLocale(forceLanguage) || forceLanguage) : $uses; - if (!$availableLanguageKeys.length) { - $preferredLanguage = locale; - } else { - $preferredLanguage = negotiateLocale(locale) || locale; + // Detect undefined and null values to shorten the execution and prevent exceptions + if (translationId === null || angular.isUndefined(translationId)) { + return translationId; } - return this; + // Check forceLanguage is present + if (forceLanguage) { + loadTranslationsIfMissing(forceLanguage); + } + + // Duck detection: If the first argument is an array, a bunch of translations was requested. + // The result is an object. + if (angular.isArray(translationId)) { + var results = {}; + for (var i = 0, c = translationId.length; i < c; i++) { + results[translationId[i]] = $translate.instant(translationId[i], interpolateParams, interpolationId, forceLanguage, sanitizeStrategy); + } + return results; + } + + // We discarded unacceptable values. So we just need to verify if translationId is empty String + if (angular.isString(translationId) && translationId.length < 1) { + return translationId; + } + + // trim off any whitespace + if (translationId) { + translationId = trim.apply(translationId); + } + + var result, possibleLangKeys = []; + if ($preferredLanguage) { + possibleLangKeys.push($preferredLanguage); + } + if (uses) { + possibleLangKeys.push(uses); + } + if ($fallbackLanguage && $fallbackLanguage.length) { + possibleLangKeys = possibleLangKeys.concat($fallbackLanguage); + } + for (var j = 0, d = possibleLangKeys.length; j < d; j++) { + var possibleLangKey = possibleLangKeys[j]; + if ($translationTable[possibleLangKey]) { + if (typeof $translationTable[possibleLangKey][translationId] !== 'undefined') { + result = determineTranslationInstant(translationId, interpolateParams, interpolationId, uses, sanitizeStrategy); + } + } + if (typeof result !== 'undefined') { + break; + } + } + + if (!result && result !== '') { + if ($notFoundIndicatorLeft || $notFoundIndicatorRight) { + result = applyNotFoundIndicators(translationId); + } else { + // Return translation of default interpolator if not found anything. + result = defaultInterpolator.interpolate(translationId, interpolateParams, 'filter', sanitizeStrategy); + + // looks like the requested translation id doesn't exists. + // Now, if there is a registered handler for missing translations and no + // asyncLoader is pending, we execute the handler + var missingTranslationHandlerTranslation; + if ($missingTranslationHandlerFactory && !pendingLoader) { + missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); + } + + if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { + result = missingTranslationHandlerTranslation; + } + } + } + + return result; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#registerAvailableLanguageKeys - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#versionInfo + * @methodOf pascalprecht.translate.$translate * * @description - * Registers a set of language keys the app will work with. Use this method in - * combination with - * {@link pascalprecht.translate.$translateProvider#determinePreferredLanguage determinePreferredLanguage}. - * When available languages keys are registered, angular-translate - * tries to find the best fitting language key depending on the browsers locale, - * considering your language key convention. + * Returns the current version information for the angular-translate library * - * @param {object} languageKeys Array of language keys the your app will use - * @param {object=} aliases Alias map. + * @return {string} angular-translate version */ - this.registerAvailableLanguageKeys = function (languageKeys, aliases) { - if (languageKeys) { - $availableLanguageKeys = languageKeys; - if (aliases) { - $languageKeyAliases = aliases; - } - return this; - } - return $availableLanguageKeys; + $translate.versionInfo = function () { + return version; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useLoaderCache - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#loaderCache + * @methodOf pascalprecht.translate.$translate * * @description - * Registers a cache for internal $http based loaders. - * {@link pascalprecht.translate.$translationCache $translationCache}. - * When false the cache will be disabled (default). When true or undefined - * the cache will be a default (see $cacheFactory). When an object it will - * be treat as a cache object itself: the usage is $http({cache: cache}) + * Returns the defined loaderCache. * - * @param {object} cache boolean, string or cache-object + * @return {boolean|string|object} current value of loaderCache */ - this.useLoaderCache = function (cache) { - if (cache === false) { - // disable cache - loaderCache = undefined; - } else if (cache === true) { - // enable cache using AJS defaults - loaderCache = true; - } else if (typeof cache === 'undefined') { - // enable cache using default - loaderCache = '$translationCache'; - } else if (cache) { - // enable cache using given one (see $cacheFactory) - loaderCache = cache; - } - return this; + $translate.loaderCache = function () { + return loaderCache; + }; + + // internal purpose only + $translate.directivePriority = function () { + return directivePriority; + }; + + // internal purpose only + $translate.statefulFilter = function () { + return statefulFilter; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#directivePriority - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isReady + * @methodOf pascalprecht.translate.$translate * * @description - * Sets the default priority of the translate directive. The standard value is `0`. - * Calling this function without an argument will return the current value. + * Returns whether the service is "ready" to translate (i.e. loading 1st language). + * + * See also {@link pascalprecht.translate.$translate#methods_onReady onReady()}. * - * @param {number} priority for the translate-directive + * @return {boolean} current value of ready */ - this.directivePriority = function (priority) { - if (priority === undefined) { - // getter - return directivePriority; - } else { - // setter with chaining - directivePriority = priority; - return this; - } + $translate.isReady = function () { + return $isReady; }; + var $onReadyDeferred = $q.defer(); + $onReadyDeferred.promise.then(function () { + $isReady = true; + }); + /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#statefulFilter - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#onReady + * @methodOf pascalprecht.translate.$translate * * @description - * Since AngularJS 1.3, filters which are not stateless (depending at the scope) - * have to explicit define this behavior. - * Sets whether the translate filter should be stateful or stateless. The standard value is `true` - * meaning being stateful. - * Calling this function without an argument will return the current value. + * Calls the function provided or resolved the returned promise after the service is "ready" to translate (i.e. loading 1st language). + * + * See also {@link pascalprecht.translate.$translate#methods_isReady isReady()}. * - * @param {boolean} state - defines the state of the filter + * @param {Function=} fn Function to invoke when service is ready + * @return {object} Promise resolved when service is ready */ - this.statefulFilter = function (state) { - if (state === undefined) { - // getter - return statefulFilter; + $translate.onReady = function (fn) { + var deferred = $q.defer(); + if (angular.isFunction(fn)) { + deferred.promise.then(fn); + } + if ($isReady) { + deferred.resolve(); } else { - // setter with chaining - statefulFilter = state; - return this; + $onReadyDeferred.promise.then(deferred.resolve); } + return deferred.promise; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#postProcess - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#getAvailableLanguageKeys + * @methodOf pascalprecht.translate.$translate * * @description - * The post processor will be intercept right after the translation result. It can modify the result. + * This function simply returns the registered language keys being defined before in the config phase + * With this, an application can use the array to provide a language selection dropdown or similar + * without any additional effort * - * @param {object} fn Function or service name (string) to be called after the translation value has been set / resolved. The function itself will enrich every value being processed and then continue the normal resolver process + * @returns {object} returns the list of possibly registered language keys and mapping or null if not defined */ - this.postProcess = function (fn) { - if (fn) { - postProcessFn = fn; - } else { - postProcessFn = undefined; + $translate.getAvailableLanguageKeys = function () { + if ($availableLanguageKeys.length > 0) { + return $availableLanguageKeys; } - return this; + return null; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#keepContent - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#getTranslationTable + * @methodOf pascalprecht.translate.$translate * * @description - * If keepContent is set to true than translate directive will always use innerHTML - * as a default translation + * Returns translation table by the given language key. + * + * Unless a language is provided it returns a translation table of the current one. + * Note: If translation dictionary is currently downloading or in progress + * it will return null. * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.keepContent(true);
    -     *  });
    -     * 
    + * @param {string} langKey A token which represents a translation id * - * @param {boolean} value - valid values are true or false + * @return {object} a copy of angular-translate $translationTable */ - this.keepContent = function (value) { - $keepContent = !!value; - return this; + $translate.getTranslationTable = function (langKey) { + langKey = langKey || $translate.use(); + if (langKey && $translationTable[langKey]) { + return angular.copy($translationTable[langKey]); + } + return null; }; - /** - * @ngdoc object - * @name pascalprecht.translate.$translate - * @requires $interpolate - * @requires $log - * @requires $rootScope - * @requires $q - * - * @description - * The `$translate` service is the actual core of angular-translate. It expects a translation id - * and optional interpolate parameters to translate contents. - * - *
    -     *  $translate('HEADLINE_TEXT').then(function (translation) {
    -     *    $scope.translatedText = translation;
    -     *  });
    -     * 
    - * - * @param {string|array} translationId A token which represents a translation id - * This can be optionally an array of translation ids which - * results that the function returns an object where each key - * is the translation id and the value the translation. - * @param {object=} [interpolateParams={}] An object hash for dynamic values - * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) - * @param {string=} [defaultTranslationText=undefined] the optional default translation text that is written as - * as default text in case it is not found in any configured language - * @param {string=} [forceLanguage=false] A language to be used instead of the current language - * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) - * @returns {object} promise - */ - this.$get = ['$log', '$injector', '$rootScope', '$q', function ($log, $injector, $rootScope, $q) { - - var Storage, - defaultInterpolator = $injector.get($interpolationFactory || '$translateDefaultInterpolation'), - pendingLoader = false, - interpolatorHashMap = {}, - langPromises = {}, - fallbackIndex, - startFallbackIteration; - - var $translate = function $translate(translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy) { - if (!$uses && $preferredLanguage) { - $uses = $preferredLanguage; - } - var uses = forceLanguage && forceLanguage !== $uses ? // we don't want to re-negotiate $uses - negotiateLocale(forceLanguage) || forceLanguage : $uses; - - // Check forceLanguage is present - if (forceLanguage) { - loadTranslationsIfMissing(forceLanguage); - } - - // Duck detection: If the first argument is an array, a bunch of translations was requested. - // The result is an object. - if (angular.isArray(translationId)) { - // Inspired by Q.allSettled by Kris Kowal - // https://github.com/kriskowal/q/blob/b0fa72980717dc202ffc3cbf03b936e10ebbb9d7/q.js#L1553-1563 - // This transforms all promises regardless resolved or rejected - var translateAll = function translateAll(translationIds) { - var results = {}; // storing the actual results - var promises = []; // promises to wait for - // Wraps the promise a) being always resolved and b) storing the link id->value - var translate = function translate(translationId) { - var deferred = $q.defer(); - var regardless = function regardless(value) { - results[translationId] = value; - deferred.resolve([translationId, value]); - }; - // we don't care whether the promise was resolved or rejected; just store the values - $translate(translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy).then(regardless, regardless); - return deferred.promise; - }; - for (var i = 0, c = translationIds.length; i < c; i++) { - promises.push(translate(translationIds[i])); - } - // wait for all (including storing to results) - return $q.all(promises).then(function () { - // return the results - return results; - }); - }; - return translateAll(translationId); - } + // Whenever $translateReady is being fired, this will ensure the state of $isReady + var globalOnReadyListener = $rootScope.$on('$translateReady', function () { + $onReadyDeferred.resolve(); + globalOnReadyListener(); // one time only + globalOnReadyListener = null; + }); + var globalOnChangeListener = $rootScope.$on('$translateChangeEnd', function () { + $onReadyDeferred.resolve(); + globalOnChangeListener(); // one time only + globalOnChangeListener = null; + }); - var deferred = $q.defer(); + if ($loaderFactory) { + + // If at least one async loader is defined and there are no + // (default) translations available we should try to load them. + if (angular.equals($translationTable, {})) { + if ($translate.use()) { + $translate.use($translate.use()); + } + } - // trim off any whitespace - if (translationId) { - translationId = trim.apply(translationId); + // Also, if there are any fallback language registered, we start + // loading them asynchronously as soon as we can. + if ($fallbackLanguage && $fallbackLanguage.length) { + var processAsyncResult = function (translation) { + translations(translation.key, translation.table); + $rootScope.$emit('$translateChangeEnd', {language : translation.key}); + return translation; + }; + for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { + var fallbackLanguageId = $fallbackLanguage[i]; + if ($forceAsyncReloadEnabled || !$translationTable[fallbackLanguageId]) { + langPromises[fallbackLanguageId] = loadAsync(fallbackLanguageId).then(processAsyncResult); + } } + } + } else { + $rootScope.$emit('$translateReady', {language : $translate.use()}); + } + + return $translate; + }]; +} - var promiseToWaitFor = function () { - var promise = langPromises[uses] || langPromises[$preferredLanguage]; +$translate.displayName = 'displayName'; - fallbackIndex = 0; +/** + * @ngdoc object + * @name pascalprecht.translate.$translateDefaultInterpolation + * @requires $interpolate + * + * @description + * Uses angular's `$interpolate` services to interpolate strings against some values. + * + * Be aware to configure a proper sanitization strategy. + * + * See also: + * * {@link pascalprecht.translate.$translateSanitization} + * + * @return {object} $translateDefaultInterpolation Interpolator service + */ +angular.module('pascalprecht.translate').factory('$translateDefaultInterpolation', $translateDefaultInterpolation); + +function $translateDefaultInterpolation ($interpolate, $translateSanitization) { + + 'use strict'; + + var $translateInterpolator = {}, + $locale, + $identifier = 'default'; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateDefaultInterpolation#setLocale + * @methodOf pascalprecht.translate.$translateDefaultInterpolation + * + * @description + * Sets current locale (this is currently not use in this interpolation). + * + * @param {string} locale Language key or locale. + */ + $translateInterpolator.setLocale = function (locale) { + $locale = locale; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateDefaultInterpolation#getInterpolationIdentifier + * @methodOf pascalprecht.translate.$translateDefaultInterpolation + * + * @description + * Returns an identifier for this interpolation service. + * + * @returns {string} $identifier + */ + $translateInterpolator.getInterpolationIdentifier = function () { + return $identifier; + }; + + /** + * @deprecated will be removed in 3.0 + * @see {@link pascalprecht.translate.$translateSanitization} + */ + $translateInterpolator.useSanitizeValueStrategy = function (value) { + $translateSanitization.useStrategy(value); + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateDefaultInterpolation#interpolate + * @methodOf pascalprecht.translate.$translateDefaultInterpolation + * + * @description + * Interpolates given value agains given interpolate params using angulars + * `$interpolate` service. + * + * Since AngularJS 1.5, `value` must not be a string but can be anything input. + * + * @param {string} value translation + * @param {object} [interpolationParams={}] interpolation params + * @param {string} [context=undefined] current context (filter, directive, service) + * @param {string} [sanitizeStrategy=undefined] sanitize strategy (use default unless set) + * @param {string} translationId current translationId + * + * @returns {string} interpolated string + */ + $translateInterpolator.interpolate = function (value, interpolationParams, context, sanitizeStrategy, translationId) { // jshint ignore:line + interpolationParams = interpolationParams || {}; + interpolationParams = $translateSanitization.sanitize(interpolationParams, 'params', sanitizeStrategy, context); + + var interpolatedText; + if (angular.isNumber(value)) { + // numbers are safe + interpolatedText = '' + value; + } else if (angular.isString(value)) { + // strings must be interpolated (that's the job here) + interpolatedText = $interpolate(value)(interpolationParams); + interpolatedText = $translateSanitization.sanitize(interpolatedText, 'text', sanitizeStrategy, context); + } else { + // neither a number or a string, cant interpolate => empty string + interpolatedText = ''; + } + + return interpolatedText; + }; + + return $translateInterpolator; +} + +$translateDefaultInterpolation.displayName = '$translateDefaultInterpolation'; + +angular.module('pascalprecht.translate').constant('$STORAGE_KEY', 'NG_TRANSLATE_LANG_KEY'); + +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translate + * @requires $interpolate, + * @requires $compile, + * @requires $parse, + * @requires $rootScope + * @restrict AE + * + * @description + * Translates given translation id either through attribute or DOM content. + * Internally it uses $translate service to translate the translation id. It possible to + * pass an optional `translate-values` object literal as string into translation id. + * + * @param {string=} translate Translation id which could be either string or interpolated string. + * @param {string=} translate-values Values to pass into translation id. Can be passed as object literal string or interpolated object. + * @param {string=} translate-attr-ATTR translate Translation id and put it into ATTR attribute. + * @param {string=} translate-default will be used unless translation was successful + * @param {string=} translate-sanitize-strategy defines locally sanitize strategy + * @param {boolean=} translate-compile (default true if present) defines locally activation of {@link pascalprecht.translate.$translateProvider#methods_usePostCompiling} + * @param {boolean=} translate-keep-content (default true if present) defines that in case a KEY could not be translated, that the existing content is left in the innerHTML} + * + * @example + + +
    + +
    
    +        
    TRANSLATION_ID
    +
    
    +        
    
    +        
    {{translationId}}
    +
    
    +        
    WITH_VALUES
    +
    
    +        
    WITH_VALUES
    +
    
    +        
    
    +
    +      
    +
    + + angular.module('ngView', ['pascalprecht.translate']) + + .config(function ($translateProvider) { + + $translateProvider.translations('en',{ + 'TRANSLATION_ID': 'Hello there!', + 'WITH_VALUES': 'The following value is dynamic: {{value}}', + 'WITH_CAMEL_CASE_KEY': 'The interpolation key is camel cased: {{camelCaseKey}}' + }).preferredLanguage('en'); + + }); + + angular.module('ngView').controller('TranslateCtrl', function ($scope) { + $scope.translationId = 'TRANSLATION_ID'; + + $scope.values = { + value: 78 + }; + }); + + + it('should translate', function () { + inject(function ($rootScope, $compile) { + $rootScope.translationId = 'TRANSLATION_ID'; + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    TRANSLATION_ID

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    {{translationId}}

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.attr('title')).toBe('Hello there!'); + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('The interpolation key is camel cased: Hello'); + }); + }); +
    +
    + */ +.directive('translate', translateDirective); +function translateDirective($translate, $interpolate, $compile, $parse, $rootScope) { + + 'use strict'; + + /** + * @name trim + * @private + * + * @description + * trim polyfill + * + * @returns {string} The string stripped of whitespace from both ends + */ + var trim = function() { + return this.toString().replace(/^\s+|\s+$/g, ''); + }; + + /** + * @name lowercase + * @private + * + * @description + * Return the lowercase string only if the type is string + * + * @returns {string} The string all in lowercase + */ + var lowercase = function (string) { + return angular.isString(string) ? string.toLowerCase() : string; + }; + + return { + restrict: 'AE', + scope: true, + priority: $translate.directivePriority(), + compile: function (tElement, tAttr) { + + var translateValuesExist = (tAttr.translateValues) ? + tAttr.translateValues : undefined; + + var translateInterpolation = (tAttr.translateInterpolation) ? + tAttr.translateInterpolation : undefined; + + var translateSanitizeStrategyExist = (tAttr.translateSanitizeStrategy) ? + tAttr.translateSanitizeStrategy : undefined; + + var translateValueExist = tElement[0].outerHTML.match(/translate-value-+/i); - if ($storageFactory && !promise) { - // looks like there's no pending promise for $preferredLanguage or - // $uses. Maybe there's one pending for a language that comes from - // storage. - var langKey = Storage.get($storageKey); - promise = langPromises[langKey]; - - if ($fallbackLanguage && $fallbackLanguage.length) { - var index = indexOf($fallbackLanguage, langKey); - // maybe the language from storage is also defined as fallback language - // we increase the fallback language index to not search in that language - // as fallback, since it's probably the first used language - // in that case the index starts after the first element - fallbackIndex = index === 0 ? 1 : 0; - - // but we can make sure to ALWAYS fallback to preferred language at least - if (indexOf($fallbackLanguage, $preferredLanguage) < 0) { - $fallbackLanguage.push($preferredLanguage); + var interpolateRegExp = '^(.*)(' + $interpolate.startSymbol() + '.*' + $interpolate.endSymbol() + ')(.*)', + watcherRegExp = '^(.*)' + $interpolate.startSymbol() + '(.*)' + $interpolate.endSymbol() + '(.*)'; + + return function linkFn(scope, iElement, iAttr) { + + scope.interpolateParams = {}; + scope.preText = ''; + scope.postText = ''; + scope.translateNamespace = getTranslateNamespace(scope); + var translationIds = {}; + + var initInterpolationParams = function (interpolateParams, iAttr, tAttr) { + // initial setup + if (iAttr.translateValues) { + angular.extend(interpolateParams, $parse(iAttr.translateValues)(scope.$parent)); + } + // initially fetch all attributes if existing and fill the params + if (translateValueExist) { + for (var attr in tAttr) { + if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { + var attributeName = lowercase(attr.substr(14, 1)) + attr.substr(15); + interpolateParams[attributeName] = tAttr[attr]; } } } - return promise; - }(); + }; - if (!promiseToWaitFor) { - // no promise to wait for? okay. Then there's no loader registered - // nor is a one pending for language that comes from storage. - // We can just translate. - determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); - } else { - var promiseResolved = function promiseResolved() { - // $uses may have changed while waiting - if (!forceLanguage) { - uses = $uses; + // Ensures any change of the attribute "translate" containing the id will + // be re-stored to the scope's "translationId". + // If the attribute has no content, the element's text value (white spaces trimmed off) will be used. + var observeElementTranslation = function (translationId) { + + // Remove any old watcher + if (angular.isFunction(observeElementTranslation._unwatchOld)) { + observeElementTranslation._unwatchOld(); + observeElementTranslation._unwatchOld = undefined; + } + + if (angular.equals(translationId , '') || !angular.isDefined(translationId)) { + var iElementText = trim.apply(iElement.text()); + + // Resolve translation id by inner html if required + var interpolateMatches = iElementText.match(interpolateRegExp); + // Interpolate translation id if required + if (angular.isArray(interpolateMatches)) { + scope.preText = interpolateMatches[1]; + scope.postText = interpolateMatches[3]; + translationIds.translate = $interpolate(interpolateMatches[2])(scope.$parent); + var watcherMatches = iElementText.match(watcherRegExp); + if (angular.isArray(watcherMatches) && watcherMatches[2] && watcherMatches[2].length) { + observeElementTranslation._unwatchOld = scope.$watch(watcherMatches[2], function (newValue) { + translationIds.translate = newValue; + updateTranslations(); + }); + } + } else { + // do not assigne the translation id if it is empty. + translationIds.translate = !iElementText ? undefined : iElementText; } - determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); - }; - promiseResolved.displayName = 'promiseResolved'; + } else { + translationIds.translate = translationId; + } + updateTranslations(); + }; - promiseToWaitFor['finally'](promiseResolved)['catch'](angular.noop); // we don't care about errors here, already handled - } - return deferred.promise; - }; + var observeAttributeTranslation = function (translateAttr) { + iAttr.$observe(translateAttr, function (translationId) { + translationIds[translateAttr] = translationId; + updateTranslations(); + }); + }; - /** - * @name applyNotFoundIndicators - * @private - * - * @description - * Applies not fount indicators to given translation id, if needed. - * This function gets only executed, if a translation id doesn't exist, - * which is why a translation id is expected as argument. - * - * @param {string} translationId Translation id. - * @returns {string} Same as given translation id but applied with not found - * indicators. - */ - var applyNotFoundIndicators = function applyNotFoundIndicators(translationId) { - // applying notFoundIndicators - if ($notFoundIndicatorLeft) { - translationId = [$notFoundIndicatorLeft, translationId].join(' '); + // initial setup with values + initInterpolationParams(scope.interpolateParams, iAttr, tAttr); + + var firstAttributeChangedEvent = true; + iAttr.$observe('translate', function (translationId) { + if (typeof translationId === 'undefined') { + // case of element "xyz" + observeElementTranslation(''); + } else { + // case of regular attribute + if (translationId !== '' || !firstAttributeChangedEvent) { + translationIds.translate = translationId; + updateTranslations(); + } + } + firstAttributeChangedEvent = false; + }); + + for (var translateAttr in iAttr) { + if (iAttr.hasOwnProperty(translateAttr) && translateAttr.substr(0, 13) === 'translateAttr' && translateAttr.length > 13) { + observeAttributeTranslation(translateAttr); + } } - if ($notFoundIndicatorRight) { - translationId = [translationId, $notFoundIndicatorRight].join(' '); + + iAttr.$observe('translateDefault', function (value) { + scope.defaultText = value; + updateTranslations(); + }); + + if (translateSanitizeStrategyExist) { + iAttr.$observe('translateSanitizeStrategy', function (value) { + scope.sanitizeStrategy = $parse(value)(scope.$parent); + updateTranslations(); + }); } - return translationId; - }; - /** - * @name useLanguage - * @private - * - * @description - * Makes actual use of a language by setting a given language key as used - * language and informs registered interpolators to also use the given - * key as locale. - * - * @param {string} key Locale key. - */ - var useLanguage = function useLanguage(key) { - $uses = key; + if (translateValuesExist) { + iAttr.$observe('translateValues', function (interpolateParams) { + if (interpolateParams) { + scope.$parent.$watch(function () { + angular.extend(scope.interpolateParams, $parse(interpolateParams)(scope.$parent)); + }); + } + }); + } - // make sure to store new language key before triggering success event - if ($storageFactory) { - Storage.put($translate.storageKey(), $uses); + if (translateValueExist) { + var observeValueAttribute = function (attrName) { + iAttr.$observe(attrName, function (value) { + var attributeName = lowercase(attrName.substr(14, 1)) + attrName.substr(15); + scope.interpolateParams[attributeName] = value; + }); + }; + for (var attr in iAttr) { + if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { + observeValueAttribute(attr); + } + } } - $rootScope.$emit('$translateChangeSuccess', { language: key }); + // Master update function + var updateTranslations = function () { + for (var key in translationIds) { + if (translationIds.hasOwnProperty(key) && translationIds[key] !== undefined) { + updateTranslation(key, translationIds[key], scope, scope.interpolateParams, scope.defaultText, scope.translateNamespace); + } + } + }; - // inform default interpolator - defaultInterpolator.setLocale($uses); + // Put translation processing function outside loop + var updateTranslation = function(translateAttr, translationId, scope, interpolateParams, defaultTranslationText, translateNamespace) { + if (translationId) { + // if translation id starts with '.' and translateNamespace given, prepend namespace + if (translateNamespace && translationId.charAt(0) === '.') { + translationId = translateNamespace + translationId; + } - var eachInterpolator = function eachInterpolator(interpolator, id) { - interpolatorHashMap[id].setLocale($uses); + $translate(translationId, interpolateParams, translateInterpolation, defaultTranslationText, scope.translateLanguage, scope.sanitizeStrategy) + .then(function (translation) { + applyTranslation(translation, scope, true, translateAttr); + }, function (translationId) { + applyTranslation(translationId, scope, false, translateAttr); + }); + } else { + // as an empty string cannot be translated, we can solve this using successful=false + applyTranslation(translationId, scope, false, translateAttr); + } }; - eachInterpolator.displayName = 'eachInterpolatorLocaleSetter'; - // inform all others too! - angular.forEach(interpolatorHashMap, eachInterpolator); - $rootScope.$emit('$translateChangeEnd', { language: key }); - }; + var applyTranslation = function (value, scope, successful, translateAttr) { + if (!successful) { + if (typeof scope.defaultText !== 'undefined') { + value = scope.defaultText; + } + } + if (translateAttr === 'translate') { + // default translate into innerHTML + if (successful || (!successful && !$translate.isKeepContent() && typeof iAttr.translateKeepContent === 'undefined')) { + iElement.empty().append(scope.preText + value + scope.postText); + } + var globallyEnabled = $translate.isPostCompilingEnabled(); + var locallyDefined = typeof tAttr.translateCompile !== 'undefined'; + var locallyEnabled = locallyDefined && tAttr.translateCompile !== 'false'; + if ((globallyEnabled && !locallyDefined) || locallyEnabled) { + $compile(iElement.contents())(scope); + } + } else { + // translate attribute + var attributeName = iAttr.$attr[translateAttr]; + if (attributeName.substr(0, 5) === 'data-') { + // ensure html5 data prefix is stripped + attributeName = attributeName.substr(5); + } + attributeName = attributeName.substr(15); + iElement.attr(attributeName, value); + } + }; - /** - * @name loadAsync - * @private - * - * @description - * Kicks off registered async loader using `$injector` and applies existing - * loader options. When resolved, it updates translation tables accordingly - * or rejects with given language key. - * - * @param {string} key Language key. - * @return {Promise} A promise. - */ - var loadAsync = function loadAsync(key) { - if (!key) { - throw 'No language key specified for loading.'; + if (translateValuesExist || translateValueExist || iAttr.translateDefault) { + scope.$watch('interpolateParams', updateTranslations, true); } - var deferred = $q.defer(); + // Replaced watcher on translateLanguage with event listener + scope.$on('translateLanguageChanged', updateTranslations); - $rootScope.$emit('$translateLoadingStart', { language: key }); - pendingLoader = true; + // Ensures the text will be refreshed after the current language was changed + // w/ $translate.use(...) + var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); - var cache = loaderCache; - if (typeof cache === 'string') { - // getting on-demand instance of loader - cache = $injector.get(cache); + // ensure translation will be looked up at least one + if (iElement.text().length) { + if (iAttr.translate) { + observeElementTranslation(iAttr.translate); + } else { + observeElementTranslation(''); + } + } else if (iAttr.translate) { + // ensure attribute will be not skipped + observeElementTranslation(iAttr.translate); } + updateTranslations(); + scope.$on('$destroy', unbind); + }; + } + }; +} - var loaderOptions = angular.extend({}, $loaderOptions, { - key: key, - $http: angular.extend({}, { - cache: cache - }, $loaderOptions.$http) - }); +/** + * Returns the scope's namespace. + * @private + * @param scope + * @returns {string} + */ +function getTranslateNamespace(scope) { + 'use strict'; + if (scope.translateNamespace) { + return scope.translateNamespace; + } + if (scope.$parent) { + return getTranslateNamespace(scope.$parent); + } +} - var onLoaderSuccess = function onLoaderSuccess(data) { - var translationTable = {}; - $rootScope.$emit('$translateLoadingSuccess', { language: key }); +translateDirective.displayName = 'translateDirective'; - if (angular.isArray(data)) { - angular.forEach(data, function (table) { - angular.extend(translationTable, flatObject(table)); - }); - } else { - angular.extend(translationTable, flatObject(data)); - } - pendingLoader = false; - deferred.resolve({ - key: key, - table: translationTable - }); - $rootScope.$emit('$translateLoadingEnd', { language: key }); - }; - onLoaderSuccess.displayName = 'onLoaderSuccess'; +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translate-attr + * @restrict A + * + * @description + * Translates attributes like translate-attr-ATTR, but with an object like ng-class. + * Internally it uses `translate` service to translate translation id. It possible to + * pass an optional `translate-values` object literal as string into translation id. + * + * @param {string=} translate-attr Object literal mapping attributes to translation ids. + * @param {string=} translate-values Values to pass into the translation ids. Can be passed as object literal string. + * @param {string=} translate-sanitize-strategy defines locally sanitize strategy + * + * @example + + +
    - var onLoaderError = function onLoaderError(key) { - $rootScope.$emit('$translateLoadingError', { language: key }); - deferred.reject(key); - $rootScope.$emit('$translateLoadingEnd', { language: key }); + + +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) + + .config(function ($translateProvider) { + + $translateProvider.translations('en',{ + 'TRANSLATION_ID': 'Hello there!', + 'WITH_VALUES': 'The following value is dynamic: {{value}}', + }).preferredLanguage('en'); + + }); + + angular.module('ngView').controller('TranslateCtrl', function ($scope) { + $scope.translationId = 'TRANSLATION_ID'; + + $scope.values = { + value: 78 }; - onLoaderError.displayName = 'onLoaderError'; + }); + + + it('should translate', function () { + inject(function ($rootScope, $compile) { + $rootScope.translationId = 'TRANSLATION_ID'; - $injector.get($loaderFactory)(loaderOptions).then(onLoaderSuccess, onLoaderError); + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('placeholder)).toBe('Hello there!'); + expect(element.attr('title)).toBe('The following value is dynamic: 5'); + }); + }); + +
    + */ +.directive('translateAttr', translateAttrDirective); +function translateAttrDirective($translate, $rootScope) { - return deferred.promise; - }; + 'use strict'; - if ($storageFactory) { - Storage = $injector.get($storageFactory); + return { + restrict: 'A', + priority: $translate.directivePriority(), + link: function linkFn(scope, element, attr) { + + var translateAttr, + translateValues, + translateSanitizeStrategy, + previousAttributes = {}; + + // Main update translations function + var updateTranslations = function () { + angular.forEach(translateAttr, function (translationId, attributeName) { + if (!translationId) { + return; + } + previousAttributes[attributeName] = true; - if (!Storage.get || !Storage.put) { - throw new Error('Couldn\'t use storage \'' + $storageFactory + '\', missing get() or put() method!'); - } - } + // if translation id starts with '.' and translateNamespace given, prepend namespace + if (scope.translateNamespace && translationId.charAt(0) === '.') { + translationId = scope.translateNamespace + translationId; + } + $translate(translationId, translateValues, attr.translateInterpolation, undefined, scope.translateLanguage, translateSanitizeStrategy) + .then(function (translation) { + element.attr(attributeName, translation); + }, function (translationId) { + element.attr(attributeName, translationId); + }); + }); + + // Removing unused attributes that were previously used + angular.forEach(previousAttributes, function (flag, attributeName) { + if (!translateAttr[attributeName]) { + element.removeAttr(attributeName); + delete previousAttributes[attributeName]; + } + }); + }; - // if we have additional interpolations that were added via - // $translateProvider.addInterpolation(), we have to map'em - if ($interpolatorFactories.length) { - var eachInterpolationFactory = function eachInterpolationFactory(interpolatorFactory) { - var interpolator = $injector.get(interpolatorFactory); - // setting initial locale for each interpolation service - interpolator.setLocale($preferredLanguage || $uses); - // make'em recognizable through id - interpolatorHashMap[interpolator.getInterpolationIdentifier()] = interpolator; - }; - eachInterpolationFactory.displayName = 'interpolationFactoryAdder'; + // Watch for attribute changes + watchAttribute( + scope, + attr.translateAttr, + function (newValue) { translateAttr = newValue; }, + updateTranslations + ); + // Watch for value changes + watchAttribute( + scope, + attr.translateValues, + function (newValue) { translateValues = newValue; }, + updateTranslations + ); + // Watch for sanitize strategy changes + watchAttribute( + scope, + attr.translateSanitizeStrategy, + function (newValue) { translateSanitizeStrategy = newValue; }, + updateTranslations + ); - angular.forEach($interpolatorFactories, eachInterpolationFactory); + if (attr.translateValues) { + scope.$watch(attr.translateValues, updateTranslations, true); } - /** - * @name getTranslationTable - * @private - * - * @description - * Returns a promise that resolves to the translation table - * or is rejected if an error occurred. - * - * @param langKey - * @returns {Q.promise} - */ - var getTranslationTable = function getTranslationTable(langKey) { - var deferred = $q.defer(); - if (Object.prototype.hasOwnProperty.call($translationTable, langKey)) { - deferred.resolve($translationTable[langKey]); - } else if (langPromises[langKey]) { - var onResolve = function onResolve(data) { - translations(data.key, data.table); - deferred.resolve(data.table); - }; - onResolve.displayName = 'translationTableResolver'; - langPromises[langKey].then(onResolve, deferred.reject); - } else { - deferred.reject(); - } - return deferred.promise; - }; + // Replaced watcher on translateLanguage with event listener + scope.$on('translateLanguageChanged', updateTranslations); - /** - * @name getFallbackTranslation - * @private - * - * @description - * Returns a promise that will resolve to the translation - * or be rejected if no translation was found for the language. - * This function is currently only used for fallback language translation. - * - * @param langKey The language to translate to. - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy - * @returns {Q.promise} - */ - var getFallbackTranslation = function getFallbackTranslation(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { - var deferred = $q.defer(); - - var onResolve = function onResolve(translationTable) { - if (Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { - Interpolator.setLocale(langKey); - var translation = translationTable[translationId]; - if (translation.substr(0, 2) === '@:') { - getFallbackTranslation(langKey, translation.substr(2), interpolateParams, Interpolator, sanitizeStrategy).then(deferred.resolve, deferred.reject); - } else { - var interpolatedValue = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'service', sanitizeStrategy, translationId); - interpolatedValue = applyPostProcessing(translationId, translationTable[translationId], interpolatedValue, interpolateParams, langKey); + // Ensures the text will be refreshed after the current language was changed + // w/ $translate.use(...) + var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); - deferred.resolve(interpolatedValue); - } - Interpolator.setLocale($uses); - } else { - deferred.reject(); - } - }; - onResolve.displayName = 'fallbackTranslationResolver'; + updateTranslations(); + scope.$on('$destroy', unbind); + } + }; +} - getTranslationTable(langKey).then(onResolve, deferred.reject); +function watchAttribute(scope, attribute, valueCallback, changeCallback) { + 'use strict'; + if (!attribute) { + return; + } + if (attribute.substr(0, 2) === '::') { + attribute = attribute.substr(2); + } else { + scope.$watch(attribute, function(newValue) { + valueCallback(newValue); + changeCallback(); + }, true); + } + valueCallback(scope.$eval(attribute)); +} - return deferred.promise; - }; +translateAttrDirective.displayName = 'translateAttrDirective'; - /** - * @name getFallbackTranslationInstant - * @private - * - * @description - * Returns a translation - * This function is currently only used for fallback language translation. - * - * @param langKey The language to translate to. - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy sanitize strategy override - * - * @returns {string} translation - */ - var getFallbackTranslationInstant = function getFallbackTranslationInstant(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { - var result, - translationTable = $translationTable[langKey]; +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translateCloak + * @requires $translate + * @restrict A + * + * $description + * Adds a `translate-cloak` class name to the given element where this directive + * is applied initially and removes it, once a loader has finished loading. + * + * This directive can be used to prevent initial flickering when loading translation + * data asynchronously. + * + * The class name is defined in + * {@link pascalprecht.translate.$translateProvider#cloakClassName $translate.cloakClassName()}. + * + * @param {string=} translate-cloak If a translationId is provided, it will be used for showing + * or hiding the cloak. Basically it relies on the translation + * resolve. + */ +.directive('translateCloak', translateCloakDirective); - if (translationTable && Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { - Interpolator.setLocale(langKey); - result = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'filter', sanitizeStrategy, translationId); - result = applyPostProcessing(translationId, translationTable[translationId], result, interpolateParams, langKey, sanitizeStrategy); - // workaround for TrustedValueHolderType - if (!angular.isString(result) && angular.isFunction(result.$$unwrapTrustedValue)) { - var result2 = result.$$unwrapTrustedValue(); - if (result2.substr(0, 2) === '@:') { - return getFallbackTranslationInstant(langKey, result2.substr(2), interpolateParams, Interpolator, sanitizeStrategy); - } - } else if (result.substr(0, 2) === '@:') { - return getFallbackTranslationInstant(langKey, result.substr(2), interpolateParams, Interpolator, sanitizeStrategy); - } - Interpolator.setLocale($uses); - } +function translateCloakDirective($translate, $rootScope) { - return result; - }; + 'use strict'; - /** - * @name translateByHandler - * @private - * - * Translate by missing translation handler. - * - * @param translationId - * @param interpolateParams - * @param defaultTranslationText - * @param sanitizeStrategy sanitize strategy override - * - * @returns translation created by $missingTranslationHandler or translationId is $missingTranslationHandler is - * absent - */ - var translateByHandler = function translateByHandler(translationId, interpolateParams, defaultTranslationText, sanitizeStrategy) { - // If we have a handler factory - we might also call it here to determine if it provides - // a default text for a translationid that can't be found anywhere in our tables - if ($missingTranslationHandlerFactory) { - return $injector.get($missingTranslationHandlerFactory)(translationId, $uses, interpolateParams, defaultTranslationText, sanitizeStrategy); + return { + compile : function (tElement) { + var applyCloak = function (element) { + element.addClass($translate.cloakClassName()); + }, + removeCloak = function (element) { + element.removeClass($translate.cloakClassName()); + }; + applyCloak(tElement); + + return function linkFn(scope, iElement, iAttr) { + //Create bound functions that incorporate the active DOM element. + var iRemoveCloak = removeCloak.bind(this, iElement), iApplyCloak = applyCloak.bind(this, iElement); + if (iAttr.translateCloak && iAttr.translateCloak.length) { + // Register a watcher for the defined translation allowing a fine tuned cloak + iAttr.$observe('translateCloak', function (translationId) { + $translate(translationId).then(iRemoveCloak, iApplyCloak); + }); + $rootScope.$on('$translateChangeSuccess', function () { + $translate(iAttr.translateCloak).then(iRemoveCloak, iApplyCloak); + }); } else { - return translationId; + $translate.onReady(iRemoveCloak); } }; + } + }; +} - /** - * @name resolveForFallbackLanguage - * @private - * - * Recursive helper function for fallbackTranslation that will sequentially look - * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. - * - * @param fallbackLanguageIndex - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param defaultTranslationText - * @param sanitizeStrategy - * @returns {Q.promise} Promise that will resolve to the translation. - */ - var resolveForFallbackLanguage = function resolveForFallbackLanguage(fallbackLanguageIndex, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { - var deferred = $q.defer(); +translateCloakDirective.displayName = 'translateCloakDirective'; - if (fallbackLanguageIndex < $fallbackLanguage.length) { - var langKey = $fallbackLanguage[fallbackLanguageIndex]; - getFallbackTranslation(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy).then(function (data) { - deferred.resolve(data); - }, function () { - // Look in the next fallback language for a translation. - // It delays the resolving by passing another promise to resolve. - return resolveForFallbackLanguage(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy).then(deferred.resolve, deferred.reject); - }); - } else { - // No translation found in any fallback language - // if a default translation text is set in the directive, then return this as a result - if (defaultTranslationText) { - deferred.resolve(defaultTranslationText); - } else { - var missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translateNamespace + * @restrict A + * + * @description + * Translates given translation id either through attribute or DOM content. + * Internally it uses `translate` filter to translate translation id. It possible to + * pass an optional `translate-values` object literal as string into translation id. + * + * @param {string=} translate namespace name which could be either string or interpolated string. + * + * @example + + +
    - // if no default translation is set and an error handler is defined, send it to the handler - // and then return the result if it isn't undefined - if ($missingTranslationHandlerFactory && missingTranslationHandlerTranslation) { - deferred.resolve(missingTranslationHandlerTranslation); - } else { - deferred.reject(applyNotFoundIndicators(translationId)); - } - } - } - return deferred.promise; - }; +
    +

    .HEADERS.TITLE

    +

    .HEADERS.WELCOME

    +
    - /** - * @name resolveForFallbackLanguageInstant - * @private - * - * Recursive helper function for fallbackTranslation that will sequentially look - * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. - * - * @param fallbackLanguageIndex - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy - * @returns {string} translation - */ - var resolveForFallbackLanguageInstant = function resolveForFallbackLanguageInstant(fallbackLanguageIndex, translationId, interpolateParams, Interpolator, sanitizeStrategy) { - var result; - - if (fallbackLanguageIndex < $fallbackLanguage.length) { - var langKey = $fallbackLanguage[fallbackLanguageIndex]; - result = getFallbackTranslationInstant(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy); - if (!result && result !== '') { - result = resolveForFallbackLanguageInstant(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator); - } - } - return result; - }; +
    +

    .TITLE

    +

    .WELCOME

    +
    - /** - * Translates with the usage of the fallback languages. - * - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param defaultTranslationText - * @param sanitizeStrategy - * @returns {Q.promise} Promise, that resolves to the translation. - */ - var fallbackTranslation = function fallbackTranslation(translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { - // Start with the fallbackLanguage with index 0 - return resolveForFallbackLanguage(startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy); - }; +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) - /** - * Translates with the usage of the fallback languages. - * - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy - * @returns {String} translation - */ - var fallbackTranslationInstant = function fallbackTranslationInstant(translationId, interpolateParams, Interpolator, sanitizeStrategy) { - // Start with the fallbackLanguage with index 0 - return resolveForFallbackLanguageInstant(startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex, translationId, interpolateParams, Interpolator, sanitizeStrategy); - }; + .config(function ($translateProvider) { - var determineTranslation = function determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy) { + $translateProvider.translations('en',{ + 'TRANSLATION_ID': 'Hello there!', + 'CONTENT': { + 'HEADERS': { + TITLE: 'Title' + } + }, + 'CONTENT.HEADERS.WELCOME': 'Welcome' + }).preferredLanguage('en'); - var deferred = $q.defer(); + }); - var table = uses ? $translationTable[uses] : $translationTable, - Interpolator = interpolationId ? interpolatorHashMap[interpolationId] : defaultInterpolator; + +
    + */ +.directive('translateNamespace', translateNamespaceDirective); - // if the translation id exists, we can just interpolate it - if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { - var translation = table[translationId]; +function translateNamespaceDirective() { - // If using link, rerun $translate with linked translationId and return it - if (translation.substr(0, 2) === '@:') { + 'use strict'; - $translate(translation.substr(2), interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); - } else { - // - var resolvedTranslation = Interpolator.interpolate(translation, interpolateParams, 'service', sanitizeStrategy, translationId); - resolvedTranslation = applyPostProcessing(translationId, translation, resolvedTranslation, interpolateParams, uses); - deferred.resolve(resolvedTranslation); - } - } else { - var missingTranslationHandlerTranslation; - // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise - if ($missingTranslationHandlerFactory && !pendingLoader) { - missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); - } + return { + restrict: 'A', + scope: true, + compile: function () { + return { + pre: function (scope, iElement, iAttrs) { + scope.translateNamespace = getTranslateNamespace(scope); - // since we couldn't translate the inital requested translation id, - // we try it now with one or more fallback languages, if fallback language(s) is - // configured. - if (uses && $fallbackLanguage && $fallbackLanguage.length) { - fallbackTranslation(translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy).then(function (translation) { - deferred.resolve(translation); - }, function (_translationId) { - deferred.reject(applyNotFoundIndicators(_translationId)); - }); - } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { - // looks like the requested translation id doesn't exists. - // Now, if there is a registered handler for missing translations and no - // asyncLoader is pending, we execute the handler - if (defaultTranslationText) { - deferred.resolve(defaultTranslationText); - } else { - deferred.resolve(missingTranslationHandlerTranslation); - } + if (scope.translateNamespace && iAttrs.translateNamespace.charAt(0) === '.') { + scope.translateNamespace += iAttrs.translateNamespace; } else { - if (defaultTranslationText) { - deferred.resolve(defaultTranslationText); - } else { - deferred.reject(applyNotFoundIndicators(translationId)); - } + scope.translateNamespace = iAttrs.translateNamespace; } } - return deferred.promise; }; + } + }; +} - var determineTranslationInstant = function determineTranslationInstant(translationId, interpolateParams, interpolationId, uses, sanitizeStrategy) { +/** + * Returns the scope's namespace. + * @private + * @param scope + * @returns {string} + */ +function getTranslateNamespace(scope) { + 'use strict'; + if (scope.translateNamespace) { + return scope.translateNamespace; + } + if (scope.$parent) { + return getTranslateNamespace(scope.$parent); + } +} - var result, - table = uses ? $translationTable[uses] : $translationTable, - Interpolator = defaultInterpolator; +translateNamespaceDirective.displayName = 'translateNamespaceDirective'; - // if the interpolation id exists use custom interpolator - if (interpolatorHashMap && Object.prototype.hasOwnProperty.call(interpolatorHashMap, interpolationId)) { - Interpolator = interpolatorHashMap[interpolationId]; - } +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translateLanguage + * @restrict A + * + * @description + * Forces the language to the directives in the underlying scope. + * + * @param {string=} translate language that will be negotiated. + * + * @example + + +
    - // if the translation id exists, we can just interpolate it - if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { - var translation = table[translationId]; +
    +

    HELLO

    +
    - // If using link, rerun $translate with linked translationId and return it - if (translation.substr(0, 2) === '@:') { - result = determineTranslationInstant(translation.substr(2), interpolateParams, interpolationId, uses, sanitizeStrategy); - } else { - result = Interpolator.interpolate(translation, interpolateParams, 'filter', sanitizeStrategy, translationId); - result = applyPostProcessing(translationId, translation, result, interpolateParams, uses, sanitizeStrategy); - } - } else { - var missingTranslationHandlerTranslation; - // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise - if ($missingTranslationHandlerFactory && !pendingLoader) { - missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); - } +
    +

    HELLO

    +
    - // since we couldn't translate the inital requested translation id, - // we try it now with one or more fallback languages, if fallback language(s) is - // configured. - if (uses && $fallbackLanguage && $fallbackLanguage.length) { - fallbackIndex = 0; - result = fallbackTranslationInstant(translationId, interpolateParams, Interpolator, sanitizeStrategy); - } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { - // looks like the requested translation id doesn't exists. - // Now, if there is a registered handler for missing translations and no - // asyncLoader is pending, we execute the handler - result = missingTranslationHandlerTranslation; - } else { - result = applyNotFoundIndicators(translationId); - } - } +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) - return result; - }; + .config(function ($translateProvider) { - var clearNextLangAndPromise = function clearNextLangAndPromise(key) { - if ($nextLang === key) { - $nextLang = undefined; - } - langPromises[key] = undefined; - }; + $translateProvider + .translations('en',{ + 'HELLO': 'Hello world!' + }) + .translations('de',{ + 'HELLO': 'Hallo Welt!' + }) + .preferredLanguage('en'); - var applyPostProcessing = function applyPostProcessing(translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy) { - var fn = postProcessFn; + }); - if (fn) { + +
    + */ +.directive('translateLanguage', translateLanguageDirective); - if (typeof fn === 'string') { - // getting on-demand instance - fn = $injector.get(fn); - } - if (fn) { - return fn(translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy); - } - } +function translateLanguageDirective() { - return resolvedTranslation; - }; + 'use strict'; - var loadTranslationsIfMissing = function loadTranslationsIfMissing(key) { - if (!$translationTable[key] && $loaderFactory && !langPromises[key]) { - langPromises[key] = loadAsync(key).then(function (translation) { - translations(translation.key, translation.table); - return translation; - }); - } - }; + return { + restrict: 'A', + scope: true, + compile: function () { + return function linkFn(scope, iElement, iAttrs) { - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#preferredLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the language key for the preferred language. - * - * @param {string} langKey language String or Array to be used as preferredLanguage (changing at runtime) - * - * @return {string} preferred language key - */ - $translate.preferredLanguage = function (langKey) { - if (langKey) { - setupPreferredLanguage(langKey); - } - return $preferredLanguage; - }; + iAttrs.$observe('translateLanguage', function (newTranslateLanguage) { + scope.translateLanguage = newTranslateLanguage; + }); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#cloakClassName - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the configured class name for `translate-cloak` directive. - * - * @return {string} cloakClassName - */ - $translate.cloakClassName = function () { - return $cloakClassName; + scope.$watch('translateLanguage', function(){ + scope.$broadcast('translateLanguageChanged'); + }); }; + } + }; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#nestedObjectDelimeter - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the configured delimiter for nested namespaces. - * - * @return {string} nestedObjectDelimeter - */ - $translate.nestedObjectDelimeter = function () { - return $nestedObjectDelimeter; - }; +translateLanguageDirective.displayName = 'translateLanguageDirective'; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#fallbackLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the language key for the fallback languages or sets a new fallback stack. - * It is recommended to call this before {@link pascalprecht.translate.$translateProvider#preferredLanguage preferredLanguage()}. - * - * @param {string=} langKey language String or Array of fallback languages to be used (to change stack at runtime) - * - * @return {string||array} fallback language key - */ - $translate.fallbackLanguage = function (langKey) { - if (langKey !== undefined && langKey !== null) { - fallbackStack(langKey); - - // as we might have an async loader initiated and a new translation language might have been defined - // we need to add the promise to the stack also. So - iterate. - if ($loaderFactory) { - if ($fallbackLanguage && $fallbackLanguage.length) { - for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { - if (!langPromises[$fallbackLanguage[i]]) { - langPromises[$fallbackLanguage[i]] = loadAsync($fallbackLanguage[i]); - } - } - } - } - $translate.use($translate.use()); - } - if ($fallbackWasString) { - return $fallbackLanguage[0]; - } else { - return $fallbackLanguage; - } - }; +angular.module('pascalprecht.translate') +/** + * @ngdoc filter + * @name pascalprecht.translate.filter:translate + * @requires $parse + * @requires pascalprecht.translate.$translate + * @function + * + * @description + * Uses `$translate` service to translate contents. Accepts interpolate parameters + * to pass dynamized values though translation. + * + * @param {string} translationId A translation id to be translated. + * @param {*=} interpolateParams Optional object literal (as hash or string) to pass values into translation. + * + * @returns {string} Translated text. + * + * @example + + +
    - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#useFallbackLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Sets the first key of the fallback language stack to be used for translation. - * Therefore all languages in the fallback array BEFORE this key will be skipped! - * - * @param {string=} langKey Contains the langKey the iteration shall start with. Set to false if you want to - * get back to the whole stack - */ - $translate.useFallbackLanguage = function (langKey) { - if (langKey !== undefined && langKey !== null) { - if (!langKey) { - startFallbackIteration = 0; - } else { - var langKeyPosition = indexOf($fallbackLanguage, langKey); - if (langKeyPosition > -1) { - startFallbackIteration = langKeyPosition; - } - } - } - }; +
    {{ 'TRANSLATION_ID' | translate }}
    +
    {{ translationId | translate }}
    +
    {{ 'WITH_VALUES' | translate:'{value: 5}' }}
    +
    {{ 'WITH_VALUES' | translate:values }}
    - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#proposedLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the language key of language that is currently loaded asynchronously. - * - * @return {string} language key - */ - $translate.proposedLanguage = function () { - return $nextLang; - }; +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#storage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns registered storage. - * - * @return {object} Storage - */ - $translate.storage = function () { - return Storage; - }; + .config(function ($translateProvider) { - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#negotiateLocale - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns a language key based on available languages and language aliases. If a - * language key cannot be resolved, returns undefined. - * - * If no or a falsy key is given, returns undefined. - * - * @param {string} [key] Language key - * @return {string|undefined} Language key or undefined if no language key is found. - */ - $translate.negotiateLocale = negotiateLocale; + $translateProvider.translations('en', { + 'TRANSLATION_ID': 'Hello there!', + 'WITH_VALUES': 'The following value is dynamic: {{value}}' + }); + $translateProvider.preferredLanguage('en'); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#use - * @methodOf pascalprecht.translate.$translate - * - * @description - * Tells angular-translate which language to use by given language key. This method is - * used to change language at runtime. It also takes care of storing the language - * key in a configured store to let your app remember the choosed language. - * - * When trying to 'use' a language which isn't available it tries to load it - * asynchronously with registered loaders. - * - * Returns promise object with loaded language file data or string of the currently used language. - * - * If no or a falsy key is given it returns the currently used language key. - * The returned string will be ```undefined``` if setting up $translate hasn't finished. - * @example - * $translate.use("en_US").then(function(data){ - * $scope.text = $translate("HELLO"); - * }); - * - * @param {string=} key Language key - * @return {object|string} Promise with loaded language data or the language key if a falsy param was given. - */ - $translate.use = function (key) { - if (!key) { - return $uses; - } + }); - var deferred = $q.defer(); - deferred.promise.then(null, angular.noop); // AJS "Possibly unhandled rejection" + angular.module('ngView').controller('TranslateCtrl', function ($scope) { + $scope.translationId = 'TRANSLATION_ID'; - $rootScope.$emit('$translateChangeStart', { language: key }); + $scope.values = { + value: 78 + }; + }); + +
    + */ +.filter('translate', translateFilterFactory); - // Try to get the aliased language key - var aliasedKey = negotiateLocale(key); - // Ensure only registered language keys will be loaded - if ($availableLanguageKeys.length > 0 && !aliasedKey) { - return $q.reject(key); - } +function translateFilterFactory($parse, $translate) { - if (aliasedKey) { - key = aliasedKey; - } + 'use strict'; - // if there isn't a translation table for the language we've requested, - // we load it asynchronously - $nextLang = key; - if (($forceAsyncReloadEnabled || !$translationTable[key]) && $loaderFactory && !langPromises[key]) { - langPromises[key] = loadAsync(key).then(function (translation) { - translations(translation.key, translation.table); - deferred.resolve(translation.key); - if ($nextLang === key) { - useLanguage(translation.key); - } - return translation; - }, function (key) { - $rootScope.$emit('$translateChangeError', { language: key }); - deferred.reject(key); - $rootScope.$emit('$translateChangeEnd', { language: key }); - return $q.reject(key); - }); - langPromises[key]['finally'](function () { - clearNextLangAndPromise(key); - })['catch'](angular.noop); // we don't care about errors (clearing) - } else if (langPromises[key]) { - // we are already loading this asynchronously - // resolve our new deferred when the old langPromise is resolved - langPromises[key].then(function (translation) { - if ($nextLang === translation.key) { - useLanguage(translation.key); - } - deferred.resolve(translation.key); - return translation; - }, function (key) { - // find first available fallback language if that request has failed - if (!$uses && $fallbackLanguage && $fallbackLanguage.length > 0 && $fallbackLanguage[0] !== key) { - return $translate.use($fallbackLanguage[0]).then(deferred.resolve, deferred.reject); - } else { - return deferred.reject(key); - } - }); - } else { - deferred.resolve(key); - useLanguage(key); - } + var translateFilter = function (translationId, interpolateParams, interpolation, forceLanguage) { + if (!angular.isObject(interpolateParams)) { + var ctx = this || { + '__SCOPE_IS_NOT_AVAILABLE': 'More info at https://github.com/angular/angular.js/commit/8863b9d04c722b278fa93c5d66ad1e578ad6eb1f' + }; + interpolateParams = $parse(interpolateParams)(ctx); + } - return deferred.promise; - }; + return $translate.instant(translationId, interpolateParams, interpolation, forceLanguage); + }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#resolveClientLocale - * @methodOf pascalprecht.translate.$translate - * - * @description - * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. - * - * @returns {string} the current client/browser language key - */ - $translate.resolveClientLocale = function () { - return getLocale(); - }; + if ($translate.statefulFilter()) { + translateFilter.$stateful = true; + } - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#storageKey - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the key for the storage. - * - * @return {string} storage key - */ - $translate.storageKey = function () { - return storageKey(); - }; + return translateFilter; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isPostCompilingEnabled - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether post compiling is enabled or not - * - * @return {bool} storage key - */ - $translate.isPostCompilingEnabled = function () { - return $postCompilingEnabled; - }; +translateFilterFactory.displayName = 'translateFilterFactory'; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isForceAsyncReloadEnabled - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether force async reload is enabled or not - * - * @return {boolean} forceAsyncReload value - */ - $translate.isForceAsyncReloadEnabled = function () { - return $forceAsyncReloadEnabled; - }; +angular.module('pascalprecht.translate') - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isKeepContent - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether keepContent or not - * - * @return {boolean} keepContent value - */ - $translate.isKeepContent = function () { - return $keepContent; - }; +/** + * @ngdoc object + * @name pascalprecht.translate.$translationCache + * @requires $cacheFactory + * + * @description + * The first time a translation table is used, it is loaded in the translation cache for quick retrieval. You + * can load translation tables directly into the cache by consuming the + * `$translationCache` service directly. + * + * @return {object} $cacheFactory object. + */ + .factory('$translationCache', $translationCache); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#refresh - * @methodOf pascalprecht.translate.$translate - * - * @description - * Refreshes a translation table pointed by the given langKey. If langKey is not specified, - * the module will drop all existent translation tables and load new version of those which - * are currently in use. - * - * Refresh means that the module will drop target translation table and try to load it again. - * - * In case there are no loaders registered the refresh() method will throw an Error. - * - * If the module is able to refresh translation tables refresh() method will broadcast - * $translateRefreshStart and $translateRefreshEnd events. - * - * @example - * // this will drop all currently existent translation tables and reload those which are - * // currently in use - * $translate.refresh(); - * // this will refresh a translation table for the en_US language - * $translate.refresh('en_US'); - * - * @param {string} langKey A language key of the table, which has to be refreshed - * - * @return {promise} Promise, which will be resolved in case a translation tables refreshing - * process is finished successfully, and reject if not. - */ - $translate.refresh = function (langKey) { - if (!$loaderFactory) { - throw new Error('Couldn\'t refresh translation table, no loader registered!'); - } +function $translationCache($cacheFactory) { - $rootScope.$emit('$translateRefreshStart', { language: langKey }); + 'use strict'; - var deferred = $q.defer(), - updatedLanguages = {}; + return $cacheFactory('translations'); +} - //private helper - function loadNewData(languageKey) { - var promise = loadAsync(languageKey); - //update the load promise cache for this language - langPromises[languageKey] = promise; - //register a data handler for the promise - promise.then(function (data) { - //clear the cache for this language - $translationTable[languageKey] = {}; - //add the new data for this language - translations(languageKey, data.table); - //track that we updated this language - updatedLanguages[languageKey] = true; - }, - //handle rejection to appease the $q validation - angular.noop); - return promise; - } +$translationCache.displayName = '$translationCache'; +return 'pascalprecht.translate'; - //set up post-processing - deferred.promise.then(function () { - for (var key in $translationTable) { - if ($translationTable.hasOwnProperty(key)) { - //delete cache entries that were not updated - if (!(key in updatedLanguages)) { - delete $translationTable[key]; - } - } - } - if ($uses) { - useLanguage($uses); - } - }, - //handle rejection to appease the $q validation - angular.noop)['finally'](function () { - $rootScope.$emit('$translateRefreshEnd', { language: langKey }); - }); +})); - if (!langKey) { - // if there's no language key specified we refresh ALL THE THINGS! - var languagesToReload = $fallbackLanguage && $fallbackLanguage.slice() || []; - if ($uses && languagesToReload.indexOf($uses) === -1) { - languagesToReload.push($uses); - } - $q.all(languagesToReload.map(loadNewData)).then(deferred.resolve, deferred.reject); - } else if ($translationTable[langKey]) { - //just refresh the specified language cache - loadNewData(langKey).then(deferred.resolve, deferred.reject); - } else { - deferred.reject(); - } +},{}],147:[function(require,module,exports){ +/** + * @license AngularJS v1.6.8 + * (c) 2010-2017 Google, Inc. http://angularjs.org + * License: MIT + */ +(function(window) {'use strict'; - return deferred.promise; - }; +/* exported + minErrConfig, + errorHandlingConfig, + isValidObjectMaxDepth +*/ - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#instant - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns a translation instantly from the internal state of loaded translation. All rules - * regarding the current language, the preferred language of even fallback languages will be - * used except any promise handling. If a language was not found, an asynchronous loading - * will be invoked in the background. - * - * @param {string|array} translationId A token which represents a translation id - * This can be optionally an array of translation ids which - * results that the function's promise returns an object where - * each key is the translation id and the value the translation. - * @param {object=} [interpolateParams={}] Params - * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) - * @param {string=} [forceLanguage=false] A language to be used instead of the current language - * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) - * - * @return {string|object} translation - */ - $translate.instant = function (translationId, interpolateParams, interpolationId, forceLanguage, sanitizeStrategy) { +var minErrConfig = { + objectMaxDepth: 5 +}; - // we don't want to re-negotiate $uses - var uses = forceLanguage && forceLanguage !== $uses ? // we don't want to re-negotiate $uses - negotiateLocale(forceLanguage) || forceLanguage : $uses; +/** + * @ngdoc function + * @name angular.errorHandlingConfig + * @module ng + * @kind function + * + * @description + * Configure several aspects of error handling in AngularJS if used as a setter or return the + * current configuration if used as a getter. The following options are supported: + * + * - **objectMaxDepth**: The maximum depth to which objects are traversed when stringified for error messages. + * + * Omitted or undefined options will leave the corresponding configuration values unchanged. + * + * @param {Object=} config - The configuration object. May only contain the options that need to be + * updated. Supported keys: + * + * * `objectMaxDepth` **{Number}** - The max depth for stringifying objects. Setting to a + * non-positive or non-numeric value, removes the max depth limit. + * Default: 5 + */ +function errorHandlingConfig(config) { + if (isObject(config)) { + if (isDefined(config.objectMaxDepth)) { + minErrConfig.objectMaxDepth = isValidObjectMaxDepth(config.objectMaxDepth) ? config.objectMaxDepth : NaN; + } + } else { + return minErrConfig; + } +} - // Detect undefined and null values to shorten the execution and prevent exceptions - if (translationId === null || angular.isUndefined(translationId)) { - return translationId; - } +/** + * @private + * @param {Number} maxDepth + * @return {boolean} + */ +function isValidObjectMaxDepth(maxDepth) { + return isNumber(maxDepth) && maxDepth > 0; +} - // Check forceLanguage is present - if (forceLanguage) { - loadTranslationsIfMissing(forceLanguage); - } +/** + * @description + * + * This object provides a utility for producing rich Error messages within + * Angular. It can be called as follows: + * + * var exampleMinErr = minErr('example'); + * throw exampleMinErr('one', 'This {0} is {1}', foo, bar); + * + * The above creates an instance of minErr in the example namespace. The + * resulting error will have a namespaced error code of example.one. The + * resulting error will replace {0} with the value of foo, and {1} with the + * value of bar. The object is not restricted in the number of arguments it can + * take. + * + * If fewer arguments are specified than necessary for interpolation, the extra + * interpolation markers will be preserved in the final string. + * + * Since data will be parsed statically during a build step, some restrictions + * are applied with respect to how minErr instances are created and called. + * Instances should have names of the form namespaceMinErr for a minErr created + * using minErr('namespace') . Error codes, namespaces and template strings + * should all be static strings, not variables or general expressions. + * + * @param {string} module The namespace to use for the new minErr instance. + * @param {function} ErrorConstructor Custom error constructor to be instantiated when returning + * error from returned function, for cases when a particular type of error is useful. + * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance + */ - // Duck detection: If the first argument is an array, a bunch of translations was requested. - // The result is an object. - if (angular.isArray(translationId)) { - var results = {}; - for (var i = 0, c = translationId.length; i < c; i++) { - results[translationId[i]] = $translate.instant(translationId[i], interpolateParams, interpolationId, forceLanguage, sanitizeStrategy); - } - return results; - } +function minErr(module, ErrorConstructor) { + ErrorConstructor = ErrorConstructor || Error; + return function() { + var code = arguments[0], + template = arguments[1], + message = '[' + (module ? module + ':' : '') + code + '] ', + templateArgs = sliceArgs(arguments, 2).map(function(arg) { + return toDebugString(arg, minErrConfig.objectMaxDepth); + }), + paramPrefix, i; - // We discarded unacceptable values. So we just need to verify if translationId is empty String - if (angular.isString(translationId) && translationId.length < 1) { - return translationId; - } + message += template.replace(/\{\d+\}/g, function(match) { + var index = +match.slice(1, -1); - // trim off any whitespace - if (translationId) { - translationId = trim.apply(translationId); - } + if (index < templateArgs.length) { + return templateArgs[index]; + } - var result, - possibleLangKeys = []; - if ($preferredLanguage) { - possibleLangKeys.push($preferredLanguage); - } - if (uses) { - possibleLangKeys.push(uses); - } - if ($fallbackLanguage && $fallbackLanguage.length) { - possibleLangKeys = possibleLangKeys.concat($fallbackLanguage); - } - for (var j = 0, d = possibleLangKeys.length; j < d; j++) { - var possibleLangKey = possibleLangKeys[j]; - if ($translationTable[possibleLangKey]) { - if (typeof $translationTable[possibleLangKey][translationId] !== 'undefined') { - result = determineTranslationInstant(translationId, interpolateParams, interpolationId, uses, sanitizeStrategy); - } - } - if (typeof result !== 'undefined') { - break; - } - } + return match; + }); - if (!result && result !== '') { - if ($notFoundIndicatorLeft || $notFoundIndicatorRight) { - result = applyNotFoundIndicators(translationId); - } else { - // Return translation of default interpolator if not found anything. - result = defaultInterpolator.interpolate(translationId, interpolateParams, 'filter', sanitizeStrategy); - - // looks like the requested translation id doesn't exists. - // Now, if there is a registered handler for missing translations and no - // asyncLoader is pending, we execute the handler - var missingTranslationHandlerTranslation; - if ($missingTranslationHandlerFactory && !pendingLoader) { - missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); - } + message += '\nhttp://errors.angularjs.org/1.6.8/' + + (module ? module + '/' : '') + code; - if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { - result = missingTranslationHandlerTranslation; - } - } - } + for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') { + message += paramPrefix + 'p' + i + '=' + encodeURIComponent(templateArgs[i]); + } - return result; - }; + return new ErrorConstructor(message); + }; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#versionInfo - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the current version information for the angular-translate library - * - * @return {string} angular-translate version - */ - $translate.versionInfo = function () { - return version; - }; +/* We need to tell ESLint what variables are being exported */ +/* exported + angular, + msie, + jqLite, + jQuery, + slice, + splice, + push, + toString, + minErrConfig, + errorHandlingConfig, + isValidObjectMaxDepth, + ngMinErr, + angularModule, + uid, + REGEX_STRING_REGEXP, + VALIDITY_STATE_PROPERTY, + + lowercase, + uppercase, + manualLowercase, + manualUppercase, + nodeName_, + isArrayLike, + forEach, + forEachSorted, + reverseParams, + nextUid, + setHashKey, + extend, + toInt, + inherit, + merge, + noop, + identity, + valueFn, + isUndefined, + isDefined, + isObject, + isBlankObject, + isString, + isNumber, + isNumberNaN, + isDate, + isError, + isArray, + isFunction, + isRegExp, + isWindow, + isScope, + isFile, + isFormData, + isBlob, + isBoolean, + isPromiseLike, + trim, + escapeForRegexp, + isElement, + makeMap, + includes, + arrayRemove, + copy, + simpleCompare, + equals, + csp, + jq, + concat, + sliceArgs, + bind, + toJsonReplacer, + toJson, + fromJson, + convertTimezoneToLocal, + timezoneToOffset, + startingTag, + tryDecodeURIComponent, + parseKeyValue, + toKeyValue, + encodeUriSegment, + encodeUriQuery, + angularInit, + bootstrap, + getTestability, + snake_case, + bindJQuery, + assertArg, + assertArgFn, + assertNotHasOwnProperty, + getter, + getBlockNodes, + hasOwnProperty, + createMap, + stringify, + + NODE_TYPE_ELEMENT, + NODE_TYPE_ATTRIBUTE, + NODE_TYPE_TEXT, + NODE_TYPE_COMMENT, + NODE_TYPE_DOCUMENT, + NODE_TYPE_DOCUMENT_FRAGMENT +*/ - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#loaderCache - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the defined loaderCache. - * - * @return {boolean|string|object} current value of loaderCache - */ - $translate.loaderCache = function () { - return loaderCache; - }; +//////////////////////////////////// - // internal purpose only - $translate.directivePriority = function () { - return directivePriority; - }; +/** + * @ngdoc module + * @name ng + * @module ng + * @installation + * @description + * + * The ng module is loaded by default when an AngularJS application is started. The module itself + * contains the essential components for an AngularJS application to function. The table below + * lists a high level breakdown of each of the services/factories, filters, directives and testing + * components available within this core module. + * + */ - // internal purpose only - $translate.statefulFilter = function () { - return statefulFilter; - }; +var REGEX_STRING_REGEXP = /^\/(.+)\/([a-z]*)$/; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isReady - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether the service is "ready" to translate (i.e. loading 1st language). - * - * See also {@link pascalprecht.translate.$translate#methods_onReady onReady()}. - * - * @return {boolean} current value of ready - */ - $translate.isReady = function () { - return $isReady; - }; +// The name of a form control's ValidityState property. +// This is used so that it's possible for internal tests to create mock ValidityStates. +var VALIDITY_STATE_PROPERTY = 'validity'; - var $onReadyDeferred = $q.defer(); - $onReadyDeferred.promise.then(function () { - $isReady = true; - }); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#onReady - * @methodOf pascalprecht.translate.$translate - * - * @description - * Calls the function provided or resolved the returned promise after the service is "ready" to translate (i.e. loading 1st language). - * - * See also {@link pascalprecht.translate.$translate#methods_isReady isReady()}. - * - * @param {Function=} fn Function to invoke when service is ready - * @return {object} Promise resolved when service is ready - */ - $translate.onReady = function (fn) { - var deferred = $q.defer(); - if (angular.isFunction(fn)) { - deferred.promise.then(fn); - } - if ($isReady) { - deferred.resolve(); - } else { - $onReadyDeferred.promise.then(deferred.resolve); - } - return deferred.promise; - }; +var hasOwnProperty = Object.prototype.hasOwnProperty; + +/** + * @ngdoc function + * @name angular.lowercase + * @module ng + * @kind function + * + * @deprecated + * sinceVersion="1.5.0" + * removeVersion="1.7.0" + * Use [String.prototype.toLowerCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase) instead. + * + * @description Converts the specified string to lowercase. + * @param {string} string String to be converted to lowercase. + * @returns {string} Lowercased string. + */ +var lowercase = function(string) {return isString(string) ? string.toLowerCase() : string;}; + +/** + * @ngdoc function + * @name angular.uppercase + * @module ng + * @kind function + * + * @deprecated + * sinceVersion="1.5.0" + * removeVersion="1.7.0" + * Use [String.prototype.toUpperCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) instead. + * + * @description Converts the specified string to uppercase. + * @param {string} string String to be converted to uppercase. + * @returns {string} Uppercased string. + */ +var uppercase = function(string) {return isString(string) ? string.toUpperCase() : string;}; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#getAvailableLanguageKeys - * @methodOf pascalprecht.translate.$translate - * - * @description - * This function simply returns the registered language keys being defined before in the config phase - * With this, an application can use the array to provide a language selection dropdown or similar - * without any additional effort - * - * @returns {object} returns the list of possibly registered language keys and mapping or null if not defined - */ - $translate.getAvailableLanguageKeys = function () { - if ($availableLanguageKeys.length > 0) { - return $availableLanguageKeys; - } - return null; - }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#getTranslationTable - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns translation table by the given language key. - * - * Unless a language is provided it returns a translation table of the current one. - * Note: If translation dictionary is currently downloading or in progress - * it will return null. - * - * @param {string} langKey A token which represents a translation id - * - * @return {object} a copy of angular-translate $translationTable - */ - $translate.getTranslationTable = function (langKey) { - langKey = langKey || $translate.use(); - if (langKey && $translationTable[langKey]) { - return angular.copy($translationTable[langKey]); - } - return null; - }; +var manualLowercase = function(s) { + /* eslint-disable no-bitwise */ + return isString(s) + ? s.replace(/[A-Z]/g, function(ch) {return String.fromCharCode(ch.charCodeAt(0) | 32);}) + : s; + /* eslint-enable */ +}; +var manualUppercase = function(s) { + /* eslint-disable no-bitwise */ + return isString(s) + ? s.replace(/[a-z]/g, function(ch) {return String.fromCharCode(ch.charCodeAt(0) & ~32);}) + : s; + /* eslint-enable */ +}; - // Whenever $translateReady is being fired, this will ensure the state of $isReady - var globalOnReadyListener = $rootScope.$on('$translateReady', function () { - $onReadyDeferred.resolve(); - globalOnReadyListener(); // one time only - globalOnReadyListener = null; - }); - var globalOnChangeListener = $rootScope.$on('$translateChangeEnd', function () { - $onReadyDeferred.resolve(); - globalOnChangeListener(); // one time only - globalOnChangeListener = null; - }); - if ($loaderFactory) { +// String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish +// locale, for this reason we need to detect this case and redefine lowercase/uppercase methods +// with correct but slower alternatives. See https://github.com/angular/angular.js/issues/11387 +if ('i' !== 'I'.toLowerCase()) { + lowercase = manualLowercase; + uppercase = manualUppercase; +} - // If at least one async loader is defined and there are no - // (default) translations available we should try to load them. - if (angular.equals($translationTable, {})) { - if ($translate.use()) { - $translate.use($translate.use()); - } - } - // Also, if there are any fallback language registered, we start - // loading them asynchronously as soon as we can. - if ($fallbackLanguage && $fallbackLanguage.length) { - var processAsyncResult = function processAsyncResult(translation) { - translations(translation.key, translation.table); - $rootScope.$emit('$translateChangeEnd', { language: translation.key }); - return translation; - }; - for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { - var fallbackLanguageId = $fallbackLanguage[i]; - if ($forceAsyncReloadEnabled || !$translationTable[fallbackLanguageId]) { - langPromises[fallbackLanguageId] = loadAsync(fallbackLanguageId).then(processAsyncResult); - } - } - } - } else { - $rootScope.$emit('$translateReady', { language: $translate.use() }); - } +var + msie, // holds major version number for IE, or NaN if UA is not IE. + jqLite, // delay binding since jQuery could be loaded after us. + jQuery, // delay binding + slice = [].slice, + splice = [].splice, + push = [].push, + toString = Object.prototype.toString, + getPrototypeOf = Object.getPrototypeOf, + ngMinErr = minErr('ng'), - return $translate; - }]; - } + /** @name angular */ + angular = window.angular || (window.angular = {}), + angularModule, + uid = 0; - $translate.displayName = 'displayName'; +// Support: IE 9-11 only +/** + * documentMode is an IE-only property + * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx + */ +msie = window.document.documentMode; - /** - * @ngdoc object - * @name pascalprecht.translate.$translateDefaultInterpolation - * @requires $interpolate - * - * @description - * Uses angular's `$interpolate` services to interpolate strings against some values. - * - * Be aware to configure a proper sanitization strategy. - * - * See also: - * * {@link pascalprecht.translate.$translateSanitization} - * - * @return {object} $translateDefaultInterpolation Interpolator service - */ - angular.module('pascalprecht.translate').factory('$translateDefaultInterpolation', $translateDefaultInterpolation); - function $translateDefaultInterpolation($interpolate, $translateSanitization) { +/** + * @private + * @param {*} obj + * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, + * String ...) + */ +function isArrayLike(obj) { - 'use strict'; + // `null`, `undefined` and `window` are not array-like + if (obj == null || isWindow(obj)) return false; - var $translateInterpolator = {}, - $locale, - $identifier = 'default'; + // arrays, strings and jQuery/jqLite objects are array like + // * jqLite is either the jQuery or jqLite constructor function + // * we have to check the existence of jqLite first as this method is called + // via the forEach method when constructing the jqLite object in the first place + if (isArray(obj) || isString(obj) || (jqLite && obj instanceof jqLite)) return true; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateDefaultInterpolation#setLocale - * @methodOf pascalprecht.translate.$translateDefaultInterpolation - * - * @description - * Sets current locale (this is currently not use in this interpolation). - * - * @param {string} locale Language key or locale. - */ - $translateInterpolator.setLocale = function (locale) { - $locale = locale; - }; + // Support: iOS 8.2 (not reproducible in simulator) + // "length" in obj used to prevent JIT error (gh-11508) + var length = 'length' in Object(obj) && obj.length; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateDefaultInterpolation#getInterpolationIdentifier - * @methodOf pascalprecht.translate.$translateDefaultInterpolation - * - * @description - * Returns an identifier for this interpolation service. - * - * @returns {string} $identifier - */ - $translateInterpolator.getInterpolationIdentifier = function () { - return $identifier; - }; + // NodeList objects (with `item` method) and + // other objects with suitable length characteristics are array-like + return isNumber(length) && + (length >= 0 && ((length - 1) in obj || obj instanceof Array) || typeof obj.item === 'function'); - /** - * @deprecated will be removed in 3.0 - * @see {@link pascalprecht.translate.$translateSanitization} - */ - $translateInterpolator.useSanitizeValueStrategy = function (value) { - $translateSanitization.useStrategy(value); - return this; - }; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translateDefaultInterpolation#interpolate - * @methodOf pascalprecht.translate.$translateDefaultInterpolation - * - * @description - * Interpolates given value agains given interpolate params using angulars - * `$interpolate` service. - * - * Since AngularJS 1.5, `value` must not be a string but can be anything input. - * - * @param {string} value translation - * @param {object} [interpolationParams={}] interpolation params - * @param {string} [context=undefined] current context (filter, directive, service) - * @param {string} [sanitizeStrategy=undefined] sanitize strategy (use default unless set) - * @param {string} translationId current translationId - * - * @returns {string} interpolated string - */ - $translateInterpolator.interpolate = function (value, interpolationParams, context, sanitizeStrategy, translationId) { - // jshint ignore:line - interpolationParams = interpolationParams || {}; - interpolationParams = $translateSanitization.sanitize(interpolationParams, 'params', sanitizeStrategy, context); - - var interpolatedText; - if (angular.isNumber(value)) { - // numbers are safe - interpolatedText = '' + value; - } else if (angular.isString(value)) { - // strings must be interpolated (that's the job here) - interpolatedText = $interpolate(value)(interpolationParams); - interpolatedText = $translateSanitization.sanitize(interpolatedText, 'text', sanitizeStrategy, context); - } else { - // neither a number or a string, cant interpolate => empty string - interpolatedText = ''; - } +/** + * @ngdoc function + * @name angular.forEach + * @module ng + * @kind function + * + * @description + * Invokes the `iterator` function once for each item in `obj` collection, which can be either an + * object or an array. The `iterator` function is invoked with `iterator(value, key, obj)`, where `value` + * is the value of an object property or an array element, `key` is the object property key or + * array element index and obj is the `obj` itself. Specifying a `context` for the function is optional. + * + * It is worth noting that `.forEach` does not iterate over inherited properties because it filters + * using the `hasOwnProperty` method. + * + * Unlike ES262's + * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18), + * providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just + * return the value provided. + * + ```js + var values = {name: 'misko', gender: 'male'}; + var log = []; + angular.forEach(values, function(value, key) { + this.push(key + ': ' + value); + }, log); + expect(log).toEqual(['name: misko', 'gender: male']); + ``` + * + * @param {Object|Array} obj Object to iterate over. + * @param {Function} iterator Iterator function. + * @param {Object=} context Object to become context (`this`) for the iterator function. + * @returns {Object|Array} Reference to `obj`. + */ - return interpolatedText; - }; +function forEach(obj, iterator, context) { + var key, length; + if (obj) { + if (isFunction(obj)) { + for (key in obj) { + if (key !== 'prototype' && key !== 'length' && key !== 'name' && obj.hasOwnProperty(key)) { + iterator.call(context, obj[key], key, obj); + } + } + } else if (isArray(obj) || isArrayLike(obj)) { + var isPrimitive = typeof obj !== 'object'; + for (key = 0, length = obj.length; key < length; key++) { + if (isPrimitive || key in obj) { + iterator.call(context, obj[key], key, obj); + } + } + } else if (obj.forEach && obj.forEach !== forEach) { + obj.forEach(iterator, context, obj); + } else if (isBlankObject(obj)) { + // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty + for (key in obj) { + iterator.call(context, obj[key], key, obj); + } + } else if (typeof obj.hasOwnProperty === 'function') { + // Slow path for objects inheriting Object.prototype, hasOwnProperty check needed + for (key in obj) { + if (obj.hasOwnProperty(key)) { + iterator.call(context, obj[key], key, obj); + } + } + } else { + // Slow path for objects which do not have a method `hasOwnProperty` + for (key in obj) { + if (hasOwnProperty.call(obj, key)) { + iterator.call(context, obj[key], key, obj); + } + } + } + } + return obj; +} - return $translateInterpolator; +function forEachSorted(obj, iterator, context) { + var keys = Object.keys(obj).sort(); + for (var i = 0; i < keys.length; i++) { + iterator.call(context, obj[keys[i]], keys[i]); } + return keys; +} - $translateDefaultInterpolation.displayName = '$translateDefaultInterpolation'; - angular.module('pascalprecht.translate').constant('$STORAGE_KEY', 'NG_TRANSLATE_LANG_KEY'); +/** + * when using forEach the params are value, key, but it is often useful to have key, value. + * @param {function(string, *)} iteratorFn + * @returns {function(*, string)} + */ +function reverseParams(iteratorFn) { + return function(value, key) {iteratorFn(key, value);}; +} - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translate - * @requires $interpolate, - * @requires $compile, - * @requires $parse, - * @requires $rootScope - * @restrict AE - * - * @description - * Translates given translation id either through attribute or DOM content. - * Internally it uses $translate service to translate the translation id. It possible to - * pass an optional `translate-values` object literal as string into translation id. - * - * @param {string=} translate Translation id which could be either string or interpolated string. - * @param {string=} translate-values Values to pass into translation id. Can be passed as object literal string or interpolated object. - * @param {string=} translate-attr-ATTR translate Translation id and put it into ATTR attribute. - * @param {string=} translate-default will be used unless translation was successful - * @param {string=} translate-sanitize-strategy defines locally sanitize strategy - * @param {boolean=} translate-compile (default true if present) defines locally activation of {@link pascalprecht.translate.$translateProvider#methods_usePostCompiling} - * @param {boolean=} translate-keep-content (default true if present) defines that in case a KEY could not be translated, that the existing content is left in the innerHTML} - * - * @example - - -
    - -
    
    -          
    TRANSLATION_ID
    -
    
    -          
    
    -          
    {{translationId}}
    -
    
    -          
    WITH_VALUES
    -
    
    -          
    WITH_VALUES
    -
    
    -          
    
    -  
    -        
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en',{ - 'TRANSLATION_ID': 'Hello there!', - 'WITH_VALUES': 'The following value is dynamic: {{value}}', - 'WITH_CAMEL_CASE_KEY': 'The interpolation key is camel cased: {{camelCaseKey}}' - }).preferredLanguage('en'); - - }); - - angular.module('ngView').controller('TranslateCtrl', function ($scope) { - $scope.translationId = 'TRANSLATION_ID'; - - $scope.values = { - value: 78 - }; - }); - - - it('should translate', function () { - inject(function ($rootScope, $compile) { - $rootScope.translationId = 'TRANSLATION_ID'; - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    TRANSLATION_ID

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    {{translationId}}

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.attr('title')).toBe('Hello there!'); - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('The interpolation key is camel cased: Hello'); - }); - }); -
    -
    - */ - .directive('translate', translateDirective); - function translateDirective($translate, $interpolate, $compile, $parse, $rootScope) { +/** + * A consistent way of creating unique IDs in angular. + * + * Using simple numbers allows us to generate 28.6 million unique ids per second for 10 years before + * we hit number precision issues in JavaScript. + * + * Math.pow(2,53) / 60 / 60 / 24 / 365 / 10 = 28.6M + * + * @returns {number} an unique alpha-numeric string + */ +function nextUid() { + return ++uid; +} - 'use strict'; - /** - * @name trim - * @private - * - * @description - * trim polyfill - * - * @returns {string} The string stripped of whitespace from both ends - */ +/** + * Set or clear the hashkey for an object. + * @param obj object + * @param h the hashkey (!truthy to delete the hashkey) + */ +function setHashKey(obj, h) { + if (h) { + obj.$$hashKey = h; + } else { + delete obj.$$hashKey; + } +} - var trim = function trim() { - return this.toString().replace(/^\s+|\s+$/g, ''); - }; - /** - * @name lowercase - * @private - * - * @description - * Return the lowercase string only if the type is string - * - * @returns {string} The string all in lowercase - */ - var lowercase = function lowercase(string) { - return angular.isString(string) ? string.toLowerCase() : string; - }; +function baseExtend(dst, objs, deep) { + var h = dst.$$hashKey; - return { - restrict: 'AE', - scope: true, - priority: $translate.directivePriority(), - compile: function compile(tElement, tAttr) { + for (var i = 0, ii = objs.length; i < ii; ++i) { + var obj = objs[i]; + if (!isObject(obj) && !isFunction(obj)) continue; + var keys = Object.keys(obj); + for (var j = 0, jj = keys.length; j < jj; j++) { + var key = keys[j]; + var src = obj[key]; - var translateValuesExist = tAttr.translateValues ? tAttr.translateValues : undefined; + if (deep && isObject(src)) { + if (isDate(src)) { + dst[key] = new Date(src.valueOf()); + } else if (isRegExp(src)) { + dst[key] = new RegExp(src); + } else if (src.nodeName) { + dst[key] = src.cloneNode(true); + } else if (isElement(src)) { + dst[key] = src.clone(); + } else { + if (!isObject(dst[key])) dst[key] = isArray(src) ? [] : {}; + baseExtend(dst[key], [src], true); + } + } else { + dst[key] = src; + } + } + } - var translateInterpolation = tAttr.translateInterpolation ? tAttr.translateInterpolation : undefined; + setHashKey(dst, h); + return dst; +} - var translateSanitizeStrategyExist = tAttr.translateSanitizeStrategy ? tAttr.translateSanitizeStrategy : undefined; +/** + * @ngdoc function + * @name angular.extend + * @module ng + * @kind function + * + * @description + * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) + * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so + * by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`. + * + * **Note:** Keep in mind that `angular.extend` does not support recursive merge (deep copy). Use + * {@link angular.merge} for this. + * + * @param {Object} dst Destination object. + * @param {...Object} src Source object(s). + * @returns {Object} Reference to `dst`. + */ +function extend(dst) { + return baseExtend(dst, slice.call(arguments, 1), false); +} - var translateValueExist = tElement[0].outerHTML.match(/translate-value-+/i); - var interpolateRegExp = '^(.*)(' + $interpolate.startSymbol() + '.*' + $interpolate.endSymbol() + ')(.*)', - watcherRegExp = '^(.*)' + $interpolate.startSymbol() + '(.*)' + $interpolate.endSymbol() + '(.*)'; +/** +* @ngdoc function +* @name angular.merge +* @module ng +* @kind function +* +* @description +* Deeply extends the destination object `dst` by copying own enumerable properties from the `src` object(s) +* to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so +* by passing an empty object as the target: `var object = angular.merge({}, object1, object2)`. +* +* Unlike {@link angular.extend extend()}, `merge()` recursively descends into object properties of source +* objects, performing a deep copy. +* +* @deprecated +* sinceVersion="1.6.5" +* This function is deprecated, but will not be removed in the 1.x lifecycle. +* There are edge cases (see {@link angular.merge#known-issues known issues}) that are not +* supported by this function. We suggest +* using [lodash's merge()](https://lodash.com/docs/4.17.4#merge) instead. +* +* @knownIssue +* This is a list of (known) object types that are not handled correctly by this function: +* - [`Blob`](https://developer.mozilla.org/docs/Web/API/Blob) +* - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) +* - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient) +* - AngularJS {@link $rootScope.Scope scopes}; +* +* @param {Object} dst Destination object. +* @param {...Object} src Source object(s). +* @returns {Object} Reference to `dst`. +*/ +function merge(dst) { + return baseExtend(dst, slice.call(arguments, 1), true); +} - return function linkFn(scope, iElement, iAttr) { - scope.interpolateParams = {}; - scope.preText = ''; - scope.postText = ''; - scope.translateNamespace = getTranslateNamespace(scope); - var translationIds = {}; - var initInterpolationParams = function initInterpolationParams(interpolateParams, iAttr, tAttr) { - // initial setup - if (iAttr.translateValues) { - angular.extend(interpolateParams, $parse(iAttr.translateValues)(scope.$parent)); - } - // initially fetch all attributes if existing and fill the params - if (translateValueExist) { - for (var attr in tAttr) { - if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { - var attributeName = lowercase(attr.substr(14, 1)) + attr.substr(15); - interpolateParams[attributeName] = tAttr[attr]; - } - } - } - }; +function toInt(str) { + return parseInt(str, 10); +} - // Ensures any change of the attribute "translate" containing the id will - // be re-stored to the scope's "translationId". - // If the attribute has no content, the element's text value (white spaces trimmed off) will be used. - var observeElementTranslation = function observeElementTranslation(translationId) { +var isNumberNaN = Number.isNaN || function isNumberNaN(num) { + // eslint-disable-next-line no-self-compare + return num !== num; +}; - // Remove any old watcher - if (angular.isFunction(observeElementTranslation._unwatchOld)) { - observeElementTranslation._unwatchOld(); - observeElementTranslation._unwatchOld = undefined; - } - if (angular.equals(translationId, '') || !angular.isDefined(translationId)) { - var iElementText = trim.apply(iElement.text()); - - // Resolve translation id by inner html if required - var interpolateMatches = iElementText.match(interpolateRegExp); - // Interpolate translation id if required - if (angular.isArray(interpolateMatches)) { - scope.preText = interpolateMatches[1]; - scope.postText = interpolateMatches[3]; - translationIds.translate = $interpolate(interpolateMatches[2])(scope.$parent); - var watcherMatches = iElementText.match(watcherRegExp); - if (angular.isArray(watcherMatches) && watcherMatches[2] && watcherMatches[2].length) { - observeElementTranslation._unwatchOld = scope.$watch(watcherMatches[2], function (newValue) { - translationIds.translate = newValue; - updateTranslations(); - }); - } - } else { - // do not assigne the translation id if it is empty. - translationIds.translate = !iElementText ? undefined : iElementText; - } - } else { - translationIds.translate = translationId; - } - updateTranslations(); - }; +function inherit(parent, extra) { + return extend(Object.create(parent), extra); +} - var observeAttributeTranslation = function observeAttributeTranslation(translateAttr) { - iAttr.$observe(translateAttr, function (translationId) { - translationIds[translateAttr] = translationId; - updateTranslations(); - }); - }; +/** + * @ngdoc function + * @name angular.noop + * @module ng + * @kind function + * + * @description + * A function that performs no operations. This function can be useful when writing code in the + * functional style. + ```js + function foo(callback) { + var result = calculateResult(); + (callback || angular.noop)(result); + } + ``` + */ +function noop() {} +noop.$inject = []; - // initial setup with values - initInterpolationParams(scope.interpolateParams, iAttr, tAttr); - var firstAttributeChangedEvent = true; - iAttr.$observe('translate', function (translationId) { - if (typeof translationId === 'undefined') { - // case of element "xyz" - observeElementTranslation(''); - } else { - // case of regular attribute - if (translationId !== '' || !firstAttributeChangedEvent) { - translationIds.translate = translationId; - updateTranslations(); - } - } - firstAttributeChangedEvent = false; - }); +/** + * @ngdoc function + * @name angular.identity + * @module ng + * @kind function + * + * @description + * A function that returns its first argument. This function is useful when writing code in the + * functional style. + * + ```js + function transformer(transformationFn, value) { + return (transformationFn || angular.identity)(value); + }; - for (var translateAttr in iAttr) { - if (iAttr.hasOwnProperty(translateAttr) && translateAttr.substr(0, 13) === 'translateAttr' && translateAttr.length > 13) { - observeAttributeTranslation(translateAttr); - } - } + // E.g. + function getResult(fn, input) { + return (fn || angular.identity)(input); + }; - iAttr.$observe('translateDefault', function (value) { - scope.defaultText = value; - updateTranslations(); - }); + getResult(function(n) { return n * 2; }, 21); // returns 42 + getResult(null, 21); // returns 21 + getResult(undefined, 21); // returns 21 + ``` + * + * @param {*} value to be returned. + * @returns {*} the value passed in. + */ +function identity($) {return $;} +identity.$inject = []; - if (translateSanitizeStrategyExist) { - iAttr.$observe('translateSanitizeStrategy', function (value) { - scope.sanitizeStrategy = $parse(value)(scope.$parent); - updateTranslations(); - }); - } - if (translateValuesExist) { - iAttr.$observe('translateValues', function (interpolateParams) { - if (interpolateParams) { - scope.$parent.$watch(function () { - angular.extend(scope.interpolateParams, $parse(interpolateParams)(scope.$parent)); - }); - } - }); - } +function valueFn(value) {return function valueRef() {return value;};} - if (translateValueExist) { - var observeValueAttribute = function observeValueAttribute(attrName) { - iAttr.$observe(attrName, function (value) { - var attributeName = lowercase(attrName.substr(14, 1)) + attrName.substr(15); - scope.interpolateParams[attributeName] = value; - }); - }; - for (var attr in iAttr) { - if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { - observeValueAttribute(attr); - } - } - } +function hasCustomToString(obj) { + return isFunction(obj.toString) && obj.toString !== toString; +} - // Master update function - var updateTranslations = function updateTranslations() { - for (var key in translationIds) { - if (translationIds.hasOwnProperty(key) && translationIds[key] !== undefined) { - updateTranslation(key, translationIds[key], scope, scope.interpolateParams, scope.defaultText, scope.translateNamespace); - } - } - }; - // Put translation processing function outside loop - var updateTranslation = function updateTranslation(translateAttr, translationId, scope, interpolateParams, defaultTranslationText, translateNamespace) { - if (translationId) { - // if translation id starts with '.' and translateNamespace given, prepend namespace - if (translateNamespace && translationId.charAt(0) === '.') { - translationId = translateNamespace + translationId; - } +/** + * @ngdoc function + * @name angular.isUndefined + * @module ng + * @kind function + * + * @description + * Determines if a reference is undefined. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is undefined. + */ +function isUndefined(value) {return typeof value === 'undefined';} - $translate(translationId, interpolateParams, translateInterpolation, defaultTranslationText, scope.translateLanguage, scope.sanitizeStrategy).then(function (translation) { - applyTranslation(translation, scope, true, translateAttr); - }, function (translationId) { - applyTranslation(translationId, scope, false, translateAttr); - }); - } else { - // as an empty string cannot be translated, we can solve this using successful=false - applyTranslation(translationId, scope, false, translateAttr); - } - }; - var applyTranslation = function applyTranslation(value, scope, successful, translateAttr) { - if (!successful) { - if (typeof scope.defaultText !== 'undefined') { - value = scope.defaultText; - } - } - if (translateAttr === 'translate') { - // default translate into innerHTML - if (successful || !successful && !$translate.isKeepContent() && typeof iAttr.translateKeepContent === 'undefined') { - iElement.empty().append(scope.preText + value + scope.postText); - } - var globallyEnabled = $translate.isPostCompilingEnabled(); - var locallyDefined = typeof tAttr.translateCompile !== 'undefined'; - var locallyEnabled = locallyDefined && tAttr.translateCompile !== 'false'; - if (globallyEnabled && !locallyDefined || locallyEnabled) { - $compile(iElement.contents())(scope); - } - } else { - // translate attribute - var attributeName = iAttr.$attr[translateAttr]; - if (attributeName.substr(0, 5) === 'data-') { - // ensure html5 data prefix is stripped - attributeName = attributeName.substr(5); - } - attributeName = attributeName.substr(15); - iElement.attr(attributeName, value); - } - }; +/** + * @ngdoc function + * @name angular.isDefined + * @module ng + * @kind function + * + * @description + * Determines if a reference is defined. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is defined. + */ +function isDefined(value) {return typeof value !== 'undefined';} - if (translateValuesExist || translateValueExist || iAttr.translateDefault) { - scope.$watch('interpolateParams', updateTranslations, true); - } - // Replaced watcher on translateLanguage with event listener - scope.$on('translateLanguageChanged', updateTranslations); +/** + * @ngdoc function + * @name angular.isObject + * @module ng + * @kind function + * + * @description + * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not + * considered to be objects. Note that JavaScript arrays are objects. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Object` but not `null`. + */ +function isObject(value) { + // http://jsperf.com/isobject4 + return value !== null && typeof value === 'object'; +} - // Ensures the text will be refreshed after the current language was changed - // w/ $translate.use(...) - var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); - // ensure translation will be looked up at least one - if (iElement.text().length) { - if (iAttr.translate) { - observeElementTranslation(iAttr.translate); - } else { - observeElementTranslation(''); - } - } else if (iAttr.translate) { - // ensure attribute will be not skipped - observeElementTranslation(iAttr.translate); - } - updateTranslations(); - scope.$on('$destroy', unbind); - }; - } - }; - } +/** + * Determine if a value is an object with a null prototype + * + * @returns {boolean} True if `value` is an `Object` with a null prototype + */ +function isBlankObject(value) { + return value !== null && typeof value === 'object' && !getPrototypeOf(value); +} - /** - * Returns the scope's namespace. - * @private - * @param scope - * @returns {string} - */ - function getTranslateNamespace(scope) { - 'use strict'; - if (scope.translateNamespace) { - return scope.translateNamespace; - } - if (scope.$parent) { - return getTranslateNamespace(scope.$parent); - } - } +/** + * @ngdoc function + * @name angular.isString + * @module ng + * @kind function + * + * @description + * Determines if a reference is a `String`. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `String`. + */ +function isString(value) {return typeof value === 'string';} - translateDirective.displayName = 'translateDirective'; - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translate-attr - * @restrict A - * - * @description - * Translates attributes like translate-attr-ATTR, but with an object like ng-class. - * Internally it uses `translate` service to translate translation id. It possible to - * pass an optional `translate-values` object literal as string into translation id. - * - * @param {string=} translate-attr Object literal mapping attributes to translation ids. - * @param {string=} translate-values Values to pass into the translation ids. Can be passed as object literal string. - * @param {string=} translate-sanitize-strategy defines locally sanitize strategy - * - * @example - - -
    - - - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en',{ - 'TRANSLATION_ID': 'Hello there!', - 'WITH_VALUES': 'The following value is dynamic: {{value}}', - }).preferredLanguage('en'); - - }); - - angular.module('ngView').controller('TranslateCtrl', function ($scope) { - $scope.translationId = 'TRANSLATION_ID'; - - $scope.values = { - value: 78 - }; - }); - - - it('should translate', function () { - inject(function ($rootScope, $compile) { - $rootScope.translationId = 'TRANSLATION_ID'; - - element = $compile('')($rootScope); - $rootScope.$digest(); - expect(element.attr('placeholder)).toBe('Hello there!'); - expect(element.attr('title)).toBe('The following value is dynamic: 5'); - }); - }); - -
    - */ - .directive('translateAttr', translateAttrDirective); - function translateAttrDirective($translate, $rootScope) { +/** + * @ngdoc function + * @name angular.isNumber + * @module ng + * @kind function + * + * @description + * Determines if a reference is a `Number`. + * + * This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`. + * + * If you wish to exclude these then you can use the native + * [`isFinite'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite) + * method. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `Number`. + */ +function isNumber(value) {return typeof value === 'number';} - 'use strict'; - return { - restrict: 'A', - priority: $translate.directivePriority(), - link: function linkFn(scope, element, attr) { - - var translateAttr, - translateValues, - translateSanitizeStrategy, - previousAttributes = {}; - - // Main update translations function - var updateTranslations = function updateTranslations() { - angular.forEach(translateAttr, function (translationId, attributeName) { - if (!translationId) { - return; - } - previousAttributes[attributeName] = true; +/** + * @ngdoc function + * @name angular.isDate + * @module ng + * @kind function + * + * @description + * Determines if a value is a date. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `Date`. + */ +function isDate(value) { + return toString.call(value) === '[object Date]'; +} - // if translation id starts with '.' and translateNamespace given, prepend namespace - if (scope.translateNamespace && translationId.charAt(0) === '.') { - translationId = scope.translateNamespace + translationId; - } - $translate(translationId, translateValues, attr.translateInterpolation, undefined, scope.translateLanguage, translateSanitizeStrategy).then(function (translation) { - element.attr(attributeName, translation); - }, function (translationId) { - element.attr(attributeName, translationId); - }); - }); - // Removing unused attributes that were previously used - angular.forEach(previousAttributes, function (flag, attributeName) { - if (!translateAttr[attributeName]) { - element.removeAttr(attributeName); - delete previousAttributes[attributeName]; - } - }); - }; +/** + * @ngdoc function + * @name angular.isArray + * @module ng + * @kind function + * + * @description + * Determines if a reference is an `Array`. Alias of Array.isArray. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Array`. + */ +var isArray = Array.isArray; - // Watch for attribute changes - watchAttribute(scope, attr.translateAttr, function (newValue) { - translateAttr = newValue; - }, updateTranslations); - // Watch for value changes - watchAttribute(scope, attr.translateValues, function (newValue) { - translateValues = newValue; - }, updateTranslations); - // Watch for sanitize strategy changes - watchAttribute(scope, attr.translateSanitizeStrategy, function (newValue) { - translateSanitizeStrategy = newValue; - }, updateTranslations); +/** + * @description + * Determines if a reference is an `Error`. + * Loosely based on https://www.npmjs.com/package/iserror + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Error`. + */ +function isError(value) { + var tag = toString.call(value); + switch (tag) { + case '[object Error]': return true; + case '[object Exception]': return true; + case '[object DOMException]': return true; + default: return value instanceof Error; + } +} - if (attr.translateValues) { - scope.$watch(attr.translateValues, updateTranslations, true); - } +/** + * @ngdoc function + * @name angular.isFunction + * @module ng + * @kind function + * + * @description + * Determines if a reference is a `Function`. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `Function`. + */ +function isFunction(value) {return typeof value === 'function';} - // Replaced watcher on translateLanguage with event listener - scope.$on('translateLanguageChanged', updateTranslations); - // Ensures the text will be refreshed after the current language was changed - // w/ $translate.use(...) - var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); +/** + * Determines if a value is a regular expression object. + * + * @private + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `RegExp`. + */ +function isRegExp(value) { + return toString.call(value) === '[object RegExp]'; +} - updateTranslations(); - scope.$on('$destroy', unbind); - } - }; - } - function watchAttribute(scope, attribute, valueCallback, changeCallback) { - 'use strict'; +/** + * Checks if `obj` is a window object. + * + * @private + * @param {*} obj Object to check + * @returns {boolean} True if `obj` is a window obj. + */ +function isWindow(obj) { + return obj && obj.window === obj; +} - if (!attribute) { - return; - } - if (attribute.substr(0, 2) === '::') { - attribute = attribute.substr(2); - } else { - scope.$watch(attribute, function (newValue) { - valueCallback(newValue); - changeCallback(); - }, true); - } - valueCallback(scope.$eval(attribute)); - } - translateAttrDirective.displayName = 'translateAttrDirective'; +function isScope(obj) { + return obj && obj.$evalAsync && obj.$watch; +} - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translateCloak - * @requires $translate - * @restrict A - * - * $description - * Adds a `translate-cloak` class name to the given element where this directive - * is applied initially and removes it, once a loader has finished loading. - * - * This directive can be used to prevent initial flickering when loading translation - * data asynchronously. - * - * The class name is defined in - * {@link pascalprecht.translate.$translateProvider#cloakClassName $translate.cloakClassName()}. - * - * @param {string=} translate-cloak If a translationId is provided, it will be used for showing - * or hiding the cloak. Basically it relies on the translation - * resolve. - */ - .directive('translateCloak', translateCloakDirective); - function translateCloakDirective($translate, $rootScope) { +function isFile(obj) { + return toString.call(obj) === '[object File]'; +} - 'use strict'; - return { - compile: function compile(tElement) { - var applyCloak = function applyCloak(element) { - element.addClass($translate.cloakClassName()); - }, - removeCloak = function removeCloak(element) { - element.removeClass($translate.cloakClassName()); - }; - applyCloak(tElement); - - return function linkFn(scope, iElement, iAttr) { - //Create bound functions that incorporate the active DOM element. - var iRemoveCloak = removeCloak.bind(this, iElement), - iApplyCloak = applyCloak.bind(this, iElement); - if (iAttr.translateCloak && iAttr.translateCloak.length) { - // Register a watcher for the defined translation allowing a fine tuned cloak - iAttr.$observe('translateCloak', function (translationId) { - $translate(translationId).then(iRemoveCloak, iApplyCloak); - }); - $rootScope.$on('$translateChangeSuccess', function () { - $translate(iAttr.translateCloak).then(iRemoveCloak, iApplyCloak); - }); - } else { - $translate.onReady(iRemoveCloak); - } - }; - } - }; - } +function isFormData(obj) { + return toString.call(obj) === '[object FormData]'; +} - translateCloakDirective.displayName = 'translateCloakDirective'; - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translateNamespace - * @restrict A - * - * @description - * Translates given translation id either through attribute or DOM content. - * Internally it uses `translate` filter to translate translation id. It possible to - * pass an optional `translate-values` object literal as string into translation id. - * - * @param {string=} translate namespace name which could be either string or interpolated string. - * - * @example - - -
    - -
    -

    .HEADERS.TITLE

    -

    .HEADERS.WELCOME

    -
    - -
    -

    .TITLE

    -

    .WELCOME

    -
    - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en',{ - 'TRANSLATION_ID': 'Hello there!', - 'CONTENT': { - 'HEADERS': { - TITLE: 'Title' - } - }, - 'CONTENT.HEADERS.WELCOME': 'Welcome' - }).preferredLanguage('en'); - - }); - - -
    - */ - .directive('translateNamespace', translateNamespaceDirective); +function isBlob(obj) { + return toString.call(obj) === '[object Blob]'; +} - function translateNamespaceDirective() { - 'use strict'; +function isBoolean(value) { + return typeof value === 'boolean'; +} - return { - restrict: 'A', - scope: true, - compile: function compile() { - return { - pre: function pre(scope, iElement, iAttrs) { - scope.translateNamespace = getTranslateNamespace(scope); - if (scope.translateNamespace && iAttrs.translateNamespace.charAt(0) === '.') { - scope.translateNamespace += iAttrs.translateNamespace; - } else { - scope.translateNamespace = iAttrs.translateNamespace; - } - } - }; - } - }; - } +function isPromiseLike(obj) { + return obj && isFunction(obj.then); +} - /** - * Returns the scope's namespace. - * @private - * @param scope - * @returns {string} - */ - function getTranslateNamespace(scope) { - 'use strict'; - if (scope.translateNamespace) { - return scope.translateNamespace; - } - if (scope.$parent) { - return getTranslateNamespace(scope.$parent); - } - } +var TYPED_ARRAY_REGEXP = /^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/; +function isTypedArray(value) { + return value && isNumber(value.length) && TYPED_ARRAY_REGEXP.test(toString.call(value)); +} - translateNamespaceDirective.displayName = 'translateNamespaceDirective'; +function isArrayBuffer(obj) { + return toString.call(obj) === '[object ArrayBuffer]'; +} - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translateLanguage - * @restrict A - * - * @description - * Forces the language to the directives in the underlying scope. - * - * @param {string=} translate language that will be negotiated. - * - * @example - - -
    - -
    -

    HELLO

    -
    - -
    -

    HELLO

    -
    - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider - .translations('en',{ - 'HELLO': 'Hello world!' - }) - .translations('de',{ - 'HELLO': 'Hallo Welt!' - }) - .preferredLanguage('en'); - - }); - - -
    - */ - .directive('translateLanguage', translateLanguageDirective); - function translateLanguageDirective() { +var trim = function(value) { + return isString(value) ? value.trim() : value; +}; + +// Copied from: +// http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 +// Prereq: s is a string. +var escapeForRegexp = function(s) { + return s + .replace(/([-()[\]{}+?*.$^|,:#= 0) { + array.splice(index, 1); } + return index; +} - translateLanguageDirective.displayName = 'translateLanguageDirective'; +/** + * @ngdoc function + * @name angular.copy + * @module ng + * @kind function + * + * @description + * Creates a deep copy of `source`, which should be an object or an array. + * + * * If no destination is supplied, a copy of the object or array is created. + * * If a destination is provided, all of its elements (for arrays) or properties (for objects) + * are deleted and then all elements/properties from the source are copied to it. + * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. + * * If `source` is identical to `destination` an exception will be thrown. + * + *
    + *
    + * Only enumerable properties are taken into account. Non-enumerable properties (both on `source` + * and on `destination`) will be ignored. + *
    + * + * @param {*} source The source that will be used to make a copy. + * Can be any type, including primitives, `null`, and `undefined`. + * @param {(Object|Array)=} destination Destination into which the source is copied. If + * provided, must be of the same type as `source`. + * @returns {*} The copy or updated `destination`, if `destination` was specified. + * + * @example + + +
    +
    +
    +
    + Gender: +
    + + +
    +
    form = {{user | json}}
    +
    leader = {{leader | json}}
    +
    +
    + + // Module: copyExample + angular. + module('copyExample', []). + controller('ExampleController', ['$scope', function($scope) { + $scope.leader = {}; + + $scope.reset = function() { + // Example with 1 argument + $scope.user = angular.copy($scope.leader); + }; - angular.module('pascalprecht.translate') - /** - * @ngdoc filter - * @name pascalprecht.translate.filter:translate - * @requires $parse - * @requires pascalprecht.translate.$translate - * @function - * - * @description - * Uses `$translate` service to translate contents. Accepts interpolate parameters - * to pass dynamized values though translation. - * - * @param {string} translationId A translation id to be translated. - * @param {*=} interpolateParams Optional object literal (as hash or string) to pass values into translation. - * - * @returns {string} Translated text. - * - * @example - - -
    - -
    {{ 'TRANSLATION_ID' | translate }}
    -
    {{ translationId | translate }}
    -
    {{ 'WITH_VALUES' | translate:'{value: 5}' }}
    -
    {{ 'WITH_VALUES' | translate:values }}
    - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en', { - 'TRANSLATION_ID': 'Hello there!', - 'WITH_VALUES': 'The following value is dynamic: {{value}}' - }); - $translateProvider.preferredLanguage('en'); - - }); - - angular.module('ngView').controller('TranslateCtrl', function ($scope) { - $scope.translationId = 'TRANSLATION_ID'; - - $scope.values = { - value: 78 + $scope.update = function(user) { + // Example with 2 arguments + angular.copy(user, $scope.leader); }; - }); - -
    - */ - .filter('translate', translateFilterFactory); - function translateFilterFactory($parse, $translate) { + $scope.reset(); + }]); +
    +
    + */ +function copy(source, destination, maxDepth) { + var stackSource = []; + var stackDest = []; + maxDepth = isValidObjectMaxDepth(maxDepth) ? maxDepth : NaN; - 'use strict'; + if (destination) { + if (isTypedArray(destination) || isArrayBuffer(destination)) { + throw ngMinErr('cpta', 'Can\'t copy! TypedArray destination cannot be mutated.'); + } + if (source === destination) { + throw ngMinErr('cpi', 'Can\'t copy! Source and destination are identical.'); + } - var translateFilter = function translateFilter(translationId, interpolateParams, interpolation, forceLanguage) { - if (!angular.isObject(interpolateParams)) { - var ctx = this || { - '__SCOPE_IS_NOT_AVAILABLE': 'More info at https://github.com/angular/angular.js/commit/8863b9d04c722b278fa93c5d66ad1e578ad6eb1f' - }; - interpolateParams = $parse(interpolateParams)(ctx); + // Empty the destination object + if (isArray(destination)) { + destination.length = 0; + } else { + forEach(destination, function(value, key) { + if (key !== '$$hashKey') { + delete destination[key]; + } + }); + } + + stackSource.push(source); + stackDest.push(destination); + return copyRecurse(source, destination, maxDepth); + } + + return copyElement(source, maxDepth); + + function copyRecurse(source, destination, maxDepth) { + maxDepth--; + if (maxDepth < 0) { + return '...'; + } + var h = destination.$$hashKey; + var key; + if (isArray(source)) { + for (var i = 0, ii = source.length; i < ii; i++) { + destination.push(copyElement(source[i], maxDepth)); + } + } else if (isBlankObject(source)) { + // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty + for (key in source) { + destination[key] = copyElement(source[key], maxDepth); + } + } else if (source && typeof source.hasOwnProperty === 'function') { + // Slow path, which must rely on hasOwnProperty + for (key in source) { + if (source.hasOwnProperty(key)) { + destination[key] = copyElement(source[key], maxDepth); + } + } + } else { + // Slowest path --- hasOwnProperty can't be called as a method + for (key in source) { + if (hasOwnProperty.call(source, key)) { + destination[key] = copyElement(source[key], maxDepth); + } } + } + setHashKey(destination, h); + return destination; + } - return $translate.instant(translationId, interpolateParams, interpolation, forceLanguage); - }; + function copyElement(source, maxDepth) { + // Simple values + if (!isObject(source)) { + return source; + } + + // Already copied values + var index = stackSource.indexOf(source); + if (index !== -1) { + return stackDest[index]; + } + + if (isWindow(source) || isScope(source)) { + throw ngMinErr('cpws', + 'Can\'t copy! Making copies of Window or Scope instances is not supported.'); + } + + var needsRecurse = false; + var destination = copyType(source); - if ($translate.statefulFilter()) { - translateFilter.$stateful = true; + if (destination === undefined) { + destination = isArray(source) ? [] : Object.create(getPrototypeOf(source)); + needsRecurse = true; } - return translateFilter; + stackSource.push(source); + stackDest.push(destination); + + return needsRecurse + ? copyRecurse(source, destination, maxDepth) + : destination; } - translateFilterFactory.displayName = 'translateFilterFactory'; + function copyType(source) { + switch (toString.call(source)) { + case '[object Int8Array]': + case '[object Int16Array]': + case '[object Int32Array]': + case '[object Float32Array]': + case '[object Float64Array]': + case '[object Uint8Array]': + case '[object Uint8ClampedArray]': + case '[object Uint16Array]': + case '[object Uint32Array]': + return new source.constructor(copyElement(source.buffer), source.byteOffset, source.length); - angular.module('pascalprecht.translate') + case '[object ArrayBuffer]': + // Support: IE10 + if (!source.slice) { + // If we're in this case we know the environment supports ArrayBuffer + /* eslint-disable no-undef */ + var copied = new ArrayBuffer(source.byteLength); + new Uint8Array(copied).set(new Uint8Array(source)); + /* eslint-enable */ + return copied; + } + return source.slice(0); - /** - * @ngdoc object - * @name pascalprecht.translate.$translationCache - * @requires $cacheFactory - * - * @description - * The first time a translation table is used, it is loaded in the translation cache for quick retrieval. You - * can load translation tables directly into the cache by consuming the - * `$translationCache` service directly. - * - * @return {object} $cacheFactory object. - */ - .factory('$translationCache', $translationCache); + case '[object Boolean]': + case '[object Number]': + case '[object String]': + case '[object Date]': + return new source.constructor(source.valueOf()); - function $translationCache($cacheFactory) { + case '[object RegExp]': + var re = new RegExp(source.source, source.toString().match(/[^/]*$/)[0]); + re.lastIndex = source.lastIndex; + return re; - 'use strict'; + case '[object Blob]': + return new source.constructor([source], {type: source.type}); + } - return $cacheFactory('translations'); + if (isFunction(source.cloneNode)) { + return source.cloneNode(true); + } } +} - $translationCache.displayName = '$translationCache'; - return 'pascalprecht.translate'; -}); -},{}],146:[function(require,module,exports){ -'use strict'; +// eslint-disable-next-line no-self-compare +function simpleCompare(a, b) { return a === b || (a !== a && b !== b); } -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; /** - * @license AngularJS v1.6.8 - * (c) 2010-2017 Google, Inc. http://angularjs.org - * License: MIT - */ -(function (window) { - 'use strict'; - - /* exported - minErrConfig, - errorHandlingConfig, - isValidObjectMaxDepth - */ + * @ngdoc function + * @name angular.equals + * @module ng + * @kind function + * + * @description + * Determines if two objects or two values are equivalent. Supports value types, regular + * expressions, arrays and objects. + * + * Two objects or values are considered equivalent if at least one of the following is true: + * + * * Both objects or values pass `===` comparison. + * * Both objects or values are of the same type and all of their properties are equal by + * comparing them with `angular.equals`. + * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal) + * * Both values represent the same regular expression (In JavaScript, + * /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual + * representation matches). + * + * During a property comparison, properties of `function` type and properties with names + * that begin with `$` are ignored. + * + * Scope and DOMWindow objects are being compared only by identify (`===`). + * + * @param {*} o1 Object or value to compare. + * @param {*} o2 Object or value to compare. + * @returns {boolean} True if arguments are equal. + * + * @example + + +
    +
    +

    User 1

    + Name: + Age: - var minErrConfig = { - objectMaxDepth: 5 - }; +

    User 2

    + Name: + Age: - /** - * @ngdoc function - * @name angular.errorHandlingConfig - * @module ng - * @kind function - * - * @description - * Configure several aspects of error handling in AngularJS if used as a setter or return the - * current configuration if used as a getter. The following options are supported: - * - * - **objectMaxDepth**: The maximum depth to which objects are traversed when stringified for error messages. - * - * Omitted or undefined options will leave the corresponding configuration values unchanged. - * - * @param {Object=} config - The configuration object. May only contain the options that need to be - * updated. Supported keys: - * - * * `objectMaxDepth` **{Number}** - The max depth for stringifying objects. Setting to a - * non-positive or non-numeric value, removes the max depth limit. - * Default: 5 - */ - function errorHandlingConfig(config) { - if (isObject(config)) { - if (isDefined(config.objectMaxDepth)) { - minErrConfig.objectMaxDepth = isValidObjectMaxDepth(config.objectMaxDepth) ? config.objectMaxDepth : NaN; +
    +
    + +
    + User 1:
    {{user1 | json}}
    + User 2:
    {{user2 | json}}
    + Equal:
    {{result}}
    +
    +
    +
    + + angular.module('equalsExample', []).controller('ExampleController', ['$scope', function($scope) { + $scope.user1 = {}; + $scope.user2 = {}; + $scope.compare = function() { + $scope.result = angular.equals($scope.user1, $scope.user2); + }; + }]); + +
    + */ +function equals(o1, o2) { + if (o1 === o2) return true; + if (o1 === null || o2 === null) return false; + // eslint-disable-next-line no-self-compare + if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN + var t1 = typeof o1, t2 = typeof o2, length, key, keySet; + if (t1 === t2 && t1 === 'object') { + if (isArray(o1)) { + if (!isArray(o2)) return false; + if ((length = o1.length) === o2.length) { + for (key = 0; key < length; key++) { + if (!equals(o1[key], o2[key])) return false; + } + return true; } + } else if (isDate(o1)) { + if (!isDate(o2)) return false; + return simpleCompare(o1.getTime(), o2.getTime()); + } else if (isRegExp(o1)) { + if (!isRegExp(o2)) return false; + return o1.toString() === o2.toString(); } else { - return minErrConfig; + if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || + isArray(o2) || isDate(o2) || isRegExp(o2)) return false; + keySet = createMap(); + for (key in o1) { + if (key.charAt(0) === '$' || isFunction(o1[key])) continue; + if (!equals(o1[key], o2[key])) return false; + keySet[key] = true; + } + for (key in o2) { + if (!(key in keySet) && + key.charAt(0) !== '$' && + isDefined(o2[key]) && + !isFunction(o2[key])) return false; + } + return true; } } + return false; +} - /** - * @private - * @param {Number} maxDepth - * @return {boolean} - */ - function isValidObjectMaxDepth(maxDepth) { - return isNumber(maxDepth) && maxDepth > 0; +var csp = function() { + if (!isDefined(csp.rules)) { + + + var ngCspElement = (window.document.querySelector('[ng-csp]') || + window.document.querySelector('[data-ng-csp]')); + + if (ngCspElement) { + var ngCspAttribute = ngCspElement.getAttribute('ng-csp') || + ngCspElement.getAttribute('data-ng-csp'); + csp.rules = { + noUnsafeEval: !ngCspAttribute || (ngCspAttribute.indexOf('no-unsafe-eval') !== -1), + noInlineStyle: !ngCspAttribute || (ngCspAttribute.indexOf('no-inline-style') !== -1) + }; + } else { + csp.rules = { + noUnsafeEval: noUnsafeEval(), + noInlineStyle: false + }; + } } - /** - * @description - * - * This object provides a utility for producing rich Error messages within - * Angular. It can be called as follows: - * - * var exampleMinErr = minErr('example'); - * throw exampleMinErr('one', 'This {0} is {1}', foo, bar); - * - * The above creates an instance of minErr in the example namespace. The - * resulting error will have a namespaced error code of example.one. The - * resulting error will replace {0} with the value of foo, and {1} with the - * value of bar. The object is not restricted in the number of arguments it can - * take. - * - * If fewer arguments are specified than necessary for interpolation, the extra - * interpolation markers will be preserved in the final string. - * - * Since data will be parsed statically during a build step, some restrictions - * are applied with respect to how minErr instances are created and called. - * Instances should have names of the form namespaceMinErr for a minErr created - * using minErr('namespace') . Error codes, namespaces and template strings - * should all be static strings, not variables or general expressions. - * - * @param {string} module The namespace to use for the new minErr instance. - * @param {function} ErrorConstructor Custom error constructor to be instantiated when returning - * error from returned function, for cases when a particular type of error is useful. - * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance - */ + return csp.rules; - function minErr(module, ErrorConstructor) { - ErrorConstructor = ErrorConstructor || Error; - return function () { - var code = arguments[0], - template = arguments[1], - message = '[' + (module ? module + ':' : '') + code + '] ', - templateArgs = sliceArgs(arguments, 2).map(function (arg) { - return toDebugString(arg, minErrConfig.objectMaxDepth); - }), - paramPrefix, - i; + function noUnsafeEval() { + try { + // eslint-disable-next-line no-new, no-new-func + new Function(''); + return false; + } catch (e) { + return true; + } + } +}; - message += template.replace(/\{\d+\}/g, function (match) { - var index = +match.slice(1, -1); +/** + * @ngdoc directive + * @module ng + * @name ngJq + * + * @element ANY + * @param {string=} ngJq the name of the library available under `window` + * to be used for angular.element + * @description + * Use this directive to force the angular.element library. This should be + * used to force either jqLite by leaving ng-jq blank or setting the name of + * the jquery variable under window (eg. jQuery). + * + * Since angular looks for this directive when it is loaded (doesn't wait for the + * DOMContentLoaded event), it must be placed on an element that comes before the script + * which loads angular. Also, only the first instance of `ng-jq` will be used and all + * others ignored. + * + * @example + * This example shows how to force jqLite using the `ngJq` directive to the `html` tag. + ```html + + + ... + ... + + ``` + * @example + * This example shows how to use a jQuery based library of a different name. + * The library name must be available at the top most 'window'. + ```html + + + ... + ... + + ``` + */ +var jq = function() { + if (isDefined(jq.name_)) return jq.name_; + var el; + var i, ii = ngAttrPrefixes.length, prefix, name; + for (i = 0; i < ii; ++i) { + prefix = ngAttrPrefixes[i]; + el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]'); + if (el) { + name = el.getAttribute(prefix + 'jq'); + break; + } + } - if (index < templateArgs.length) { - return templateArgs[index]; - } + return (jq.name_ = name); +}; - return match; - }); +function concat(array1, array2, index) { + return array1.concat(slice.call(array2, index)); +} - message += '\nhttp://errors.angularjs.org/1.6.8/' + (module ? module + '/' : '') + code; +function sliceArgs(args, startIndex) { + return slice.call(args, startIndex || 0); +} - for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') { - message += paramPrefix + 'p' + i + '=' + encodeURIComponent(templateArgs[i]); - } - return new ErrorConstructor(message); - }; +/** + * @ngdoc function + * @name angular.bind + * @module ng + * @kind function + * + * @description + * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for + * `fn`). You can supply optional `args` that are prebound to the function. This feature is also + * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as + * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). + * + * @param {Object} self Context which `fn` should be evaluated in. + * @param {function()} fn Function to be bound. + * @param {...*} args Optional arguments to be prebound to the `fn` function call. + * @returns {function()} Function that wraps the `fn` with all the specified bindings. + */ +function bind(self, fn) { + var curryArgs = arguments.length > 2 ? sliceArgs(arguments, 2) : []; + if (isFunction(fn) && !(fn instanceof RegExp)) { + return curryArgs.length + ? function() { + return arguments.length + ? fn.apply(self, concat(curryArgs, arguments, 0)) + : fn.apply(self, curryArgs); + } + : function() { + return arguments.length + ? fn.apply(self, arguments) + : fn.call(self); + }; + } else { + // In IE, native methods are not functions so they cannot be bound (note: they don't need to be). + return fn; } +} - /* We need to tell ESLint what variables are being exported */ - /* exported - angular, - msie, - jqLite, - jQuery, - slice, - splice, - push, - toString, - minErrConfig, - errorHandlingConfig, - isValidObjectMaxDepth, - ngMinErr, - angularModule, - uid, - REGEX_STRING_REGEXP, - VALIDITY_STATE_PROPERTY, - - lowercase, - uppercase, - manualLowercase, - manualUppercase, - nodeName_, - isArrayLike, - forEach, - forEachSorted, - reverseParams, - nextUid, - setHashKey, - extend, - toInt, - inherit, - merge, - noop, - identity, - valueFn, - isUndefined, - isDefined, - isObject, - isBlankObject, - isString, - isNumber, - isNumberNaN, - isDate, - isError, - isArray, - isFunction, - isRegExp, - isWindow, - isScope, - isFile, - isFormData, - isBlob, - isBoolean, - isPromiseLike, - trim, - escapeForRegexp, - isElement, - makeMap, - includes, - arrayRemove, - copy, - simpleCompare, - equals, - csp, - jq, - concat, - sliceArgs, - bind, - toJsonReplacer, - toJson, - fromJson, - convertTimezoneToLocal, - timezoneToOffset, - startingTag, - tryDecodeURIComponent, - parseKeyValue, - toKeyValue, - encodeUriSegment, - encodeUriQuery, - angularInit, - bootstrap, - getTestability, - snake_case, - bindJQuery, - assertArg, - assertArgFn, - assertNotHasOwnProperty, - getter, - getBlockNodes, - hasOwnProperty, - createMap, - stringify, - - NODE_TYPE_ELEMENT, - NODE_TYPE_ATTRIBUTE, - NODE_TYPE_TEXT, - NODE_TYPE_COMMENT, - NODE_TYPE_DOCUMENT, - NODE_TYPE_DOCUMENT_FRAGMENT - */ - //////////////////////////////////// +function toJsonReplacer(key, value) { + var val = value; - /** - * @ngdoc module - * @name ng - * @module ng - * @installation - * @description - * - * The ng module is loaded by default when an AngularJS application is started. The module itself - * contains the essential components for an AngularJS application to function. The table below - * lists a high level breakdown of each of the services/factories, filters, directives and testing - * components available within this core module. - * - */ + if (typeof key === 'string' && key.charAt(0) === '$' && key.charAt(1) === '$') { + val = undefined; + } else if (isWindow(value)) { + val = '$WINDOW'; + } else if (value && window.document === value) { + val = '$DOCUMENT'; + } else if (isScope(value)) { + val = '$SCOPE'; + } - var REGEX_STRING_REGEXP = /^\/(.+)\/([a-z]*)$/; + return val; +} - // The name of a form control's ValidityState property. - // This is used so that it's possible for internal tests to create mock ValidityStates. - var VALIDITY_STATE_PROPERTY = 'validity'; - var hasOwnProperty = Object.prototype.hasOwnProperty; +/** + * @ngdoc function + * @name angular.toJson + * @module ng + * @kind function + * + * @description + * Serializes input into a JSON-formatted string. Properties with leading $$ characters will be + * stripped since angular uses this notation internally. + * + * @param {Object|Array|Date|string|number|boolean} obj Input to be serialized into JSON. + * @param {boolean|number} [pretty=2] If set to true, the JSON output will contain newlines and whitespace. + * If set to an integer, the JSON output will contain that many spaces per indentation. + * @returns {string|undefined} JSON-ified string representing `obj`. + * @knownIssue + * + * The Safari browser throws a `RangeError` instead of returning `null` when it tries to stringify a `Date` + * object with an invalid date value. The only reliable way to prevent this is to monkeypatch the + * `Date.prototype.toJSON` method as follows: + * + * ``` + * var _DatetoJSON = Date.prototype.toJSON; + * Date.prototype.toJSON = function() { + * try { + * return _DatetoJSON.call(this); + * } catch(e) { + * if (e instanceof RangeError) { + * return null; + * } + * throw e; + * } + * }; + * ``` + * + * See https://github.com/angular/angular.js/pull/14221 for more information. + */ +function toJson(obj, pretty) { + if (isUndefined(obj)) return undefined; + if (!isNumber(pretty)) { + pretty = pretty ? 2 : null; + } + return JSON.stringify(obj, toJsonReplacer, pretty); +} - /** - * @ngdoc function - * @name angular.lowercase - * @module ng - * @kind function - * - * @deprecated - * sinceVersion="1.5.0" - * removeVersion="1.7.0" - * Use [String.prototype.toLowerCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase) instead. - * - * @description Converts the specified string to lowercase. - * @param {string} string String to be converted to lowercase. - * @returns {string} Lowercased string. - */ - var lowercase = function lowercase(string) { - return isString(string) ? string.toLowerCase() : string; - }; - /** - * @ngdoc function - * @name angular.uppercase - * @module ng - * @kind function - * - * @deprecated - * sinceVersion="1.5.0" - * removeVersion="1.7.0" - * Use [String.prototype.toUpperCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) instead. - * - * @description Converts the specified string to uppercase. - * @param {string} string String to be converted to uppercase. - * @returns {string} Uppercased string. - */ - var uppercase = function uppercase(string) { - return isString(string) ? string.toUpperCase() : string; - }; +/** + * @ngdoc function + * @name angular.fromJson + * @module ng + * @kind function + * + * @description + * Deserializes a JSON string. + * + * @param {string} json JSON string to deserialize. + * @returns {Object|Array|string|number} Deserialized JSON string. + */ +function fromJson(json) { + return isString(json) + ? JSON.parse(json) + : json; +} - var manualLowercase = function manualLowercase(s) { - /* eslint-disable no-bitwise */ - return isString(s) ? s.replace(/[A-Z]/g, function (ch) { - return String.fromCharCode(ch.charCodeAt(0) | 32); - }) : s; - /* eslint-enable */ - }; - var manualUppercase = function manualUppercase(s) { - /* eslint-disable no-bitwise */ - return isString(s) ? s.replace(/[a-z]/g, function (ch) { - return String.fromCharCode(ch.charCodeAt(0) & ~32); - }) : s; - /* eslint-enable */ - }; - // String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish - // locale, for this reason we need to detect this case and redefine lowercase/uppercase methods - // with correct but slower alternatives. See https://github.com/angular/angular.js/issues/11387 - if ('i' !== 'I'.toLowerCase()) { - lowercase = manualLowercase; - uppercase = manualUppercase; - } +var ALL_COLONS = /:/g; +function timezoneToOffset(timezone, fallback) { + // Support: IE 9-11 only, Edge 13-15+ + // IE/Edge do not "understand" colon (`:`) in timezone + timezone = timezone.replace(ALL_COLONS, ''); + var requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000; + return isNumberNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset; +} - var msie, - // holds major version number for IE, or NaN if UA is not IE. - jqLite, - // delay binding since jQuery could be loaded after us. - jQuery, - // delay binding - slice = [].slice, - splice = [].splice, - push = [].push, - toString = Object.prototype.toString, - getPrototypeOf = Object.getPrototypeOf, - ngMinErr = minErr('ng'), +function addDateMinutes(date, minutes) { + date = new Date(date.getTime()); + date.setMinutes(date.getMinutes() + minutes); + return date; +} - /** @name angular */ - angular = window.angular || (window.angular = {}), - angularModule, - uid = 0; - // Support: IE 9-11 only - /** - * documentMode is an IE-only property - * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx - */ - msie = window.document.documentMode; +function convertTimezoneToLocal(date, timezone, reverse) { + reverse = reverse ? -1 : 1; + var dateTimezoneOffset = date.getTimezoneOffset(); + var timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); + return addDateMinutes(date, reverse * (timezoneOffset - dateTimezoneOffset)); +} - /** - * @private - * @param {*} obj - * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, - * String ...) - */ - function isArrayLike(obj) { - // `null`, `undefined` and `window` are not array-like - if (obj == null || isWindow(obj)) return false; +/** + * @returns {string} Returns the string representation of the element. + */ +function startingTag(element) { + element = jqLite(element).clone().empty(); + var elemHtml = jqLite('
    ').append(element).html(); + try { + return element[0].nodeType === NODE_TYPE_TEXT ? lowercase(elemHtml) : + elemHtml. + match(/^(<[^>]+>)/)[1]. + replace(/^<([\w-]+)/, function(match, nodeName) {return '<' + lowercase(nodeName);}); + } catch (e) { + return lowercase(elemHtml); + } + +} - // arrays, strings and jQuery/jqLite objects are array like - // * jqLite is either the jQuery or jqLite constructor function - // * we have to check the existence of jqLite first as this method is called - // via the forEach method when constructing the jqLite object in the first place - if (isArray(obj) || isString(obj) || jqLite && obj instanceof jqLite) return true; - // Support: iOS 8.2 (not reproducible in simulator) - // "length" in obj used to prevent JIT error (gh-11508) - var length = 'length' in Object(obj) && obj.length; +///////////////////////////////////////////////// - // NodeList objects (with `item` method) and - // other objects with suitable length characteristics are array-like - return isNumber(length) && (length >= 0 && (length - 1 in obj || obj instanceof Array) || typeof obj.item === 'function'); +/** + * Tries to decode the URI component without throwing an exception. + * + * @private + * @param str value potential URI component to check. + * @returns {boolean} True if `value` can be decoded + * with the decodeURIComponent function. + */ +function tryDecodeURIComponent(value) { + try { + return decodeURIComponent(value); + } catch (e) { + // Ignore any invalid uri component. } +} - /** - * @ngdoc function - * @name angular.forEach - * @module ng - * @kind function - * - * @description - * Invokes the `iterator` function once for each item in `obj` collection, which can be either an - * object or an array. The `iterator` function is invoked with `iterator(value, key, obj)`, where `value` - * is the value of an object property or an array element, `key` is the object property key or - * array element index and obj is the `obj` itself. Specifying a `context` for the function is optional. - * - * It is worth noting that `.forEach` does not iterate over inherited properties because it filters - * using the `hasOwnProperty` method. - * - * Unlike ES262's - * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18), - * providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just - * return the value provided. - * - ```js - var values = {name: 'misko', gender: 'male'}; - var log = []; - angular.forEach(values, function(value, key) { - this.push(key + ': ' + value); - }, log); - expect(log).toEqual(['name: misko', 'gender: male']); - ``` - * - * @param {Object|Array} obj Object to iterate over. - * @param {Function} iterator Iterator function. - * @param {Object=} context Object to become context (`this`) for the iterator function. - * @returns {Object|Array} Reference to `obj`. - */ - function forEach(obj, iterator, context) { - var key, length; - if (obj) { - if (isFunction(obj)) { - for (key in obj) { - if (key !== 'prototype' && key !== 'length' && key !== 'name' && obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key, obj); - } - } - } else if (isArray(obj) || isArrayLike(obj)) { - var isPrimitive = (typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) !== 'object'; - for (key = 0, length = obj.length; key < length; key++) { - if (isPrimitive || key in obj) { - iterator.call(context, obj[key], key, obj); - } - } - } else if (obj.forEach && obj.forEach !== forEach) { - obj.forEach(iterator, context, obj); - } else if (isBlankObject(obj)) { - // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty - for (key in obj) { - iterator.call(context, obj[key], key, obj); - } - } else if (typeof obj.hasOwnProperty === 'function') { - // Slow path for objects inheriting Object.prototype, hasOwnProperty check needed - for (key in obj) { - if (obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key, obj); - } - } - } else { - // Slow path for objects which do not have a method `hasOwnProperty` - for (key in obj) { - if (hasOwnProperty.call(obj, key)) { - iterator.call(context, obj[key], key, obj); - } +/** + * Parses an escaped url query string into key-value pairs. + * @returns {Object.} + */ +function parseKeyValue(/**string*/keyValue) { + var obj = {}; + forEach((keyValue || '').split('&'), function(keyValue) { + var splitPoint, key, val; + if (keyValue) { + key = keyValue = keyValue.replace(/\+/g,'%20'); + splitPoint = keyValue.indexOf('='); + if (splitPoint !== -1) { + key = keyValue.substring(0, splitPoint); + val = keyValue.substring(splitPoint + 1); + } + key = tryDecodeURIComponent(key); + if (isDefined(key)) { + val = isDefined(val) ? tryDecodeURIComponent(val) : true; + if (!hasOwnProperty.call(obj, key)) { + obj[key] = val; + } else if (isArray(obj[key])) { + obj[key].push(val); + } else { + obj[key] = [obj[key],val]; } } } - return obj; - } + }); + return obj; +} - function forEachSorted(obj, iterator, context) { - var keys = Object.keys(obj).sort(); - for (var i = 0; i < keys.length; i++) { - iterator.call(context, obj[keys[i]], keys[i]); +function toKeyValue(obj) { + var parts = []; + forEach(obj, function(value, key) { + if (isArray(value)) { + forEach(value, function(arrayValue) { + parts.push(encodeUriQuery(key, true) + + (arrayValue === true ? '' : '=' + encodeUriQuery(arrayValue, true))); + }); + } else { + parts.push(encodeUriQuery(key, true) + + (value === true ? '' : '=' + encodeUriQuery(value, true))); } - return keys; - } + }); + return parts.length ? parts.join('&') : ''; +} - /** - * when using forEach the params are value, key, but it is often useful to have key, value. - * @param {function(string, *)} iteratorFn - * @returns {function(*, string)} - */ - function reverseParams(iteratorFn) { - return function (value, key) { - iteratorFn(key, value); - }; - } - /** - * A consistent way of creating unique IDs in angular. - * - * Using simple numbers allows us to generate 28.6 million unique ids per second for 10 years before - * we hit number precision issues in JavaScript. - * - * Math.pow(2,53) / 60 / 60 / 24 / 365 / 10 = 28.6M - * - * @returns {number} an unique alpha-numeric string - */ - function nextUid() { - return ++uid; - } +/** + * We need our custom method because encodeURIComponent is too aggressive and doesn't follow + * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path + * segments: + * segment = *pchar + * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" + * pct-encoded = "%" HEXDIG HEXDIG + * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" + * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" + * / "*" / "+" / "," / ";" / "=" + */ +function encodeUriSegment(val) { + return encodeUriQuery(val, true). + replace(/%26/gi, '&'). + replace(/%3D/gi, '='). + replace(/%2B/gi, '+'); +} - /** - * Set or clear the hashkey for an object. - * @param obj object - * @param h the hashkey (!truthy to delete the hashkey) - */ - function setHashKey(obj, h) { - if (h) { - obj.$$hashKey = h; - } else { - delete obj.$$hashKey; - } - } - - function baseExtend(dst, objs, deep) { - var h = dst.$$hashKey; - - for (var i = 0, ii = objs.length; i < ii; ++i) { - var obj = objs[i]; - if (!isObject(obj) && !isFunction(obj)) continue; - var keys = Object.keys(obj); - for (var j = 0, jj = keys.length; j < jj; j++) { - var key = keys[j]; - var src = obj[key]; - - if (deep && isObject(src)) { - if (isDate(src)) { - dst[key] = new Date(src.valueOf()); - } else if (isRegExp(src)) { - dst[key] = new RegExp(src); - } else if (src.nodeName) { - dst[key] = src.cloneNode(true); - } else if (isElement(src)) { - dst[key] = src.clone(); - } else { - if (!isObject(dst[key])) dst[key] = isArray(src) ? [] : {}; - baseExtend(dst[key], [src], true); - } - } else { - dst[key] = src; - } - } - } - setHashKey(dst, h); - return dst; - } +/** + * This method is intended for encoding *key* or *value* parts of query component. We need a custom + * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be + * encoded per http://tools.ietf.org/html/rfc3986: + * query = *( pchar / "/" / "?" ) + * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" + * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" + * pct-encoded = "%" HEXDIG HEXDIG + * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" + * / "*" / "+" / "," / ";" / "=" + */ +function encodeUriQuery(val, pctEncodeSpaces) { + return encodeURIComponent(val). + replace(/%40/gi, '@'). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%3B/gi, ';'). + replace(/%20/g, (pctEncodeSpaces ? '%20' : '+')); +} - /** - * @ngdoc function - * @name angular.extend - * @module ng - * @kind function - * - * @description - * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) - * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so - * by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`. - * - * **Note:** Keep in mind that `angular.extend` does not support recursive merge (deep copy). Use - * {@link angular.merge} for this. - * - * @param {Object} dst Destination object. - * @param {...Object} src Source object(s). - * @returns {Object} Reference to `dst`. - */ - function extend(dst) { - return baseExtend(dst, slice.call(arguments, 1), false); +var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-']; + +function getNgAttribute(element, ngAttr) { + var attr, i, ii = ngAttrPrefixes.length; + for (i = 0; i < ii; ++i) { + attr = ngAttrPrefixes[i] + ngAttr; + if (isString(attr = element.getAttribute(attr))) { + return attr; + } } + return null; +} - /** - * @ngdoc function - * @name angular.merge - * @module ng - * @kind function - * - * @description - * Deeply extends the destination object `dst` by copying own enumerable properties from the `src` object(s) - * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so - * by passing an empty object as the target: `var object = angular.merge({}, object1, object2)`. - * - * Unlike {@link angular.extend extend()}, `merge()` recursively descends into object properties of source - * objects, performing a deep copy. - * - * @deprecated - * sinceVersion="1.6.5" - * This function is deprecated, but will not be removed in the 1.x lifecycle. - * There are edge cases (see {@link angular.merge#known-issues known issues}) that are not - * supported by this function. We suggest - * using [lodash's merge()](https://lodash.com/docs/4.17.4#merge) instead. - * - * @knownIssue - * This is a list of (known) object types that are not handled correctly by this function: - * - [`Blob`](https://developer.mozilla.org/docs/Web/API/Blob) - * - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) - * - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient) - * - AngularJS {@link $rootScope.Scope scopes}; - * - * @param {Object} dst Destination object. - * @param {...Object} src Source object(s). - * @returns {Object} Reference to `dst`. - */ - function merge(dst) { - return baseExtend(dst, slice.call(arguments, 1), true); +function allowAutoBootstrap(document) { + var script = document.currentScript; + + if (!script) { + // Support: IE 9-11 only + // IE does not have `document.currentScript` + return true; } - function toInt(str) { - return parseInt(str, 10); + // If the `currentScript` property has been clobbered just return false, since this indicates a probable attack + if (!(script instanceof window.HTMLScriptElement || script instanceof window.SVGScriptElement)) { + return false; } - var isNumberNaN = Number.isNaN || function isNumberNaN(num) { - // eslint-disable-next-line no-self-compare - return num !== num; - }; + var attributes = script.attributes; + var srcs = [attributes.getNamedItem('src'), attributes.getNamedItem('href'), attributes.getNamedItem('xlink:href')]; - function inherit(parent, extra) { - return extend(Object.create(parent), extra); - } + return srcs.every(function(src) { + if (!src) { + return true; + } + if (!src.value) { + return false; + } - /** - * @ngdoc function - * @name angular.noop - * @module ng - * @kind function - * - * @description - * A function that performs no operations. This function can be useful when writing code in the - * functional style. - ```js - function foo(callback) { - var result = calculateResult(); - (callback || angular.noop)(result); - } - ``` - */ - function noop() {} - noop.$inject = []; + var link = document.createElement('a'); + link.href = src.value; - /** - * @ngdoc function - * @name angular.identity - * @module ng - * @kind function - * - * @description - * A function that returns its first argument. This function is useful when writing code in the - * functional style. - * - ```js - function transformer(transformationFn, value) { - return (transformationFn || angular.identity)(value); - }; - - // E.g. - function getResult(fn, input) { - return (fn || angular.identity)(input); - }; - - getResult(function(n) { return n * 2; }, 21); // returns 42 - getResult(null, 21); // returns 21 - getResult(undefined, 21); // returns 21 - ``` - * - * @param {*} value to be returned. - * @returns {*} the value passed in. - */ - function identity($) { - return $; - } - identity.$inject = []; + if (document.location.origin === link.origin) { + // Same-origin resources are always allowed, even for non-whitelisted schemes. + return true; + } + // Disabled bootstrapping unless angular.js was loaded from a known scheme used on the web. + // This is to prevent angular.js bundled with browser extensions from being used to bypass the + // content security policy in web pages and other browser extensions. + switch (link.protocol) { + case 'http:': + case 'https:': + case 'ftp:': + case 'blob:': + case 'file:': + case 'data:': + return true; + default: + return false; + } + }); +} - function valueFn(value) { - return function valueRef() { - return value; - }; - } +// Cached as it has to run during loading so that document.currentScript is available. +var isAutoBootstrapAllowed = allowAutoBootstrap(window.document); - function hasCustomToString(obj) { - return isFunction(obj.toString) && obj.toString !== toString; - } +/** + * @ngdoc directive + * @name ngApp + * @module ng + * + * @element ANY + * @param {angular.Module} ngApp an optional application + * {@link angular.module module} name to load. + * @param {boolean=} ngStrictDi if this attribute is present on the app element, the injector will be + * created in "strict-di" mode. This means that the application will fail to invoke functions which + * do not use explicit function annotation (and are thus unsuitable for minification), as described + * in {@link guide/di the Dependency Injection guide}, and useful debugging info will assist in + * tracking down the root of these bugs. + * + * @description + * + * Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive + * designates the **root element** of the application and is typically placed near the root element + * of the page - e.g. on the `` or `` tags. + * + * There are a few things to keep in mind when using `ngApp`: + * - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp` + * found in the document will be used to define the root element to auto-bootstrap as an + * application. To run multiple applications in an HTML document you must manually bootstrap them using + * {@link angular.bootstrap} instead. + * - AngularJS applications cannot be nested within each other. + * - Do not use a directive that uses {@link ng.$compile#transclusion transclusion} on the same element as `ngApp`. + * This includes directives such as {@link ng.ngIf `ngIf`}, {@link ng.ngInclude `ngInclude`} and + * {@link ngRoute.ngView `ngView`}. + * Doing this misplaces the app {@link ng.$rootElement `$rootElement`} and the app's {@link auto.$injector injector}, + * causing animations to stop working and making the injector inaccessible from outside the app. + * + * You can specify an **AngularJS module** to be used as the root module for the application. This + * module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It + * should contain the application code needed or have dependencies on other modules that will + * contain the code. See {@link angular.module} for more information. + * + * In the example below if the `ngApp` directive were not placed on the `html` element then the + * document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}` + * would not be resolved to `3`. + * + * @example + * + * ### Simple Usage + * + * `ngApp` is the easiest, and most common way to bootstrap an application. + * + + +
    + I can add: {{a}} + {{b}} = {{ a+b }} +
    +
    + + angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { + $scope.a = 1; + $scope.b = 2; + }); + +
    + * + * @example + * + * ### With `ngStrictDi` + * + * Using `ngStrictDi`, you would see something like this: + * + + +
    +
    + I can add: {{a}} + {{b}} = {{ a+b }} + +

    This renders because the controller does not fail to + instantiate, by using explicit annotation style (see + script.js for details) +

    +
    - /** - * @ngdoc function - * @name angular.isUndefined - * @module ng - * @kind function - * - * @description - * Determines if a reference is undefined. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is undefined. - */ - function isUndefined(value) { - return typeof value === 'undefined'; - } +
    + Name:
    + Hello, {{name}}! - /** - * @ngdoc function - * @name angular.isDefined - * @module ng - * @kind function - * - * @description - * Determines if a reference is defined. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is defined. - */ - function isDefined(value) { - return typeof value !== 'undefined'; - } +

    This renders because the controller does not fail to + instantiate, by using explicit annotation style + (see script.js for details) +

    +
    - /** - * @ngdoc function - * @name angular.isObject - * @module ng - * @kind function - * - * @description - * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not - * considered to be objects. Note that JavaScript arrays are objects. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Object` but not `null`. - */ - function isObject(value) { - // http://jsperf.com/isobject4 - return value !== null && (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object'; - } +
    + I can add: {{a}} + {{b}} = {{ a+b }} - /** - * Determine if a value is an object with a null prototype - * - * @returns {boolean} True if `value` is an `Object` with a null prototype - */ - function isBlankObject(value) { - return value !== null && (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && !getPrototypeOf(value); - } +

    The controller could not be instantiated, due to relying + on automatic function annotations (which are disabled in + strict mode). As such, the content of this section is not + interpolated, and there should be an error in your web console. +

    +
    +
    +
    + + angular.module('ngAppStrictDemo', []) + // BadController will fail to instantiate, due to relying on automatic function annotation, + // rather than an explicit annotation + .controller('BadController', function($scope) { + $scope.a = 1; + $scope.b = 2; + }) + // Unlike BadController, GoodController1 and GoodController2 will not fail to be instantiated, + // due to using explicit annotations using the array style and $inject property, respectively. + .controller('GoodController1', ['$scope', function($scope) { + $scope.a = 1; + $scope.b = 2; + }]) + .controller('GoodController2', GoodController2); + function GoodController2($scope) { + $scope.name = 'World'; + } + GoodController2.$inject = ['$scope']; + + + div[ng-controller] { + margin-bottom: 1em; + -webkit-border-radius: 4px; + border-radius: 4px; + border: 1px solid; + padding: .5em; + } + div[ng-controller^=Good] { + border-color: #d6e9c6; + background-color: #dff0d8; + color: #3c763d; + } + div[ng-controller^=Bad] { + border-color: #ebccd1; + background-color: #f2dede; + color: #a94442; + margin-bottom: 0; + } + +
    + */ +function angularInit(element, bootstrap) { + var appElement, + module, + config = {}; - /** - * @ngdoc function - * @name angular.isString - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `String`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `String`. - */ - function isString(value) { - return typeof value === 'string'; + // The element `element` has priority over any other element. + forEach(ngAttrPrefixes, function(prefix) { + var name = prefix + 'app'; + + if (!appElement && element.hasAttribute && element.hasAttribute(name)) { + appElement = element; + module = element.getAttribute(name); + } + }); + forEach(ngAttrPrefixes, function(prefix) { + var name = prefix + 'app'; + var candidate; + + if (!appElement && (candidate = element.querySelector('[' + name.replace(':', '\\:') + ']'))) { + appElement = candidate; + module = candidate.getAttribute(name); + } + }); + if (appElement) { + if (!isAutoBootstrapAllowed) { + window.console.error('Angular: disabling automatic bootstrap. + * + * + * + * ``` + * + * @param {DOMElement} element DOM element which is the root of angular application. + * @param {Array=} modules an array of modules to load into the application. + * Each item in the array should be the name of a predefined module or a (DI annotated) + * function that will be invoked by the injector as a `config` block. + * See: {@link angular.module modules} + * @param {Object=} config an object for defining configuration options for the application. The + * following keys are supported: + * + * * `strictDi` - disable automatic function annotation for the application. This is meant to + * assist in finding bugs which break minified code. Defaults to `false`. + * + * @returns {auto.$injector} Returns the newly created injector for this app. + */ +function bootstrap(element, modules, config) { + if (!isObject(config)) config = {}; + var defaultConfig = { + strictDi: false + }; + config = extend(defaultConfig, config); + var doBootstrap = function() { + element = jqLite(element); + + if (element.injector()) { + var tag = (element[0] === window.document) ? 'document' : startingTag(element); + // Encode angle brackets to prevent input from being sanitized to empty string #8683. + throw ngMinErr( + 'btstrpd', + 'App already bootstrapped with this element \'{0}\'', + tag.replace(//,'>')); + } + + modules = modules || []; + modules.unshift(['$provide', function($provide) { + $provide.value('$rootElement', element); + }]); + + if (config.debugInfoEnabled) { + // Pushing so that this overrides `debugInfoEnabled` setting defined in user's `modules`. + modules.push(['$compileProvider', function($compileProvider) { + $compileProvider.debugInfoEnabled(true); + }]); + } + + modules.unshift('ng'); + var injector = createInjector(modules, config.strictDi); + injector.invoke(['$rootScope', '$rootElement', '$compile', '$injector', + function bootstrapApply(scope, element, compile, injector) { + scope.$apply(function() { + element.data('$injector', injector); + compile(element)(scope); + }); + }] + ); + return injector; + }; + + var NG_ENABLE_DEBUG_INFO = /^NG_ENABLE_DEBUG_INFO!/; + var NG_DEFER_BOOTSTRAP = /^NG_DEFER_BOOTSTRAP!/; + + if (window && NG_ENABLE_DEBUG_INFO.test(window.name)) { + config.debugInfoEnabled = true; + window.name = window.name.replace(NG_ENABLE_DEBUG_INFO, ''); } - /** - * @ngdoc function - * @name angular.isDate - * @module ng - * @kind function - * - * @description - * Determines if a value is a date. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Date`. - */ - function isDate(value) { - return toString.call(value) === '[object Date]'; + if (window && !NG_DEFER_BOOTSTRAP.test(window.name)) { + return doBootstrap(); } - /** - * @ngdoc function - * @name angular.isArray - * @module ng - * @kind function - * - * @description - * Determines if a reference is an `Array`. Alias of Array.isArray. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Array`. - */ - var isArray = Array.isArray; + window.name = window.name.replace(NG_DEFER_BOOTSTRAP, ''); + angular.resumeBootstrap = function(extraModules) { + forEach(extraModules, function(module) { + modules.push(module); + }); + return doBootstrap(); + }; - /** - * @description - * Determines if a reference is an `Error`. - * Loosely based on https://www.npmjs.com/package/iserror - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Error`. - */ - function isError(value) { - var tag = toString.call(value); - switch (tag) { - case '[object Error]': - return true; - case '[object Exception]': - return true; - case '[object DOMException]': - return true; - default: - return value instanceof Error; - } + if (isFunction(angular.resumeDeferredBootstrap)) { + angular.resumeDeferredBootstrap(); } +} - /** - * @ngdoc function - * @name angular.isFunction - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `Function`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Function`. - */ - function isFunction(value) { - return typeof value === 'function'; - } +/** + * @ngdoc function + * @name angular.reloadWithDebugInfo + * @module ng + * @description + * Use this function to reload the current application with debug information turned on. + * This takes precedence over a call to `$compileProvider.debugInfoEnabled(false)`. + * + * See {@link ng.$compileProvider#debugInfoEnabled} for more. + */ +function reloadWithDebugInfo() { + window.name = 'NG_ENABLE_DEBUG_INFO!' + window.name; + window.location.reload(); +} - /** - * Determines if a value is a regular expression object. - * - * @private - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `RegExp`. - */ - function isRegExp(value) { - return toString.call(value) === '[object RegExp]'; +/** + * @name angular.getTestability + * @module ng + * @description + * Get the testability service for the instance of Angular on the given + * element. + * @param {DOMElement} element DOM element which is the root of angular application. + */ +function getTestability(rootElement) { + var injector = angular.element(rootElement).injector(); + if (!injector) { + throw ngMinErr('test', + 'no injector found for element argument to getTestability'); } + return injector.get('$$testability'); +} - /** - * Checks if `obj` is a window object. - * - * @private - * @param {*} obj Object to check - * @returns {boolean} True if `obj` is a window obj. - */ - function isWindow(obj) { - return obj && obj.window === obj; - } +var SNAKE_CASE_REGEXP = /[A-Z]/g; +function snake_case(name, separator) { + separator = separator || '_'; + return name.replace(SNAKE_CASE_REGEXP, function(letter, pos) { + return (pos ? separator : '') + letter.toLowerCase(); + }); +} - function isScope(obj) { - return obj && obj.$evalAsync && obj.$watch; - } +var bindJQueryFired = false; +function bindJQuery() { + var originalCleanData; - function isFile(obj) { - return toString.call(obj) === '[object File]'; + if (bindJQueryFired) { + return; } - function isFormData(obj) { - return toString.call(obj) === '[object FormData]'; - } + // bind to jQuery if present; + var jqName = jq(); + jQuery = isUndefined(jqName) ? window.jQuery : // use jQuery (if present) + !jqName ? undefined : // use jqLite + window[jqName]; // use jQuery specified by `ngJq` + + // Use jQuery if it exists with proper functionality, otherwise default to us. + // Angular 1.2+ requires jQuery 1.7+ for on()/off() support. + // Angular 1.3+ technically requires at least jQuery 2.1+ but it may work with older + // versions. It will not work for sure with jQuery <1.7, though. + if (jQuery && jQuery.fn.on) { + jqLite = jQuery; + extend(jQuery.fn, { + scope: JQLitePrototype.scope, + isolateScope: JQLitePrototype.isolateScope, + controller: /** @type {?} */ (JQLitePrototype).controller, + injector: JQLitePrototype.injector, + inheritedData: JQLitePrototype.inheritedData + }); - function isBlob(obj) { - return toString.call(obj) === '[object Blob]'; + // All nodes removed from the DOM via various jQuery APIs like .remove() + // are passed through jQuery.cleanData. Monkey-patch this method to fire + // the $destroy event on all removed nodes. + originalCleanData = jQuery.cleanData; + jQuery.cleanData = function(elems) { + var events; + for (var i = 0, elem; (elem = elems[i]) != null; i++) { + events = jQuery._data(elem, 'events'); + if (events && events.$destroy) { + jQuery(elem).triggerHandler('$destroy'); + } + } + originalCleanData(elems); + }; + } else { + jqLite = JQLite; } - function isBoolean(value) { - return typeof value === 'boolean'; - } + angular.element = jqLite; - function isPromiseLike(obj) { - return obj && isFunction(obj.then); - } + // Prevent double-proxying. + bindJQueryFired = true; +} - var TYPED_ARRAY_REGEXP = /^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/; - function isTypedArray(value) { - return value && isNumber(value.length) && TYPED_ARRAY_REGEXP.test(toString.call(value)); +/** + * throw error if the argument is falsy. + */ +function assertArg(arg, name, reason) { + if (!arg) { + throw ngMinErr('areq', 'Argument \'{0}\' is {1}', (name || '?'), (reason || 'required')); } + return arg; +} - function isArrayBuffer(obj) { - return toString.call(obj) === '[object ArrayBuffer]'; +function assertArgFn(arg, name, acceptArrayAnnotation) { + if (acceptArrayAnnotation && isArray(arg)) { + arg = arg[arg.length - 1]; } - var trim = function trim(value) { - return isString(value) ? value.trim() : value; - }; - - // Copied from: - // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 - // Prereq: s is a string. - var escapeForRegexp = function escapeForRegexp(s) { - return s.replace(/([-()[\]{}+?*.$^|,:#= 0) { - array.splice(index, 1); + for (var i = 1; node !== endNode && (node = node.nextSibling); i++) { + if (blockNodes || nodes[i] !== node) { + if (!blockNodes) { + blockNodes = jqLite(slice.call(nodes, 0, i)); + } + blockNodes.push(node); } - return index; } - /** - * @ngdoc function - * @name angular.copy - * @module ng - * @kind function - * - * @description - * Creates a deep copy of `source`, which should be an object or an array. - * - * * If no destination is supplied, a copy of the object or array is created. - * * If a destination is provided, all of its elements (for arrays) or properties (for objects) - * are deleted and then all elements/properties from the source are copied to it. - * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. - * * If `source` is identical to `destination` an exception will be thrown. - * - *
    - *
    - * Only enumerable properties are taken into account. Non-enumerable properties (both on `source` - * and on `destination`) will be ignored. - *
    - * - * @param {*} source The source that will be used to make a copy. - * Can be any type, including primitives, `null`, and `undefined`. - * @param {(Object|Array)=} destination Destination into which the source is copied. If - * provided, must be of the same type as `source`. - * @returns {*} The copy or updated `destination`, if `destination` was specified. - * - * @example - - -
    -
    -
    -
    - Gender: -
    - - -
    -
    form = {{user | json}}
    -
    leader = {{leader | json}}
    -
    -
    - - // Module: copyExample - angular. - module('copyExample', []). - controller('ExampleController', ['$scope', function($scope) { - $scope.leader = {}; - - $scope.reset = function() { - // Example with 1 argument - $scope.user = angular.copy($scope.leader); - }; - - $scope.update = function(user) { - // Example with 2 arguments - angular.copy(user, $scope.leader); - }; - - $scope.reset(); - }]); - -
    - */ - function copy(source, destination, maxDepth) { - var stackSource = []; - var stackDest = []; - maxDepth = isValidObjectMaxDepth(maxDepth) ? maxDepth : NaN; + return blockNodes || nodes; +} - if (destination) { - if (isTypedArray(destination) || isArrayBuffer(destination)) { - throw ngMinErr('cpta', 'Can\'t copy! TypedArray destination cannot be mutated.'); - } - if (source === destination) { - throw ngMinErr('cpi', 'Can\'t copy! Source and destination are identical.'); - } - // Empty the destination object - if (isArray(destination)) { - destination.length = 0; +/** + * Creates a new object without a prototype. This object is useful for lookup without having to + * guard against prototypically inherited properties via hasOwnProperty. + * + * Related micro-benchmarks: + * - http://jsperf.com/object-create2 + * - http://jsperf.com/proto-map-lookup/2 + * - http://jsperf.com/for-in-vs-object-keys2 + * + * @returns {Object} + */ +function createMap() { + return Object.create(null); +} + +function stringify(value) { + if (value == null) { // null || undefined + return ''; + } + switch (typeof value) { + case 'string': + break; + case 'number': + value = '' + value; + break; + default: + if (hasCustomToString(value) && !isArray(value) && !isDate(value)) { + value = value.toString(); } else { - forEach(destination, function (value, key) { - if (key !== '$$hashKey') { - delete destination[key]; - } - }); + value = toJson(value); } + } - stackSource.push(source); - stackDest.push(destination); - return copyRecurse(source, destination, maxDepth); - } + return value; +} - return copyElement(source, maxDepth); +var NODE_TYPE_ELEMENT = 1; +var NODE_TYPE_ATTRIBUTE = 2; +var NODE_TYPE_TEXT = 3; +var NODE_TYPE_COMMENT = 8; +var NODE_TYPE_DOCUMENT = 9; +var NODE_TYPE_DOCUMENT_FRAGMENT = 11; - function copyRecurse(source, destination, maxDepth) { - maxDepth--; - if (maxDepth < 0) { - return '...'; - } - var h = destination.$$hashKey; - var key; - if (isArray(source)) { - for (var i = 0, ii = source.length; i < ii; i++) { - destination.push(copyElement(source[i], maxDepth)); - } - } else if (isBlankObject(source)) { - // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty - for (key in source) { - destination[key] = copyElement(source[key], maxDepth); - } - } else if (source && typeof source.hasOwnProperty === 'function') { - // Slow path, which must rely on hasOwnProperty - for (key in source) { - if (source.hasOwnProperty(key)) { - destination[key] = copyElement(source[key], maxDepth); - } - } - } else { - // Slowest path --- hasOwnProperty can't be called as a method - for (key in source) { - if (hasOwnProperty.call(source, key)) { - destination[key] = copyElement(source[key], maxDepth); - } +/** + * @ngdoc type + * @name angular.Module + * @module ng + * @description + * + * Interface for configuring angular {@link angular.module modules}. + */ + +function setupModuleLoader(window) { + + var $injectorMinErr = minErr('$injector'); + var ngMinErr = minErr('ng'); + + function ensure(obj, name, factory) { + return obj[name] || (obj[name] = factory()); + } + + var angular = ensure(window, 'angular', Object); + + // We need to expose `angular.$$minErr` to modules such as `ngResource` that reference it during bootstrap + angular.$$minErr = angular.$$minErr || minErr; + + return ensure(angular, 'module', function() { + /** @type {Object.} */ + var modules = {}; + + /** + * @ngdoc function + * @name angular.module + * @module ng + * @description + * + * The `angular.module` is a global place for creating, registering and retrieving Angular + * modules. + * All modules (angular core or 3rd party) that should be available to an application must be + * registered using this mechanism. + * + * Passing one argument retrieves an existing {@link angular.Module}, + * whereas passing more than one argument creates a new {@link angular.Module} + * + * + * # Module + * + * A module is a collection of services, directives, controllers, filters, and configuration information. + * `angular.module` is used to configure the {@link auto.$injector $injector}. + * + * ```js + * // Create a new module + * var myModule = angular.module('myModule', []); + * + * // register a new service + * myModule.value('appName', 'MyCoolApp'); + * + * // configure existing services inside initialization blocks. + * myModule.config(['$locationProvider', function($locationProvider) { + * // Configure existing providers + * $locationProvider.hashPrefix('!'); + * }]); + * ``` + * + * Then you can create an injector and load your modules like this: + * + * ```js + * var injector = angular.injector(['ng', 'myModule']) + * ``` + * + * However it's more likely that you'll just use + * {@link ng.directive:ngApp ngApp} or + * {@link angular.bootstrap} to simplify this process for you. + * + * @param {!string} name The name of the module to create or retrieve. + * @param {!Array.=} requires If specified then new module is being created. If + * unspecified then the module is being retrieved for further configuration. + * @param {Function=} configFn Optional configuration function for the module. Same as + * {@link angular.Module#config Module#config()}. + * @returns {angular.Module} new module with the {@link angular.Module} api. + */ + return function module(name, requires, configFn) { + + var info = {}; + + var assertNotHasOwnProperty = function(name, context) { + if (name === 'hasOwnProperty') { + throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); } - } - setHashKey(destination, h); - return destination; - } + }; - function copyElement(source, maxDepth) { - // Simple values - if (!isObject(source)) { - return source; + assertNotHasOwnProperty(name, 'module'); + if (requires && modules.hasOwnProperty(name)) { + modules[name] = null; } + return ensure(modules, name, function() { + if (!requires) { + throw $injectorMinErr('nomod', 'Module \'{0}\' is not available! You either misspelled ' + + 'the module name or forgot to load it. If registering a module ensure that you ' + + 'specify the dependencies as the second argument.', name); + } - // Already copied values - var index = stackSource.indexOf(source); - if (index !== -1) { - return stackDest[index]; - } + /** @type {!Array.>} */ + var invokeQueue = []; - if (isWindow(source) || isScope(source)) { - throw ngMinErr('cpws', 'Can\'t copy! Making copies of Window or Scope instances is not supported.'); - } + /** @type {!Array.} */ + var configBlocks = []; - var needsRecurse = false; - var destination = copyType(source); + /** @type {!Array.} */ + var runBlocks = []; - if (destination === undefined) { - destination = isArray(source) ? [] : Object.create(getPrototypeOf(source)); - needsRecurse = true; - } + var config = invokeLater('$injector', 'invoke', 'push', configBlocks); - stackSource.push(source); - stackDest.push(destination); + /** @type {angular.Module} */ + var moduleInstance = { + // Private state + _invokeQueue: invokeQueue, + _configBlocks: configBlocks, + _runBlocks: runBlocks, - return needsRecurse ? copyRecurse(source, destination, maxDepth) : destination; - } + /** + * @ngdoc method + * @name angular.Module#info + * @module ng + * + * @param {Object=} info Information about the module + * @returns {Object|Module} The current info object for this module if called as a getter, + * or `this` if called as a setter. + * + * @description + * Read and write custom information about this module. + * For example you could put the version of the module in here. + * + * ```js + * angular.module('myModule', []).info({ version: '1.0.0' }); + * ``` + * + * The version could then be read back out by accessing the module elsewhere: + * + * ``` + * var version = angular.module('myModule').info().version; + * ``` + * + * You can also retrieve this information during runtime via the + * {@link $injector#modules `$injector.modules`} property: + * + * ```js + * var version = $injector.modules['myModule'].info().version; + * ``` + */ + info: function(value) { + if (isDefined(value)) { + if (!isObject(value)) throw ngMinErr('aobj', 'Argument \'{0}\' must be an object', 'value'); + info = value; + return this; + } + return info; + }, - function copyType(source) { - switch (toString.call(source)) { - case '[object Int8Array]': - case '[object Int16Array]': - case '[object Int32Array]': - case '[object Float32Array]': - case '[object Float64Array]': - case '[object Uint8Array]': - case '[object Uint8ClampedArray]': - case '[object Uint16Array]': - case '[object Uint32Array]': - return new source.constructor(copyElement(source.buffer), source.byteOffset, source.length); + /** + * @ngdoc property + * @name angular.Module#requires + * @module ng + * + * @description + * Holds the list of modules which the injector will load before the current module is + * loaded. + */ + requires: requires, - case '[object ArrayBuffer]': - // Support: IE10 - if (!source.slice) { - // If we're in this case we know the environment supports ArrayBuffer - /* eslint-disable no-undef */ - var copied = new ArrayBuffer(source.byteLength); - new Uint8Array(copied).set(new Uint8Array(source)); - /* eslint-enable */ - return copied; - } - return source.slice(0); + /** + * @ngdoc property + * @name angular.Module#name + * @module ng + * + * @description + * Name of the module. + */ + name: name, - case '[object Boolean]': - case '[object Number]': - case '[object String]': - case '[object Date]': - return new source.constructor(source.valueOf()); - case '[object RegExp]': - var re = new RegExp(source.source, source.toString().match(/[^/]*$/)[0]); - re.lastIndex = source.lastIndex; - return re; + /** + * @ngdoc method + * @name angular.Module#provider + * @module ng + * @param {string} name service name + * @param {Function} providerType Construction function for creating new instance of the + * service. + * @description + * See {@link auto.$provide#provider $provide.provider()}. + */ + provider: invokeLaterAndSetModuleName('$provide', 'provider'), - case '[object Blob]': - return new source.constructor([source], { type: source.type }); - } + /** + * @ngdoc method + * @name angular.Module#factory + * @module ng + * @param {string} name service name + * @param {Function} providerFunction Function for creating new instance of the service. + * @description + * See {@link auto.$provide#factory $provide.factory()}. + */ + factory: invokeLaterAndSetModuleName('$provide', 'factory'), - if (isFunction(source.cloneNode)) { - return source.cloneNode(true); - } - } - } + /** + * @ngdoc method + * @name angular.Module#service + * @module ng + * @param {string} name service name + * @param {Function} constructor A constructor function that will be instantiated. + * @description + * See {@link auto.$provide#service $provide.service()}. + */ + service: invokeLaterAndSetModuleName('$provide', 'service'), - // eslint-disable-next-line no-self-compare - function simpleCompare(a, b) { - return a === b || a !== a && b !== b; - } + /** + * @ngdoc method + * @name angular.Module#value + * @module ng + * @param {string} name service name + * @param {*} object Service instance object. + * @description + * See {@link auto.$provide#value $provide.value()}. + */ + value: invokeLater('$provide', 'value'), - /** - * @ngdoc function - * @name angular.equals - * @module ng - * @kind function - * - * @description - * Determines if two objects or two values are equivalent. Supports value types, regular - * expressions, arrays and objects. - * - * Two objects or values are considered equivalent if at least one of the following is true: - * - * * Both objects or values pass `===` comparison. - * * Both objects or values are of the same type and all of their properties are equal by - * comparing them with `angular.equals`. - * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal) - * * Both values represent the same regular expression (In JavaScript, - * /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual - * representation matches). - * - * During a property comparison, properties of `function` type and properties with names - * that begin with `$` are ignored. - * - * Scope and DOMWindow objects are being compared only by identify (`===`). - * - * @param {*} o1 Object or value to compare. - * @param {*} o2 Object or value to compare. - * @returns {boolean} True if arguments are equal. - * - * @example - - -
    -
    -

    User 1

    - Name: - Age: - -

    User 2

    - Name: - Age: - -
    -
    - -
    - User 1:
    {{user1 | json}}
    - User 2:
    {{user2 | json}}
    - Equal:
    {{result}}
    -
    -
    -
    - - angular.module('equalsExample', []).controller('ExampleController', ['$scope', function($scope) { - $scope.user1 = {}; - $scope.user2 = {}; - $scope.compare = function() { - $scope.result = angular.equals($scope.user1, $scope.user2); - }; - }]); - -
    - */ - function equals(o1, o2) { - if (o1 === o2) return true; - if (o1 === null || o2 === null) return false; - // eslint-disable-next-line no-self-compare - if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN - var t1 = typeof o1 === 'undefined' ? 'undefined' : _typeof(o1), - t2 = typeof o2 === 'undefined' ? 'undefined' : _typeof(o2), - length, - key, - keySet; - if (t1 === t2 && t1 === 'object') { - if (isArray(o1)) { - if (!isArray(o2)) return false; - if ((length = o1.length) === o2.length) { - for (key = 0; key < length; key++) { - if (!equals(o1[key], o2[key])) return false; + /** + * @ngdoc method + * @name angular.Module#constant + * @module ng + * @param {string} name constant name + * @param {*} object Constant value. + * @description + * Because the constants are fixed, they get applied before other provide methods. + * See {@link auto.$provide#constant $provide.constant()}. + */ + constant: invokeLater('$provide', 'constant', 'unshift'), + + /** + * @ngdoc method + * @name angular.Module#decorator + * @module ng + * @param {string} name The name of the service to decorate. + * @param {Function} decorFn This function will be invoked when the service needs to be + * instantiated and should return the decorated service instance. + * @description + * See {@link auto.$provide#decorator $provide.decorator()}. + */ + decorator: invokeLaterAndSetModuleName('$provide', 'decorator', configBlocks), + + /** + * @ngdoc method + * @name angular.Module#animation + * @module ng + * @param {string} name animation name + * @param {Function} animationFactory Factory function for creating new instance of an + * animation. + * @description + * + * **NOTE**: animations take effect only if the **ngAnimate** module is loaded. + * + * + * Defines an animation hook that can be later used with + * {@link $animate $animate} service and directives that use this service. + * + * ```js + * module.animation('.animation-name', function($inject1, $inject2) { + * return { + * eventName : function(element, done) { + * //code to run the animation + * //once complete, then run done() + * return function cancellationFunction(element) { + * //code to cancel the animation + * } + * } + * } + * }) + * ``` + * + * See {@link ng.$animateProvider#register $animateProvider.register()} and + * {@link ngAnimate ngAnimate module} for more information. + */ + animation: invokeLaterAndSetModuleName('$animateProvider', 'register'), + + /** + * @ngdoc method + * @name angular.Module#filter + * @module ng + * @param {string} name Filter name - this must be a valid angular expression identifier + * @param {Function} filterFactory Factory function for creating new instance of filter. + * @description + * See {@link ng.$filterProvider#register $filterProvider.register()}. + * + *
    + * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. + * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace + * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores + * (`myapp_subsection_filterx`). + *
    + */ + filter: invokeLaterAndSetModuleName('$filterProvider', 'register'), + + /** + * @ngdoc method + * @name angular.Module#controller + * @module ng + * @param {string|Object} name Controller name, or an object map of controllers where the + * keys are the names and the values are the constructors. + * @param {Function} constructor Controller constructor function. + * @description + * See {@link ng.$controllerProvider#register $controllerProvider.register()}. + */ + controller: invokeLaterAndSetModuleName('$controllerProvider', 'register'), + + /** + * @ngdoc method + * @name angular.Module#directive + * @module ng + * @param {string|Object} name Directive name, or an object map of directives where the + * keys are the names and the values are the factories. + * @param {Function} directiveFactory Factory function for creating new instance of + * directives. + * @description + * See {@link ng.$compileProvider#directive $compileProvider.directive()}. + */ + directive: invokeLaterAndSetModuleName('$compileProvider', 'directive'), + + /** + * @ngdoc method + * @name angular.Module#component + * @module ng + * @param {string} name Name of the component in camel-case (i.e. myComp which will match as my-comp) + * @param {Object} options Component definition object (a simplified + * {@link ng.$compile#directive-definition-object directive definition object}) + * + * @description + * See {@link ng.$compileProvider#component $compileProvider.component()}. + */ + component: invokeLaterAndSetModuleName('$compileProvider', 'component'), + + /** + * @ngdoc method + * @name angular.Module#config + * @module ng + * @param {Function} configFn Execute this function on module load. Useful for service + * configuration. + * @description + * Use this method to register work which needs to be performed on module loading. + * For more about how to configure services, see + * {@link providers#provider-recipe Provider Recipe}. + */ + config: config, + + /** + * @ngdoc method + * @name angular.Module#run + * @module ng + * @param {Function} initializationFn Execute this function after injector creation. + * Useful for application initialization. + * @description + * Use this method to register work which should be performed when the injector is done + * loading all modules. + */ + run: function(block) { + runBlocks.push(block); + return this; } - return true; + }; + + if (configFn) { + config(configFn); } - } else if (isDate(o1)) { - if (!isDate(o2)) return false; - return simpleCompare(o1.getTime(), o2.getTime()); - } else if (isRegExp(o1)) { - if (!isRegExp(o2)) return false; - return o1.toString() === o2.toString(); - } else { - if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || isArray(o2) || isDate(o2) || isRegExp(o2)) return false; - keySet = createMap(); - for (key in o1) { - if (key.charAt(0) === '$' || isFunction(o1[key])) continue; - if (!equals(o1[key], o2[key])) return false; - keySet[key] = true; + + return moduleInstance; + + /** + * @param {string} provider + * @param {string} method + * @param {String=} insertMethod + * @returns {angular.Module} + */ + function invokeLater(provider, method, insertMethod, queue) { + if (!queue) queue = invokeQueue; + return function() { + queue[insertMethod || 'push']([provider, method, arguments]); + return moduleInstance; + }; } - for (key in o2) { - if (!(key in keySet) && key.charAt(0) !== '$' && isDefined(o2[key]) && !isFunction(o2[key])) return false; + + /** + * @param {string} provider + * @param {string} method + * @returns {angular.Module} + */ + function invokeLaterAndSetModuleName(provider, method, queue) { + if (!queue) queue = invokeQueue; + return function(recipeName, factoryFunction) { + if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name; + queue.push([provider, method, arguments]); + return moduleInstance; + }; } - return true; + }); + }; + }); + +} + +/* global shallowCopy: true */ + +/** + * Creates a shallow copy of an object, an array or a primitive. + * + * Assumes that there are no proto properties for objects. + */ +function shallowCopy(src, dst) { + if (isArray(src)) { + dst = dst || []; + + for (var i = 0, ii = src.length; i < ii; i++) { + dst[i] = src[i]; + } + } else if (isObject(src)) { + dst = dst || {}; + + for (var key in src) { + if (!(key.charAt(0) === '$' && key.charAt(1) === '$')) { + dst[key] = src[key]; } } - return false; } - var csp = function csp() { - if (!isDefined(csp.rules)) { + return dst || src; +} - var ngCspElement = window.document.querySelector('[ng-csp]') || window.document.querySelector('[data-ng-csp]'); +/* exported toDebugString */ - if (ngCspElement) { - var ngCspAttribute = ngCspElement.getAttribute('ng-csp') || ngCspElement.getAttribute('data-ng-csp'); - csp.rules = { - noUnsafeEval: !ngCspAttribute || ngCspAttribute.indexOf('no-unsafe-eval') !== -1, - noInlineStyle: !ngCspAttribute || ngCspAttribute.indexOf('no-inline-style') !== -1 - }; - } else { - csp.rules = { - noUnsafeEval: noUnsafeEval(), - noInlineStyle: false - }; - } - } +function serializeObject(obj, maxDepth) { + var seen = []; - return csp.rules; + // There is no direct way to stringify object until reaching a specific depth + // and a very deep object can cause a performance issue, so we copy the object + // based on this specific depth and then stringify it. + if (isValidObjectMaxDepth(maxDepth)) { + // This file is also included in `angular-loader`, so `copy()` might not always be available in + // the closure. Therefore, it is lazily retrieved as `angular.copy()` when needed. + obj = angular.copy(obj, null, maxDepth); + } + return JSON.stringify(obj, function(key, val) { + val = toJsonReplacer(key, val); + if (isObject(val)) { - function noUnsafeEval() { - try { - // eslint-disable-next-line no-new, no-new-func - new Function(''); - return false; - } catch (e) { - return true; - } + if (seen.indexOf(val) >= 0) return '...'; + + seen.push(val); } - }; + return val; + }); +} - /** - * @ngdoc directive - * @module ng - * @name ngJq - * - * @element ANY - * @param {string=} ngJq the name of the library available under `window` - * to be used for angular.element - * @description - * Use this directive to force the angular.element library. This should be - * used to force either jqLite by leaving ng-jq blank or setting the name of - * the jquery variable under window (eg. jQuery). - * - * Since angular looks for this directive when it is loaded (doesn't wait for the - * DOMContentLoaded event), it must be placed on an element that comes before the script - * which loads angular. Also, only the first instance of `ng-jq` will be used and all - * others ignored. - * - * @example - * This example shows how to force jqLite using the `ngJq` directive to the `html` tag. - ```html - - - ... - ... - - ``` - * @example - * This example shows how to use a jQuery based library of a different name. - * The library name must be available at the top most 'window'. - ```html - - - ... - ... - - ``` - */ - var jq = function jq() { - if (isDefined(jq.name_)) return jq.name_; - var el; - var i, - ii = ngAttrPrefixes.length, - prefix, - name; - for (i = 0; i < ii; ++i) { - prefix = ngAttrPrefixes[i]; - el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]'); - if (el) { - name = el.getAttribute(prefix + 'jq'); - break; - } +function toDebugString(obj, maxDepth) { + if (typeof obj === 'function') { + return obj.toString().replace(/ \{[\s\S]*$/, ''); + } else if (isUndefined(obj)) { + return 'undefined'; + } else if (typeof obj !== 'string') { + return serializeObject(obj, maxDepth); + } + return obj; +} + +/* global angularModule: true, + version: true, + + $CompileProvider, + + htmlAnchorDirective, + inputDirective, + inputDirective, + formDirective, + scriptDirective, + selectDirective, + optionDirective, + ngBindDirective, + ngBindHtmlDirective, + ngBindTemplateDirective, + ngClassDirective, + ngClassEvenDirective, + ngClassOddDirective, + ngCloakDirective, + ngControllerDirective, + ngFormDirective, + ngHideDirective, + ngIfDirective, + ngIncludeDirective, + ngIncludeFillContentDirective, + ngInitDirective, + ngNonBindableDirective, + ngPluralizeDirective, + ngRepeatDirective, + ngShowDirective, + ngStyleDirective, + ngSwitchDirective, + ngSwitchWhenDirective, + ngSwitchDefaultDirective, + ngOptionsDirective, + ngTranscludeDirective, + ngModelDirective, + ngListDirective, + ngChangeDirective, + patternDirective, + patternDirective, + requiredDirective, + requiredDirective, + minlengthDirective, + minlengthDirective, + maxlengthDirective, + maxlengthDirective, + ngValueDirective, + ngModelOptionsDirective, + ngAttributeAliasDirectives, + ngEventDirectives, + + $AnchorScrollProvider, + $AnimateProvider, + $CoreAnimateCssProvider, + $$CoreAnimateJsProvider, + $$CoreAnimateQueueProvider, + $$AnimateRunnerFactoryProvider, + $$AnimateAsyncRunFactoryProvider, + $BrowserProvider, + $CacheFactoryProvider, + $ControllerProvider, + $DateProvider, + $DocumentProvider, + $$IsDocumentHiddenProvider, + $ExceptionHandlerProvider, + $FilterProvider, + $$ForceReflowProvider, + $InterpolateProvider, + $IntervalProvider, + $HttpProvider, + $HttpParamSerializerProvider, + $HttpParamSerializerJQLikeProvider, + $HttpBackendProvider, + $xhrFactoryProvider, + $jsonpCallbacksProvider, + $LocationProvider, + $LogProvider, + $$MapProvider, + $ParseProvider, + $RootScopeProvider, + $QProvider, + $$QProvider, + $$SanitizeUriProvider, + $SceProvider, + $SceDelegateProvider, + $SnifferProvider, + $TemplateCacheProvider, + $TemplateRequestProvider, + $$TestabilityProvider, + $TimeoutProvider, + $$RAFProvider, + $WindowProvider, + $$jqLiteProvider, + $$CookieReaderProvider +*/ + + +/** + * @ngdoc object + * @name angular.version + * @module ng + * @description + * An object that contains information about the current AngularJS version. + * + * This object has the following properties: + * + * - `full` – `{string}` – Full version string, such as "0.9.18". + * - `major` – `{number}` – Major version number, such as "0". + * - `minor` – `{number}` – Minor version number, such as "9". + * - `dot` – `{number}` – Dot version number, such as "18". + * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat". + */ +var version = { + // These placeholder strings will be replaced by grunt's `build` task. + // They need to be double- or single-quoted. + full: '1.6.8', + major: 1, + minor: 6, + dot: 8, + codeName: 'beneficial-tincture' +}; + + +function publishExternalAPI(angular) { + extend(angular, { + 'errorHandlingConfig': errorHandlingConfig, + 'bootstrap': bootstrap, + 'copy': copy, + 'extend': extend, + 'merge': merge, + 'equals': equals, + 'element': jqLite, + 'forEach': forEach, + 'injector': createInjector, + 'noop': noop, + 'bind': bind, + 'toJson': toJson, + 'fromJson': fromJson, + 'identity': identity, + 'isUndefined': isUndefined, + 'isDefined': isDefined, + 'isString': isString, + 'isFunction': isFunction, + 'isObject': isObject, + 'isNumber': isNumber, + 'isElement': isElement, + 'isArray': isArray, + 'version': version, + 'isDate': isDate, + 'lowercase': lowercase, + 'uppercase': uppercase, + 'callbacks': {$$counter: 0}, + 'getTestability': getTestability, + 'reloadWithDebugInfo': reloadWithDebugInfo, + '$$minErr': minErr, + '$$csp': csp, + '$$encodeUriSegment': encodeUriSegment, + '$$encodeUriQuery': encodeUriQuery, + '$$stringify': stringify + }); + + angularModule = setupModuleLoader(window); + + angularModule('ng', ['ngLocale'], ['$provide', + function ngModule($provide) { + // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it. + $provide.provider({ + $$sanitizeUri: $$SanitizeUriProvider + }); + $provide.provider('$compile', $CompileProvider). + directive({ + a: htmlAnchorDirective, + input: inputDirective, + textarea: inputDirective, + form: formDirective, + script: scriptDirective, + select: selectDirective, + option: optionDirective, + ngBind: ngBindDirective, + ngBindHtml: ngBindHtmlDirective, + ngBindTemplate: ngBindTemplateDirective, + ngClass: ngClassDirective, + ngClassEven: ngClassEvenDirective, + ngClassOdd: ngClassOddDirective, + ngCloak: ngCloakDirective, + ngController: ngControllerDirective, + ngForm: ngFormDirective, + ngHide: ngHideDirective, + ngIf: ngIfDirective, + ngInclude: ngIncludeDirective, + ngInit: ngInitDirective, + ngNonBindable: ngNonBindableDirective, + ngPluralize: ngPluralizeDirective, + ngRepeat: ngRepeatDirective, + ngShow: ngShowDirective, + ngStyle: ngStyleDirective, + ngSwitch: ngSwitchDirective, + ngSwitchWhen: ngSwitchWhenDirective, + ngSwitchDefault: ngSwitchDefaultDirective, + ngOptions: ngOptionsDirective, + ngTransclude: ngTranscludeDirective, + ngModel: ngModelDirective, + ngList: ngListDirective, + ngChange: ngChangeDirective, + pattern: patternDirective, + ngPattern: patternDirective, + required: requiredDirective, + ngRequired: requiredDirective, + minlength: minlengthDirective, + ngMinlength: minlengthDirective, + maxlength: maxlengthDirective, + ngMaxlength: maxlengthDirective, + ngValue: ngValueDirective, + ngModelOptions: ngModelOptionsDirective + }). + directive({ + ngInclude: ngIncludeFillContentDirective + }). + directive(ngAttributeAliasDirectives). + directive(ngEventDirectives); + $provide.provider({ + $anchorScroll: $AnchorScrollProvider, + $animate: $AnimateProvider, + $animateCss: $CoreAnimateCssProvider, + $$animateJs: $$CoreAnimateJsProvider, + $$animateQueue: $$CoreAnimateQueueProvider, + $$AnimateRunner: $$AnimateRunnerFactoryProvider, + $$animateAsyncRun: $$AnimateAsyncRunFactoryProvider, + $browser: $BrowserProvider, + $cacheFactory: $CacheFactoryProvider, + $controller: $ControllerProvider, + $document: $DocumentProvider, + $$isDocumentHidden: $$IsDocumentHiddenProvider, + $exceptionHandler: $ExceptionHandlerProvider, + $filter: $FilterProvider, + $$forceReflow: $$ForceReflowProvider, + $interpolate: $InterpolateProvider, + $interval: $IntervalProvider, + $http: $HttpProvider, + $httpParamSerializer: $HttpParamSerializerProvider, + $httpParamSerializerJQLike: $HttpParamSerializerJQLikeProvider, + $httpBackend: $HttpBackendProvider, + $xhrFactory: $xhrFactoryProvider, + $jsonpCallbacks: $jsonpCallbacksProvider, + $location: $LocationProvider, + $log: $LogProvider, + $parse: $ParseProvider, + $rootScope: $RootScopeProvider, + $q: $QProvider, + $$q: $$QProvider, + $sce: $SceProvider, + $sceDelegate: $SceDelegateProvider, + $sniffer: $SnifferProvider, + $templateCache: $TemplateCacheProvider, + $templateRequest: $TemplateRequestProvider, + $$testability: $$TestabilityProvider, + $timeout: $TimeoutProvider, + $window: $WindowProvider, + $$rAF: $$RAFProvider, + $$jqLite: $$jqLiteProvider, + $$Map: $$MapProvider, + $$cookieReader: $$CookieReaderProvider + }); } + ]) + .info({ angularVersion: '1.6.8' }); +} + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/* global + JQLitePrototype: true, + BOOLEAN_ATTR: true, + ALIASED_ATTR: true +*/ - return jq.name_ = name; - }; +////////////////////////////////// +//JQLite +////////////////////////////////// - function concat(array1, array2, index) { - return array1.concat(slice.call(array2, index)); - } +/** + * @ngdoc function + * @name angular.element + * @module ng + * @kind function + * + * @description + * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element. + * + * If jQuery is available, `angular.element` is an alias for the + * [jQuery](http://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element` + * delegates to Angular's built-in subset of jQuery, called "jQuery lite" or **jqLite**. + * + * jqLite is a tiny, API-compatible subset of jQuery that allows + * Angular to manipulate the DOM in a cross-browser compatible way. jqLite implements only the most + * commonly needed functionality with the goal of having a very small footprint. + * + * To use `jQuery`, simply ensure it is loaded before the `angular.js` file. You can also use the + * {@link ngJq `ngJq`} directive to specify that jqlite should be used over jQuery, or to use a + * specific version of jQuery if multiple versions exist on the page. + * + *
    **Note:** All element references in Angular are always wrapped with jQuery or + * jqLite (such as the element argument in a directive's compile / link function). They are never raw DOM references.
    + * + *
    **Note:** Keep in mind that this function will not find elements + * by tag name / CSS selector. For lookups by tag name, try instead `angular.element(document).find(...)` + * or `$document.find()`, or use the standard DOM APIs, e.g. `document.querySelectorAll()`.
    + * + * ## Angular's jqLite + * jqLite provides only the following jQuery methods: + * + * - [`addClass()`](http://api.jquery.com/addClass/) - Does not support a function as first argument + * - [`after()`](http://api.jquery.com/after/) + * - [`append()`](http://api.jquery.com/append/) + * - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters + * - [`bind()`](http://api.jquery.com/bind/) (_deprecated_, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData + * - [`children()`](http://api.jquery.com/children/) - Does not support selectors + * - [`clone()`](http://api.jquery.com/clone/) + * - [`contents()`](http://api.jquery.com/contents/) + * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`. + * As a setter, does not convert numbers to strings or append 'px', and also does not have automatic property prefixing. + * - [`data()`](http://api.jquery.com/data/) + * - [`detach()`](http://api.jquery.com/detach/) + * - [`empty()`](http://api.jquery.com/empty/) + * - [`eq()`](http://api.jquery.com/eq/) + * - [`find()`](http://api.jquery.com/find/) - Limited to lookups by tag name + * - [`hasClass()`](http://api.jquery.com/hasClass/) + * - [`html()`](http://api.jquery.com/html/) + * - [`next()`](http://api.jquery.com/next/) - Does not support selectors + * - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData + * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces, selectors or event object as parameter + * - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors + * - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors + * - [`prepend()`](http://api.jquery.com/prepend/) + * - [`prop()`](http://api.jquery.com/prop/) + * - [`ready()`](http://api.jquery.com/ready/) (_deprecated_, use `angular.element(callback)` instead of `angular.element(document).ready(callback)`) + * - [`remove()`](http://api.jquery.com/remove/) + * - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes + * - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument + * - [`removeData()`](http://api.jquery.com/removeData/) + * - [`replaceWith()`](http://api.jquery.com/replaceWith/) + * - [`text()`](http://api.jquery.com/text/) + * - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument + * - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers + * - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter + * - [`val()`](http://api.jquery.com/val/) + * - [`wrap()`](http://api.jquery.com/wrap/) + * + * ## jQuery/jqLite Extras + * Angular also provides the following additional methods and events to both jQuery and jqLite: + * + * ### Events + * - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event + * on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM + * element before it is removed. + * + * ### Methods + * - `controller(name)` - retrieves the controller of the current element or its parent. By default + * retrieves controller associated with the `ngController` directive. If `name` is provided as + * camelCase directive name, then the controller for this directive will be retrieved (e.g. + * `'ngModel'`). + * - `injector()` - retrieves the injector of the current element or its parent. + * - `scope()` - retrieves the {@link ng.$rootScope.Scope scope} of the current + * element or its parent. Requires {@link guide/production#disabling-debug-data Debug Data} to + * be enabled. + * - `isolateScope()` - retrieves an isolate {@link ng.$rootScope.Scope scope} if one is attached directly to the + * current element. This getter should be used only on elements that contain a directive which starts a new isolate + * scope. Calling `scope()` on this element always returns the original non-isolate scope. + * Requires {@link guide/production#disabling-debug-data Debug Data} to be enabled. + * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top + * parent element is reached. + * + * @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See + * https://github.com/angular/angular.js/issues/14251 for more information. + * + * @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery. + * @returns {Object} jQuery object. + */ + +JQLite.expando = 'ng339'; + +var jqCache = JQLite.cache = {}, + jqId = 1; + +/* + * !!! This is an undocumented "private" function !!! + */ +JQLite._data = function(node) { + //jQuery always returns an object on cache miss + return this.cache[node[this.expando]] || {}; +}; + +function jqNextId() { return ++jqId; } + + +var DASH_LOWERCASE_REGEXP = /-([a-z])/g; +var MS_HACK_REGEXP = /^-ms-/; +var MOUSE_EVENT_MAP = { mouseleave: 'mouseout', mouseenter: 'mouseover' }; +var jqLiteMinErr = minErr('jqLite'); + +/** + * Converts kebab-case to camelCase. + * There is also a special case for the ms prefix starting with a lowercase letter. + * @param name Name to normalize + */ +function cssKebabToCamel(name) { + return kebabToCamel(name.replace(MS_HACK_REGEXP, 'ms-')); +} - function sliceArgs(args, startIndex) { - return slice.call(args, startIndex || 0); +function fnCamelCaseReplace(all, letter) { + return letter.toUpperCase(); +} + +/** + * Converts kebab-case to camelCase. + * @param name Name to normalize + */ +function kebabToCamel(name) { + return name + .replace(DASH_LOWERCASE_REGEXP, fnCamelCaseReplace); +} + +var SINGLE_TAG_REGEXP = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/; +var HTML_REGEXP = /<|&#?\w+;/; +var TAG_NAME_REGEXP = /<([\w:-]+)/; +var XHTML_TAG_REGEXP = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi; + +var wrapMap = { + 'option': [1, ''], + + 'thead': [1, '', '
    '], + 'col': [2, '', '
    '], + 'tr': [2, '', '
    '], + 'td': [3, '', '
    '], + '_default': [0, '', ''] +}; + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function jqLiteIsTextNode(html) { + return !HTML_REGEXP.test(html); +} + +function jqLiteAcceptsData(node) { + // The window object can accept data but has no nodeType + // Otherwise we are only interested in elements (1) and documents (9) + var nodeType = node.nodeType; + return nodeType === NODE_TYPE_ELEMENT || !nodeType || nodeType === NODE_TYPE_DOCUMENT; +} + +function jqLiteHasData(node) { + for (var key in jqCache[node.ng339]) { + return true; } + return false; +} - /** - * @ngdoc function - * @name angular.bind - * @module ng - * @kind function - * - * @description - * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for - * `fn`). You can supply optional `args` that are prebound to the function. This feature is also - * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as - * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). - * - * @param {Object} self Context which `fn` should be evaluated in. - * @param {function()} fn Function to be bound. - * @param {...*} args Optional arguments to be prebound to the `fn` function call. - * @returns {function()} Function that wraps the `fn` with all the specified bindings. - */ - function bind(self, fn) { - var curryArgs = arguments.length > 2 ? sliceArgs(arguments, 2) : []; - if (isFunction(fn) && !(fn instanceof RegExp)) { - return curryArgs.length ? function () { - return arguments.length ? fn.apply(self, concat(curryArgs, arguments, 0)) : fn.apply(self, curryArgs); - } : function () { - return arguments.length ? fn.apply(self, arguments) : fn.call(self); - }; - } else { - // In IE, native methods are not functions so they cannot be bound (note: they don't need to be). - return fn; +function jqLiteBuildFragment(html, context) { + var tmp, tag, wrap, + fragment = context.createDocumentFragment(), + nodes = [], i; + + if (jqLiteIsTextNode(html)) { + // Convert non-html into a text node + nodes.push(context.createTextNode(html)); + } else { + // Convert html into DOM nodes + tmp = fragment.appendChild(context.createElement('div')); + tag = (TAG_NAME_REGEXP.exec(html) || ['', ''])[1].toLowerCase(); + wrap = wrapMap[tag] || wrapMap._default; + tmp.innerHTML = wrap[1] + html.replace(XHTML_TAG_REGEXP, '<$1>') + wrap[2]; + + // Descend through wrappers to the right content + i = wrap[0]; + while (i--) { + tmp = tmp.lastChild; } + + nodes = concat(nodes, tmp.childNodes); + + tmp = fragment.firstChild; + tmp.textContent = ''; } - function toJsonReplacer(key, value) { - var val = value; + // Remove wrapper from fragment + fragment.textContent = ''; + fragment.innerHTML = ''; // Clear inner HTML + forEach(nodes, function(node) { + fragment.appendChild(node); + }); - if (typeof key === 'string' && key.charAt(0) === '$' && key.charAt(1) === '$') { - val = undefined; - } else if (isWindow(value)) { - val = '$WINDOW'; - } else if (value && window.document === value) { - val = '$DOCUMENT'; - } else if (isScope(value)) { - val = '$SCOPE'; - } + return fragment; +} - return val; - } +function jqLiteParseHTML(html, context) { + context = context || window.document; + var parsed; - /** - * @ngdoc function - * @name angular.toJson - * @module ng - * @kind function - * - * @description - * Serializes input into a JSON-formatted string. Properties with leading $$ characters will be - * stripped since angular uses this notation internally. - * - * @param {Object|Array|Date|string|number|boolean} obj Input to be serialized into JSON. - * @param {boolean|number} [pretty=2] If set to true, the JSON output will contain newlines and whitespace. - * If set to an integer, the JSON output will contain that many spaces per indentation. - * @returns {string|undefined} JSON-ified string representing `obj`. - * @knownIssue - * - * The Safari browser throws a `RangeError` instead of returning `null` when it tries to stringify a `Date` - * object with an invalid date value. The only reliable way to prevent this is to monkeypatch the - * `Date.prototype.toJSON` method as follows: - * - * ``` - * var _DatetoJSON = Date.prototype.toJSON; - * Date.prototype.toJSON = function() { - * try { - * return _DatetoJSON.call(this); - * } catch(e) { - * if (e instanceof RangeError) { - * return null; - * } - * throw e; - * } - * }; - * ``` - * - * See https://github.com/angular/angular.js/pull/14221 for more information. - */ - function toJson(obj, pretty) { - if (isUndefined(obj)) return undefined; - if (!isNumber(pretty)) { - pretty = pretty ? 2 : null; - } - return JSON.stringify(obj, toJsonReplacer, pretty); + if ((parsed = SINGLE_TAG_REGEXP.exec(html))) { + return [context.createElement(parsed[1])]; } - /** - * @ngdoc function - * @name angular.fromJson - * @module ng - * @kind function - * - * @description - * Deserializes a JSON string. - * - * @param {string} json JSON string to deserialize. - * @returns {Object|Array|string|number} Deserialized JSON string. - */ - function fromJson(json) { - return isString(json) ? JSON.parse(json) : json; + if ((parsed = jqLiteBuildFragment(html, context))) { + return parsed.childNodes; } - var ALL_COLONS = /:/g; - function timezoneToOffset(timezone, fallback) { - // Support: IE 9-11 only, Edge 13-15+ - // IE/Edge do not "understand" colon (`:`) in timezone - timezone = timezone.replace(ALL_COLONS, ''); - var requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000; - return isNumberNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset; - } + return []; +} - function addDateMinutes(date, minutes) { - date = new Date(date.getTime()); - date.setMinutes(date.getMinutes() + minutes); - return date; - } +function jqLiteWrapNode(node, wrapper) { + var parent = node.parentNode; - function convertTimezoneToLocal(date, timezone, reverse) { - reverse = reverse ? -1 : 1; - var dateTimezoneOffset = date.getTimezoneOffset(); - var timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); - return addDateMinutes(date, reverse * (timezoneOffset - dateTimezoneOffset)); + if (parent) { + parent.replaceChild(wrapper, node); } - /** - * @returns {string} Returns the string representation of the element. - */ - function startingTag(element) { - element = jqLite(element).clone().empty(); - var elemHtml = jqLite('
    ').append(element).html(); - try { - return element[0].nodeType === NODE_TYPE_TEXT ? lowercase(elemHtml) : elemHtml.match(/^(<[^>]+>)/)[1].replace(/^<([\w-]+)/, function (match, nodeName) { - return '<' + lowercase(nodeName); - }); - } catch (e) { - return lowercase(elemHtml); - } - } + wrapper.appendChild(node); +} - ///////////////////////////////////////////////// - /** - * Tries to decode the URI component without throwing an exception. - * - * @private - * @param str value potential URI component to check. - * @returns {boolean} True if `value` can be decoded - * with the decodeURIComponent function. - */ - function tryDecodeURIComponent(value) { - try { - return decodeURIComponent(value); - } catch (e) { - // Ignore any invalid uri component. - } - } +// IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. +var jqLiteContains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return !!(this.compareDocumentPosition(arg) & 16); +}; - /** - * Parses an escaped url query string into key-value pairs. - * @returns {Object.} - */ - function parseKeyValue( /**string*/keyValue) { - var obj = {}; - forEach((keyValue || '').split('&'), function (keyValue) { - var splitPoint, key, val; - if (keyValue) { - key = keyValue = keyValue.replace(/\+/g, '%20'); - splitPoint = keyValue.indexOf('='); - if (splitPoint !== -1) { - key = keyValue.substring(0, splitPoint); - val = keyValue.substring(splitPoint + 1); - } - key = tryDecodeURIComponent(key); - if (isDefined(key)) { - val = isDefined(val) ? tryDecodeURIComponent(val) : true; - if (!hasOwnProperty.call(obj, key)) { - obj[key] = val; - } else if (isArray(obj[key])) { - obj[key].push(val); - } else { - obj[key] = [obj[key], val]; - } - } - } - }); - return obj; +///////////////////////////////////////////// +function JQLite(element) { + if (element instanceof JQLite) { + return element; } - function toKeyValue(obj) { - var parts = []; - forEach(obj, function (value, key) { - if (isArray(value)) { - forEach(value, function (arrayValue) { - parts.push(encodeUriQuery(key, true) + (arrayValue === true ? '' : '=' + encodeUriQuery(arrayValue, true))); - }); - } else { - parts.push(encodeUriQuery(key, true) + (value === true ? '' : '=' + encodeUriQuery(value, true))); - } - }); - return parts.length ? parts.join('&') : ''; - } + var argIsString; - /** - * We need our custom method because encodeURIComponent is too aggressive and doesn't follow - * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path - * segments: - * segment = *pchar - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * pct-encoded = "%" HEXDIG HEXDIG - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ - function encodeUriSegment(val) { - return encodeUriQuery(val, true).replace(/%26/gi, '&').replace(/%3D/gi, '=').replace(/%2B/gi, '+'); + if (isString(element)) { + element = trim(element); + argIsString = true; + } + if (!(this instanceof JQLite)) { + if (argIsString && element.charAt(0) !== '<') { + throw jqLiteMinErr('nosel', 'Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element'); + } + return new JQLite(element); } - /** - * This method is intended for encoding *key* or *value* parts of query component. We need a custom - * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be - * encoded per http://tools.ietf.org/html/rfc3986: - * query = *( pchar / "/" / "?" ) - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * pct-encoded = "%" HEXDIG HEXDIG - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ - function encodeUriQuery(val, pctEncodeSpaces) { - return encodeURIComponent(val).replace(/%40/gi, '@').replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%3B/gi, ';').replace(/%20/g, pctEncodeSpaces ? '%20' : '+'); + if (argIsString) { + jqLiteAddNodes(this, jqLiteParseHTML(element)); + } else if (isFunction(element)) { + jqLiteReady(element); + } else { + jqLiteAddNodes(this, element); } +} + +function jqLiteClone(element) { + return element.cloneNode(true); +} - var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-']; +function jqLiteDealoc(element, onlyDescendants) { + if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); - function getNgAttribute(element, ngAttr) { - var attr, - i, - ii = ngAttrPrefixes.length; - for (i = 0; i < ii; ++i) { - attr = ngAttrPrefixes[i] + ngAttr; - if (isString(attr = element.getAttribute(attr))) { - return attr; - } - } - return null; + if (element.querySelectorAll) { + jqLite.cleanData(element.querySelectorAll('*')); } +} - function allowAutoBootstrap(document) { - var script = document.currentScript; +function jqLiteOff(element, type, fn, unsupported) { + if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument'); - if (!script) { - // Support: IE 9-11 only - // IE does not have `document.currentScript` - return true; - } + var expandoStore = jqLiteExpandoStore(element); + var events = expandoStore && expandoStore.events; + var handle = expandoStore && expandoStore.handle; - // If the `currentScript` property has been clobbered just return false, since this indicates a probable attack - if (!(script instanceof window.HTMLScriptElement || script instanceof window.SVGScriptElement)) { - return false; - } + if (!handle) return; //no listeners registered - var attributes = script.attributes; - var srcs = [attributes.getNamedItem('src'), attributes.getNamedItem('href'), attributes.getNamedItem('xlink:href')]; + if (!type) { + for (type in events) { + if (type !== '$destroy') { + element.removeEventListener(type, handle); + } + delete events[type]; + } + } else { - return srcs.every(function (src) { - if (!src) { - return true; + var removeHandler = function(type) { + var listenerFns = events[type]; + if (isDefined(fn)) { + arrayRemove(listenerFns || [], fn); } - if (!src.value) { - return false; + if (!(isDefined(fn) && listenerFns && listenerFns.length > 0)) { + element.removeEventListener(type, handle); + delete events[type]; } + }; - var link = document.createElement('a'); - link.href = src.value; - - if (document.location.origin === link.origin) { - // Same-origin resources are always allowed, even for non-whitelisted schemes. - return true; - } - // Disabled bootstrapping unless angular.js was loaded from a known scheme used on the web. - // This is to prevent angular.js bundled with browser extensions from being used to bypass the - // content security policy in web pages and other browser extensions. - switch (link.protocol) { - case 'http:': - case 'https:': - case 'ftp:': - case 'blob:': - case 'file:': - case 'data:': - return true; - default: - return false; + forEach(type.split(' '), function(type) { + removeHandler(type); + if (MOUSE_EVENT_MAP[type]) { + removeHandler(MOUSE_EVENT_MAP[type]); } }); } +} - // Cached as it has to run during loading so that document.currentScript is available. - var isAutoBootstrapAllowed = allowAutoBootstrap(window.document); - - /** - * @ngdoc directive - * @name ngApp - * @module ng - * - * @element ANY - * @param {angular.Module} ngApp an optional application - * {@link angular.module module} name to load. - * @param {boolean=} ngStrictDi if this attribute is present on the app element, the injector will be - * created in "strict-di" mode. This means that the application will fail to invoke functions which - * do not use explicit function annotation (and are thus unsuitable for minification), as described - * in {@link guide/di the Dependency Injection guide}, and useful debugging info will assist in - * tracking down the root of these bugs. - * - * @description - * - * Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive - * designates the **root element** of the application and is typically placed near the root element - * of the page - e.g. on the `` or `` tags. - * - * There are a few things to keep in mind when using `ngApp`: - * - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp` - * found in the document will be used to define the root element to auto-bootstrap as an - * application. To run multiple applications in an HTML document you must manually bootstrap them using - * {@link angular.bootstrap} instead. - * - AngularJS applications cannot be nested within each other. - * - Do not use a directive that uses {@link ng.$compile#transclusion transclusion} on the same element as `ngApp`. - * This includes directives such as {@link ng.ngIf `ngIf`}, {@link ng.ngInclude `ngInclude`} and - * {@link ngRoute.ngView `ngView`}. - * Doing this misplaces the app {@link ng.$rootElement `$rootElement`} and the app's {@link auto.$injector injector}, - * causing animations to stop working and making the injector inaccessible from outside the app. - * - * You can specify an **AngularJS module** to be used as the root module for the application. This - * module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It - * should contain the application code needed or have dependencies on other modules that will - * contain the code. See {@link angular.module} for more information. - * - * In the example below if the `ngApp` directive were not placed on the `html` element then the - * document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}` - * would not be resolved to `3`. - * - * @example - * - * ### Simple Usage - * - * `ngApp` is the easiest, and most common way to bootstrap an application. - * - - -
    - I can add: {{a}} + {{b}} = {{ a+b }} -
    -
    - - angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { - $scope.a = 1; - $scope.b = 2; - }); - -
    - * - * @example - * - * ### With `ngStrictDi` - * - * Using `ngStrictDi`, you would see something like this: - * - - -
    -
    - I can add: {{a}} + {{b}} = {{ a+b }} - -

    This renders because the controller does not fail to - instantiate, by using explicit annotation style (see - script.js for details) -

    -
    - -
    - Name:
    - Hello, {{name}}! - -

    This renders because the controller does not fail to - instantiate, by using explicit annotation style - (see script.js for details) -

    -
    - -
    - I can add: {{a}} + {{b}} = {{ a+b }} - -

    The controller could not be instantiated, due to relying - on automatic function annotations (which are disabled in - strict mode). As such, the content of this section is not - interpolated, and there should be an error in your web console. -

    -
    -
    -
    - - angular.module('ngAppStrictDemo', []) - // BadController will fail to instantiate, due to relying on automatic function annotation, - // rather than an explicit annotation - .controller('BadController', function($scope) { - $scope.a = 1; - $scope.b = 2; - }) - // Unlike BadController, GoodController1 and GoodController2 will not fail to be instantiated, - // due to using explicit annotations using the array style and $inject property, respectively. - .controller('GoodController1', ['$scope', function($scope) { - $scope.a = 1; - $scope.b = 2; - }]) - .controller('GoodController2', GoodController2); - function GoodController2($scope) { - $scope.name = 'World'; - } - GoodController2.$inject = ['$scope']; - - - div[ng-controller] { - margin-bottom: 1em; - -webkit-border-radius: 4px; - border-radius: 4px; - border: 1px solid; - padding: .5em; - } - div[ng-controller^=Good] { - border-color: #d6e9c6; - background-color: #dff0d8; - color: #3c763d; - } - div[ng-controller^=Bad] { - border-color: #ebccd1; - background-color: #f2dede; - color: #a94442; - margin-bottom: 0; - } - -
    - */ - function angularInit(element, bootstrap) { - var appElement, - module, - config = {}; - - // The element `element` has priority over any other element. - forEach(ngAttrPrefixes, function (prefix) { - var name = prefix + 'app'; +function jqLiteRemoveData(element, name) { + var expandoId = element.ng339; + var expandoStore = expandoId && jqCache[expandoId]; - if (!appElement && element.hasAttribute && element.hasAttribute(name)) { - appElement = element; - module = element.getAttribute(name); - } - }); - forEach(ngAttrPrefixes, function (prefix) { - var name = prefix + 'app'; - var candidate; + if (expandoStore) { + if (name) { + delete expandoStore.data[name]; + return; + } - if (!appElement && (candidate = element.querySelector('[' + name.replace(':', '\\:') + ']'))) { - appElement = candidate; - module = candidate.getAttribute(name); + if (expandoStore.handle) { + if (expandoStore.events.$destroy) { + expandoStore.handle({}, '$destroy'); } - }); - if (appElement) { - if (!isAutoBootstrapAllowed) { - window.console.error('Angular: disabling automatic bootstrap. - * - * - * - * ``` - * - * @param {DOMElement} element DOM element which is the root of angular application. - * @param {Array=} modules an array of modules to load into the application. - * Each item in the array should be the name of a predefined module or a (DI annotated) - * function that will be invoked by the injector as a `config` block. - * See: {@link angular.module modules} - * @param {Object=} config an object for defining configuration options for the application. The - * following keys are supported: - * - * * `strictDi` - disable automatic function annotation for the application. This is meant to - * assist in finding bugs which break minified code. Defaults to `false`. - * - * @returns {auto.$injector} Returns the newly created injector for this app. - */ - function bootstrap(element, modules, config) { - if (!isObject(config)) config = {}; - var defaultConfig = { - strictDi: false - }; - config = extend(defaultConfig, config); - var doBootstrap = function doBootstrap() { - element = jqLite(element); - if (element.injector()) { - var tag = element[0] === window.document ? 'document' : startingTag(element); - // Encode angle brackets to prevent input from being sanitized to empty string #8683. - throw ngMinErr('btstrpd', 'App already bootstrapped with this element \'{0}\'', tag.replace(//, '>')); - } +function jqLiteExpandoStore(element, createIfNecessary) { + var expandoId = element.ng339, + expandoStore = expandoId && jqCache[expandoId]; - modules = modules || []; - modules.unshift(['$provide', function ($provide) { - $provide.value('$rootElement', element); - }]); + if (createIfNecessary && !expandoStore) { + element.ng339 = expandoId = jqNextId(); + expandoStore = jqCache[expandoId] = {events: {}, data: {}, handle: undefined}; + } - if (config.debugInfoEnabled) { - // Pushing so that this overrides `debugInfoEnabled` setting defined in user's `modules`. - modules.push(['$compileProvider', function ($compileProvider) { - $compileProvider.debugInfoEnabled(true); - }]); - } + return expandoStore; +} - modules.unshift('ng'); - var injector = createInjector(modules, config.strictDi); - injector.invoke(['$rootScope', '$rootElement', '$compile', '$injector', function bootstrapApply(scope, element, compile, injector) { - scope.$apply(function () { - element.data('$injector', injector); - compile(element)(scope); - }); - }]); - return injector; - }; - var NG_ENABLE_DEBUG_INFO = /^NG_ENABLE_DEBUG_INFO!/; - var NG_DEFER_BOOTSTRAP = /^NG_DEFER_BOOTSTRAP!/; +function jqLiteData(element, key, value) { + if (jqLiteAcceptsData(element)) { + var prop; - if (window && NG_ENABLE_DEBUG_INFO.test(window.name)) { - config.debugInfoEnabled = true; - window.name = window.name.replace(NG_ENABLE_DEBUG_INFO, ''); - } + var isSimpleSetter = isDefined(value); + var isSimpleGetter = !isSimpleSetter && key && !isObject(key); + var massGetter = !key; + var expandoStore = jqLiteExpandoStore(element, !isSimpleGetter); + var data = expandoStore && expandoStore.data; - if (window && !NG_DEFER_BOOTSTRAP.test(window.name)) { - return doBootstrap(); + if (isSimpleSetter) { // data('key', value) + data[kebabToCamel(key)] = value; + } else { + if (massGetter) { // data() + return data; + } else { + if (isSimpleGetter) { // data('key') + // don't force creation of expandoStore if it doesn't exist yet + return data && data[kebabToCamel(key)]; + } else { // mass-setter: data({key1: val1, key2: val2}) + for (prop in key) { + data[kebabToCamel(prop)] = key[prop]; + } + } + } } + } +} - window.name = window.name.replace(NG_DEFER_BOOTSTRAP, ''); - angular.resumeBootstrap = function (extraModules) { - forEach(extraModules, function (module) { - modules.push(module); - }); - return doBootstrap(); - }; +function jqLiteHasClass(element, selector) { + if (!element.getAttribute) return false; + return ((' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' '). + indexOf(' ' + selector + ' ') > -1); +} - if (isFunction(angular.resumeDeferredBootstrap)) { - angular.resumeDeferredBootstrap(); - } - } +function jqLiteRemoveClass(element, cssClasses) { + if (cssClasses && element.setAttribute) { + var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ') + .replace(/[\n\t]/g, ' '); + var newClasses = existingClasses; - /** - * @ngdoc function - * @name angular.reloadWithDebugInfo - * @module ng - * @description - * Use this function to reload the current application with debug information turned on. - * This takes precedence over a call to `$compileProvider.debugInfoEnabled(false)`. - * - * See {@link ng.$compileProvider#debugInfoEnabled} for more. - */ - function reloadWithDebugInfo() { - window.name = 'NG_ENABLE_DEBUG_INFO!' + window.name; - window.location.reload(); - } + forEach(cssClasses.split(' '), function(cssClass) { + cssClass = trim(cssClass); + newClasses = newClasses.replace(' ' + cssClass + ' ', ' '); + }); - /** - * @name angular.getTestability - * @module ng - * @description - * Get the testability service for the instance of Angular on the given - * element. - * @param {DOMElement} element DOM element which is the root of angular application. - */ - function getTestability(rootElement) { - var injector = angular.element(rootElement).injector(); - if (!injector) { - throw ngMinErr('test', 'no injector found for element argument to getTestability'); + if (newClasses !== existingClasses) { + element.setAttribute('class', trim(newClasses)); } - return injector.get('$$testability'); } +} + +function jqLiteAddClass(element, cssClasses) { + if (cssClasses && element.setAttribute) { + var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ') + .replace(/[\n\t]/g, ' '); + var newClasses = existingClasses; - var SNAKE_CASE_REGEXP = /[A-Z]/g; - function snake_case(name, separator) { - separator = separator || '_'; - return name.replace(SNAKE_CASE_REGEXP, function (letter, pos) { - return (pos ? separator : '') + letter.toLowerCase(); + forEach(cssClasses.split(' '), function(cssClass) { + cssClass = trim(cssClass); + if (newClasses.indexOf(' ' + cssClass + ' ') === -1) { + newClasses += cssClass + ' '; + } }); + + if (newClasses !== existingClasses) { + element.setAttribute('class', trim(newClasses)); + } } +} - var bindJQueryFired = false; - function bindJQuery() { - var originalCleanData; - if (bindJQueryFired) { - return; - } +function jqLiteAddNodes(root, elements) { + // THIS CODE IS VERY HOT. Don't make changes without benchmarking. - // bind to jQuery if present; - var jqName = jq(); - jQuery = isUndefined(jqName) ? window.jQuery : // use jQuery (if present) - !jqName ? undefined : // use jqLite - window[jqName]; // use jQuery specified by `ngJq` - - // Use jQuery if it exists with proper functionality, otherwise default to us. - // Angular 1.2+ requires jQuery 1.7+ for on()/off() support. - // Angular 1.3+ technically requires at least jQuery 2.1+ but it may work with older - // versions. It will not work for sure with jQuery <1.7, though. - if (jQuery && jQuery.fn.on) { - jqLite = jQuery; - extend(jQuery.fn, { - scope: JQLitePrototype.scope, - isolateScope: JQLitePrototype.isolateScope, - controller: /** @type {?} */JQLitePrototype.controller, - injector: JQLitePrototype.injector, - inheritedData: JQLitePrototype.inheritedData - }); + if (elements) { + + // if a Node (the most common case) + if (elements.nodeType) { + root[root.length++] = elements; + } else { + var length = elements.length; - // All nodes removed from the DOM via various jQuery APIs like .remove() - // are passed through jQuery.cleanData. Monkey-patch this method to fire - // the $destroy event on all removed nodes. - originalCleanData = jQuery.cleanData; - jQuery.cleanData = function (elems) { - var events; - for (var i = 0, elem; (elem = elems[i]) != null; i++) { - events = jQuery._data(elem, 'events'); - if (events && events.$destroy) { - jQuery(elem).triggerHandler('$destroy'); + // if an Array or NodeList and not a Window + if (typeof length === 'number' && elements.window !== elements) { + if (length) { + for (var i = 0; i < length; i++) { + root[root.length++] = elements[i]; } } - originalCleanData(elems); - }; - } else { - jqLite = JQLite; + } else { + root[root.length++] = elements; + } } - - angular.element = jqLite; - - // Prevent double-proxying. - bindJQueryFired = true; } +} - /** - * throw error if the argument is falsy. - */ - function assertArg(arg, name, reason) { - if (!arg) { - throw ngMinErr('areq', 'Argument \'{0}\' is {1}', name || '?', reason || 'required'); - } - return arg; - } - function assertArgFn(arg, name, acceptArrayAnnotation) { - if (acceptArrayAnnotation && isArray(arg)) { - arg = arg[arg.length - 1]; - } +function jqLiteController(element, name) { + return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); +} - assertArg(isFunction(arg), name, 'not a function, got ' + (arg && (typeof arg === 'undefined' ? 'undefined' : _typeof(arg)) === 'object' ? arg.constructor.name || 'Object' : typeof arg === 'undefined' ? 'undefined' : _typeof(arg))); - return arg; +function jqLiteInheritedData(element, name, value) { + // if element is the document object work with the html element instead + // this makes $(document).scope() possible + if (element.nodeType === NODE_TYPE_DOCUMENT) { + element = element.documentElement; } + var names = isArray(name) ? name : [name]; - /** - * throw error if the name given is hasOwnProperty - * @param {String} name the name to test - * @param {String} context the context in which the name is used, such as module or directive - */ - function assertNotHasOwnProperty(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); + while (element) { + for (var i = 0, ii = names.length; i < ii; i++) { + if (isDefined(value = jqLite.data(element, names[i]))) return value; } - } - /** - * Return the value accessible from the object by path. Any undefined traversals are ignored - * @param {Object} obj starting object - * @param {String} path path to traverse - * @param {boolean} [bindFnToScope=true] - * @returns {Object} value as accessible by path - */ - //TODO(misko): this function needs to be removed - function getter(obj, path, bindFnToScope) { - if (!path) return obj; - var keys = path.split('.'); - var key; - var lastInstance = obj; - var len = keys.length; + // If dealing with a document fragment node with a host element, and no parent, use the host + // element as the parent. This enables directives within a Shadow DOM or polyfilled Shadow DOM + // to lookup parent controllers. + element = element.parentNode || (element.nodeType === NODE_TYPE_DOCUMENT_FRAGMENT && element.host); + } +} - for (var i = 0; i < len; i++) { - key = keys[i]; - if (obj) { - obj = (lastInstance = obj)[key]; - } - } - if (!bindFnToScope && isFunction(obj)) { - return bind(lastInstance, obj); - } - return obj; +function jqLiteEmpty(element) { + jqLiteDealoc(element, true); + while (element.firstChild) { + element.removeChild(element.firstChild); } +} - /** - * Return the DOM siblings between the first and last node in the given array. - * @param {Array} array like object - * @returns {Array} the inputted object or a jqLite collection containing the nodes - */ - function getBlockNodes(nodes) { - // TODO(perf): update `nodes` instead of creating a new object? - var node = nodes[0]; - var endNode = nodes[nodes.length - 1]; - var blockNodes; +function jqLiteRemove(element, keepData) { + if (!keepData) jqLiteDealoc(element); + var parent = element.parentNode; + if (parent) parent.removeChild(element); +} - for (var i = 1; node !== endNode && (node = node.nextSibling); i++) { - if (blockNodes || nodes[i] !== node) { - if (!blockNodes) { - blockNodes = jqLite(slice.call(nodes, 0, i)); - } - blockNodes.push(node); - } - } - return blockNodes || nodes; +function jqLiteDocumentLoaded(action, win) { + win = win || window; + if (win.document.readyState === 'complete') { + // Force the action to be run async for consistent behavior + // from the action's point of view + // i.e. it will definitely not be in a $apply + win.setTimeout(action); + } else { + // No need to unbind this handler as load is only ever called once + jqLite(win).on('load', action); } +} - /** - * Creates a new object without a prototype. This object is useful for lookup without having to - * guard against prototypically inherited properties via hasOwnProperty. - * - * Related micro-benchmarks: - * - http://jsperf.com/object-create2 - * - http://jsperf.com/proto-map-lookup/2 - * - http://jsperf.com/for-in-vs-object-keys2 - * - * @returns {Object} - */ - function createMap() { - return Object.create(null); +function jqLiteReady(fn) { + function trigger() { + window.document.removeEventListener('DOMContentLoaded', trigger); + window.removeEventListener('load', trigger); + fn(); } - function stringify(value) { - if (value == null) { - // null || undefined - return ''; - } - switch (typeof value === 'undefined' ? 'undefined' : _typeof(value)) { - case 'string': - break; - case 'number': - value = '' + value; - break; - default: - if (hasCustomToString(value) && !isArray(value) && !isDate(value)) { - value = value.toString(); - } else { - value = toJson(value); - } - } + // check if document is already loaded + if (window.document.readyState === 'complete') { + window.setTimeout(fn); + } else { + // We can not use jqLite since we are not done loading and jQuery could be loaded later. - return value; + // Works for modern browsers and IE9 + window.document.addEventListener('DOMContentLoaded', trigger); + + // Fallback to window.onload for others + window.addEventListener('load', trigger); } +} - var NODE_TYPE_ELEMENT = 1; - var NODE_TYPE_ATTRIBUTE = 2; - var NODE_TYPE_TEXT = 3; - var NODE_TYPE_COMMENT = 8; - var NODE_TYPE_DOCUMENT = 9; - var NODE_TYPE_DOCUMENT_FRAGMENT = 11; +////////////////////////////////////////// +// Functions which are declared directly. +////////////////////////////////////////// +var JQLitePrototype = JQLite.prototype = { + ready: jqLiteReady, + toString: function() { + var value = []; + forEach(this, function(e) { value.push('' + e);}); + return '[' + value.join(', ') + ']'; + }, - /** - * @ngdoc type - * @name angular.Module - * @module ng - * @description - * - * Interface for configuring angular {@link angular.module modules}. - */ + eq: function(index) { + return (index >= 0) ? jqLite(this[index]) : jqLite(this[this.length + index]); + }, - function setupModuleLoader(window) { + length: 0, + push: push, + sort: [].sort, + splice: [].splice +}; - var $injectorMinErr = minErr('$injector'); - var ngMinErr = minErr('ng'); +////////////////////////////////////////// +// Functions iterating getter/setters. +// these functions return self on setter and +// value on get. +////////////////////////////////////////// +var BOOLEAN_ATTR = {}; +forEach('multiple,selected,checked,disabled,readOnly,required,open'.split(','), function(value) { + BOOLEAN_ATTR[lowercase(value)] = value; +}); +var BOOLEAN_ELEMENTS = {}; +forEach('input,select,option,textarea,button,form,details'.split(','), function(value) { + BOOLEAN_ELEMENTS[value] = true; +}); +var ALIASED_ATTR = { + 'ngMinlength': 'minlength', + 'ngMaxlength': 'maxlength', + 'ngMin': 'min', + 'ngMax': 'max', + 'ngPattern': 'pattern', + 'ngStep': 'step' +}; - function ensure(obj, name, factory) { - return obj[name] || (obj[name] = factory()); - } +function getBooleanAttrName(element, name) { + // check dom last since we will most likely fail on name + var booleanAttr = BOOLEAN_ATTR[name.toLowerCase()]; - var angular = ensure(window, 'angular', Object); + // booleanAttr is here twice to minimize DOM access + return booleanAttr && BOOLEAN_ELEMENTS[nodeName_(element)] && booleanAttr; +} - // We need to expose `angular.$$minErr` to modules such as `ngResource` that reference it during bootstrap - angular.$$minErr = angular.$$minErr || minErr; +function getAliasedAttrName(name) { + return ALIASED_ATTR[name]; +} - return ensure(angular, 'module', function () { - /** @type {Object.} */ - var modules = {}; +forEach({ + data: jqLiteData, + removeData: jqLiteRemoveData, + hasData: jqLiteHasData, + cleanData: function jqLiteCleanData(nodes) { + for (var i = 0, ii = nodes.length; i < ii; i++) { + jqLiteRemoveData(nodes[i]); + } + } +}, function(fn, name) { + JQLite[name] = fn; +}); - /** - * @ngdoc function - * @name angular.module - * @module ng - * @description - * - * The `angular.module` is a global place for creating, registering and retrieving Angular - * modules. - * All modules (angular core or 3rd party) that should be available to an application must be - * registered using this mechanism. - * - * Passing one argument retrieves an existing {@link angular.Module}, - * whereas passing more than one argument creates a new {@link angular.Module} - * - * - * # Module - * - * A module is a collection of services, directives, controllers, filters, and configuration information. - * `angular.module` is used to configure the {@link auto.$injector $injector}. - * - * ```js - * // Create a new module - * var myModule = angular.module('myModule', []); - * - * // register a new service - * myModule.value('appName', 'MyCoolApp'); - * - * // configure existing services inside initialization blocks. - * myModule.config(['$locationProvider', function($locationProvider) { - * // Configure existing providers - * $locationProvider.hashPrefix('!'); - * }]); - * ``` - * - * Then you can create an injector and load your modules like this: - * - * ```js - * var injector = angular.injector(['ng', 'myModule']) - * ``` - * - * However it's more likely that you'll just use - * {@link ng.directive:ngApp ngApp} or - * {@link angular.bootstrap} to simplify this process for you. - * - * @param {!string} name The name of the module to create or retrieve. - * @param {!Array.=} requires If specified then new module is being created. If - * unspecified then the module is being retrieved for further configuration. - * @param {Function=} configFn Optional configuration function for the module. Same as - * {@link angular.Module#config Module#config()}. - * @returns {angular.Module} new module with the {@link angular.Module} api. - */ - return function module(name, requires, configFn) { +forEach({ + data: jqLiteData, + inheritedData: jqLiteInheritedData, - var _info = {}; + scope: function(element) { + // Can't use jqLiteData here directly so we stay compatible with jQuery! + return jqLite.data(element, '$scope') || jqLiteInheritedData(element.parentNode || element, ['$isolateScope', '$scope']); + }, - var assertNotHasOwnProperty = function assertNotHasOwnProperty(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); - } - }; + isolateScope: function(element) { + // Can't use jqLiteData here directly so we stay compatible with jQuery! + return jqLite.data(element, '$isolateScope') || jqLite.data(element, '$isolateScopeNoTemplate'); + }, - assertNotHasOwnProperty(name, 'module'); - if (requires && modules.hasOwnProperty(name)) { - modules[name] = null; - } - return ensure(modules, name, function () { - if (!requires) { - throw $injectorMinErr('nomod', 'Module \'{0}\' is not available! You either misspelled ' + 'the module name or forgot to load it. If registering a module ensure that you ' + 'specify the dependencies as the second argument.', name); - } + controller: jqLiteController, - /** @type {!Array.>} */ - var invokeQueue = []; - - /** @type {!Array.} */ - var configBlocks = []; - - /** @type {!Array.} */ - var runBlocks = []; - - var config = invokeLater('$injector', 'invoke', 'push', configBlocks); - - /** @type {angular.Module} */ - var moduleInstance = { - // Private state - _invokeQueue: invokeQueue, - _configBlocks: configBlocks, - _runBlocks: runBlocks, - - /** - * @ngdoc method - * @name angular.Module#info - * @module ng - * - * @param {Object=} info Information about the module - * @returns {Object|Module} The current info object for this module if called as a getter, - * or `this` if called as a setter. - * - * @description - * Read and write custom information about this module. - * For example you could put the version of the module in here. - * - * ```js - * angular.module('myModule', []).info({ version: '1.0.0' }); - * ``` - * - * The version could then be read back out by accessing the module elsewhere: - * - * ``` - * var version = angular.module('myModule').info().version; - * ``` - * - * You can also retrieve this information during runtime via the - * {@link $injector#modules `$injector.modules`} property: - * - * ```js - * var version = $injector.modules['myModule'].info().version; - * ``` - */ - info: function info(value) { - if (isDefined(value)) { - if (!isObject(value)) throw ngMinErr('aobj', 'Argument \'{0}\' must be an object', 'value'); - _info = value; - return this; - } - return _info; - }, + injector: function(element) { + return jqLiteInheritedData(element, '$injector'); + }, - /** - * @ngdoc property - * @name angular.Module#requires - * @module ng - * - * @description - * Holds the list of modules which the injector will load before the current module is - * loaded. - */ - requires: requires, - - /** - * @ngdoc property - * @name angular.Module#name - * @module ng - * - * @description - * Name of the module. - */ - name: name, - - /** - * @ngdoc method - * @name angular.Module#provider - * @module ng - * @param {string} name service name - * @param {Function} providerType Construction function for creating new instance of the - * service. - * @description - * See {@link auto.$provide#provider $provide.provider()}. - */ - provider: invokeLaterAndSetModuleName('$provide', 'provider'), - - /** - * @ngdoc method - * @name angular.Module#factory - * @module ng - * @param {string} name service name - * @param {Function} providerFunction Function for creating new instance of the service. - * @description - * See {@link auto.$provide#factory $provide.factory()}. - */ - factory: invokeLaterAndSetModuleName('$provide', 'factory'), - - /** - * @ngdoc method - * @name angular.Module#service - * @module ng - * @param {string} name service name - * @param {Function} constructor A constructor function that will be instantiated. - * @description - * See {@link auto.$provide#service $provide.service()}. - */ - service: invokeLaterAndSetModuleName('$provide', 'service'), - - /** - * @ngdoc method - * @name angular.Module#value - * @module ng - * @param {string} name service name - * @param {*} object Service instance object. - * @description - * See {@link auto.$provide#value $provide.value()}. - */ - value: invokeLater('$provide', 'value'), - - /** - * @ngdoc method - * @name angular.Module#constant - * @module ng - * @param {string} name constant name - * @param {*} object Constant value. - * @description - * Because the constants are fixed, they get applied before other provide methods. - * See {@link auto.$provide#constant $provide.constant()}. - */ - constant: invokeLater('$provide', 'constant', 'unshift'), - - /** - * @ngdoc method - * @name angular.Module#decorator - * @module ng - * @param {string} name The name of the service to decorate. - * @param {Function} decorFn This function will be invoked when the service needs to be - * instantiated and should return the decorated service instance. - * @description - * See {@link auto.$provide#decorator $provide.decorator()}. - */ - decorator: invokeLaterAndSetModuleName('$provide', 'decorator', configBlocks), - - /** - * @ngdoc method - * @name angular.Module#animation - * @module ng - * @param {string} name animation name - * @param {Function} animationFactory Factory function for creating new instance of an - * animation. - * @description - * - * **NOTE**: animations take effect only if the **ngAnimate** module is loaded. - * - * - * Defines an animation hook that can be later used with - * {@link $animate $animate} service and directives that use this service. - * - * ```js - * module.animation('.animation-name', function($inject1, $inject2) { - * return { - * eventName : function(element, done) { - * //code to run the animation - * //once complete, then run done() - * return function cancellationFunction(element) { - * //code to cancel the animation - * } - * } - * } - * }) - * ``` - * - * See {@link ng.$animateProvider#register $animateProvider.register()} and - * {@link ngAnimate ngAnimate module} for more information. - */ - animation: invokeLaterAndSetModuleName('$animateProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#filter - * @module ng - * @param {string} name Filter name - this must be a valid angular expression identifier - * @param {Function} filterFactory Factory function for creating new instance of filter. - * @description - * See {@link ng.$filterProvider#register $filterProvider.register()}. - * - *
    - * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. - * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace - * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores - * (`myapp_subsection_filterx`). - *
    - */ - filter: invokeLaterAndSetModuleName('$filterProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#controller - * @module ng - * @param {string|Object} name Controller name, or an object map of controllers where the - * keys are the names and the values are the constructors. - * @param {Function} constructor Controller constructor function. - * @description - * See {@link ng.$controllerProvider#register $controllerProvider.register()}. - */ - controller: invokeLaterAndSetModuleName('$controllerProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#directive - * @module ng - * @param {string|Object} name Directive name, or an object map of directives where the - * keys are the names and the values are the factories. - * @param {Function} directiveFactory Factory function for creating new instance of - * directives. - * @description - * See {@link ng.$compileProvider#directive $compileProvider.directive()}. - */ - directive: invokeLaterAndSetModuleName('$compileProvider', 'directive'), - - /** - * @ngdoc method - * @name angular.Module#component - * @module ng - * @param {string} name Name of the component in camel-case (i.e. myComp which will match as my-comp) - * @param {Object} options Component definition object (a simplified - * {@link ng.$compile#directive-definition-object directive definition object}) - * - * @description - * See {@link ng.$compileProvider#component $compileProvider.component()}. - */ - component: invokeLaterAndSetModuleName('$compileProvider', 'component'), - - /** - * @ngdoc method - * @name angular.Module#config - * @module ng - * @param {Function} configFn Execute this function on module load. Useful for service - * configuration. - * @description - * Use this method to register work which needs to be performed on module loading. - * For more about how to configure services, see - * {@link providers#provider-recipe Provider Recipe}. - */ - config: config, - - /** - * @ngdoc method - * @name angular.Module#run - * @module ng - * @param {Function} initializationFn Execute this function after injector creation. - * Useful for application initialization. - * @description - * Use this method to register work which should be performed when the injector is done - * loading all modules. - */ - run: function run(block) { - runBlocks.push(block); - return this; - } - }; + removeAttr: function(element, name) { + element.removeAttribute(name); + }, - if (configFn) { - config(configFn); - } + hasClass: jqLiteHasClass, - return moduleInstance; + css: function(element, name, value) { + name = cssKebabToCamel(name); - /** - * @param {string} provider - * @param {string} method - * @param {String=} insertMethod - * @returns {angular.Module} - */ - function invokeLater(provider, method, insertMethod, queue) { - if (!queue) queue = invokeQueue; - return function () { - queue[insertMethod || 'push']([provider, method, arguments]); - return moduleInstance; - }; - } + if (isDefined(value)) { + element.style[name] = value; + } else { + return element.style[name]; + } + }, - /** - * @param {string} provider - * @param {string} method - * @returns {angular.Module} - */ - function invokeLaterAndSetModuleName(provider, method, queue) { - if (!queue) queue = invokeQueue; - return function (recipeName, factoryFunction) { - if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name; - queue.push([provider, method, arguments]); - return moduleInstance; - }; - } - }); - }; - }); - } + attr: function(element, name, value) { + var ret; + var nodeType = element.nodeType; + if (nodeType === NODE_TYPE_TEXT || nodeType === NODE_TYPE_ATTRIBUTE || nodeType === NODE_TYPE_COMMENT || + !element.getAttribute) { + return; + } - /* global shallowCopy: true */ + var lowercasedName = lowercase(name); + var isBooleanAttr = BOOLEAN_ATTR[lowercasedName]; - /** - * Creates a shallow copy of an object, an array or a primitive. - * - * Assumes that there are no proto properties for objects. - */ - function shallowCopy(src, dst) { - if (isArray(src)) { - dst = dst || []; + if (isDefined(value)) { + // setter - for (var i = 0, ii = src.length; i < ii; i++) { - dst[i] = src[i]; + if (value === null || (value === false && isBooleanAttr)) { + element.removeAttribute(name); + } else { + element.setAttribute(name, isBooleanAttr ? lowercasedName : value); } - } else if (isObject(src)) { - dst = dst || {}; + } else { + // getter - for (var key in src) { - if (!(key.charAt(0) === '$' && key.charAt(1) === '$')) { - dst[key] = src[key]; - } + ret = element.getAttribute(name); + + if (isBooleanAttr && ret !== null) { + ret = lowercasedName; } + // Normalize non-existing attributes to undefined (as jQuery). + return ret === null ? undefined : ret; } + }, - return dst || src; - } - - /* exported toDebugString */ - - function serializeObject(obj, maxDepth) { - var seen = []; - - // There is no direct way to stringify object until reaching a specific depth - // and a very deep object can cause a performance issue, so we copy the object - // based on this specific depth and then stringify it. - if (isValidObjectMaxDepth(maxDepth)) { - // This file is also included in `angular-loader`, so `copy()` might not always be available in - // the closure. Therefore, it is lazily retrieved as `angular.copy()` when needed. - obj = angular.copy(obj, null, maxDepth); + prop: function(element, name, value) { + if (isDefined(value)) { + element[name] = value; + } else { + return element[name]; } - return JSON.stringify(obj, function (key, val) { - val = toJsonReplacer(key, val); - if (isObject(val)) { + }, - if (seen.indexOf(val) >= 0) return '...'; + text: (function() { + getText.$dv = ''; + return getText; - seen.push(val); + function getText(element, value) { + if (isUndefined(value)) { + var nodeType = element.nodeType; + return (nodeType === NODE_TYPE_ELEMENT || nodeType === NODE_TYPE_TEXT) ? element.textContent : ''; } - return val; - }); - } + element.textContent = value; + } + })(), - function toDebugString(obj, maxDepth) { - if (typeof obj === 'function') { - return obj.toString().replace(/ \{[\s\S]*$/, ''); - } else if (isUndefined(obj)) { - return 'undefined'; - } else if (typeof obj !== 'string') { - return serializeObject(obj, maxDepth); + val: function(element, value) { + if (isUndefined(value)) { + if (element.multiple && nodeName_(element) === 'select') { + var result = []; + forEach(element.options, function(option) { + if (option.selected) { + result.push(option.value || option.text); + } + }); + return result; + } + return element.value; } - return obj; - } + element.value = value; + }, - /* global angularModule: true, - version: true, - - $CompileProvider, - - htmlAnchorDirective, - inputDirective, - inputDirective, - formDirective, - scriptDirective, - selectDirective, - optionDirective, - ngBindDirective, - ngBindHtmlDirective, - ngBindTemplateDirective, - ngClassDirective, - ngClassEvenDirective, - ngClassOddDirective, - ngCloakDirective, - ngControllerDirective, - ngFormDirective, - ngHideDirective, - ngIfDirective, - ngIncludeDirective, - ngIncludeFillContentDirective, - ngInitDirective, - ngNonBindableDirective, - ngPluralizeDirective, - ngRepeatDirective, - ngShowDirective, - ngStyleDirective, - ngSwitchDirective, - ngSwitchWhenDirective, - ngSwitchDefaultDirective, - ngOptionsDirective, - ngTranscludeDirective, - ngModelDirective, - ngListDirective, - ngChangeDirective, - patternDirective, - patternDirective, - requiredDirective, - requiredDirective, - minlengthDirective, - minlengthDirective, - maxlengthDirective, - maxlengthDirective, - ngValueDirective, - ngModelOptionsDirective, - ngAttributeAliasDirectives, - ngEventDirectives, - - $AnchorScrollProvider, - $AnimateProvider, - $CoreAnimateCssProvider, - $$CoreAnimateJsProvider, - $$CoreAnimateQueueProvider, - $$AnimateRunnerFactoryProvider, - $$AnimateAsyncRunFactoryProvider, - $BrowserProvider, - $CacheFactoryProvider, - $ControllerProvider, - $DateProvider, - $DocumentProvider, - $$IsDocumentHiddenProvider, - $ExceptionHandlerProvider, - $FilterProvider, - $$ForceReflowProvider, - $InterpolateProvider, - $IntervalProvider, - $HttpProvider, - $HttpParamSerializerProvider, - $HttpParamSerializerJQLikeProvider, - $HttpBackendProvider, - $xhrFactoryProvider, - $jsonpCallbacksProvider, - $LocationProvider, - $LogProvider, - $$MapProvider, - $ParseProvider, - $RootScopeProvider, - $QProvider, - $$QProvider, - $$SanitizeUriProvider, - $SceProvider, - $SceDelegateProvider, - $SnifferProvider, - $TemplateCacheProvider, - $TemplateRequestProvider, - $$TestabilityProvider, - $TimeoutProvider, - $$RAFProvider, - $WindowProvider, - $$jqLiteProvider, - $$CookieReaderProvider - */ + html: function(element, value) { + if (isUndefined(value)) { + return element.innerHTML; + } + jqLiteDealoc(element, true); + element.innerHTML = value; + }, + empty: jqLiteEmpty +}, function(fn, name) { /** - * @ngdoc object - * @name angular.version - * @module ng - * @description - * An object that contains information about the current AngularJS version. - * - * This object has the following properties: - * - * - `full` – `{string}` – Full version string, such as "0.9.18". - * - `major` – `{number}` – Major version number, such as "0". - * - `minor` – `{number}` – Minor version number, such as "9". - * - `dot` – `{number}` – Dot version number, such as "18". - * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat". + * Properties: writes return selection, reads return first value */ - var version = { - // These placeholder strings will be replaced by grunt's `build` task. - // They need to be double- or single-quoted. - full: '1.6.8', - major: 1, - minor: 6, - dot: 8, - codeName: 'beneficial-tincture' - }; - - function publishExternalAPI(angular) { - extend(angular, { - 'errorHandlingConfig': errorHandlingConfig, - 'bootstrap': bootstrap, - 'copy': copy, - 'extend': extend, - 'merge': merge, - 'equals': equals, - 'element': jqLite, - 'forEach': forEach, - 'injector': createInjector, - 'noop': noop, - 'bind': bind, - 'toJson': toJson, - 'fromJson': fromJson, - 'identity': identity, - 'isUndefined': isUndefined, - 'isDefined': isDefined, - 'isString': isString, - 'isFunction': isFunction, - 'isObject': isObject, - 'isNumber': isNumber, - 'isElement': isElement, - 'isArray': isArray, - 'version': version, - 'isDate': isDate, - 'lowercase': lowercase, - 'uppercase': uppercase, - 'callbacks': { $$counter: 0 }, - 'getTestability': getTestability, - 'reloadWithDebugInfo': reloadWithDebugInfo, - '$$minErr': minErr, - '$$csp': csp, - '$$encodeUriSegment': encodeUriSegment, - '$$encodeUriQuery': encodeUriQuery, - '$$stringify': stringify - }); + JQLite.prototype[name] = function(arg1, arg2) { + var i, key; + var nodeCount = this.length; + + // jqLiteHasClass has only two arguments, but is a getter-only fn, so we need to special-case it + // in a way that survives minification. + // jqLiteEmpty takes no arguments but is a setter. + if (fn !== jqLiteEmpty && + (isUndefined((fn.length === 2 && (fn !== jqLiteHasClass && fn !== jqLiteController)) ? arg1 : arg2))) { + if (isObject(arg1)) { + + // we are a write, but the object properties are the key/values + for (i = 0; i < nodeCount; i++) { + if (fn === jqLiteData) { + // data() takes the whole object in jQuery + fn(this[i], arg1); + } else { + for (key in arg1) { + fn(this[i], key, arg1[key]); + } + } + } + // return self for chaining + return this; + } else { + // we are a read, so read the first child. + // TODO: do we still need this? + var value = fn.$dv; + // Only if we have $dv do we iterate over all, otherwise it is just the first element. + var jj = (isUndefined(value)) ? Math.min(nodeCount, 1) : nodeCount; + for (var j = 0; j < jj; j++) { + var nodeValue = fn(this[j], arg1, arg2); + value = value ? value + nodeValue : nodeValue; + } + return value; + } + } else { + // we are a write, so apply to all children + for (i = 0; i < nodeCount; i++) { + fn(this[i], arg1, arg2); + } + // return self for chaining + return this; + } + }; +}); - angularModule = setupModuleLoader(window); +function createEventHandler(element, events) { + var eventHandler = function(event, type) { + // jQuery specific api + event.isDefaultPrevented = function() { + return event.defaultPrevented; + }; - angularModule('ng', ['ngLocale'], ['$provide', function ngModule($provide) { - // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it. - $provide.provider({ - $$sanitizeUri: $$SanitizeUriProvider - }); - $provide.provider('$compile', $CompileProvider).directive({ - a: htmlAnchorDirective, - input: inputDirective, - textarea: inputDirective, - form: formDirective, - script: scriptDirective, - select: selectDirective, - option: optionDirective, - ngBind: ngBindDirective, - ngBindHtml: ngBindHtmlDirective, - ngBindTemplate: ngBindTemplateDirective, - ngClass: ngClassDirective, - ngClassEven: ngClassEvenDirective, - ngClassOdd: ngClassOddDirective, - ngCloak: ngCloakDirective, - ngController: ngControllerDirective, - ngForm: ngFormDirective, - ngHide: ngHideDirective, - ngIf: ngIfDirective, - ngInclude: ngIncludeDirective, - ngInit: ngInitDirective, - ngNonBindable: ngNonBindableDirective, - ngPluralize: ngPluralizeDirective, - ngRepeat: ngRepeatDirective, - ngShow: ngShowDirective, - ngStyle: ngStyleDirective, - ngSwitch: ngSwitchDirective, - ngSwitchWhen: ngSwitchWhenDirective, - ngSwitchDefault: ngSwitchDefaultDirective, - ngOptions: ngOptionsDirective, - ngTransclude: ngTranscludeDirective, - ngModel: ngModelDirective, - ngList: ngListDirective, - ngChange: ngChangeDirective, - pattern: patternDirective, - ngPattern: patternDirective, - required: requiredDirective, - ngRequired: requiredDirective, - minlength: minlengthDirective, - ngMinlength: minlengthDirective, - maxlength: maxlengthDirective, - ngMaxlength: maxlengthDirective, - ngValue: ngValueDirective, - ngModelOptions: ngModelOptionsDirective - }).directive({ - ngInclude: ngIncludeFillContentDirective - }).directive(ngAttributeAliasDirectives).directive(ngEventDirectives); - $provide.provider({ - $anchorScroll: $AnchorScrollProvider, - $animate: $AnimateProvider, - $animateCss: $CoreAnimateCssProvider, - $$animateJs: $$CoreAnimateJsProvider, - $$animateQueue: $$CoreAnimateQueueProvider, - $$AnimateRunner: $$AnimateRunnerFactoryProvider, - $$animateAsyncRun: $$AnimateAsyncRunFactoryProvider, - $browser: $BrowserProvider, - $cacheFactory: $CacheFactoryProvider, - $controller: $ControllerProvider, - $document: $DocumentProvider, - $$isDocumentHidden: $$IsDocumentHiddenProvider, - $exceptionHandler: $ExceptionHandlerProvider, - $filter: $FilterProvider, - $$forceReflow: $$ForceReflowProvider, - $interpolate: $InterpolateProvider, - $interval: $IntervalProvider, - $http: $HttpProvider, - $httpParamSerializer: $HttpParamSerializerProvider, - $httpParamSerializerJQLike: $HttpParamSerializerJQLikeProvider, - $httpBackend: $HttpBackendProvider, - $xhrFactory: $xhrFactoryProvider, - $jsonpCallbacks: $jsonpCallbacksProvider, - $location: $LocationProvider, - $log: $LogProvider, - $parse: $ParseProvider, - $rootScope: $RootScopeProvider, - $q: $QProvider, - $$q: $$QProvider, - $sce: $SceProvider, - $sceDelegate: $SceDelegateProvider, - $sniffer: $SnifferProvider, - $templateCache: $TemplateCacheProvider, - $templateRequest: $TemplateRequestProvider, - $$testability: $$TestabilityProvider, - $timeout: $TimeoutProvider, - $window: $WindowProvider, - $$rAF: $$RAFProvider, - $$jqLite: $$jqLiteProvider, - $$Map: $$MapProvider, - $$cookieReader: $$CookieReaderProvider - }); - }]).info({ angularVersion: '1.6.8' }); - } + var eventFns = events[type || event.type]; + var eventFnsLength = eventFns ? eventFns.length : 0; - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + if (!eventFnsLength) return; - /* global - JQLitePrototype: true, - BOOLEAN_ATTR: true, - ALIASED_ATTR: true - */ + if (isUndefined(event.immediatePropagationStopped)) { + var originalStopImmediatePropagation = event.stopImmediatePropagation; + event.stopImmediatePropagation = function() { + event.immediatePropagationStopped = true; - ////////////////////////////////// - //JQLite - ////////////////////////////////// + if (event.stopPropagation) { + event.stopPropagation(); + } - /** - * @ngdoc function - * @name angular.element - * @module ng - * @kind function - * - * @description - * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element. - * - * If jQuery is available, `angular.element` is an alias for the - * [jQuery](http://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element` - * delegates to Angular's built-in subset of jQuery, called "jQuery lite" or **jqLite**. - * - * jqLite is a tiny, API-compatible subset of jQuery that allows - * Angular to manipulate the DOM in a cross-browser compatible way. jqLite implements only the most - * commonly needed functionality with the goal of having a very small footprint. - * - * To use `jQuery`, simply ensure it is loaded before the `angular.js` file. You can also use the - * {@link ngJq `ngJq`} directive to specify that jqlite should be used over jQuery, or to use a - * specific version of jQuery if multiple versions exist on the page. - * - *
    **Note:** All element references in Angular are always wrapped with jQuery or - * jqLite (such as the element argument in a directive's compile / link function). They are never raw DOM references.
    - * - *
    **Note:** Keep in mind that this function will not find elements - * by tag name / CSS selector. For lookups by tag name, try instead `angular.element(document).find(...)` - * or `$document.find()`, or use the standard DOM APIs, e.g. `document.querySelectorAll()`.
    - * - * ## Angular's jqLite - * jqLite provides only the following jQuery methods: - * - * - [`addClass()`](http://api.jquery.com/addClass/) - Does not support a function as first argument - * - [`after()`](http://api.jquery.com/after/) - * - [`append()`](http://api.jquery.com/append/) - * - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters - * - [`bind()`](http://api.jquery.com/bind/) (_deprecated_, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData - * - [`children()`](http://api.jquery.com/children/) - Does not support selectors - * - [`clone()`](http://api.jquery.com/clone/) - * - [`contents()`](http://api.jquery.com/contents/) - * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`. - * As a setter, does not convert numbers to strings or append 'px', and also does not have automatic property prefixing. - * - [`data()`](http://api.jquery.com/data/) - * - [`detach()`](http://api.jquery.com/detach/) - * - [`empty()`](http://api.jquery.com/empty/) - * - [`eq()`](http://api.jquery.com/eq/) - * - [`find()`](http://api.jquery.com/find/) - Limited to lookups by tag name - * - [`hasClass()`](http://api.jquery.com/hasClass/) - * - [`html()`](http://api.jquery.com/html/) - * - [`next()`](http://api.jquery.com/next/) - Does not support selectors - * - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData - * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces, selectors or event object as parameter - * - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors - * - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors - * - [`prepend()`](http://api.jquery.com/prepend/) - * - [`prop()`](http://api.jquery.com/prop/) - * - [`ready()`](http://api.jquery.com/ready/) (_deprecated_, use `angular.element(callback)` instead of `angular.element(document).ready(callback)`) - * - [`remove()`](http://api.jquery.com/remove/) - * - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes - * - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument - * - [`removeData()`](http://api.jquery.com/removeData/) - * - [`replaceWith()`](http://api.jquery.com/replaceWith/) - * - [`text()`](http://api.jquery.com/text/) - * - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument - * - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers - * - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter - * - [`val()`](http://api.jquery.com/val/) - * - [`wrap()`](http://api.jquery.com/wrap/) - * - * ## jQuery/jqLite Extras - * Angular also provides the following additional methods and events to both jQuery and jqLite: - * - * ### Events - * - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event - * on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM - * element before it is removed. - * - * ### Methods - * - `controller(name)` - retrieves the controller of the current element or its parent. By default - * retrieves controller associated with the `ngController` directive. If `name` is provided as - * camelCase directive name, then the controller for this directive will be retrieved (e.g. - * `'ngModel'`). - * - `injector()` - retrieves the injector of the current element or its parent. - * - `scope()` - retrieves the {@link ng.$rootScope.Scope scope} of the current - * element or its parent. Requires {@link guide/production#disabling-debug-data Debug Data} to - * be enabled. - * - `isolateScope()` - retrieves an isolate {@link ng.$rootScope.Scope scope} if one is attached directly to the - * current element. This getter should be used only on elements that contain a directive which starts a new isolate - * scope. Calling `scope()` on this element always returns the original non-isolate scope. - * Requires {@link guide/production#disabling-debug-data Debug Data} to be enabled. - * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top - * parent element is reached. - * - * @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See - * https://github.com/angular/angular.js/issues/14251 for more information. - * - * @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery. - * @returns {Object} jQuery object. - */ + if (originalStopImmediatePropagation) { + originalStopImmediatePropagation.call(event); + } + }; + } - JQLite.expando = 'ng339'; + event.isImmediatePropagationStopped = function() { + return event.immediatePropagationStopped === true; + }; - var jqCache = JQLite.cache = {}, - jqId = 1; + // Some events have special handlers that wrap the real handler + var handlerWrapper = eventFns.specialHandlerWrapper || defaultHandlerWrapper; - /* - * !!! This is an undocumented "private" function !!! - */ - JQLite._data = function (node) { - //jQuery always returns an object on cache miss - return this.cache[node[this.expando]] || {}; + // Copy event handlers in case event handlers array is modified during execution. + if ((eventFnsLength > 1)) { + eventFns = shallowCopy(eventFns); + } + + for (var i = 0; i < eventFnsLength; i++) { + if (!event.isImmediatePropagationStopped()) { + handlerWrapper(element, event, eventFns[i]); + } + } }; - function jqNextId() { - return ++jqId; - } + // TODO: this is a hack for angularMocks/clearDataCache that makes it possible to deregister all + // events on `element` + eventHandler.elem = element; + return eventHandler; +} - var DASH_LOWERCASE_REGEXP = /-([a-z])/g; - var MS_HACK_REGEXP = /^-ms-/; - var MOUSE_EVENT_MAP = { mouseleave: 'mouseout', mouseenter: 'mouseover' }; - var jqLiteMinErr = minErr('jqLite'); +function defaultHandlerWrapper(element, event, handler) { + handler.call(element, event); +} - /** - * Converts kebab-case to camelCase. - * There is also a special case for the ms prefix starting with a lowercase letter. - * @param name Name to normalize - */ - function cssKebabToCamel(name) { - return kebabToCamel(name.replace(MS_HACK_REGEXP, 'ms-')); +function specialMouseHandlerWrapper(target, event, handler) { + // Refer to jQuery's implementation of mouseenter & mouseleave + // Read about mouseenter and mouseleave: + // http://www.quirksmode.org/js/events_mouse.html#link8 + var related = event.relatedTarget; + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if (!related || (related !== target && !jqLiteContains.call(target, related))) { + handler.call(target, event); } +} - function fnCamelCaseReplace(all, letter) { - return letter.toUpperCase(); - } +////////////////////////////////////////// +// Functions iterating traversal. +// These functions chain results into a single +// selector. +////////////////////////////////////////// +forEach({ + removeData: jqLiteRemoveData, - /** - * Converts kebab-case to camelCase. - * @param name Name to normalize - */ - function kebabToCamel(name) { - return name.replace(DASH_LOWERCASE_REGEXP, fnCamelCaseReplace); - } + on: function jqLiteOn(element, type, fn, unsupported) { + if (isDefined(unsupported)) throw jqLiteMinErr('onargs', 'jqLite#on() does not support the `selector` or `eventData` parameters'); - var SINGLE_TAG_REGEXP = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/; - var HTML_REGEXP = /<|&#?\w+;/; - var TAG_NAME_REGEXP = /<([\w:-]+)/; - var XHTML_TAG_REGEXP = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi; + // Do not add event handlers to non-elements because they will not be cleaned up. + if (!jqLiteAcceptsData(element)) { + return; + } - var wrapMap = { - 'option': [1, ''], + var expandoStore = jqLiteExpandoStore(element, true); + var events = expandoStore.events; + var handle = expandoStore.handle; - 'thead': [1, '', '
    '], - 'col': [2, '', '
    '], - 'tr': [2, '', '
    '], - 'td': [3, '', '
    '], - '_default': [0, '', ''] - }; + if (!handle) { + handle = expandoStore.handle = createEventHandler(element, events); + } - wrapMap.optgroup = wrapMap.option; - wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; - wrapMap.th = wrapMap.td; + // http://jsperf.com/string-indexof-vs-split + var types = type.indexOf(' ') >= 0 ? type.split(' ') : [type]; + var i = types.length; - function jqLiteIsTextNode(html) { - return !HTML_REGEXP.test(html); - } + var addHandler = function(type, specialHandlerWrapper, noEventListener) { + var eventFns = events[type]; - function jqLiteAcceptsData(node) { - // The window object can accept data but has no nodeType - // Otherwise we are only interested in elements (1) and documents (9) - var nodeType = node.nodeType; - return nodeType === NODE_TYPE_ELEMENT || !nodeType || nodeType === NODE_TYPE_DOCUMENT; - } + if (!eventFns) { + eventFns = events[type] = []; + eventFns.specialHandlerWrapper = specialHandlerWrapper; + if (type !== '$destroy' && !noEventListener) { + element.addEventListener(type, handle); + } + } - function jqLiteHasData(node) { - for (var key in jqCache[node.ng339]) { - return true; + eventFns.push(fn); + }; + + while (i--) { + type = types[i]; + if (MOUSE_EVENT_MAP[type]) { + addHandler(MOUSE_EVENT_MAP[type], specialMouseHandlerWrapper); + addHandler(type, undefined, true); + } else { + addHandler(type); + } } - return false; - } + }, - function jqLiteBuildFragment(html, context) { - var tmp, - tag, - wrap, - fragment = context.createDocumentFragment(), - nodes = [], - i; + off: jqLiteOff, - if (jqLiteIsTextNode(html)) { - // Convert non-html into a text node - nodes.push(context.createTextNode(html)); - } else { - // Convert html into DOM nodes - tmp = fragment.appendChild(context.createElement('div')); - tag = (TAG_NAME_REGEXP.exec(html) || ['', ''])[1].toLowerCase(); - wrap = wrapMap[tag] || wrapMap._default; - tmp.innerHTML = wrap[1] + html.replace(XHTML_TAG_REGEXP, '<$1>') + wrap[2]; + one: function(element, type, fn) { + element = jqLite(element); + + //add the listener twice so that when it is called + //you can remove the original function and still be + //able to call element.off(ev, fn) normally + element.on(type, function onFn() { + element.off(type, fn); + element.off(type, onFn); + }); + element.on(type, fn); + }, + + replaceWith: function(element, replaceNode) { + var index, parent = element.parentNode; + jqLiteDealoc(element); + forEach(new JQLite(replaceNode), function(node) { + if (index) { + parent.insertBefore(node, index.nextSibling); + } else { + parent.replaceChild(node, element); + } + index = node; + }); + }, - // Descend through wrappers to the right content - i = wrap[0]; - while (i--) { - tmp = tmp.lastChild; + children: function(element) { + var children = []; + forEach(element.childNodes, function(element) { + if (element.nodeType === NODE_TYPE_ELEMENT) { + children.push(element); } - - nodes = concat(nodes, tmp.childNodes); - - tmp = fragment.firstChild; - tmp.textContent = ''; - } - - // Remove wrapper from fragment - fragment.textContent = ''; - fragment.innerHTML = ''; // Clear inner HTML - forEach(nodes, function (node) { - fragment.appendChild(node); }); + return children; + }, - return fragment; - } + contents: function(element) { + return element.contentDocument || element.childNodes || []; + }, - function jqLiteParseHTML(html, context) { - context = context || window.document; - var parsed; + append: function(element, node) { + var nodeType = element.nodeType; + if (nodeType !== NODE_TYPE_ELEMENT && nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT) return; - if (parsed = SINGLE_TAG_REGEXP.exec(html)) { - return [context.createElement(parsed[1])]; - } + node = new JQLite(node); - if (parsed = jqLiteBuildFragment(html, context)) { - return parsed.childNodes; + for (var i = 0, ii = node.length; i < ii; i++) { + var child = node[i]; + element.appendChild(child); } + }, - return []; - } - - function jqLiteWrapNode(node, wrapper) { - var parent = node.parentNode; - - if (parent) { - parent.replaceChild(wrapper, node); + prepend: function(element, node) { + if (element.nodeType === NODE_TYPE_ELEMENT) { + var index = element.firstChild; + forEach(new JQLite(node), function(child) { + element.insertBefore(child, index); + }); } + }, - wrapper.appendChild(node); - } + wrap: function(element, wrapNode) { + jqLiteWrapNode(element, jqLite(wrapNode).eq(0).clone()[0]); + }, - // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. - var jqLiteContains = window.Node.prototype.contains || /** @this */function (arg) { - // eslint-disable-next-line no-bitwise - return !!(this.compareDocumentPosition(arg) & 16); - }; + remove: jqLiteRemove, - ///////////////////////////////////////////// - function JQLite(element) { - if (element instanceof JQLite) { - return element; - } + detach: function(element) { + jqLiteRemove(element, true); + }, - var argIsString; + after: function(element, newElement) { + var index = element, parent = element.parentNode; - if (isString(element)) { - element = trim(element); - argIsString = true; - } - if (!(this instanceof JQLite)) { - if (argIsString && element.charAt(0) !== '<') { - throw jqLiteMinErr('nosel', 'Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element'); + if (parent) { + newElement = new JQLite(newElement); + + for (var i = 0, ii = newElement.length; i < ii; i++) { + var node = newElement[i]; + parent.insertBefore(node, index.nextSibling); + index = node; } - return new JQLite(element); } + }, - if (argIsString) { - jqLiteAddNodes(this, jqLiteParseHTML(element)); - } else if (isFunction(element)) { - jqLiteReady(element); - } else { - jqLiteAddNodes(this, element); + addClass: jqLiteAddClass, + removeClass: jqLiteRemoveClass, + + toggleClass: function(element, selector, condition) { + if (selector) { + forEach(selector.split(' '), function(className) { + var classCondition = condition; + if (isUndefined(classCondition)) { + classCondition = !jqLiteHasClass(element, className); + } + (classCondition ? jqLiteAddClass : jqLiteRemoveClass)(element, className); + }); } - } + }, - function jqLiteClone(element) { - return element.cloneNode(true); - } + parent: function(element) { + var parent = element.parentNode; + return parent && parent.nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT ? parent : null; + }, - function jqLiteDealoc(element, onlyDescendants) { - if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); + next: function(element) { + return element.nextElementSibling; + }, - if (element.querySelectorAll) { - jqLite.cleanData(element.querySelectorAll('*')); + find: function(element, selector) { + if (element.getElementsByTagName) { + return element.getElementsByTagName(selector); + } else { + return []; } - } + }, - function jqLiteOff(element, type, fn, unsupported) { - if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument'); + clone: jqLiteClone, + triggerHandler: function(element, event, extraParameters) { + + var dummyEvent, eventFnsCopy, handlerArgs; + var eventName = event.type || event; var expandoStore = jqLiteExpandoStore(element); var events = expandoStore && expandoStore.events; - var handle = expandoStore && expandoStore.handle; - - if (!handle) return; //no listeners registered + var eventFns = events && events[eventName]; + + if (eventFns) { + // Create a dummy event to pass to the handlers + dummyEvent = { + preventDefault: function() { this.defaultPrevented = true; }, + isDefaultPrevented: function() { return this.defaultPrevented === true; }, + stopImmediatePropagation: function() { this.immediatePropagationStopped = true; }, + isImmediatePropagationStopped: function() { return this.immediatePropagationStopped === true; }, + stopPropagation: noop, + type: eventName, + target: element + }; - if (!type) { - for (type in events) { - if (type !== '$destroy') { - element.removeEventListener(type, handle); - } - delete events[type]; + // If a custom event was provided then extend our dummy event with it + if (event.type) { + dummyEvent = extend(dummyEvent, event); } - } else { - var removeHandler = function removeHandler(type) { - var listenerFns = events[type]; - if (isDefined(fn)) { - arrayRemove(listenerFns || [], fn); - } - if (!(isDefined(fn) && listenerFns && listenerFns.length > 0)) { - element.removeEventListener(type, handle); - delete events[type]; - } - }; + // Copy event handlers in case event handlers array is modified during execution. + eventFnsCopy = shallowCopy(eventFns); + handlerArgs = extraParameters ? [dummyEvent].concat(extraParameters) : [dummyEvent]; - forEach(type.split(' '), function (type) { - removeHandler(type); - if (MOUSE_EVENT_MAP[type]) { - removeHandler(MOUSE_EVENT_MAP[type]); + forEach(eventFnsCopy, function(fn) { + if (!dummyEvent.isImmediatePropagationStopped()) { + fn.apply(element, handlerArgs); } }); } } +}, function(fn, name) { + /** + * chaining functions + */ + JQLite.prototype[name] = function(arg1, arg2, arg3) { + var value; - function jqLiteRemoveData(element, name) { - var expandoId = element.ng339; - var expandoStore = expandoId && jqCache[expandoId]; - - if (expandoStore) { - if (name) { - delete expandoStore.data[name]; - return; - } - - if (expandoStore.handle) { - if (expandoStore.events.$destroy) { - expandoStore.handle({}, '$destroy'); + for (var i = 0, ii = this.length; i < ii; i++) { + if (isUndefined(value)) { + value = fn(this[i], arg1, arg2, arg3); + if (isDefined(value)) { + // any function which returns a value needs to be wrapped + value = jqLite(value); } - jqLiteOff(element); + } else { + jqLiteAddNodes(value, fn(this[i], arg1, arg2, arg3)); } - delete jqCache[expandoId]; - element.ng339 = undefined; // don't delete DOM expandos. IE and Chrome don't like it } - } - - function jqLiteExpandoStore(element, createIfNecessary) { - var expandoId = element.ng339, - expandoStore = expandoId && jqCache[expandoId]; + return isDefined(value) ? value : this; + }; +}); - if (createIfNecessary && !expandoStore) { - element.ng339 = expandoId = jqNextId(); - expandoStore = jqCache[expandoId] = { events: {}, data: {}, handle: undefined }; - } +// bind legacy bind/unbind to on/off +JQLite.prototype.bind = JQLite.prototype.on; +JQLite.prototype.unbind = JQLite.prototype.off; - return expandoStore; - } - function jqLiteData(element, key, value) { - if (jqLiteAcceptsData(element)) { - var prop; +// Provider for private $$jqLite service +/** @this */ +function $$jqLiteProvider() { + this.$get = function $$jqLite() { + return extend(JQLite, { + hasClass: function(node, classes) { + if (node.attr) node = node[0]; + return jqLiteHasClass(node, classes); + }, + addClass: function(node, classes) { + if (node.attr) node = node[0]; + return jqLiteAddClass(node, classes); + }, + removeClass: function(node, classes) { + if (node.attr) node = node[0]; + return jqLiteRemoveClass(node, classes); + } + }); + }; +} - var isSimpleSetter = isDefined(value); - var isSimpleGetter = !isSimpleSetter && key && !isObject(key); - var massGetter = !key; - var expandoStore = jqLiteExpandoStore(element, !isSimpleGetter); - var data = expandoStore && expandoStore.data; +/** + * Computes a hash of an 'obj'. + * Hash of a: + * string is string + * number is number as string + * object is either result of calling $$hashKey function on the object or uniquely generated id, + * that is also assigned to the $$hashKey property of the object. + * + * @param obj + * @returns {string} hash string such that the same input will have the same hash string. + * The resulting string key is in 'type:hashKey' format. + */ +function hashKey(obj, nextUidFn) { + var key = obj && obj.$$hashKey; - if (isSimpleSetter) { - // data('key', value) - data[kebabToCamel(key)] = value; - } else { - if (massGetter) { - // data() - return data; - } else { - if (isSimpleGetter) { - // data('key') - // don't force creation of expandoStore if it doesn't exist yet - return data && data[kebabToCamel(key)]; - } else { - // mass-setter: data({key1: val1, key2: val2}) - for (prop in key) { - data[kebabToCamel(prop)] = key[prop]; - } - } - } - } + if (key) { + if (typeof key === 'function') { + key = obj.$$hashKey(); } + return key; } - function jqLiteHasClass(element, selector) { - if (!element.getAttribute) return false; - return (' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' ').indexOf(' ' + selector + ' ') > -1; + var objType = typeof obj; + if (objType === 'function' || (objType === 'object' && obj !== null)) { + key = obj.$$hashKey = objType + ':' + (nextUidFn || nextUid)(); + } else { + key = objType + ':' + obj; } - function jqLiteRemoveClass(element, cssClasses) { - if (cssClasses && element.setAttribute) { - var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' '); - var newClasses = existingClasses; + return key; +} - forEach(cssClasses.split(' '), function (cssClass) { - cssClass = trim(cssClass); - newClasses = newClasses.replace(' ' + cssClass + ' ', ' '); - }); +// A minimal ES2015 Map implementation. +// Should be bug/feature equivalent to the native implementations of supported browsers +// (for the features required in Angular). +// See https://kangax.github.io/compat-table/es6/#test-Map +var nanKey = Object.create(null); +function NgMapShim() { + this._keys = []; + this._values = []; + this._lastKey = NaN; + this._lastIndex = -1; +} +NgMapShim.prototype = { + _idx: function(key) { + if (key === this._lastKey) { + return this._lastIndex; + } + this._lastKey = key; + this._lastIndex = this._keys.indexOf(key); + return this._lastIndex; + }, + _transformKey: function(key) { + return isNumberNaN(key) ? nanKey : key; + }, + get: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx !== -1) { + return this._values[idx]; + } + }, + set: function(key, value) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx === -1) { + idx = this._lastIndex = this._keys.length; + } + this._keys[idx] = key; + this._values[idx] = value; - if (newClasses !== existingClasses) { - element.setAttribute('class', trim(newClasses)); - } + // Support: IE11 + // Do not `return this` to simulate the partial IE11 implementation + }, + delete: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx === -1) { + return false; } + this._keys.splice(idx, 1); + this._values.splice(idx, 1); + this._lastKey = NaN; + this._lastIndex = -1; + return true; } +}; - function jqLiteAddClass(element, cssClasses) { - if (cssClasses && element.setAttribute) { - var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' '); - var newClasses = existingClasses; +// For now, always use `NgMapShim`, even if `window.Map` is available. Some native implementations +// are still buggy (often in subtle ways) and can cause hard-to-debug failures. When native `Map` +// implementations get more stable, we can reconsider switching to `window.Map` (when available). +var NgMap = NgMapShim; - forEach(cssClasses.split(' '), function (cssClass) { - cssClass = trim(cssClass); - if (newClasses.indexOf(' ' + cssClass + ' ') === -1) { - newClasses += cssClass + ' '; - } - }); +var $$MapProvider = [/** @this */function() { + this.$get = [function() { + return NgMap; + }]; +}]; - if (newClasses !== existingClasses) { - element.setAttribute('class', trim(newClasses)); - } - } - } +/** + * @ngdoc function + * @module ng + * @name angular.injector + * @kind function + * + * @description + * Creates an injector object that can be used for retrieving services as well as for + * dependency injection (see {@link guide/di dependency injection}). + * + * @param {Array.} modules A list of module functions or their aliases. See + * {@link angular.module}. The `ng` module must be explicitly added. + * @param {boolean=} [strictDi=false] Whether the injector should be in strict mode, which + * disallows argument name annotation inference. + * @returns {injector} Injector object. See {@link auto.$injector $injector}. + * + * @example + * Typical usage + * ```js + * // create an injector + * var $injector = angular.injector(['ng']); + * + * // use the injector to kick off your application + * // use the type inference to auto inject arguments, or use implicit injection + * $injector.invoke(function($rootScope, $compile, $document) { + * $compile($document)($rootScope); + * $rootScope.$digest(); + * }); + * ``` + * + * Sometimes you want to get access to the injector of a currently running Angular app + * from outside Angular. Perhaps, you want to inject and compile some markup after the + * application has been bootstrapped. You can do this using the extra `injector()` added + * to JQuery/jqLite elements. See {@link angular.element}. + * + * *This is fairly rare but could be the case if a third party library is injecting the + * markup.* + * + * In the following example a new block of HTML containing a `ng-controller` + * directive is added to the end of the document body by JQuery. We then compile and link + * it into the current AngularJS scope. + * + * ```js + * var $div = $('
    {{content.label}}
    '); + * $(document.body).append($div); + * + * angular.element(document).injector().invoke(function($compile) { + * var scope = angular.element($div).scope(); + * $compile($div)(scope); + * }); + * ``` + */ - function jqLiteAddNodes(root, elements) { - // THIS CODE IS VERY HOT. Don't make changes without benchmarking. - if (elements) { +/** + * @ngdoc module + * @name auto + * @installation + * @description + * + * Implicit module which gets automatically added to each {@link auto.$injector $injector}. + */ - // if a Node (the most common case) - if (elements.nodeType) { - root[root.length++] = elements; - } else { - var length = elements.length; +var ARROW_ARG = /^([^(]+?)=>/; +var FN_ARGS = /^[^(]*\(\s*([^)]*)\)/m; +var FN_ARG_SPLIT = /,/; +var FN_ARG = /^\s*(_?)(\S+?)\1\s*$/; +var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg; +var $injectorMinErr = minErr('$injector'); - // if an Array or NodeList and not a Window - if (typeof length === 'number' && elements.window !== elements) { - if (length) { - for (var i = 0; i < length; i++) { - root[root.length++] = elements[i]; - } +function stringifyFn(fn) { + return Function.prototype.toString.call(fn); +} + +function extractArgs(fn) { + var fnText = stringifyFn(fn).replace(STRIP_COMMENTS, ''), + args = fnText.match(ARROW_ARG) || fnText.match(FN_ARGS); + return args; +} + +function anonFn(fn) { + // For anonymous functions, showing at the very least the function signature can help in + // debugging. + var args = extractArgs(fn); + if (args) { + return 'function(' + (args[1] || '').replace(/[\s\r\n]+/, ' ') + ')'; + } + return 'fn'; +} + +function annotate(fn, strictDi, name) { + var $inject, + argDecl, + last; + + if (typeof fn === 'function') { + if (!($inject = fn.$inject)) { + $inject = []; + if (fn.length) { + if (strictDi) { + if (!isString(name) || !name) { + name = fn.name || anonFn(fn); } - } else { - root[root.length++] = elements; + throw $injectorMinErr('strictdi', + '{0} is not using explicit annotation and cannot be invoked in strict mode', name); } + argDecl = extractArgs(fn); + forEach(argDecl[1].split(FN_ARG_SPLIT), function(arg) { + arg.replace(FN_ARG, function(all, underscore, name) { + $inject.push(name); + }); + }); } + fn.$inject = $inject; } + } else if (isArray(fn)) { + last = fn.length - 1; + assertArgFn(fn[last], 'fn'); + $inject = fn.slice(0, last); + } else { + assertArgFn(fn, 'fn', true); } + return $inject; +} - function jqLiteController(element, name) { - return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); - } +/////////////////////////////////////// - function jqLiteInheritedData(element, name, value) { - // if element is the document object work with the html element instead - // this makes $(document).scope() possible - if (element.nodeType === NODE_TYPE_DOCUMENT) { - element = element.documentElement; - } - var names = isArray(name) ? name : [name]; +/** + * @ngdoc service + * @name $injector + * + * @description + * + * `$injector` is used to retrieve object instances as defined by + * {@link auto.$provide provider}, instantiate types, invoke methods, + * and load modules. + * + * The following always holds true: + * + * ```js + * var $injector = angular.injector(); + * expect($injector.get('$injector')).toBe($injector); + * expect($injector.invoke(function($injector) { + * return $injector; + * })).toBe($injector); + * ``` + * + * ## Injection Function Annotation + * + * JavaScript does not have annotations, and annotations are needed for dependency injection. The + * following are all valid ways of annotating function with injection arguments and are equivalent. + * + * ```js + * // inferred (only works if code not minified/obfuscated) + * $injector.invoke(function(serviceA){}); + * + * // annotated + * function explicit(serviceA) {}; + * explicit.$inject = ['serviceA']; + * $injector.invoke(explicit); + * + * // inline + * $injector.invoke(['serviceA', function(serviceA){}]); + * ``` + * + * ### Inference + * + * In JavaScript calling `toString()` on a function returns the function definition. The definition + * can then be parsed and the function arguments can be extracted. This method of discovering + * annotations is disallowed when the injector is in strict mode. + * *NOTE:* This does not work with minification, and obfuscation tools since these tools change the + * argument names. + * + * ### `$inject` Annotation + * By adding an `$inject` property onto a function the injection parameters can be specified. + * + * ### Inline + * As an array of injection names, where the last item in the array is the function to call. + */ - while (element) { - for (var i = 0, ii = names.length; i < ii; i++) { - if (isDefined(value = jqLite.data(element, names[i]))) return value; - } +/** + * @ngdoc property + * @name $injector#modules + * @type {Object} + * @description + * A hash containing all the modules that have been loaded into the + * $injector. + * + * You can use this property to find out information about a module via the + * {@link angular.Module#info `myModule.info(...)`} method. + * + * For example: + * + * ``` + * var info = $injector.modules['ngAnimate'].info(); + * ``` + * + * **Do not use this property to attempt to modify the modules after the application + * has been bootstrapped.** + */ - // If dealing with a document fragment node with a host element, and no parent, use the host - // element as the parent. This enables directives within a Shadow DOM or polyfilled Shadow DOM - // to lookup parent controllers. - element = element.parentNode || element.nodeType === NODE_TYPE_DOCUMENT_FRAGMENT && element.host; - } - } - function jqLiteEmpty(element) { - jqLiteDealoc(element, true); - while (element.firstChild) { - element.removeChild(element.firstChild); - } - } +/** + * @ngdoc method + * @name $injector#get + * + * @description + * Return an instance of the service. + * + * @param {string} name The name of the instance to retrieve. + * @param {string=} caller An optional string to provide the origin of the function call for error messages. + * @return {*} The instance. + */ - function jqLiteRemove(element, keepData) { - if (!keepData) jqLiteDealoc(element); - var parent = element.parentNode; - if (parent) parent.removeChild(element); - } +/** + * @ngdoc method + * @name $injector#invoke + * + * @description + * Invoke the method and supply the method arguments from the `$injector`. + * + * @param {Function|Array.} fn The injectable function to invoke. Function parameters are + * injected according to the {@link guide/di $inject Annotation} rules. + * @param {Object=} self The `this` for the invoked method. + * @param {Object=} locals Optional object. If preset then any argument names are read from this + * object first, before the `$injector` is consulted. + * @returns {*} the value returned by the invoked `fn` function. + */ - function jqLiteDocumentLoaded(action, win) { - win = win || window; - if (win.document.readyState === 'complete') { - // Force the action to be run async for consistent behavior - // from the action's point of view - // i.e. it will definitely not be in a $apply - win.setTimeout(action); - } else { - // No need to unbind this handler as load is only ever called once - jqLite(win).on('load', action); - } - } +/** + * @ngdoc method + * @name $injector#has + * + * @description + * Allows the user to query if the particular service exists. + * + * @param {string} name Name of the service to query. + * @returns {boolean} `true` if injector has given service. + */ - function jqLiteReady(fn) { - function trigger() { - window.document.removeEventListener('DOMContentLoaded', trigger); - window.removeEventListener('load', trigger); - fn(); - } +/** + * @ngdoc method + * @name $injector#instantiate + * @description + * Create a new instance of JS type. The method takes a constructor function, invokes the new + * operator, and supplies all of the arguments to the constructor function as specified by the + * constructor annotation. + * + * @param {Function} Type Annotated constructor function. + * @param {Object=} locals Optional object. If preset then any argument names are read from this + * object first, before the `$injector` is consulted. + * @returns {Object} new instance of `Type`. + */ - // check if document is already loaded - if (window.document.readyState === 'complete') { - window.setTimeout(fn); - } else { - // We can not use jqLite since we are not done loading and jQuery could be loaded later. +/** + * @ngdoc method + * @name $injector#annotate + * + * @description + * Returns an array of service names which the function is requesting for injection. This API is + * used by the injector to determine which services need to be injected into the function when the + * function is invoked. There are three ways in which the function can be annotated with the needed + * dependencies. + * + * #### Argument names + * + * The simplest form is to extract the dependencies from the arguments of the function. This is done + * by converting the function into a string using `toString()` method and extracting the argument + * names. + * ```js + * // Given + * function MyController($scope, $route) { + * // ... + * } + * + * // Then + * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); + * ``` + * + * You can disallow this method by using strict injection mode. + * + * This method does not work with code minification / obfuscation. For this reason the following + * annotation strategies are supported. + * + * #### The `$inject` property + * + * If a function has an `$inject` property and its value is an array of strings, then the strings + * represent names of services to be injected into the function. + * ```js + * // Given + * var MyController = function(obfuscatedScope, obfuscatedRoute) { + * // ... + * } + * // Define function dependencies + * MyController['$inject'] = ['$scope', '$route']; + * + * // Then + * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); + * ``` + * + * #### The array notation + * + * It is often desirable to inline Injected functions and that's when setting the `$inject` property + * is very inconvenient. In these situations using the array notation to specify the dependencies in + * a way that survives minification is a better choice: + * + * ```js + * // We wish to write this (not minification / obfuscation safe) + * injector.invoke(function($compile, $rootScope) { + * // ... + * }); + * + * // We are forced to write break inlining + * var tmpFn = function(obfuscatedCompile, obfuscatedRootScope) { + * // ... + * }; + * tmpFn.$inject = ['$compile', '$rootScope']; + * injector.invoke(tmpFn); + * + * // To better support inline function the inline annotation is supported + * injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) { + * // ... + * }]); + * + * // Therefore + * expect(injector.annotate( + * ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}]) + * ).toEqual(['$compile', '$rootScope']); + * ``` + * + * @param {Function|Array.} fn Function for which dependent service names need to + * be retrieved as described above. + * + * @param {boolean=} [strictDi=false] Disallow argument name annotation inference. + * + * @returns {Array.} The names of the services which the function requires. + */ +/** + * @ngdoc method + * @name $injector#loadNewModules + * + * @description + * + * **This is a dangerous API, which you use at your own risk!** + * + * Add the specified modules to the current injector. + * + * This method will add each of the injectables to the injector and execute all of the config and run + * blocks for each module passed to the method. + * + * If a module has already been loaded into the injector then it will not be loaded again. + * + * * The application developer is responsible for loading the code containing the modules; and for + * ensuring that lazy scripts are not downloaded and executed more often that desired. + * * Previously compiled HTML will not be affected by newly loaded directives, filters and components. + * * Modules cannot be unloaded. + * + * You can use {@link $injector#modules `$injector.modules`} to check whether a module has been loaded + * into the injector, which may indicate whether the script has been executed already. + * + * @example + * Here is an example of loading a bundle of modules, with a utility method called `getScript`: + * + * ```javascript + * app.factory('loadModule', function($injector) { + * return function loadModule(moduleName, bundleUrl) { + * return getScript(bundleUrl).then(function() { $injector.loadNewModules([moduleName]); }); + * }; + * }) + * ``` + * + * @param {Array=} mods an array of modules to load into the application. + * Each item in the array should be the name of a predefined module or a (DI annotated) + * function that will be invoked by the injector as a `config` block. + * See: {@link angular.module modules} + */ - // Works for modern browsers and IE9 - window.document.addEventListener('DOMContentLoaded', trigger); - // Fallback to window.onload for others - window.addEventListener('load', trigger); - } - } +/** + * @ngdoc service + * @name $provide + * + * @description + * + * The {@link auto.$provide $provide} service has a number of methods for registering components + * with the {@link auto.$injector $injector}. Many of these functions are also exposed on + * {@link angular.Module}. + * + * An Angular **service** is a singleton object created by a **service factory**. These **service + * factories** are functions which, in turn, are created by a **service provider**. + * The **service providers** are constructor functions. When instantiated they must contain a + * property called `$get`, which holds the **service factory** function. + * + * When you request a service, the {@link auto.$injector $injector} is responsible for finding the + * correct **service provider**, instantiating it and then calling its `$get` **service factory** + * function to get the instance of the **service**. + * + * Often services have no configuration options and there is no need to add methods to the service + * provider. The provider will be no more than a constructor function with a `$get` property. For + * these cases the {@link auto.$provide $provide} service has additional helper methods to register + * services without specifying a provider. + * + * * {@link auto.$provide#provider provider(name, provider)} - registers a **service provider** with the + * {@link auto.$injector $injector} + * * {@link auto.$provide#constant constant(name, obj)} - registers a value/object that can be accessed by + * providers and services. + * * {@link auto.$provide#value value(name, obj)} - registers a value/object that can only be accessed by + * services, not providers. + * * {@link auto.$provide#factory factory(name, fn)} - registers a service **factory function** + * that will be wrapped in a **service provider** object, whose `$get` property will contain the + * given factory function. + * * {@link auto.$provide#service service(name, Fn)} - registers a **constructor function** + * that will be wrapped in a **service provider** object, whose `$get` property will instantiate + * a new object using the given constructor function. + * * {@link auto.$provide#decorator decorator(name, decorFn)} - registers a **decorator function** that + * will be able to modify or replace the implementation of another service. + * + * See the individual methods for more information and examples. + */ - ////////////////////////////////////////// - // Functions which are declared directly. - ////////////////////////////////////////// - var JQLitePrototype = JQLite.prototype = { - ready: jqLiteReady, - toString: function toString() { - var value = []; - forEach(this, function (e) { - value.push('' + e); - }); - return '[' + value.join(', ') + ']'; - }, +/** + * @ngdoc method + * @name $provide#provider + * @description + * + * Register a **provider function** with the {@link auto.$injector $injector}. Provider functions + * are constructor functions, whose instances are responsible for "providing" a factory for a + * service. + * + * Service provider names start with the name of the service they provide followed by `Provider`. + * For example, the {@link ng.$log $log} service has a provider called + * {@link ng.$logProvider $logProvider}. + * + * Service provider objects can have additional methods which allow configuration of the provider + * and its service. Importantly, you can configure what kind of service is created by the `$get` + * method, or how that service will act. For example, the {@link ng.$logProvider $logProvider} has a + * method {@link ng.$logProvider#debugEnabled debugEnabled} + * which lets you specify whether the {@link ng.$log $log} service will log debug messages to the + * console or not. + * + * @param {string} name The name of the instance. NOTE: the provider will be available under `name + + 'Provider'` key. + * @param {(Object|function())} provider If the provider is: + * + * - `Object`: then it should have a `$get` method. The `$get` method will be invoked using + * {@link auto.$injector#invoke $injector.invoke()} when an instance needs to be created. + * - `Constructor`: a new instance of the provider will be created using + * {@link auto.$injector#instantiate $injector.instantiate()}, then treated as `object`. + * + * @returns {Object} registered provider instance - eq: function eq(index) { - return index >= 0 ? jqLite(this[index]) : jqLite(this[this.length + index]); - }, + * @example + * + * The following example shows how to create a simple event tracking service and register it using + * {@link auto.$provide#provider $provide.provider()}. + * + * ```js + * // Define the eventTracker provider + * function EventTrackerProvider() { + * var trackingUrl = '/track'; + * + * // A provider method for configuring where the tracked events should been saved + * this.setTrackingUrl = function(url) { + * trackingUrl = url; + * }; + * + * // The service factory function + * this.$get = ['$http', function($http) { + * var trackedEvents = {}; + * return { + * // Call this to track an event + * event: function(event) { + * var count = trackedEvents[event] || 0; + * count += 1; + * trackedEvents[event] = count; + * return count; + * }, + * // Call this to save the tracked events to the trackingUrl + * save: function() { + * $http.post(trackingUrl, trackedEvents); + * } + * }; + * }]; + * } + * + * describe('eventTracker', function() { + * var postSpy; + * + * beforeEach(module(function($provide) { + * // Register the eventTracker provider + * $provide.provider('eventTracker', EventTrackerProvider); + * })); + * + * beforeEach(module(function(eventTrackerProvider) { + * // Configure eventTracker provider + * eventTrackerProvider.setTrackingUrl('/custom-track'); + * })); + * + * it('tracks events', inject(function(eventTracker) { + * expect(eventTracker.event('login')).toEqual(1); + * expect(eventTracker.event('login')).toEqual(2); + * })); + * + * it('saves to the tracking url', inject(function(eventTracker, $http) { + * postSpy = spyOn($http, 'post'); + * eventTracker.event('login'); + * eventTracker.save(); + * expect(postSpy).toHaveBeenCalled(); + * expect(postSpy.mostRecentCall.args[0]).not.toEqual('/track'); + * expect(postSpy.mostRecentCall.args[0]).toEqual('/custom-track'); + * expect(postSpy.mostRecentCall.args[1]).toEqual({ 'login': 1 }); + * })); + * }); + * ``` + */ - length: 0, - push: push, - sort: [].sort, - splice: [].splice - }; +/** + * @ngdoc method + * @name $provide#factory + * @description + * + * Register a **service factory**, which will be called to return the service instance. + * This is short for registering a service where its provider consists of only a `$get` property, + * which is the given service factory function. + * You should use {@link auto.$provide#factory $provide.factory(getFn)} if you do not need to + * configure your service in a provider. + * + * @param {string} name The name of the instance. + * @param {Function|Array.} $getFn The injectable $getFn for the instance creation. + * Internally this is a short hand for `$provide.provider(name, {$get: $getFn})`. + * @returns {Object} registered provider instance + * + * @example + * Here is an example of registering a service + * ```js + * $provide.factory('ping', ['$http', function($http) { + * return function ping() { + * return $http.send('/ping'); + * }; + * }]); + * ``` + * You would then inject and use this service like this: + * ```js + * someModule.controller('Ctrl', ['ping', function(ping) { + * ping(); + * }]); + * ``` + */ - ////////////////////////////////////////// - // Functions iterating getter/setters. - // these functions return self on setter and - // value on get. - ////////////////////////////////////////// - var BOOLEAN_ATTR = {}; - forEach('multiple,selected,checked,disabled,readOnly,required,open'.split(','), function (value) { - BOOLEAN_ATTR[lowercase(value)] = value; - }); - var BOOLEAN_ELEMENTS = {}; - forEach('input,select,option,textarea,button,form,details'.split(','), function (value) { - BOOLEAN_ELEMENTS[value] = true; - }); - var ALIASED_ATTR = { - 'ngMinlength': 'minlength', - 'ngMaxlength': 'maxlength', - 'ngMin': 'min', - 'ngMax': 'max', - 'ngPattern': 'pattern', - 'ngStep': 'step' - }; - function getBooleanAttrName(element, name) { - // check dom last since we will most likely fail on name - var booleanAttr = BOOLEAN_ATTR[name.toLowerCase()]; +/** + * @ngdoc method + * @name $provide#service + * @description + * + * Register a **service constructor**, which will be invoked with `new` to create the service + * instance. + * This is short for registering a service where its provider's `$get` property is a factory + * function that returns an instance instantiated by the injector from the service constructor + * function. + * + * Internally it looks a bit like this: + * + * ``` + * { + * $get: function() { + * return $injector.instantiate(constructor); + * } + * } + * ``` + * + * + * You should use {@link auto.$provide#service $provide.service(class)} if you define your service + * as a type/class. + * + * @param {string} name The name of the instance. + * @param {Function|Array.} constructor An injectable class (constructor function) + * that will be instantiated. + * @returns {Object} registered provider instance + * + * @example + * Here is an example of registering a service using + * {@link auto.$provide#service $provide.service(class)}. + * ```js + * var Ping = function($http) { + * this.$http = $http; + * }; + * + * Ping.$inject = ['$http']; + * + * Ping.prototype.send = function() { + * return this.$http.get('/ping'); + * }; + * $provide.service('ping', Ping); + * ``` + * You would then inject and use this service like this: + * ```js + * someModule.controller('Ctrl', ['ping', function(ping) { + * ping.send(); + * }]); + * ``` + */ - // booleanAttr is here twice to minimize DOM access - return booleanAttr && BOOLEAN_ELEMENTS[nodeName_(element)] && booleanAttr; - } - function getAliasedAttrName(name) { - return ALIASED_ATTR[name]; - } +/** + * @ngdoc method + * @name $provide#value + * @description + * + * Register a **value service** with the {@link auto.$injector $injector}, such as a string, a + * number, an array, an object or a function. This is short for registering a service where its + * provider's `$get` property is a factory function that takes no arguments and returns the **value + * service**. That also means it is not possible to inject other services into a value service. + * + * Value services are similar to constant services, except that they cannot be injected into a + * module configuration function (see {@link angular.Module#config}) but they can be overridden by + * an Angular {@link auto.$provide#decorator decorator}. + * + * @param {string} name The name of the instance. + * @param {*} value The value. + * @returns {Object} registered provider instance + * + * @example + * Here are some examples of creating value services. + * ```js + * $provide.value('ADMIN_USER', 'admin'); + * + * $provide.value('RoleLookup', { admin: 0, writer: 1, reader: 2 }); + * + * $provide.value('halfOf', function(value) { + * return value / 2; + * }); + * ``` + */ - forEach({ - data: jqLiteData, - removeData: jqLiteRemoveData, - hasData: jqLiteHasData, - cleanData: function jqLiteCleanData(nodes) { - for (var i = 0, ii = nodes.length; i < ii; i++) { - jqLiteRemoveData(nodes[i]); - } - } - }, function (fn, name) { - JQLite[name] = fn; - }); - forEach({ - data: jqLiteData, - inheritedData: jqLiteInheritedData, +/** + * @ngdoc method + * @name $provide#constant + * @description + * + * Register a **constant service** with the {@link auto.$injector $injector}, such as a string, + * a number, an array, an object or a function. Like the {@link auto.$provide#value value}, it is not + * possible to inject other services into a constant. + * + * But unlike {@link auto.$provide#value value}, a constant can be + * injected into a module configuration function (see {@link angular.Module#config}) and it cannot + * be overridden by an Angular {@link auto.$provide#decorator decorator}. + * + * @param {string} name The name of the constant. + * @param {*} value The constant value. + * @returns {Object} registered instance + * + * @example + * Here a some examples of creating constants: + * ```js + * $provide.constant('SHARD_HEIGHT', 306); + * + * $provide.constant('MY_COLOURS', ['red', 'blue', 'grey']); + * + * $provide.constant('double', function(value) { + * return value * 2; + * }); + * ``` + */ - scope: function scope(element) { - // Can't use jqLiteData here directly so we stay compatible with jQuery! - return jqLite.data(element, '$scope') || jqLiteInheritedData(element.parentNode || element, ['$isolateScope', '$scope']); - }, - isolateScope: function isolateScope(element) { - // Can't use jqLiteData here directly so we stay compatible with jQuery! - return jqLite.data(element, '$isolateScope') || jqLite.data(element, '$isolateScopeNoTemplate'); - }, +/** + * @ngdoc method + * @name $provide#decorator + * @description + * + * Register a **decorator function** with the {@link auto.$injector $injector}. A decorator function + * intercepts the creation of a service, allowing it to override or modify the behavior of the + * service. The return value of the decorator function may be the original service, or a new service + * that replaces (or wraps and delegates to) the original service. + * + * You can find out more about using decorators in the {@link guide/decorators} guide. + * + * @param {string} name The name of the service to decorate. + * @param {Function|Array.} decorator This function will be invoked when the service needs to be + * provided and should return the decorated service instance. The function is called using + * the {@link auto.$injector#invoke injector.invoke} method and is therefore fully injectable. + * Local injection arguments: + * + * * `$delegate` - The original service instance, which can be replaced, monkey patched, configured, + * decorated or delegated to. + * + * @example + * Here we decorate the {@link ng.$log $log} service to convert warnings to errors by intercepting + * calls to {@link ng.$log#error $log.warn()}. + * ```js + * $provide.decorator('$log', ['$delegate', function($delegate) { + * $delegate.warn = $delegate.error; + * return $delegate; + * }]); + * ``` + */ - controller: jqLiteController, - injector: function injector(element) { - return jqLiteInheritedData(element, '$injector'); - }, +function createInjector(modulesToLoad, strictDi) { + strictDi = (strictDi === true); + var INSTANTIATING = {}, + providerSuffix = 'Provider', + path = [], + loadedModules = new NgMap(), + providerCache = { + $provide: { + provider: supportObject(provider), + factory: supportObject(factory), + service: supportObject(service), + value: supportObject(value), + constant: supportObject(constant), + decorator: decorator + } + }, + providerInjector = (providerCache.$injector = + createInternalInjector(providerCache, function(serviceName, caller) { + if (angular.isString(caller)) { + path.push(caller); + } + throw $injectorMinErr('unpr', 'Unknown provider: {0}', path.join(' <- ')); + })), + instanceCache = {}, + protoInstanceInjector = + createInternalInjector(instanceCache, function(serviceName, caller) { + var provider = providerInjector.get(serviceName + providerSuffix, caller); + return instanceInjector.invoke( + provider.$get, provider, undefined, serviceName); + }), + instanceInjector = protoInstanceInjector; + + providerCache['$injector' + providerSuffix] = { $get: valueFn(protoInstanceInjector) }; + instanceInjector.modules = providerInjector.modules = createMap(); + var runBlocks = loadModules(modulesToLoad); + instanceInjector = protoInstanceInjector.get('$injector'); + instanceInjector.strictDi = strictDi; + forEach(runBlocks, function(fn) { if (fn) instanceInjector.invoke(fn); }); + + instanceInjector.loadNewModules = function(mods) { + forEach(loadModules(mods), function(fn) { if (fn) instanceInjector.invoke(fn); }); + }; - removeAttr: function removeAttr(element, name) { - element.removeAttribute(name); - }, - hasClass: jqLiteHasClass, + return instanceInjector; - css: function css(element, name, value) { - name = cssKebabToCamel(name); + //////////////////////////////////// + // $provider + //////////////////////////////////// - if (isDefined(value)) { - element.style[name] = value; + function supportObject(delegate) { + return function(key, value) { + if (isObject(key)) { + forEach(key, reverseParams(delegate)); } else { - return element.style[name]; + return delegate(key, value); } - }, + }; + } - attr: function attr(element, name, value) { - var ret; - var nodeType = element.nodeType; - if (nodeType === NODE_TYPE_TEXT || nodeType === NODE_TYPE_ATTRIBUTE || nodeType === NODE_TYPE_COMMENT || !element.getAttribute) { - return; + function provider(name, provider_) { + assertNotHasOwnProperty(name, 'service'); + if (isFunction(provider_) || isArray(provider_)) { + provider_ = providerInjector.instantiate(provider_); + } + if (!provider_.$get) { + throw $injectorMinErr('pget', 'Provider \'{0}\' must define $get factory method.', name); + } + return (providerCache[name + providerSuffix] = provider_); + } + + function enforceReturnValue(name, factory) { + return /** @this */ function enforcedReturnValue() { + var result = instanceInjector.invoke(factory, this); + if (isUndefined(result)) { + throw $injectorMinErr('undef', 'Provider \'{0}\' must return a value from $get factory method.', name); } + return result; + }; + } - var lowercasedName = lowercase(name); - var isBooleanAttr = BOOLEAN_ATTR[lowercasedName]; + function factory(name, factoryFn, enforce) { + return provider(name, { + $get: enforce !== false ? enforceReturnValue(name, factoryFn) : factoryFn + }); + } - if (isDefined(value)) { - // setter + function service(name, constructor) { + return factory(name, ['$injector', function($injector) { + return $injector.instantiate(constructor); + }]); + } - if (value === null || value === false && isBooleanAttr) { - element.removeAttribute(name); - } else { - element.setAttribute(name, isBooleanAttr ? lowercasedName : value); - } - } else { - // getter + function value(name, val) { return factory(name, valueFn(val), false); } - ret = element.getAttribute(name); + function constant(name, value) { + assertNotHasOwnProperty(name, 'constant'); + providerCache[name] = value; + instanceCache[name] = value; + } - if (isBooleanAttr && ret !== null) { - ret = lowercasedName; - } - // Normalize non-existing attributes to undefined (as jQuery). - return ret === null ? undefined : ret; - } - }, + function decorator(serviceName, decorFn) { + var origProvider = providerInjector.get(serviceName + providerSuffix), + orig$get = origProvider.$get; - prop: function prop(element, name, value) { - if (isDefined(value)) { - element[name] = value; - } else { - return element[name]; - } - }, + origProvider.$get = function() { + var origInstance = instanceInjector.invoke(orig$get, origProvider); + return instanceInjector.invoke(decorFn, null, {$delegate: origInstance}); + }; + } - text: function () { - getText.$dv = ''; - return getText; + //////////////////////////////////// + // Module Loading + //////////////////////////////////// + function loadModules(modulesToLoad) { + assertArg(isUndefined(modulesToLoad) || isArray(modulesToLoad), 'modulesToLoad', 'not an array'); + var runBlocks = [], moduleFn; + forEach(modulesToLoad, function(module) { + if (loadedModules.get(module)) return; + loadedModules.set(module, true); - function getText(element, value) { - if (isUndefined(value)) { - var nodeType = element.nodeType; - return nodeType === NODE_TYPE_ELEMENT || nodeType === NODE_TYPE_TEXT ? element.textContent : ''; - } - element.textContent = value; - } - }(), + function runInvokeQueue(queue) { + var i, ii; + for (i = 0, ii = queue.length; i < ii; i++) { + var invokeArgs = queue[i], + provider = providerInjector.get(invokeArgs[0]); - val: function val(element, value) { - if (isUndefined(value)) { - if (element.multiple && nodeName_(element) === 'select') { - var result = []; - forEach(element.options, function (option) { - if (option.selected) { - result.push(option.value || option.text); - } - }); - return result; + provider[invokeArgs[1]].apply(provider, invokeArgs[2]); } - return element.value; - } - element.value = value; - }, - - html: function html(element, value) { - if (isUndefined(value)) { - return element.innerHTML; } - jqLiteDealoc(element, true); - element.innerHTML = value; - }, - empty: jqLiteEmpty - }, function (fn, name) { - /** - * Properties: writes return selection, reads return first value - */ - JQLite.prototype[name] = function (arg1, arg2) { - var i, key; - var nodeCount = this.length; - - // jqLiteHasClass has only two arguments, but is a getter-only fn, so we need to special-case it - // in a way that survives minification. - // jqLiteEmpty takes no arguments but is a setter. - if (fn !== jqLiteEmpty && isUndefined(fn.length === 2 && fn !== jqLiteHasClass && fn !== jqLiteController ? arg1 : arg2)) { - if (isObject(arg1)) { - - // we are a write, but the object properties are the key/values - for (i = 0; i < nodeCount; i++) { - if (fn === jqLiteData) { - // data() takes the whole object in jQuery - fn(this[i], arg1); - } else { - for (key in arg1) { - fn(this[i], key, arg1[key]); - } - } - } - // return self for chaining - return this; + try { + if (isString(module)) { + moduleFn = angularModule(module); + instanceInjector.modules[module] = moduleFn; + runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); + runInvokeQueue(moduleFn._invokeQueue); + runInvokeQueue(moduleFn._configBlocks); + } else if (isFunction(module)) { + runBlocks.push(providerInjector.invoke(module)); + } else if (isArray(module)) { + runBlocks.push(providerInjector.invoke(module)); } else { - // we are a read, so read the first child. - // TODO: do we still need this? - var value = fn.$dv; - // Only if we have $dv do we iterate over all, otherwise it is just the first element. - var jj = isUndefined(value) ? Math.min(nodeCount, 1) : nodeCount; - for (var j = 0; j < jj; j++) { - var nodeValue = fn(this[j], arg1, arg2); - value = value ? value + nodeValue : nodeValue; - } - return value; + assertArgFn(module, 'module'); } - } else { - // we are a write, so apply to all children - for (i = 0; i < nodeCount; i++) { - fn(this[i], arg1, arg2); + } catch (e) { + if (isArray(module)) { + module = module[module.length - 1]; } - // return self for chaining - return this; + if (e.message && e.stack && e.stack.indexOf(e.message) === -1) { + // Safari & FF's stack traces don't contain error.message content + // unlike those of Chrome and IE + // So if stack doesn't contain message, we create a new string that contains both. + // Since error.stack is read-only in Safari, I'm overriding e and not e.stack here. + // eslint-disable-next-line no-ex-assign + e = e.message + '\n' + e.stack; + } + throw $injectorMinErr('modulerr', 'Failed to instantiate module {0} due to:\n{1}', + module, e.stack || e.message || e); } - }; - }); - - function createEventHandler(element, events) { - var eventHandler = function eventHandler(event, type) { - // jQuery specific api - event.isDefaultPrevented = function () { - return event.defaultPrevented; - }; - - var eventFns = events[type || event.type]; - var eventFnsLength = eventFns ? eventFns.length : 0; - - if (!eventFnsLength) return; + }); + return runBlocks; + } - if (isUndefined(event.immediatePropagationStopped)) { - var originalStopImmediatePropagation = event.stopImmediatePropagation; - event.stopImmediatePropagation = function () { - event.immediatePropagationStopped = true; + //////////////////////////////////// + // internal Injector + //////////////////////////////////// - if (event.stopPropagation) { - event.stopPropagation(); - } + function createInternalInjector(cache, factory) { - if (originalStopImmediatePropagation) { - originalStopImmediatePropagation.call(event); + function getService(serviceName, caller) { + if (cache.hasOwnProperty(serviceName)) { + if (cache[serviceName] === INSTANTIATING) { + throw $injectorMinErr('cdep', 'Circular dependency found: {0}', + serviceName + ' <- ' + path.join(' <- ')); + } + return cache[serviceName]; + } else { + try { + path.unshift(serviceName); + cache[serviceName] = INSTANTIATING; + cache[serviceName] = factory(serviceName, caller); + return cache[serviceName]; + } catch (err) { + if (cache[serviceName] === INSTANTIATING) { + delete cache[serviceName]; } - }; + throw err; + } finally { + path.shift(); + } } + } - event.isImmediatePropagationStopped = function () { - return event.immediatePropagationStopped === true; - }; - - // Some events have special handlers that wrap the real handler - var handlerWrapper = eventFns.specialHandlerWrapper || defaultHandlerWrapper; - // Copy event handlers in case event handlers array is modified during execution. - if (eventFnsLength > 1) { - eventFns = shallowCopy(eventFns); - } + function injectionArgs(fn, locals, serviceName) { + var args = [], + $inject = createInjector.$$annotate(fn, strictDi, serviceName); - for (var i = 0; i < eventFnsLength; i++) { - if (!event.isImmediatePropagationStopped()) { - handlerWrapper(element, event, eventFns[i]); + for (var i = 0, length = $inject.length; i < length; i++) { + var key = $inject[i]; + if (typeof key !== 'string') { + throw $injectorMinErr('itkn', + 'Incorrect injection token! Expected service name as string, got {0}', key); } + args.push(locals && locals.hasOwnProperty(key) ? locals[key] : + getService(key, serviceName)); } - }; - - // TODO: this is a hack for angularMocks/clearDataCache that makes it possible to deregister all - // events on `element` - eventHandler.elem = element; - return eventHandler; - } - - function defaultHandlerWrapper(element, event, handler) { - handler.call(element, event); - } - - function specialMouseHandlerWrapper(target, event, handler) { - // Refer to jQuery's implementation of mouseenter & mouseleave - // Read about mouseenter and mouseleave: - // http://www.quirksmode.org/js/events_mouse.html#link8 - var related = event.relatedTarget; - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if (!related || related !== target && !jqLiteContains.call(target, related)) { - handler.call(target, event); + return args; } - } - - ////////////////////////////////////////// - // Functions iterating traversal. - // These functions chain results into a single - // selector. - ////////////////////////////////////////// - forEach({ - removeData: jqLiteRemoveData, - on: function jqLiteOn(element, type, fn, unsupported) { - if (isDefined(unsupported)) throw jqLiteMinErr('onargs', 'jqLite#on() does not support the `selector` or `eventData` parameters'); - - // Do not add event handlers to non-elements because they will not be cleaned up. - if (!jqLiteAcceptsData(element)) { - return; + function isClass(func) { + // Support: IE 9-11 only + // IE 9-11 do not support classes and IE9 leaks with the code below. + if (msie || typeof func !== 'function') { + return false; } - - var expandoStore = jqLiteExpandoStore(element, true); - var events = expandoStore.events; - var handle = expandoStore.handle; - - if (!handle) { - handle = expandoStore.handle = createEventHandler(element, events); + var result = func.$$ngIsClass; + if (!isBoolean(result)) { + // Support: Edge 12-13 only + // See: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6156135/ + result = func.$$ngIsClass = /^(?:class\b|constructor\()/.test(stringifyFn(func)); } + return result; + } - // http://jsperf.com/string-indexof-vs-split - var types = type.indexOf(' ') >= 0 ? type.split(' ') : [type]; - var i = types.length; - - var addHandler = function addHandler(type, specialHandlerWrapper, noEventListener) { - var eventFns = events[type]; - - if (!eventFns) { - eventFns = events[type] = []; - eventFns.specialHandlerWrapper = specialHandlerWrapper; - if (type !== '$destroy' && !noEventListener) { - element.addEventListener(type, handle); - } - } + function invoke(fn, self, locals, serviceName) { + if (typeof locals === 'string') { + serviceName = locals; + locals = null; + } - eventFns.push(fn); - }; + var args = injectionArgs(fn, locals, serviceName); + if (isArray(fn)) { + fn = fn[fn.length - 1]; + } - while (i--) { - type = types[i]; - if (MOUSE_EVENT_MAP[type]) { - addHandler(MOUSE_EVENT_MAP[type], specialMouseHandlerWrapper); - addHandler(type, undefined, true); - } else { - addHandler(type); - } + if (!isClass(fn)) { + // http://jsperf.com/angularjs-invoke-apply-vs-switch + // #5388 + return fn.apply(self, args); + } else { + args.unshift(null); + return new (Function.prototype.bind.apply(fn, args))(); } - }, + } - off: jqLiteOff, - one: function one(element, type, fn) { - element = jqLite(element); + function instantiate(Type, locals, serviceName) { + // Check if Type is annotated and use just the given function at n-1 as parameter + // e.g. someModule.factory('greeter', ['$window', function(renamed$window) {}]); + var ctor = (isArray(Type) ? Type[Type.length - 1] : Type); + var args = injectionArgs(Type, locals, serviceName); + // Empty object at position 0 is ignored for invocation with `new`, but required. + args.unshift(null); + return new (Function.prototype.bind.apply(ctor, args))(); + } - //add the listener twice so that when it is called - //you can remove the original function and still be - //able to call element.off(ev, fn) normally - element.on(type, function onFn() { - element.off(type, fn); - element.off(type, onFn); - }); - element.on(type, fn); - }, - replaceWith: function replaceWith(element, replaceNode) { - var index, - parent = element.parentNode; - jqLiteDealoc(element); - forEach(new JQLite(replaceNode), function (node) { - if (index) { - parent.insertBefore(node, index.nextSibling); - } else { - parent.replaceChild(node, element); - } - index = node; - }); - }, + return { + invoke: invoke, + instantiate: instantiate, + get: getService, + annotate: createInjector.$$annotate, + has: function(name) { + return providerCache.hasOwnProperty(name + providerSuffix) || cache.hasOwnProperty(name); + } + }; + } +} - children: function children(element) { - var children = []; - forEach(element.childNodes, function (element) { - if (element.nodeType === NODE_TYPE_ELEMENT) { - children.push(element); - } - }); - return children; - }, +createInjector.$$annotate = annotate; - contents: function contents(element) { - return element.contentDocument || element.childNodes || []; - }, +/** + * @ngdoc provider + * @name $anchorScrollProvider + * @this + * + * @description + * Use `$anchorScrollProvider` to disable automatic scrolling whenever + * {@link ng.$location#hash $location.hash()} changes. + */ +function $AnchorScrollProvider() { - append: function append(element, node) { - var nodeType = element.nodeType; - if (nodeType !== NODE_TYPE_ELEMENT && nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT) return; + var autoScrollingEnabled = true; - node = new JQLite(node); + /** + * @ngdoc method + * @name $anchorScrollProvider#disableAutoScrolling + * + * @description + * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to + * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
    + * Use this method to disable automatic scrolling. + * + * If automatic scrolling is disabled, one must explicitly call + * {@link ng.$anchorScroll $anchorScroll()} in order to scroll to the element related to the + * current hash. + */ + this.disableAutoScrolling = function() { + autoScrollingEnabled = false; + }; - for (var i = 0, ii = node.length; i < ii; i++) { - var child = node[i]; - element.appendChild(child); - } - }, + /** + * @ngdoc service + * @name $anchorScroll + * @kind function + * @requires $window + * @requires $location + * @requires $rootScope + * + * @description + * When called, it scrolls to the element related to the specified `hash` or (if omitted) to the + * current value of {@link ng.$location#hash $location.hash()}, according to the rules specified + * in the + * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document). + * + * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to + * match any anchor whenever it changes. This can be disabled by calling + * {@link ng.$anchorScrollProvider#disableAutoScrolling $anchorScrollProvider.disableAutoScrolling()}. + * + * Additionally, you can use its {@link ng.$anchorScroll#yOffset yOffset} property to specify a + * vertical scroll-offset (either fixed or dynamic). + * + * @param {string=} hash The hash specifying the element to scroll to. If omitted, the value of + * {@link ng.$location#hash $location.hash()} will be used. + * + * @property {(number|function|jqLite)} yOffset + * If set, specifies a vertical scroll-offset. This is often useful when there are fixed + * positioned elements at the top of the page, such as navbars, headers etc. + * + * `yOffset` can be specified in various ways: + * - **number**: A fixed number of pixels to be used as offset.

    + * - **function**: A getter function called everytime `$anchorScroll()` is executed. Must return + * a number representing the offset (in pixels).

    + * - **jqLite**: A jqLite/jQuery element to be used for specifying the offset. The distance from + * the top of the page to the element's bottom will be used as offset.
    + * **Note**: The element will be taken into account only as long as its `position` is set to + * `fixed`. This option is useful, when dealing with responsive navbars/headers that adjust + * their height and/or positioning according to the viewport's size. + * + *
    + *
    + * In order for `yOffset` to work properly, scrolling should take place on the document's root and + * not some child element. + *
    + * + * @example + + +
    + Go to bottom + You're at the bottom! +
    +
    + + angular.module('anchorScrollExample', []) + .controller('ScrollController', ['$scope', '$location', '$anchorScroll', + function($scope, $location, $anchorScroll) { + $scope.gotoBottom = function() { + // set the location.hash to the id of + // the element you wish to scroll to. + $location.hash('bottom'); + + // call $anchorScroll() + $anchorScroll(); + }; + }]); + + + #scrollArea { + height: 280px; + overflow: auto; + } - prepend: function prepend(element, node) { - if (element.nodeType === NODE_TYPE_ELEMENT) { - var index = element.firstChild; - forEach(new JQLite(node), function (child) { - element.insertBefore(child, index); - }); - } - }, + #bottom { + display: block; + margin-top: 2000px; + } + +
    + * + *
    + * The example below illustrates the use of a vertical scroll-offset (specified as a fixed value). + * See {@link ng.$anchorScroll#yOffset $anchorScroll.yOffset} for more details. + * + * @example + + + +
    + Anchor {{x}} of 5 +
    +
    + + angular.module('anchorScrollOffsetExample', []) + .run(['$anchorScroll', function($anchorScroll) { + $anchorScroll.yOffset = 50; // always scroll by 50 extra pixels + }]) + .controller('headerCtrl', ['$anchorScroll', '$location', '$scope', + function($anchorScroll, $location, $scope) { + $scope.gotoAnchor = function(x) { + var newHash = 'anchor' + x; + if ($location.hash() !== newHash) { + // set the $location.hash to `newHash` and + // $anchorScroll will automatically scroll to it + $location.hash('anchor' + x); + } else { + // call $anchorScroll() explicitly, + // since $location.hash hasn't changed + $anchorScroll(); + } + }; + } + ]); + + + body { + padding-top: 50px; + } - wrap: function wrap(element, wrapNode) { - jqLiteWrapNode(element, jqLite(wrapNode).eq(0).clone()[0]); - }, + .anchor { + border: 2px dashed DarkOrchid; + padding: 10px 10px 200px 10px; + } - remove: jqLiteRemove, + .fixed-header { + background-color: rgba(0, 0, 0, 0.2); + height: 50px; + position: fixed; + top: 0; left: 0; right: 0; + } - detach: function detach(element) { - jqLiteRemove(element, true); - }, + .fixed-header > a { + display: inline-block; + margin: 5px 15px; + } + +
    + */ + this.$get = ['$window', '$location', '$rootScope', function($window, $location, $rootScope) { + var document = $window.document; + + // Helper function to get first anchor from a NodeList + // (using `Array#some()` instead of `angular#forEach()` since it's more performant + // and working in all supported browsers.) + function getFirstAnchor(list) { + var result = null; + Array.prototype.some.call(list, function(element) { + if (nodeName_(element) === 'a') { + result = element; + return true; + } + }); + return result; + } - after: function after(element, newElement) { - var index = element, - parent = element.parentNode; + function getYOffset() { - if (parent) { - newElement = new JQLite(newElement); + var offset = scroll.yOffset; - for (var i = 0, ii = newElement.length; i < ii; i++) { - var node = newElement[i]; - parent.insertBefore(node, index.nextSibling); - index = node; + if (isFunction(offset)) { + offset = offset(); + } else if (isElement(offset)) { + var elem = offset[0]; + var style = $window.getComputedStyle(elem); + if (style.position !== 'fixed') { + offset = 0; + } else { + offset = elem.getBoundingClientRect().bottom; } + } else if (!isNumber(offset)) { + offset = 0; } - }, - - addClass: jqLiteAddClass, - removeClass: jqLiteRemoveClass, - toggleClass: function toggleClass(element, selector, condition) { - if (selector) { - forEach(selector.split(' '), function (className) { - var classCondition = condition; - if (isUndefined(classCondition)) { - classCondition = !jqLiteHasClass(element, className); - } - (classCondition ? jqLiteAddClass : jqLiteRemoveClass)(element, className); - }); - } - }, + return offset; + } - parent: function parent(element) { - var parent = element.parentNode; - return parent && parent.nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT ? parent : null; - }, + function scrollTo(elem) { + if (elem) { + elem.scrollIntoView(); - next: function next(element) { - return element.nextElementSibling; - }, + var offset = getYOffset(); - find: function find(element, selector) { - if (element.getElementsByTagName) { - return element.getElementsByTagName(selector); + if (offset) { + // `offset` is the number of pixels we should scroll UP in order to align `elem` properly. + // This is true ONLY if the call to `elem.scrollIntoView()` initially aligns `elem` at the + // top of the viewport. + // + // IF the number of pixels from the top of `elem` to the end of the page's content is less + // than the height of the viewport, then `elem.scrollIntoView()` will align the `elem` some + // way down the page. + // + // This is often the case for elements near the bottom of the page. + // + // In such cases we do not need to scroll the whole `offset` up, just the difference between + // the top of the element and the offset, which is enough to align the top of `elem` at the + // desired position. + var elemTop = elem.getBoundingClientRect().top; + $window.scrollBy(0, elemTop - offset); + } } else { - return []; + $window.scrollTo(0, 0); } - }, + } - clone: jqLiteClone, + function scroll(hash) { + // Allow numeric hashes + hash = isString(hash) ? hash : isNumber(hash) ? hash.toString() : $location.hash(); + var elm; - triggerHandler: function triggerHandler(element, event, extraParameters) { + // empty hash, scroll to the top of the page + if (!hash) scrollTo(null); - var dummyEvent, eventFnsCopy, handlerArgs; - var eventName = event.type || event; - var expandoStore = jqLiteExpandoStore(element); - var events = expandoStore && expandoStore.events; - var eventFns = events && events[eventName]; + // element with given id + else if ((elm = document.getElementById(hash))) scrollTo(elm); - if (eventFns) { - // Create a dummy event to pass to the handlers - dummyEvent = { - preventDefault: function preventDefault() { - this.defaultPrevented = true; - }, - isDefaultPrevented: function isDefaultPrevented() { - return this.defaultPrevented === true; - }, - stopImmediatePropagation: function stopImmediatePropagation() { - this.immediatePropagationStopped = true; - }, - isImmediatePropagationStopped: function isImmediatePropagationStopped() { - return this.immediatePropagationStopped === true; - }, - stopPropagation: noop, - type: eventName, - target: element - }; + // first anchor with given name :-D + else if ((elm = getFirstAnchor(document.getElementsByName(hash)))) scrollTo(elm); - // If a custom event was provided then extend our dummy event with it - if (event.type) { - dummyEvent = extend(dummyEvent, event); - } + // no element and hash === 'top', scroll to the top of the page + else if (hash === 'top') scrollTo(null); + } - // Copy event handlers in case event handlers array is modified during execution. - eventFnsCopy = shallowCopy(eventFns); - handlerArgs = extraParameters ? [dummyEvent].concat(extraParameters) : [dummyEvent]; + // does not scroll when user clicks on anchor link that is currently on + // (no url change, no $location.hash() change), browser native does scroll + if (autoScrollingEnabled) { + $rootScope.$watch(function autoScrollWatch() {return $location.hash();}, + function autoScrollWatchAction(newVal, oldVal) { + // skip the initial scroll if $location.hash is empty + if (newVal === oldVal && newVal === '') return; - forEach(eventFnsCopy, function (fn) { - if (!dummyEvent.isImmediatePropagationStopped()) { - fn.apply(element, handlerArgs); - } + jqLiteDocumentLoaded(function() { + $rootScope.$evalAsync(scroll); + }); }); - } } - }, function (fn, name) { - /** - * chaining functions - */ - JQLite.prototype[name] = function (arg1, arg2, arg3) { - var value; - - for (var i = 0, ii = this.length; i < ii; i++) { - if (isUndefined(value)) { - value = fn(this[i], arg1, arg2, arg3); - if (isDefined(value)) { - // any function which returns a value needs to be wrapped - value = jqLite(value); - } - } else { - jqLiteAddNodes(value, fn(this[i], arg1, arg2, arg3)); - } - } - return isDefined(value) ? value : this; - }; - }); - // bind legacy bind/unbind to on/off - JQLite.prototype.bind = JQLite.prototype.on; - JQLite.prototype.unbind = JQLite.prototype.off; - - // Provider for private $$jqLite service - /** @this */ - function $$jqLiteProvider() { - this.$get = function $$jqLite() { - return extend(JQLite, { - hasClass: function hasClass(node, classes) { - if (node.attr) node = node[0]; - return jqLiteHasClass(node, classes); - }, - addClass: function addClass(node, classes) { - if (node.attr) node = node[0]; - return jqLiteAddClass(node, classes); - }, - removeClass: function removeClass(node, classes) { - if (node.attr) node = node[0]; - return jqLiteRemoveClass(node, classes); - } - }); - }; - } + return scroll; + }]; +} - /** - * Computes a hash of an 'obj'. - * Hash of a: - * string is string - * number is number as string - * object is either result of calling $$hashKey function on the object or uniquely generated id, - * that is also assigned to the $$hashKey property of the object. - * - * @param obj - * @returns {string} hash string such that the same input will have the same hash string. - * The resulting string key is in 'type:hashKey' format. - */ - function hashKey(obj, nextUidFn) { - var key = obj && obj.$$hashKey; +var $animateMinErr = minErr('$animate'); +var ELEMENT_NODE = 1; +var NG_ANIMATE_CLASSNAME = 'ng-animate'; - if (key) { - if (typeof key === 'function') { - key = obj.$$hashKey(); - } - return key; - } +function mergeClasses(a,b) { + if (!a && !b) return ''; + if (!a) return b; + if (!b) return a; + if (isArray(a)) a = a.join(' '); + if (isArray(b)) b = b.join(' '); + return a + ' ' + b; +} - var objType = typeof obj === 'undefined' ? 'undefined' : _typeof(obj); - if (objType === 'function' || objType === 'object' && obj !== null) { - key = obj.$$hashKey = objType + ':' + (nextUidFn || nextUid)(); - } else { - key = objType + ':' + obj; +function extractElementNode(element) { + for (var i = 0; i < element.length; i++) { + var elm = element[i]; + if (elm.nodeType === ELEMENT_NODE) { + return elm; } - - return key; } +} - // A minimal ES2015 Map implementation. - // Should be bug/feature equivalent to the native implementations of supported browsers - // (for the features required in Angular). - // See https://kangax.github.io/compat-table/es6/#test-Map - var nanKey = Object.create(null); - function NgMapShim() { - this._keys = []; - this._values = []; - this._lastKey = NaN; - this._lastIndex = -1; +function splitClasses(classes) { + if (isString(classes)) { + classes = classes.split(' '); } - NgMapShim.prototype = { - _idx: function _idx(key) { - if (key === this._lastKey) { - return this._lastIndex; - } - this._lastKey = key; - this._lastIndex = this._keys.indexOf(key); - return this._lastIndex; - }, - _transformKey: function _transformKey(key) { - return isNumberNaN(key) ? nanKey : key; - }, - get: function get(key) { - key = this._transformKey(key); - var idx = this._idx(key); - if (idx !== -1) { - return this._values[idx]; - } - }, - set: function set(key, value) { - key = this._transformKey(key); - var idx = this._idx(key); - if (idx === -1) { - idx = this._lastIndex = this._keys.length; - } - this._keys[idx] = key; - this._values[idx] = value; - // Support: IE11 - // Do not `return this` to simulate the partial IE11 implementation - }, - delete: function _delete(key) { - key = this._transformKey(key); - var idx = this._idx(key); - if (idx === -1) { - return false; - } - this._keys.splice(idx, 1); - this._values.splice(idx, 1); - this._lastKey = NaN; - this._lastIndex = -1; - return true; + // Use createMap() to prevent class assumptions involving property names in + // Object.prototype + var obj = createMap(); + forEach(classes, function(klass) { + // sometimes the split leaves empty string values + // incase extra spaces were applied to the options + if (klass.length) { + obj[klass] = true; } - }; + }); + return obj; +} - // For now, always use `NgMapShim`, even if `window.Map` is available. Some native implementations - // are still buggy (often in subtle ways) and can cause hard-to-debug failures. When native `Map` - // implementations get more stable, we can reconsider switching to `window.Map` (when available). - var NgMap = NgMapShim; +// if any other type of options value besides an Object value is +// passed into the $animate.method() animation then this helper code +// will be run which will ignore it. While this patch is not the +// greatest solution to this, a lot of existing plugins depend on +// $animate to either call the callback (< 1.2) or return a promise +// that can be changed. This helper function ensures that the options +// are wiped clean incase a callback function is provided. +function prepareAnimateOptions(options) { + return isObject(options) + ? options + : {}; +} - var $$MapProvider = [/** @this */function () { - this.$get = [function () { - return NgMap; - }]; - }]; +var $$CoreAnimateJsProvider = /** @this */ function() { + this.$get = noop; +}; - /** - * @ngdoc function - * @module ng - * @name angular.injector - * @kind function - * - * @description - * Creates an injector object that can be used for retrieving services as well as for - * dependency injection (see {@link guide/di dependency injection}). - * - * @param {Array.} modules A list of module functions or their aliases. See - * {@link angular.module}. The `ng` module must be explicitly added. - * @param {boolean=} [strictDi=false] Whether the injector should be in strict mode, which - * disallows argument name annotation inference. - * @returns {injector} Injector object. See {@link auto.$injector $injector}. - * - * @example - * Typical usage - * ```js - * // create an injector - * var $injector = angular.injector(['ng']); - * - * // use the injector to kick off your application - * // use the type inference to auto inject arguments, or use implicit injection - * $injector.invoke(function($rootScope, $compile, $document) { - * $compile($document)($rootScope); - * $rootScope.$digest(); - * }); - * ``` - * - * Sometimes you want to get access to the injector of a currently running Angular app - * from outside Angular. Perhaps, you want to inject and compile some markup after the - * application has been bootstrapped. You can do this using the extra `injector()` added - * to JQuery/jqLite elements. See {@link angular.element}. - * - * *This is fairly rare but could be the case if a third party library is injecting the - * markup.* - * - * In the following example a new block of HTML containing a `ng-controller` - * directive is added to the end of the document body by JQuery. We then compile and link - * it into the current AngularJS scope. - * - * ```js - * var $div = $('
    {{content.label}}
    '); - * $(document.body).append($div); - * - * angular.element(document).injector().invoke(function($compile) { - * var scope = angular.element($div).scope(); - * $compile($div)(scope); - * }); - * ``` - */ +// this is prefixed with Core since it conflicts with +// the animateQueueProvider defined in ngAnimate/animateQueue.js +var $$CoreAnimateQueueProvider = /** @this */ function() { + var postDigestQueue = new NgMap(); + var postDigestElements = []; - /** - * @ngdoc module - * @name auto - * @installation - * @description - * - * Implicit module which gets automatically added to each {@link auto.$injector $injector}. - */ + this.$get = ['$$AnimateRunner', '$rootScope', + function($$AnimateRunner, $rootScope) { + return { + enabled: noop, + on: noop, + off: noop, + pin: noop, - var ARROW_ARG = /^([^(]+?)=>/; - var FN_ARGS = /^[^(]*\(\s*([^)]*)\)/m; - var FN_ARG_SPLIT = /,/; - var FN_ARG = /^\s*(_?)(\S+?)\1\s*$/; - var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg; - var $injectorMinErr = minErr('$injector'); + push: function(element, event, options, domOperation) { + if (domOperation) { + domOperation(); + } - function stringifyFn(fn) { - return Function.prototype.toString.call(fn); - } + options = options || {}; + if (options.from) { + element.css(options.from); + } + if (options.to) { + element.css(options.to); + } - function extractArgs(fn) { - var fnText = stringifyFn(fn).replace(STRIP_COMMENTS, ''), - args = fnText.match(ARROW_ARG) || fnText.match(FN_ARGS); - return args; - } + if (options.addClass || options.removeClass) { + addRemoveClassesPostDigest(element, options.addClass, options.removeClass); + } - function anonFn(fn) { - // For anonymous functions, showing at the very least the function signature can help in - // debugging. - var args = extractArgs(fn); - if (args) { - return 'function(' + (args[1] || '').replace(/[\s\r\n]+/, ' ') + ')'; - } - return 'fn'; - } + var runner = new $$AnimateRunner(); + + // since there are no animations to run the runner needs to be + // notified that the animation call is complete. + runner.complete(); + return runner; + } + }; - function annotate(fn, strictDi, name) { - var $inject, argDecl, last; - if (typeof fn === 'function') { - if (!($inject = fn.$inject)) { - $inject = []; - if (fn.length) { - if (strictDi) { - if (!isString(name) || !name) { - name = fn.name || anonFn(fn); - } - throw $injectorMinErr('strictdi', '{0} is not using explicit annotation and cannot be invoked in strict mode', name); + function updateData(data, classes, value) { + var changed = false; + if (classes) { + classes = isString(classes) ? classes.split(' ') : + isArray(classes) ? classes : []; + forEach(classes, function(className) { + if (className) { + changed = true; + data[className] = value; } - argDecl = extractArgs(fn); - forEach(argDecl[1].split(FN_ARG_SPLIT), function (arg) { - arg.replace(FN_ARG, function (all, underscore, name) { - $inject.push(name); - }); + }); + } + return changed; + } + + function handleCSSClassChanges() { + forEach(postDigestElements, function(element) { + var data = postDigestQueue.get(element); + if (data) { + var existing = splitClasses(element.attr('class')); + var toAdd = ''; + var toRemove = ''; + forEach(data, function(status, className) { + var hasClass = !!existing[className]; + if (status !== hasClass) { + if (status) { + toAdd += (toAdd.length ? ' ' : '') + className; + } else { + toRemove += (toRemove.length ? ' ' : '') + className; + } + } + }); + + forEach(element, function(elm) { + if (toAdd) { + jqLiteAddClass(elm, toAdd); + } + if (toRemove) { + jqLiteRemoveClass(elm, toRemove); + } }); + postDigestQueue.delete(element); } - fn.$inject = $inject; - } - } else if (isArray(fn)) { - last = fn.length - 1; - assertArgFn(fn[last], 'fn'); - $inject = fn.slice(0, last); - } else { - assertArgFn(fn, 'fn', true); + }); + postDigestElements.length = 0; } - return $inject; - } - /////////////////////////////////////// - /** - * @ngdoc service - * @name $injector - * - * @description - * - * `$injector` is used to retrieve object instances as defined by - * {@link auto.$provide provider}, instantiate types, invoke methods, - * and load modules. - * - * The following always holds true: - * - * ```js - * var $injector = angular.injector(); - * expect($injector.get('$injector')).toBe($injector); - * expect($injector.invoke(function($injector) { - * return $injector; - * })).toBe($injector); - * ``` - * - * ## Injection Function Annotation - * - * JavaScript does not have annotations, and annotations are needed for dependency injection. The - * following are all valid ways of annotating function with injection arguments and are equivalent. - * - * ```js - * // inferred (only works if code not minified/obfuscated) - * $injector.invoke(function(serviceA){}); - * - * // annotated - * function explicit(serviceA) {}; - * explicit.$inject = ['serviceA']; - * $injector.invoke(explicit); - * - * // inline - * $injector.invoke(['serviceA', function(serviceA){}]); - * ``` - * - * ### Inference - * - * In JavaScript calling `toString()` on a function returns the function definition. The definition - * can then be parsed and the function arguments can be extracted. This method of discovering - * annotations is disallowed when the injector is in strict mode. - * *NOTE:* This does not work with minification, and obfuscation tools since these tools change the - * argument names. - * - * ### `$inject` Annotation - * By adding an `$inject` property onto a function the injection parameters can be specified. - * - * ### Inline - * As an array of injection names, where the last item in the array is the function to call. - */ + function addRemoveClassesPostDigest(element, add, remove) { + var data = postDigestQueue.get(element) || {}; - /** - * @ngdoc property - * @name $injector#modules - * @type {Object} - * @description - * A hash containing all the modules that have been loaded into the - * $injector. - * - * You can use this property to find out information about a module via the - * {@link angular.Module#info `myModule.info(...)`} method. - * - * For example: - * - * ``` - * var info = $injector.modules['ngAnimate'].info(); - * ``` - * - * **Do not use this property to attempt to modify the modules after the application - * has been bootstrapped.** - */ + var classesAdded = updateData(data, add, true); + var classesRemoved = updateData(data, remove, false); - /** - * @ngdoc method - * @name $injector#get - * - * @description - * Return an instance of the service. - * - * @param {string} name The name of the instance to retrieve. - * @param {string=} caller An optional string to provide the origin of the function call for error messages. - * @return {*} The instance. - */ + if (classesAdded || classesRemoved) { - /** - * @ngdoc method - * @name $injector#invoke - * - * @description - * Invoke the method and supply the method arguments from the `$injector`. - * - * @param {Function|Array.} fn The injectable function to invoke. Function parameters are - * injected according to the {@link guide/di $inject Annotation} rules. - * @param {Object=} self The `this` for the invoked method. - * @param {Object=} locals Optional object. If preset then any argument names are read from this - * object first, before the `$injector` is consulted. - * @returns {*} the value returned by the invoked `fn` function. - */ + postDigestQueue.set(element, data); + postDigestElements.push(element); - /** - * @ngdoc method - * @name $injector#has - * - * @description - * Allows the user to query if the particular service exists. - * - * @param {string} name Name of the service to query. - * @returns {boolean} `true` if injector has given service. - */ + if (postDigestElements.length === 1) { + $rootScope.$$postDigest(handleCSSClassChanges); + } + } + } + }]; +}; - /** - * @ngdoc method - * @name $injector#instantiate - * @description - * Create a new instance of JS type. The method takes a constructor function, invokes the new - * operator, and supplies all of the arguments to the constructor function as specified by the - * constructor annotation. - * - * @param {Function} Type Annotated constructor function. - * @param {Object=} locals Optional object. If preset then any argument names are read from this - * object first, before the `$injector` is consulted. - * @returns {Object} new instance of `Type`. - */ +/** + * @ngdoc provider + * @name $animateProvider + * + * @description + * Default implementation of $animate that doesn't perform any animations, instead just + * synchronously performs DOM updates and resolves the returned runner promise. + * + * In order to enable animations the `ngAnimate` module has to be loaded. + * + * To see the functional implementation check out `src/ngAnimate/animate.js`. + */ +var $AnimateProvider = ['$provide', /** @this */ function($provide) { + var provider = this; + var classNameFilter = null; + var customFilter = null; - /** + this.$$registeredAnimations = Object.create(null); + + /** * @ngdoc method - * @name $injector#annotate + * @name $animateProvider#register * * @description - * Returns an array of service names which the function is requesting for injection. This API is - * used by the injector to determine which services need to be injected into the function when the - * function is invoked. There are three ways in which the function can be annotated with the needed - * dependencies. - * - * #### Argument names - * - * The simplest form is to extract the dependencies from the arguments of the function. This is done - * by converting the function into a string using `toString()` method and extracting the argument - * names. - * ```js - * // Given - * function MyController($scope, $route) { - * // ... - * } - * - * // Then - * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); - * ``` + * Registers a new injectable animation factory function. The factory function produces the + * animation object which contains callback functions for each event that is expected to be + * animated. * - * You can disallow this method by using strict injection mode. + * * `eventFn`: `function(element, ... , doneFunction, options)` + * The element to animate, the `doneFunction` and the options fed into the animation. Depending + * on the type of animation additional arguments will be injected into the animation function. The + * list below explains the function signatures for the different animation methods: * - * This method does not work with code minification / obfuscation. For this reason the following - * annotation strategies are supported. + * - setClass: function(element, addedClasses, removedClasses, doneFunction, options) + * - addClass: function(element, addedClasses, doneFunction, options) + * - removeClass: function(element, removedClasses, doneFunction, options) + * - enter, leave, move: function(element, doneFunction, options) + * - animate: function(element, fromStyles, toStyles, doneFunction, options) * - * #### The `$inject` property + * Make sure to trigger the `doneFunction` once the animation is fully complete. * - * If a function has an `$inject` property and its value is an array of strings, then the strings - * represent names of services to be injected into the function. * ```js - * // Given - * var MyController = function(obfuscatedScope, obfuscatedRoute) { - * // ... + * return { + * //enter, leave, move signature + * eventFn : function(element, done, options) { + * //code to run the animation + * //once complete, then run done() + * return function endFunction(wasCancelled) { + * //code to cancel the animation + * } + * } * } - * // Define function dependencies - * MyController['$inject'] = ['$scope', '$route']; - * - * // Then - * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); - * ``` - * - * #### The array notation - * - * It is often desirable to inline Injected functions and that's when setting the `$inject` property - * is very inconvenient. In these situations using the array notation to specify the dependencies in - * a way that survives minification is a better choice: - * - * ```js - * // We wish to write this (not minification / obfuscation safe) - * injector.invoke(function($compile, $rootScope) { - * // ... - * }); - * - * // We are forced to write break inlining - * var tmpFn = function(obfuscatedCompile, obfuscatedRootScope) { - * // ... - * }; - * tmpFn.$inject = ['$compile', '$rootScope']; - * injector.invoke(tmpFn); - * - * // To better support inline function the inline annotation is supported - * injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) { - * // ... - * }]); - * - * // Therefore - * expect(injector.annotate( - * ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}]) - * ).toEqual(['$compile', '$rootScope']); - * ``` - * - * @param {Function|Array.} fn Function for which dependent service names need to - * be retrieved as described above. - * - * @param {boolean=} [strictDi=false] Disallow argument name annotation inference. - * - * @returns {Array.} The names of the services which the function requires. - */ - /** - * @ngdoc method - * @name $injector#loadNewModules - * - * @description - * - * **This is a dangerous API, which you use at your own risk!** - * - * Add the specified modules to the current injector. - * - * This method will add each of the injectables to the injector and execute all of the config and run - * blocks for each module passed to the method. - * - * If a module has already been loaded into the injector then it will not be loaded again. - * - * * The application developer is responsible for loading the code containing the modules; and for - * ensuring that lazy scripts are not downloaded and executed more often that desired. - * * Previously compiled HTML will not be affected by newly loaded directives, filters and components. - * * Modules cannot be unloaded. - * - * You can use {@link $injector#modules `$injector.modules`} to check whether a module has been loaded - * into the injector, which may indicate whether the script has been executed already. - * - * @example - * Here is an example of loading a bundle of modules, with a utility method called `getScript`: - * - * ```javascript - * app.factory('loadModule', function($injector) { - * return function loadModule(moduleName, bundleUrl) { - * return getScript(bundleUrl).then(function() { $injector.loadNewModules([moduleName]); }); - * }; - * }) * ``` * - * @param {Array=} mods an array of modules to load into the application. - * Each item in the array should be the name of a predefined module or a (DI annotated) - * function that will be invoked by the injector as a `config` block. - * See: {@link angular.module modules} - */ - - /** - * @ngdoc service - * @name $provide - * - * @description - * - * The {@link auto.$provide $provide} service has a number of methods for registering components - * with the {@link auto.$injector $injector}. Many of these functions are also exposed on - * {@link angular.Module}. - * - * An Angular **service** is a singleton object created by a **service factory**. These **service - * factories** are functions which, in turn, are created by a **service provider**. - * The **service providers** are constructor functions. When instantiated they must contain a - * property called `$get`, which holds the **service factory** function. - * - * When you request a service, the {@link auto.$injector $injector} is responsible for finding the - * correct **service provider**, instantiating it and then calling its `$get` **service factory** - * function to get the instance of the **service**. - * - * Often services have no configuration options and there is no need to add methods to the service - * provider. The provider will be no more than a constructor function with a `$get` property. For - * these cases the {@link auto.$provide $provide} service has additional helper methods to register - * services without specifying a provider. - * - * * {@link auto.$provide#provider provider(name, provider)} - registers a **service provider** with the - * {@link auto.$injector $injector} - * * {@link auto.$provide#constant constant(name, obj)} - registers a value/object that can be accessed by - * providers and services. - * * {@link auto.$provide#value value(name, obj)} - registers a value/object that can only be accessed by - * services, not providers. - * * {@link auto.$provide#factory factory(name, fn)} - registers a service **factory function** - * that will be wrapped in a **service provider** object, whose `$get` property will contain the - * given factory function. - * * {@link auto.$provide#service service(name, Fn)} - registers a **constructor function** - * that will be wrapped in a **service provider** object, whose `$get` property will instantiate - * a new object using the given constructor function. - * * {@link auto.$provide#decorator decorator(name, decorFn)} - registers a **decorator function** that - * will be able to modify or replace the implementation of another service. - * - * See the individual methods for more information and examples. + * @param {string} name The name of the animation (this is what the class-based CSS value will be compared to). + * @param {Function} factory The factory function that will be executed to return the animation + * object. */ + this.register = function(name, factory) { + if (name && name.charAt(0) !== '.') { + throw $animateMinErr('notcsel', 'Expecting class selector starting with \'.\' got \'{0}\'.', name); + } - /** - * @ngdoc method - * @name $provide#provider - * @description - * - * Register a **provider function** with the {@link auto.$injector $injector}. Provider functions - * are constructor functions, whose instances are responsible for "providing" a factory for a - * service. - * - * Service provider names start with the name of the service they provide followed by `Provider`. - * For example, the {@link ng.$log $log} service has a provider called - * {@link ng.$logProvider $logProvider}. - * - * Service provider objects can have additional methods which allow configuration of the provider - * and its service. Importantly, you can configure what kind of service is created by the `$get` - * method, or how that service will act. For example, the {@link ng.$logProvider $logProvider} has a - * method {@link ng.$logProvider#debugEnabled debugEnabled} - * which lets you specify whether the {@link ng.$log $log} service will log debug messages to the - * console or not. - * - * @param {string} name The name of the instance. NOTE: the provider will be available under `name + - 'Provider'` key. - * @param {(Object|function())} provider If the provider is: - * - * - `Object`: then it should have a `$get` method. The `$get` method will be invoked using - * {@link auto.$injector#invoke $injector.invoke()} when an instance needs to be created. - * - `Constructor`: a new instance of the provider will be created using - * {@link auto.$injector#instantiate $injector.instantiate()}, then treated as `object`. - * - * @returns {Object} registered provider instance - - * @example - * - * The following example shows how to create a simple event tracking service and register it using - * {@link auto.$provide#provider $provide.provider()}. - * - * ```js - * // Define the eventTracker provider - * function EventTrackerProvider() { - * var trackingUrl = '/track'; - * - * // A provider method for configuring where the tracked events should been saved - * this.setTrackingUrl = function(url) { - * trackingUrl = url; - * }; - * - * // The service factory function - * this.$get = ['$http', function($http) { - * var trackedEvents = {}; - * return { - * // Call this to track an event - * event: function(event) { - * var count = trackedEvents[event] || 0; - * count += 1; - * trackedEvents[event] = count; - * return count; - * }, - * // Call this to save the tracked events to the trackingUrl - * save: function() { - * $http.post(trackingUrl, trackedEvents); - * } - * }; - * }]; - * } - * - * describe('eventTracker', function() { - * var postSpy; - * - * beforeEach(module(function($provide) { - * // Register the eventTracker provider - * $provide.provider('eventTracker', EventTrackerProvider); - * })); - * - * beforeEach(module(function(eventTrackerProvider) { - * // Configure eventTracker provider - * eventTrackerProvider.setTrackingUrl('/custom-track'); - * })); - * - * it('tracks events', inject(function(eventTracker) { - * expect(eventTracker.event('login')).toEqual(1); - * expect(eventTracker.event('login')).toEqual(2); - * })); - * - * it('saves to the tracking url', inject(function(eventTracker, $http) { - * postSpy = spyOn($http, 'post'); - * eventTracker.event('login'); - * eventTracker.save(); - * expect(postSpy).toHaveBeenCalled(); - * expect(postSpy.mostRecentCall.args[0]).not.toEqual('/track'); - * expect(postSpy.mostRecentCall.args[0]).toEqual('/custom-track'); - * expect(postSpy.mostRecentCall.args[1]).toEqual({ 'login': 1 }); - * })); - * }); - * ``` - */ + var key = name + '-animation'; + provider.$$registeredAnimations[name.substr(1)] = key; + $provide.factory(key, factory); + }; /** * @ngdoc method - * @name $provide#factory - * @description - * - * Register a **service factory**, which will be called to return the service instance. - * This is short for registering a service where its provider consists of only a `$get` property, - * which is the given service factory function. - * You should use {@link auto.$provide#factory $provide.factory(getFn)} if you do not need to - * configure your service in a provider. + * @name $animateProvider#customFilter * - * @param {string} name The name of the instance. - * @param {Function|Array.} $getFn The injectable $getFn for the instance creation. - * Internally this is a short hand for `$provide.provider(name, {$get: $getFn})`. - * @returns {Object} registered provider instance - * - * @example - * Here is an example of registering a service - * ```js - * $provide.factory('ping', ['$http', function($http) { - * return function ping() { - * return $http.send('/ping'); - * }; - * }]); - * ``` - * You would then inject and use this service like this: - * ```js - * someModule.controller('Ctrl', ['ping', function(ping) { - * ping(); - * }]); - * ``` - */ - - /** - * @ngdoc method - * @name $provide#service * @description + * Sets and/or returns the custom filter function that is used to "filter" animations, i.e. + * determine if an animation is allowed or not. When no filter is specified (the default), no + * animation will be blocked. Setting the `customFilter` value will only allow animations for + * which the filter function's return value is truthy. * - * Register a **service constructor**, which will be invoked with `new` to create the service - * instance. - * This is short for registering a service where its provider's `$get` property is a factory - * function that returns an instance instantiated by the injector from the service constructor - * function. - * - * Internally it looks a bit like this: - * - * ``` - * { - * $get: function() { - * return $injector.instantiate(constructor); - * } - * } - * ``` - * - * - * You should use {@link auto.$provide#service $provide.service(class)} if you define your service - * as a type/class. - * - * @param {string} name The name of the instance. - * @param {Function|Array.} constructor An injectable class (constructor function) - * that will be instantiated. - * @returns {Object} registered provider instance - * - * @example - * Here is an example of registering a service using - * {@link auto.$provide#service $provide.service(class)}. - * ```js - * var Ping = function($http) { - * this.$http = $http; - * }; + * This allows to easily create arbitrarily complex rules for filtering animations, such as + * allowing specific events only, or enabling animations on specific subtrees of the DOM, etc. + * Filtering animations can also boost performance for low-powered devices, as well as + * applications containing a lot of structural operations. * - * Ping.$inject = ['$http']; + *
    + * **Best Practice:** + * Keep the filtering function as lean as possible, because it will be called for each DOM + * action (e.g. insertion, removal, class change) performed by "animation-aware" directives. + * See {@link guide/animations#which-directives-support-animations- here} for a list of built-in + * directives that support animations. + * Performing computationally expensive or time-consuming operations on each call of the + * filtering function can make your animations sluggish. + *
    * - * Ping.prototype.send = function() { - * return this.$http.get('/ping'); - * }; - * $provide.service('ping', Ping); - * ``` - * You would then inject and use this service like this: - * ```js - * someModule.controller('Ctrl', ['ping', function(ping) { - * ping.send(); - * }]); - * ``` + * **Note:** If present, `customFilter` will be checked before + * {@link $animateProvider#classNameFilter classNameFilter}. + * + * @param {Function=} filterFn - The filter function which will be used to filter all animations. + * If a falsy value is returned, no animation will be performed. The function will be called + * with the following arguments: + * - **node** `{DOMElement}` - The DOM element to be animated. + * - **event** `{String}` - The name of the animation event (e.g. `enter`, `leave`, `addClass` + * etc). + * - **options** `{Object}` - A collection of options/styles used for the animation. + * @return {Function} The current filter function or `null` if there is none set. */ + this.customFilter = function(filterFn) { + if (arguments.length === 1) { + customFilter = isFunction(filterFn) ? filterFn : null; + } - /** - * @ngdoc method - * @name $provide#value - * @description - * - * Register a **value service** with the {@link auto.$injector $injector}, such as a string, a - * number, an array, an object or a function. This is short for registering a service where its - * provider's `$get` property is a factory function that takes no arguments and returns the **value - * service**. That also means it is not possible to inject other services into a value service. - * - * Value services are similar to constant services, except that they cannot be injected into a - * module configuration function (see {@link angular.Module#config}) but they can be overridden by - * an Angular {@link auto.$provide#decorator decorator}. - * - * @param {string} name The name of the instance. - * @param {*} value The value. - * @returns {Object} registered provider instance - * - * @example - * Here are some examples of creating value services. - * ```js - * $provide.value('ADMIN_USER', 'admin'); - * - * $provide.value('RoleLookup', { admin: 0, writer: 1, reader: 2 }); - * - * $provide.value('halfOf', function(value) { - * return value / 2; - * }); - * ``` - */ + return customFilter; + }; /** * @ngdoc method - * @name $provide#constant - * @description - * - * Register a **constant service** with the {@link auto.$injector $injector}, such as a string, - * a number, an array, an object or a function. Like the {@link auto.$provide#value value}, it is not - * possible to inject other services into a constant. - * - * But unlike {@link auto.$provide#value value}, a constant can be - * injected into a module configuration function (see {@link angular.Module#config}) and it cannot - * be overridden by an Angular {@link auto.$provide#decorator decorator}. + * @name $animateProvider#classNameFilter * - * @param {string} name The name of the constant. - * @param {*} value The constant value. - * @returns {Object} registered instance - * - * @example - * Here a some examples of creating constants: - * ```js - * $provide.constant('SHARD_HEIGHT', 306); - * - * $provide.constant('MY_COLOURS', ['red', 'blue', 'grey']); - * - * $provide.constant('double', function(value) { - * return value * 2; - * }); - * ``` - */ - - /** - * @ngdoc method - * @name $provide#decorator * @description - * - * Register a **decorator function** with the {@link auto.$injector $injector}. A decorator function - * intercepts the creation of a service, allowing it to override or modify the behavior of the - * service. The return value of the decorator function may be the original service, or a new service - * that replaces (or wraps and delegates to) the original service. - * - * You can find out more about using decorators in the {@link guide/decorators} guide. - * - * @param {string} name The name of the service to decorate. - * @param {Function|Array.} decorator This function will be invoked when the service needs to be - * provided and should return the decorated service instance. The function is called using - * the {@link auto.$injector#invoke injector.invoke} method and is therefore fully injectable. - * Local injection arguments: - * - * * `$delegate` - The original service instance, which can be replaced, monkey patched, configured, - * decorated or delegated to. - * - * @example - * Here we decorate the {@link ng.$log $log} service to convert warnings to errors by intercepting - * calls to {@link ng.$log#error $log.warn()}. - * ```js - * $provide.decorator('$log', ['$delegate', function($delegate) { - * $delegate.warn = $delegate.error; - * return $delegate; - * }]); - * ``` + * Sets and/or returns the CSS class regular expression that is checked when performing + * an animation. Upon bootstrap the classNameFilter value is not set at all and will + * therefore enable $animate to attempt to perform an animation on any element that is triggered. + * When setting the `classNameFilter` value, animations will only be performed on elements + * that successfully match the filter expression. This in turn can boost performance + * for low-powered devices as well as applications containing a lot of structural operations. + * + * **Note:** If present, `classNameFilter` will be checked after + * {@link $animateProvider#customFilter customFilter}. If `customFilter` is present and returns + * false, `classNameFilter` will not be checked. + * + * @param {RegExp=} expression The className expression which will be checked against all animations + * @return {RegExp} The current CSS className expression value. If null then there is no expression value */ - - function createInjector(modulesToLoad, strictDi) { - strictDi = strictDi === true; - var INSTANTIATING = {}, - providerSuffix = 'Provider', - path = [], - loadedModules = new NgMap(), - providerCache = { - $provide: { - provider: supportObject(provider), - factory: supportObject(factory), - service: supportObject(service), - value: supportObject(value), - constant: supportObject(constant), - decorator: decorator - } - }, - providerInjector = providerCache.$injector = createInternalInjector(providerCache, function (serviceName, caller) { - if (angular.isString(caller)) { - path.push(caller); - } - throw $injectorMinErr('unpr', 'Unknown provider: {0}', path.join(' <- ')); - }), - instanceCache = {}, - protoInstanceInjector = createInternalInjector(instanceCache, function (serviceName, caller) { - var provider = providerInjector.get(serviceName + providerSuffix, caller); - return instanceInjector.invoke(provider.$get, provider, undefined, serviceName); - }), - instanceInjector = protoInstanceInjector; - - providerCache['$injector' + providerSuffix] = { $get: valueFn(protoInstanceInjector) }; - instanceInjector.modules = providerInjector.modules = createMap(); - var runBlocks = loadModules(modulesToLoad); - instanceInjector = protoInstanceInjector.get('$injector'); - instanceInjector.strictDi = strictDi; - forEach(runBlocks, function (fn) { - if (fn) instanceInjector.invoke(fn); - }); - - instanceInjector.loadNewModules = function (mods) { - forEach(loadModules(mods), function (fn) { - if (fn) instanceInjector.invoke(fn); - }); - }; - - return instanceInjector; - - //////////////////////////////////// - // $provider - //////////////////////////////////// - - function supportObject(delegate) { - return function (key, value) { - if (isObject(key)) { - forEach(key, reverseParams(delegate)); - } else { - return delegate(key, value); + this.classNameFilter = function(expression) { + if (arguments.length === 1) { + classNameFilter = (expression instanceof RegExp) ? expression : null; + if (classNameFilter) { + var reservedRegex = new RegExp('[(\\s|\\/)]' + NG_ANIMATE_CLASSNAME + '[(\\s|\\/)]'); + if (reservedRegex.test(classNameFilter.toString())) { + classNameFilter = null; + throw $animateMinErr('nongcls', '$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME); } - }; - } - - function provider(name, provider_) { - assertNotHasOwnProperty(name, 'service'); - if (isFunction(provider_) || isArray(provider_)) { - provider_ = providerInjector.instantiate(provider_); - } - if (!provider_.$get) { - throw $injectorMinErr('pget', 'Provider \'{0}\' must define $get factory method.', name); } - return providerCache[name + providerSuffix] = provider_; } + return classNameFilter; + }; - function enforceReturnValue(name, factory) { - return (/** @this */function enforcedReturnValue() { - var result = instanceInjector.invoke(factory, this); - if (isUndefined(result)) { - throw $injectorMinErr('undef', 'Provider \'{0}\' must return a value from $get factory method.', name); - } - return result; + this.$get = ['$$animateQueue', function($$animateQueue) { + function domInsert(element, parentElement, afterElement) { + // if for some reason the previous element was removed + // from the dom sometime before this code runs then let's + // just stick to using the parent element as the anchor + if (afterElement) { + var afterNode = extractElementNode(afterElement); + if (afterNode && !afterNode.parentNode && !afterNode.previousElementSibling) { + afterElement = null; } - ); - } - - function factory(name, factoryFn, enforce) { - return provider(name, { - $get: enforce !== false ? enforceReturnValue(name, factoryFn) : factoryFn - }); + } + if (afterElement) { + afterElement.after(element); + } else { + parentElement.prepend(element); + } } - function service(name, constructor) { - return factory(name, ['$injector', function ($injector) { - return $injector.instantiate(constructor); - }]); - } + /** + * @ngdoc service + * @name $animate + * @description The $animate service exposes a series of DOM utility methods that provide support + * for animation hooks. The default behavior is the application of DOM operations, however, + * when an animation is detected (and animations are enabled), $animate will do the heavy lifting + * to ensure that animation runs with the triggered DOM operation. + * + * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't + * included and only when it is active then the animation hooks that `$animate` triggers will be + * functional. Once active then all structural `ng-` directives will trigger animations as they perform + * their DOM-related operations (enter, leave and move). Other directives such as `ngClass`, + * `ngShow`, `ngHide` and `ngMessages` also provide support for animations. + * + * It is recommended that the`$animate` service is always used when executing DOM-related procedures within directives. + * + * To learn more about enabling animation support, click here to visit the + * {@link ngAnimate ngAnimate module page}. + */ + return { + // we don't call it directly since non-existant arguments may + // be interpreted as null within the sub enabled function - function value(name, val) { - return factory(name, valueFn(val), false); - } + /** + * + * @ngdoc method + * @name $animate#on + * @kind function + * @description Sets up an event listener to fire whenever the animation event (enter, leave, move, etc...) + * has fired on the given element or among any of its children. Once the listener is fired, the provided callback + * is fired with the following params: + * + * ```js + * $animate.on('enter', container, + * function callback(element, phase) { + * // cool we detected an enter animation within the container + * } + * ); + * ``` + * + * @param {string} event the animation event that will be captured (e.g. enter, leave, move, addClass, removeClass, etc...) + * @param {DOMElement} container the container element that will capture each of the animation events that are fired on itself + * as well as among its children + * @param {Function} callback the callback function that will be fired when the listener is triggered + * + * The arguments present in the callback function are: + * * `element` - The captured DOM element that the animation was fired on. + * * `phase` - The phase of the animation. The two possible phases are **start** (when the animation starts) and **close** (when it ends). + */ + on: $$animateQueue.on, - function constant(name, value) { - assertNotHasOwnProperty(name, 'constant'); - providerCache[name] = value; - instanceCache[name] = value; - } + /** + * + * @ngdoc method + * @name $animate#off + * @kind function + * @description Deregisters an event listener based on the event which has been associated with the provided element. This method + * can be used in three different ways depending on the arguments: + * + * ```js + * // remove all the animation event listeners listening for `enter` + * $animate.off('enter'); + * + * // remove listeners for all animation events from the container element + * $animate.off(container); + * + * // remove all the animation event listeners listening for `enter` on the given element and its children + * $animate.off('enter', container); + * + * // remove the event listener function provided by `callback` that is set + * // to listen for `enter` on the given `container` as well as its children + * $animate.off('enter', container, callback); + * ``` + * + * @param {string|DOMElement} event|container the animation event (e.g. enter, leave, move, + * addClass, removeClass, etc...), or the container element. If it is the element, all other + * arguments are ignored. + * @param {DOMElement=} container the container element the event listener was placed on + * @param {Function=} callback the callback function that was registered as the listener + */ + off: $$animateQueue.off, - function decorator(serviceName, decorFn) { - var origProvider = providerInjector.get(serviceName + providerSuffix), - orig$get = origProvider.$get; + /** + * @ngdoc method + * @name $animate#pin + * @kind function + * @description Associates the provided element with a host parent element to allow the element to be animated even if it exists + * outside of the DOM structure of the Angular application. By doing so, any animation triggered via `$animate` can be issued on the + * element despite being outside the realm of the application or within another application. Say for example if the application + * was bootstrapped on an element that is somewhere inside of the `` tag, but we wanted to allow for an element to be situated + * as a direct child of `document.body`, then this can be achieved by pinning the element via `$animate.pin(element)`. Keep in mind + * that calling `$animate.pin(element, parentElement)` will not actually insert into the DOM anywhere; it will just create the association. + * + * Note that this feature is only active when the `ngAnimate` module is used. + * + * @param {DOMElement} element the external element that will be pinned + * @param {DOMElement} parentElement the host parent element that will be associated with the external element + */ + pin: $$animateQueue.pin, - origProvider.$get = function () { - var origInstance = instanceInjector.invoke(orig$get, origProvider); - return instanceInjector.invoke(decorFn, null, { $delegate: origInstance }); - }; - } + /** + * + * @ngdoc method + * @name $animate#enabled + * @kind function + * @description Used to get and set whether animations are enabled or not on the entire application or on an element and its children. This + * function can be called in four ways: + * + * ```js + * // returns true or false + * $animate.enabled(); + * + * // changes the enabled state for all animations + * $animate.enabled(false); + * $animate.enabled(true); + * + * // returns true or false if animations are enabled for an element + * $animate.enabled(element); + * + * // changes the enabled state for an element and its children + * $animate.enabled(element, true); + * $animate.enabled(element, false); + * ``` + * + * @param {DOMElement=} element the element that will be considered for checking/setting the enabled state + * @param {boolean=} enabled whether or not the animations will be enabled for the element + * + * @return {boolean} whether or not animations are enabled + */ + enabled: $$animateQueue.enabled, - //////////////////////////////////// - // Module Loading - //////////////////////////////////// - function loadModules(modulesToLoad) { - assertArg(isUndefined(modulesToLoad) || isArray(modulesToLoad), 'modulesToLoad', 'not an array'); - var runBlocks = [], - moduleFn; - forEach(modulesToLoad, function (module) { - if (loadedModules.get(module)) return; - loadedModules.set(module, true); - - function runInvokeQueue(queue) { - var i, ii; - for (i = 0, ii = queue.length; i < ii; i++) { - var invokeArgs = queue[i], - provider = providerInjector.get(invokeArgs[0]); - - provider[invokeArgs[1]].apply(provider, invokeArgs[2]); - } + /** + * @ngdoc method + * @name $animate#cancel + * @kind function + * @description Cancels the provided animation. + * + * @param {Promise} animationPromise The animation promise that is returned when an animation is started. + */ + cancel: function(runner) { + if (runner.end) { + runner.end(); } + }, - try { - if (isString(module)) { - moduleFn = angularModule(module); - instanceInjector.modules[module] = moduleFn; - runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); - runInvokeQueue(moduleFn._invokeQueue); - runInvokeQueue(moduleFn._configBlocks); - } else if (isFunction(module)) { - runBlocks.push(providerInjector.invoke(module)); - } else if (isArray(module)) { - runBlocks.push(providerInjector.invoke(module)); - } else { - assertArgFn(module, 'module'); - } - } catch (e) { - if (isArray(module)) { - module = module[module.length - 1]; - } - if (e.message && e.stack && e.stack.indexOf(e.message) === -1) { - // Safari & FF's stack traces don't contain error.message content - // unlike those of Chrome and IE - // So if stack doesn't contain message, we create a new string that contains both. - // Since error.stack is read-only in Safari, I'm overriding e and not e.stack here. - // eslint-disable-next-line no-ex-assign - e = e.message + '\n' + e.stack; - } - throw $injectorMinErr('modulerr', 'Failed to instantiate module {0} due to:\n{1}', module, e.stack || e.message || e); - } - }); - return runBlocks; - } + /** + * + * @ngdoc method + * @name $animate#enter + * @kind function + * @description Inserts the element into the DOM either after the `after` element (if provided) or + * as the first child within the `parent` element and then triggers an animation. + * A promise is returned that will be resolved during the next digest once the animation + * has completed. + * + * @param {DOMElement} element the element which will be inserted into the DOM + * @param {DOMElement} parent the parent element which will append the element as + * a child (so long as the after element is not present) + * @param {DOMElement=} after the sibling element after which the element will be appended + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + enter: function(element, parent, after, options) { + parent = parent && jqLite(parent); + after = after && jqLite(after); + parent = parent || after.parent(); + domInsert(element, parent, after); + return $$animateQueue.push(element, 'enter', prepareAnimateOptions(options)); + }, + + /** + * + * @ngdoc method + * @name $animate#move + * @kind function + * @description Inserts (moves) the element into its new position in the DOM either after + * the `after` element (if provided) or as the first child within the `parent` element + * and then triggers an animation. A promise is returned that will be resolved + * during the next digest once the animation has completed. + * + * @param {DOMElement} element the element which will be moved into the new DOM position + * @param {DOMElement} parent the parent element which will append the element as + * a child (so long as the after element is not present) + * @param {DOMElement=} after the sibling element after which the element will be appended + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + move: function(element, parent, after, options) { + parent = parent && jqLite(parent); + after = after && jqLite(after); + parent = parent || after.parent(); + domInsert(element, parent, after); + return $$animateQueue.push(element, 'move', prepareAnimateOptions(options)); + }, - //////////////////////////////////// - // internal Injector - //////////////////////////////////// + /** + * @ngdoc method + * @name $animate#leave + * @kind function + * @description Triggers an animation and then removes the element from the DOM. + * When the function is called a promise is returned that will be resolved during the next + * digest once the animation has completed. + * + * @param {DOMElement} element the element which will be removed from the DOM + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + leave: function(element, options) { + return $$animateQueue.push(element, 'leave', prepareAnimateOptions(options), function() { + element.remove(); + }); + }, - function createInternalInjector(cache, factory) { + /** + * @ngdoc method + * @name $animate#addClass + * @kind function + * + * @description Triggers an addClass animation surrounding the addition of the provided CSS class(es). Upon + * execution, the addClass operation will only be handled after the next digest and it will not trigger an + * animation if element already contains the CSS class or if the class is removed at a later step. + * Note that class-based animations are treated differently compared to structural animations + * (like enter, move and leave) since the CSS classes may be added/removed at different points + * depending if CSS or JavaScript animations are used. + * + * @param {DOMElement} element the element which the CSS classes will be applied to + * @param {string} className the CSS class(es) that will be added (multiple classes are separated via spaces) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + addClass: function(element, className, options) { + options = prepareAnimateOptions(options); + options.addClass = mergeClasses(options.addclass, className); + return $$animateQueue.push(element, 'addClass', options); + }, - function getService(serviceName, caller) { - if (cache.hasOwnProperty(serviceName)) { - if (cache[serviceName] === INSTANTIATING) { - throw $injectorMinErr('cdep', 'Circular dependency found: {0}', serviceName + ' <- ' + path.join(' <- ')); - } - return cache[serviceName]; - } else { - try { - path.unshift(serviceName); - cache[serviceName] = INSTANTIATING; - cache[serviceName] = factory(serviceName, caller); - return cache[serviceName]; - } catch (err) { - if (cache[serviceName] === INSTANTIATING) { - delete cache[serviceName]; - } - throw err; - } finally { - path.shift(); - } - } - } + /** + * @ngdoc method + * @name $animate#removeClass + * @kind function + * + * @description Triggers a removeClass animation surrounding the removal of the provided CSS class(es). Upon + * execution, the removeClass operation will only be handled after the next digest and it will not trigger an + * animation if element does not contain the CSS class or if the class is added at a later step. + * Note that class-based animations are treated differently compared to structural animations + * (like enter, move and leave) since the CSS classes may be added/removed at different points + * depending if CSS or JavaScript animations are used. + * + * @param {DOMElement} element the element which the CSS classes will be applied to + * @param {string} className the CSS class(es) that will be removed (multiple classes are separated via spaces) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + removeClass: function(element, className, options) { + options = prepareAnimateOptions(options); + options.removeClass = mergeClasses(options.removeClass, className); + return $$animateQueue.push(element, 'removeClass', options); + }, - function injectionArgs(fn, locals, serviceName) { - var args = [], - $inject = createInjector.$$annotate(fn, strictDi, serviceName); + /** + * @ngdoc method + * @name $animate#setClass + * @kind function + * + * @description Performs both the addition and removal of a CSS classes on an element and (during the process) + * triggers an animation surrounding the class addition/removal. Much like `$animate.addClass` and + * `$animate.removeClass`, `setClass` will only evaluate the classes being added/removed once a digest has + * passed. Note that class-based animations are treated differently compared to structural animations + * (like enter, move and leave) since the CSS classes may be added/removed at different points + * depending if CSS or JavaScript animations are used. + * + * @param {DOMElement} element the element which the CSS classes will be applied to + * @param {string} add the CSS class(es) that will be added (multiple classes are separated via spaces) + * @param {string} remove the CSS class(es) that will be removed (multiple classes are separated via spaces) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + setClass: function(element, add, remove, options) { + options = prepareAnimateOptions(options); + options.addClass = mergeClasses(options.addClass, add); + options.removeClass = mergeClasses(options.removeClass, remove); + return $$animateQueue.push(element, 'setClass', options); + }, - for (var i = 0, length = $inject.length; i < length; i++) { - var key = $inject[i]; - if (typeof key !== 'string') { - throw $injectorMinErr('itkn', 'Incorrect injection token! Expected service name as string, got {0}', key); - } - args.push(locals && locals.hasOwnProperty(key) ? locals[key] : getService(key, serviceName)); - } - return args; - } + /** + * @ngdoc method + * @name $animate#animate + * @kind function + * + * @description Performs an inline animation on the element which applies the provided to and from CSS styles to the element. + * If any detected CSS transition, keyframe or JavaScript matches the provided className value, then the animation will take + * on the provided styles. For example, if a transition animation is set for the given className, then the provided `from` and + * `to` styles will be applied alongside the given transition. If the CSS style provided in `from` does not have a corresponding + * style in `to`, the style in `from` is applied immediately, and no animation is run. + * If a JavaScript animation is detected then the provided styles will be given in as function parameters into the `animate` + * method (or as part of the `options` parameter): + * + * ```js + * ngModule.animation('.my-inline-animation', function() { + * return { + * animate : function(element, from, to, done, options) { + * //animation + * done(); + * } + * } + * }); + * ``` + * + * @param {DOMElement} element the element which the CSS styles will be applied to + * @param {object} from the from (starting) CSS styles that will be applied to the element and across the animation. + * @param {object} to the to (destination) CSS styles that will be applied to the element and across the animation. + * @param {string=} className an optional CSS class that will be applied to the element for the duration of the animation. If + * this value is left as empty then a CSS class of `ng-inline-animate` will be applied to the element. + * (Note that if no animation is detected then this value will not be applied to the element.) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + animate: function(element, from, to, className, options) { + options = prepareAnimateOptions(options); + options.from = options.from ? extend(options.from, from) : from; + options.to = options.to ? extend(options.to, to) : to; - function isClass(func) { - // Support: IE 9-11 only - // IE 9-11 do not support classes and IE9 leaks with the code below. - if (msie || typeof func !== 'function') { - return false; - } - var result = func.$$ngIsClass; - if (!isBoolean(result)) { - // Support: Edge 12-13 only - // See: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6156135/ - result = func.$$ngIsClass = /^(?:class\b|constructor\()/.test(stringifyFn(func)); - } - return result; + className = className || 'ng-inline-animate'; + options.tempClasses = mergeClasses(options.tempClasses, className); + return $$animateQueue.push(element, 'animate', options); } + }; + }]; +}]; - function invoke(fn, self, locals, serviceName) { - if (typeof locals === 'string') { - serviceName = locals; - locals = null; - } +var $$AnimateAsyncRunFactoryProvider = /** @this */ function() { + this.$get = ['$$rAF', function($$rAF) { + var waitQueue = []; - var args = injectionArgs(fn, locals, serviceName); - if (isArray(fn)) { - fn = fn[fn.length - 1]; + function waitForTick(fn) { + waitQueue.push(fn); + if (waitQueue.length > 1) return; + $$rAF(function() { + for (var i = 0; i < waitQueue.length; i++) { + waitQueue[i](); } + waitQueue = []; + }); + } - if (!isClass(fn)) { - // http://jsperf.com/angularjs-invoke-apply-vs-switch - // #5388 - return fn.apply(self, args); + return function() { + var passed = false; + waitForTick(function() { + passed = true; + }); + return function(callback) { + if (passed) { + callback(); } else { - args.unshift(null); - return new (Function.prototype.bind.apply(fn, args))(); - } - } - - function instantiate(Type, locals, serviceName) { - // Check if Type is annotated and use just the given function at n-1 as parameter - // e.g. someModule.factory('greeter', ['$window', function(renamed$window) {}]); - var ctor = isArray(Type) ? Type[Type.length - 1] : Type; - var args = injectionArgs(Type, locals, serviceName); - // Empty object at position 0 is ignored for invocation with `new`, but required. - args.unshift(null); - return new (Function.prototype.bind.apply(ctor, args))(); - } - - return { - invoke: invoke, - instantiate: instantiate, - get: getService, - annotate: createInjector.$$annotate, - has: function has(name) { - return providerCache.hasOwnProperty(name + providerSuffix) || cache.hasOwnProperty(name); + waitForTick(callback); } }; - } - } + }; + }]; +}; - createInjector.$$annotate = annotate; +var $$AnimateRunnerFactoryProvider = /** @this */ function() { + this.$get = ['$q', '$sniffer', '$$animateAsyncRun', '$$isDocumentHidden', '$timeout', + function($q, $sniffer, $$animateAsyncRun, $$isDocumentHidden, $timeout) { - /** - * @ngdoc provider - * @name $anchorScrollProvider - * @this - * - * @description - * Use `$anchorScrollProvider` to disable automatic scrolling whenever - * {@link ng.$location#hash $location.hash()} changes. - */ - function $AnchorScrollProvider() { + var INITIAL_STATE = 0; + var DONE_PENDING_STATE = 1; + var DONE_COMPLETE_STATE = 2; - var autoScrollingEnabled = true; + AnimateRunner.chain = function(chain, callback) { + var index = 0; - /** - * @ngdoc method - * @name $anchorScrollProvider#disableAutoScrolling - * - * @description - * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to - * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
    - * Use this method to disable automatic scrolling. - * - * If automatic scrolling is disabled, one must explicitly call - * {@link ng.$anchorScroll $anchorScroll()} in order to scroll to the element related to the - * current hash. - */ - this.disableAutoScrolling = function () { - autoScrollingEnabled = false; - }; + next(); + function next() { + if (index === chain.length) { + callback(true); + return; + } - /** - * @ngdoc service - * @name $anchorScroll - * @kind function - * @requires $window - * @requires $location - * @requires $rootScope - * - * @description - * When called, it scrolls to the element related to the specified `hash` or (if omitted) to the - * current value of {@link ng.$location#hash $location.hash()}, according to the rules specified - * in the - * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document). - * - * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to - * match any anchor whenever it changes. This can be disabled by calling - * {@link ng.$anchorScrollProvider#disableAutoScrolling $anchorScrollProvider.disableAutoScrolling()}. - * - * Additionally, you can use its {@link ng.$anchorScroll#yOffset yOffset} property to specify a - * vertical scroll-offset (either fixed or dynamic). - * - * @param {string=} hash The hash specifying the element to scroll to. If omitted, the value of - * {@link ng.$location#hash $location.hash()} will be used. - * - * @property {(number|function|jqLite)} yOffset - * If set, specifies a vertical scroll-offset. This is often useful when there are fixed - * positioned elements at the top of the page, such as navbars, headers etc. - * - * `yOffset` can be specified in various ways: - * - **number**: A fixed number of pixels to be used as offset.

    - * - **function**: A getter function called everytime `$anchorScroll()` is executed. Must return - * a number representing the offset (in pixels).

    - * - **jqLite**: A jqLite/jQuery element to be used for specifying the offset. The distance from - * the top of the page to the element's bottom will be used as offset.
    - * **Note**: The element will be taken into account only as long as its `position` is set to - * `fixed`. This option is useful, when dealing with responsive navbars/headers that adjust - * their height and/or positioning according to the viewport's size. - * - *
    - *
    - * In order for `yOffset` to work properly, scrolling should take place on the document's root and - * not some child element. - *
    - * - * @example - - -
    - Go to bottom - You're at the bottom! -
    -
    - - angular.module('anchorScrollExample', []) - .controller('ScrollController', ['$scope', '$location', '$anchorScroll', - function($scope, $location, $anchorScroll) { - $scope.gotoBottom = function() { - // set the location.hash to the id of - // the element you wish to scroll to. - $location.hash('bottom'); - // call $anchorScroll() - $anchorScroll(); - }; - }]); - - - #scrollArea { - height: 280px; - overflow: auto; - } - #bottom { - display: block; - margin-top: 2000px; - } - -
    - * - *
    - * The example below illustrates the use of a vertical scroll-offset (specified as a fixed value). - * See {@link ng.$anchorScroll#yOffset $anchorScroll.yOffset} for more details. - * - * @example - - - -
    - Anchor {{x}} of 5 -
    -
    - - angular.module('anchorScrollOffsetExample', []) - .run(['$anchorScroll', function($anchorScroll) { - $anchorScroll.yOffset = 50; // always scroll by 50 extra pixels - }]) - .controller('headerCtrl', ['$anchorScroll', '$location', '$scope', - function($anchorScroll, $location, $scope) { - $scope.gotoAnchor = function(x) { - var newHash = 'anchor' + x; - if ($location.hash() !== newHash) { - // set the $location.hash to `newHash` and - // $anchorScroll will automatically scroll to it - $location.hash('anchor' + x); - } else { - // call $anchorScroll() explicitly, - // since $location.hash hasn't changed - $anchorScroll(); - } - }; - } - ]); - - - body { - padding-top: 50px; - } - .anchor { - border: 2px dashed DarkOrchid; - padding: 10px 10px 200px 10px; - } - .fixed-header { - background-color: rgba(0, 0, 0, 0.2); - height: 50px; - position: fixed; - top: 0; left: 0; right: 0; - } - .fixed-header > a { - display: inline-block; - margin: 5px 15px; - } - -
    - */ - this.$get = ['$window', '$location', '$rootScope', function ($window, $location, $rootScope) { - var document = $window.document; - - // Helper function to get first anchor from a NodeList - // (using `Array#some()` instead of `angular#forEach()` since it's more performant - // and working in all supported browsers.) - function getFirstAnchor(list) { - var result = null; - Array.prototype.some.call(list, function (element) { - if (nodeName_(element) === 'a') { - result = element; - return true; + chain[index](function(response) { + if (response === false) { + callback(false); + return; } + index++; + next(); }); - return result; } + }; - function getYOffset() { - - var offset = scroll.yOffset; + AnimateRunner.all = function(runners, callback) { + var count = 0; + var status = true; + forEach(runners, function(runner) { + runner.done(onProgress); + }); - if (isFunction(offset)) { - offset = offset(); - } else if (isElement(offset)) { - var elem = offset[0]; - var style = $window.getComputedStyle(elem); - if (style.position !== 'fixed') { - offset = 0; - } else { - offset = elem.getBoundingClientRect().bottom; - } - } else if (!isNumber(offset)) { - offset = 0; + function onProgress(response) { + status = status && response; + if (++count === runners.length) { + callback(status); } - - return offset; } + }; - function scrollTo(elem) { - if (elem) { - elem.scrollIntoView(); + function AnimateRunner(host) { + this.setHost(host); - var offset = getYOffset(); + var rafTick = $$animateAsyncRun(); + var timeoutTick = function(fn) { + $timeout(fn, 0, false); + }; - if (offset) { - // `offset` is the number of pixels we should scroll UP in order to align `elem` properly. - // This is true ONLY if the call to `elem.scrollIntoView()` initially aligns `elem` at the - // top of the viewport. - // - // IF the number of pixels from the top of `elem` to the end of the page's content is less - // than the height of the viewport, then `elem.scrollIntoView()` will align the `elem` some - // way down the page. - // - // This is often the case for elements near the bottom of the page. - // - // In such cases we do not need to scroll the whole `offset` up, just the difference between - // the top of the element and the offset, which is enough to align the top of `elem` at the - // desired position. - var elemTop = elem.getBoundingClientRect().top; - $window.scrollBy(0, elemTop - offset); - } + this._doneCallbacks = []; + this._tick = function(fn) { + if ($$isDocumentHidden()) { + timeoutTick(fn); } else { - $window.scrollTo(0, 0); + rafTick(fn); } - } - - function scroll(hash) { - // Allow numeric hashes - hash = isString(hash) ? hash : isNumber(hash) ? hash.toString() : $location.hash(); - var elm; - - // empty hash, scroll to the top of the page - if (!hash) scrollTo(null); - - // element with given id - else if (elm = document.getElementById(hash)) scrollTo(elm); + }; + this._state = 0; + } - // first anchor with given name :-D - else if (elm = getFirstAnchor(document.getElementsByName(hash))) scrollTo(elm); + AnimateRunner.prototype = { + setHost: function(host) { + this.host = host || {}; + }, - // no element and hash === 'top', scroll to the top of the page - else if (hash === 'top') scrollTo(null); - } + done: function(fn) { + if (this._state === DONE_COMPLETE_STATE) { + fn(); + } else { + this._doneCallbacks.push(fn); + } + }, - // does not scroll when user clicks on anchor link that is currently on - // (no url change, no $location.hash() change), browser native does scroll - if (autoScrollingEnabled) { - $rootScope.$watch(function autoScrollWatch() { - return $location.hash(); - }, function autoScrollWatchAction(newVal, oldVal) { - // skip the initial scroll if $location.hash is empty - if (newVal === oldVal && newVal === '') return; + progress: noop, - jqLiteDocumentLoaded(function () { - $rootScope.$evalAsync(scroll); + getPromise: function() { + if (!this.promise) { + var self = this; + this.promise = $q(function(resolve, reject) { + self.done(function(status) { + if (status === false) { + reject(); + } else { + resolve(); + } + }); }); - }); - } - - return scroll; - }]; - } - - var $animateMinErr = minErr('$animate'); - var ELEMENT_NODE = 1; - var NG_ANIMATE_CLASSNAME = 'ng-animate'; - - function mergeClasses(a, b) { - if (!a && !b) return ''; - if (!a) return b; - if (!b) return a; - if (isArray(a)) a = a.join(' '); - if (isArray(b)) b = b.join(' '); - return a + ' ' + b; - } - - function extractElementNode(element) { - for (var i = 0; i < element.length; i++) { - var elm = element[i]; - if (elm.nodeType === ELEMENT_NODE) { - return elm; - } - } - } - - function splitClasses(classes) { - if (isString(classes)) { - classes = classes.split(' '); - } - - // Use createMap() to prevent class assumptions involving property names in - // Object.prototype - var obj = createMap(); - forEach(classes, function (klass) { - // sometimes the split leaves empty string values - // incase extra spaces were applied to the options - if (klass.length) { - obj[klass] = true; - } - }); - return obj; - } - - // if any other type of options value besides an Object value is - // passed into the $animate.method() animation then this helper code - // will be run which will ignore it. While this patch is not the - // greatest solution to this, a lot of existing plugins depend on - // $animate to either call the callback (< 1.2) or return a promise - // that can be changed. This helper function ensures that the options - // are wiped clean incase a callback function is provided. - function prepareAnimateOptions(options) { - return isObject(options) ? options : {}; - } + } + return this.promise; + }, - var $$CoreAnimateJsProvider = /** @this */function $$CoreAnimateJsProvider() { - this.$get = noop; - }; + then: function(resolveHandler, rejectHandler) { + return this.getPromise().then(resolveHandler, rejectHandler); + }, - // this is prefixed with Core since it conflicts with - // the animateQueueProvider defined in ngAnimate/animateQueue.js - var $$CoreAnimateQueueProvider = /** @this */function $$CoreAnimateQueueProvider() { - var postDigestQueue = new NgMap(); - var postDigestElements = []; + 'catch': function(handler) { + return this.getPromise()['catch'](handler); + }, - this.$get = ['$$AnimateRunner', '$rootScope', function ($$AnimateRunner, $rootScope) { - return { - enabled: noop, - on: noop, - off: noop, - pin: noop, - - push: function push(element, event, options, domOperation) { - if (domOperation) { - domOperation(); - } + 'finally': function(handler) { + return this.getPromise()['finally'](handler); + }, - options = options || {}; - if (options.from) { - element.css(options.from); - } - if (options.to) { - element.css(options.to); - } + pause: function() { + if (this.host.pause) { + this.host.pause(); + } + }, - if (options.addClass || options.removeClass) { - addRemoveClassesPostDigest(element, options.addClass, options.removeClass); - } + resume: function() { + if (this.host.resume) { + this.host.resume(); + } + }, - var runner = new $$AnimateRunner(); + end: function() { + if (this.host.end) { + this.host.end(); + } + this._resolve(true); + }, - // since there are no animations to run the runner needs to be - // notified that the animation call is complete. - runner.complete(); - return runner; + cancel: function() { + if (this.host.cancel) { + this.host.cancel(); } - }; + this._resolve(false); + }, - function updateData(data, classes, value) { - var changed = false; - if (classes) { - classes = isString(classes) ? classes.split(' ') : isArray(classes) ? classes : []; - forEach(classes, function (className) { - if (className) { - changed = true; - data[className] = value; - } + complete: function(response) { + var self = this; + if (self._state === INITIAL_STATE) { + self._state = DONE_PENDING_STATE; + self._tick(function() { + self._resolve(response); }); } - return changed; - } - - function handleCSSClassChanges() { - forEach(postDigestElements, function (element) { - var data = postDigestQueue.get(element); - if (data) { - var existing = splitClasses(element.attr('class')); - var toAdd = ''; - var toRemove = ''; - forEach(data, function (status, className) { - var hasClass = !!existing[className]; - if (status !== hasClass) { - if (status) { - toAdd += (toAdd.length ? ' ' : '') + className; - } else { - toRemove += (toRemove.length ? ' ' : '') + className; - } - } - }); + }, - forEach(element, function (elm) { - if (toAdd) { - jqLiteAddClass(elm, toAdd); - } - if (toRemove) { - jqLiteRemoveClass(elm, toRemove); - } - }); - postDigestQueue.delete(element); - } - }); - postDigestElements.length = 0; + _resolve: function(response) { + if (this._state !== DONE_COMPLETE_STATE) { + forEach(this._doneCallbacks, function(fn) { + fn(response); + }); + this._doneCallbacks.length = 0; + this._state = DONE_COMPLETE_STATE; + } } + }; - function addRemoveClassesPostDigest(element, add, remove) { - var data = postDigestQueue.get(element) || {}; - - var classesAdded = updateData(data, add, true); - var classesRemoved = updateData(data, remove, false); + return AnimateRunner; + }]; +}; - if (classesAdded || classesRemoved) { +/* exported $CoreAnimateCssProvider */ - postDigestQueue.set(element, data); - postDigestElements.push(element); +/** + * @ngdoc service + * @name $animateCss + * @kind object + * @this + * + * @description + * This is the core version of `$animateCss`. By default, only when the `ngAnimate` is included, + * then the `$animateCss` service will actually perform animations. + * + * Click here {@link ngAnimate.$animateCss to read the documentation for $animateCss}. + */ +var $CoreAnimateCssProvider = function() { + this.$get = ['$$rAF', '$q', '$$AnimateRunner', function($$rAF, $q, $$AnimateRunner) { - if (postDigestElements.length === 1) { - $rootScope.$$postDigest(handleCSSClassChanges); - } - } + return function(element, initialOptions) { + // all of the animation functions should create + // a copy of the options data, however, if a + // parent service has already created a copy then + // we should stick to using that + var options = initialOptions || {}; + if (!options.$$prepared) { + options = copy(options); } - }]; - }; - - /** - * @ngdoc provider - * @name $animateProvider - * - * @description - * Default implementation of $animate that doesn't perform any animations, instead just - * synchronously performs DOM updates and resolves the returned runner promise. - * - * In order to enable animations the `ngAnimate` module has to be loaded. - * - * To see the functional implementation check out `src/ngAnimate/animate.js`. - */ - var $AnimateProvider = ['$provide', /** @this */function ($provide) { - var provider = this; - var classNameFilter = null; - var customFilter = null; - - this.$$registeredAnimations = Object.create(null); - /** - * @ngdoc method - * @name $animateProvider#register - * - * @description - * Registers a new injectable animation factory function. The factory function produces the - * animation object which contains callback functions for each event that is expected to be - * animated. - * - * * `eventFn`: `function(element, ... , doneFunction, options)` - * The element to animate, the `doneFunction` and the options fed into the animation. Depending - * on the type of animation additional arguments will be injected into the animation function. The - * list below explains the function signatures for the different animation methods: - * - * - setClass: function(element, addedClasses, removedClasses, doneFunction, options) - * - addClass: function(element, addedClasses, doneFunction, options) - * - removeClass: function(element, removedClasses, doneFunction, options) - * - enter, leave, move: function(element, doneFunction, options) - * - animate: function(element, fromStyles, toStyles, doneFunction, options) - * - * Make sure to trigger the `doneFunction` once the animation is fully complete. - * - * ```js - * return { - * //enter, leave, move signature - * eventFn : function(element, done, options) { - * //code to run the animation - * //once complete, then run done() - * return function endFunction(wasCancelled) { - * //code to cancel the animation - * } - * } - * } - * ``` - * - * @param {string} name The name of the animation (this is what the class-based CSS value will be compared to). - * @param {Function} factory The factory function that will be executed to return the animation - * object. - */ - this.register = function (name, factory) { - if (name && name.charAt(0) !== '.') { - throw $animateMinErr('notcsel', 'Expecting class selector starting with \'.\' got \'{0}\'.', name); + // there is no point in applying the styles since + // there is no animation that goes on at all in + // this version of $animateCss. + if (options.cleanupStyles) { + options.from = options.to = null; } - var key = name + '-animation'; - provider.$$registeredAnimations[name.substr(1)] = key; - $provide.factory(key, factory); - }; - - /** - * @ngdoc method - * @name $animateProvider#customFilter - * - * @description - * Sets and/or returns the custom filter function that is used to "filter" animations, i.e. - * determine if an animation is allowed or not. When no filter is specified (the default), no - * animation will be blocked. Setting the `customFilter` value will only allow animations for - * which the filter function's return value is truthy. - * - * This allows to easily create arbitrarily complex rules for filtering animations, such as - * allowing specific events only, or enabling animations on specific subtrees of the DOM, etc. - * Filtering animations can also boost performance for low-powered devices, as well as - * applications containing a lot of structural operations. - * - *
    - * **Best Practice:** - * Keep the filtering function as lean as possible, because it will be called for each DOM - * action (e.g. insertion, removal, class change) performed by "animation-aware" directives. - * See {@link guide/animations#which-directives-support-animations- here} for a list of built-in - * directives that support animations. - * Performing computationally expensive or time-consuming operations on each call of the - * filtering function can make your animations sluggish. - *
    - * - * **Note:** If present, `customFilter` will be checked before - * {@link $animateProvider#classNameFilter classNameFilter}. - * - * @param {Function=} filterFn - The filter function which will be used to filter all animations. - * If a falsy value is returned, no animation will be performed. The function will be called - * with the following arguments: - * - **node** `{DOMElement}` - The DOM element to be animated. - * - **event** `{String}` - The name of the animation event (e.g. `enter`, `leave`, `addClass` - * etc). - * - **options** `{Object}` - A collection of options/styles used for the animation. - * @return {Function} The current filter function or `null` if there is none set. - */ - this.customFilter = function (filterFn) { - if (arguments.length === 1) { - customFilter = isFunction(filterFn) ? filterFn : null; + if (options.from) { + element.css(options.from); + options.from = null; } - return customFilter; - }; + var closed, runner = new $$AnimateRunner(); + return { + start: run, + end: run + }; - /** - * @ngdoc method - * @name $animateProvider#classNameFilter - * - * @description - * Sets and/or returns the CSS class regular expression that is checked when performing - * an animation. Upon bootstrap the classNameFilter value is not set at all and will - * therefore enable $animate to attempt to perform an animation on any element that is triggered. - * When setting the `classNameFilter` value, animations will only be performed on elements - * that successfully match the filter expression. This in turn can boost performance - * for low-powered devices as well as applications containing a lot of structural operations. - * - * **Note:** If present, `classNameFilter` will be checked after - * {@link $animateProvider#customFilter customFilter}. If `customFilter` is present and returns - * false, `classNameFilter` will not be checked. - * - * @param {RegExp=} expression The className expression which will be checked against all animations - * @return {RegExp} The current CSS className expression value. If null then there is no expression value - */ - this.classNameFilter = function (expression) { - if (arguments.length === 1) { - classNameFilter = expression instanceof RegExp ? expression : null; - if (classNameFilter) { - var reservedRegex = new RegExp('[(\\s|\\/)]' + NG_ANIMATE_CLASSNAME + '[(\\s|\\/)]'); - if (reservedRegex.test(classNameFilter.toString())) { - classNameFilter = null; - throw $animateMinErr('nongcls', '$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME); + function run() { + $$rAF(function() { + applyAnimationContents(); + if (!closed) { + runner.complete(); } - } + closed = true; + }); + return runner; } - return classNameFilter; - }; - this.$get = ['$$animateQueue', function ($$animateQueue) { - function domInsert(element, parentElement, afterElement) { - // if for some reason the previous element was removed - // from the dom sometime before this code runs then let's - // just stick to using the parent element as the anchor - if (afterElement) { - var afterNode = extractElementNode(afterElement); - if (afterNode && !afterNode.parentNode && !afterNode.previousElementSibling) { - afterElement = null; - } + function applyAnimationContents() { + if (options.addClass) { + element.addClass(options.addClass); + options.addClass = null; } - if (afterElement) { - afterElement.after(element); - } else { - parentElement.prepend(element); + if (options.removeClass) { + element.removeClass(options.removeClass); + options.removeClass = null; + } + if (options.to) { + element.css(options.to); + options.to = null; } } + }; + }]; +}; - /** - * @ngdoc service - * @name $animate - * @description The $animate service exposes a series of DOM utility methods that provide support - * for animation hooks. The default behavior is the application of DOM operations, however, - * when an animation is detected (and animations are enabled), $animate will do the heavy lifting - * to ensure that animation runs with the triggered DOM operation. - * - * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't - * included and only when it is active then the animation hooks that `$animate` triggers will be - * functional. Once active then all structural `ng-` directives will trigger animations as they perform - * their DOM-related operations (enter, leave and move). Other directives such as `ngClass`, - * `ngShow`, `ngHide` and `ngMessages` also provide support for animations. - * - * It is recommended that the`$animate` service is always used when executing DOM-related procedures within directives. - * - * To learn more about enabling animation support, click here to visit the - * {@link ngAnimate ngAnimate module page}. - */ - return { - // we don't call it directly since non-existant arguments may - // be interpreted as null within the sub enabled function +/* global stripHash: true */ - /** - * - * @ngdoc method - * @name $animate#on - * @kind function - * @description Sets up an event listener to fire whenever the animation event (enter, leave, move, etc...) - * has fired on the given element or among any of its children. Once the listener is fired, the provided callback - * is fired with the following params: - * - * ```js - * $animate.on('enter', container, - * function callback(element, phase) { - * // cool we detected an enter animation within the container - * } - * ); - * ``` - * - * @param {string} event the animation event that will be captured (e.g. enter, leave, move, addClass, removeClass, etc...) - * @param {DOMElement} container the container element that will capture each of the animation events that are fired on itself - * as well as among its children - * @param {Function} callback the callback function that will be fired when the listener is triggered - * - * The arguments present in the callback function are: - * * `element` - The captured DOM element that the animation was fired on. - * * `phase` - The phase of the animation. The two possible phases are **start** (when the animation starts) and **close** (when it ends). - */ - on: $$animateQueue.on, +/** + * ! This is a private undocumented service ! + * + * @name $browser + * @requires $log + * @description + * This object has two goals: + * + * - hide all the global state in the browser caused by the window object + * - abstract away all the browser specific features and inconsistencies + * + * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser` + * service, which can be used for convenient testing of the application without the interaction with + * the real browser apis. + */ +/** + * @param {object} window The global window object. + * @param {object} document jQuery wrapped document. + * @param {object} $log window.console or an object with the same interface. + * @param {object} $sniffer $sniffer service + */ +function Browser(window, document, $log, $sniffer) { + var self = this, + location = window.location, + history = window.history, + setTimeout = window.setTimeout, + clearTimeout = window.clearTimeout, + pendingDeferIds = {}; - /** - * - * @ngdoc method - * @name $animate#off - * @kind function - * @description Deregisters an event listener based on the event which has been associated with the provided element. This method - * can be used in three different ways depending on the arguments: - * - * ```js - * // remove all the animation event listeners listening for `enter` - * $animate.off('enter'); - * - * // remove listeners for all animation events from the container element - * $animate.off(container); - * - * // remove all the animation event listeners listening for `enter` on the given element and its children - * $animate.off('enter', container); - * - * // remove the event listener function provided by `callback` that is set - * // to listen for `enter` on the given `container` as well as its children - * $animate.off('enter', container, callback); - * ``` - * - * @param {string|DOMElement} event|container the animation event (e.g. enter, leave, move, - * addClass, removeClass, etc...), or the container element. If it is the element, all other - * arguments are ignored. - * @param {DOMElement=} container the container element the event listener was placed on - * @param {Function=} callback the callback function that was registered as the listener - */ - off: $$animateQueue.off, + self.isMock = false; - /** - * @ngdoc method - * @name $animate#pin - * @kind function - * @description Associates the provided element with a host parent element to allow the element to be animated even if it exists - * outside of the DOM structure of the Angular application. By doing so, any animation triggered via `$animate` can be issued on the - * element despite being outside the realm of the application or within another application. Say for example if the application - * was bootstrapped on an element that is somewhere inside of the `` tag, but we wanted to allow for an element to be situated - * as a direct child of `document.body`, then this can be achieved by pinning the element via `$animate.pin(element)`. Keep in mind - * that calling `$animate.pin(element, parentElement)` will not actually insert into the DOM anywhere; it will just create the association. - * - * Note that this feature is only active when the `ngAnimate` module is used. - * - * @param {DOMElement} element the external element that will be pinned - * @param {DOMElement} parentElement the host parent element that will be associated with the external element - */ - pin: $$animateQueue.pin, + var outstandingRequestCount = 0; + var outstandingRequestCallbacks = []; - /** - * - * @ngdoc method - * @name $animate#enabled - * @kind function - * @description Used to get and set whether animations are enabled or not on the entire application or on an element and its children. This - * function can be called in four ways: - * - * ```js - * // returns true or false - * $animate.enabled(); - * - * // changes the enabled state for all animations - * $animate.enabled(false); - * $animate.enabled(true); - * - * // returns true or false if animations are enabled for an element - * $animate.enabled(element); - * - * // changes the enabled state for an element and its children - * $animate.enabled(element, true); - * $animate.enabled(element, false); - * ``` - * - * @param {DOMElement=} element the element that will be considered for checking/setting the enabled state - * @param {boolean=} enabled whether or not the animations will be enabled for the element - * - * @return {boolean} whether or not animations are enabled - */ - enabled: $$animateQueue.enabled, + // TODO(vojta): remove this temporary api + self.$$completeOutstandingRequest = completeOutstandingRequest; + self.$$incOutstandingRequestCount = function() { outstandingRequestCount++; }; - /** - * @ngdoc method - * @name $animate#cancel - * @kind function - * @description Cancels the provided animation. - * - * @param {Promise} animationPromise The animation promise that is returned when an animation is started. - */ - cancel: function cancel(runner) { - if (runner.end) { - runner.end(); + /** + * Executes the `fn` function(supports currying) and decrements the `outstandingRequestCallbacks` + * counter. If the counter reaches 0, all the `outstandingRequestCallbacks` are executed. + */ + function completeOutstandingRequest(fn) { + try { + fn.apply(null, sliceArgs(arguments, 1)); + } finally { + outstandingRequestCount--; + if (outstandingRequestCount === 0) { + while (outstandingRequestCallbacks.length) { + try { + outstandingRequestCallbacks.pop()(); + } catch (e) { + $log.error(e); } - }, - - /** - * - * @ngdoc method - * @name $animate#enter - * @kind function - * @description Inserts the element into the DOM either after the `after` element (if provided) or - * as the first child within the `parent` element and then triggers an animation. - * A promise is returned that will be resolved during the next digest once the animation - * has completed. - * - * @param {DOMElement} element the element which will be inserted into the DOM - * @param {DOMElement} parent the parent element which will append the element as - * a child (so long as the after element is not present) - * @param {DOMElement=} after the sibling element after which the element will be appended - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - enter: function enter(element, parent, after, options) { - parent = parent && jqLite(parent); - after = after && jqLite(after); - parent = parent || after.parent(); - domInsert(element, parent, after); - return $$animateQueue.push(element, 'enter', prepareAnimateOptions(options)); - }, - - /** - * - * @ngdoc method - * @name $animate#move - * @kind function - * @description Inserts (moves) the element into its new position in the DOM either after - * the `after` element (if provided) or as the first child within the `parent` element - * and then triggers an animation. A promise is returned that will be resolved - * during the next digest once the animation has completed. - * - * @param {DOMElement} element the element which will be moved into the new DOM position - * @param {DOMElement} parent the parent element which will append the element as - * a child (so long as the after element is not present) - * @param {DOMElement=} after the sibling element after which the element will be appended - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - move: function move(element, parent, after, options) { - parent = parent && jqLite(parent); - after = after && jqLite(after); - parent = parent || after.parent(); - domInsert(element, parent, after); - return $$animateQueue.push(element, 'move', prepareAnimateOptions(options)); - }, - - /** - * @ngdoc method - * @name $animate#leave - * @kind function - * @description Triggers an animation and then removes the element from the DOM. - * When the function is called a promise is returned that will be resolved during the next - * digest once the animation has completed. - * - * @param {DOMElement} element the element which will be removed from the DOM - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - leave: function leave(element, options) { - return $$animateQueue.push(element, 'leave', prepareAnimateOptions(options), function () { - element.remove(); - }); - }, - - /** - * @ngdoc method - * @name $animate#addClass - * @kind function - * - * @description Triggers an addClass animation surrounding the addition of the provided CSS class(es). Upon - * execution, the addClass operation will only be handled after the next digest and it will not trigger an - * animation if element already contains the CSS class or if the class is removed at a later step. - * Note that class-based animations are treated differently compared to structural animations - * (like enter, move and leave) since the CSS classes may be added/removed at different points - * depending if CSS or JavaScript animations are used. - * - * @param {DOMElement} element the element which the CSS classes will be applied to - * @param {string} className the CSS class(es) that will be added (multiple classes are separated via spaces) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - addClass: function addClass(element, className, options) { - options = prepareAnimateOptions(options); - options.addClass = mergeClasses(options.addclass, className); - return $$animateQueue.push(element, 'addClass', options); - }, - - /** - * @ngdoc method - * @name $animate#removeClass - * @kind function - * - * @description Triggers a removeClass animation surrounding the removal of the provided CSS class(es). Upon - * execution, the removeClass operation will only be handled after the next digest and it will not trigger an - * animation if element does not contain the CSS class or if the class is added at a later step. - * Note that class-based animations are treated differently compared to structural animations - * (like enter, move and leave) since the CSS classes may be added/removed at different points - * depending if CSS or JavaScript animations are used. - * - * @param {DOMElement} element the element which the CSS classes will be applied to - * @param {string} className the CSS class(es) that will be removed (multiple classes are separated via spaces) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - removeClass: function removeClass(element, className, options) { - options = prepareAnimateOptions(options); - options.removeClass = mergeClasses(options.removeClass, className); - return $$animateQueue.push(element, 'removeClass', options); - }, - - /** - * @ngdoc method - * @name $animate#setClass - * @kind function - * - * @description Performs both the addition and removal of a CSS classes on an element and (during the process) - * triggers an animation surrounding the class addition/removal. Much like `$animate.addClass` and - * `$animate.removeClass`, `setClass` will only evaluate the classes being added/removed once a digest has - * passed. Note that class-based animations are treated differently compared to structural animations - * (like enter, move and leave) since the CSS classes may be added/removed at different points - * depending if CSS or JavaScript animations are used. - * - * @param {DOMElement} element the element which the CSS classes will be applied to - * @param {string} add the CSS class(es) that will be added (multiple classes are separated via spaces) - * @param {string} remove the CSS class(es) that will be removed (multiple classes are separated via spaces) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - setClass: function setClass(element, add, remove, options) { - options = prepareAnimateOptions(options); - options.addClass = mergeClasses(options.addClass, add); - options.removeClass = mergeClasses(options.removeClass, remove); - return $$animateQueue.push(element, 'setClass', options); - }, - - /** - * @ngdoc method - * @name $animate#animate - * @kind function - * - * @description Performs an inline animation on the element which applies the provided to and from CSS styles to the element. - * If any detected CSS transition, keyframe or JavaScript matches the provided className value, then the animation will take - * on the provided styles. For example, if a transition animation is set for the given className, then the provided `from` and - * `to` styles will be applied alongside the given transition. If the CSS style provided in `from` does not have a corresponding - * style in `to`, the style in `from` is applied immediately, and no animation is run. - * If a JavaScript animation is detected then the provided styles will be given in as function parameters into the `animate` - * method (or as part of the `options` parameter): - * - * ```js - * ngModule.animation('.my-inline-animation', function() { - * return { - * animate : function(element, from, to, done, options) { - * //animation - * done(); - * } - * } - * }); - * ``` - * - * @param {DOMElement} element the element which the CSS styles will be applied to - * @param {object} from the from (starting) CSS styles that will be applied to the element and across the animation. - * @param {object} to the to (destination) CSS styles that will be applied to the element and across the animation. - * @param {string=} className an optional CSS class that will be applied to the element for the duration of the animation. If - * this value is left as empty then a CSS class of `ng-inline-animate` will be applied to the element. - * (Note that if no animation is detected then this value will not be applied to the element.) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - animate: function animate(element, from, to, className, options) { - options = prepareAnimateOptions(options); - options.from = options.from ? extend(options.from, from) : from; - options.to = options.to ? extend(options.to, to) : to; - - className = className || 'ng-inline-animate'; - options.tempClasses = mergeClasses(options.tempClasses, className); - return $$animateQueue.push(element, 'animate', options); } - }; - }]; - }]; - - var $$AnimateAsyncRunFactoryProvider = /** @this */function $$AnimateAsyncRunFactoryProvider() { - this.$get = ['$$rAF', function ($$rAF) { - var waitQueue = []; - - function waitForTick(fn) { - waitQueue.push(fn); - if (waitQueue.length > 1) return; - $$rAF(function () { - for (var i = 0; i < waitQueue.length; i++) { - waitQueue[i](); - } - waitQueue = []; - }); } + } + } - return function () { - var passed = false; - waitForTick(function () { - passed = true; - }); - return function (callback) { - if (passed) { - callback(); - } else { - waitForTick(callback); - } - }; - }; - }]; - }; - - var $$AnimateRunnerFactoryProvider = /** @this */function $$AnimateRunnerFactoryProvider() { - this.$get = ['$q', '$sniffer', '$$animateAsyncRun', '$$isDocumentHidden', '$timeout', function ($q, $sniffer, $$animateAsyncRun, $$isDocumentHidden, $timeout) { - - var INITIAL_STATE = 0; - var DONE_PENDING_STATE = 1; - var DONE_COMPLETE_STATE = 2; + function getHash(url) { + var index = url.indexOf('#'); + return index === -1 ? '' : url.substr(index); + } - AnimateRunner.chain = function (chain, callback) { - var index = 0; + /** + * @private + * TODO(vojta): prefix this method with $$ ? + * @param {function()} callback Function that will be called when no outstanding request + */ + self.notifyWhenNoOutstandingRequests = function(callback) { + if (outstandingRequestCount === 0) { + callback(); + } else { + outstandingRequestCallbacks.push(callback); + } + }; - next(); - function next() { - if (index === chain.length) { - callback(true); - return; - } + ////////////////////////////////////////////////////////////// + // URL API + ////////////////////////////////////////////////////////////// - chain[index](function (response) { - if (response === false) { - callback(false); - return; - } - index++; - next(); - }); + var cachedState, lastHistoryState, + lastBrowserUrl = location.href, + baseElement = document.find('base'), + pendingLocation = null, + getCurrentState = !$sniffer.history ? noop : function getCurrentState() { + try { + return history.state; + } catch (e) { + // MSIE can reportedly throw when there is no state (UNCONFIRMED). } }; - AnimateRunner.all = function (runners, callback) { - var count = 0; - var status = true; - forEach(runners, function (runner) { - runner.done(onProgress); - }); + cacheState(); - function onProgress(response) { - status = status && response; - if (++count === runners.length) { - callback(status); - } + /** + * @name $browser#url + * + * @description + * GETTER: + * Without any argument, this method just returns current value of location.href. + * + * SETTER: + * With at least one argument, this method sets url to new value. + * If html5 history api supported, pushState/replaceState is used, otherwise + * location.href/location.replace is used. + * Returns its own instance to allow chaining + * + * NOTE: this api is intended for use only by the $location service. Please use the + * {@link ng.$location $location service} to change url. + * + * @param {string} url New url (when used as setter) + * @param {boolean=} replace Should new url replace current history record? + * @param {object=} state object to use with pushState/replaceState + */ + self.url = function(url, replace, state) { + // In modern browsers `history.state` is `null` by default; treating it separately + // from `undefined` would cause `$browser.url('/foo')` to change `history.state` + // to undefined via `pushState`. Instead, let's change `undefined` to `null` here. + if (isUndefined(state)) { + state = null; + } + + // Android Browser BFCache causes location, history reference to become stale. + if (location !== window.location) location = window.location; + if (history !== window.history) history = window.history; + + // setter + if (url) { + var sameState = lastHistoryState === state; + + // Don't change anything if previous and current URLs and states match. This also prevents + // IE<10 from getting into redirect loop when in LocationHashbangInHtml5Url mode. + // See https://github.com/angular/angular.js/commit/ffb2701 + if (lastBrowserUrl === url && (!$sniffer.history || sameState)) { + return self; + } + var sameBase = lastBrowserUrl && stripHash(lastBrowserUrl) === stripHash(url); + lastBrowserUrl = url; + lastHistoryState = state; + // Don't use history API if only the hash changed + // due to a bug in IE10/IE11 which leads + // to not firing a `hashchange` nor `popstate` event + // in some cases (see #9143). + if ($sniffer.history && (!sameBase || !sameState)) { + history[replace ? 'replaceState' : 'pushState'](state, '', url); + cacheState(); + } else { + if (!sameBase) { + pendingLocation = url; + } + if (replace) { + location.replace(url); + } else if (!sameBase) { + location.href = url; + } else { + location.hash = getHash(url); + } + if (location.href !== url) { + pendingLocation = url; } - }; - - function AnimateRunner(host) { - this.setHost(host); - - var rafTick = $$animateAsyncRun(); - var timeoutTick = function timeoutTick(fn) { - $timeout(fn, 0, false); - }; - - this._doneCallbacks = []; - this._tick = function (fn) { - if ($$isDocumentHidden()) { - timeoutTick(fn); - } else { - rafTick(fn); - } - }; - this._state = 0; } + if (pendingLocation) { + pendingLocation = url; + } + return self; + // getter + } else { + // - pendingLocation is needed as browsers don't allow to read out + // the new location.href if a reload happened or if there is a bug like in iOS 9 (see + // https://openradar.appspot.com/22186109). + // - the replacement is a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=407172 + return pendingLocation || location.href.replace(/%27/g,'\''); + } + }; - AnimateRunner.prototype = { - setHost: function setHost(host) { - this.host = host || {}; - }, - - done: function done(fn) { - if (this._state === DONE_COMPLETE_STATE) { - fn(); - } else { - this._doneCallbacks.push(fn); - } - }, - - progress: noop, - - getPromise: function getPromise() { - if (!this.promise) { - var self = this; - this.promise = $q(function (resolve, reject) { - self.done(function (status) { - if (status === false) { - reject(); - } else { - resolve(); - } - }); - }); - } - return this.promise; - }, - - then: function then(resolveHandler, rejectHandler) { - return this.getPromise().then(resolveHandler, rejectHandler); - }, - - 'catch': function _catch(handler) { - return this.getPromise()['catch'](handler); - }, - - 'finally': function _finally(handler) { - return this.getPromise()['finally'](handler); - }, + /** + * @name $browser#state + * + * @description + * This method is a getter. + * + * Return history.state or null if history.state is undefined. + * + * @returns {object} state + */ + self.state = function() { + return cachedState; + }; - pause: function pause() { - if (this.host.pause) { - this.host.pause(); - } - }, + var urlChangeListeners = [], + urlChangeInit = false; - resume: function resume() { - if (this.host.resume) { - this.host.resume(); - } - }, + function cacheStateAndFireUrlChange() { + pendingLocation = null; + fireStateOrUrlChange(); + } - end: function end() { - if (this.host.end) { - this.host.end(); - } - this._resolve(true); - }, + // This variable should be used *only* inside the cacheState function. + var lastCachedState = null; + function cacheState() { + // This should be the only place in $browser where `history.state` is read. + cachedState = getCurrentState(); + cachedState = isUndefined(cachedState) ? null : cachedState; - cancel: function cancel() { - if (this.host.cancel) { - this.host.cancel(); - } - this._resolve(false); - }, + // Prevent callbacks fo fire twice if both hashchange & popstate were fired. + if (equals(cachedState, lastCachedState)) { + cachedState = lastCachedState; + } - complete: function complete(response) { - var self = this; - if (self._state === INITIAL_STATE) { - self._state = DONE_PENDING_STATE; - self._tick(function () { - self._resolve(response); - }); - } - }, + lastCachedState = cachedState; + lastHistoryState = cachedState; + } - _resolve: function _resolve(response) { - if (this._state !== DONE_COMPLETE_STATE) { - forEach(this._doneCallbacks, function (fn) { - fn(response); - }); - this._doneCallbacks.length = 0; - this._state = DONE_COMPLETE_STATE; - } - } - }; + function fireStateOrUrlChange() { + var prevLastHistoryState = lastHistoryState; + cacheState(); - return AnimateRunner; - }]; - }; + if (lastBrowserUrl === self.url() && prevLastHistoryState === cachedState) { + return; + } - /* exported $CoreAnimateCssProvider */ + lastBrowserUrl = self.url(); + lastHistoryState = cachedState; + forEach(urlChangeListeners, function(listener) { + listener(self.url(), cachedState); + }); + } /** - * @ngdoc service - * @name $animateCss - * @kind object - * @this + * @name $browser#onUrlChange * * @description - * This is the core version of `$animateCss`. By default, only when the `ngAnimate` is included, - * then the `$animateCss` service will actually perform animations. + * Register callback function that will be called, when url changes. + * + * It's only called when the url is changed from outside of angular: + * - user types different url into address bar + * - user clicks on history (forward/back) button + * - user clicks on a link + * + * It's not called when url is changed by $browser.url() method * - * Click here {@link ngAnimate.$animateCss to read the documentation for $animateCss}. + * The listener gets called with new url as parameter. + * + * NOTE: this api is intended for use only by the $location service. Please use the + * {@link ng.$location $location service} to monitor url changes in angular apps. + * + * @param {function(string)} listener Listener function to be called when url changes. + * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous. */ - var $CoreAnimateCssProvider = function $CoreAnimateCssProvider() { - this.$get = ['$$rAF', '$q', '$$AnimateRunner', function ($$rAF, $q, $$AnimateRunner) { - - return function (element, initialOptions) { - // all of the animation functions should create - // a copy of the options data, however, if a - // parent service has already created a copy then - // we should stick to using that - var options = initialOptions || {}; - if (!options.$$prepared) { - options = copy(options); - } - - // there is no point in applying the styles since - // there is no animation that goes on at all in - // this version of $animateCss. - if (options.cleanupStyles) { - options.from = options.to = null; - } - - if (options.from) { - element.css(options.from); - options.from = null; - } + self.onUrlChange = function(callback) { + // TODO(vojta): refactor to use node's syntax for events + if (!urlChangeInit) { + // We listen on both (hashchange/popstate) when available, as some browsers don't + // fire popstate when user changes the address bar and don't fire hashchange when url + // changed by push/replaceState - var closed, - runner = new $$AnimateRunner(); - return { - start: run, - end: run - }; + // html5 history api - popstate event + if ($sniffer.history) jqLite(window).on('popstate', cacheStateAndFireUrlChange); + // hashchange event + jqLite(window).on('hashchange', cacheStateAndFireUrlChange); - function run() { - $$rAF(function () { - applyAnimationContents(); - if (!closed) { - runner.complete(); - } - closed = true; - }); - return runner; - } + urlChangeInit = true; + } - function applyAnimationContents() { - if (options.addClass) { - element.addClass(options.addClass); - options.addClass = null; - } - if (options.removeClass) { - element.removeClass(options.removeClass); - options.removeClass = null; - } - if (options.to) { - element.css(options.to); - options.to = null; - } - } - }; - }]; + urlChangeListeners.push(callback); + return callback; + }; + + /** + * @private + * Remove popstate and hashchange handler from window. + * + * NOTE: this api is intended for use only by $rootScope. + */ + self.$$applicationDestroyed = function() { + jqLite(window).off('hashchange popstate', cacheStateAndFireUrlChange); }; - /* global stripHash: true */ + /** + * Checks whether the url has changed outside of Angular. + * Needs to be exported to be able to check for changes that have been done in sync, + * as hashchange/popstate events fire in async. + */ + self.$$checkUrlChange = fireStateOrUrlChange; + + ////////////////////////////////////////////////////////////// + // Misc API + ////////////////////////////////////////////////////////////// /** - * ! This is a private undocumented service ! + * @name $browser#baseHref * - * @name $browser - * @requires $log * @description - * This object has two goals: - * - * - hide all the global state in the browser caused by the window object - * - abstract away all the browser specific features and inconsistencies + * Returns current + * (always relative - without domain) * - * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser` - * service, which can be used for convenient testing of the application without the interaction with - * the real browser apis. + * @returns {string} The current base href */ + self.baseHref = function() { + var href = baseElement.attr('href'); + return href ? href.replace(/^(https?:)?\/\/[^/]*/, '') : ''; + }; + /** - * @param {object} window The global window object. - * @param {object} document jQuery wrapped document. - * @param {object} $log window.console or an object with the same interface. - * @param {object} $sniffer $sniffer service + * @name $browser#defer + * @param {function()} fn A function, who's execution should be deferred. + * @param {number=} [delay=0] of milliseconds to defer the function execution. + * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`. + * + * @description + * Executes a fn asynchronously via `setTimeout(fn, delay)`. + * + * Unlike when calling `setTimeout` directly, in test this function is mocked and instead of using + * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed + * via `$browser.defer.flush()`. + * */ - function Browser(window, document, $log, $sniffer) { - var self = this, - location = window.location, - history = window.history, - setTimeout = window.setTimeout, - clearTimeout = window.clearTimeout, - pendingDeferIds = {}; - - self.isMock = false; - - var outstandingRequestCount = 0; - var outstandingRequestCallbacks = []; - - // TODO(vojta): remove this temporary api - self.$$completeOutstandingRequest = completeOutstandingRequest; - self.$$incOutstandingRequestCount = function () { - outstandingRequestCount++; - }; + self.defer = function(fn, delay) { + var timeoutId; + outstandingRequestCount++; + timeoutId = setTimeout(function() { + delete pendingDeferIds[timeoutId]; + completeOutstandingRequest(fn); + }, delay || 0); + pendingDeferIds[timeoutId] = true; + return timeoutId; + }; - /** - * Executes the `fn` function(supports currying) and decrements the `outstandingRequestCallbacks` - * counter. If the counter reaches 0, all the `outstandingRequestCallbacks` are executed. - */ - function completeOutstandingRequest(fn) { - try { - fn.apply(null, sliceArgs(arguments, 1)); - } finally { - outstandingRequestCount--; - if (outstandingRequestCount === 0) { - while (outstandingRequestCallbacks.length) { - try { - outstandingRequestCallbacks.pop()(); - } catch (e) { - $log.error(e); - } - } - } - } - } - function getHash(url) { - var index = url.indexOf('#'); - return index === -1 ? '' : url.substr(index); + /** + * @name $browser#defer.cancel + * + * @description + * Cancels a deferred task identified with `deferId`. + * + * @param {*} deferId Token returned by the `$browser.defer` function. + * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully + * canceled. + */ + self.defer.cancel = function(deferId) { + if (pendingDeferIds[deferId]) { + delete pendingDeferIds[deferId]; + clearTimeout(deferId); + completeOutstandingRequest(noop); + return true; } + return false; + }; - /** - * @private - * TODO(vojta): prefix this method with $$ ? - * @param {function()} callback Function that will be called when no outstanding request - */ - self.notifyWhenNoOutstandingRequests = function (callback) { - if (outstandingRequestCount === 0) { - callback(); - } else { - outstandingRequestCallbacks.push(callback); - } - }; +} - ////////////////////////////////////////////////////////////// - // URL API - ////////////////////////////////////////////////////////////// +/** @this */ +function $BrowserProvider() { + this.$get = ['$window', '$log', '$sniffer', '$document', + function($window, $log, $sniffer, $document) { + return new Browser($window, $document, $log, $sniffer); + }]; +} - var cachedState, - lastHistoryState, - lastBrowserUrl = location.href, - baseElement = document.find('base'), - pendingLocation = null, - getCurrentState = !$sniffer.history ? noop : function getCurrentState() { - try { - return history.state; - } catch (e) { - // MSIE can reportedly throw when there is no state (UNCONFIRMED). - } - }; +/** + * @ngdoc service + * @name $cacheFactory + * @this + * + * @description + * Factory that constructs {@link $cacheFactory.Cache Cache} objects and gives access to + * them. + * + * ```js + * + * var cache = $cacheFactory('cacheId'); + * expect($cacheFactory.get('cacheId')).toBe(cache); + * expect($cacheFactory.get('noSuchCacheId')).not.toBeDefined(); + * + * cache.put("key", "value"); + * cache.put("another key", "another value"); + * + * // We've specified no options on creation + * expect(cache.info()).toEqual({id: 'cacheId', size: 2}); + * + * ``` + * + * + * @param {string} cacheId Name or id of the newly created cache. + * @param {object=} options Options object that specifies the cache behavior. Properties: + * + * - `{number=}` `capacity` — turns the cache into LRU cache. + * + * @returns {object} Newly created cache object with the following set of methods: + * + * - `{object}` `info()` — Returns id, size, and options of cache. + * - `{{*}}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache and returns + * it. + * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. + * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. + * - `{void}` `removeAll()` — Removes all cached values. + * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. + * + * @example + + +
    + + + + +

    Cached Values

    +
    + + : + +
    - cacheState(); +

    Cache Info

    +
    + + : + +
    +
    +
    + + angular.module('cacheExampleApp', []). + controller('CacheController', ['$scope', '$cacheFactory', function($scope, $cacheFactory) { + $scope.keys = []; + $scope.cache = $cacheFactory('cacheId'); + $scope.put = function(key, value) { + if (angular.isUndefined($scope.cache.get(key))) { + $scope.keys.push(key); + } + $scope.cache.put(key, angular.isUndefined(value) ? null : value); + }; + }]); + + + p { + margin: 10px 0 3px; + } + +
    + */ +function $CacheFactoryProvider() { - /** - * @name $browser#url - * - * @description - * GETTER: - * Without any argument, this method just returns current value of location.href. - * - * SETTER: - * With at least one argument, this method sets url to new value. - * If html5 history api supported, pushState/replaceState is used, otherwise - * location.href/location.replace is used. - * Returns its own instance to allow chaining - * - * NOTE: this api is intended for use only by the $location service. Please use the - * {@link ng.$location $location service} to change url. - * - * @param {string} url New url (when used as setter) - * @param {boolean=} replace Should new url replace current history record? - * @param {object=} state object to use with pushState/replaceState - */ - self.url = function (url, replace, state) { - // In modern browsers `history.state` is `null` by default; treating it separately - // from `undefined` would cause `$browser.url('/foo')` to change `history.state` - // to undefined via `pushState`. Instead, let's change `undefined` to `null` here. - if (isUndefined(state)) { - state = null; + this.$get = function() { + var caches = {}; + + function cacheFactory(cacheId, options) { + if (cacheId in caches) { + throw minErr('$cacheFactory')('iid', 'CacheId \'{0}\' is already taken!', cacheId); } - // Android Browser BFCache causes location, history reference to become stale. - if (location !== window.location) location = window.location; - if (history !== window.history) history = window.history; + var size = 0, + stats = extend({}, options, {id: cacheId}), + data = createMap(), + capacity = (options && options.capacity) || Number.MAX_VALUE, + lruHash = createMap(), + freshEnd = null, + staleEnd = null; - // setter - if (url) { - var sameState = lastHistoryState === state; - - // Don't change anything if previous and current URLs and states match. This also prevents - // IE<10 from getting into redirect loop when in LocationHashbangInHtml5Url mode. - // See https://github.com/angular/angular.js/commit/ffb2701 - if (lastBrowserUrl === url && (!$sniffer.history || sameState)) { - return self; - } - var sameBase = lastBrowserUrl && stripHash(lastBrowserUrl) === stripHash(url); - lastBrowserUrl = url; - lastHistoryState = state; - // Don't use history API if only the hash changed - // due to a bug in IE10/IE11 which leads - // to not firing a `hashchange` nor `popstate` event - // in some cases (see #9143). - if ($sniffer.history && (!sameBase || !sameState)) { - history[replace ? 'replaceState' : 'pushState'](state, '', url); - cacheState(); - } else { - if (!sameBase) { - pendingLocation = url; + /** + * @ngdoc type + * @name $cacheFactory.Cache + * + * @description + * A cache object used to store and retrieve data, primarily used by + * {@link $templateRequest $templateRequest} and the {@link ng.directive:script script} + * directive to cache templates and other data. + * + * ```js + * angular.module('superCache') + * .factory('superCache', ['$cacheFactory', function($cacheFactory) { + * return $cacheFactory('super-cache'); + * }]); + * ``` + * + * Example test: + * + * ```js + * it('should behave like a cache', inject(function(superCache) { + * superCache.put('key', 'value'); + * superCache.put('another key', 'another value'); + * + * expect(superCache.info()).toEqual({ + * id: 'super-cache', + * size: 2 + * }); + * + * superCache.remove('another key'); + * expect(superCache.get('another key')).toBeUndefined(); + * + * superCache.removeAll(); + * expect(superCache.info()).toEqual({ + * id: 'super-cache', + * size: 0 + * }); + * })); + * ``` + */ + return (caches[cacheId] = { + + /** + * @ngdoc method + * @name $cacheFactory.Cache#put + * @kind function + * + * @description + * Inserts a named entry into the {@link $cacheFactory.Cache Cache} object to be + * retrieved later, and incrementing the size of the cache if the key was not already + * present in the cache. If behaving like an LRU cache, it will also remove stale + * entries from the set. + * + * It will not insert undefined values into the cache. + * + * @param {string} key the key under which the cached data is stored. + * @param {*} value the value to store alongside the key. If it is undefined, the key + * will not be stored. + * @returns {*} the value stored. + */ + put: function(key, value) { + if (isUndefined(value)) return; + if (capacity < Number.MAX_VALUE) { + var lruEntry = lruHash[key] || (lruHash[key] = {key: key}); + + refresh(lruEntry); } - if (replace) { - location.replace(url); - } else if (!sameBase) { - location.href = url; - } else { - location.hash = getHash(url); + + if (!(key in data)) size++; + data[key] = value; + + if (size > capacity) { + this.remove(staleEnd.key); } - if (location.href !== url) { - pendingLocation = url; + + return value; + }, + + /** + * @ngdoc method + * @name $cacheFactory.Cache#get + * @kind function + * + * @description + * Retrieves named data stored in the {@link $cacheFactory.Cache Cache} object. + * + * @param {string} key the key of the data to be retrieved + * @returns {*} the value stored. + */ + get: function(key) { + if (capacity < Number.MAX_VALUE) { + var lruEntry = lruHash[key]; + + if (!lruEntry) return; + + refresh(lruEntry); } - } - if (pendingLocation) { - pendingLocation = url; - } - return self; - // getter - } else { - // - pendingLocation is needed as browsers don't allow to read out - // the new location.href if a reload happened or if there is a bug like in iOS 9 (see - // https://openradar.appspot.com/22186109). - // - the replacement is a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=407172 - return pendingLocation || location.href.replace(/%27/g, '\''); - } - }; - /** - * @name $browser#state - * - * @description - * This method is a getter. - * - * Return history.state or null if history.state is undefined. - * - * @returns {object} state - */ - self.state = function () { - return cachedState; - }; + return data[key]; + }, - var urlChangeListeners = [], - urlChangeInit = false; - function cacheStateAndFireUrlChange() { - pendingLocation = null; - fireStateOrUrlChange(); - } + /** + * @ngdoc method + * @name $cacheFactory.Cache#remove + * @kind function + * + * @description + * Removes an entry from the {@link $cacheFactory.Cache Cache} object. + * + * @param {string} key the key of the entry to be removed + */ + remove: function(key) { + if (capacity < Number.MAX_VALUE) { + var lruEntry = lruHash[key]; - // This variable should be used *only* inside the cacheState function. - var lastCachedState = null; - function cacheState() { - // This should be the only place in $browser where `history.state` is read. - cachedState = getCurrentState(); - cachedState = isUndefined(cachedState) ? null : cachedState; + if (!lruEntry) return; - // Prevent callbacks fo fire twice if both hashchange & popstate were fired. - if (equals(cachedState, lastCachedState)) { - cachedState = lastCachedState; - } + if (lruEntry === freshEnd) freshEnd = lruEntry.p; + if (lruEntry === staleEnd) staleEnd = lruEntry.n; + link(lruEntry.n,lruEntry.p); - lastCachedState = cachedState; - lastHistoryState = cachedState; - } + delete lruHash[key]; + } - function fireStateOrUrlChange() { - var prevLastHistoryState = lastHistoryState; - cacheState(); + if (!(key in data)) return; - if (lastBrowserUrl === self.url() && prevLastHistoryState === cachedState) { - return; - } + delete data[key]; + size--; + }, - lastBrowserUrl = self.url(); - lastHistoryState = cachedState; - forEach(urlChangeListeners, function (listener) { - listener(self.url(), cachedState); - }); - } - /** - * @name $browser#onUrlChange - * - * @description - * Register callback function that will be called, when url changes. - * - * It's only called when the url is changed from outside of angular: - * - user types different url into address bar - * - user clicks on history (forward/back) button - * - user clicks on a link - * - * It's not called when url is changed by $browser.url() method - * - * The listener gets called with new url as parameter. - * - * NOTE: this api is intended for use only by the $location service. Please use the - * {@link ng.$location $location service} to monitor url changes in angular apps. - * - * @param {function(string)} listener Listener function to be called when url changes. - * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous. - */ - self.onUrlChange = function (callback) { - // TODO(vojta): refactor to use node's syntax for events - if (!urlChangeInit) { - // We listen on both (hashchange/popstate) when available, as some browsers don't - // fire popstate when user changes the address bar and don't fire hashchange when url - // changed by push/replaceState + /** + * @ngdoc method + * @name $cacheFactory.Cache#removeAll + * @kind function + * + * @description + * Clears the cache object of any entries. + */ + removeAll: function() { + data = createMap(); + size = 0; + lruHash = createMap(); + freshEnd = staleEnd = null; + }, - // html5 history api - popstate event - if ($sniffer.history) jqLite(window).on('popstate', cacheStateAndFireUrlChange); - // hashchange event - jqLite(window).on('hashchange', cacheStateAndFireUrlChange); - urlChangeInit = true; - } + /** + * @ngdoc method + * @name $cacheFactory.Cache#destroy + * @kind function + * + * @description + * Destroys the {@link $cacheFactory.Cache Cache} object entirely, + * removing it from the {@link $cacheFactory $cacheFactory} set. + */ + destroy: function() { + data = null; + stats = null; + lruHash = null; + delete caches[cacheId]; + }, - urlChangeListeners.push(callback); - return callback; - }; - /** - * @private - * Remove popstate and hashchange handler from window. - * - * NOTE: this api is intended for use only by $rootScope. - */ - self.$$applicationDestroyed = function () { - jqLite(window).off('hashchange popstate', cacheStateAndFireUrlChange); - }; + /** + * @ngdoc method + * @name $cacheFactory.Cache#info + * @kind function + * + * @description + * Retrieve information regarding a particular {@link $cacheFactory.Cache Cache}. + * + * @returns {object} an object with the following properties: + *
      + *
    • **id**: the id of the cache instance
    • + *
    • **size**: the number of entries kept in the cache instance
    • + *
    • **...**: any additional properties from the options object when creating the + * cache.
    • + *
    + */ + info: function() { + return extend({}, stats, {size: size}); + } + }); - /** - * Checks whether the url has changed outside of Angular. - * Needs to be exported to be able to check for changes that have been done in sync, - * as hashchange/popstate events fire in async. - */ - self.$$checkUrlChange = fireStateOrUrlChange; - ////////////////////////////////////////////////////////////// - // Misc API - ////////////////////////////////////////////////////////////// + /** + * makes the `entry` the freshEnd of the LRU linked list + */ + function refresh(entry) { + if (entry !== freshEnd) { + if (!staleEnd) { + staleEnd = entry; + } else if (staleEnd === entry) { + staleEnd = entry.n; + } - /** - * @name $browser#baseHref - * - * @description - * Returns current - * (always relative - without domain) - * - * @returns {string} The current base href - */ - self.baseHref = function () { - var href = baseElement.attr('href'); - return href ? href.replace(/^(https?:)?\/\/[^/]*/, '') : ''; - }; + link(entry.n, entry.p); + link(entry, freshEnd); + freshEnd = entry; + freshEnd.n = null; + } + } - /** - * @name $browser#defer - * @param {function()} fn A function, who's execution should be deferred. - * @param {number=} [delay=0] of milliseconds to defer the function execution. - * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`. - * - * @description - * Executes a fn asynchronously via `setTimeout(fn, delay)`. - * - * Unlike when calling `setTimeout` directly, in test this function is mocked and instead of using - * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed - * via `$browser.defer.flush()`. - * - */ - self.defer = function (fn, delay) { - var timeoutId; - outstandingRequestCount++; - timeoutId = setTimeout(function () { - delete pendingDeferIds[timeoutId]; - completeOutstandingRequest(fn); - }, delay || 0); - pendingDeferIds[timeoutId] = true; - return timeoutId; - }; - /** - * @name $browser#defer.cancel - * - * @description - * Cancels a deferred task identified with `deferId`. - * - * @param {*} deferId Token returned by the `$browser.defer` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ - self.defer.cancel = function (deferId) { - if (pendingDeferIds[deferId]) { - delete pendingDeferIds[deferId]; - clearTimeout(deferId); - completeOutstandingRequest(noop); - return true; + /** + * bidirectionally links two entries of the LRU linked list + */ + function link(nextEntry, prevEntry) { + if (nextEntry !== prevEntry) { + if (nextEntry) nextEntry.p = prevEntry; //p stands for previous, 'prev' didn't minify + if (prevEntry) prevEntry.n = nextEntry; //n stands for next, 'next' didn't minify + } } - return false; - }; - } + } - /** @this */ - function $BrowserProvider() { - this.$get = ['$window', '$log', '$sniffer', '$document', function ($window, $log, $sniffer, $document) { - return new Browser($window, $document, $log, $sniffer); - }]; - } /** - * @ngdoc service - * @name $cacheFactory - * @this + * @ngdoc method + * @name $cacheFactory#info * * @description - * Factory that constructs {@link $cacheFactory.Cache Cache} objects and gives access to - * them. - * - * ```js - * - * var cache = $cacheFactory('cacheId'); - * expect($cacheFactory.get('cacheId')).toBe(cache); - * expect($cacheFactory.get('noSuchCacheId')).not.toBeDefined(); - * - * cache.put("key", "value"); - * cache.put("another key", "another value"); - * - * // We've specified no options on creation - * expect(cache.info()).toEqual({id: 'cacheId', size: 2}); - * - * ``` - * - * - * @param {string} cacheId Name or id of the newly created cache. - * @param {object=} options Options object that specifies the cache behavior. Properties: + * Get information about all the caches that have been created * - * - `{number=}` `capacity` — turns the cache into LRU cache. - * - * @returns {object} Newly created cache object with the following set of methods: - * - * - `{object}` `info()` — Returns id, size, and options of cache. - * - `{{*}}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache and returns - * it. - * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. - * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. - * - `{void}` `removeAll()` — Removes all cached values. - * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. - * - * @example - - -
    - - - - -

    Cached Values

    -
    - - : - -
    - -

    Cache Info

    -
    - - : - -
    -
    -
    - - angular.module('cacheExampleApp', []). - controller('CacheController', ['$scope', '$cacheFactory', function($scope, $cacheFactory) { - $scope.keys = []; - $scope.cache = $cacheFactory('cacheId'); - $scope.put = function(key, value) { - if (angular.isUndefined($scope.cache.get(key))) { - $scope.keys.push(key); - } - $scope.cache.put(key, angular.isUndefined(value) ? null : value); - }; - }]); - - - p { - margin: 10px 0 3px; - } - -
    + * @returns {Object} - key-value map of `cacheId` to the result of calling `cache#info` */ - function $CacheFactoryProvider() { - - this.$get = function () { - var caches = {}; - - function cacheFactory(cacheId, options) { - if (cacheId in caches) { - throw minErr('$cacheFactory')('iid', 'CacheId \'{0}\' is already taken!', cacheId); - } - - var size = 0, - stats = extend({}, options, { id: cacheId }), - data = createMap(), - capacity = options && options.capacity || Number.MAX_VALUE, - lruHash = createMap(), - freshEnd = null, - staleEnd = null; - - /** - * @ngdoc type - * @name $cacheFactory.Cache - * - * @description - * A cache object used to store and retrieve data, primarily used by - * {@link $templateRequest $templateRequest} and the {@link ng.directive:script script} - * directive to cache templates and other data. - * - * ```js - * angular.module('superCache') - * .factory('superCache', ['$cacheFactory', function($cacheFactory) { - * return $cacheFactory('super-cache'); - * }]); - * ``` - * - * Example test: - * - * ```js - * it('should behave like a cache', inject(function(superCache) { - * superCache.put('key', 'value'); - * superCache.put('another key', 'another value'); - * - * expect(superCache.info()).toEqual({ - * id: 'super-cache', - * size: 2 - * }); - * - * superCache.remove('another key'); - * expect(superCache.get('another key')).toBeUndefined(); - * - * superCache.removeAll(); - * expect(superCache.info()).toEqual({ - * id: 'super-cache', - * size: 0 - * }); - * })); - * ``` - */ - return caches[cacheId] = { - - /** - * @ngdoc method - * @name $cacheFactory.Cache#put - * @kind function - * - * @description - * Inserts a named entry into the {@link $cacheFactory.Cache Cache} object to be - * retrieved later, and incrementing the size of the cache if the key was not already - * present in the cache. If behaving like an LRU cache, it will also remove stale - * entries from the set. - * - * It will not insert undefined values into the cache. - * - * @param {string} key the key under which the cached data is stored. - * @param {*} value the value to store alongside the key. If it is undefined, the key - * will not be stored. - * @returns {*} the value stored. - */ - put: function put(key, value) { - if (isUndefined(value)) return; - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key] || (lruHash[key] = { key: key }); + cacheFactory.info = function() { + var info = {}; + forEach(caches, function(cache, cacheId) { + info[cacheId] = cache.info(); + }); + return info; + }; - refresh(lruEntry); - } - if (!(key in data)) size++; - data[key] = value; + /** + * @ngdoc method + * @name $cacheFactory#get + * + * @description + * Get access to a cache object by the `cacheId` used when it was created. + * + * @param {string} cacheId Name or id of a cache to access. + * @returns {object} Cache object identified by the cacheId or undefined if no such cache. + */ + cacheFactory.get = function(cacheId) { + return caches[cacheId]; + }; - if (size > capacity) { - this.remove(staleEnd.key); - } - return value; - }, + return cacheFactory; + }; +} - /** - * @ngdoc method - * @name $cacheFactory.Cache#get - * @kind function - * - * @description - * Retrieves named data stored in the {@link $cacheFactory.Cache Cache} object. - * - * @param {string} key the key of the data to be retrieved - * @returns {*} the value stored. - */ - get: function get(key) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key]; +/** + * @ngdoc service + * @name $templateCache + * @this + * + * @description + * `$templateCache` is a {@link $cacheFactory.Cache Cache object} created by the + * {@link ng.$cacheFactory $cacheFactory}. + * + * The first time a template is used, it is loaded in the template cache for quick retrieval. You + * can load templates directly into the cache in a `script` tag, by using {@link $templateRequest}, + * or by consuming the `$templateCache` service directly. + * + * Adding via the `script` tag: + * + * ```html + * + * ``` + * + * **Note:** the `script` tag containing the template does not need to be included in the `head` of + * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (e.g. + * element with {@link ngApp} attribute), otherwise the template will be ignored. + * + * Adding via the `$templateCache` service: + * + * ```js + * var myApp = angular.module('myApp', []); + * myApp.run(function($templateCache) { + * $templateCache.put('templateId.html', 'This is the content of the template'); + * }); + * ``` + * + * To retrieve the template later, simply use it in your component: + * ```js + * myApp.component('myComponent', { + * templateUrl: 'templateId.html' + * }); + * ``` + * + * or get it via the `$templateCache` service: + * ```js + * $templateCache.get('templateId.html') + * ``` + * + */ +function $TemplateCacheProvider() { + this.$get = ['$cacheFactory', function($cacheFactory) { + return $cacheFactory('templates'); + }]; +} - if (!lruEntry) return; +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables like document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - refresh(lruEntry); - } +/* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE! + * + * DOM-related variables: + * + * - "node" - DOM Node + * - "element" - DOM Element or Node + * - "$node" or "$element" - jqLite-wrapped node or element + * + * + * Compiler related stuff: + * + * - "linkFn" - linking fn of a single directive + * - "nodeLinkFn" - function that aggregates all linking fns for a particular node + * - "childLinkFn" - function that aggregates all linking fns for child nodes of a particular node + * - "compositeLinkFn" - function that aggregates all linking fns for a compilation root (nodeList) + */ - return data[key]; - }, - /** - * @ngdoc method - * @name $cacheFactory.Cache#remove - * @kind function - * - * @description - * Removes an entry from the {@link $cacheFactory.Cache Cache} object. - * - * @param {string} key the key of the entry to be removed - */ - remove: function remove(key) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key]; +/** + * @ngdoc service + * @name $compile + * @kind function + * + * @description + * Compiles an HTML string or DOM into a template and produces a template function, which + * can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together. + * + * The compilation is a process of walking the DOM tree and matching DOM elements to + * {@link ng.$compileProvider#directive directives}. + * + *
    + * **Note:** This document is an in-depth reference of all directive options. + * For a gentle introduction to directives with examples of common use cases, + * see the {@link guide/directive directive guide}. + *
    + * + * ## Comprehensive Directive API + * + * There are many different options for a directive. + * + * The difference resides in the return value of the factory function. + * You can either return a {@link $compile#directive-definition-object Directive Definition Object (see below)} + * that defines the directive properties, or just the `postLink` function (all other properties will have + * the default values). + * + *
    + * **Best Practice:** It's recommended to use the "directive definition object" form. + *
    + * + * Here's an example directive declared with a Directive Definition Object: + * + * ```js + * var myModule = angular.module(...); + * + * myModule.directive('directiveName', function factory(injectables) { + * var directiveDefinitionObject = { + * {@link $compile#-priority- priority}: 0, + * {@link $compile#-template- template}: '
    ', // or // function(tElement, tAttrs) { ... }, + * // or + * // {@link $compile#-templateurl- templateUrl}: 'directive.html', // or // function(tElement, tAttrs) { ... }, + * {@link $compile#-transclude- transclude}: false, + * {@link $compile#-restrict- restrict}: 'A', + * {@link $compile#-templatenamespace- templateNamespace}: 'html', + * {@link $compile#-scope- scope}: false, + * {@link $compile#-controller- controller}: function($scope, $element, $attrs, $transclude, otherInjectables) { ... }, + * {@link $compile#-controlleras- controllerAs}: 'stringIdentifier', + * {@link $compile#-bindtocontroller- bindToController}: false, + * {@link $compile#-require- require}: 'siblingDirectiveName', // or // ['^parentDirectiveName', '?optionalDirectiveName', '?^optionalParent'], + * {@link $compile#-multielement- multiElement}: false, + * {@link $compile#-compile- compile}: function compile(tElement, tAttrs, transclude) { + * return { + * {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, + * {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } + * } + * // or + * // return function postLink( ... ) { ... } + * }, + * // or + * // {@link $compile#-link- link}: { + * // {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, + * // {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } + * // } + * // or + * // {@link $compile#-link- link}: function postLink( ... ) { ... } + * }; + * return directiveDefinitionObject; + * }); + * ``` + * + *
    + * **Note:** Any unspecified options will use the default value. You can see the default values below. + *
    + * + * Therefore the above can be simplified as: + * + * ```js + * var myModule = angular.module(...); + * + * myModule.directive('directiveName', function factory(injectables) { + * var directiveDefinitionObject = { + * link: function postLink(scope, iElement, iAttrs) { ... } + * }; + * return directiveDefinitionObject; + * // or + * // return function postLink(scope, iElement, iAttrs) { ... } + * }); + * ``` + * + * ### Life-cycle hooks + * Directive controllers can provide the following methods that are called by Angular at points in the life-cycle of the + * directive: + * * `$onInit()` - Called on each controller after all the controllers on an element have been constructed and + * had their bindings initialized (and before the pre & post linking functions for the directives on + * this element). This is a good place to put initialization code for your controller. + * * `$onChanges(changesObj)` - Called whenever one-way (`<`) or interpolation (`@`) bindings are updated. The + * `changesObj` is a hash whose keys are the names of the bound properties that have changed, and the values are an + * object of the form `{ currentValue, previousValue, isFirstChange() }`. Use this hook to trigger updates within a + * component such as cloning the bound value to prevent accidental mutation of the outer value. Note that this will + * also be called when your bindings are initialized. + * * `$doCheck()` - Called on each turn of the digest cycle. Provides an opportunity to detect and act on + * changes. Any actions that you wish to take in response to the changes that you detect must be + * invoked from this hook; implementing this has no effect on when `$onChanges` is called. For example, this hook + * could be useful if you wish to perform a deep equality check, or to check a Date object, changes to which would not + * be detected by Angular's change detector and thus not trigger `$onChanges`. This hook is invoked with no arguments; + * if detecting changes, you must store the previous value(s) for comparison to the current values. + * * `$onDestroy()` - Called on a controller when its containing scope is destroyed. Use this hook for releasing + * external resources, watches and event handlers. Note that components have their `$onDestroy()` hooks called in + * the same order as the `$scope.$broadcast` events are triggered, which is top down. This means that parent + * components will have their `$onDestroy()` hook called before child components. + * * `$postLink()` - Called after this controller's element and its children have been linked. Similar to the post-link + * function this hook can be used to set up DOM event handlers and do direct DOM manipulation. + * Note that child elements that contain `templateUrl` directives will not have been compiled and linked since + * they are waiting for their template to load asynchronously and their own compilation and linking has been + * suspended until that occurs. + * + * #### Comparison with Angular 2 life-cycle hooks + * Angular 2 also uses life-cycle hooks for its components. While the Angular 1 life-cycle hooks are similar there are + * some differences that you should be aware of, especially when it comes to moving your code from Angular 1 to Angular 2: + * + * * Angular 1 hooks are prefixed with `$`, such as `$onInit`. Angular 2 hooks are prefixed with `ng`, such as `ngOnInit`. + * * Angular 1 hooks can be defined on the controller prototype or added to the controller inside its constructor. + * In Angular 2 you can only define hooks on the prototype of the Component class. + * * Due to the differences in change-detection, you may get many more calls to `$doCheck` in Angular 1 than you would to + * `ngDoCheck` in Angular 2 + * * Changes to the model inside `$doCheck` will trigger new turns of the digest loop, which will cause the changes to be + * propagated throughout the application. + * Angular 2 does not allow the `ngDoCheck` hook to trigger a change outside of the component. It will either throw an + * error or do nothing depending upon the state of `enableProdMode()`. + * + * #### Life-cycle hook examples + * + * This example shows how you can check for mutations to a Date object even though the identity of the object + * has not changed. + * + * + * + * angular.module('do-check-module', []) + * .component('app', { + * template: + * 'Month: ' + + * 'Date: {{ $ctrl.date }}' + + * '', + * controller: function() { + * this.date = new Date(); + * this.month = this.date.getMonth(); + * this.updateDate = function() { + * this.date.setMonth(this.month); + * }; + * } + * }) + * .component('test', { + * bindings: { date: '<' }, + * template: + * '
    {{ $ctrl.log | json }}
    ', + * controller: function() { + * var previousValue; + * this.log = []; + * this.$doCheck = function() { + * var currentValue = this.date && this.date.valueOf(); + * if (previousValue !== currentValue) { + * this.log.push('doCheck: date mutated: ' + this.date); + * previousValue = currentValue; + * } + * }; + * } + * }); + *
    + * + * + * + *
    + * + * This example show how you might use `$doCheck` to trigger changes in your component's inputs even if the + * actual identity of the component doesn't change. (Be aware that cloning and deep equality checks on large + * arrays or objects can have a negative impact on your application performance) + * + * + * + *
    + * + * + *
    {{ items }}
    + * + *
    + *
    + * + * angular.module('do-check-module', []) + * .component('test', { + * bindings: { items: '<' }, + * template: + * '
    {{ $ctrl.log | json }}
    ', + * controller: function() { + * this.log = []; + * + * this.$doCheck = function() { + * if (this.items_ref !== this.items) { + * this.log.push('doCheck: items changed'); + * this.items_ref = this.items; + * } + * if (!angular.equals(this.items_clone, this.items)) { + * this.log.push('doCheck: items mutated'); + * this.items_clone = angular.copy(this.items); + * } + * }; + * } + * }); + *
    + *
    + * + * + * ### Directive Definition Object + * + * The directive definition object provides instructions to the {@link ng.$compile + * compiler}. The attributes are: + * + * #### `multiElement` + * When this property is set to true (default is `false`), the HTML compiler will collect DOM nodes between + * nodes with the attributes `directive-name-start` and `directive-name-end`, and group them + * together as the directive elements. It is recommended that this feature be used on directives + * which are not strictly behavioral (such as {@link ngClick}), and which + * do not manipulate or replace child nodes (such as {@link ngInclude}). + * + * #### `priority` + * When there are multiple directives defined on a single DOM element, sometimes it + * is necessary to specify the order in which the directives are applied. The `priority` is used + * to sort the directives before their `compile` functions get called. Priority is defined as a + * number. Directives with greater numerical `priority` are compiled first. Pre-link functions + * are also run in priority order, but post-link functions are run in reverse order. The order + * of directives with the same priority is undefined. The default priority is `0`. + * + * #### `terminal` + * If set to true then the current `priority` will be the last set of directives + * which will execute (any directives at the current priority will still execute + * as the order of execution on same `priority` is undefined). Note that expressions + * and other directives used in the directive's template will also be excluded from execution. + * + * #### `scope` + * The scope property can be `false`, `true`, or an object: + * + * * **`false` (default):** No scope will be created for the directive. The directive will use its + * parent's scope. + * + * * **`true`:** A new child scope that prototypically inherits from its parent will be created for + * the directive's element. If multiple directives on the same element request a new scope, + * only one new scope is created. + * + * * **`{...}` (an object hash):** A new "isolate" scope is created for the directive's template. + * The 'isolate' scope differs from normal scope in that it does not prototypically + * inherit from its parent scope. This is useful when creating reusable components, which should not + * accidentally read or modify data in the parent scope. Note that an isolate scope + * directive without a `template` or `templateUrl` will not apply the isolate scope + * to its children elements. + * + * The 'isolate' scope object hash defines a set of local scope properties derived from attributes on the + * directive's element. These local properties are useful for aliasing values for templates. The keys in + * the object hash map to the name of the property on the isolate scope; the values define how the property + * is bound to the parent scope, via matching attributes on the directive's element: + * + * * `@` or `@attr` - bind a local scope property to the value of DOM attribute. The result is + * always a string since DOM attributes are strings. If no `attr` name is specified then the + * attribute name is assumed to be the same as the local name. Given `` and the isolate scope definition `scope: { localName:'@myAttr' }`, + * the directive's scope property `localName` will reflect the interpolated value of `hello + * {{name}}`. As the `name` attribute changes so will the `localName` property on the directive's + * scope. The `name` is read from the parent scope (not the directive's scope). + * + * * `=` or `=attr` - set up a bidirectional binding between a local scope property and an expression + * passed via the attribute `attr`. The expression is evaluated in the context of the parent scope. + * If no `attr` name is specified then the attribute name is assumed to be the same as the local + * name. Given `` and the isolate scope definition `scope: { + * localModel: '=myAttr' }`, the property `localModel` on the directive's scope will reflect the + * value of `parentModel` on the parent scope. Changes to `parentModel` will be reflected in + * `localModel` and vice versa. Optional attributes should be marked as such with a question mark: + * `=?` or `=?attr`. If the binding expression is non-assignable, or if the attribute isn't + * optional and doesn't exist, an exception ({@link error/$compile/nonassign `$compile:nonassign`}) + * will be thrown upon discovering changes to the local value, since it will be impossible to sync + * them back to the parent scope. By default, the {@link ng.$rootScope.Scope#$watch `$watch`} + * method is used for tracking changes, and the equality check is based on object identity. + * However, if an object literal or an array literal is passed as the binding expression, the + * equality check is done by value (using the {@link angular.equals} function). It's also possible + * to watch the evaluated value shallowly with {@link ng.$rootScope.Scope#$watchCollection + * `$watchCollection`}: use `=*` or `=*attr` (`=*?` or `=*?attr` if the attribute is optional). + * + * * `<` or `` and directive definition of + * `scope: { localModel:'` and the isolate scope definition `scope: { + * localFn:'&myAttr' }`, the isolate scope property `localFn` will point to a function wrapper for + * the `count = count + value` expression. Often it's desirable to pass data from the isolated scope + * via an expression to the parent scope. This can be done by passing a map of local variable names + * and values into the expression wrapper fn. For example, if the expression is `increment(amount)` + * then we can specify the amount value by calling the `localFn` as `localFn({amount: 22})`. + * + * In general it's possible to apply more than one directive to one element, but there might be limitations + * depending on the type of scope required by the directives. The following points will help explain these limitations. + * For simplicity only two directives are taken into account, but it is also applicable for several directives: + * + * * **no scope** + **no scope** => Two directives which don't require their own scope will use their parent's scope + * * **child scope** + **no scope** => Both directives will share one single child scope + * * **child scope** + **child scope** => Both directives will share one single child scope + * * **isolated scope** + **no scope** => The isolated directive will use it's own created isolated scope. The other directive will use + * its parent's scope + * * **isolated scope** + **child scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives cannot + * be applied to the same element. + * * **isolated scope** + **isolated scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives + * cannot be applied to the same element. + * + * + * #### `bindToController` + * This property is used to bind scope properties directly to the controller. It can be either + * `true` or an object hash with the same format as the `scope` property. + * + * When an isolate scope is used for a directive (see above), `bindToController: true` will + * allow a component to have its properties bound to the controller, rather than to scope. + * + * After the controller is instantiated, the initial values of the isolate scope bindings will be bound to the controller + * properties. You can access these bindings once they have been initialized by providing a controller method called + * `$onInit`, which is called after all the controllers on an element have been constructed and had their bindings + * initialized. + * + *
    + * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was called, bindings for non-ES6 class + * controllers are bound to `this` before the controller constructor is called but this use is now deprecated. Please + * place initialization code that relies upon bindings inside a `$onInit` method on the controller, instead. + *
    + * + * It is also possible to set `bindToController` to an object hash with the same format as the `scope` property. + * This will set up the scope bindings to the controller directly. Note that `scope` can still be used + * to define which kind of scope is created. By default, no scope is created. Use `scope: {}` to create an isolate + * scope (useful for component directives). + * + * If both `bindToController` and `scope` are defined and have object hashes, `bindToController` overrides `scope`. + * + * + * #### `controller` + * Controller constructor function. The controller is instantiated before the + * pre-linking phase and can be accessed by other directives (see + * `require` attribute). This allows the directives to communicate with each other and augment + * each other's behavior. The controller is injectable (and supports bracket notation) with the following locals: + * + * * `$scope` - Current scope associated with the element + * * `$element` - Current element + * * `$attrs` - Current attributes object for the element + * * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: + * `function([scope], cloneLinkingFn, futureParentElement, slotName)`: + * * `scope`: (optional) override the scope. + * * `cloneLinkingFn`: (optional) argument to create clones of the original transcluded content. + * * `futureParentElement` (optional): + * * defines the parent to which the `cloneLinkingFn` will add the cloned elements. + * * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`. + * * only needed for transcludes that are allowed to contain non html elements (e.g. SVG elements) + * and when the `cloneLinkingFn` is passed, + * as those elements need to created and cloned in a special way when they are defined outside their + * usual containers (e.g. like ``). + * * See also the `directive.templateNamespace` property. + * * `slotName`: (optional) the name of the slot to transclude. If falsy (e.g. `null`, `undefined` or `''`) + * then the default transclusion is provided. + * The `$transclude` function also has a method on it, `$transclude.isSlotFilled(slotName)`, which returns + * `true` if the specified slot contains content (i.e. one or more DOM nodes). + * + * #### `require` + * Require another directive and inject its controller as the fourth argument to the linking function. The + * `require` property can be a string, an array or an object: + * * a **string** containing the name of the directive to pass to the linking function + * * an **array** containing the names of directives to pass to the linking function. The argument passed to the + * linking function will be an array of controllers in the same order as the names in the `require` property + * * an **object** whose property values are the names of the directives to pass to the linking function. The argument + * passed to the linking function will also be an object with matching keys, whose values will hold the corresponding + * controllers. + * + * If the `require` property is an object and `bindToController` is truthy, then the required controllers are + * bound to the controller using the keys of the `require` property. This binding occurs after all the controllers + * have been constructed but before `$onInit` is called. + * If the name of the required controller is the same as the local name (the key), the name can be + * omitted. For example, `{parentDir: '^^'}` is equivalent to `{parentDir: '^^parentDir'}`. + * See the {@link $compileProvider#component} helper for an example of how this can be used. + * If no such required directive(s) can be found, or if the directive does not have a controller, then an error is + * raised (unless no link function is specified and the required controllers are not being bound to the directive + * controller, in which case error checking is skipped). The name can be prefixed with: + * + * * (no prefix) - Locate the required controller on the current element. Throw an error if not found. + * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found. + * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found. + * * `^^` - Locate the required controller by searching the element's parents. Throw an error if not found. + * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass + * `null` to the `link` fn if not found. + * * `?^^` - Attempt to locate the required controller by searching the element's parents, or pass + * `null` to the `link` fn if not found. + * + * + * #### `controllerAs` + * Identifier name for a reference to the controller in the directive's scope. + * This allows the controller to be referenced from the directive template. This is especially + * useful when a directive is used as component, i.e. with an `isolate` scope. It's also possible + * to use it in a directive without an `isolate` / `new` scope, but you need to be aware that the + * `controllerAs` reference might overwrite a property that already exists on the parent scope. + * + * + * #### `restrict` + * String of subset of `EACM` which restricts the directive to a specific directive + * declaration style. If omitted, the defaults (elements and attributes) are used. + * + * * `E` - Element name (default): `` + * * `A` - Attribute (default): `
    ` + * * `C` - Class: `
    ` + * * `M` - Comment: `` + * + * + * #### `templateNamespace` + * String representing the document type used by the markup in the template. + * AngularJS needs this information as those elements need to be created and cloned + * in a special way when they are defined outside their usual containers like `` and ``. + * + * * `html` - All root nodes in the template are HTML. Root nodes may also be + * top-level elements such as `` or ``. + * * `svg` - The root nodes in the template are SVG elements (excluding ``). + * * `math` - The root nodes in the template are MathML elements (excluding ``). + * + * If no `templateNamespace` is specified, then the namespace is considered to be `html`. + * + * #### `template` + * HTML markup that may: + * * Replace the contents of the directive's element (default). + * * Replace the directive's element itself (if `replace` is true - DEPRECATED). + * * Wrap the contents of the directive's element (if `transclude` is true). + * + * Value may be: + * + * * A string. For example `
    {{delete_str}}
    `. + * * A function which takes two arguments `tElement` and `tAttrs` (described in the `compile` + * function api below) and returns a string value. + * + * + * #### `templateUrl` + * This is similar to `template` but the template is loaded from the specified URL, asynchronously. + * + * Because template loading is asynchronous the compiler will suspend compilation of directives on that element + * for later when the template has been resolved. In the meantime it will continue to compile and link + * sibling and parent elements as though this element had not contained any directives. + * + * The compiler does not suspend the entire compilation to wait for templates to be loaded because this + * would result in the whole app "stalling" until all templates are loaded asynchronously - even in the + * case when only one deeply nested directive has `templateUrl`. + * + * Template loading is asynchronous even if the template has been preloaded into the {@link $templateCache} + * + * You can specify `templateUrl` as a string representing the URL or as a function which takes two + * arguments `tElement` and `tAttrs` (described in the `compile` function api below) and returns + * a string value representing the url. In either case, the template URL is passed through {@link + * $sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}. + * + * + * #### `replace` (*DEPRECATED*) + * + * `replace` will be removed in next major release - i.e. v2.0). + * + * Specifies what the template should replace. Defaults to `false`. + * + * * `true` - the template will replace the directive's element. + * * `false` - the template will replace the contents of the directive's element. + * + * The replacement process migrates all of the attributes / classes from the old element to the new + * one. See the {@link guide/directive#template-expanding-directive + * Directives Guide} for an example. + * + * There are very few scenarios where element replacement is required for the application function, + * the main one being reusable custom components that are used within SVG contexts + * (because SVG doesn't work with custom elements in the DOM tree). + * + * #### `transclude` + * Extract the contents of the element where the directive appears and make it available to the directive. + * The contents are compiled and provided to the directive as a **transclusion function**. See the + * {@link $compile#transclusion Transclusion} section below. + * + * + * #### `compile` + * + * ```js + * function compile(tElement, tAttrs, transclude) { ... } + * ``` + * + * The compile function deals with transforming the template DOM. Since most directives do not do + * template transformation, it is not used often. The compile function takes the following arguments: + * + * * `tElement` - template element - The element where the directive has been declared. It is + * safe to do template transformation on the element and child elements only. + * + * * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared + * between all directive compile functions. + * + * * `transclude` - [*DEPRECATED*!] A transclude linking function: `function(scope, cloneLinkingFn)` + * + *
    + * **Note:** The template instance and the link instance may be different objects if the template has + * been cloned. For this reason it is **not** safe to do anything other than DOM transformations that + * apply to all cloned DOM nodes within the compile function. Specifically, DOM listener registration + * should be done in a linking function rather than in a compile function. + *
    + + *
    + * **Note:** The compile function cannot handle directives that recursively use themselves in their + * own templates or compile functions. Compiling these directives results in an infinite loop and + * stack overflow errors. + * + * This can be avoided by manually using $compile in the postLink function to imperatively compile + * a directive's template instead of relying on automatic template compilation via `template` or + * `templateUrl` declaration or manual compilation inside the compile function. + *
    + * + *
    + * **Note:** The `transclude` function that is passed to the compile function is deprecated, as it + * e.g. does not know about the right outer scope. Please use the transclude function that is passed + * to the link function instead. + *
    - if (!lruEntry) return; + * A compile function can have a return value which can be either a function or an object. + * + * * returning a (post-link) function - is equivalent to registering the linking function via the + * `link` property of the config object when the compile function is empty. + * + * * returning an object with function(s) registered via `pre` and `post` properties - allows you to + * control when a linking function should be called during the linking phase. See info about + * pre-linking and post-linking functions below. + * + * + * #### `link` + * This property is used only if the `compile` property is not defined. + * + * ```js + * function link(scope, iElement, iAttrs, controller, transcludeFn) { ... } + * ``` + * + * The link function is responsible for registering DOM listeners as well as updating the DOM. It is + * executed after the template has been cloned. This is where most of the directive logic will be + * put. + * + * * `scope` - {@link ng.$rootScope.Scope Scope} - The scope to be used by the + * directive for registering {@link ng.$rootScope.Scope#$watch watches}. + * + * * `iElement` - instance element - The element where the directive is to be used. It is safe to + * manipulate the children of the element only in `postLink` function since the children have + * already been linked. + * + * * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared + * between all directive linking functions. + * + * * `controller` - the directive's required controller instance(s) - Instances are shared + * among all directives, which allows the directives to use the controllers as a communication + * channel. The exact value depends on the directive's `require` property: + * * no controller(s) required: the directive's own controller, or `undefined` if it doesn't have one + * * `string`: the controller instance + * * `array`: array of controller instances + * + * If a required controller cannot be found, and it is optional, the instance is `null`, + * otherwise the {@link error:$compile:ctreq Missing Required Controller} error is thrown. + * + * Note that you can also require the directive's own controller - it will be made available like + * any other controller. + * + * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. + * This is the same as the `$transclude` parameter of directive controllers, + * see {@link ng.$compile#-controller- the controller section for details}. + * `function([scope], cloneLinkingFn, futureParentElement)`. + * + * #### Pre-linking function + * + * Executed before the child elements are linked. Not safe to do DOM transformation since the + * compiler linking function will fail to locate the correct elements for linking. + * + * #### Post-linking function + * + * Executed after the child elements are linked. + * + * Note that child elements that contain `templateUrl` directives will not have been compiled + * and linked since they are waiting for their template to load asynchronously and their own + * compilation and linking has been suspended until that occurs. + * + * It is safe to do DOM transformation in the post-linking function on elements that are not waiting + * for their async templates to be resolved. + * + * + * ### Transclusion + * + * Transclusion is the process of extracting a collection of DOM elements from one part of the DOM and + * copying them to another part of the DOM, while maintaining their connection to the original AngularJS + * scope from where they were taken. + * + * Transclusion is used (often with {@link ngTransclude}) to insert the + * original contents of a directive's element into a specified place in the template of the directive. + * The benefit of transclusion, over simply moving the DOM elements manually, is that the transcluded + * content has access to the properties on the scope from which it was taken, even if the directive + * has isolated scope. + * See the {@link guide/directive#creating-a-directive-that-wraps-other-elements Directives Guide}. + * + * This makes it possible for the widget to have private state for its template, while the transcluded + * content has access to its originating scope. + * + *
    + * **Note:** When testing an element transclude directive you must not place the directive at the root of the + * DOM fragment that is being compiled. See {@link guide/unit-testing#testing-transclusion-directives + * Testing Transclusion Directives}. + *
    + * + * There are three kinds of transclusion depending upon whether you want to transclude just the contents of the + * directive's element, the entire element or multiple parts of the element contents: + * + * * `true` - transclude the content (i.e. the child nodes) of the directive's element. + * * `'element'` - transclude the whole of the directive's element including any directives on this + * element that defined at a lower priority than this directive. When used, the `template` + * property is ignored. + * * **`{...}` (an object hash):** - map elements of the content onto transclusion "slots" in the template. + * + * **Mult-slot transclusion** is declared by providing an object for the `transclude` property. + * + * This object is a map where the keys are the name of the slot to fill and the value is an element selector + * used to match the HTML to the slot. The element selector should be in normalized form (e.g. `myElement`) + * and will match the standard element variants (e.g. `my-element`, `my:element`, `data-my-element`, etc). + * + * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} + * + * If the element selector is prefixed with a `?` then that slot is optional. + * + * For example, the transclude object `{ slotA: '?myCustomElement' }` maps `` elements to + * the `slotA` slot, which can be accessed via the `$transclude` function or via the {@link ngTransclude} directive. + * + * Slots that are not marked as optional (`?`) will trigger a compile time error if there are no matching elements + * in the transclude content. If you wish to know if an optional slot was filled with content, then you can call + * `$transclude.isSlotFilled(slotName)` on the transclude function passed to the directive's link function and + * injectable into the directive's controller. + * + * + * #### Transclusion Functions + * + * When a directive requests transclusion, the compiler extracts its contents and provides a **transclusion + * function** to the directive's `link` function and `controller`. This transclusion function is a special + * **linking function** that will return the compiled contents linked to a new transclusion scope. + * + *
    + * If you are just using {@link ngTransclude} then you don't need to worry about this function, since + * ngTransclude will deal with it for us. + *
    + * + * If you want to manually control the insertion and removal of the transcluded content in your directive + * then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery + * object that contains the compiled DOM, which is linked to the correct transclusion scope. + * + * When you call a transclusion function you can pass in a **clone attach function**. This function accepts + * two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded + * content and the `scope` is the newly created transclusion scope, which the clone will be linked to. + * + *
    + * **Best Practice**: Always provide a `cloneFn` (clone attach function) when you call a transclude function + * since you then get a fresh clone of the original DOM and also have access to the new transclusion scope. + *
    + * + * It is normal practice to attach your transcluded content (`clone`) to the DOM inside your **clone + * attach function**: + * + * ```js + * var transcludedContent, transclusionScope; + * + * $transclude(function(clone, scope) { + * element.append(clone); + * transcludedContent = clone; + * transclusionScope = scope; + * }); + * ``` + * + * Later, if you want to remove the transcluded content from your DOM then you should also destroy the + * associated transclusion scope: + * + * ```js + * transcludedContent.remove(); + * transclusionScope.$destroy(); + * ``` + * + *
    + * **Best Practice**: if you intend to add and remove transcluded content manually in your directive + * (by calling the transclude function to get the DOM and calling `element.remove()` to remove it), + * then you are also responsible for calling `$destroy` on the transclusion scope. + *
    + * + * The built-in DOM manipulation directives, such as {@link ngIf}, {@link ngSwitch} and {@link ngRepeat} + * automatically destroy their transcluded clones as necessary so you do not need to worry about this if + * you are simply using {@link ngTransclude} to inject the transclusion into your directive. + * + * + * #### Transclusion Scopes + * + * When you call a transclude function it returns a DOM fragment that is pre-bound to a **transclusion + * scope**. This scope is special, in that it is a child of the directive's scope (and so gets destroyed + * when the directive's scope gets destroyed) but it inherits the properties of the scope from which it + * was taken. + * + * For example consider a directive that uses transclusion and isolated scope. The DOM hierarchy might look + * like this: + * + * ```html + *
    + *
    + *
    + *
    + *
    + *
    + * ``` + * + * The `$parent` scope hierarchy will look like this: + * + ``` + - $rootScope + - isolate + - transclusion + ``` + * + * but the scopes will inherit prototypically from different scopes to their `$parent`. + * + ``` + - $rootScope + - transclusion + - isolate + ``` + * + * + * ### Attributes + * + * The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the + * `link()` or `compile()` functions. It has a variety of uses. + * + * * *Accessing normalized attribute names:* Directives like 'ngBind' can be expressed in many ways: + * 'ng:bind', `data-ng-bind`, or 'x-ng-bind'. The attributes object allows for normalized access + * to the attributes. + * + * * *Directive inter-communication:* All directives share the same instance of the attributes + * object which allows the directives to use the attributes object as inter directive + * communication. + * + * * *Supports interpolation:* Interpolation attributes are assigned to the attribute object + * allowing other directives to read the interpolated value. + * + * * *Observing interpolated attributes:* Use `$observe` to observe the value changes of attributes + * that contain interpolation (e.g. `src="{{bar}}"`). Not only is this very efficient but it's also + * the only way to easily get the actual value because during the linking phase the interpolation + * hasn't been evaluated yet and so the value is at this time set to `undefined`. + * + * ```js + * function linkingFn(scope, elm, attrs, ctrl) { + * // get the attribute value + * console.log(attrs.ngModel); + * + * // change the attribute + * attrs.$set('ngModel', 'new value'); + * + * // observe changes to interpolated attribute + * attrs.$observe('ngModel', function(value) { + * console.log('ngModel has changed value to ' + value); + * }); + * } + * ``` + * + * ## Example + * + *
    + * **Note**: Typically directives are registered with `module.directive`. The example below is + * to illustrate how `$compile` works. + *
    + * + + + +
    +
    +
    +
    +
    +
    + + it('should auto compile', function() { + var textarea = $('textarea'); + var output = $('div[compile]'); + // The initial state reads 'Hello Angular'. + expect(output.getText()).toBe('Hello Angular'); + textarea.clear(); + textarea.sendKeys('{{name}}!'); + expect(output.getText()).toBe('Angular!'); + }); + +
    - if (lruEntry === freshEnd) freshEnd = lruEntry.p; - if (lruEntry === staleEnd) staleEnd = lruEntry.n; - link(lruEntry.n, lruEntry.p); + * + * + * @param {string|DOMElement} element Element or HTML string to compile into a template function. + * @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives - DEPRECATED. + * + *
    + * **Note:** Passing a `transclude` function to the $compile function is deprecated, as it + * e.g. will not use the right outer scope. Please pass the transclude function as a + * `parentBoundTranscludeFn` to the link function instead. + *
    + * + * @param {number} maxPriority only apply directives lower than given priority (Only effects the + * root element(s), not their children) + * @returns {function(scope, cloneAttachFn=, options=)} a link function which is used to bind template + * (a DOM element/tree) to a scope. Where: + * + * * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to. + * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the + * `template` and call the `cloneAttachFn` function allowing the caller to attach the + * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is + * called as:
    `cloneAttachFn(clonedElement, scope)` where: + * + * * `clonedElement` - is a clone of the original `element` passed into the compiler. + * * `scope` - is the current scope with which the linking function is working with. + * + * * `options` - An optional object hash with linking options. If `options` is provided, then the following + * keys may be used to control linking behavior: + * + * * `parentBoundTranscludeFn` - the transclude function made available to + * directives; if given, it will be passed through to the link functions of + * directives found in `element` during compilation. + * * `transcludeControllers` - an object hash with keys that map controller names + * to a hash with the key `instance`, which maps to the controller instance; + * if given, it will make the controllers available to directives on the compileNode: + * ``` + * { + * parent: { + * instance: parentControllerInstance + * } + * } + * ``` + * * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add + * the cloned elements; only needed for transcludes that are allowed to contain non html + * elements (e.g. SVG elements). See also the directive.controller property. + * + * Calling the linking function returns the element of the template. It is either the original + * element passed in, or the clone of the element if the `cloneAttachFn` is provided. + * + * After linking the view is not updated until after a call to $digest which typically is done by + * Angular automatically. + * + * If you need access to the bound view, there are two ways to do it: + * + * - If you are not asking the linking function to clone the template, create the DOM element(s) + * before you send them to the compiler and keep this reference around. + * ```js + * var element = $compile('

    {{total}}

    ')(scope); + * ``` + * + * - if on the other hand, you need the element to be cloned, the view reference from the original + * example would not point to the clone, but rather to the original template that was cloned. In + * this case, you can access the clone via the cloneAttachFn: + * ```js + * var templateElement = angular.element('

    {{total}}

    '), + * scope = ....; + * + * var clonedElement = $compile(templateElement)(scope, function(clonedElement, scope) { + * //attach the clone to DOM document at the right place + * }); + * + * //now we have reference to the cloned DOM via `clonedElement` + * ``` + * + * + * For information on how the compiler works, see the + * {@link guide/compiler Angular HTML Compiler} section of the Developer Guide. + * + * @knownIssue + * + * ### Double Compilation + * + Double compilation occurs when an already compiled part of the DOM gets + compiled again. This is an undesired effect and can lead to misbehaving directives, performance issues, + and memory leaks. Refer to the Compiler Guide {@link guide/compiler#double-compilation-and-how-to-avoid-it + section on double compilation} for an in-depth explanation and ways to avoid it. + * + */ - delete lruHash[key]; - } +var $compileMinErr = minErr('$compile'); - if (!(key in data)) return; +function UNINITIALIZED_VALUE() {} +var _UNINITIALIZED_VALUE = new UNINITIALIZED_VALUE(); - delete data[key]; - size--; - }, +/** + * @ngdoc provider + * @name $compileProvider + * + * @description + */ +$CompileProvider.$inject = ['$provide', '$$sanitizeUriProvider']; +/** @this */ +function $CompileProvider($provide, $$sanitizeUriProvider) { + var hasDirectives = {}, + Suffix = 'Directive', + COMMENT_DIRECTIVE_REGEXP = /^\s*directive:\s*([\w-]+)\s+(.*)$/, + CLASS_DIRECTIVE_REGEXP = /(([\w-]+)(?::([^;]+))?;?)/, + ALL_OR_NOTHING_ATTRS = makeMap('ngSrc,ngSrcset,src,srcset'), + REQUIRE_PREFIX_REGEXP = /^(?:(\^\^?)?(\?)?(\^\^?)?)?/; + + // Ref: http://developers.whatwg.org/webappapis.html#event-handler-idl-attributes + // The assumption is that future DOM event attribute names will begin with + // 'on' and be composed of only English letters. + var EVENT_HANDLER_ATTR_REGEXP = /^(on[a-z]+|formaction)$/; + var bindingCache = createMap(); + + function parseIsolateBindings(scope, directiveName, isController) { + var LOCAL_REGEXP = /^\s*([@&<]|=(\*?))(\??)\s*([\w$]*)\s*$/; + + var bindings = createMap(); + + forEach(scope, function(definition, scopeName) { + if (definition in bindingCache) { + bindings[scopeName] = bindingCache[definition]; + return; + } + var match = definition.match(LOCAL_REGEXP); - /** - * @ngdoc method - * @name $cacheFactory.Cache#removeAll - * @kind function - * - * @description - * Clears the cache object of any entries. - */ - removeAll: function removeAll() { - data = createMap(); - size = 0; - lruHash = createMap(); - freshEnd = staleEnd = null; - }, + if (!match) { + throw $compileMinErr('iscp', + 'Invalid {3} for directive \'{0}\'.' + + ' Definition: {... {1}: \'{2}\' ...}', + directiveName, scopeName, definition, + (isController ? 'controller bindings definition' : + 'isolate scope definition')); + } + + bindings[scopeName] = { + mode: match[1][0], + collection: match[2] === '*', + optional: match[3] === '?', + attrName: match[4] || scopeName + }; + if (match[4]) { + bindingCache[definition] = bindings[scopeName]; + } + }); - /** - * @ngdoc method - * @name $cacheFactory.Cache#destroy - * @kind function - * - * @description - * Destroys the {@link $cacheFactory.Cache Cache} object entirely, - * removing it from the {@link $cacheFactory $cacheFactory} set. - */ - destroy: function destroy() { - data = null; - stats = null; - lruHash = null; - delete caches[cacheId]; - }, + return bindings; + } - /** - * @ngdoc method - * @name $cacheFactory.Cache#info - * @kind function - * - * @description - * Retrieve information regarding a particular {@link $cacheFactory.Cache Cache}. - * - * @returns {object} an object with the following properties: - *
      - *
    • **id**: the id of the cache instance
    • - *
    • **size**: the number of entries kept in the cache instance
    • - *
    • **...**: any additional properties from the options object when creating the - * cache.
    • - *
    - */ - info: function info() { - return extend({}, stats, { size: size }); - } - }; + function parseDirectiveBindings(directive, directiveName) { + var bindings = { + isolateScope: null, + bindToController: null + }; + if (isObject(directive.scope)) { + if (directive.bindToController === true) { + bindings.bindToController = parseIsolateBindings(directive.scope, + directiveName, true); + bindings.isolateScope = {}; + } else { + bindings.isolateScope = parseIsolateBindings(directive.scope, + directiveName, false); + } + } + if (isObject(directive.bindToController)) { + bindings.bindToController = + parseIsolateBindings(directive.bindToController, directiveName, true); + } + if (bindings.bindToController && !directive.controller) { + // There is no controller + throw $compileMinErr('noctrl', + 'Cannot bind to controller without directive \'{0}\'s controller.', + directiveName); + } + return bindings; + } - /** - * makes the `entry` the freshEnd of the LRU linked list - */ - function refresh(entry) { - if (entry !== freshEnd) { - if (!staleEnd) { - staleEnd = entry; - } else if (staleEnd === entry) { - staleEnd = entry.n; - } + function assertValidDirectiveName(name) { + var letter = name.charAt(0); + if (!letter || letter !== lowercase(letter)) { + throw $compileMinErr('baddir', 'Directive/Component name \'{0}\' is invalid. The first character must be a lowercase letter', name); + } + if (name !== name.trim()) { + throw $compileMinErr('baddir', + 'Directive/Component name \'{0}\' is invalid. The name should not contain leading or trailing whitespaces', + name); + } + } - link(entry.n, entry.p); - link(entry, freshEnd); - freshEnd = entry; - freshEnd.n = null; - } - } + function getDirectiveRequire(directive) { + var require = directive.require || (directive.controller && directive.name); - /** - * bidirectionally links two entries of the LRU linked list - */ - function link(nextEntry, prevEntry) { - if (nextEntry !== prevEntry) { - if (nextEntry) nextEntry.p = prevEntry; //p stands for previous, 'prev' didn't minify - if (prevEntry) prevEntry.n = nextEntry; //n stands for next, 'next' didn't minify - } - } - } + if (!isArray(require) && isObject(require)) { + forEach(require, function(value, key) { + var match = value.match(REQUIRE_PREFIX_REGEXP); + var name = value.substring(match[0].length); + if (!name) require[key] = match[0] + key; + }); + } - /** - * @ngdoc method - * @name $cacheFactory#info - * - * @description - * Get information about all the caches that have been created - * - * @returns {Object} - key-value map of `cacheId` to the result of calling `cache#info` - */ - cacheFactory.info = function () { - var info = {}; - forEach(caches, function (cache, cacheId) { - info[cacheId] = cache.info(); - }); - return info; - }; + return require; + } - /** - * @ngdoc method - * @name $cacheFactory#get - * - * @description - * Get access to a cache object by the `cacheId` used when it was created. - * - * @param {string} cacheId Name or id of a cache to access. - * @returns {object} Cache object identified by the cacheId or undefined if no such cache. - */ - cacheFactory.get = function (cacheId) { - return caches[cacheId]; - }; + function getDirectiveRestrict(restrict, name) { + if (restrict && !(isString(restrict) && /[EACM]/.test(restrict))) { + throw $compileMinErr('badrestrict', + 'Restrict property \'{0}\' of directive \'{1}\' is invalid', + restrict, + name); + } - return cacheFactory; - }; + return restrict || 'EA'; } /** - * @ngdoc service - * @name $templateCache - * @this + * @ngdoc method + * @name $compileProvider#directive + * @kind function * * @description - * `$templateCache` is a {@link $cacheFactory.Cache Cache object} created by the - * {@link ng.$cacheFactory $cacheFactory}. - * - * The first time a template is used, it is loaded in the template cache for quick retrieval. You - * can load templates directly into the cache in a `script` tag, by using {@link $templateRequest}, - * or by consuming the `$templateCache` service directly. - * - * Adding via the `script` tag: + * Register a new directive with the compiler. + * + * @param {string|Object} name Name of the directive in camel-case (i.e. ngBind which + * will match as ng-bind), or an object map of directives where the keys are the + * names and the values are the factories. + * @param {Function|Array} directiveFactory An injectable directive factory function. See the + * {@link guide/directive directive guide} and the {@link $compile compile API} for more info. + * @returns {ng.$compileProvider} Self for chaining. + */ + this.directive = function registerDirective(name, directiveFactory) { + assertArg(name, 'name'); + assertNotHasOwnProperty(name, 'directive'); + if (isString(name)) { + assertValidDirectiveName(name); + assertArg(directiveFactory, 'directiveFactory'); + if (!hasDirectives.hasOwnProperty(name)) { + hasDirectives[name] = []; + $provide.factory(name + Suffix, ['$injector', '$exceptionHandler', + function($injector, $exceptionHandler) { + var directives = []; + forEach(hasDirectives[name], function(directiveFactory, index) { + try { + var directive = $injector.invoke(directiveFactory); + if (isFunction(directive)) { + directive = { compile: valueFn(directive) }; + } else if (!directive.compile && directive.link) { + directive.compile = valueFn(directive.link); + } + directive.priority = directive.priority || 0; + directive.index = index; + directive.name = directive.name || name; + directive.require = getDirectiveRequire(directive); + directive.restrict = getDirectiveRestrict(directive.restrict, name); + directive.$$moduleName = directiveFactory.$$moduleName; + directives.push(directive); + } catch (e) { + $exceptionHandler(e); + } + }); + return directives; + }]); + } + hasDirectives[name].push(directiveFactory); + } else { + forEach(name, reverseParams(registerDirective)); + } + return this; + }; + + /** + * @ngdoc method + * @name $compileProvider#component + * @module ng + * @param {string|Object} name Name of the component in camelCase (i.e. `myComp` which will match ``), + * or an object map of components where the keys are the names and the values are the component definition objects. + * @param {Object} options Component definition object (a simplified + * {@link ng.$compile#directive-definition-object directive definition object}), + * with the following properties (all optional): + * + * - `controller` – `{(string|function()=}` – controller constructor function that should be + * associated with newly created scope or the name of a {@link ng.$compile#-controller- + * registered controller} if passed as a string. An empty `noop` function by default. + * - `controllerAs` – `{string=}` – identifier name for to reference the controller in the component's scope. + * If present, the controller will be published to scope under the `controllerAs` name. + * If not present, this will default to be `$ctrl`. + * - `template` – `{string=|function()=}` – html template as a string or a function that + * returns an html template as a string which should be used as the contents of this component. + * Empty string by default. + * + * If `template` is a function, then it is {@link auto.$injector#invoke injected} with + * the following locals: + * + * - `$element` - Current element + * - `$attrs` - Current attributes object for the element + * + * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html + * template that should be used as the contents of this component. + * + * If `templateUrl` is a function, then it is {@link auto.$injector#invoke injected} with + * the following locals: + * + * - `$element` - Current element + * - `$attrs` - Current attributes object for the element + * + * - `bindings` – `{object=}` – defines bindings between DOM attributes and component properties. + * Component properties are always bound to the component controller and not to the scope. + * See {@link ng.$compile#-bindtocontroller- `bindToController`}. + * - `transclude` – `{boolean=}` – whether {@link $compile#transclusion content transclusion} is enabled. + * Disabled by default. + * - `require` - `{Object=}` - requires the controllers of other directives and binds them to + * this component's controller. The object keys specify the property names under which the required + * controllers (object values) will be bound. See {@link ng.$compile#-require- `require`}. + * - `$...` – additional properties to attach to the directive factory function and the controller + * constructor function. (This is used by the component router to annotate) + * + * @returns {ng.$compileProvider} the compile provider itself, for chaining of function calls. + * @description + * Register a **component definition** with the compiler. This is a shorthand for registering a special + * type of directive, which represents a self-contained UI component in your application. Such components + * are always isolated (i.e. `scope: {}`) and are always restricted to elements (i.e. `restrict: 'E'`). * - * ```html - * - * ``` + * Component definitions are very simple and do not require as much configuration as defining general + * directives. Component definitions usually consist only of a template and a controller backing it. * - * **Note:** the `script` tag containing the template does not need to be included in the `head` of - * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (e.g. - * element with {@link ngApp} attribute), otherwise the template will be ignored. + * In order to make the definition easier, components enforce best practices like use of `controllerAs`, + * `bindToController`. They always have **isolate scope** and are restricted to elements. * - * Adding via the `$templateCache` service: + * Here are a few examples of how you would usually define components: * * ```js - * var myApp = angular.module('myApp', []); - * myApp.run(function($templateCache) { - * $templateCache.put('templateId.html', 'This is the content of the template'); - * }); - * ``` + * var myMod = angular.module(...); + * myMod.component('myComp', { + * template: '
    My name is {{$ctrl.name}}
    ', + * controller: function() { + * this.name = 'shahar'; + * } + * }); * - * To retrieve the template later, simply use it in your component: - * ```js - * myApp.component('myComponent', { - * templateUrl: 'templateId.html' - * }); - * ``` + * myMod.component('myComp', { + * template: '
    My name is {{$ctrl.name}}
    ', + * bindings: {name: '@'} + * }); + * + * myMod.component('myComp', { + * templateUrl: 'views/my-comp.html', + * controller: 'MyCtrl', + * controllerAs: 'ctrl', + * bindings: {name: '@'} + * }); * - * or get it via the `$templateCache` service: - * ```js - * $templateCache.get('templateId.html') * ``` + * For more examples, and an in-depth guide, see the {@link guide/component component guide}. * + *
    + * See also {@link ng.$compileProvider#directive $compileProvider.directive()}. */ - function $TemplateCacheProvider() { - this.$get = ['$cacheFactory', function ($cacheFactory) { - return $cacheFactory('templates'); - }]; - } + this.component = function registerComponent(name, options) { + if (!isString(name)) { + forEach(name, reverseParams(bind(this, registerComponent))); + return this; + } - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables like document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + var controller = options.controller || function() {}; - /* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE! - * - * DOM-related variables: + function factory($injector) { + function makeInjectable(fn) { + if (isFunction(fn) || isArray(fn)) { + return /** @this */ function(tElement, tAttrs) { + return $injector.invoke(fn, this, {$element: tElement, $attrs: tAttrs}); + }; + } else { + return fn; + } + } + + var template = (!options.template && !options.templateUrl ? '' : options.template); + var ddo = { + controller: controller, + controllerAs: identifierForController(options.controller) || options.controllerAs || '$ctrl', + template: makeInjectable(template), + templateUrl: makeInjectable(options.templateUrl), + transclude: options.transclude, + scope: {}, + bindToController: options.bindings || {}, + restrict: 'E', + require: options.require + }; + + // Copy annotations (starting with $) over to the DDO + forEach(options, function(val, key) { + if (key.charAt(0) === '$') ddo[key] = val; + }); + + return ddo; + } + + // TODO(pete) remove the following `forEach` before we release 1.6.0 + // The component-router@0.2.0 looks for the annotations on the controller constructor + // Nothing in Angular looks for annotations on the factory function but we can't remove + // it from 1.5.x yet. + + // Copy any annotation properties (starting with $) over to the factory and controller constructor functions + // These could be used by libraries such as the new component router + forEach(options, function(val, key) { + if (key.charAt(0) === '$') { + factory[key] = val; + // Don't try to copy over annotations to named controller + if (isFunction(controller)) controller[key] = val; + } + }); + + factory.$inject = ['$injector']; + + return this.directive(name, factory); + }; + + + /** + * @ngdoc method + * @name $compileProvider#aHrefSanitizationWhitelist + * @kind function * - * - "node" - DOM Node - * - "element" - DOM Element or Node - * - "$node" or "$element" - jqLite-wrapped node or element + * @description + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during a[href] sanitization. * + * The sanitization is a security measure aimed at preventing XSS attacks via html links. * - * Compiler related stuff: + * Any url about to be assigned to a[href] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. * - * - "linkFn" - linking fn of a single directive - * - "nodeLinkFn" - function that aggregates all linking fns for a particular node - * - "childLinkFn" - function that aggregates all linking fns for child nodes of a particular node - * - "compositeLinkFn" - function that aggregates all linking fns for a compilation root (nodeList) + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. */ + this.aHrefSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + $$sanitizeUriProvider.aHrefSanitizationWhitelist(regexp); + return this; + } else { + return $$sanitizeUriProvider.aHrefSanitizationWhitelist(); + } + }; + /** - * @ngdoc service - * @name $compile + * @ngdoc method + * @name $compileProvider#imgSrcSanitizationWhitelist * @kind function * * @description - * Compiles an HTML string or DOM into a template and produces a template function, which - * can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together. - * - * The compilation is a process of walking the DOM tree and matching DOM elements to - * {@link ng.$compileProvider#directive directives}. - * - *
    - * **Note:** This document is an in-depth reference of all directive options. - * For a gentle introduction to directives with examples of common use cases, - * see the {@link guide/directive directive guide}. - *
    - * - * ## Comprehensive Directive API - * - * There are many different options for a directive. - * - * The difference resides in the return value of the factory function. - * You can either return a {@link $compile#directive-definition-object Directive Definition Object (see below)} - * that defines the directive properties, or just the `postLink` function (all other properties will have - * the default values). - * - *
    - * **Best Practice:** It's recommended to use the "directive definition object" form. - *
    - * - * Here's an example directive declared with a Directive Definition Object: - * - * ```js - * var myModule = angular.module(...); - * - * myModule.directive('directiveName', function factory(injectables) { - * var directiveDefinitionObject = { - * {@link $compile#-priority- priority}: 0, - * {@link $compile#-template- template}: '
    ', // or // function(tElement, tAttrs) { ... }, - * // or - * // {@link $compile#-templateurl- templateUrl}: 'directive.html', // or // function(tElement, tAttrs) { ... }, - * {@link $compile#-transclude- transclude}: false, - * {@link $compile#-restrict- restrict}: 'A', - * {@link $compile#-templatenamespace- templateNamespace}: 'html', - * {@link $compile#-scope- scope}: false, - * {@link $compile#-controller- controller}: function($scope, $element, $attrs, $transclude, otherInjectables) { ... }, - * {@link $compile#-controlleras- controllerAs}: 'stringIdentifier', - * {@link $compile#-bindtocontroller- bindToController}: false, - * {@link $compile#-require- require}: 'siblingDirectiveName', // or // ['^parentDirectiveName', '?optionalDirectiveName', '?^optionalParent'], - * {@link $compile#-multielement- multiElement}: false, - * {@link $compile#-compile- compile}: function compile(tElement, tAttrs, transclude) { - * return { - * {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, - * {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } - * } - * // or - * // return function postLink( ... ) { ... } - * }, - * // or - * // {@link $compile#-link- link}: { - * // {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, - * // {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } - * // } - * // or - * // {@link $compile#-link- link}: function postLink( ... ) { ... } - * }; - * return directiveDefinitionObject; - * }); - * ``` - * - *
    - * **Note:** Any unspecified options will use the default value. You can see the default values below. - *
    - * - * Therefore the above can be simplified as: - * - * ```js - * var myModule = angular.module(...); - * - * myModule.directive('directiveName', function factory(injectables) { - * var directiveDefinitionObject = { - * link: function postLink(scope, iElement, iAttrs) { ... } - * }; - * return directiveDefinitionObject; - * // or - * // return function postLink(scope, iElement, iAttrs) { ... } - * }); - * ``` - * - * ### Life-cycle hooks - * Directive controllers can provide the following methods that are called by Angular at points in the life-cycle of the - * directive: - * * `$onInit()` - Called on each controller after all the controllers on an element have been constructed and - * had their bindings initialized (and before the pre & post linking functions for the directives on - * this element). This is a good place to put initialization code for your controller. - * * `$onChanges(changesObj)` - Called whenever one-way (`<`) or interpolation (`@`) bindings are updated. The - * `changesObj` is a hash whose keys are the names of the bound properties that have changed, and the values are an - * object of the form `{ currentValue, previousValue, isFirstChange() }`. Use this hook to trigger updates within a - * component such as cloning the bound value to prevent accidental mutation of the outer value. Note that this will - * also be called when your bindings are initialized. - * * `$doCheck()` - Called on each turn of the digest cycle. Provides an opportunity to detect and act on - * changes. Any actions that you wish to take in response to the changes that you detect must be - * invoked from this hook; implementing this has no effect on when `$onChanges` is called. For example, this hook - * could be useful if you wish to perform a deep equality check, or to check a Date object, changes to which would not - * be detected by Angular's change detector and thus not trigger `$onChanges`. This hook is invoked with no arguments; - * if detecting changes, you must store the previous value(s) for comparison to the current values. - * * `$onDestroy()` - Called on a controller when its containing scope is destroyed. Use this hook for releasing - * external resources, watches and event handlers. Note that components have their `$onDestroy()` hooks called in - * the same order as the `$scope.$broadcast` events are triggered, which is top down. This means that parent - * components will have their `$onDestroy()` hook called before child components. - * * `$postLink()` - Called after this controller's element and its children have been linked. Similar to the post-link - * function this hook can be used to set up DOM event handlers and do direct DOM manipulation. - * Note that child elements that contain `templateUrl` directives will not have been compiled and linked since - * they are waiting for their template to load asynchronously and their own compilation and linking has been - * suspended until that occurs. - * - * #### Comparison with Angular 2 life-cycle hooks - * Angular 2 also uses life-cycle hooks for its components. While the Angular 1 life-cycle hooks are similar there are - * some differences that you should be aware of, especially when it comes to moving your code from Angular 1 to Angular 2: - * - * * Angular 1 hooks are prefixed with `$`, such as `$onInit`. Angular 2 hooks are prefixed with `ng`, such as `ngOnInit`. - * * Angular 1 hooks can be defined on the controller prototype or added to the controller inside its constructor. - * In Angular 2 you can only define hooks on the prototype of the Component class. - * * Due to the differences in change-detection, you may get many more calls to `$doCheck` in Angular 1 than you would to - * `ngDoCheck` in Angular 2 - * * Changes to the model inside `$doCheck` will trigger new turns of the digest loop, which will cause the changes to be - * propagated throughout the application. - * Angular 2 does not allow the `ngDoCheck` hook to trigger a change outside of the component. It will either throw an - * error or do nothing depending upon the state of `enableProdMode()`. - * - * #### Life-cycle hook examples - * - * This example shows how you can check for mutations to a Date object even though the identity of the object - * has not changed. - * - * - * - * angular.module('do-check-module', []) - * .component('app', { - * template: - * 'Month: ' + - * 'Date: {{ $ctrl.date }}' + - * '', - * controller: function() { - * this.date = new Date(); - * this.month = this.date.getMonth(); - * this.updateDate = function() { - * this.date.setMonth(this.month); - * }; - * } - * }) - * .component('test', { - * bindings: { date: '<' }, - * template: - * '
    {{ $ctrl.log | json }}
    ', - * controller: function() { - * var previousValue; - * this.log = []; - * this.$doCheck = function() { - * var currentValue = this.date && this.date.valueOf(); - * if (previousValue !== currentValue) { - * this.log.push('doCheck: date mutated: ' + this.date); - * previousValue = currentValue; - * } - * }; - * } - * }); - *
    - * - * - * - *
    - * - * This example show how you might use `$doCheck` to trigger changes in your component's inputs even if the - * actual identity of the component doesn't change. (Be aware that cloning and deep equality checks on large - * arrays or objects can have a negative impact on your application performance) - * - * - * - *
    - * - * - *
    {{ items }}
    - * - *
    - *
    - * - * angular.module('do-check-module', []) - * .component('test', { - * bindings: { items: '<' }, - * template: - * '
    {{ $ctrl.log | json }}
    ', - * controller: function() { - * this.log = []; - * - * this.$doCheck = function() { - * if (this.items_ref !== this.items) { - * this.log.push('doCheck: items changed'); - * this.items_ref = this.items; - * } - * if (!angular.equals(this.items_clone, this.items)) { - * this.log.push('doCheck: items mutated'); - * this.items_clone = angular.copy(this.items); - * } - * }; - * } - * }); - *
    - *
    - * - * - * ### Directive Definition Object - * - * The directive definition object provides instructions to the {@link ng.$compile - * compiler}. The attributes are: - * - * #### `multiElement` - * When this property is set to true (default is `false`), the HTML compiler will collect DOM nodes between - * nodes with the attributes `directive-name-start` and `directive-name-end`, and group them - * together as the directive elements. It is recommended that this feature be used on directives - * which are not strictly behavioral (such as {@link ngClick}), and which - * do not manipulate or replace child nodes (such as {@link ngInclude}). - * - * #### `priority` - * When there are multiple directives defined on a single DOM element, sometimes it - * is necessary to specify the order in which the directives are applied. The `priority` is used - * to sort the directives before their `compile` functions get called. Priority is defined as a - * number. Directives with greater numerical `priority` are compiled first. Pre-link functions - * are also run in priority order, but post-link functions are run in reverse order. The order - * of directives with the same priority is undefined. The default priority is `0`. - * - * #### `terminal` - * If set to true then the current `priority` will be the last set of directives - * which will execute (any directives at the current priority will still execute - * as the order of execution on same `priority` is undefined). Note that expressions - * and other directives used in the directive's template will also be excluded from execution. - * - * #### `scope` - * The scope property can be `false`, `true`, or an object: - * - * * **`false` (default):** No scope will be created for the directive. The directive will use its - * parent's scope. - * - * * **`true`:** A new child scope that prototypically inherits from its parent will be created for - * the directive's element. If multiple directives on the same element request a new scope, - * only one new scope is created. - * - * * **`{...}` (an object hash):** A new "isolate" scope is created for the directive's template. - * The 'isolate' scope differs from normal scope in that it does not prototypically - * inherit from its parent scope. This is useful when creating reusable components, which should not - * accidentally read or modify data in the parent scope. Note that an isolate scope - * directive without a `template` or `templateUrl` will not apply the isolate scope - * to its children elements. - * - * The 'isolate' scope object hash defines a set of local scope properties derived from attributes on the - * directive's element. These local properties are useful for aliasing values for templates. The keys in - * the object hash map to the name of the property on the isolate scope; the values define how the property - * is bound to the parent scope, via matching attributes on the directive's element: - * - * * `@` or `@attr` - bind a local scope property to the value of DOM attribute. The result is - * always a string since DOM attributes are strings. If no `attr` name is specified then the - * attribute name is assumed to be the same as the local name. Given `` and the isolate scope definition `scope: { localName:'@myAttr' }`, - * the directive's scope property `localName` will reflect the interpolated value of `hello - * {{name}}`. As the `name` attribute changes so will the `localName` property on the directive's - * scope. The `name` is read from the parent scope (not the directive's scope). - * - * * `=` or `=attr` - set up a bidirectional binding between a local scope property and an expression - * passed via the attribute `attr`. The expression is evaluated in the context of the parent scope. - * If no `attr` name is specified then the attribute name is assumed to be the same as the local - * name. Given `` and the isolate scope definition `scope: { - * localModel: '=myAttr' }`, the property `localModel` on the directive's scope will reflect the - * value of `parentModel` on the parent scope. Changes to `parentModel` will be reflected in - * `localModel` and vice versa. Optional attributes should be marked as such with a question mark: - * `=?` or `=?attr`. If the binding expression is non-assignable, or if the attribute isn't - * optional and doesn't exist, an exception ({@link error/$compile/nonassign `$compile:nonassign`}) - * will be thrown upon discovering changes to the local value, since it will be impossible to sync - * them back to the parent scope. By default, the {@link ng.$rootScope.Scope#$watch `$watch`} - * method is used for tracking changes, and the equality check is based on object identity. - * However, if an object literal or an array literal is passed as the binding expression, the - * equality check is done by value (using the {@link angular.equals} function). It's also possible - * to watch the evaluated value shallowly with {@link ng.$rootScope.Scope#$watchCollection - * `$watchCollection`}: use `=*` or `=*attr` (`=*?` or `=*?attr` if the attribute is optional). - * - * * `<` or `` and directive definition of - * `scope: { localModel:'` and the isolate scope definition `scope: { - * localFn:'&myAttr' }`, the isolate scope property `localFn` will point to a function wrapper for - * the `count = count + value` expression. Often it's desirable to pass data from the isolated scope - * via an expression to the parent scope. This can be done by passing a map of local variable names - * and values into the expression wrapper fn. For example, if the expression is `increment(amount)` - * then we can specify the amount value by calling the `localFn` as `localFn({amount: 22})`. - * - * In general it's possible to apply more than one directive to one element, but there might be limitations - * depending on the type of scope required by the directives. The following points will help explain these limitations. - * For simplicity only two directives are taken into account, but it is also applicable for several directives: - * - * * **no scope** + **no scope** => Two directives which don't require their own scope will use their parent's scope - * * **child scope** + **no scope** => Both directives will share one single child scope - * * **child scope** + **child scope** => Both directives will share one single child scope - * * **isolated scope** + **no scope** => The isolated directive will use it's own created isolated scope. The other directive will use - * its parent's scope - * * **isolated scope** + **child scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives cannot - * be applied to the same element. - * * **isolated scope** + **isolated scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives - * cannot be applied to the same element. - * - * - * #### `bindToController` - * This property is used to bind scope properties directly to the controller. It can be either - * `true` or an object hash with the same format as the `scope` property. - * - * When an isolate scope is used for a directive (see above), `bindToController: true` will - * allow a component to have its properties bound to the controller, rather than to scope. - * - * After the controller is instantiated, the initial values of the isolate scope bindings will be bound to the controller - * properties. You can access these bindings once they have been initialized by providing a controller method called - * `$onInit`, which is called after all the controllers on an element have been constructed and had their bindings - * initialized. - * - *
    - * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was called, bindings for non-ES6 class - * controllers are bound to `this` before the controller constructor is called but this use is now deprecated. Please - * place initialization code that relies upon bindings inside a `$onInit` method on the controller, instead. - *
    - * - * It is also possible to set `bindToController` to an object hash with the same format as the `scope` property. - * This will set up the scope bindings to the controller directly. Note that `scope` can still be used - * to define which kind of scope is created. By default, no scope is created. Use `scope: {}` to create an isolate - * scope (useful for component directives). - * - * If both `bindToController` and `scope` are defined and have object hashes, `bindToController` overrides `scope`. - * - * - * #### `controller` - * Controller constructor function. The controller is instantiated before the - * pre-linking phase and can be accessed by other directives (see - * `require` attribute). This allows the directives to communicate with each other and augment - * each other's behavior. The controller is injectable (and supports bracket notation) with the following locals: - * - * * `$scope` - Current scope associated with the element - * * `$element` - Current element - * * `$attrs` - Current attributes object for the element - * * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: - * `function([scope], cloneLinkingFn, futureParentElement, slotName)`: - * * `scope`: (optional) override the scope. - * * `cloneLinkingFn`: (optional) argument to create clones of the original transcluded content. - * * `futureParentElement` (optional): - * * defines the parent to which the `cloneLinkingFn` will add the cloned elements. - * * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`. - * * only needed for transcludes that are allowed to contain non html elements (e.g. SVG elements) - * and when the `cloneLinkingFn` is passed, - * as those elements need to created and cloned in a special way when they are defined outside their - * usual containers (e.g. like ``). - * * See also the `directive.templateNamespace` property. - * * `slotName`: (optional) the name of the slot to transclude. If falsy (e.g. `null`, `undefined` or `''`) - * then the default transclusion is provided. - * The `$transclude` function also has a method on it, `$transclude.isSlotFilled(slotName)`, which returns - * `true` if the specified slot contains content (i.e. one or more DOM nodes). - * - * #### `require` - * Require another directive and inject its controller as the fourth argument to the linking function. The - * `require` property can be a string, an array or an object: - * * a **string** containing the name of the directive to pass to the linking function - * * an **array** containing the names of directives to pass to the linking function. The argument passed to the - * linking function will be an array of controllers in the same order as the names in the `require` property - * * an **object** whose property values are the names of the directives to pass to the linking function. The argument - * passed to the linking function will also be an object with matching keys, whose values will hold the corresponding - * controllers. - * - * If the `require` property is an object and `bindToController` is truthy, then the required controllers are - * bound to the controller using the keys of the `require` property. This binding occurs after all the controllers - * have been constructed but before `$onInit` is called. - * If the name of the required controller is the same as the local name (the key), the name can be - * omitted. For example, `{parentDir: '^^'}` is equivalent to `{parentDir: '^^parentDir'}`. - * See the {@link $compileProvider#component} helper for an example of how this can be used. - * If no such required directive(s) can be found, or if the directive does not have a controller, then an error is - * raised (unless no link function is specified and the required controllers are not being bound to the directive - * controller, in which case error checking is skipped). The name can be prefixed with: - * - * * (no prefix) - Locate the required controller on the current element. Throw an error if not found. - * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found. - * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found. - * * `^^` - Locate the required controller by searching the element's parents. Throw an error if not found. - * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass - * `null` to the `link` fn if not found. - * * `?^^` - Attempt to locate the required controller by searching the element's parents, or pass - * `null` to the `link` fn if not found. - * - * - * #### `controllerAs` - * Identifier name for a reference to the controller in the directive's scope. - * This allows the controller to be referenced from the directive template. This is especially - * useful when a directive is used as component, i.e. with an `isolate` scope. It's also possible - * to use it in a directive without an `isolate` / `new` scope, but you need to be aware that the - * `controllerAs` reference might overwrite a property that already exists on the parent scope. - * - * - * #### `restrict` - * String of subset of `EACM` which restricts the directive to a specific directive - * declaration style. If omitted, the defaults (elements and attributes) are used. - * - * * `E` - Element name (default): `` - * * `A` - Attribute (default): `
    ` - * * `C` - Class: `
    ` - * * `M` - Comment: `` - * - * - * #### `templateNamespace` - * String representing the document type used by the markup in the template. - * AngularJS needs this information as those elements need to be created and cloned - * in a special way when they are defined outside their usual containers like `` and ``. - * - * * `html` - All root nodes in the template are HTML. Root nodes may also be - * top-level elements such as `` or ``. - * * `svg` - The root nodes in the template are SVG elements (excluding ``). - * * `math` - The root nodes in the template are MathML elements (excluding ``). - * - * If no `templateNamespace` is specified, then the namespace is considered to be `html`. - * - * #### `template` - * HTML markup that may: - * * Replace the contents of the directive's element (default). - * * Replace the directive's element itself (if `replace` is true - DEPRECATED). - * * Wrap the contents of the directive's element (if `transclude` is true). - * - * Value may be: - * - * * A string. For example `
    {{delete_str}}
    `. - * * A function which takes two arguments `tElement` and `tAttrs` (described in the `compile` - * function api below) and returns a string value. - * - * - * #### `templateUrl` - * This is similar to `template` but the template is loaded from the specified URL, asynchronously. - * - * Because template loading is asynchronous the compiler will suspend compilation of directives on that element - * for later when the template has been resolved. In the meantime it will continue to compile and link - * sibling and parent elements as though this element had not contained any directives. - * - * The compiler does not suspend the entire compilation to wait for templates to be loaded because this - * would result in the whole app "stalling" until all templates are loaded asynchronously - even in the - * case when only one deeply nested directive has `templateUrl`. - * - * Template loading is asynchronous even if the template has been preloaded into the {@link $templateCache} - * - * You can specify `templateUrl` as a string representing the URL or as a function which takes two - * arguments `tElement` and `tAttrs` (described in the `compile` function api below) and returns - * a string value representing the url. In either case, the template URL is passed through {@link - * $sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}. - * - * - * #### `replace` (*DEPRECATED*) - * - * `replace` will be removed in next major release - i.e. v2.0). - * - * Specifies what the template should replace. Defaults to `false`. - * - * * `true` - the template will replace the directive's element. - * * `false` - the template will replace the contents of the directive's element. - * - * The replacement process migrates all of the attributes / classes from the old element to the new - * one. See the {@link guide/directive#template-expanding-directive - * Directives Guide} for an example. - * - * There are very few scenarios where element replacement is required for the application function, - * the main one being reusable custom components that are used within SVG contexts - * (because SVG doesn't work with custom elements in the DOM tree). - * - * #### `transclude` - * Extract the contents of the element where the directive appears and make it available to the directive. - * The contents are compiled and provided to the directive as a **transclusion function**. See the - * {@link $compile#transclusion Transclusion} section below. - * - * - * #### `compile` - * - * ```js - * function compile(tElement, tAttrs, transclude) { ... } - * ``` - * - * The compile function deals with transforming the template DOM. Since most directives do not do - * template transformation, it is not used often. The compile function takes the following arguments: - * - * * `tElement` - template element - The element where the directive has been declared. It is - * safe to do template transformation on the element and child elements only. - * - * * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared - * between all directive compile functions. - * - * * `transclude` - [*DEPRECATED*!] A transclude linking function: `function(scope, cloneLinkingFn)` - * - *
    - * **Note:** The template instance and the link instance may be different objects if the template has - * been cloned. For this reason it is **not** safe to do anything other than DOM transformations that - * apply to all cloned DOM nodes within the compile function. Specifically, DOM listener registration - * should be done in a linking function rather than in a compile function. - *
    - - *
    - * **Note:** The compile function cannot handle directives that recursively use themselves in their - * own templates or compile functions. Compiling these directives results in an infinite loop and - * stack overflow errors. - * - * This can be avoided by manually using $compile in the postLink function to imperatively compile - * a directive's template instead of relying on automatic template compilation via `template` or - * `templateUrl` declaration or manual compilation inside the compile function. - *
    - * - *
    - * **Note:** The `transclude` function that is passed to the compile function is deprecated, as it - * e.g. does not know about the right outer scope. Please use the transclude function that is passed - * to the link function instead. - *
    - - * A compile function can have a return value which can be either a function or an object. + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during img[src] sanitization. * - * * returning a (post-link) function - is equivalent to registering the linking function via the - * `link` property of the config object when the compile function is empty. + * The sanitization is a security measure aimed at prevent XSS attacks via html links. * - * * returning an object with function(s) registered via `pre` and `post` properties - allows you to - * control when a linking function should be called during the linking phase. See info about - * pre-linking and post-linking functions below. + * Any url about to be assigned to img[src] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. * + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.imgSrcSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + $$sanitizeUriProvider.imgSrcSanitizationWhitelist(regexp); + return this; + } else { + return $$sanitizeUriProvider.imgSrcSanitizationWhitelist(); + } + }; + + /** + * @ngdoc method + * @name $compileProvider#debugInfoEnabled * - * #### `link` - * This property is used only if the `compile` property is not defined. - * - * ```js - * function link(scope, iElement, iAttrs, controller, transcludeFn) { ... } - * ``` - * - * The link function is responsible for registering DOM listeners as well as updating the DOM. It is - * executed after the template has been cloned. This is where most of the directive logic will be - * put. - * - * * `scope` - {@link ng.$rootScope.Scope Scope} - The scope to be used by the - * directive for registering {@link ng.$rootScope.Scope#$watch watches}. - * - * * `iElement` - instance element - The element where the directive is to be used. It is safe to - * manipulate the children of the element only in `postLink` function since the children have - * already been linked. - * - * * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared - * between all directive linking functions. - * - * * `controller` - the directive's required controller instance(s) - Instances are shared - * among all directives, which allows the directives to use the controllers as a communication - * channel. The exact value depends on the directive's `require` property: - * * no controller(s) required: the directive's own controller, or `undefined` if it doesn't have one - * * `string`: the controller instance - * * `array`: array of controller instances - * - * If a required controller cannot be found, and it is optional, the instance is `null`, - * otherwise the {@link error:$compile:ctreq Missing Required Controller} error is thrown. - * - * Note that you can also require the directive's own controller - it will be made available like - * any other controller. - * - * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. - * This is the same as the `$transclude` parameter of directive controllers, - * see {@link ng.$compile#-controller- the controller section for details}. - * `function([scope], cloneLinkingFn, futureParentElement)`. - * - * #### Pre-linking function - * - * Executed before the child elements are linked. Not safe to do DOM transformation since the - * compiler linking function will fail to locate the correct elements for linking. - * - * #### Post-linking function - * - * Executed after the child elements are linked. - * - * Note that child elements that contain `templateUrl` directives will not have been compiled - * and linked since they are waiting for their template to load asynchronously and their own - * compilation and linking has been suspended until that occurs. - * - * It is safe to do DOM transformation in the post-linking function on elements that are not waiting - * for their async templates to be resolved. - * - * - * ### Transclusion - * - * Transclusion is the process of extracting a collection of DOM elements from one part of the DOM and - * copying them to another part of the DOM, while maintaining their connection to the original AngularJS - * scope from where they were taken. - * - * Transclusion is used (often with {@link ngTransclude}) to insert the - * original contents of a directive's element into a specified place in the template of the directive. - * The benefit of transclusion, over simply moving the DOM elements manually, is that the transcluded - * content has access to the properties on the scope from which it was taken, even if the directive - * has isolated scope. - * See the {@link guide/directive#creating-a-directive-that-wraps-other-elements Directives Guide}. - * - * This makes it possible for the widget to have private state for its template, while the transcluded - * content has access to its originating scope. - * - *
    - * **Note:** When testing an element transclude directive you must not place the directive at the root of the - * DOM fragment that is being compiled. See {@link guide/unit-testing#testing-transclusion-directives - * Testing Transclusion Directives}. - *
    - * - * There are three kinds of transclusion depending upon whether you want to transclude just the contents of the - * directive's element, the entire element or multiple parts of the element contents: - * - * * `true` - transclude the content (i.e. the child nodes) of the directive's element. - * * `'element'` - transclude the whole of the directive's element including any directives on this - * element that defined at a lower priority than this directive. When used, the `template` - * property is ignored. - * * **`{...}` (an object hash):** - map elements of the content onto transclusion "slots" in the template. - * - * **Mult-slot transclusion** is declared by providing an object for the `transclude` property. - * - * This object is a map where the keys are the name of the slot to fill and the value is an element selector - * used to match the HTML to the slot. The element selector should be in normalized form (e.g. `myElement`) - * and will match the standard element variants (e.g. `my-element`, `my:element`, `data-my-element`, etc). - * - * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} - * - * If the element selector is prefixed with a `?` then that slot is optional. - * - * For example, the transclude object `{ slotA: '?myCustomElement' }` maps `` elements to - * the `slotA` slot, which can be accessed via the `$transclude` function or via the {@link ngTransclude} directive. - * - * Slots that are not marked as optional (`?`) will trigger a compile time error if there are no matching elements - * in the transclude content. If you wish to know if an optional slot was filled with content, then you can call - * `$transclude.isSlotFilled(slotName)` on the transclude function passed to the directive's link function and - * injectable into the directive's controller. - * - * - * #### Transclusion Functions - * - * When a directive requests transclusion, the compiler extracts its contents and provides a **transclusion - * function** to the directive's `link` function and `controller`. This transclusion function is a special - * **linking function** that will return the compiled contents linked to a new transclusion scope. - * - *
    - * If you are just using {@link ngTransclude} then you don't need to worry about this function, since - * ngTransclude will deal with it for us. - *
    - * - * If you want to manually control the insertion and removal of the transcluded content in your directive - * then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery - * object that contains the compiled DOM, which is linked to the correct transclusion scope. - * - * When you call a transclusion function you can pass in a **clone attach function**. This function accepts - * two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded - * content and the `scope` is the newly created transclusion scope, which the clone will be linked to. - * - *
    - * **Best Practice**: Always provide a `cloneFn` (clone attach function) when you call a transclude function - * since you then get a fresh clone of the original DOM and also have access to the new transclusion scope. - *
    - * - * It is normal practice to attach your transcluded content (`clone`) to the DOM inside your **clone - * attach function**: - * - * ```js - * var transcludedContent, transclusionScope; - * - * $transclude(function(clone, scope) { - * element.append(clone); - * transcludedContent = clone; - * transclusionScope = scope; - * }); - * ``` - * - * Later, if you want to remove the transcluded content from your DOM then you should also destroy the - * associated transclusion scope: - * - * ```js - * transcludedContent.remove(); - * transclusionScope.$destroy(); - * ``` - * - *
    - * **Best Practice**: if you intend to add and remove transcluded content manually in your directive - * (by calling the transclude function to get the DOM and calling `element.remove()` to remove it), - * then you are also responsible for calling `$destroy` on the transclusion scope. - *
    - * - * The built-in DOM manipulation directives, such as {@link ngIf}, {@link ngSwitch} and {@link ngRepeat} - * automatically destroy their transcluded clones as necessary so you do not need to worry about this if - * you are simply using {@link ngTransclude} to inject the transclusion into your directive. - * - * - * #### Transclusion Scopes - * - * When you call a transclude function it returns a DOM fragment that is pre-bound to a **transclusion - * scope**. This scope is special, in that it is a child of the directive's scope (and so gets destroyed - * when the directive's scope gets destroyed) but it inherits the properties of the scope from which it - * was taken. - * - * For example consider a directive that uses transclusion and isolated scope. The DOM hierarchy might look - * like this: - * - * ```html - *
    - *
    - *
    - *
    - *
    - *
    - * ``` - * - * The `$parent` scope hierarchy will look like this: - * - ``` - - $rootScope - - isolate - - transclusion - ``` - * - * but the scopes will inherit prototypically from different scopes to their `$parent`. - * - ``` - - $rootScope - - transclusion - - isolate - ``` + * @param {boolean=} enabled update the debugInfoEnabled state if provided, otherwise just return the + * current debugInfoEnabled state + * @returns {*} current value if used as getter or itself (chaining) if used as setter * + * @kind function * - * ### Attributes + * @description + * Call this method to enable/disable various debug runtime information in the compiler such as adding + * binding information and a reference to the current scope on to DOM elements. + * If enabled, the compiler will add the following to DOM elements that have been bound to the scope + * * `ng-binding` CSS class + * * `ng-scope` and `ng-isolated-scope` CSS classes + * * `$binding` data property containing an array of the binding expressions + * * Data properties used by the {@link angular.element#methods `scope()`/`isolateScope()` methods} to return + * the element's scope. + * * Placeholder comments will contain information about what directive and binding caused the placeholder. + * E.g. ``. + * + * You may want to disable this in production for a significant performance boost. See + * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. + * + * The default value is true. + */ + var debugInfoEnabled = true; + this.debugInfoEnabled = function(enabled) { + if (isDefined(enabled)) { + debugInfoEnabled = enabled; + return this; + } + return debugInfoEnabled; + }; + + /** + * @ngdoc method + * @name $compileProvider#preAssignBindingsEnabled * - * The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the - * `link()` or `compile()` functions. It has a variety of uses. + * @param {boolean=} enabled update the preAssignBindingsEnabled state if provided, otherwise just return the + * current preAssignBindingsEnabled state + * @returns {*} current value if used as getter or itself (chaining) if used as setter * - * * *Accessing normalized attribute names:* Directives like 'ngBind' can be expressed in many ways: - * 'ng:bind', `data-ng-bind`, or 'x-ng-bind'. The attributes object allows for normalized access - * to the attributes. + * @kind function * - * * *Directive inter-communication:* All directives share the same instance of the attributes - * object which allows the directives to use the attributes object as inter directive - * communication. + * @description + * Call this method to enable/disable whether directive controllers are assigned bindings before + * calling the controller's constructor. + * If enabled (true), the compiler assigns the value of each of the bindings to the + * properties of the controller object before the constructor of this object is called. * - * * *Supports interpolation:* Interpolation attributes are assigned to the attribute object - * allowing other directives to read the interpolated value. + * If disabled (false), the compiler calls the constructor first before assigning bindings. * - * * *Observing interpolated attributes:* Use `$observe` to observe the value changes of attributes - * that contain interpolation (e.g. `src="{{bar}}"`). Not only is this very efficient but it's also - * the only way to easily get the actual value because during the linking phase the interpolation - * hasn't been evaluated yet and so the value is at this time set to `undefined`. + * The default value is false. * - * ```js - * function linkingFn(scope, elm, attrs, ctrl) { - * // get the attribute value - * console.log(attrs.ngModel); + * @deprecated + * sinceVersion="1.6.0" + * removeVersion="1.7.0" * - * // change the attribute - * attrs.$set('ngModel', 'new value'); + * This method and the option to assign the bindings before calling the controller's constructor + * will be removed in v1.7.0. + */ + var preAssignBindingsEnabled = false; + this.preAssignBindingsEnabled = function(enabled) { + if (isDefined(enabled)) { + preAssignBindingsEnabled = enabled; + return this; + } + return preAssignBindingsEnabled; + }; + + /** + * @ngdoc method + * @name $compileProvider#strictComponentBindingsEnabled * - * // observe changes to interpolated attribute - * attrs.$observe('ngModel', function(value) { - * console.log('ngModel has changed value to ' + value); - * }); - * } - * ``` + * @param {boolean=} enabled update the strictComponentBindingsEnabled state if provided, otherwise just return the + * current strictComponentBindingsEnabled state + * @returns {*} current value if used as getter or itself (chaining) if used as setter * - * ## Example + * @kind function * - *
    - * **Note**: Typically directives are registered with `module.directive`. The example below is - * to illustrate how `$compile` works. - *
    + * @description + * Call this method to enable/disable strict component bindings check. If enabled, the compiler will enforce that + * for all bindings of a component that are not set as optional with `?`, an attribute needs to be provided + * on the component's HTML tag. * - - - -
    -
    -
    -
    -
    -
    - - it('should auto compile', function() { - var textarea = $('textarea'); - var output = $('div[compile]'); - // The initial state reads 'Hello Angular'. - expect(output.getText()).toBe('Hello Angular'); - textarea.clear(); - textarea.sendKeys('{{name}}!'); - expect(output.getText()).toBe('Angular!'); - }); - -
    - + * The default value is false. + */ + var strictComponentBindingsEnabled = false; + this.strictComponentBindingsEnabled = function(enabled) { + if (isDefined(enabled)) { + strictComponentBindingsEnabled = enabled; + return this; + } + return strictComponentBindingsEnabled; + }; + + var TTL = 10; + /** + * @ngdoc method + * @name $compileProvider#onChangesTtl + * @description * + * Sets the number of times `$onChanges` hooks can trigger new changes before giving up and + * assuming that the model is unstable. * - * @param {string|DOMElement} element Element or HTML string to compile into a template function. - * @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives - DEPRECATED. + * The current default is 10 iterations. * - *
    - * **Note:** Passing a `transclude` function to the $compile function is deprecated, as it - * e.g. will not use the right outer scope. Please pass the transclude function as a - * `parentBoundTranscludeFn` to the link function instead. - *
    + * In complex applications it's possible that dependencies between `$onChanges` hooks and bindings will result + * in several iterations of calls to these hooks. However if an application needs more than the default 10 + * iterations to stabilize then you should investigate what is causing the model to continuously change during + * the `$onChanges` hook execution. * - * @param {number} maxPriority only apply directives lower than given priority (Only effects the - * root element(s), not their children) - * @returns {function(scope, cloneAttachFn=, options=)} a link function which is used to bind template - * (a DOM element/tree) to a scope. Where: - * - * * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to. - * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the - * `template` and call the `cloneAttachFn` function allowing the caller to attach the - * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is - * called as:
    `cloneAttachFn(clonedElement, scope)` where: - * - * * `clonedElement` - is a clone of the original `element` passed into the compiler. - * * `scope` - is the current scope with which the linking function is working with. - * - * * `options` - An optional object hash with linking options. If `options` is provided, then the following - * keys may be used to control linking behavior: - * - * * `parentBoundTranscludeFn` - the transclude function made available to - * directives; if given, it will be passed through to the link functions of - * directives found in `element` during compilation. - * * `transcludeControllers` - an object hash with keys that map controller names - * to a hash with the key `instance`, which maps to the controller instance; - * if given, it will make the controllers available to directives on the compileNode: - * ``` - * { - * parent: { - * instance: parentControllerInstance - * } - * } - * ``` - * * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add - * the cloned elements; only needed for transcludes that are allowed to contain non html - * elements (e.g. SVG elements). See also the directive.controller property. - * - * Calling the linking function returns the element of the template. It is either the original - * element passed in, or the clone of the element if the `cloneAttachFn` is provided. - * - * After linking the view is not updated until after a call to $digest which typically is done by - * Angular automatically. - * - * If you need access to the bound view, there are two ways to do it: - * - * - If you are not asking the linking function to clone the template, create the DOM element(s) - * before you send them to the compiler and keep this reference around. - * ```js - * var element = $compile('

    {{total}}

    ')(scope); - * ``` - * - * - if on the other hand, you need the element to be cloned, the view reference from the original - * example would not point to the clone, but rather to the original template that was cloned. In - * this case, you can access the clone via the cloneAttachFn: - * ```js - * var templateElement = angular.element('

    {{total}}

    '), - * scope = ....; - * - * var clonedElement = $compile(templateElement)(scope, function(clonedElement, scope) { - * //attach the clone to DOM document at the right place - * }); - * - * //now we have reference to the cloned DOM via `clonedElement` - * ``` - * - * - * For information on how the compiler works, see the - * {@link guide/compiler Angular HTML Compiler} section of the Developer Guide. - * - * @knownIssue - * - * ### Double Compilation - * - Double compilation occurs when an already compiled part of the DOM gets - compiled again. This is an undesired effect and can lead to misbehaving directives, performance issues, - and memory leaks. Refer to the Compiler Guide {@link guide/compiler#double-compilation-and-how-to-avoid-it - section on double compilation} for an in-depth explanation and ways to avoid it. + * Increasing the TTL could have performance implications, so you should not change it without proper justification. * + * @param {number} limit The number of `$onChanges` hook iterations. + * @returns {number|object} the current limit (or `this` if called as a setter for chaining) */ + this.onChangesTtl = function(value) { + if (arguments.length) { + TTL = value; + return this; + } + return TTL; + }; - var $compileMinErr = minErr('$compile'); - - function UNINITIALIZED_VALUE() {} - var _UNINITIALIZED_VALUE = new UNINITIALIZED_VALUE(); - + var commentDirectivesEnabledConfig = true; /** - * @ngdoc provider - * @name $compileProvider - * + * @ngdoc method + * @name $compileProvider#commentDirectivesEnabled * @description - */ - $CompileProvider.$inject = ['$provide', '$$sanitizeUriProvider']; - /** @this */ - function $CompileProvider($provide, $$sanitizeUriProvider) { - var hasDirectives = {}, - Suffix = 'Directive', - COMMENT_DIRECTIVE_REGEXP = /^\s*directive:\s*([\w-]+)\s+(.*)$/, - CLASS_DIRECTIVE_REGEXP = /(([\w-]+)(?::([^;]+))?;?)/, - ALL_OR_NOTHING_ATTRS = makeMap('ngSrc,ngSrcset,src,srcset'), - REQUIRE_PREFIX_REGEXP = /^(?:(\^\^?)?(\?)?(\^\^?)?)?/; - - // Ref: http://developers.whatwg.org/webappapis.html#event-handler-idl-attributes - // The assumption is that future DOM event attribute names will begin with - // 'on' and be composed of only English letters. - var EVENT_HANDLER_ATTR_REGEXP = /^(on[a-z]+|formaction)$/; - var bindingCache = createMap(); - - function parseIsolateBindings(scope, directiveName, isController) { - var LOCAL_REGEXP = /^\s*([@&<]|=(\*?))(\??)\s*([\w$]*)\s*$/; - - var bindings = createMap(); - - forEach(scope, function (definition, scopeName) { - if (definition in bindingCache) { - bindings[scopeName] = bindingCache[definition]; - return; - } - var match = definition.match(LOCAL_REGEXP); - - if (!match) { - throw $compileMinErr('iscp', 'Invalid {3} for directive \'{0}\'.' + ' Definition: {... {1}: \'{2}\' ...}', directiveName, scopeName, definition, isController ? 'controller bindings definition' : 'isolate scope definition'); - } - - bindings[scopeName] = { - mode: match[1][0], - collection: match[2] === '*', - optional: match[3] === '?', - attrName: match[4] || scopeName - }; - if (match[4]) { - bindingCache[definition] = bindings[scopeName]; - } - }); - - return bindings; - } - - function parseDirectiveBindings(directive, directiveName) { - var bindings = { - isolateScope: null, - bindToController: null - }; - if (isObject(directive.scope)) { - if (directive.bindToController === true) { - bindings.bindToController = parseIsolateBindings(directive.scope, directiveName, true); - bindings.isolateScope = {}; - } else { - bindings.isolateScope = parseIsolateBindings(directive.scope, directiveName, false); - } - } - if (isObject(directive.bindToController)) { - bindings.bindToController = parseIsolateBindings(directive.bindToController, directiveName, true); - } - if (bindings.bindToController && !directive.controller) { - // There is no controller - throw $compileMinErr('noctrl', 'Cannot bind to controller without directive \'{0}\'s controller.', directiveName); - } - return bindings; - } - - function assertValidDirectiveName(name) { - var letter = name.charAt(0); - if (!letter || letter !== lowercase(letter)) { - throw $compileMinErr('baddir', 'Directive/Component name \'{0}\' is invalid. The first character must be a lowercase letter', name); - } - if (name !== name.trim()) { - throw $compileMinErr('baddir', 'Directive/Component name \'{0}\' is invalid. The name should not contain leading or trailing whitespaces', name); - } - } - - function getDirectiveRequire(directive) { - var require = directive.require || directive.controller && directive.name; - - if (!isArray(require) && isObject(require)) { - forEach(require, function (value, key) { - var match = value.match(REQUIRE_PREFIX_REGEXP); - var name = value.substring(match[0].length); - if (!name) require[key] = match[0] + key; - }); - } - - return require; - } - - function getDirectiveRestrict(restrict, name) { - if (restrict && !(isString(restrict) && /[EACM]/.test(restrict))) { - throw $compileMinErr('badrestrict', 'Restrict property \'{0}\' of directive \'{1}\' is invalid', restrict, name); - } - - return restrict || 'EA'; - } - - /** - * @ngdoc method - * @name $compileProvider#directive - * @kind function - * - * @description - * Register a new directive with the compiler. - * - * @param {string|Object} name Name of the directive in camel-case (i.e. ngBind which - * will match as ng-bind), or an object map of directives where the keys are the - * names and the values are the factories. - * @param {Function|Array} directiveFactory An injectable directive factory function. See the - * {@link guide/directive directive guide} and the {@link $compile compile API} for more info. - * @returns {ng.$compileProvider} Self for chaining. - */ - this.directive = function registerDirective(name, directiveFactory) { - assertArg(name, 'name'); - assertNotHasOwnProperty(name, 'directive'); - if (isString(name)) { - assertValidDirectiveName(name); - assertArg(directiveFactory, 'directiveFactory'); - if (!hasDirectives.hasOwnProperty(name)) { - hasDirectives[name] = []; - $provide.factory(name + Suffix, ['$injector', '$exceptionHandler', function ($injector, $exceptionHandler) { - var directives = []; - forEach(hasDirectives[name], function (directiveFactory, index) { - try { - var directive = $injector.invoke(directiveFactory); - if (isFunction(directive)) { - directive = { compile: valueFn(directive) }; - } else if (!directive.compile && directive.link) { - directive.compile = valueFn(directive.link); - } - directive.priority = directive.priority || 0; - directive.index = index; - directive.name = directive.name || name; - directive.require = getDirectiveRequire(directive); - directive.restrict = getDirectiveRestrict(directive.restrict, name); - directive.$$moduleName = directiveFactory.$$moduleName; - directives.push(directive); - } catch (e) { - $exceptionHandler(e); - } - }); - return directives; - }]); - } - hasDirectives[name].push(directiveFactory); - } else { - forEach(name, reverseParams(registerDirective)); - } - return this; - }; - - /** - * @ngdoc method - * @name $compileProvider#component - * @module ng - * @param {string|Object} name Name of the component in camelCase (i.e. `myComp` which will match ``), - * or an object map of components where the keys are the names and the values are the component definition objects. - * @param {Object} options Component definition object (a simplified - * {@link ng.$compile#directive-definition-object directive definition object}), - * with the following properties (all optional): - * - * - `controller` – `{(string|function()=}` – controller constructor function that should be - * associated with newly created scope or the name of a {@link ng.$compile#-controller- - * registered controller} if passed as a string. An empty `noop` function by default. - * - `controllerAs` – `{string=}` – identifier name for to reference the controller in the component's scope. - * If present, the controller will be published to scope under the `controllerAs` name. - * If not present, this will default to be `$ctrl`. - * - `template` – `{string=|function()=}` – html template as a string or a function that - * returns an html template as a string which should be used as the contents of this component. - * Empty string by default. - * - * If `template` is a function, then it is {@link auto.$injector#invoke injected} with - * the following locals: - * - * - `$element` - Current element - * - `$attrs` - Current attributes object for the element - * - * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html - * template that should be used as the contents of this component. - * - * If `templateUrl` is a function, then it is {@link auto.$injector#invoke injected} with - * the following locals: - * - * - `$element` - Current element - * - `$attrs` - Current attributes object for the element - * - * - `bindings` – `{object=}` – defines bindings between DOM attributes and component properties. - * Component properties are always bound to the component controller and not to the scope. - * See {@link ng.$compile#-bindtocontroller- `bindToController`}. - * - `transclude` – `{boolean=}` – whether {@link $compile#transclusion content transclusion} is enabled. - * Disabled by default. - * - `require` - `{Object=}` - requires the controllers of other directives and binds them to - * this component's controller. The object keys specify the property names under which the required - * controllers (object values) will be bound. See {@link ng.$compile#-require- `require`}. - * - `$...` – additional properties to attach to the directive factory function and the controller - * constructor function. (This is used by the component router to annotate) - * - * @returns {ng.$compileProvider} the compile provider itself, for chaining of function calls. - * @description - * Register a **component definition** with the compiler. This is a shorthand for registering a special - * type of directive, which represents a self-contained UI component in your application. Such components - * are always isolated (i.e. `scope: {}`) and are always restricted to elements (i.e. `restrict: 'E'`). - * - * Component definitions are very simple and do not require as much configuration as defining general - * directives. Component definitions usually consist only of a template and a controller backing it. - * - * In order to make the definition easier, components enforce best practices like use of `controllerAs`, - * `bindToController`. They always have **isolate scope** and are restricted to elements. - * - * Here are a few examples of how you would usually define components: - * - * ```js - * var myMod = angular.module(...); - * myMod.component('myComp', { - * template: '
    My name is {{$ctrl.name}}
    ', - * controller: function() { - * this.name = 'shahar'; - * } - * }); - * - * myMod.component('myComp', { - * template: '
    My name is {{$ctrl.name}}
    ', - * bindings: {name: '@'} - * }); - * - * myMod.component('myComp', { - * templateUrl: 'views/my-comp.html', - * controller: 'MyCtrl', - * controllerAs: 'ctrl', - * bindings: {name: '@'} - * }); - * - * ``` - * For more examples, and an in-depth guide, see the {@link guide/component component guide}. - * - *
    - * See also {@link ng.$compileProvider#directive $compileProvider.directive()}. - */ - this.component = function registerComponent(name, options) { - if (!isString(name)) { - forEach(name, reverseParams(bind(this, registerComponent))); - return this; - } - - var controller = options.controller || function () {}; - - function factory($injector) { - function makeInjectable(fn) { - if (isFunction(fn) || isArray(fn)) { - return (/** @this */function (tElement, tAttrs) { - return $injector.invoke(fn, this, { $element: tElement, $attrs: tAttrs }); - } - ); - } else { - return fn; - } - } - - var template = !options.template && !options.templateUrl ? '' : options.template; - var ddo = { - controller: controller, - controllerAs: identifierForController(options.controller) || options.controllerAs || '$ctrl', - template: makeInjectable(template), - templateUrl: makeInjectable(options.templateUrl), - transclude: options.transclude, - scope: {}, - bindToController: options.bindings || {}, - restrict: 'E', - require: options.require - }; - - // Copy annotations (starting with $) over to the DDO - forEach(options, function (val, key) { - if (key.charAt(0) === '$') ddo[key] = val; - }); - - return ddo; - } + * + * It indicates to the compiler + * whether or not directives on comments should be compiled. + * Defaults to `true`. + * + * Calling this function with false disables the compilation of directives + * on comments for the whole application. + * This results in a compilation performance gain, + * as the compiler doesn't have to check comments when looking for directives. + * This should however only be used if you are sure that no comment directives are used in + * the application (including any 3rd party directives). + * + * @param {boolean} enabled `false` if the compiler may ignore directives on comments + * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) + */ + this.commentDirectivesEnabled = function(value) { + if (arguments.length) { + commentDirectivesEnabledConfig = value; + return this; + } + return commentDirectivesEnabledConfig; + }; - // TODO(pete) remove the following `forEach` before we release 1.6.0 - // The component-router@0.2.0 looks for the annotations on the controller constructor - // Nothing in Angular looks for annotations on the factory function but we can't remove - // it from 1.5.x yet. - // Copy any annotation properties (starting with $) over to the factory and controller constructor functions - // These could be used by libraries such as the new component router - forEach(options, function (val, key) { - if (key.charAt(0) === '$') { - factory[key] = val; - // Don't try to copy over annotations to named controller - if (isFunction(controller)) controller[key] = val; - } - }); + var cssClassDirectivesEnabledConfig = true; + /** + * @ngdoc method + * @name $compileProvider#cssClassDirectivesEnabled + * @description + * + * It indicates to the compiler + * whether or not directives on element classes should be compiled. + * Defaults to `true`. + * + * Calling this function with false disables the compilation of directives + * on element classes for the whole application. + * This results in a compilation performance gain, + * as the compiler doesn't have to check element classes when looking for directives. + * This should however only be used if you are sure that no class directives are used in + * the application (including any 3rd party directives). + * + * @param {boolean} enabled `false` if the compiler may ignore directives on element classes + * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) + */ + this.cssClassDirectivesEnabled = function(value) { + if (arguments.length) { + cssClassDirectivesEnabledConfig = value; + return this; + } + return cssClassDirectivesEnabledConfig; + }; - factory.$inject = ['$injector']; + this.$get = [ + '$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse', + '$controller', '$rootScope', '$sce', '$animate', '$$sanitizeUri', + function($injector, $interpolate, $exceptionHandler, $templateRequest, $parse, + $controller, $rootScope, $sce, $animate, $$sanitizeUri) { - return this.directive(name, factory); - }; + var SIMPLE_ATTR_NAME = /^\w/; + var specialAttrHolder = window.document.createElement('div'); - /** - * @ngdoc method - * @name $compileProvider#aHrefSanitizationWhitelist - * @kind function - * - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during a[href] sanitization. - * - * The sanitization is a security measure aimed at preventing XSS attacks via html links. - * - * Any url about to be assigned to a[href] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.aHrefSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - $$sanitizeUriProvider.aHrefSanitizationWhitelist(regexp); - return this; - } else { - return $$sanitizeUriProvider.aHrefSanitizationWhitelist(); - } - }; - /** - * @ngdoc method - * @name $compileProvider#imgSrcSanitizationWhitelist - * @kind function - * - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during img[src] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to img[src] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.imgSrcSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - $$sanitizeUriProvider.imgSrcSanitizationWhitelist(regexp); - return this; - } else { - return $$sanitizeUriProvider.imgSrcSanitizationWhitelist(); - } - }; + var commentDirectivesEnabled = commentDirectivesEnabledConfig; + var cssClassDirectivesEnabled = cssClassDirectivesEnabledConfig; - /** - * @ngdoc method - * @name $compileProvider#debugInfoEnabled - * - * @param {boolean=} enabled update the debugInfoEnabled state if provided, otherwise just return the - * current debugInfoEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable various debug runtime information in the compiler such as adding - * binding information and a reference to the current scope on to DOM elements. - * If enabled, the compiler will add the following to DOM elements that have been bound to the scope - * * `ng-binding` CSS class - * * `ng-scope` and `ng-isolated-scope` CSS classes - * * `$binding` data property containing an array of the binding expressions - * * Data properties used by the {@link angular.element#methods `scope()`/`isolateScope()` methods} to return - * the element's scope. - * * Placeholder comments will contain information about what directive and binding caused the placeholder. - * E.g. ``. - * - * You may want to disable this in production for a significant performance boost. See - * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. - * - * The default value is true. - */ - var debugInfoEnabled = true; - this.debugInfoEnabled = function (enabled) { - if (isDefined(enabled)) { - debugInfoEnabled = enabled; - return this; - } - return debugInfoEnabled; - }; - /** - * @ngdoc method - * @name $compileProvider#preAssignBindingsEnabled - * - * @param {boolean=} enabled update the preAssignBindingsEnabled state if provided, otherwise just return the - * current preAssignBindingsEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable whether directive controllers are assigned bindings before - * calling the controller's constructor. - * If enabled (true), the compiler assigns the value of each of the bindings to the - * properties of the controller object before the constructor of this object is called. - * - * If disabled (false), the compiler calls the constructor first before assigning bindings. - * - * The default value is false. - * - * @deprecated - * sinceVersion="1.6.0" - * removeVersion="1.7.0" - * - * This method and the option to assign the bindings before calling the controller's constructor - * will be removed in v1.7.0. - */ - var preAssignBindingsEnabled = false; - this.preAssignBindingsEnabled = function (enabled) { - if (isDefined(enabled)) { - preAssignBindingsEnabled = enabled; - return this; - } - return preAssignBindingsEnabled; - }; + var onChangesTtl = TTL; + // The onChanges hooks should all be run together in a single digest + // When changes occur, the call to trigger their hooks will be added to this queue + var onChangesQueue; - /** - * @ngdoc method - * @name $compileProvider#strictComponentBindingsEnabled - * - * @param {boolean=} enabled update the strictComponentBindingsEnabled state if provided, otherwise just return the - * current strictComponentBindingsEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable strict component bindings check. If enabled, the compiler will enforce that - * for all bindings of a component that are not set as optional with `?`, an attribute needs to be provided - * on the component's HTML tag. - * - * The default value is false. - */ - var strictComponentBindingsEnabled = false; - this.strictComponentBindingsEnabled = function (enabled) { - if (isDefined(enabled)) { - strictComponentBindingsEnabled = enabled; - return this; + // This function is called in a $$postDigest to trigger all the onChanges hooks in a single digest + function flushOnChangesQueue() { + try { + if (!(--onChangesTtl)) { + // We have hit the TTL limit so reset everything + onChangesQueue = undefined; + throw $compileMinErr('infchng', '{0} $onChanges() iterations reached. Aborting!\n', TTL); + } + // We must run this hook in an apply since the $$postDigest runs outside apply + $rootScope.$apply(function() { + var errors = []; + for (var i = 0, ii = onChangesQueue.length; i < ii; ++i) { + try { + onChangesQueue[i](); + } catch (e) { + errors.push(e); + } + } + // Reset the queue to trigger a new schedule next time there is a change + onChangesQueue = undefined; + if (errors.length) { + throw errors; + } + }); + } finally { + onChangesTtl++; } - return strictComponentBindingsEnabled; - }; + } - var TTL = 10; - /** - * @ngdoc method - * @name $compileProvider#onChangesTtl - * @description - * - * Sets the number of times `$onChanges` hooks can trigger new changes before giving up and - * assuming that the model is unstable. - * - * The current default is 10 iterations. - * - * In complex applications it's possible that dependencies between `$onChanges` hooks and bindings will result - * in several iterations of calls to these hooks. However if an application needs more than the default 10 - * iterations to stabilize then you should investigate what is causing the model to continuously change during - * the `$onChanges` hook execution. - * - * Increasing the TTL could have performance implications, so you should not change it without proper justification. - * - * @param {number} limit The number of `$onChanges` hook iterations. - * @returns {number|object} the current limit (or `this` if called as a setter for chaining) - */ - this.onChangesTtl = function (value) { - if (arguments.length) { - TTL = value; - return this; - } - return TTL; - }; - var commentDirectivesEnabledConfig = true; - /** - * @ngdoc method - * @name $compileProvider#commentDirectivesEnabled - * @description - * - * It indicates to the compiler - * whether or not directives on comments should be compiled. - * Defaults to `true`. - * - * Calling this function with false disables the compilation of directives - * on comments for the whole application. - * This results in a compilation performance gain, - * as the compiler doesn't have to check comments when looking for directives. - * This should however only be used if you are sure that no comment directives are used in - * the application (including any 3rd party directives). - * - * @param {boolean} enabled `false` if the compiler may ignore directives on comments - * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) - */ - this.commentDirectivesEnabled = function (value) { - if (arguments.length) { - commentDirectivesEnabledConfig = value; - return this; - } - return commentDirectivesEnabledConfig; - }; + function Attributes(element, attributesToCopy) { + if (attributesToCopy) { + var keys = Object.keys(attributesToCopy); + var i, l, key; - var cssClassDirectivesEnabledConfig = true; - /** - * @ngdoc method - * @name $compileProvider#cssClassDirectivesEnabled - * @description - * - * It indicates to the compiler - * whether or not directives on element classes should be compiled. - * Defaults to `true`. - * - * Calling this function with false disables the compilation of directives - * on element classes for the whole application. - * This results in a compilation performance gain, - * as the compiler doesn't have to check element classes when looking for directives. - * This should however only be used if you are sure that no class directives are used in - * the application (including any 3rd party directives). - * - * @param {boolean} enabled `false` if the compiler may ignore directives on element classes - * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) - */ - this.cssClassDirectivesEnabled = function (value) { - if (arguments.length) { - cssClassDirectivesEnabledConfig = value; - return this; + for (i = 0, l = keys.length; i < l; i++) { + key = keys[i]; + this[key] = attributesToCopy[key]; + } + } else { + this.$attr = {}; } - return cssClassDirectivesEnabledConfig; - }; - - this.$get = ['$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse', '$controller', '$rootScope', '$sce', '$animate', '$$sanitizeUri', function ($injector, $interpolate, $exceptionHandler, $templateRequest, $parse, $controller, $rootScope, $sce, $animate, $$sanitizeUri) { - var SIMPLE_ATTR_NAME = /^\w/; - var specialAttrHolder = window.document.createElement('div'); + this.$$element = element; + } - var commentDirectivesEnabled = commentDirectivesEnabledConfig; - var cssClassDirectivesEnabled = cssClassDirectivesEnabledConfig; + Attributes.prototype = { + /** + * @ngdoc method + * @name $compile.directive.Attributes#$normalize + * @kind function + * + * @description + * Converts an attribute name (e.g. dash/colon/underscore-delimited string, optionally prefixed with `x-` or + * `data-`) to its normalized, camelCase form. + * + * Also there is special case for Moz prefix starting with upper case letter. + * + * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} + * + * @param {string} name Name to normalize + */ + $normalize: directiveNormalize, - var onChangesTtl = TTL; - // The onChanges hooks should all be run together in a single digest - // When changes occur, the call to trigger their hooks will be added to this queue - var onChangesQueue; - // This function is called in a $$postDigest to trigger all the onChanges hooks in a single digest - function flushOnChangesQueue() { - try { - if (! --onChangesTtl) { - // We have hit the TTL limit so reset everything - onChangesQueue = undefined; - throw $compileMinErr('infchng', '{0} $onChanges() iterations reached. Aborting!\n', TTL); - } - // We must run this hook in an apply since the $$postDigest runs outside apply - $rootScope.$apply(function () { - var errors = []; - for (var i = 0, ii = onChangesQueue.length; i < ii; ++i) { - try { - onChangesQueue[i](); - } catch (e) { - errors.push(e); - } - } - // Reset the queue to trigger a new schedule next time there is a change - onChangesQueue = undefined; - if (errors.length) { - throw errors; - } - }); - } finally { - onChangesTtl++; + /** + * @ngdoc method + * @name $compile.directive.Attributes#$addClass + * @kind function + * + * @description + * Adds the CSS class value specified by the classVal parameter to the element. If animations + * are enabled then an animation will be triggered for the class addition. + * + * @param {string} classVal The className value that will be added to the element + */ + $addClass: function(classVal) { + if (classVal && classVal.length > 0) { + $animate.addClass(this.$$element, classVal); } - } - - function Attributes(element, attributesToCopy) { - if (attributesToCopy) { - var keys = Object.keys(attributesToCopy); - var i, l, key; + }, - for (i = 0, l = keys.length; i < l; i++) { - key = keys[i]; - this[key] = attributesToCopy[key]; - } - } else { - this.$attr = {}; + /** + * @ngdoc method + * @name $compile.directive.Attributes#$removeClass + * @kind function + * + * @description + * Removes the CSS class value specified by the classVal parameter from the element. If + * animations are enabled then an animation will be triggered for the class removal. + * + * @param {string} classVal The className value that will be removed from the element + */ + $removeClass: function(classVal) { + if (classVal && classVal.length > 0) { + $animate.removeClass(this.$$element, classVal); } + }, - this.$$element = element; - } + /** + * @ngdoc method + * @name $compile.directive.Attributes#$updateClass + * @kind function + * + * @description + * Adds and removes the appropriate CSS class values to the element based on the difference + * between the new and old CSS class values (specified as newClasses and oldClasses). + * + * @param {string} newClasses The current CSS className value + * @param {string} oldClasses The former CSS className value + */ + $updateClass: function(newClasses, oldClasses) { + var toAdd = tokenDifference(newClasses, oldClasses); + if (toAdd && toAdd.length) { + $animate.addClass(this.$$element, toAdd); + } - Attributes.prototype = { - /** - * @ngdoc method - * @name $compile.directive.Attributes#$normalize - * @kind function - * - * @description - * Converts an attribute name (e.g. dash/colon/underscore-delimited string, optionally prefixed with `x-` or - * `data-`) to its normalized, camelCase form. - * - * Also there is special case for Moz prefix starting with upper case letter. - * - * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} - * - * @param {string} name Name to normalize - */ - $normalize: directiveNormalize, + var toRemove = tokenDifference(oldClasses, newClasses); + if (toRemove && toRemove.length) { + $animate.removeClass(this.$$element, toRemove); + } + }, - /** - * @ngdoc method - * @name $compile.directive.Attributes#$addClass - * @kind function - * - * @description - * Adds the CSS class value specified by the classVal parameter to the element. If animations - * are enabled then an animation will be triggered for the class addition. - * - * @param {string} classVal The className value that will be added to the element - */ - $addClass: function $addClass(classVal) { - if (classVal && classVal.length > 0) { - $animate.addClass(this.$$element, classVal); + /** + * Set a normalized attribute on the element in a way such that all directives + * can share the attribute. This function properly handles boolean attributes. + * @param {string} key Normalized key. (ie ngAttribute) + * @param {string|boolean} value The value to set. If `null` attribute will be deleted. + * @param {boolean=} writeAttr If false, does not write the value to DOM element attribute. + * Defaults to true. + * @param {string=} attrName Optional none normalized name. Defaults to key. + */ + $set: function(key, value, writeAttr, attrName) { + // TODO: decide whether or not to throw an error if "class" + //is set through this function since it may cause $updateClass to + //become unstable. + + var node = this.$$element[0], + booleanKey = getBooleanAttrName(node, key), + aliasedKey = getAliasedAttrName(key), + observer = key, + nodeName; + + if (booleanKey) { + this.$$element.prop(key, value); + attrName = booleanKey; + } else if (aliasedKey) { + this[aliasedKey] = value; + observer = aliasedKey; + } + + this[key] = value; + + // translate normalized key to actual key + if (attrName) { + this.$attr[key] = attrName; + } else { + attrName = this.$attr[key]; + if (!attrName) { + this.$attr[key] = attrName = snake_case(key, '-'); } - }, + } - /** - * @ngdoc method - * @name $compile.directive.Attributes#$removeClass - * @kind function - * - * @description - * Removes the CSS class value specified by the classVal parameter from the element. If - * animations are enabled then an animation will be triggered for the class removal. - * - * @param {string} classVal The className value that will be removed from the element - */ - $removeClass: function $removeClass(classVal) { - if (classVal && classVal.length > 0) { - $animate.removeClass(this.$$element, classVal); + nodeName = nodeName_(this.$$element); + + if ((nodeName === 'a' && (key === 'href' || key === 'xlinkHref')) || + (nodeName === 'img' && key === 'src')) { + // sanitize a[href] and img[src] values + this[key] = value = $$sanitizeUri(value, key === 'src'); + } else if (nodeName === 'img' && key === 'srcset' && isDefined(value)) { + // sanitize img[srcset] values + var result = ''; + + // first check if there are spaces because it's not the same pattern + var trimmedSrcset = trim(value); + // ( 999x ,| 999w ,| ,|, ) + var srcPattern = /(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/; + var pattern = /\s/.test(trimmedSrcset) ? srcPattern : /(,)/; + + // split srcset into tuple of uri and descriptor except for the last item + var rawUris = trimmedSrcset.split(pattern); + + // for each tuples + var nbrUrisWith2parts = Math.floor(rawUris.length / 2); + for (var i = 0; i < nbrUrisWith2parts; i++) { + var innerIdx = i * 2; + // sanitize the uri + result += $$sanitizeUri(trim(rawUris[innerIdx]), true); + // add the descriptor + result += (' ' + trim(rawUris[innerIdx + 1])); } - }, - /** - * @ngdoc method - * @name $compile.directive.Attributes#$updateClass - * @kind function - * - * @description - * Adds and removes the appropriate CSS class values to the element based on the difference - * between the new and old CSS class values (specified as newClasses and oldClasses). - * - * @param {string} newClasses The current CSS className value - * @param {string} oldClasses The former CSS className value - */ - $updateClass: function $updateClass(newClasses, oldClasses) { - var toAdd = tokenDifference(newClasses, oldClasses); - if (toAdd && toAdd.length) { - $animate.addClass(this.$$element, toAdd); - } + // split the last item into uri and descriptor + var lastTuple = trim(rawUris[i * 2]).split(/\s/); - var toRemove = tokenDifference(oldClasses, newClasses); - if (toRemove && toRemove.length) { - $animate.removeClass(this.$$element, toRemove); - } - }, + // sanitize the last uri + result += $$sanitizeUri(trim(lastTuple[0]), true); - /** - * Set a normalized attribute on the element in a way such that all directives - * can share the attribute. This function properly handles boolean attributes. - * @param {string} key Normalized key. (ie ngAttribute) - * @param {string|boolean} value The value to set. If `null` attribute will be deleted. - * @param {boolean=} writeAttr If false, does not write the value to DOM element attribute. - * Defaults to true. - * @param {string=} attrName Optional none normalized name. Defaults to key. - */ - $set: function $set(key, value, writeAttr, attrName) { - // TODO: decide whether or not to throw an error if "class" - //is set through this function since it may cause $updateClass to - //become unstable. - - var node = this.$$element[0], - booleanKey = getBooleanAttrName(node, key), - aliasedKey = getAliasedAttrName(key), - observer = key, - nodeName; - - if (booleanKey) { - this.$$element.prop(key, value); - attrName = booleanKey; - } else if (aliasedKey) { - this[aliasedKey] = value; - observer = aliasedKey; + // and add the last descriptor if any + if (lastTuple.length === 2) { + result += (' ' + trim(lastTuple[1])); } + this[key] = value = result; + } - this[key] = value; - - // translate normalized key to actual key - if (attrName) { - this.$attr[key] = attrName; + if (writeAttr !== false) { + if (value === null || isUndefined(value)) { + this.$$element.removeAttr(attrName); } else { - attrName = this.$attr[key]; - if (!attrName) { - this.$attr[key] = attrName = snake_case(key, '-'); + if (SIMPLE_ATTR_NAME.test(attrName)) { + this.$$element.attr(attrName, value); + } else { + setSpecialAttr(this.$$element[0], attrName, value); } } + } - nodeName = nodeName_(this.$$element); - - if (nodeName === 'a' && (key === 'href' || key === 'xlinkHref') || nodeName === 'img' && key === 'src') { - // sanitize a[href] and img[src] values - this[key] = value = $$sanitizeUri(value, key === 'src'); - } else if (nodeName === 'img' && key === 'srcset' && isDefined(value)) { - // sanitize img[srcset] values - var result = ''; - - // first check if there are spaces because it's not the same pattern - var trimmedSrcset = trim(value); - // ( 999x ,| 999w ,| ,|, ) - var srcPattern = /(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/; - var pattern = /\s/.test(trimmedSrcset) ? srcPattern : /(,)/; - - // split srcset into tuple of uri and descriptor except for the last item - var rawUris = trimmedSrcset.split(pattern); - - // for each tuples - var nbrUrisWith2parts = Math.floor(rawUris.length / 2); - for (var i = 0; i < nbrUrisWith2parts; i++) { - var innerIdx = i * 2; - // sanitize the uri - result += $$sanitizeUri(trim(rawUris[innerIdx]), true); - // add the descriptor - result += ' ' + trim(rawUris[innerIdx + 1]); - } - - // split the last item into uri and descriptor - var lastTuple = trim(rawUris[i * 2]).split(/\s/); - - // sanitize the last uri - result += $$sanitizeUri(trim(lastTuple[0]), true); - - // and add the last descriptor if any - if (lastTuple.length === 2) { - result += ' ' + trim(lastTuple[1]); + // fire observers + var $$observers = this.$$observers; + if ($$observers) { + forEach($$observers[observer], function(fn) { + try { + fn(value); + } catch (e) { + $exceptionHandler(e); } - this[key] = value = result; - } + }); + } + }, - if (writeAttr !== false) { - if (value === null || isUndefined(value)) { - this.$$element.removeAttr(attrName); - } else { - if (SIMPLE_ATTR_NAME.test(attrName)) { - this.$$element.attr(attrName, value); - } else { - setSpecialAttr(this.$$element[0], attrName, value); - } - } - } - // fire observers - var $$observers = this.$$observers; - if ($$observers) { - forEach($$observers[observer], function (fn) { - try { - fn(value); - } catch (e) { - $exceptionHandler(e); - } - }); + /** + * @ngdoc method + * @name $compile.directive.Attributes#$observe + * @kind function + * + * @description + * Observes an interpolated attribute. + * + * The observer function will be invoked once during the next `$digest` following + * compilation. The observer is then invoked whenever the interpolated value + * changes. + * + * @param {string} key Normalized key. (ie ngAttribute) . + * @param {function(interpolatedValue)} fn Function that will be called whenever + the interpolated value of the attribute changes. + * See the {@link guide/interpolation#how-text-and-attribute-bindings-work Interpolation + * guide} for more info. + * @returns {function()} Returns a deregistration function for this observer. + */ + $observe: function(key, fn) { + var attrs = this, + $$observers = (attrs.$$observers || (attrs.$$observers = createMap())), + listeners = ($$observers[key] || ($$observers[key] = [])); + + listeners.push(fn); + $rootScope.$evalAsync(function() { + if (!listeners.$$inter && attrs.hasOwnProperty(key) && !isUndefined(attrs[key])) { + // no one registered attribute interpolation function, so lets call it manually + fn(attrs[key]); } - }, + }); - /** - * @ngdoc method - * @name $compile.directive.Attributes#$observe - * @kind function - * - * @description - * Observes an interpolated attribute. - * - * The observer function will be invoked once during the next `$digest` following - * compilation. The observer is then invoked whenever the interpolated value - * changes. - * - * @param {string} key Normalized key. (ie ngAttribute) . - * @param {function(interpolatedValue)} fn Function that will be called whenever - the interpolated value of the attribute changes. - * See the {@link guide/interpolation#how-text-and-attribute-bindings-work Interpolation - * guide} for more info. - * @returns {function()} Returns a deregistration function for this observer. - */ - $observe: function $observe(key, fn) { - var attrs = this, - $$observers = attrs.$$observers || (attrs.$$observers = createMap()), - listeners = $$observers[key] || ($$observers[key] = []); - - listeners.push(fn); - $rootScope.$evalAsync(function () { - if (!listeners.$$inter && attrs.hasOwnProperty(key) && !isUndefined(attrs[key])) { - // no one registered attribute interpolation function, so lets call it manually - fn(attrs[key]); - } - }); + return function() { + arrayRemove(listeners, fn); + }; + } + }; - return function () { - arrayRemove(listeners, fn); - }; - } - }; + function setSpecialAttr(element, attrName, value) { + // Attributes names that do not start with letters (such as `(click)`) cannot be set using `setAttribute` + // so we have to jump through some hoops to get such an attribute + // https://github.com/angular/angular.js/pull/13318 + specialAttrHolder.innerHTML = ''; + var attributes = specialAttrHolder.firstChild.attributes; + var attribute = attributes[0]; + // We have to remove the attribute from its container element before we can add it to the destination element + attributes.removeNamedItem(attribute.name); + attribute.value = value; + element.attributes.setNamedItem(attribute); + } - function setSpecialAttr(element, attrName, value) { - // Attributes names that do not start with letters (such as `(click)`) cannot be set using `setAttribute` - // so we have to jump through some hoops to get such an attribute - // https://github.com/angular/angular.js/pull/13318 - specialAttrHolder.innerHTML = ''; - var attributes = specialAttrHolder.firstChild.attributes; - var attribute = attributes[0]; - // We have to remove the attribute from its container element before we can add it to the destination element - attributes.removeNamedItem(attribute.name); - attribute.value = value; - element.attributes.setNamedItem(attribute); + function safeAddClass($element, className) { + try { + $element.addClass(className); + } catch (e) { + // ignore, since it means that we are trying to set class on + // SVG element, where class name is read-only. } + } - function safeAddClass($element, className) { - try { - $element.addClass(className); - } catch (e) { - // ignore, since it means that we are trying to set class on - // SVG element, where class name is read-only. - } - } - var startSymbol = $interpolate.startSymbol(), - endSymbol = $interpolate.endSymbol(), - denormalizeTemplate = startSymbol === '{{' && endSymbol === '}}' ? identity : function denormalizeTemplate(template) { - return template.replace(/\{\{/g, startSymbol).replace(/}}/g, endSymbol); - }, - NG_ATTR_BINDING = /^ngAttr[A-Z]/; - var MULTI_ELEMENT_DIR_RE = /^(.+)Start$/; + var startSymbol = $interpolate.startSymbol(), + endSymbol = $interpolate.endSymbol(), + denormalizeTemplate = (startSymbol === '{{' && endSymbol === '}}') + ? identity + : function denormalizeTemplate(template) { + return template.replace(/\{\{/g, startSymbol).replace(/}}/g, endSymbol); + }, + NG_ATTR_BINDING = /^ngAttr[A-Z]/; + var MULTI_ELEMENT_DIR_RE = /^(.+)Start$/; - compile.$$addBindingInfo = debugInfoEnabled ? function $$addBindingInfo($element, binding) { - var bindings = $element.data('$binding') || []; + compile.$$addBindingInfo = debugInfoEnabled ? function $$addBindingInfo($element, binding) { + var bindings = $element.data('$binding') || []; - if (isArray(binding)) { - bindings = bindings.concat(binding); + if (isArray(binding)) { + bindings = bindings.concat(binding); + } else { + bindings.push(binding); + } + + $element.data('$binding', bindings); + } : noop; + + compile.$$addBindingClass = debugInfoEnabled ? function $$addBindingClass($element) { + safeAddClass($element, 'ng-binding'); + } : noop; + + compile.$$addScopeInfo = debugInfoEnabled ? function $$addScopeInfo($element, scope, isolated, noTemplate) { + var dataName = isolated ? (noTemplate ? '$isolateScopeNoTemplate' : '$isolateScope') : '$scope'; + $element.data(dataName, scope); + } : noop; + + compile.$$addScopeClass = debugInfoEnabled ? function $$addScopeClass($element, isolated) { + safeAddClass($element, isolated ? 'ng-isolate-scope' : 'ng-scope'); + } : noop; + + compile.$$createComment = function(directiveName, comment) { + var content = ''; + if (debugInfoEnabled) { + content = ' ' + (directiveName || '') + ': '; + if (comment) content += comment + ' '; + } + return window.document.createComment(content); + }; + + return compile; + + //================================ + + function compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, + previousCompileContext) { + if (!($compileNodes instanceof jqLite)) { + // jquery always rewraps, whereas we need to preserve the original selector so that we can + // modify it. + $compileNodes = jqLite($compileNodes); + } + var compositeLinkFn = + compileNodes($compileNodes, transcludeFn, $compileNodes, + maxPriority, ignoreDirective, previousCompileContext); + compile.$$addScopeClass($compileNodes); + var namespace = null; + return function publicLinkFn(scope, cloneConnectFn, options) { + if (!$compileNodes) { + throw $compileMinErr('multilink', 'This element has already been linked.'); + } + assertArg(scope, 'scope'); + + if (previousCompileContext && previousCompileContext.needsNewScope) { + // A parent directive did a replace and a directive on this element asked + // for transclusion, which caused us to lose a layer of element on which + // we could hold the new transclusion scope, so we will create it manually + // here. + scope = scope.$parent.$new(); + } + + options = options || {}; + var parentBoundTranscludeFn = options.parentBoundTranscludeFn, + transcludeControllers = options.transcludeControllers, + futureParentElement = options.futureParentElement; + + // When `parentBoundTranscludeFn` is passed, it is a + // `controllersBoundTransclude` function (it was previously passed + // as `transclude` to directive.link) so we must unwrap it to get + // its `boundTranscludeFn` + if (parentBoundTranscludeFn && parentBoundTranscludeFn.$$boundTransclude) { + parentBoundTranscludeFn = parentBoundTranscludeFn.$$boundTransclude; + } + + if (!namespace) { + namespace = detectNamespaceForChildElements(futureParentElement); + } + var $linkNode; + if (namespace !== 'html') { + // When using a directive with replace:true and templateUrl the $compileNodes + // (or a child element inside of them) + // might change, so we need to recreate the namespace adapted compileNodes + // for call to the link function. + // Note: This will already clone the nodes... + $linkNode = jqLite( + wrapTemplate(namespace, jqLite('
    ').append($compileNodes).html()) + ); + } else if (cloneConnectFn) { + // important!!: we must call our jqLite.clone() since the jQuery one is trying to be smart + // and sometimes changes the structure of the DOM. + $linkNode = JQLitePrototype.clone.call($compileNodes); } else { - bindings.push(binding); + $linkNode = $compileNodes; } - $element.data('$binding', bindings); - } : noop; - - compile.$$addBindingClass = debugInfoEnabled ? function $$addBindingClass($element) { - safeAddClass($element, 'ng-binding'); - } : noop; + if (transcludeControllers) { + for (var controllerName in transcludeControllers) { + $linkNode.data('$' + controllerName + 'Controller', transcludeControllers[controllerName].instance); + } + } - compile.$$addScopeInfo = debugInfoEnabled ? function $$addScopeInfo($element, scope, isolated, noTemplate) { - var dataName = isolated ? noTemplate ? '$isolateScopeNoTemplate' : '$isolateScope' : '$scope'; - $element.data(dataName, scope); - } : noop; + compile.$$addScopeInfo($linkNode, scope); - compile.$$addScopeClass = debugInfoEnabled ? function $$addScopeClass($element, isolated) { - safeAddClass($element, isolated ? 'ng-isolate-scope' : 'ng-scope'); - } : noop; + if (cloneConnectFn) cloneConnectFn($linkNode, scope); + if (compositeLinkFn) compositeLinkFn(scope, $linkNode, $linkNode, parentBoundTranscludeFn); - compile.$$createComment = function (directiveName, comment) { - var content = ''; - if (debugInfoEnabled) { - content = ' ' + (directiveName || '') + ': '; - if (comment) content += comment + ' '; + if (!cloneConnectFn) { + $compileNodes = compositeLinkFn = null; } - return window.document.createComment(content); + return $linkNode; }; + } - return compile; + function detectNamespaceForChildElements(parentElement) { + // TODO: Make this detect MathML as well... + var node = parentElement && parentElement[0]; + if (!node) { + return 'html'; + } else { + return nodeName_(node) !== 'foreignobject' && toString.call(node).match(/SVG/) ? 'svg' : 'html'; + } + } - //================================ + /** + * Compile function matches each node in nodeList against the directives. Once all directives + * for a particular node are collected their compile functions are executed. The compile + * functions return values - the linking functions - are combined into a composite linking + * function, which is the a linking function for the node. + * + * @param {NodeList} nodeList an array of nodes or NodeList to compile + * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the + * scope argument is auto-generated to the new child of the transcluded parent scope. + * @param {DOMElement=} $rootElement If the nodeList is the root of the compilation tree then + * the rootElement must be set the jqLite collection of the compile root. This is + * needed so that the jqLite collection items can be replaced with widgets. + * @param {number=} maxPriority Max directive priority. + * @returns {Function} A composite linking function of all of the matched directives or null. + */ + function compileNodes(nodeList, transcludeFn, $rootElement, maxPriority, ignoreDirective, + previousCompileContext) { + var linkFns = [], + // `nodeList` can be either an element's `.childNodes` (live NodeList) + // or a jqLite/jQuery collection or an array + notLiveList = isArray(nodeList) || (nodeList instanceof jqLite), + attrs, directives, nodeLinkFn, childNodes, childLinkFn, linkFnFound, nodeLinkFnFound; - function compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { - if (!($compileNodes instanceof jqLite)) { - // jquery always rewraps, whereas we need to preserve the original selector so that we can - // modify it. - $compileNodes = jqLite($compileNodes); - } - var compositeLinkFn = compileNodes($compileNodes, transcludeFn, $compileNodes, maxPriority, ignoreDirective, previousCompileContext); - compile.$$addScopeClass($compileNodes); - var namespace = null; - return function publicLinkFn(scope, cloneConnectFn, options) { - if (!$compileNodes) { - throw $compileMinErr('multilink', 'This element has already been linked.'); - } - assertArg(scope, 'scope'); - - if (previousCompileContext && previousCompileContext.needsNewScope) { - // A parent directive did a replace and a directive on this element asked - // for transclusion, which caused us to lose a layer of element on which - // we could hold the new transclusion scope, so we will create it manually - // here. - scope = scope.$parent.$new(); - } - options = options || {}; - var parentBoundTranscludeFn = options.parentBoundTranscludeFn, - transcludeControllers = options.transcludeControllers, - futureParentElement = options.futureParentElement; - - // When `parentBoundTranscludeFn` is passed, it is a - // `controllersBoundTransclude` function (it was previously passed - // as `transclude` to directive.link) so we must unwrap it to get - // its `boundTranscludeFn` - if (parentBoundTranscludeFn && parentBoundTranscludeFn.$$boundTransclude) { - parentBoundTranscludeFn = parentBoundTranscludeFn.$$boundTransclude; - } + for (var i = 0; i < nodeList.length; i++) { + attrs = new Attributes(); - if (!namespace) { - namespace = detectNamespaceForChildElements(futureParentElement); - } - var $linkNode; - if (namespace !== 'html') { - // When using a directive with replace:true and templateUrl the $compileNodes - // (or a child element inside of them) - // might change, so we need to recreate the namespace adapted compileNodes - // for call to the link function. - // Note: This will already clone the nodes... - $linkNode = jqLite(wrapTemplate(namespace, jqLite('
    ').append($compileNodes).html())); - } else if (cloneConnectFn) { - // important!!: we must call our jqLite.clone() since the jQuery one is trying to be smart - // and sometimes changes the structure of the DOM. - $linkNode = JQLitePrototype.clone.call($compileNodes); - } else { - $linkNode = $compileNodes; - } + // Support: IE 11 only + // Workaround for #11781 and #14924 + if (msie === 11) { + mergeConsecutiveTextNodes(nodeList, i, notLiveList); + } - if (transcludeControllers) { - for (var controllerName in transcludeControllers) { - $linkNode.data('$' + controllerName + 'Controller', transcludeControllers[controllerName].instance); - } - } + // We must always refer to `nodeList[i]` hereafter, + // since the nodes can be replaced underneath us. + directives = collectDirectives(nodeList[i], [], attrs, i === 0 ? maxPriority : undefined, + ignoreDirective); - compile.$$addScopeInfo($linkNode, scope); + nodeLinkFn = (directives.length) + ? applyDirectivesToNode(directives, nodeList[i], attrs, transcludeFn, $rootElement, + null, [], [], previousCompileContext) + : null; - if (cloneConnectFn) cloneConnectFn($linkNode, scope); - if (compositeLinkFn) compositeLinkFn(scope, $linkNode, $linkNode, parentBoundTranscludeFn); + if (nodeLinkFn && nodeLinkFn.scope) { + compile.$$addScopeClass(attrs.$$element); + } - if (!cloneConnectFn) { - $compileNodes = compositeLinkFn = null; - } - return $linkNode; - }; - } + childLinkFn = (nodeLinkFn && nodeLinkFn.terminal || + !(childNodes = nodeList[i].childNodes) || + !childNodes.length) + ? null + : compileNodes(childNodes, + nodeLinkFn ? ( + (nodeLinkFn.transcludeOnThisElement || !nodeLinkFn.templateOnThisElement) + && nodeLinkFn.transclude) : transcludeFn); - function detectNamespaceForChildElements(parentElement) { - // TODO: Make this detect MathML as well... - var node = parentElement && parentElement[0]; - if (!node) { - return 'html'; - } else { - return nodeName_(node) !== 'foreignobject' && toString.call(node).match(/SVG/) ? 'svg' : 'html'; + if (nodeLinkFn || childLinkFn) { + linkFns.push(i, nodeLinkFn, childLinkFn); + linkFnFound = true; + nodeLinkFnFound = nodeLinkFnFound || nodeLinkFn; } - } - /** - * Compile function matches each node in nodeList against the directives. Once all directives - * for a particular node are collected their compile functions are executed. The compile - * functions return values - the linking functions - are combined into a composite linking - * function, which is the a linking function for the node. - * - * @param {NodeList} nodeList an array of nodes or NodeList to compile - * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the - * scope argument is auto-generated to the new child of the transcluded parent scope. - * @param {DOMElement=} $rootElement If the nodeList is the root of the compilation tree then - * the rootElement must be set the jqLite collection of the compile root. This is - * needed so that the jqLite collection items can be replaced with widgets. - * @param {number=} maxPriority Max directive priority. - * @returns {Function} A composite linking function of all of the matched directives or null. - */ - function compileNodes(nodeList, transcludeFn, $rootElement, maxPriority, ignoreDirective, previousCompileContext) { - var linkFns = [], - - // `nodeList` can be either an element's `.childNodes` (live NodeList) - // or a jqLite/jQuery collection or an array - notLiveList = isArray(nodeList) || nodeList instanceof jqLite, - attrs, - directives, - nodeLinkFn, - childNodes, - childLinkFn, - linkFnFound, - nodeLinkFnFound; - - for (var i = 0; i < nodeList.length; i++) { - attrs = new Attributes(); - - // Support: IE 11 only - // Workaround for #11781 and #14924 - if (msie === 11) { - mergeConsecutiveTextNodes(nodeList, i, notLiveList); - } + //use the previous context only for the first element in the virtual group + previousCompileContext = null; + } - // We must always refer to `nodeList[i]` hereafter, - // since the nodes can be replaced underneath us. - directives = collectDirectives(nodeList[i], [], attrs, i === 0 ? maxPriority : undefined, ignoreDirective); + // return a linking function if we have found anything, null otherwise + return linkFnFound ? compositeLinkFn : null; - nodeLinkFn = directives.length ? applyDirectivesToNode(directives, nodeList[i], attrs, transcludeFn, $rootElement, null, [], [], previousCompileContext) : null; + function compositeLinkFn(scope, nodeList, $rootElement, parentBoundTranscludeFn) { + var nodeLinkFn, childLinkFn, node, childScope, i, ii, idx, childBoundTranscludeFn; + var stableNodeList; - if (nodeLinkFn && nodeLinkFn.scope) { - compile.$$addScopeClass(attrs.$$element); - } - childLinkFn = nodeLinkFn && nodeLinkFn.terminal || !(childNodes = nodeList[i].childNodes) || !childNodes.length ? null : compileNodes(childNodes, nodeLinkFn ? (nodeLinkFn.transcludeOnThisElement || !nodeLinkFn.templateOnThisElement) && nodeLinkFn.transclude : transcludeFn); + if (nodeLinkFnFound) { + // copy nodeList so that if a nodeLinkFn removes or adds an element at this DOM level our + // offsets don't get screwed up + var nodeListLength = nodeList.length; + stableNodeList = new Array(nodeListLength); - if (nodeLinkFn || childLinkFn) { - linkFns.push(i, nodeLinkFn, childLinkFn); - linkFnFound = true; - nodeLinkFnFound = nodeLinkFnFound || nodeLinkFn; + // create a sparse array by only copying the elements which have a linkFn + for (i = 0; i < linkFns.length; i += 3) { + idx = linkFns[i]; + stableNodeList[idx] = nodeList[idx]; } - - //use the previous context only for the first element in the virtual group - previousCompileContext = null; + } else { + stableNodeList = nodeList; } - // return a linking function if we have found anything, null otherwise - return linkFnFound ? compositeLinkFn : null; - - function compositeLinkFn(scope, nodeList, $rootElement, parentBoundTranscludeFn) { - var nodeLinkFn, childLinkFn, node, childScope, i, ii, idx, childBoundTranscludeFn; - var stableNodeList; + for (i = 0, ii = linkFns.length; i < ii;) { + node = stableNodeList[linkFns[i++]]; + nodeLinkFn = linkFns[i++]; + childLinkFn = linkFns[i++]; - if (nodeLinkFnFound) { - // copy nodeList so that if a nodeLinkFn removes or adds an element at this DOM level our - // offsets don't get screwed up - var nodeListLength = nodeList.length; - stableNodeList = new Array(nodeListLength); - - // create a sparse array by only copying the elements which have a linkFn - for (i = 0; i < linkFns.length; i += 3) { - idx = linkFns[i]; - stableNodeList[idx] = nodeList[idx]; + if (nodeLinkFn) { + if (nodeLinkFn.scope) { + childScope = scope.$new(); + compile.$$addScopeInfo(jqLite(node), childScope); + } else { + childScope = scope; } - } else { - stableNodeList = nodeList; - } - for (i = 0, ii = linkFns.length; i < ii;) { - node = stableNodeList[linkFns[i++]]; - nodeLinkFn = linkFns[i++]; - childLinkFn = linkFns[i++]; + if (nodeLinkFn.transcludeOnThisElement) { + childBoundTranscludeFn = createBoundTranscludeFn( + scope, nodeLinkFn.transclude, parentBoundTranscludeFn); - if (nodeLinkFn) { - if (nodeLinkFn.scope) { - childScope = scope.$new(); - compile.$$addScopeInfo(jqLite(node), childScope); - } else { - childScope = scope; - } + } else if (!nodeLinkFn.templateOnThisElement && parentBoundTranscludeFn) { + childBoundTranscludeFn = parentBoundTranscludeFn; - if (nodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, nodeLinkFn.transclude, parentBoundTranscludeFn); - } else if (!nodeLinkFn.templateOnThisElement && parentBoundTranscludeFn) { - childBoundTranscludeFn = parentBoundTranscludeFn; - } else if (!parentBoundTranscludeFn && transcludeFn) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, transcludeFn); - } else { - childBoundTranscludeFn = null; - } + } else if (!parentBoundTranscludeFn && transcludeFn) { + childBoundTranscludeFn = createBoundTranscludeFn(scope, transcludeFn); - nodeLinkFn(childLinkFn, childScope, node, $rootElement, childBoundTranscludeFn); - } else if (childLinkFn) { - childLinkFn(scope, node.childNodes, undefined, parentBoundTranscludeFn); + } else { + childBoundTranscludeFn = null; } + + nodeLinkFn(childLinkFn, childScope, node, $rootElement, childBoundTranscludeFn); + + } else if (childLinkFn) { + childLinkFn(scope, node.childNodes, undefined, parentBoundTranscludeFn); } } } + } - function mergeConsecutiveTextNodes(nodeList, idx, notLiveList) { - var node = nodeList[idx]; - var parent = node.parentNode; - var sibling; + function mergeConsecutiveTextNodes(nodeList, idx, notLiveList) { + var node = nodeList[idx]; + var parent = node.parentNode; + var sibling; - if (node.nodeType !== NODE_TYPE_TEXT) { - return; - } + if (node.nodeType !== NODE_TYPE_TEXT) { + return; + } - while (true) { - sibling = parent ? node.nextSibling : nodeList[idx + 1]; - if (!sibling || sibling.nodeType !== NODE_TYPE_TEXT) { - break; - } + while (true) { + sibling = parent ? node.nextSibling : nodeList[idx + 1]; + if (!sibling || sibling.nodeType !== NODE_TYPE_TEXT) { + break; + } - node.nodeValue = node.nodeValue + sibling.nodeValue; + node.nodeValue = node.nodeValue + sibling.nodeValue; - if (sibling.parentNode) { - sibling.parentNode.removeChild(sibling); - } - if (notLiveList && sibling === nodeList[idx + 1]) { - nodeList.splice(idx + 1, 1); - } + if (sibling.parentNode) { + sibling.parentNode.removeChild(sibling); + } + if (notLiveList && sibling === nodeList[idx + 1]) { + nodeList.splice(idx + 1, 1); } } + } - function createBoundTranscludeFn(scope, transcludeFn, previousBoundTranscludeFn) { - function boundTranscludeFn(transcludedScope, cloneFn, controllers, futureParentElement, containingScope) { - - if (!transcludedScope) { - transcludedScope = scope.$new(false, containingScope); - transcludedScope.$$transcluded = true; - } + function createBoundTranscludeFn(scope, transcludeFn, previousBoundTranscludeFn) { + function boundTranscludeFn(transcludedScope, cloneFn, controllers, futureParentElement, containingScope) { - return transcludeFn(transcludedScope, cloneFn, { - parentBoundTranscludeFn: previousBoundTranscludeFn, - transcludeControllers: controllers, - futureParentElement: futureParentElement - }); + if (!transcludedScope) { + transcludedScope = scope.$new(false, containingScope); + transcludedScope.$$transcluded = true; } - // We need to attach the transclusion slots onto the `boundTranscludeFn` - // so that they are available inside the `controllersBoundTransclude` function - var boundSlots = boundTranscludeFn.$$slots = createMap(); - for (var slotName in transcludeFn.$$slots) { - if (transcludeFn.$$slots[slotName]) { - boundSlots[slotName] = createBoundTranscludeFn(scope, transcludeFn.$$slots[slotName], previousBoundTranscludeFn); - } else { - boundSlots[slotName] = null; - } - } + return transcludeFn(transcludedScope, cloneFn, { + parentBoundTranscludeFn: previousBoundTranscludeFn, + transcludeControllers: controllers, + futureParentElement: futureParentElement + }); + } - return boundTranscludeFn; + // We need to attach the transclusion slots onto the `boundTranscludeFn` + // so that they are available inside the `controllersBoundTransclude` function + var boundSlots = boundTranscludeFn.$$slots = createMap(); + for (var slotName in transcludeFn.$$slots) { + if (transcludeFn.$$slots[slotName]) { + boundSlots[slotName] = createBoundTranscludeFn(scope, transcludeFn.$$slots[slotName], previousBoundTranscludeFn); + } else { + boundSlots[slotName] = null; + } } - /** - * Looks for directives on the given node and adds them to the directive collection which is - * sorted. - * - * @param node Node to search. - * @param directives An array to which the directives are added to. This array is sorted before - * the function returns. - * @param attrs The shared attrs object which is used to populate the normalized attributes. - * @param {number=} maxPriority Max directive priority. - */ - function collectDirectives(node, directives, attrs, maxPriority, ignoreDirective) { - var nodeType = node.nodeType, - attrsMap = attrs.$attr, - match, - nodeName, - className; - - switch (nodeType) { - case NODE_TYPE_ELEMENT: - /* Element */ - - nodeName = nodeName_(node); - - // use the node name: - addDirective(directives, directiveNormalize(nodeName), 'E', maxPriority, ignoreDirective); - - // iterate over the attributes - for (var attr, name, nName, ngAttrName, value, isNgAttr, nAttrs = node.attributes, j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) { - var attrStartName = false; - var attrEndName = false; - - attr = nAttrs[j]; - name = attr.name; - value = attr.value; - - // support ngAttr attribute binding - ngAttrName = directiveNormalize(name); - isNgAttr = NG_ATTR_BINDING.test(ngAttrName); - if (isNgAttr) { - name = name.replace(PREFIX_REGEXP, '').substr(8).replace(/_(.)/g, function (match, letter) { + return boundTranscludeFn; + } + + /** + * Looks for directives on the given node and adds them to the directive collection which is + * sorted. + * + * @param node Node to search. + * @param directives An array to which the directives are added to. This array is sorted before + * the function returns. + * @param attrs The shared attrs object which is used to populate the normalized attributes. + * @param {number=} maxPriority Max directive priority. + */ + function collectDirectives(node, directives, attrs, maxPriority, ignoreDirective) { + var nodeType = node.nodeType, + attrsMap = attrs.$attr, + match, + nodeName, + className; + + switch (nodeType) { + case NODE_TYPE_ELEMENT: /* Element */ + + nodeName = nodeName_(node); + + // use the node name: + addDirective(directives, + directiveNormalize(nodeName), 'E', maxPriority, ignoreDirective); + + // iterate over the attributes + for (var attr, name, nName, ngAttrName, value, isNgAttr, nAttrs = node.attributes, + j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) { + var attrStartName = false; + var attrEndName = false; + + attr = nAttrs[j]; + name = attr.name; + value = attr.value; + + // support ngAttr attribute binding + ngAttrName = directiveNormalize(name); + isNgAttr = NG_ATTR_BINDING.test(ngAttrName); + if (isNgAttr) { + name = name.replace(PREFIX_REGEXP, '') + .substr(8).replace(/_(.)/g, function(match, letter) { return letter.toUpperCase(); }); - } + } - var multiElementMatch = ngAttrName.match(MULTI_ELEMENT_DIR_RE); - if (multiElementMatch && directiveIsMultiElement(multiElementMatch[1])) { - attrStartName = name; - attrEndName = name.substr(0, name.length - 5) + 'end'; - name = name.substr(0, name.length - 6); - } + var multiElementMatch = ngAttrName.match(MULTI_ELEMENT_DIR_RE); + if (multiElementMatch && directiveIsMultiElement(multiElementMatch[1])) { + attrStartName = name; + attrEndName = name.substr(0, name.length - 5) + 'end'; + name = name.substr(0, name.length - 6); + } - nName = directiveNormalize(name.toLowerCase()); - attrsMap[nName] = name; - if (isNgAttr || !attrs.hasOwnProperty(nName)) { + nName = directiveNormalize(name.toLowerCase()); + attrsMap[nName] = name; + if (isNgAttr || !attrs.hasOwnProperty(nName)) { attrs[nName] = value; if (getBooleanAttrName(node, nName)) { attrs[nName] = true; // presence means true } - } - addAttrInterpolateDirective(node, directives, value, nName, isNgAttr); - addDirective(directives, nName, 'A', maxPriority, ignoreDirective, attrStartName, attrEndName); } + addAttrInterpolateDirective(node, directives, value, nName, isNgAttr); + addDirective(directives, nName, 'A', maxPriority, ignoreDirective, attrStartName, + attrEndName); + } - if (nodeName === 'input' && node.getAttribute('type') === 'hidden') { - // Hidden input elements can have strange behaviour when navigating back to the page - // This tells the browser not to try to cache and reinstate previous values - node.setAttribute('autocomplete', 'off'); - } + if (nodeName === 'input' && node.getAttribute('type') === 'hidden') { + // Hidden input elements can have strange behaviour when navigating back to the page + // This tells the browser not to try to cache and reinstate previous values + node.setAttribute('autocomplete', 'off'); + } - // use class as directive - if (!cssClassDirectivesEnabled) break; - className = node.className; - if (isObject(className)) { + // use class as directive + if (!cssClassDirectivesEnabled) break; + className = node.className; + if (isObject(className)) { // Maybe SVGAnimatedString className = className.animVal; - } - if (isString(className) && className !== '') { - while (match = CLASS_DIRECTIVE_REGEXP.exec(className)) { - nName = directiveNormalize(match[2]); - if (addDirective(directives, nName, 'C', maxPriority, ignoreDirective)) { - attrs[nName] = trim(match[3]); - } - className = className.substr(match.index + match[0].length); + } + if (isString(className) && className !== '') { + while ((match = CLASS_DIRECTIVE_REGEXP.exec(className))) { + nName = directiveNormalize(match[2]); + if (addDirective(directives, nName, 'C', maxPriority, ignoreDirective)) { + attrs[nName] = trim(match[3]); } + className = className.substr(match.index + match[0].length); } - break; - case NODE_TYPE_TEXT: - /* Text Node */ - addTextInterpolateDirective(directives, node.nodeValue); - break; - case NODE_TYPE_COMMENT: - /* Comment */ - if (!commentDirectivesEnabled) break; - collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective); - break; - } - - directives.sort(byPriority); - return directives; + } + break; + case NODE_TYPE_TEXT: /* Text Node */ + addTextInterpolateDirective(directives, node.nodeValue); + break; + case NODE_TYPE_COMMENT: /* Comment */ + if (!commentDirectivesEnabled) break; + collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective); + break; } - function collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective) { - // function created because of performance, try/catch disables - // the optimization of the whole function #14848 - try { - var match = COMMENT_DIRECTIVE_REGEXP.exec(node.nodeValue); - if (match) { - var nName = directiveNormalize(match[1]); - if (addDirective(directives, nName, 'M', maxPriority, ignoreDirective)) { - attrs[nName] = trim(match[2]); - } + directives.sort(byPriority); + return directives; + } + + function collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective) { + // function created because of performance, try/catch disables + // the optimization of the whole function #14848 + try { + var match = COMMENT_DIRECTIVE_REGEXP.exec(node.nodeValue); + if (match) { + var nName = directiveNormalize(match[1]); + if (addDirective(directives, nName, 'M', maxPriority, ignoreDirective)) { + attrs[nName] = trim(match[2]); } - } catch (e) { - // turns out that under some circumstances IE9 throws errors when one attempts to read - // comment's node value. - // Just ignore it and continue. (Can't seem to reproduce in test case.) } + } catch (e) { + // turns out that under some circumstances IE9 throws errors when one attempts to read + // comment's node value. + // Just ignore it and continue. (Can't seem to reproduce in test case.) } + } - /** - * Given a node with a directive-start it collects all of the siblings until it finds - * directive-end. - * @param node - * @param attrStart - * @param attrEnd - * @returns {*} - */ - function groupScan(node, attrStart, attrEnd) { - var nodes = []; - var depth = 0; - if (attrStart && node.hasAttribute && node.hasAttribute(attrStart)) { - do { - if (!node) { - throw $compileMinErr('uterdir', 'Unterminated attribute, found \'{0}\' but no matching \'{1}\' found.', attrStart, attrEnd); - } - if (node.nodeType === NODE_TYPE_ELEMENT) { - if (node.hasAttribute(attrStart)) depth++; - if (node.hasAttribute(attrEnd)) depth--; - } - nodes.push(node); - node = node.nextSibling; - } while (depth > 0); - } else { + /** + * Given a node with a directive-start it collects all of the siblings until it finds + * directive-end. + * @param node + * @param attrStart + * @param attrEnd + * @returns {*} + */ + function groupScan(node, attrStart, attrEnd) { + var nodes = []; + var depth = 0; + if (attrStart && node.hasAttribute && node.hasAttribute(attrStart)) { + do { + if (!node) { + throw $compileMinErr('uterdir', + 'Unterminated attribute, found \'{0}\' but no matching \'{1}\' found.', + attrStart, attrEnd); + } + if (node.nodeType === NODE_TYPE_ELEMENT) { + if (node.hasAttribute(attrStart)) depth++; + if (node.hasAttribute(attrEnd)) depth--; + } nodes.push(node); - } - - return jqLite(nodes); + node = node.nextSibling; + } while (depth > 0); + } else { + nodes.push(node); } - /** - * Wrapper for linking function which converts normal linking function into a grouped - * linking function. - * @param linkFn - * @param attrStart - * @param attrEnd - * @returns {Function} - */ - function groupElementsLinkFnWrapper(linkFn, attrStart, attrEnd) { - return function groupedElementsLink(scope, element, attrs, controllers, transcludeFn) { - element = groupScan(element[0], attrStart, attrEnd); - return linkFn(scope, element, attrs, controllers, transcludeFn); - }; - } + return jqLite(nodes); + } - /** - * A function generator that is used to support both eager and lazy compilation - * linking function. - * @param eager - * @param $compileNodes - * @param transcludeFn - * @param maxPriority - * @param ignoreDirective - * @param previousCompileContext - * @returns {Function} - */ - function compilationGenerator(eager, $compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { - var compiled; + /** + * Wrapper for linking function which converts normal linking function into a grouped + * linking function. + * @param linkFn + * @param attrStart + * @param attrEnd + * @returns {Function} + */ + function groupElementsLinkFnWrapper(linkFn, attrStart, attrEnd) { + return function groupedElementsLink(scope, element, attrs, controllers, transcludeFn) { + element = groupScan(element[0], attrStart, attrEnd); + return linkFn(scope, element, attrs, controllers, transcludeFn); + }; + } - if (eager) { - return compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); - } - return (/** @this */function lazyCompilation() { - if (!compiled) { - compiled = compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); + /** + * A function generator that is used to support both eager and lazy compilation + * linking function. + * @param eager + * @param $compileNodes + * @param transcludeFn + * @param maxPriority + * @param ignoreDirective + * @param previousCompileContext + * @returns {Function} + */ + function compilationGenerator(eager, $compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { + var compiled; - // Null out all of these references in order to make them eligible for garbage collection - // since this is a potentially long lived closure - $compileNodes = transcludeFn = previousCompileContext = null; - } - return compiled.apply(this, arguments); - } - ); + if (eager) { + return compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); } + return /** @this */ function lazyCompilation() { + if (!compiled) { + compiled = compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); - /** - * Once the directives have been collected, their compile functions are executed. This method - * is responsible for inlining directive templates as well as terminating the application - * of the directives if the terminal directive has been reached. - * - * @param {Array} directives Array of collected directives to execute their compile function. - * this needs to be pre-sorted by priority order. - * @param {Node} compileNode The raw DOM node to apply the compile functions to - * @param {Object} templateAttrs The shared attribute function - * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the - * scope argument is auto-generated to the new - * child of the transcluded parent scope. - * @param {JQLite} jqCollection If we are working on the root of the compile tree then this - * argument has the root jqLite array so that we can replace nodes - * on it. - * @param {Object=} originalReplaceDirective An optional directive that will be ignored when - * compiling the transclusion. - * @param {Array.} preLinkFns - * @param {Array.} postLinkFns - * @param {Object} previousCompileContext Context used for previous compilation of the current - * node - * @returns {Function} linkFn - */ - function applyDirectivesToNode(directives, compileNode, templateAttrs, transcludeFn, jqCollection, originalReplaceDirective, preLinkFns, postLinkFns, previousCompileContext) { - previousCompileContext = previousCompileContext || {}; - - var terminalPriority = -Number.MAX_VALUE, - newScopeDirective = previousCompileContext.newScopeDirective, - controllerDirectives = previousCompileContext.controllerDirectives, - newIsolateScopeDirective = previousCompileContext.newIsolateScopeDirective, - templateDirective = previousCompileContext.templateDirective, - nonTlbTranscludeDirective = previousCompileContext.nonTlbTranscludeDirective, - hasTranscludeDirective = false, - hasTemplate = false, - hasElementTranscludeDirective = previousCompileContext.hasElementTranscludeDirective, - $compileNode = templateAttrs.$$element = jqLite(compileNode), - directive, - directiveName, - $template, - replaceDirective = originalReplaceDirective, - childTranscludeFn = transcludeFn, - linkFn, - didScanForMultipleTransclusion = false, - mightHaveMultipleTransclusionError = false, - directiveValue; - - // executes all directives on the current element - for (var i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - var attrStart = directive.$$start; - var attrEnd = directive.$$end; - - // collect multiblock sections - if (attrStart) { - $compileNode = groupScan(compileNode, attrStart, attrEnd); - } - $template = undefined; + // Null out all of these references in order to make them eligible for garbage collection + // since this is a potentially long lived closure + $compileNodes = transcludeFn = previousCompileContext = null; + } + return compiled.apply(this, arguments); + }; + } - if (terminalPriority > directive.priority) { - break; // prevent further processing of directives + /** + * Once the directives have been collected, their compile functions are executed. This method + * is responsible for inlining directive templates as well as terminating the application + * of the directives if the terminal directive has been reached. + * + * @param {Array} directives Array of collected directives to execute their compile function. + * this needs to be pre-sorted by priority order. + * @param {Node} compileNode The raw DOM node to apply the compile functions to + * @param {Object} templateAttrs The shared attribute function + * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the + * scope argument is auto-generated to the new + * child of the transcluded parent scope. + * @param {JQLite} jqCollection If we are working on the root of the compile tree then this + * argument has the root jqLite array so that we can replace nodes + * on it. + * @param {Object=} originalReplaceDirective An optional directive that will be ignored when + * compiling the transclusion. + * @param {Array.} preLinkFns + * @param {Array.} postLinkFns + * @param {Object} previousCompileContext Context used for previous compilation of the current + * node + * @returns {Function} linkFn + */ + function applyDirectivesToNode(directives, compileNode, templateAttrs, transcludeFn, + jqCollection, originalReplaceDirective, preLinkFns, postLinkFns, + previousCompileContext) { + previousCompileContext = previousCompileContext || {}; + + var terminalPriority = -Number.MAX_VALUE, + newScopeDirective = previousCompileContext.newScopeDirective, + controllerDirectives = previousCompileContext.controllerDirectives, + newIsolateScopeDirective = previousCompileContext.newIsolateScopeDirective, + templateDirective = previousCompileContext.templateDirective, + nonTlbTranscludeDirective = previousCompileContext.nonTlbTranscludeDirective, + hasTranscludeDirective = false, + hasTemplate = false, + hasElementTranscludeDirective = previousCompileContext.hasElementTranscludeDirective, + $compileNode = templateAttrs.$$element = jqLite(compileNode), + directive, + directiveName, + $template, + replaceDirective = originalReplaceDirective, + childTranscludeFn = transcludeFn, + linkFn, + didScanForMultipleTransclusion = false, + mightHaveMultipleTransclusionError = false, + directiveValue; + + // executes all directives on the current element + for (var i = 0, ii = directives.length; i < ii; i++) { + directive = directives[i]; + var attrStart = directive.$$start; + var attrEnd = directive.$$end; + + // collect multiblock sections + if (attrStart) { + $compileNode = groupScan(compileNode, attrStart, attrEnd); + } + $template = undefined; + + if (terminalPriority > directive.priority) { + break; // prevent further processing of directives + } + + directiveValue = directive.scope; + + if (directiveValue) { + + // skip the check for directives with async templates, we'll check the derived sync + // directive when the template arrives + if (!directive.templateUrl) { + if (isObject(directiveValue)) { + // This directive is trying to add an isolated scope. + // Check that there is no scope of any kind already + assertNoDuplicate('new/isolated scope', newIsolateScopeDirective || newScopeDirective, + directive, $compileNode); + newIsolateScopeDirective = directive; + } else { + // This directive is trying to add a child scope. + // Check that there is no isolated scope already + assertNoDuplicate('new/isolated scope', newIsolateScopeDirective, directive, + $compileNode); + } } - directiveValue = directive.scope; + newScopeDirective = newScopeDirective || directive; + } - if (directiveValue) { + directiveName = directive.name; - // skip the check for directives with async templates, we'll check the derived sync - // directive when the template arrives - if (!directive.templateUrl) { - if (isObject(directiveValue)) { - // This directive is trying to add an isolated scope. - // Check that there is no scope of any kind already - assertNoDuplicate('new/isolated scope', newIsolateScopeDirective || newScopeDirective, directive, $compileNode); - newIsolateScopeDirective = directive; - } else { - // This directive is trying to add a child scope. - // Check that there is no isolated scope already - assertNoDuplicate('new/isolated scope', newIsolateScopeDirective, directive, $compileNode); - } - } + // If we encounter a condition that can result in transclusion on the directive, + // then scan ahead in the remaining directives for others that may cause a multiple + // transclusion error to be thrown during the compilation process. If a matching directive + // is found, then we know that when we encounter a transcluded directive, we need to eagerly + // compile the `transclude` function rather than doing it lazily in order to throw + // exceptions at the correct time + if (!didScanForMultipleTransclusion && ((directive.replace && (directive.templateUrl || directive.template)) + || (directive.transclude && !directive.$$tlb))) { + var candidateDirective; - newScopeDirective = newScopeDirective || directive; - } + for (var scanningIndex = i + 1; (candidateDirective = directives[scanningIndex++]);) { + if ((candidateDirective.transclude && !candidateDirective.$$tlb) + || (candidateDirective.replace && (candidateDirective.templateUrl || candidateDirective.template))) { + mightHaveMultipleTransclusionError = true; + break; + } + } - directiveName = directive.name; + didScanForMultipleTransclusion = true; + } - // If we encounter a condition that can result in transclusion on the directive, - // then scan ahead in the remaining directives for others that may cause a multiple - // transclusion error to be thrown during the compilation process. If a matching directive - // is found, then we know that when we encounter a transcluded directive, we need to eagerly - // compile the `transclude` function rather than doing it lazily in order to throw - // exceptions at the correct time - if (!didScanForMultipleTransclusion && (directive.replace && (directive.templateUrl || directive.template) || directive.transclude && !directive.$$tlb)) { - var candidateDirective; + if (!directive.templateUrl && directive.controller) { + controllerDirectives = controllerDirectives || createMap(); + assertNoDuplicate('\'' + directiveName + '\' controller', + controllerDirectives[directiveName], directive, $compileNode); + controllerDirectives[directiveName] = directive; + } - for (var scanningIndex = i + 1; candidateDirective = directives[scanningIndex++];) { - if (candidateDirective.transclude && !candidateDirective.$$tlb || candidateDirective.replace && (candidateDirective.templateUrl || candidateDirective.template)) { - mightHaveMultipleTransclusionError = true; - break; - } - } + directiveValue = directive.transclude; - didScanForMultipleTransclusion = true; - } + if (directiveValue) { + hasTranscludeDirective = true; - if (!directive.templateUrl && directive.controller) { - controllerDirectives = controllerDirectives || createMap(); - assertNoDuplicate('\'' + directiveName + '\' controller', controllerDirectives[directiveName], directive, $compileNode); - controllerDirectives[directiveName] = directive; + // Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion. + // This option should only be used by directives that know how to safely handle element transclusion, + // where the transcluded nodes are added or replaced after linking. + if (!directive.$$tlb) { + assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode); + nonTlbTranscludeDirective = directive; } - directiveValue = directive.transclude; - - if (directiveValue) { - hasTranscludeDirective = true; + if (directiveValue === 'element') { + hasElementTranscludeDirective = true; + terminalPriority = directive.priority; + $template = $compileNode; + $compileNode = templateAttrs.$$element = + jqLite(compile.$$createComment(directiveName, templateAttrs[directiveName])); + compileNode = $compileNode[0]; + replaceWith(jqCollection, sliceArgs($template), compileNode); + + // Support: Chrome < 50 + // https://github.com/angular/angular.js/issues/14041 + + // In the versions of V8 prior to Chrome 50, the document fragment that is created + // in the `replaceWith` function is improperly garbage collected despite still + // being referenced by the `parentNode` property of all of the child nodes. By adding + // a reference to the fragment via a different property, we can avoid that incorrect + // behavior. + // TODO: remove this line after Chrome 50 has been released + $template[0].$$parentNode = $template[0].parentNode; + + childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, terminalPriority, + replaceDirective && replaceDirective.name, { + // Don't pass in: + // - controllerDirectives - otherwise we'll create duplicates controllers + // - newIsolateScopeDirective or templateDirective - combining templates with + // element transclusion doesn't make sense. + // + // We need only nonTlbTranscludeDirective so that we prevent putting transclusion + // on the same element more than once. + nonTlbTranscludeDirective: nonTlbTranscludeDirective + }); + } else { - // Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion. - // This option should only be used by directives that know how to safely handle element transclusion, - // where the transcluded nodes are added or replaced after linking. - if (!directive.$$tlb) { - assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode); - nonTlbTranscludeDirective = directive; - } + var slots = createMap(); - if (directiveValue === 'element') { - hasElementTranscludeDirective = true; - terminalPriority = directive.priority; - $template = $compileNode; - $compileNode = templateAttrs.$$element = jqLite(compile.$$createComment(directiveName, templateAttrs[directiveName])); - compileNode = $compileNode[0]; - replaceWith(jqCollection, sliceArgs($template), compileNode); - - // Support: Chrome < 50 - // https://github.com/angular/angular.js/issues/14041 - - // In the versions of V8 prior to Chrome 50, the document fragment that is created - // in the `replaceWith` function is improperly garbage collected despite still - // being referenced by the `parentNode` property of all of the child nodes. By adding - // a reference to the fragment via a different property, we can avoid that incorrect - // behavior. - // TODO: remove this line after Chrome 50 has been released - $template[0].$$parentNode = $template[0].parentNode; - - childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, terminalPriority, replaceDirective && replaceDirective.name, { - // Don't pass in: - // - controllerDirectives - otherwise we'll create duplicates controllers - // - newIsolateScopeDirective or templateDirective - combining templates with - // element transclusion doesn't make sense. - // - // We need only nonTlbTranscludeDirective so that we prevent putting transclusion - // on the same element more than once. - nonTlbTranscludeDirective: nonTlbTranscludeDirective - }); + if (!isObject(directiveValue)) { + $template = jqLite(jqLiteClone(compileNode)).contents(); } else { - var slots = createMap(); - - if (!isObject(directiveValue)) { - $template = jqLite(jqLiteClone(compileNode)).contents(); - } else { - - // We have transclusion slots, - // collect them up, compile them and store their transclusion functions - $template = []; + // We have transclusion slots, + // collect them up, compile them and store their transclusion functions + $template = []; - var slotMap = createMap(); - var filledSlots = createMap(); + var slotMap = createMap(); + var filledSlots = createMap(); - // Parse the element selectors - forEach(directiveValue, function (elementSelector, slotName) { - // If an element selector starts with a ? then it is optional - var optional = elementSelector.charAt(0) === '?'; - elementSelector = optional ? elementSelector.substring(1) : elementSelector; + // Parse the element selectors + forEach(directiveValue, function(elementSelector, slotName) { + // If an element selector starts with a ? then it is optional + var optional = (elementSelector.charAt(0) === '?'); + elementSelector = optional ? elementSelector.substring(1) : elementSelector; - slotMap[elementSelector] = slotName; + slotMap[elementSelector] = slotName; - // We explicitly assign `null` since this implies that a slot was defined but not filled. - // Later when calling boundTransclusion functions with a slot name we only error if the - // slot is `undefined` - slots[slotName] = null; + // We explicitly assign `null` since this implies that a slot was defined but not filled. + // Later when calling boundTransclusion functions with a slot name we only error if the + // slot is `undefined` + slots[slotName] = null; - // filledSlots contains `true` for all slots that are either optional or have been - // filled. This is used to check that we have not missed any required slots - filledSlots[slotName] = optional; - }); + // filledSlots contains `true` for all slots that are either optional or have been + // filled. This is used to check that we have not missed any required slots + filledSlots[slotName] = optional; + }); - // Add the matching elements into their slot - forEach($compileNode.contents(), function (node) { - var slotName = slotMap[directiveNormalize(nodeName_(node))]; - if (slotName) { - filledSlots[slotName] = true; - slots[slotName] = slots[slotName] || []; - slots[slotName].push(node); - } else { - $template.push(node); - } - }); + // Add the matching elements into their slot + forEach($compileNode.contents(), function(node) { + var slotName = slotMap[directiveNormalize(nodeName_(node))]; + if (slotName) { + filledSlots[slotName] = true; + slots[slotName] = slots[slotName] || []; + slots[slotName].push(node); + } else { + $template.push(node); + } + }); - // Check for required slots that were not filled - forEach(filledSlots, function (filled, slotName) { - if (!filled) { - throw $compileMinErr('reqslot', 'Required transclusion slot `{0}` was not filled.', slotName); - } - }); + // Check for required slots that were not filled + forEach(filledSlots, function(filled, slotName) { + if (!filled) { + throw $compileMinErr('reqslot', 'Required transclusion slot `{0}` was not filled.', slotName); + } + }); - for (var slotName in slots) { - if (slots[slotName]) { - // Only define a transclusion function if the slot was filled - slots[slotName] = compilationGenerator(mightHaveMultipleTransclusionError, slots[slotName], transcludeFn); - } + for (var slotName in slots) { + if (slots[slotName]) { + // Only define a transclusion function if the slot was filled + slots[slotName] = compilationGenerator(mightHaveMultipleTransclusionError, slots[slotName], transcludeFn); } } - - $compileNode.empty(); // clear contents - childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, undefined, undefined, { needsNewScope: directive.$$isolateScope || directive.$$newScope }); - childTranscludeFn.$$slots = slots; } - } - if (directive.template) { - hasTemplate = true; - assertNoDuplicate('template', templateDirective, directive, $compileNode); - templateDirective = directive; + $compileNode.empty(); // clear contents + childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, undefined, + undefined, { needsNewScope: directive.$$isolateScope || directive.$$newScope}); + childTranscludeFn.$$slots = slots; + } + } - directiveValue = isFunction(directive.template) ? directive.template($compileNode, templateAttrs) : directive.template; + if (directive.template) { + hasTemplate = true; + assertNoDuplicate('template', templateDirective, directive, $compileNode); + templateDirective = directive; - directiveValue = denormalizeTemplate(directiveValue); + directiveValue = (isFunction(directive.template)) + ? directive.template($compileNode, templateAttrs) + : directive.template; - if (directive.replace) { - replaceDirective = directive; - if (jqLiteIsTextNode(directiveValue)) { - $template = []; - } else { - $template = removeComments(wrapTemplate(directive.templateNamespace, trim(directiveValue))); - } - compileNode = $template[0]; + directiveValue = denormalizeTemplate(directiveValue); - if ($template.length !== 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { - throw $compileMinErr('tplrt', 'Template for directive \'{0}\' must have exactly one root element. {1}', directiveName, ''); - } + if (directive.replace) { + replaceDirective = directive; + if (jqLiteIsTextNode(directiveValue)) { + $template = []; + } else { + $template = removeComments(wrapTemplate(directive.templateNamespace, trim(directiveValue))); + } + compileNode = $template[0]; - replaceWith(jqCollection, $compileNode, compileNode); + if ($template.length !== 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { + throw $compileMinErr('tplrt', + 'Template for directive \'{0}\' must have exactly one root element. {1}', + directiveName, ''); + } - var newTemplateAttrs = { $attr: {} }; + replaceWith(jqCollection, $compileNode, compileNode); - // combine directives from the original node and from the template: - // - take the array of directives for this element - // - split it into two parts, those that already applied (processed) and those that weren't (unprocessed) - // - collect directives from the template and sort them by priority - // - combine directives as: processed + template + unprocessed - var templateDirectives = collectDirectives(compileNode, [], newTemplateAttrs); - var unprocessedDirectives = directives.splice(i + 1, directives.length - (i + 1)); + var newTemplateAttrs = {$attr: {}}; - if (newIsolateScopeDirective || newScopeDirective) { - // The original directive caused the current element to be replaced but this element - // also needs to have a new scope, so we need to tell the template directives - // that they would need to get their scope from further up, if they require transclusion - markDirectiveScope(templateDirectives, newIsolateScopeDirective, newScopeDirective); - } - directives = directives.concat(templateDirectives).concat(unprocessedDirectives); - mergeTemplateAttributes(templateAttrs, newTemplateAttrs); + // combine directives from the original node and from the template: + // - take the array of directives for this element + // - split it into two parts, those that already applied (processed) and those that weren't (unprocessed) + // - collect directives from the template and sort them by priority + // - combine directives as: processed + template + unprocessed + var templateDirectives = collectDirectives(compileNode, [], newTemplateAttrs); + var unprocessedDirectives = directives.splice(i + 1, directives.length - (i + 1)); - ii = directives.length; - } else { - $compileNode.html(directiveValue); + if (newIsolateScopeDirective || newScopeDirective) { + // The original directive caused the current element to be replaced but this element + // also needs to have a new scope, so we need to tell the template directives + // that they would need to get their scope from further up, if they require transclusion + markDirectiveScope(templateDirectives, newIsolateScopeDirective, newScopeDirective); } + directives = directives.concat(templateDirectives).concat(unprocessedDirectives); + mergeTemplateAttributes(templateAttrs, newTemplateAttrs); + + ii = directives.length; + } else { + $compileNode.html(directiveValue); } + } - if (directive.templateUrl) { - hasTemplate = true; - assertNoDuplicate('template', templateDirective, directive, $compileNode); - templateDirective = directive; + if (directive.templateUrl) { + hasTemplate = true; + assertNoDuplicate('template', templateDirective, directive, $compileNode); + templateDirective = directive; - if (directive.replace) { - replaceDirective = directive; - } + if (directive.replace) { + replaceDirective = directive; + } - // eslint-disable-next-line no-func-assign - nodeLinkFn = compileTemplateUrl(directives.splice(i, directives.length - i), $compileNode, templateAttrs, jqCollection, hasTranscludeDirective && childTranscludeFn, preLinkFns, postLinkFns, { - controllerDirectives: controllerDirectives, - newScopeDirective: newScopeDirective !== directive && newScopeDirective, - newIsolateScopeDirective: newIsolateScopeDirective, - templateDirective: templateDirective, - nonTlbTranscludeDirective: nonTlbTranscludeDirective - }); - ii = directives.length; - } else if (directive.compile) { - try { - linkFn = directive.compile($compileNode, templateAttrs, childTranscludeFn); - var context = directive.$$originalDirective || directive; - if (isFunction(linkFn)) { - addLinkFns(null, bind(context, linkFn), attrStart, attrEnd); - } else if (linkFn) { - addLinkFns(bind(context, linkFn.pre), bind(context, linkFn.post), attrStart, attrEnd); - } - } catch (e) { - $exceptionHandler(e, startingTag($compileNode)); + // eslint-disable-next-line no-func-assign + nodeLinkFn = compileTemplateUrl(directives.splice(i, directives.length - i), $compileNode, + templateAttrs, jqCollection, hasTranscludeDirective && childTranscludeFn, preLinkFns, postLinkFns, { + controllerDirectives: controllerDirectives, + newScopeDirective: (newScopeDirective !== directive) && newScopeDirective, + newIsolateScopeDirective: newIsolateScopeDirective, + templateDirective: templateDirective, + nonTlbTranscludeDirective: nonTlbTranscludeDirective + }); + ii = directives.length; + } else if (directive.compile) { + try { + linkFn = directive.compile($compileNode, templateAttrs, childTranscludeFn); + var context = directive.$$originalDirective || directive; + if (isFunction(linkFn)) { + addLinkFns(null, bind(context, linkFn), attrStart, attrEnd); + } else if (linkFn) { + addLinkFns(bind(context, linkFn.pre), bind(context, linkFn.post), attrStart, attrEnd); } + } catch (e) { + $exceptionHandler(e, startingTag($compileNode)); } + } - if (directive.terminal) { - nodeLinkFn.terminal = true; - terminalPriority = Math.max(terminalPriority, directive.priority); - } + if (directive.terminal) { + nodeLinkFn.terminal = true; + terminalPriority = Math.max(terminalPriority, directive.priority); } - nodeLinkFn.scope = newScopeDirective && newScopeDirective.scope === true; - nodeLinkFn.transcludeOnThisElement = hasTranscludeDirective; - nodeLinkFn.templateOnThisElement = hasTemplate; - nodeLinkFn.transclude = childTranscludeFn; + } - previousCompileContext.hasElementTranscludeDirective = hasElementTranscludeDirective; + nodeLinkFn.scope = newScopeDirective && newScopeDirective.scope === true; + nodeLinkFn.transcludeOnThisElement = hasTranscludeDirective; + nodeLinkFn.templateOnThisElement = hasTemplate; + nodeLinkFn.transclude = childTranscludeFn; - // might be normal or delayed nodeLinkFn depending on if templateUrl is present - return nodeLinkFn; + previousCompileContext.hasElementTranscludeDirective = hasElementTranscludeDirective; - //////////////////// + // might be normal or delayed nodeLinkFn depending on if templateUrl is present + return nodeLinkFn; - function addLinkFns(pre, post, attrStart, attrEnd) { - if (pre) { - if (attrStart) pre = groupElementsLinkFnWrapper(pre, attrStart, attrEnd); - pre.require = directive.require; - pre.directiveName = directiveName; - if (newIsolateScopeDirective === directive || directive.$$isolateScope) { - pre = cloneAndAnnotateFn(pre, { isolateScope: true }); - } - preLinkFns.push(pre); + //////////////////// + + function addLinkFns(pre, post, attrStart, attrEnd) { + if (pre) { + if (attrStart) pre = groupElementsLinkFnWrapper(pre, attrStart, attrEnd); + pre.require = directive.require; + pre.directiveName = directiveName; + if (newIsolateScopeDirective === directive || directive.$$isolateScope) { + pre = cloneAndAnnotateFn(pre, {isolateScope: true}); } - if (post) { - if (attrStart) post = groupElementsLinkFnWrapper(post, attrStart, attrEnd); - post.require = directive.require; - post.directiveName = directiveName; - if (newIsolateScopeDirective === directive || directive.$$isolateScope) { - post = cloneAndAnnotateFn(post, { isolateScope: true }); - } - postLinkFns.push(post); + preLinkFns.push(pre); + } + if (post) { + if (attrStart) post = groupElementsLinkFnWrapper(post, attrStart, attrEnd); + post.require = directive.require; + post.directiveName = directiveName; + if (newIsolateScopeDirective === directive || directive.$$isolateScope) { + post = cloneAndAnnotateFn(post, {isolateScope: true}); } + postLinkFns.push(post); } + } - function nodeLinkFn(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn) { - var i, ii, linkFn, isolateScope, controllerScope, elementControllers, transcludeFn, $element, attrs, scopeBindingInfo; + function nodeLinkFn(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn) { + var i, ii, linkFn, isolateScope, controllerScope, elementControllers, transcludeFn, $element, + attrs, scopeBindingInfo; - if (compileNode === linkNode) { - attrs = templateAttrs; - $element = templateAttrs.$$element; - } else { - $element = jqLite(linkNode); - attrs = new Attributes($element, templateAttrs); - } + if (compileNode === linkNode) { + attrs = templateAttrs; + $element = templateAttrs.$$element; + } else { + $element = jqLite(linkNode); + attrs = new Attributes($element, templateAttrs); + } + + controllerScope = scope; + if (newIsolateScopeDirective) { + isolateScope = scope.$new(true); + } else if (newScopeDirective) { + controllerScope = scope.$parent; + } + + if (boundTranscludeFn) { + // track `boundTranscludeFn` so it can be unwrapped if `transcludeFn` + // is later passed as `parentBoundTranscludeFn` to `publicLinkFn` + transcludeFn = controllersBoundTransclude; + transcludeFn.$$boundTransclude = boundTranscludeFn; + // expose the slots on the `$transclude` function + transcludeFn.isSlotFilled = function(slotName) { + return !!boundTranscludeFn.$$slots[slotName]; + }; + } - controllerScope = scope; - if (newIsolateScopeDirective) { - isolateScope = scope.$new(true); - } else if (newScopeDirective) { - controllerScope = scope.$parent; - } + if (controllerDirectives) { + elementControllers = setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective); + } - if (boundTranscludeFn) { - // track `boundTranscludeFn` so it can be unwrapped if `transcludeFn` - // is later passed as `parentBoundTranscludeFn` to `publicLinkFn` - transcludeFn = controllersBoundTransclude; - transcludeFn.$$boundTransclude = boundTranscludeFn; - // expose the slots on the `$transclude` function - transcludeFn.isSlotFilled = function (slotName) { - return !!boundTranscludeFn.$$slots[slotName]; - }; + if (newIsolateScopeDirective) { + // Initialize isolate scope bindings for new isolate scope directive. + compile.$$addScopeInfo($element, isolateScope, true, !(templateDirective && (templateDirective === newIsolateScopeDirective || + templateDirective === newIsolateScopeDirective.$$originalDirective))); + compile.$$addScopeClass($element, true); + isolateScope.$$isolateBindings = + newIsolateScopeDirective.$$isolateBindings; + scopeBindingInfo = initializeDirectiveBindings(scope, attrs, isolateScope, + isolateScope.$$isolateBindings, + newIsolateScopeDirective); + if (scopeBindingInfo.removeWatches) { + isolateScope.$on('$destroy', scopeBindingInfo.removeWatches); } + } - if (controllerDirectives) { - elementControllers = setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective); - } + // Initialize bindToController bindings + for (var name in elementControllers) { + var controllerDirective = controllerDirectives[name]; + var controller = elementControllers[name]; + var bindings = controllerDirective.$$bindings.bindToController; - if (newIsolateScopeDirective) { - // Initialize isolate scope bindings for new isolate scope directive. - compile.$$addScopeInfo($element, isolateScope, true, !(templateDirective && (templateDirective === newIsolateScopeDirective || templateDirective === newIsolateScopeDirective.$$originalDirective))); - compile.$$addScopeClass($element, true); - isolateScope.$$isolateBindings = newIsolateScopeDirective.$$isolateBindings; - scopeBindingInfo = initializeDirectiveBindings(scope, attrs, isolateScope, isolateScope.$$isolateBindings, newIsolateScopeDirective); - if (scopeBindingInfo.removeWatches) { - isolateScope.$on('$destroy', scopeBindingInfo.removeWatches); + if (preAssignBindingsEnabled) { + if (bindings) { + controller.bindingInfo = + initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); + } else { + controller.bindingInfo = {}; } - } - - // Initialize bindToController bindings - for (var name in elementControllers) { - var controllerDirective = controllerDirectives[name]; - var controller = elementControllers[name]; - var bindings = controllerDirective.$$bindings.bindToController; - if (preAssignBindingsEnabled) { - if (bindings) { - controller.bindingInfo = initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); - } else { - controller.bindingInfo = {}; - } - - var controllerResult = controller(); - if (controllerResult !== controller.instance) { - // If the controller constructor has a return value, overwrite the instance - // from setupControllers - controller.instance = controllerResult; - $element.data('$' + controllerDirective.name + 'Controller', controllerResult); - if (controller.bindingInfo.removeWatches) { - controller.bindingInfo.removeWatches(); - } - controller.bindingInfo = initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); + var controllerResult = controller(); + if (controllerResult !== controller.instance) { + // If the controller constructor has a return value, overwrite the instance + // from setupControllers + controller.instance = controllerResult; + $element.data('$' + controllerDirective.name + 'Controller', controllerResult); + if (controller.bindingInfo.removeWatches) { + controller.bindingInfo.removeWatches(); } - } else { - controller.instance = controller(); - $element.data('$' + controllerDirective.name + 'Controller', controller.instance); - controller.bindingInfo = initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); + controller.bindingInfo = + initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); } + } else { + controller.instance = controller(); + $element.data('$' + controllerDirective.name + 'Controller', controller.instance); + controller.bindingInfo = + initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); } + } - // Bind the required controllers to the controller, if `require` is an object and `bindToController` is truthy - forEach(controllerDirectives, function (controllerDirective, name) { - var require = controllerDirective.require; - if (controllerDirective.bindToController && !isArray(require) && isObject(require)) { - extend(elementControllers[name].instance, getControllers(name, require, $element, elementControllers)); - } - }); + // Bind the required controllers to the controller, if `require` is an object and `bindToController` is truthy + forEach(controllerDirectives, function(controllerDirective, name) { + var require = controllerDirective.require; + if (controllerDirective.bindToController && !isArray(require) && isObject(require)) { + extend(elementControllers[name].instance, getControllers(name, require, $element, elementControllers)); + } + }); - // Handle the init and destroy lifecycle hooks on all controllers that have them - forEach(elementControllers, function (controller) { - var controllerInstance = controller.instance; - if (isFunction(controllerInstance.$onChanges)) { - try { - controllerInstance.$onChanges(controller.bindingInfo.initialChanges); - } catch (e) { - $exceptionHandler(e); - } - } - if (isFunction(controllerInstance.$onInit)) { - try { - controllerInstance.$onInit(); - } catch (e) { - $exceptionHandler(e); - } - } - if (isFunction(controllerInstance.$doCheck)) { - controllerScope.$watch(function () { - controllerInstance.$doCheck(); - }); - controllerInstance.$doCheck(); + // Handle the init and destroy lifecycle hooks on all controllers that have them + forEach(elementControllers, function(controller) { + var controllerInstance = controller.instance; + if (isFunction(controllerInstance.$onChanges)) { + try { + controllerInstance.$onChanges(controller.bindingInfo.initialChanges); + } catch (e) { + $exceptionHandler(e); } - if (isFunction(controllerInstance.$onDestroy)) { - controllerScope.$on('$destroy', function callOnDestroyHook() { - controllerInstance.$onDestroy(); - }); + } + if (isFunction(controllerInstance.$onInit)) { + try { + controllerInstance.$onInit(); + } catch (e) { + $exceptionHandler(e); } - }); - - // PRELINKING - for (i = 0, ii = preLinkFns.length; i < ii; i++) { - linkFn = preLinkFns[i]; - invokeLinkFn(linkFn, linkFn.isolateScope ? isolateScope : scope, $element, attrs, linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), transcludeFn); } - - // RECURSION - // We only pass the isolate scope, if the isolate directive has a template, - // otherwise the child elements do not belong to the isolate directive. - var scopeToChild = scope; - if (newIsolateScopeDirective && (newIsolateScopeDirective.template || newIsolateScopeDirective.templateUrl === null)) { - scopeToChild = isolateScope; + if (isFunction(controllerInstance.$doCheck)) { + controllerScope.$watch(function() { controllerInstance.$doCheck(); }); + controllerInstance.$doCheck(); } - if (childLinkFn) { - childLinkFn(scopeToChild, linkNode.childNodes, undefined, boundTranscludeFn); + if (isFunction(controllerInstance.$onDestroy)) { + controllerScope.$on('$destroy', function callOnDestroyHook() { + controllerInstance.$onDestroy(); + }); } + }); - // POSTLINKING - for (i = postLinkFns.length - 1; i >= 0; i--) { - linkFn = postLinkFns[i]; - invokeLinkFn(linkFn, linkFn.isolateScope ? isolateScope : scope, $element, attrs, linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), transcludeFn); + // PRELINKING + for (i = 0, ii = preLinkFns.length; i < ii; i++) { + linkFn = preLinkFns[i]; + invokeLinkFn(linkFn, + linkFn.isolateScope ? isolateScope : scope, + $element, + attrs, + linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), + transcludeFn + ); + } + + // RECURSION + // We only pass the isolate scope, if the isolate directive has a template, + // otherwise the child elements do not belong to the isolate directive. + var scopeToChild = scope; + if (newIsolateScopeDirective && (newIsolateScopeDirective.template || newIsolateScopeDirective.templateUrl === null)) { + scopeToChild = isolateScope; + } + if (childLinkFn) { + childLinkFn(scopeToChild, linkNode.childNodes, undefined, boundTranscludeFn); + } + + // POSTLINKING + for (i = postLinkFns.length - 1; i >= 0; i--) { + linkFn = postLinkFns[i]; + invokeLinkFn(linkFn, + linkFn.isolateScope ? isolateScope : scope, + $element, + attrs, + linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), + transcludeFn + ); + } + + // Trigger $postLink lifecycle hooks + forEach(elementControllers, function(controller) { + var controllerInstance = controller.instance; + if (isFunction(controllerInstance.$postLink)) { + controllerInstance.$postLink(); } + }); - // Trigger $postLink lifecycle hooks - forEach(elementControllers, function (controller) { - var controllerInstance = controller.instance; - if (isFunction(controllerInstance.$postLink)) { - controllerInstance.$postLink(); - } - }); - - // This is the function that is injected as `$transclude`. - // Note: all arguments are optional! - function controllersBoundTransclude(scope, cloneAttachFn, futureParentElement, slotName) { - var transcludeControllers; - // No scope passed in: - if (!isScope(scope)) { - slotName = futureParentElement; - futureParentElement = cloneAttachFn; - cloneAttachFn = scope; - scope = undefined; - } + // This is the function that is injected as `$transclude`. + // Note: all arguments are optional! + function controllersBoundTransclude(scope, cloneAttachFn, futureParentElement, slotName) { + var transcludeControllers; + // No scope passed in: + if (!isScope(scope)) { + slotName = futureParentElement; + futureParentElement = cloneAttachFn; + cloneAttachFn = scope; + scope = undefined; + } - if (hasElementTranscludeDirective) { - transcludeControllers = elementControllers; - } - if (!futureParentElement) { - futureParentElement = hasElementTranscludeDirective ? $element.parent() : $element; - } - if (slotName) { - // slotTranscludeFn can be one of three things: - // * a transclude function - a filled slot - // * `null` - an optional slot that was not filled - // * `undefined` - a slot that was not declared (i.e. invalid) - var slotTranscludeFn = boundTranscludeFn.$$slots[slotName]; - if (slotTranscludeFn) { - return slotTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); - } else if (isUndefined(slotTranscludeFn)) { - throw $compileMinErr('noslot', 'No parent directive that requires a transclusion with slot name "{0}". ' + 'Element: {1}', slotName, startingTag($element)); - } - } else { - return boundTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); + if (hasElementTranscludeDirective) { + transcludeControllers = elementControllers; + } + if (!futureParentElement) { + futureParentElement = hasElementTranscludeDirective ? $element.parent() : $element; + } + if (slotName) { + // slotTranscludeFn can be one of three things: + // * a transclude function - a filled slot + // * `null` - an optional slot that was not filled + // * `undefined` - a slot that was not declared (i.e. invalid) + var slotTranscludeFn = boundTranscludeFn.$$slots[slotName]; + if (slotTranscludeFn) { + return slotTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); + } else if (isUndefined(slotTranscludeFn)) { + throw $compileMinErr('noslot', + 'No parent directive that requires a transclusion with slot name "{0}". ' + + 'Element: {1}', + slotName, startingTag($element)); } + } else { + return boundTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); } } } + } - function getControllers(directiveName, require, $element, elementControllers) { - var value; - - if (isString(require)) { - var match = require.match(REQUIRE_PREFIX_REGEXP); - var name = require.substring(match[0].length); - var inheritType = match[1] || match[3]; - var optional = match[2] === '?'; - - //If only parents then start at the parent element - if (inheritType === '^^') { - $element = $element.parent(); - //Otherwise attempt getting the controller from elementControllers in case - //the element is transcluded (and has no data) and to avoid .data if possible - } else { - value = elementControllers && elementControllers[name]; - value = value && value.instance; - } + function getControllers(directiveName, require, $element, elementControllers) { + var value; - if (!value) { - var dataName = '$' + name + 'Controller'; - value = inheritType ? $element.inheritedData(dataName) : $element.data(dataName); - } + if (isString(require)) { + var match = require.match(REQUIRE_PREFIX_REGEXP); + var name = require.substring(match[0].length); + var inheritType = match[1] || match[3]; + var optional = match[2] === '?'; + + //If only parents then start at the parent element + if (inheritType === '^^') { + $element = $element.parent(); + //Otherwise attempt getting the controller from elementControllers in case + //the element is transcluded (and has no data) and to avoid .data if possible + } else { + value = elementControllers && elementControllers[name]; + value = value && value.instance; + } - if (!value && !optional) { - throw $compileMinErr('ctreq', 'Controller \'{0}\', required by directive \'{1}\', can\'t be found!', name, directiveName); - } - } else if (isArray(require)) { - value = []; - for (var i = 0, ii = require.length; i < ii; i++) { - value[i] = getControllers(directiveName, require[i], $element, elementControllers); - } - } else if (isObject(require)) { - value = {}; - forEach(require, function (controller, property) { - value[property] = getControllers(directiveName, controller, $element, elementControllers); - }); + if (!value) { + var dataName = '$' + name + 'Controller'; + value = inheritType ? $element.inheritedData(dataName) : $element.data(dataName); } - return value || null; + if (!value && !optional) { + throw $compileMinErr('ctreq', + 'Controller \'{0}\', required by directive \'{1}\', can\'t be found!', + name, directiveName); + } + } else if (isArray(require)) { + value = []; + for (var i = 0, ii = require.length; i < ii; i++) { + value[i] = getControllers(directiveName, require[i], $element, elementControllers); + } + } else if (isObject(require)) { + value = {}; + forEach(require, function(controller, property) { + value[property] = getControllers(directiveName, controller, $element, elementControllers); + }); } - function setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective) { - var elementControllers = createMap(); - for (var controllerKey in controllerDirectives) { - var directive = controllerDirectives[controllerKey]; - var locals = { - $scope: directive === newIsolateScopeDirective || directive.$$isolateScope ? isolateScope : scope, - $element: $element, - $attrs: attrs, - $transclude: transcludeFn - }; - - var controller = directive.controller; - if (controller === '@') { - controller = attrs[directive.name]; - } + return value || null; + } - var controllerInstance = $controller(controller, locals, true, directive.controllerAs); + function setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective) { + var elementControllers = createMap(); + for (var controllerKey in controllerDirectives) { + var directive = controllerDirectives[controllerKey]; + var locals = { + $scope: directive === newIsolateScopeDirective || directive.$$isolateScope ? isolateScope : scope, + $element: $element, + $attrs: attrs, + $transclude: transcludeFn + }; - // For directives with element transclusion the element is a comment. - // In this case .data will not attach any data. - // Instead, we save the controllers for the element in a local hash and attach to .data - // later, once we have the actual element. - elementControllers[directive.name] = controllerInstance; - $element.data('$' + directive.name + 'Controller', controllerInstance.instance); + var controller = directive.controller; + if (controller === '@') { + controller = attrs[directive.name]; } - return elementControllers; + + var controllerInstance = $controller(controller, locals, true, directive.controllerAs); + + // For directives with element transclusion the element is a comment. + // In this case .data will not attach any data. + // Instead, we save the controllers for the element in a local hash and attach to .data + // later, once we have the actual element. + elementControllers[directive.name] = controllerInstance; + $element.data('$' + directive.name + 'Controller', controllerInstance.instance); } + return elementControllers; + } - // Depending upon the context in which a directive finds itself it might need to have a new isolated - // or child scope created. For instance: - // * if the directive has been pulled into a template because another directive with a higher priority - // asked for element transclusion - // * if the directive itself asks for transclusion but it is at the root of a template and the original - // element was replaced. See https://github.com/angular/angular.js/issues/12936 - function markDirectiveScope(directives, isolateScope, newScope) { - for (var j = 0, jj = directives.length; j < jj; j++) { - directives[j] = inherit(directives[j], { $$isolateScope: isolateScope, $$newScope: newScope }); - } + // Depending upon the context in which a directive finds itself it might need to have a new isolated + // or child scope created. For instance: + // * if the directive has been pulled into a template because another directive with a higher priority + // asked for element transclusion + // * if the directive itself asks for transclusion but it is at the root of a template and the original + // element was replaced. See https://github.com/angular/angular.js/issues/12936 + function markDirectiveScope(directives, isolateScope, newScope) { + for (var j = 0, jj = directives.length; j < jj; j++) { + directives[j] = inherit(directives[j], {$$isolateScope: isolateScope, $$newScope: newScope}); } + } - /** - * looks up the directive and decorates it with exception handling and proper parameters. We - * call this the boundDirective. - * - * @param {string} name name of the directive to look up. - * @param {string} location The directive must be found in specific format. - * String containing any of theses characters: - * - * * `E`: element name - * * `A': attribute - * * `C`: class - * * `M`: comment - * @returns {boolean} true if directive was added. - */ - function addDirective(tDirectives, name, location, maxPriority, ignoreDirective, startAttrName, endAttrName) { - if (name === ignoreDirective) return null; - var match = null; - if (hasDirectives.hasOwnProperty(name)) { - for (var directive, directives = $injector.get(name + Suffix), i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - if ((isUndefined(maxPriority) || maxPriority > directive.priority) && directive.restrict.indexOf(location) !== -1) { - if (startAttrName) { - directive = inherit(directive, { $$start: startAttrName, $$end: endAttrName }); - } - if (!directive.$$bindings) { - var bindings = directive.$$bindings = parseDirectiveBindings(directive, directive.name); - if (isObject(bindings.isolateScope)) { - directive.$$isolateBindings = bindings.isolateScope; - } + /** + * looks up the directive and decorates it with exception handling and proper parameters. We + * call this the boundDirective. + * + * @param {string} name name of the directive to look up. + * @param {string} location The directive must be found in specific format. + * String containing any of theses characters: + * + * * `E`: element name + * * `A': attribute + * * `C`: class + * * `M`: comment + * @returns {boolean} true if directive was added. + */ + function addDirective(tDirectives, name, location, maxPriority, ignoreDirective, startAttrName, + endAttrName) { + if (name === ignoreDirective) return null; + var match = null; + if (hasDirectives.hasOwnProperty(name)) { + for (var directive, directives = $injector.get(name + Suffix), + i = 0, ii = directives.length; i < ii; i++) { + directive = directives[i]; + if ((isUndefined(maxPriority) || maxPriority > directive.priority) && + directive.restrict.indexOf(location) !== -1) { + if (startAttrName) { + directive = inherit(directive, {$$start: startAttrName, $$end: endAttrName}); + } + if (!directive.$$bindings) { + var bindings = directive.$$bindings = + parseDirectiveBindings(directive, directive.name); + if (isObject(bindings.isolateScope)) { + directive.$$isolateBindings = bindings.isolateScope; } - tDirectives.push(directive); - match = directive; } + tDirectives.push(directive); + match = directive; } } - return match; } + return match; + } - /** - * looks up the directive and returns true if it is a multi-element directive, - * and therefore requires DOM nodes between -start and -end markers to be grouped - * together. - * - * @param {string} name name of the directive to look up. - * @returns true if directive was registered as multi-element. - */ - function directiveIsMultiElement(name) { - if (hasDirectives.hasOwnProperty(name)) { - for (var directive, directives = $injector.get(name + Suffix), i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - if (directive.multiElement) { - return true; - } + + /** + * looks up the directive and returns true if it is a multi-element directive, + * and therefore requires DOM nodes between -start and -end markers to be grouped + * together. + * + * @param {string} name name of the directive to look up. + * @returns true if directive was registered as multi-element. + */ + function directiveIsMultiElement(name) { + if (hasDirectives.hasOwnProperty(name)) { + for (var directive, directives = $injector.get(name + Suffix), + i = 0, ii = directives.length; i < ii; i++) { + directive = directives[i]; + if (directive.multiElement) { + return true; } } - return false; } + return false; + } - /** - * When the element is replaced with HTML template then the new attributes - * on the template need to be merged with the existing attributes in the DOM. - * The desired effect is to have both of the attributes present. - * - * @param {object} dst destination attributes (original DOM) - * @param {object} src source attributes (from the directive template) - */ - function mergeTemplateAttributes(dst, src) { - var srcAttr = src.$attr, - dstAttr = dst.$attr; - - // reapply the old attributes to the new element - forEach(dst, function (value, key) { - if (key.charAt(0) !== '$') { - if (src[key] && src[key] !== value) { - if (value.length) { - value += (key === 'style' ? ';' : ' ') + src[key]; - } else { - value = src[key]; - } + /** + * When the element is replaced with HTML template then the new attributes + * on the template need to be merged with the existing attributes in the DOM. + * The desired effect is to have both of the attributes present. + * + * @param {object} dst destination attributes (original DOM) + * @param {object} src source attributes (from the directive template) + */ + function mergeTemplateAttributes(dst, src) { + var srcAttr = src.$attr, + dstAttr = dst.$attr; + + // reapply the old attributes to the new element + forEach(dst, function(value, key) { + if (key.charAt(0) !== '$') { + if (src[key] && src[key] !== value) { + if (value.length) { + value += (key === 'style' ? ';' : ' ') + src[key]; + } else { + value = src[key]; } - dst.$set(key, value, true, srcAttr[key]); } - }); + dst.$set(key, value, true, srcAttr[key]); + } + }); - // copy the new attributes on the old attrs object - forEach(src, function (value, key) { - // Check if we already set this attribute in the loop above. - // `dst` will never contain hasOwnProperty as DOM parser won't let it. - // You will get an "InvalidCharacterError: DOM Exception 5" error if you - // have an attribute like "has-own-property" or "data-has-own-property", etc. - if (!dst.hasOwnProperty(key) && key.charAt(0) !== '$') { - dst[key] = value; - - if (key !== 'class' && key !== 'style') { - dstAttr[key] = srcAttr[key]; - } + // copy the new attributes on the old attrs object + forEach(src, function(value, key) { + // Check if we already set this attribute in the loop above. + // `dst` will never contain hasOwnProperty as DOM parser won't let it. + // You will get an "InvalidCharacterError: DOM Exception 5" error if you + // have an attribute like "has-own-property" or "data-has-own-property", etc. + if (!dst.hasOwnProperty(key) && key.charAt(0) !== '$') { + dst[key] = value; + + if (key !== 'class' && key !== 'style') { + dstAttr[key] = srcAttr[key]; } - }); - } + } + }); + } - function compileTemplateUrl(directives, $compileNode, tAttrs, $rootElement, childTranscludeFn, preLinkFns, postLinkFns, previousCompileContext) { - var linkQueue = [], - afterTemplateNodeLinkFn, - afterTemplateChildLinkFn, - beforeTemplateCompileNode = $compileNode[0], - origAsyncDirective = directives.shift(), - derivedSyncDirective = inherit(origAsyncDirective, { - templateUrl: null, transclude: null, replace: null, $$originalDirective: origAsyncDirective - }), - templateUrl = isFunction(origAsyncDirective.templateUrl) ? origAsyncDirective.templateUrl($compileNode, tAttrs) : origAsyncDirective.templateUrl, - templateNamespace = origAsyncDirective.templateNamespace; - $compileNode.empty(); + function compileTemplateUrl(directives, $compileNode, tAttrs, + $rootElement, childTranscludeFn, preLinkFns, postLinkFns, previousCompileContext) { + var linkQueue = [], + afterTemplateNodeLinkFn, + afterTemplateChildLinkFn, + beforeTemplateCompileNode = $compileNode[0], + origAsyncDirective = directives.shift(), + derivedSyncDirective = inherit(origAsyncDirective, { + templateUrl: null, transclude: null, replace: null, $$originalDirective: origAsyncDirective + }), + templateUrl = (isFunction(origAsyncDirective.templateUrl)) + ? origAsyncDirective.templateUrl($compileNode, tAttrs) + : origAsyncDirective.templateUrl, + templateNamespace = origAsyncDirective.templateNamespace; - $templateRequest(templateUrl).then(function (content) { + $compileNode.empty(); + + $templateRequest(templateUrl) + .then(function(content) { var compileNode, tempTemplateAttrs, $template, childBoundTranscludeFn; content = denormalizeTemplate(content); @@ -43023,10 +44915,12 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol compileNode = $template[0]; if ($template.length !== 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { - throw $compileMinErr('tplrt', 'Template for directive \'{0}\' must have exactly one root element. {1}', origAsyncDirective.name, templateUrl); + throw $compileMinErr('tplrt', + 'Template for directive \'{0}\' must have exactly one root element. {1}', + origAsyncDirective.name, templateUrl); } - tempTemplateAttrs = { $attr: {} }; + tempTemplateAttrs = {$attr: {}}; replaceWith($rootElement, $compileNode, compileNode); var templateDirectives = collectDirectives(compileNode, [], tempTemplateAttrs); @@ -43044,8 +44938,10 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol directives.unshift(derivedSyncDirective); - afterTemplateNodeLinkFn = applyDirectivesToNode(directives, compileNode, tAttrs, childTranscludeFn, $compileNode, origAsyncDirective, preLinkFns, postLinkFns, previousCompileContext); - forEach($rootElement, function (node, i) { + afterTemplateNodeLinkFn = applyDirectivesToNode(directives, compileNode, tAttrs, + childTranscludeFn, $compileNode, origAsyncDirective, preLinkFns, postLinkFns, + previousCompileContext); + forEach($rootElement, function(node, i) { if (node === compileNode) { $rootElement[i] = $compileNode[0]; } @@ -43064,7 +44960,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol if (beforeTemplateLinkNode !== beforeTemplateCompileNode) { var oldClasses = beforeTemplateLinkNode.className; - if (!(previousCompileContext.hasElementTranscludeDirective && origAsyncDirective.replace)) { + if (!(previousCompileContext.hasElementTranscludeDirective && + origAsyncDirective.replace)) { // it was cloned therefore we have to clone as well. linkNode = jqLiteClone(compileNode); } @@ -43078,132 +44975,151 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } else { childBoundTranscludeFn = boundTranscludeFn; } - afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, linkNode, $rootElement, childBoundTranscludeFn); + afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, linkNode, $rootElement, + childBoundTranscludeFn); } linkQueue = null; - }).catch(function (error) { + }).catch(function(error) { if (isError(error)) { $exceptionHandler(error); } }); - return function delayedNodeLinkFn(ignoreChildLinkFn, scope, node, rootElement, boundTranscludeFn) { - var childBoundTranscludeFn = boundTranscludeFn; - if (scope.$$destroyed) return; - if (linkQueue) { - linkQueue.push(scope, node, rootElement, childBoundTranscludeFn); - } else { - if (afterTemplateNodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, afterTemplateNodeLinkFn.transclude, boundTranscludeFn); - } - afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, node, rootElement, childBoundTranscludeFn); + return function delayedNodeLinkFn(ignoreChildLinkFn, scope, node, rootElement, boundTranscludeFn) { + var childBoundTranscludeFn = boundTranscludeFn; + if (scope.$$destroyed) return; + if (linkQueue) { + linkQueue.push(scope, + node, + rootElement, + childBoundTranscludeFn); + } else { + if (afterTemplateNodeLinkFn.transcludeOnThisElement) { + childBoundTranscludeFn = createBoundTranscludeFn(scope, afterTemplateNodeLinkFn.transclude, boundTranscludeFn); } - }; - } + afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, node, rootElement, childBoundTranscludeFn); + } + }; + } - /** - * Sorting function for bound directives. - */ - function byPriority(a, b) { - var diff = b.priority - a.priority; - if (diff !== 0) return diff; - if (a.name !== b.name) return a.name < b.name ? -1 : 1; - return a.index - b.index; - } - function assertNoDuplicate(what, previousDirective, directive, element) { + /** + * Sorting function for bound directives. + */ + function byPriority(a, b) { + var diff = b.priority - a.priority; + if (diff !== 0) return diff; + if (a.name !== b.name) return (a.name < b.name) ? -1 : 1; + return a.index - b.index; + } - function wrapModuleNameIfDefined(moduleName) { - return moduleName ? ' (module: ' + moduleName + ')' : ''; - } + function assertNoDuplicate(what, previousDirective, directive, element) { - if (previousDirective) { - throw $compileMinErr('multidir', 'Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}', previousDirective.name, wrapModuleNameIfDefined(previousDirective.$$moduleName), directive.name, wrapModuleNameIfDefined(directive.$$moduleName), what, startingTag(element)); - } + function wrapModuleNameIfDefined(moduleName) { + return moduleName ? + (' (module: ' + moduleName + ')') : + ''; } - function addTextInterpolateDirective(directives, text) { - var interpolateFn = $interpolate(text, true); - if (interpolateFn) { - directives.push({ - priority: 0, - compile: function textInterpolateCompileFn(templateNode) { - var templateNodeParent = templateNode.parent(), - hasCompileParent = !!templateNodeParent.length; + if (previousDirective) { + throw $compileMinErr('multidir', 'Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}', + previousDirective.name, wrapModuleNameIfDefined(previousDirective.$$moduleName), + directive.name, wrapModuleNameIfDefined(directive.$$moduleName), what, startingTag(element)); + } + } - // When transcluding a template that has bindings in the root - // we don't have a parent and thus need to add the class during linking fn. - if (hasCompileParent) compile.$$addBindingClass(templateNodeParent); - return function textInterpolateLinkFn(scope, node) { - var parent = node.parent(); - if (!hasCompileParent) compile.$$addBindingClass(parent); - compile.$$addBindingInfo(parent, interpolateFn.expressions); - scope.$watch(interpolateFn, function interpolateFnWatchAction(value) { - node[0].nodeValue = value; - }); - }; - } - }); - } + function addTextInterpolateDirective(directives, text) { + var interpolateFn = $interpolate(text, true); + if (interpolateFn) { + directives.push({ + priority: 0, + compile: function textInterpolateCompileFn(templateNode) { + var templateNodeParent = templateNode.parent(), + hasCompileParent = !!templateNodeParent.length; + + // When transcluding a template that has bindings in the root + // we don't have a parent and thus need to add the class during linking fn. + if (hasCompileParent) compile.$$addBindingClass(templateNodeParent); + + return function textInterpolateLinkFn(scope, node) { + var parent = node.parent(); + if (!hasCompileParent) compile.$$addBindingClass(parent); + compile.$$addBindingInfo(parent, interpolateFn.expressions); + scope.$watch(interpolateFn, function interpolateFnWatchAction(value) { + node[0].nodeValue = value; + }); + }; + } + }); } + } - function wrapTemplate(type, template) { - type = lowercase(type || 'html'); - switch (type) { - case 'svg': - case 'math': - var wrapper = window.document.createElement('div'); - wrapper.innerHTML = '<' + type + '>' + template + ''; - return wrapper.childNodes[0].childNodes; - default: - return template; - } + + function wrapTemplate(type, template) { + type = lowercase(type || 'html'); + switch (type) { + case 'svg': + case 'math': + var wrapper = window.document.createElement('div'); + wrapper.innerHTML = '<' + type + '>' + template + ''; + return wrapper.childNodes[0].childNodes; + default: + return template; } + } - function getTrustedContext(node, attrNormalizedName) { - if (attrNormalizedName === 'srcdoc') { - return $sce.HTML; - } - var tag = nodeName_(node); - // All tags with src attributes require a RESOURCE_URL value, except for - // img and various html5 media tags. - if (attrNormalizedName === 'src' || attrNormalizedName === 'ngSrc') { - if (['img', 'video', 'audio', 'source', 'track'].indexOf(tag) === -1) { - return $sce.RESOURCE_URL; - } - // maction[xlink:href] can source SVG. It's not limited to . - } else if (attrNormalizedName === 'xlinkHref' || tag === 'form' && attrNormalizedName === 'action' || - // links can be stylesheets or imports, which can run script in the current origin - tag === 'link' && attrNormalizedName === 'href') { + + function getTrustedContext(node, attrNormalizedName) { + if (attrNormalizedName === 'srcdoc') { + return $sce.HTML; + } + var tag = nodeName_(node); + // All tags with src attributes require a RESOURCE_URL value, except for + // img and various html5 media tags. + if (attrNormalizedName === 'src' || attrNormalizedName === 'ngSrc') { + if (['img', 'video', 'audio', 'source', 'track'].indexOf(tag) === -1) { return $sce.RESOURCE_URL; } + // maction[xlink:href] can source SVG. It's not limited to . + } else if (attrNormalizedName === 'xlinkHref' || + (tag === 'form' && attrNormalizedName === 'action') || + // links can be stylesheets or imports, which can run script in the current origin + (tag === 'link' && attrNormalizedName === 'href') + ) { + return $sce.RESOURCE_URL; } + } - function addAttrInterpolateDirective(node, directives, value, name, isNgAttr) { - var trustedContext = getTrustedContext(node, name); - var mustHaveExpression = !isNgAttr; - var allOrNothing = ALL_OR_NOTHING_ATTRS[name] || isNgAttr; - var interpolateFn = $interpolate(value, mustHaveExpression, trustedContext, allOrNothing); + function addAttrInterpolateDirective(node, directives, value, name, isNgAttr) { + var trustedContext = getTrustedContext(node, name); + var mustHaveExpression = !isNgAttr; + var allOrNothing = ALL_OR_NOTHING_ATTRS[name] || isNgAttr; - // no interpolation found -> ignore - if (!interpolateFn) return; + var interpolateFn = $interpolate(value, mustHaveExpression, trustedContext, allOrNothing); - if (name === 'multiple' && nodeName_(node) === 'select') { - throw $compileMinErr('selmulti', 'Binding to the \'multiple\' attribute is not supported. Element: {0}', startingTag(node)); - } + // no interpolation found -> ignore + if (!interpolateFn) return; - if (EVENT_HANDLER_ATTR_REGEXP.test(name)) { - throw $compileMinErr('nodomevents', 'Interpolations for HTML DOM event attributes are disallowed. Please use the ' + 'ng- versions (such as ng-click instead of onclick) instead.'); - } + if (name === 'multiple' && nodeName_(node) === 'select') { + throw $compileMinErr('selmulti', + 'Binding to the \'multiple\' attribute is not supported. Element: {0}', + startingTag(node)); + } - directives.push({ - priority: 100, - compile: function compile() { + if (EVENT_HANDLER_ATTR_REGEXP.test(name)) { + throw $compileMinErr('nodomevents', + 'Interpolations for HTML DOM event attributes are disallowed. Please use the ' + + 'ng- versions (such as ng-click instead of onclick) instead.'); + } + + directives.push({ + priority: 100, + compile: function() { return { pre: function attrInterpolatePreLinkFn(scope, element, attr) { - var $$observers = attr.$$observers || (attr.$$observers = createMap()); + var $$observers = (attr.$$observers || (attr.$$observers = createMap())); // If the attribute has changed since last $interpolate()ed var newValue = attr[name]; @@ -43225,9633 +45141,9836 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol attr[name] = interpolateFn(scope); ($$observers[name] || ($$observers[name] = [])).$$inter = true; - (attr.$$observers && attr.$$observers[name].$$scope || scope).$watch(interpolateFn, function interpolateFnWatchAction(newValue, oldValue) { - //special case for class attribute addition + removal - //so that class changes can tap into the animation - //hooks provided by the $animate service. Be sure to - //skip animations when the first digest occurs (when - //both the new and the old values are the same) since - //the CSS classes are the non-interpolated values - if (name === 'class' && newValue !== oldValue) { - attr.$updateClass(newValue, oldValue); - } else { - attr.$set(name, newValue); - } - }); + (attr.$$observers && attr.$$observers[name].$$scope || scope). + $watch(interpolateFn, function interpolateFnWatchAction(newValue, oldValue) { + //special case for class attribute addition + removal + //so that class changes can tap into the animation + //hooks provided by the $animate service. Be sure to + //skip animations when the first digest occurs (when + //both the new and the old values are the same) since + //the CSS classes are the non-interpolated values + if (name === 'class' && newValue !== oldValue) { + attr.$updateClass(newValue, oldValue); + } else { + attr.$set(name, newValue); + } + }); } }; } - }); - } + }); + } - /** - * This is a special jqLite.replaceWith, which can replace items which - * have no parents, provided that the containing jqLite collection is provided. - * - * @param {JqLite=} $rootElement The root of the compile tree. Used so that we can replace nodes - * in the root of the tree. - * @param {JqLite} elementsToRemove The jqLite element which we are going to replace. We keep - * the shell, but replace its DOM node reference. - * @param {Node} newNode The new DOM node. - */ - function replaceWith($rootElement, elementsToRemove, newNode) { - var firstElementToRemove = elementsToRemove[0], - removeCount = elementsToRemove.length, - parent = firstElementToRemove.parentNode, - i, - ii; - - if ($rootElement) { - for (i = 0, ii = $rootElement.length; i < ii; i++) { - if ($rootElement[i] === firstElementToRemove) { - $rootElement[i++] = newNode; - for (var j = i, j2 = j + removeCount - 1, jj = $rootElement.length; j < jj; j++, j2++) { - if (j2 < jj) { - $rootElement[j] = $rootElement[j2]; - } else { - delete $rootElement[j]; - } - } - $rootElement.length -= removeCount - 1; - // If the replaced element is also the jQuery .context then replace it - // .context is a deprecated jQuery api, so we should set it only when jQuery set it - // http://api.jquery.com/context/ - if ($rootElement.context === firstElementToRemove) { - $rootElement.context = newNode; + /** + * This is a special jqLite.replaceWith, which can replace items which + * have no parents, provided that the containing jqLite collection is provided. + * + * @param {JqLite=} $rootElement The root of the compile tree. Used so that we can replace nodes + * in the root of the tree. + * @param {JqLite} elementsToRemove The jqLite element which we are going to replace. We keep + * the shell, but replace its DOM node reference. + * @param {Node} newNode The new DOM node. + */ + function replaceWith($rootElement, elementsToRemove, newNode) { + var firstElementToRemove = elementsToRemove[0], + removeCount = elementsToRemove.length, + parent = firstElementToRemove.parentNode, + i, ii; + + if ($rootElement) { + for (i = 0, ii = $rootElement.length; i < ii; i++) { + if ($rootElement[i] === firstElementToRemove) { + $rootElement[i++] = newNode; + for (var j = i, j2 = j + removeCount - 1, + jj = $rootElement.length; + j < jj; j++, j2++) { + if (j2 < jj) { + $rootElement[j] = $rootElement[j2]; + } else { + delete $rootElement[j]; } - break; } - } - } - - if (parent) { - parent.replaceChild(newNode, firstElementToRemove); - } - - // Append all the `elementsToRemove` to a fragment. This will... - // - remove them from the DOM - // - allow them to still be traversed with .nextSibling - // - allow a single fragment.qSA to fetch all elements being removed - var fragment = window.document.createDocumentFragment(); - for (i = 0; i < removeCount; i++) { - fragment.appendChild(elementsToRemove[i]); - } + $rootElement.length -= removeCount - 1; - if (jqLite.hasData(firstElementToRemove)) { - // Copy over user data (that includes Angular's $scope etc.). Don't copy private - // data here because there's no public interface in jQuery to do that and copying over - // event listeners (which is the main use of private data) wouldn't work anyway. - jqLite.data(newNode, jqLite.data(firstElementToRemove)); - - // Remove $destroy event listeners from `firstElementToRemove` - jqLite(firstElementToRemove).off('$destroy'); - } - - // Cleanup any data/listeners on the elements and children. - // This includes invoking the $destroy event on any elements with listeners. - jqLite.cleanData(fragment.querySelectorAll('*')); - - // Update the jqLite collection to only contain the `newNode` - for (i = 1; i < removeCount; i++) { - delete elementsToRemove[i]; + // If the replaced element is also the jQuery .context then replace it + // .context is a deprecated jQuery api, so we should set it only when jQuery set it + // http://api.jquery.com/context/ + if ($rootElement.context === firstElementToRemove) { + $rootElement.context = newNode; + } + break; + } } - elementsToRemove[0] = newNode; - elementsToRemove.length = 1; } - function cloneAndAnnotateFn(fn, annotation) { - return extend(function () { - return fn.apply(null, arguments); - }, fn, annotation); + if (parent) { + parent.replaceChild(newNode, firstElementToRemove); } - function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) { - try { - linkFn(scope, $element, attrs, controllers, transcludeFn); - } catch (e) { - $exceptionHandler(e, startingTag($element)); - } + // Append all the `elementsToRemove` to a fragment. This will... + // - remove them from the DOM + // - allow them to still be traversed with .nextSibling + // - allow a single fragment.qSA to fetch all elements being removed + var fragment = window.document.createDocumentFragment(); + for (i = 0; i < removeCount; i++) { + fragment.appendChild(elementsToRemove[i]); } - function strictBindingsCheck(attrName, directiveName) { - if (strictComponentBindingsEnabled) { - throw $compileMinErr('missingattr', 'Attribute \'{0}\' of \'{1}\' is non-optional and must be set!', attrName, directiveName); - } + if (jqLite.hasData(firstElementToRemove)) { + // Copy over user data (that includes Angular's $scope etc.). Don't copy private + // data here because there's no public interface in jQuery to do that and copying over + // event listeners (which is the main use of private data) wouldn't work anyway. + jqLite.data(newNode, jqLite.data(firstElementToRemove)); + + // Remove $destroy event listeners from `firstElementToRemove` + jqLite(firstElementToRemove).off('$destroy'); } - // Set up $watches for isolate scope and controller bindings. - function initializeDirectiveBindings(scope, attrs, destination, bindings, directive) { - var removeWatchCollection = []; - var initialChanges = {}; - var changes; + // Cleanup any data/listeners on the elements and children. + // This includes invoking the $destroy event on any elements with listeners. + jqLite.cleanData(fragment.querySelectorAll('*')); - forEach(bindings, function initializeBinding(definition, scopeName) { - var attrName = definition.attrName, - optional = definition.optional, - mode = definition.mode, - // @, =, <, or & - lastValue, - parentGet, - parentSet, - compare, - removeWatch; + // Update the jqLite collection to only contain the `newNode` + for (i = 1; i < removeCount; i++) { + delete elementsToRemove[i]; + } + elementsToRemove[0] = newNode; + elementsToRemove.length = 1; + } - switch (mode) { - case '@': - if (!optional && !hasOwnProperty.call(attrs, attrName)) { - strictBindingsCheck(attrName, directive.name); - destination[scopeName] = attrs[attrName] = undefined; - } - removeWatch = attrs.$observe(attrName, function (value) { - if (isString(value) || isBoolean(value)) { - var oldValue = destination[scopeName]; - recordChanges(scopeName, value, oldValue); - destination[scopeName] = value; - } - }); - attrs.$$observers[attrName].$$scope = scope; - lastValue = attrs[attrName]; - if (isString(lastValue)) { - // If the attribute has been provided then we trigger an interpolation to ensure - // the value is there for use in the link fn - destination[scopeName] = $interpolate(lastValue)(scope); - } else if (isBoolean(lastValue)) { - // If the attributes is one of the BOOLEAN_ATTR then Angular will have converted - // the value to boolean rather than a string, so we special case this situation - destination[scopeName] = lastValue; - } - initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); - removeWatchCollection.push(removeWatch); - break; + function cloneAndAnnotateFn(fn, annotation) { + return extend(function() { return fn.apply(null, arguments); }, fn, annotation); + } - case '=': - if (!hasOwnProperty.call(attrs, attrName)) { - if (optional) break; - strictBindingsCheck(attrName, directive.name); - attrs[attrName] = undefined; - } - if (optional && !attrs[attrName]) break; - parentGet = $parse(attrs[attrName]); - if (parentGet.literal) { - compare = equals; - } else { - compare = simpleCompare; - } - parentSet = parentGet.assign || function () { - // reset the change, or we will throw this exception on every $digest - lastValue = destination[scopeName] = parentGet(scope); - throw $compileMinErr('nonassign', 'Expression \'{0}\' in attribute \'{1}\' used with directive \'{2}\' is non-assignable!', attrs[attrName], attrName, directive.name); - }; - lastValue = destination[scopeName] = parentGet(scope); - var parentValueWatch = function parentValueWatch(parentValue) { - if (!compare(parentValue, destination[scopeName])) { - // we are out of sync and need to copy - if (!compare(parentValue, lastValue)) { - // parent changed and it has precedence - destination[scopeName] = parentValue; - } else { - // if the parent can be assigned then do so - parentSet(scope, parentValue = destination[scopeName]); - } - } - lastValue = parentValue; - return lastValue; - }; - parentValueWatch.$stateful = true; - if (definition.collection) { - removeWatch = scope.$watchCollection(attrs[attrName], parentValueWatch); - } else { - removeWatch = scope.$watch($parse(attrs[attrName], parentValueWatch), null, parentGet.literal); - } - removeWatchCollection.push(removeWatch); - break; + function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) { + try { + linkFn(scope, $element, attrs, controllers, transcludeFn); + } catch (e) { + $exceptionHandler(e, startingTag($element)); + } + } - case '<': - if (!hasOwnProperty.call(attrs, attrName)) { - if (optional) break; - strictBindingsCheck(attrName, directive.name); - attrs[attrName] = undefined; - } - if (optional && !attrs[attrName]) break; + function strictBindingsCheck(attrName, directiveName) { + if (strictComponentBindingsEnabled) { + throw $compileMinErr('missingattr', + 'Attribute \'{0}\' of \'{1}\' is non-optional and must be set!', + attrName, directiveName); + } + } - parentGet = $parse(attrs[attrName]); - var deepWatch = parentGet.literal; + // Set up $watches for isolate scope and controller bindings. + function initializeDirectiveBindings(scope, attrs, destination, bindings, directive) { + var removeWatchCollection = []; + var initialChanges = {}; + var changes; - var initialValue = destination[scopeName] = parentGet(scope); - initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); + forEach(bindings, function initializeBinding(definition, scopeName) { + var attrName = definition.attrName, + optional = definition.optional, + mode = definition.mode, // @, =, <, or & + lastValue, + parentGet, parentSet, compare, removeWatch; - removeWatch = scope.$watch(parentGet, function parentValueWatchAction(newValue, oldValue) { - if (oldValue === newValue) { - if (oldValue === initialValue || deepWatch && equals(oldValue, initialValue)) { - return; - } - oldValue = initialValue; - } - recordChanges(scopeName, newValue, oldValue); - destination[scopeName] = newValue; - }, deepWatch); + switch (mode) { - removeWatchCollection.push(removeWatch); - break; + case '@': + if (!optional && !hasOwnProperty.call(attrs, attrName)) { + strictBindingsCheck(attrName, directive.name); + destination[scopeName] = attrs[attrName] = undefined; - case '&': - if (!optional && !hasOwnProperty.call(attrs, attrName)) { - strictBindingsCheck(attrName, directive.name); + } + removeWatch = attrs.$observe(attrName, function(value) { + if (isString(value) || isBoolean(value)) { + var oldValue = destination[scopeName]; + recordChanges(scopeName, value, oldValue); + destination[scopeName] = value; } - // Don't assign Object.prototype method to scope - parentGet = attrs.hasOwnProperty(attrName) ? $parse(attrs[attrName]) : noop; - - // Don't assign noop to destination if expression is not valid - if (parentGet === noop && optional) break; - - destination[scopeName] = function (locals) { - return parentGet(scope, locals); - }; - break; - } - }); + }); + attrs.$$observers[attrName].$$scope = scope; + lastValue = attrs[attrName]; + if (isString(lastValue)) { + // If the attribute has been provided then we trigger an interpolation to ensure + // the value is there for use in the link fn + destination[scopeName] = $interpolate(lastValue)(scope); + } else if (isBoolean(lastValue)) { + // If the attributes is one of the BOOLEAN_ATTR then Angular will have converted + // the value to boolean rather than a string, so we special case this situation + destination[scopeName] = lastValue; + } + initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); + removeWatchCollection.push(removeWatch); + break; - function recordChanges(key, currentValue, previousValue) { - if (isFunction(destination.$onChanges) && !simpleCompare(currentValue, previousValue)) { - // If we have not already scheduled the top level onChangesQueue handler then do so now - if (!onChangesQueue) { - scope.$$postDigest(flushOnChangesQueue); - onChangesQueue = []; + case '=': + if (!hasOwnProperty.call(attrs, attrName)) { + if (optional) break; + strictBindingsCheck(attrName, directive.name); + attrs[attrName] = undefined; } - // If we have not already queued a trigger of onChanges for this controller then do so now - if (!changes) { - changes = {}; - onChangesQueue.push(triggerOnChangesHook); + if (optional && !attrs[attrName]) break; + + parentGet = $parse(attrs[attrName]); + if (parentGet.literal) { + compare = equals; + } else { + compare = simpleCompare; } - // If the has been a change on this property already then we need to reuse the previous value - if (changes[key]) { - previousValue = changes[key].previousValue; + parentSet = parentGet.assign || function() { + // reset the change, or we will throw this exception on every $digest + lastValue = destination[scopeName] = parentGet(scope); + throw $compileMinErr('nonassign', + 'Expression \'{0}\' in attribute \'{1}\' used with directive \'{2}\' is non-assignable!', + attrs[attrName], attrName, directive.name); + }; + lastValue = destination[scopeName] = parentGet(scope); + var parentValueWatch = function parentValueWatch(parentValue) { + if (!compare(parentValue, destination[scopeName])) { + // we are out of sync and need to copy + if (!compare(parentValue, lastValue)) { + // parent changed and it has precedence + destination[scopeName] = parentValue; + } else { + // if the parent can be assigned then do so + parentSet(scope, parentValue = destination[scopeName]); + } + } + lastValue = parentValue; + return lastValue; + }; + parentValueWatch.$stateful = true; + if (definition.collection) { + removeWatch = scope.$watchCollection(attrs[attrName], parentValueWatch); + } else { + removeWatch = scope.$watch($parse(attrs[attrName], parentValueWatch), null, parentGet.literal); } - // Store this change - changes[key] = new SimpleChange(previousValue, currentValue); - } - } - - function triggerOnChangesHook() { - destination.$onChanges(changes); - // Now clear the changes so that we schedule onChanges when more changes arrive - changes = undefined; - } + removeWatchCollection.push(removeWatch); + break; - return { - initialChanges: initialChanges, - removeWatches: removeWatchCollection.length && function removeWatches() { - for (var i = 0, ii = removeWatchCollection.length; i < ii; ++i) { - removeWatchCollection[i](); + case '<': + if (!hasOwnProperty.call(attrs, attrName)) { + if (optional) break; + strictBindingsCheck(attrName, directive.name); + attrs[attrName] = undefined; } - } - }; - } - }]; - } - - function SimpleChange(previous, current) { - this.previousValue = previous; - this.currentValue = current; - } - SimpleChange.prototype.isFirstChange = function () { - return this.previousValue === _UNINITIALIZED_VALUE; - }; - - var PREFIX_REGEXP = /^((?:x|data)[:\-_])/i; - var SPECIAL_CHARS_REGEXP = /[:\-_]+(.)/g; - - /** - * Converts all accepted directives format into proper directive name. - * @param name Name to normalize - */ - function directiveNormalize(name) { - return name.replace(PREFIX_REGEXP, '').replace(SPECIAL_CHARS_REGEXP, function (_, letter, offset) { - return offset ? letter.toUpperCase() : letter; - }); - } - - /** - * @ngdoc type - * @name $compile.directive.Attributes - * - * @description - * A shared object between directive compile / linking functions which contains normalized DOM - * element attributes. The values reflect current binding state `{{ }}`. The normalization is - * needed since all of these are treated as equivalent in Angular: - * - * ``` - * - * ``` - */ - - /** - * @ngdoc property - * @name $compile.directive.Attributes#$attr - * - * @description - * A map of DOM element attribute names to the normalized name. This is - * needed to do reverse lookup from normalized name back to actual name. - */ - - /** - * @ngdoc method - * @name $compile.directive.Attributes#$set - * @kind function - * - * @description - * Set DOM element attribute value. - * - * - * @param {string} name Normalized element attribute name of the property to modify. The name is - * reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr} - * property to the original name. - * @param {string} value Value to set the attribute to. The value can be an interpolated string. - */ - - /** - * Closure compiler type information - */ - - function nodesetLinkingFn( - /* angular.Scope */scope, - /* NodeList */nodeList, - /* Element */rootElement, - /* function(Function) */boundTranscludeFn) {} - - function directiveLinkingFn( - /* nodesetLinkingFn */nodesetLinkingFn, - /* angular.Scope */scope, - /* Node */node, - /* Element */rootElement, - /* function(Function) */boundTranscludeFn) {} - - function tokenDifference(str1, str2) { - var values = '', - tokens1 = str1.split(/\s+/), - tokens2 = str2.split(/\s+/); - - outer: for (var i = 0; i < tokens1.length; i++) { - var token = tokens1[i]; - for (var j = 0; j < tokens2.length; j++) { - if (token === tokens2[j]) continue outer; - } - values += (values.length > 0 ? ' ' : '') + token; - } - return values; - } - - function removeComments(jqNodes) { - jqNodes = jqLite(jqNodes); - var i = jqNodes.length; - - if (i <= 1) { - return jqNodes; - } + if (optional && !attrs[attrName]) break; - while (i--) { - var node = jqNodes[i]; - if (node.nodeType === NODE_TYPE_COMMENT || node.nodeType === NODE_TYPE_TEXT && node.nodeValue.trim() === '') { - splice.call(jqNodes, i, 1); - } - } - return jqNodes; - } - - var $controllerMinErr = minErr('$controller'); + parentGet = $parse(attrs[attrName]); + var deepWatch = parentGet.literal; - var CNTRL_REG = /^(\S+)(\s+as\s+([\w$]+))?$/; - function identifierForController(controller, ident) { - if (ident && isString(ident)) return ident; - if (isString(controller)) { - var match = CNTRL_REG.exec(controller); - if (match) return match[3]; - } - } + var initialValue = destination[scopeName] = parentGet(scope); + initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); - /** - * @ngdoc provider - * @name $controllerProvider - * @this - * - * @description - * The {@link ng.$controller $controller service} is used by Angular to create new - * controllers. - * - * This provider allows controller registration via the - * {@link ng.$controllerProvider#register register} method. - */ - function $ControllerProvider() { - var controllers = {}, - globals = false; + removeWatch = scope.$watch(parentGet, function parentValueWatchAction(newValue, oldValue) { + if (oldValue === newValue) { + if (oldValue === initialValue || (deepWatch && equals(oldValue, initialValue))) { + return; + } + oldValue = initialValue; + } + recordChanges(scopeName, newValue, oldValue); + destination[scopeName] = newValue; + }, deepWatch); - /** - * @ngdoc method - * @name $controllerProvider#has - * @param {string} name Controller name to check. - */ - this.has = function (name) { - return controllers.hasOwnProperty(name); - }; + removeWatchCollection.push(removeWatch); + break; - /** - * @ngdoc method - * @name $controllerProvider#register - * @param {string|Object} name Controller name, or an object map of controllers where the keys are - * the names and the values are the constructors. - * @param {Function|Array} constructor Controller constructor fn (optionally decorated with DI - * annotations in the array notation). - */ - this.register = function (name, constructor) { - assertNotHasOwnProperty(name, 'controller'); - if (isObject(name)) { - extend(controllers, name); - } else { - controllers[name] = constructor; - } - }; + case '&': + if (!optional && !hasOwnProperty.call(attrs, attrName)) { + strictBindingsCheck(attrName, directive.name); + } + // Don't assign Object.prototype method to scope + parentGet = attrs.hasOwnProperty(attrName) ? $parse(attrs[attrName]) : noop; - /** - * @ngdoc method - * @name $controllerProvider#allowGlobals - * @description If called, allows `$controller` to find controller constructors on `window` - * - * @deprecated - * sinceVersion="v1.3.0" - * removeVersion="v1.7.0" - * This method of finding controllers has been deprecated. - */ - this.allowGlobals = function () { - globals = true; - }; + // Don't assign noop to destination if expression is not valid + if (parentGet === noop && optional) break; - this.$get = ['$injector', '$window', function ($injector, $window) { + destination[scopeName] = function(locals) { + return parentGet(scope, locals); + }; + break; + } + }); - /** - * @ngdoc service - * @name $controller - * @requires $injector - * - * @param {Function|string} constructor If called with a function then it's considered to be the - * controller constructor function. Otherwise it's considered to be a string which is used - * to retrieve the controller constructor using the following steps: - * - * * check if a controller with given name is registered via `$controllerProvider` - * * check if evaluating the string on the current scope returns a constructor - * * if $controllerProvider#allowGlobals, check `window[constructor]` on the global - * `window` object (deprecated, not recommended) - * - * The string can use the `controller as property` syntax, where the controller instance is published - * as the specified property on the `scope`; the `scope` must be injected into `locals` param for this - * to work correctly. - * - * @param {Object} locals Injection locals for Controller. - * @return {Object} Instance of given controller. - * - * @description - * `$controller` service is responsible for instantiating controllers. - * - * It's just a simple call to {@link auto.$injector $injector}, but extracted into - * a service, so that one can override this service with [BC version](https://gist.github.com/1649788). - */ - return function $controller(expression, locals, later, ident) { - // PRIVATE API: - // param `later` --- indicates that the controller's constructor is invoked at a later time. - // If true, $controller will allocate the object with the correct - // prototype chain, but will not invoke the controller until a returned - // callback is invoked. - // param `ident` --- An optional label which overrides the label parsed from the controller - // expression, if any. - var instance, match, constructor, identifier; - later = later === true; - if (ident && isString(ident)) { - identifier = ident; - } - - if (isString(expression)) { - match = expression.match(CNTRL_REG); - if (!match) { - throw $controllerMinErr('ctrlfmt', 'Badly formed controller string \'{0}\'. ' + 'Must match `__name__ as __id__` or `__name__`.', expression); + function recordChanges(key, currentValue, previousValue) { + if (isFunction(destination.$onChanges) && !simpleCompare(currentValue, previousValue)) { + // If we have not already scheduled the top level onChangesQueue handler then do so now + if (!onChangesQueue) { + scope.$$postDigest(flushOnChangesQueue); + onChangesQueue = []; } - constructor = match[1]; - identifier = identifier || match[3]; - expression = controllers.hasOwnProperty(constructor) ? controllers[constructor] : getter(locals.$scope, constructor, true) || (globals ? getter($window, constructor, true) : undefined); - - if (!expression) { - throw $controllerMinErr('ctrlreg', 'The controller with the name \'{0}\' is not registered.', constructor); + // If we have not already queued a trigger of onChanges for this controller then do so now + if (!changes) { + changes = {}; + onChangesQueue.push(triggerOnChangesHook); } - - assertArgFn(expression, constructor, true); - } - - if (later) { - // Instantiate controller later: - // This machinery is used to create an instance of the object before calling the - // controller's constructor itself. - // - // This allows properties to be added to the controller before the constructor is - // invoked. Primarily, this is used for isolate scope bindings in $compile. - // - // This feature is not intended for use by applications, and is thus not documented - // publicly. - // Object creation: http://jsperf.com/create-constructor/2 - var controllerPrototype = (isArray(expression) ? expression[expression.length - 1] : expression).prototype; - instance = Object.create(controllerPrototype || null); - - if (identifier) { - addIdentifier(locals, identifier, instance, constructor || expression.name); + // If the has been a change on this property already then we need to reuse the previous value + if (changes[key]) { + previousValue = changes[key].previousValue; } - - return extend(function $controllerInit() { - var result = $injector.invoke(expression, instance, locals, constructor); - if (result !== instance && (isObject(result) || isFunction(result))) { - instance = result; - if (identifier) { - // If result changed, re-assign controllerAs value to scope. - addIdentifier(locals, identifier, instance, constructor || expression.name); - } - } - return instance; - }, { - instance: instance, - identifier: identifier - }); + // Store this change + changes[key] = new SimpleChange(previousValue, currentValue); } + } - instance = $injector.instantiate(expression, locals, constructor); + function triggerOnChangesHook() { + destination.$onChanges(changes); + // Now clear the changes so that we schedule onChanges when more changes arrive + changes = undefined; + } - if (identifier) { - addIdentifier(locals, identifier, instance, constructor || expression.name); + return { + initialChanges: initialChanges, + removeWatches: removeWatchCollection.length && function removeWatches() { + for (var i = 0, ii = removeWatchCollection.length; i < ii; ++i) { + removeWatchCollection[i](); + } } - - return instance; }; + } + }]; +} - function addIdentifier(locals, identifier, instance, name) { - if (!(locals && isObject(locals.$scope))) { - throw minErr('$controller')('noscp', 'Cannot export controller \'{0}\' as \'{1}\'! No $scope object provided via `locals`.', name, identifier); - } - - locals.$scope[identifier] = instance; - } - }]; - } - - /** - * @ngdoc service - * @name $document - * @requires $window - * @this - * - * @description - * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object. - * - * @example - - -
    -

    $document title:

    -

    window.document title:

    -
    -
    - - angular.module('documentExample', []) - .controller('ExampleController', ['$scope', '$document', function($scope, $document) { - $scope.title = $document[0].title; - $scope.windowTitle = angular.element(window.document)[0].title; - }]); - -
    - */ - function $DocumentProvider() { - this.$get = ['$window', function (window) { - return jqLite(window.document); - }]; - } - - /** - * @private - * @this - * Listens for document visibility change and makes the current status accessible. - */ - function $$IsDocumentHiddenProvider() { - this.$get = ['$document', '$rootScope', function ($document, $rootScope) { - var doc = $document[0]; - var hidden = doc && doc.hidden; - - $document.on('visibilitychange', changeListener); +function SimpleChange(previous, current) { + this.previousValue = previous; + this.currentValue = current; +} +SimpleChange.prototype.isFirstChange = function() { return this.previousValue === _UNINITIALIZED_VALUE; }; - $rootScope.$on('$destroy', function () { - $document.off('visibilitychange', changeListener); - }); - function changeListener() { - hidden = doc.hidden; - } +var PREFIX_REGEXP = /^((?:x|data)[:\-_])/i; +var SPECIAL_CHARS_REGEXP = /[:\-_]+(.)/g; - return function () { - return hidden; - }; - }]; - } +/** + * Converts all accepted directives format into proper directive name. + * @param name Name to normalize + */ +function directiveNormalize(name) { + return name + .replace(PREFIX_REGEXP, '') + .replace(SPECIAL_CHARS_REGEXP, function(_, letter, offset) { + return offset ? letter.toUpperCase() : letter; + }); +} - /** - * @ngdoc service - * @name $exceptionHandler - * @requires ng.$log - * @this - * - * @description - * Any uncaught exception in angular expressions is delegated to this service. - * The default implementation simply delegates to `$log.error` which logs it into - * the browser console. - * - * In unit tests, if `angular-mocks.js` is loaded, this service is overridden by - * {@link ngMock.$exceptionHandler mock $exceptionHandler} which aids in testing. - * - * ## Example: - * - * The example below will overwrite the default `$exceptionHandler` in order to (a) log uncaught - * errors to the backend for later inspection by the developers and (b) to use `$log.warn()` instead - * of `$log.error()`. - * - * ```js - * angular. - * module('exceptionOverwrite', []). - * factory('$exceptionHandler', ['$log', 'logErrorsToBackend', function($log, logErrorsToBackend) { - * return function myExceptionHandler(exception, cause) { - * logErrorsToBackend(exception, cause); - * $log.warn(exception, cause); - * }; - * }]); - * ``` - * - *
    - * Note, that code executed in event-listeners (even those registered using jqLite's `on`/`bind` - * methods) does not delegate exceptions to the {@link ng.$exceptionHandler $exceptionHandler} - * (unless executed during a digest). - * - * If you wish, you can manually delegate exceptions, e.g. - * `try { ... } catch(e) { $exceptionHandler(e); }` - * - * @param {Error} exception Exception associated with the error. - * @param {string=} cause Optional information about the context in which - * the error was thrown. - * - */ - function $ExceptionHandlerProvider() { - this.$get = ['$log', function ($log) { - return function (exception, cause) { - $log.error.apply($log, arguments); - }; - }]; - } +/** + * @ngdoc type + * @name $compile.directive.Attributes + * + * @description + * A shared object between directive compile / linking functions which contains normalized DOM + * element attributes. The values reflect current binding state `{{ }}`. The normalization is + * needed since all of these are treated as equivalent in Angular: + * + * ``` + * + * ``` + */ - var $$ForceReflowProvider = /** @this */function $$ForceReflowProvider() { - this.$get = ['$document', function ($document) { - return function (domNode) { - //the line below will force the browser to perform a repaint so - //that all the animated elements within the animation frame will - //be properly updated and drawn on screen. This is required to - //ensure that the preparation animation is properly flushed so that - //the active state picks up from there. DO NOT REMOVE THIS LINE. - //DO NOT OPTIMIZE THIS LINE. THE MINIFIER WILL REMOVE IT OTHERWISE WHICH - //WILL RESULT IN AN UNPREDICTABLE BUG THAT IS VERY HARD TO TRACK DOWN AND - //WILL TAKE YEARS AWAY FROM YOUR LIFE. - if (domNode) { - if (!domNode.nodeType && domNode instanceof jqLite) { - domNode = domNode[0]; - } - } else { - domNode = $document[0].body; - } - return domNode.offsetWidth + 1; - }; - }]; - }; +/** + * @ngdoc property + * @name $compile.directive.Attributes#$attr + * + * @description + * A map of DOM element attribute names to the normalized name. This is + * needed to do reverse lookup from normalized name back to actual name. + */ - var APPLICATION_JSON = 'application/json'; - var CONTENT_TYPE_APPLICATION_JSON = { 'Content-Type': APPLICATION_JSON + ';charset=utf-8' }; - var JSON_START = /^\[|^\{(?!\{)/; - var JSON_ENDS = { - '[': /]$/, - '{': /}$/ - }; - var JSON_PROTECTION_PREFIX = /^\)]\}',?\n/; - var $httpMinErr = minErr('$http'); - function serializeValue(v) { - if (isObject(v)) { - return isDate(v) ? v.toISOString() : toJson(v); - } - return v; - } +/** + * @ngdoc method + * @name $compile.directive.Attributes#$set + * @kind function + * + * @description + * Set DOM element attribute value. + * + * + * @param {string} name Normalized element attribute name of the property to modify. The name is + * reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr} + * property to the original name. + * @param {string} value Value to set the attribute to. The value can be an interpolated string. + */ - /** @this */ - function $HttpParamSerializerProvider() { - /** - * @ngdoc service - * @name $httpParamSerializer - * @description - * - * Default {@link $http `$http`} params serializer that converts objects to strings - * according to the following rules: - * - * * `{'foo': 'bar'}` results in `foo=bar` - * * `{'foo': Date.now()}` results in `foo=2015-04-01T09%3A50%3A49.262Z` (`toISOString()` and encoded representation of a Date object) - * * `{'foo': ['bar', 'baz']}` results in `foo=bar&foo=baz` (repeated key for each array element) - * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D` (stringified and encoded representation of an object) - * - * Note that serializer will sort the request parameters alphabetically. - * */ - - this.$get = function () { - return function ngParamSerializer(params) { - if (!params) return ''; - var parts = []; - forEachSorted(params, function (value, key) { - if (value === null || isUndefined(value) || isFunction(value)) return; - if (isArray(value)) { - forEach(value, function (v) { - parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(v))); - }); - } else { - parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(value))); - } - }); - return parts.join('&'); - }; - }; - } - /** @this */ - function $HttpParamSerializerJQLikeProvider() { - /** - * @ngdoc service - * @name $httpParamSerializerJQLike - * - * @description - * - * Alternative {@link $http `$http`} params serializer that follows - * jQuery's [`param()`](http://api.jquery.com/jquery.param/) method logic. - * The serializer will also sort the params alphabetically. - * - * To use it for serializing `$http` request parameters, set it as the `paramSerializer` property: - * - * ```js - * $http({ - * url: myUrl, - * method: 'GET', - * params: myParams, - * paramSerializer: '$httpParamSerializerJQLike' - * }); - * ``` - * - * It is also possible to set it as the default `paramSerializer` in the - * {@link $httpProvider#defaults `$httpProvider`}. - * - * Additionally, you can inject the serializer and use it explicitly, for example to serialize - * form data for submission: - * - * ```js - * .controller(function($http, $httpParamSerializerJQLike) { - * //... - * - * $http({ - * url: myUrl, - * method: 'POST', - * data: $httpParamSerializerJQLike(myData), - * headers: { - * 'Content-Type': 'application/x-www-form-urlencoded' - * } - * }); - * - * }); - * ``` - * - * */ - this.$get = function () { - return function jQueryLikeParamSerializer(params) { - if (!params) return ''; - var parts = []; - serialize(params, '', true); - return parts.join('&'); - - function serialize(toSerialize, prefix, topLevel) { - if (toSerialize === null || isUndefined(toSerialize)) return; - if (isArray(toSerialize)) { - forEach(toSerialize, function (value, index) { - serialize(value, prefix + '[' + (isObject(value) ? index : '') + ']'); - }); - } else if (isObject(toSerialize) && !isDate(toSerialize)) { - forEachSorted(toSerialize, function (value, key) { - serialize(value, prefix + (topLevel ? '' : '[') + key + (topLevel ? '' : ']')); - }); - } else { - parts.push(encodeUriQuery(prefix) + '=' + encodeUriQuery(serializeValue(toSerialize))); - } - } - }; - }; - } +/** + * Closure compiler type information + */ - function defaultHttpResponseTransform(data, headers) { - if (isString(data)) { - // Strip json vulnerability protection prefix and trim whitespace - var tempData = data.replace(JSON_PROTECTION_PREFIX, '').trim(); +function nodesetLinkingFn( + /* angular.Scope */ scope, + /* NodeList */ nodeList, + /* Element */ rootElement, + /* function(Function) */ boundTranscludeFn +) {} - if (tempData) { - var contentType = headers('Content-Type'); - var hasJsonContentType = contentType && contentType.indexOf(APPLICATION_JSON) === 0; +function directiveLinkingFn( + /* nodesetLinkingFn */ nodesetLinkingFn, + /* angular.Scope */ scope, + /* Node */ node, + /* Element */ rootElement, + /* function(Function) */ boundTranscludeFn +) {} - if (hasJsonContentType || isJsonLike(tempData)) { - try { - data = fromJson(tempData); - } catch (e) { - if (!hasJsonContentType) { - return data; - } - throw $httpMinErr('baddata', 'Data must be a valid JSON object. Received: "{0}". ' + 'Parse error: "{1}"', data, e); - } - } - } - } +function tokenDifference(str1, str2) { + var values = '', + tokens1 = str1.split(/\s+/), + tokens2 = str2.split(/\s+/); - return data; + outer: + for (var i = 0; i < tokens1.length; i++) { + var token = tokens1[i]; + for (var j = 0; j < tokens2.length; j++) { + if (token === tokens2[j]) continue outer; + } + values += (values.length > 0 ? ' ' : '') + token; } + return values; +} - function isJsonLike(str) { - var jsonStart = str.match(JSON_START); - return jsonStart && JSON_ENDS[jsonStart[0]].test(str); - } +function removeComments(jqNodes) { + jqNodes = jqLite(jqNodes); + var i = jqNodes.length; - /** - * Parse headers into key value object - * - * @param {string} headers Raw headers as a string - * @returns {Object} Parsed headers as key value object - */ - function parseHeaders(headers) { - var parsed = createMap(), - i; + if (i <= 1) { + return jqNodes; + } - function fillInParsed(key, val) { - if (key) { - parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; - } + while (i--) { + var node = jqNodes[i]; + if (node.nodeType === NODE_TYPE_COMMENT || + (node.nodeType === NODE_TYPE_TEXT && node.nodeValue.trim() === '')) { + splice.call(jqNodes, i, 1); } + } + return jqNodes; +} - if (isString(headers)) { - forEach(headers.split('\n'), function (line) { - i = line.indexOf(':'); - fillInParsed(lowercase(trim(line.substr(0, i))), trim(line.substr(i + 1))); - }); - } else if (isObject(headers)) { - forEach(headers, function (headerVal, headerKey) { - fillInParsed(lowercase(headerKey), trim(headerVal)); - }); - } +var $controllerMinErr = minErr('$controller'); - return parsed; - } - /** - * Returns a function that provides access to parsed headers. - * - * Headers are lazy parsed when first requested. - * @see parseHeaders - * - * @param {(string|Object)} headers Headers to provide access to. - * @returns {function(string=)} Returns a getter function which if called with: - * - * - if called with an argument returns a single header value or null - * - if called with no arguments returns an object containing all headers. - */ - function headersGetter(headers) { - var headersObj; +var CNTRL_REG = /^(\S+)(\s+as\s+([\w$]+))?$/; +function identifierForController(controller, ident) { + if (ident && isString(ident)) return ident; + if (isString(controller)) { + var match = CNTRL_REG.exec(controller); + if (match) return match[3]; + } +} - return function (name) { - if (!headersObj) headersObj = parseHeaders(headers); - if (name) { - var value = headersObj[lowercase(name)]; - if (value === undefined) { - value = null; - } - return value; - } +/** + * @ngdoc provider + * @name $controllerProvider + * @this + * + * @description + * The {@link ng.$controller $controller service} is used by Angular to create new + * controllers. + * + * This provider allows controller registration via the + * {@link ng.$controllerProvider#register register} method. + */ +function $ControllerProvider() { + var controllers = {}, + globals = false; - return headersObj; - }; - } + /** + * @ngdoc method + * @name $controllerProvider#has + * @param {string} name Controller name to check. + */ + this.has = function(name) { + return controllers.hasOwnProperty(name); + }; /** - * Chain all given functions - * - * This function is used for both request and response transforming - * - * @param {*} data Data to transform. - * @param {function(string=)} headers HTTP headers getter fn. - * @param {number} status HTTP status code of the response. - * @param {(Function|Array.)} fns Function or an array of functions. - * @returns {*} Transformed data. + * @ngdoc method + * @name $controllerProvider#register + * @param {string|Object} name Controller name, or an object map of controllers where the keys are + * the names and the values are the constructors. + * @param {Function|Array} constructor Controller constructor fn (optionally decorated with DI + * annotations in the array notation). */ - function transformData(data, headers, status, fns) { - if (isFunction(fns)) { - return fns(data, headers, status); + this.register = function(name, constructor) { + assertNotHasOwnProperty(name, 'controller'); + if (isObject(name)) { + extend(controllers, name); + } else { + controllers[name] = constructor; } - - forEach(fns, function (fn) { - data = fn(data, headers, status); - }); - - return data; - } - - function isSuccess(status) { - return 200 <= status && status < 300; - } + }; /** - * @ngdoc provider - * @name $httpProvider - * @this + * @ngdoc method + * @name $controllerProvider#allowGlobals + * @description If called, allows `$controller` to find controller constructors on `window` * - * @description - * Use `$httpProvider` to change the default behavior of the {@link ng.$http $http} service. - * */ - function $HttpProvider() { - /** - * @ngdoc property - * @name $httpProvider#defaults - * @description - * - * Object containing default values for all {@link ng.$http $http} requests. - * - * - **`defaults.cache`** - {boolean|Object} - A boolean value or object created with - * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of HTTP responses - * by default. See {@link $http#caching $http Caching} for more information. - * - * - **`defaults.headers`** - {Object} - Default headers for all $http requests. - * Refer to {@link ng.$http#setting-http-headers $http} for documentation on - * setting default headers. - * - **`defaults.headers.common`** - * - **`defaults.headers.post`** - * - **`defaults.headers.put`** - * - **`defaults.headers.patch`** - * - * - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the - * callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the - * {@link $jsonpCallbacks} service. Defaults to `'callback'`. - * - * - **`defaults.paramSerializer`** - `{string|function(Object):string}` - A function - * used to the prepare string representation of request parameters (specified as an object). - * If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}. - * Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}. - * - * - **`defaults.transformRequest`** - - * `{Array|function(data, headersGetter)}` - - * An array of functions (or a single function) which are applied to the request data. - * By default, this is an array with one request transformation function: - * - * - If the `data` property of the request configuration object contains an object, serialize it - * into JSON format. - * - * - **`defaults.transformResponse`** - - * `{Array|function(data, headersGetter, status)}` - - * An array of functions (or a single function) which are applied to the response data. By default, - * this is an array which applies one response transformation function that does two things: - * - * - If XSRF prefix is detected, strip it - * (see {@link ng.$http#security-considerations Security Considerations in the $http docs}). - * - If the `Content-Type` is `application/json` or the response looks like JSON, - * deserialize it using a JSON parser. - * - * - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token. - * Defaults value is `'XSRF-TOKEN'`. - * - * - **`defaults.xsrfHeaderName`** - {string} - Name of HTTP header to populate with the - * XSRF token. Defaults value is `'X-XSRF-TOKEN'`. - * - **/ - var defaults = this.defaults = { - // transform incoming response data - transformResponse: [defaultHttpResponseTransform], - - // transform outgoing request data - transformRequest: [function (d) { - return isObject(d) && !isFile(d) && !isBlob(d) && !isFormData(d) ? toJson(d) : d; - }], - - // default headers - headers: { - common: { - 'Accept': 'application/json, text/plain, */*' - }, - post: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), - put: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), - patch: shallowCopy(CONTENT_TYPE_APPLICATION_JSON) - }, - - xsrfCookieName: 'XSRF-TOKEN', - xsrfHeaderName: 'X-XSRF-TOKEN', + * @deprecated + * sinceVersion="v1.3.0" + * removeVersion="v1.7.0" + * This method of finding controllers has been deprecated. + */ + this.allowGlobals = function() { + globals = true; + }; - paramSerializer: '$httpParamSerializer', - jsonpCallbackParam: 'callback' - }; + this.$get = ['$injector', '$window', function($injector, $window) { - var useApplyAsync = false; /** - * @ngdoc method - * @name $httpProvider#useApplyAsync - * @description - * - * Configure $http service to combine processing of multiple http responses received at around - * the same time via {@link ng.$rootScope.Scope#$applyAsync $rootScope.$applyAsync}. This can result in - * significant performance improvement for bigger applications that make many HTTP requests - * concurrently (common during application bootstrap). + * @ngdoc service + * @name $controller + * @requires $injector * - * Defaults to false. If no value is specified, returns the current configured value. + * @param {Function|string} constructor If called with a function then it's considered to be the + * controller constructor function. Otherwise it's considered to be a string which is used + * to retrieve the controller constructor using the following steps: * - * @param {boolean=} value If true, when requests are loaded, they will schedule a deferred - * "apply" on the next tick, giving time for subsequent requests in a roughly ~10ms window - * to load and share the same digest cycle. + * * check if a controller with given name is registered via `$controllerProvider` + * * check if evaluating the string on the current scope returns a constructor + * * if $controllerProvider#allowGlobals, check `window[constructor]` on the global + * `window` object (deprecated, not recommended) * - * @returns {boolean|Object} If a value is specified, returns the $httpProvider for chaining. - * otherwise, returns the current configured value. - **/ - this.useApplyAsync = function (value) { - if (isDefined(value)) { - useApplyAsync = !!value; - return this; - } - return useApplyAsync; - }; - - /** - * @ngdoc property - * @name $httpProvider#interceptors - * @description + * The string can use the `controller as property` syntax, where the controller instance is published + * as the specified property on the `scope`; the `scope` must be injected into `locals` param for this + * to work correctly. * - * Array containing service factories for all synchronous or asynchronous {@link ng.$http $http} - * pre-processing of request or postprocessing of responses. + * @param {Object} locals Injection locals for Controller. + * @return {Object} Instance of given controller. * - * These service factories are ordered by request, i.e. they are applied in the same order as the - * array, on request, but reverse order, on response. + * @description + * `$controller` service is responsible for instantiating controllers. * - * {@link ng.$http#interceptors Interceptors detailed info} - **/ - var interceptorFactories = this.interceptors = []; - - this.$get = ['$browser', '$httpBackend', '$$cookieReader', '$cacheFactory', '$rootScope', '$q', '$injector', '$sce', function ($browser, $httpBackend, $$cookieReader, $cacheFactory, $rootScope, $q, $injector, $sce) { - - var defaultCache = $cacheFactory('$http'); - - /** - * Make sure that default param serializer is exposed as a function - */ - defaults.paramSerializer = isString(defaults.paramSerializer) ? $injector.get(defaults.paramSerializer) : defaults.paramSerializer; - - /** - * Interceptors stored in reverse order. Inner interceptors before outer interceptors. - * The reversal is needed so that we can build up the interception chain around the - * server request. - */ - var reversedInterceptors = []; - - forEach(interceptorFactories, function (interceptorFactory) { - reversedInterceptors.unshift(isString(interceptorFactory) ? $injector.get(interceptorFactory) : $injector.invoke(interceptorFactory)); - }); - - /** - * @ngdoc service - * @kind function - * @name $http - * @requires ng.$httpBackend - * @requires $cacheFactory - * @requires $rootScope - * @requires $q - * @requires $injector - * - * @description - * The `$http` service is a core Angular service that facilitates communication with the remote - * HTTP servers via the browser's [XMLHttpRequest](https://developer.mozilla.org/en/xmlhttprequest) - * object or via [JSONP](http://en.wikipedia.org/wiki/JSONP). - * - * For unit testing applications that use `$http` service, see - * {@link ngMock.$httpBackend $httpBackend mock}. - * - * For a higher level of abstraction, please check out the {@link ngResource.$resource - * $resource} service. - * - * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by - * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage - * it is important to familiarize yourself with these APIs and the guarantees they provide. - * - * - * ## General usage - * The `$http` service is a function which takes a single argument — a {@link $http#usage configuration object} — - * that is used to generate an HTTP request and returns a {@link ng.$q promise}. - * - * ```js - * // Simple GET request example: - * $http({ - * method: 'GET', - * url: '/someUrl' - * }).then(function successCallback(response) { - * // this callback will be called asynchronously - * // when the response is available - * }, function errorCallback(response) { - * // called asynchronously if an error occurs - * // or server returns response with an error status. - * }); - * ``` - * - * The response object has these properties: - * - * - **data** – `{string|Object}` – The response body transformed with the transform - * functions. - * - **status** – `{number}` – HTTP status code of the response. - * - **headers** – `{function([headerName])}` – Header getter function. - * - **config** – `{Object}` – The configuration object that was used to generate the request. - * - **statusText** – `{string}` – HTTP status text of the response. - * - **xhrStatus** – `{string}` – Status of the XMLHttpRequest (`complete`, `error`, `timeout` or `abort`). - * - * A response status code between 200 and 299 is considered a success status and will result in - * the success callback being called. Any response status code outside of that range is - * considered an error status and will result in the error callback being called. - * Also, status codes less than -1 are normalized to zero. -1 usually means the request was - * aborted, e.g. using a `config.timeout`. - * Note that if the response is a redirect, XMLHttpRequest will transparently follow it, meaning - * that the outcome (success or error) will be determined by the final response status code. - * - * - * ## Shortcut methods - * - * Shortcut methods are also available. All shortcut methods require passing in the URL, and - * request data must be passed in for POST/PUT requests. An optional config can be passed as the - * last argument. - * - * ```js - * $http.get('/someUrl', config).then(successCallback, errorCallback); - * $http.post('/someUrl', data, config).then(successCallback, errorCallback); - * ``` - * - * Complete list of shortcut methods: - * - * - {@link ng.$http#get $http.get} - * - {@link ng.$http#head $http.head} - * - {@link ng.$http#post $http.post} - * - {@link ng.$http#put $http.put} - * - {@link ng.$http#delete $http.delete} - * - {@link ng.$http#jsonp $http.jsonp} - * - {@link ng.$http#patch $http.patch} - * - * - * ## Writing Unit Tests that use $http - * When unit testing (using {@link ngMock ngMock}), it is necessary to call - * {@link ngMock.$httpBackend#flush $httpBackend.flush()} to flush each pending - * request using trained responses. - * - * ``` - * $httpBackend.expectGET(...); - * $http.get(...); - * $httpBackend.flush(); - * ``` - * - * ## Setting HTTP Headers - * - * The $http service will automatically add certain HTTP headers to all requests. These defaults - * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration - * object, which currently contains this default configuration: - * - * - `$httpProvider.defaults.headers.common` (headers that are common for all requests): - * - Accept: application/json, text/plain, \*/\* - * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests) - * - `Content-Type: application/json` - * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests) - * - `Content-Type: application/json` - * - * To add or overwrite these defaults, simply add or remove a property from these configuration - * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object - * with the lowercased HTTP method name as the key, e.g. - * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`. - * - * The defaults can also be set at runtime via the `$http.defaults` object in the same - * fashion. For example: - * - * ``` - * module.run(function($http) { - * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'; - * }); - * ``` - * - * In addition, you can supply a `headers` property in the config object passed when - * calling `$http(config)`, which overrides the defaults without changing them globally. - * - * To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis, - * Use the `headers` property, setting the desired header to `undefined`. For example: - * - * ```js - * var req = { - * method: 'POST', - * url: 'http://example.com', - * headers: { - * 'Content-Type': undefined - * }, - * data: { test: 'test' } - * } - * - * $http(req).then(function(){...}, function(){...}); - * ``` - * - * ## Transforming Requests and Responses - * - * Both requests and responses can be transformed using transformation functions: `transformRequest` - * and `transformResponse`. These properties can be a single function that returns - * the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, - * which allows you to `push` or `unshift` a new transformation function into the transformation chain. - * - *
    - * **Note:** Angular does not make a copy of the `data` parameter before it is passed into the `transformRequest` pipeline. - * That means changes to the properties of `data` are not local to the transform function (since Javascript passes objects by reference). - * For example, when calling `$http.get(url, $scope.myObject)`, modifications to the object's properties in a transformRequest - * function will be reflected on the scope and in any templates where the object is data-bound. - * To prevent this, transform functions should have no side-effects. - * If you need to modify properties, it is recommended to make a copy of the data, or create new object to return. - *
    - * - * ### Default Transformations - * - * The `$httpProvider` provider and `$http` service expose `defaults.transformRequest` and - * `defaults.transformResponse` properties. If a request does not provide its own transformations - * then these will be applied. - * - * You can augment or replace the default transformations by modifying these properties by adding to or - * replacing the array. - * - * Angular provides the following default transformations: - * - * Request transformations (`$httpProvider.defaults.transformRequest` and `$http.defaults.transformRequest`) is - * an array with one function that does the following: - * - * - If the `data` property of the request configuration object contains an object, serialize it - * into JSON format. - * - * Response transformations (`$httpProvider.defaults.transformResponse` and `$http.defaults.transformResponse`) is - * an array with one function that does the following: - * - * - If XSRF prefix is detected, strip it (see Security Considerations section below). - * - If the `Content-Type` is `application/json` or the response looks like JSON, - * deserialize it using a JSON parser. - * - * - * ### Overriding the Default Transformations Per Request - * - * If you wish to override the request/response transformations only for a single request then provide - * `transformRequest` and/or `transformResponse` properties on the configuration object passed - * into `$http`. - * - * Note that if you provide these properties on the config object the default transformations will be - * overwritten. If you wish to augment the default transformations then you must include them in your - * local transformation array. - * - * The following code demonstrates adding a new response transformation to be run after the default response - * transformations have been run. - * - * ```js - * function appendTransform(defaults, transform) { - * - * // We can't guarantee that the default transformation is an array - * defaults = angular.isArray(defaults) ? defaults : [defaults]; - * - * // Append the new transformation to the defaults - * return defaults.concat(transform); - * } - * - * $http({ - * url: '...', - * method: 'GET', - * transformResponse: appendTransform($http.defaults.transformResponse, function(value) { - * return doTransform(value); - * }) - * }); - * ``` - * - * - * ## Caching - * - * {@link ng.$http `$http`} responses are not cached by default. To enable caching, you must - * set the config.cache value or the default cache value to TRUE or to a cache object (created - * with {@link ng.$cacheFactory `$cacheFactory`}). If defined, the value of config.cache takes - * precedence over the default cache value. - * - * In order to: - * * cache all responses - set the default cache value to TRUE or to a cache object - * * cache a specific response - set config.cache value to TRUE or to a cache object - * - * If caching is enabled, but neither the default cache nor config.cache are set to a cache object, - * then the default `$cacheFactory("$http")` object is used. - * - * The default cache value can be set by updating the - * {@link ng.$http#defaults `$http.defaults.cache`} property or the - * {@link $httpProvider#defaults `$httpProvider.defaults.cache`} property. - * - * When caching is enabled, {@link ng.$http `$http`} stores the response from the server using - * the relevant cache object. The next time the same request is made, the response is returned - * from the cache without sending a request to the server. - * - * Take note that: - * - * * Only GET and JSONP requests are cached. - * * The cache key is the request URL including search parameters; headers are not considered. - * * Cached responses are returned asynchronously, in the same way as responses from the server. - * * If multiple identical requests are made using the same cache, which is not yet populated, - * one request will be made to the server and remaining requests will return the same response. - * * A cache-control header on the response does not affect if or how responses are cached. - * - * - * ## Interceptors - * - * Before you start creating interceptors, be sure to understand the - * {@link ng.$q $q and deferred/promise APIs}. - * - * For purposes of global error handling, authentication, or any kind of synchronous or - * asynchronous pre-processing of request or postprocessing of responses, it is desirable to be - * able to intercept requests before they are handed to the server and - * responses before they are handed over to the application code that - * initiated these requests. The interceptors leverage the {@link ng.$q - * promise APIs} to fulfill this need for both synchronous and asynchronous pre-processing. - * - * The interceptors are service factories that are registered with the `$httpProvider` by - * adding them to the `$httpProvider.interceptors` array. The factory is called and - * injected with dependencies (if specified) and returns the interceptor. - * - * There are two kinds of interceptors (and two kinds of rejection interceptors): - * - * * `request`: interceptors get called with a http {@link $http#usage config} object. The function is free to - * modify the `config` object or create a new one. The function needs to return the `config` - * object directly, or a promise containing the `config` or a new `config` object. - * * `requestError`: interceptor gets called when a previous interceptor threw an error or - * resolved with a rejection. - * * `response`: interceptors get called with http `response` object. The function is free to - * modify the `response` object or create a new one. The function needs to return the `response` - * object directly, or as a promise containing the `response` or a new `response` object. - * * `responseError`: interceptor gets called when a previous interceptor threw an error or - * resolved with a rejection. - * - * - * ```js - * // register the interceptor as a service - * $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) { - * return { - * // optional method - * 'request': function(config) { - * // do something on success - * return config; - * }, - * - * // optional method - * 'requestError': function(rejection) { - * // do something on error - * if (canRecover(rejection)) { - * return responseOrNewPromise - * } - * return $q.reject(rejection); - * }, - * - * - * - * // optional method - * 'response': function(response) { - * // do something on success - * return response; - * }, - * - * // optional method - * 'responseError': function(rejection) { - * // do something on error - * if (canRecover(rejection)) { - * return responseOrNewPromise - * } - * return $q.reject(rejection); - * } - * }; - * }); - * - * $httpProvider.interceptors.push('myHttpInterceptor'); - * - * - * // alternatively, register the interceptor via an anonymous factory - * $httpProvider.interceptors.push(function($q, dependency1, dependency2) { - * return { - * 'request': function(config) { - * // same as above - * }, - * - * 'response': function(response) { - * // same as above - * } - * }; - * }); - * ``` - * - * ## Security Considerations - * - * When designing web applications, consider security threats from: - * - * - [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) - * - [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) - * - * Both server and the client must cooperate in order to eliminate these threats. Angular comes - * pre-configured with strategies that address these issues, but for this to work backend server - * cooperation is required. - * - * ### JSON Vulnerability Protection - * - * A [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) - * allows third party website to turn your JSON resource URL into - * [JSONP](http://en.wikipedia.org/wiki/JSONP) request under some conditions. To - * counter this your server can prefix all JSON requests with following string `")]}',\n"`. - * Angular will automatically strip the prefix before processing it as JSON. - * - * For example if your server needs to return: - * ```js - * ['one','two'] - * ``` - * - * which is vulnerable to attack, your server can return: - * ```js - * )]}', - * ['one','two'] - * ``` - * - * Angular will strip the prefix, before processing the JSON. - * - * - * ### Cross Site Request Forgery (XSRF) Protection - * - * [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) is an attack technique by - * which the attacker can trick an authenticated user into unknowingly executing actions on your - * website. Angular provides a mechanism to counter XSRF. When performing XHR requests, the - * $http service reads a token from a cookie (by default, `XSRF-TOKEN`) and sets it as an HTTP - * header (`X-XSRF-TOKEN`). Since only JavaScript that runs on your domain could read the - * cookie, your server can be assured that the XHR came from JavaScript running on your domain. - * The header will not be set for cross-domain requests. - * - * To take advantage of this, your server needs to set a token in a JavaScript readable session - * cookie called `XSRF-TOKEN` on the first HTTP GET request. On subsequent XHR requests the - * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure - * that only JavaScript running on your domain could have sent the request. The token must be - * unique for each user and must be verifiable by the server (to prevent the JavaScript from - * making up its own tokens). We recommend that the token is a digest of your site's - * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) - * for added security. - * - * The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName - * properties of either $httpProvider.defaults at config-time, $http.defaults at run-time, - * or the per-request config object. - * - * In order to prevent collisions in environments where multiple Angular apps share the - * same domain or subdomain, we recommend that each application uses unique cookie name. - * - * @param {object} config Object describing the request to be made and how it should be - * processed. The object has following properties: - * - * - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc) - * - **url** – `{string|TrustedObject}` – Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * - **params** – `{Object.}` – Map of strings or objects which will be serialized - * with the `paramSerializer` and appended as GET parameters. - * - **data** – `{string|Object}` – Data to be sent as the request message data. - * - **headers** – `{Object}` – Map of strings or functions which return strings representing - * HTTP headers to send to the server. If the return value of a function is null, the - * header will not be sent. Functions accept a config object as an argument. - * - **eventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest object. - * To bind events to the XMLHttpRequest upload object, use `uploadEventHandlers`. - * The handler will be called in the context of a `$apply` block. - * - **uploadEventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest upload - * object. To bind events to the XMLHttpRequest object, use `eventHandlers`. - * The handler will be called in the context of a `$apply` block. - * - **xsrfHeaderName** – `{string}` – Name of HTTP header to populate with the XSRF token. - * - **xsrfCookieName** – `{string}` – Name of cookie containing the XSRF token. - * - **transformRequest** – - * `{function(data, headersGetter)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * request body and headers and returns its transformed (typically serialized) version. - * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default Transformations} - * - **transformResponse** – - * `{function(data, headersGetter, status)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * response body, headers and status and returns its transformed (typically deserialized) version. - * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default Transformations} - * - **paramSerializer** - `{string|function(Object):string}` - A function used to - * prepare the string representation of request parameters (specified as an object). - * If specified as string, it is interpreted as function registered with the - * {@link $injector $injector}, which means you can create your own serializer - * by registering it as a {@link auto.$provide#service service}. - * The default serializer is the {@link $httpParamSerializer $httpParamSerializer}; - * alternatively, you can use the {@link $httpParamSerializerJQLike $httpParamSerializerJQLike} - * - **cache** – `{boolean|Object}` – A boolean value or object created with - * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of the HTTP response. - * See {@link $http#caching $http Caching} for more information. - * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} - * that should abort the request when resolved. - * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the - * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) - * for more information. - * - **responseType** - `{string}` - see - * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype). - * - * @returns {HttpPromise} Returns a {@link ng.$q `Promise}` that will be resolved to a response object - * when the request succeeds or fails. - * - * - * @property {Array.} pendingRequests Array of config objects for currently pending - * requests. This is primarily meant to be used for debugging purposes. - * - * - * @example - - -
    - - -
    - - - -
    http status code: {{status}}
    -
    http response data: {{data}}
    -
    -
    - - angular.module('httpExample', []) - .config(['$sceDelegateProvider', function($sceDelegateProvider) { - // We must whitelist the JSONP endpoint that we are using to show that we trust it - $sceDelegateProvider.resourceUrlWhitelist([ - 'self', - 'https://angularjs.org/**' - ]); - }]) - .controller('FetchController', ['$scope', '$http', '$templateCache', - function($scope, $http, $templateCache) { - $scope.method = 'GET'; - $scope.url = 'http-hello.html'; - $scope.fetch = function() { - $scope.code = null; - $scope.response = null; - $http({method: $scope.method, url: $scope.url, cache: $templateCache}). - then(function(response) { - $scope.status = response.status; - $scope.data = response.data; - }, function(response) { - $scope.data = response.data || 'Request failed'; - $scope.status = response.status; - }); - }; - $scope.updateModel = function(method, url) { - $scope.method = method; - $scope.url = url; - }; - }]); - - - Hello, $http! - - - var status = element(by.binding('status')); - var data = element(by.binding('data')); - var fetchBtn = element(by.id('fetchbtn')); - var sampleGetBtn = element(by.id('samplegetbtn')); - var invalidJsonpBtn = element(by.id('invalidjsonpbtn')); - it('should make an xhr GET request', function() { - sampleGetBtn.click(); - fetchBtn.click(); - expect(status.getText()).toMatch('200'); - expect(data.getText()).toMatch(/Hello, \$http!/); - }); - // Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185 - // it('should make a JSONP request to angularjs.org', function() { - // var sampleJsonpBtn = element(by.id('samplejsonpbtn')); - // sampleJsonpBtn.click(); - // fetchBtn.click(); - // expect(status.getText()).toMatch('200'); - // expect(data.getText()).toMatch(/Super Hero!/); - // }); - it('should make JSONP request to invalid URL and invoke the error handler', - function() { - invalidJsonpBtn.click(); - fetchBtn.click(); - expect(status.getText()).toMatch('0'); - expect(data.getText()).toMatch('Request failed'); - }); - -
    - */ - function $http(requestConfig) { - - if (!isObject(requestConfig)) { - throw minErr('$http')('badreq', 'Http request configuration must be an object. Received: {0}', requestConfig); + * It's just a simple call to {@link auto.$injector $injector}, but extracted into + * a service, so that one can override this service with [BC version](https://gist.github.com/1649788). + */ + return function $controller(expression, locals, later, ident) { + // PRIVATE API: + // param `later` --- indicates that the controller's constructor is invoked at a later time. + // If true, $controller will allocate the object with the correct + // prototype chain, but will not invoke the controller until a returned + // callback is invoked. + // param `ident` --- An optional label which overrides the label parsed from the controller + // expression, if any. + var instance, match, constructor, identifier; + later = later === true; + if (ident && isString(ident)) { + identifier = ident; + } + + if (isString(expression)) { + match = expression.match(CNTRL_REG); + if (!match) { + throw $controllerMinErr('ctrlfmt', + 'Badly formed controller string \'{0}\'. ' + + 'Must match `__name__ as __id__` or `__name__`.', expression); } + constructor = match[1]; + identifier = identifier || match[3]; + expression = controllers.hasOwnProperty(constructor) + ? controllers[constructor] + : getter(locals.$scope, constructor, true) || + (globals ? getter($window, constructor, true) : undefined); - if (!isString($sce.valueOf(requestConfig.url))) { - throw minErr('$http')('badreq', 'Http request configuration url must be a string or a $sce trusted object. Received: {0}', requestConfig.url); + if (!expression) { + throw $controllerMinErr('ctrlreg', + 'The controller with the name \'{0}\' is not registered.', constructor); } - var config = extend({ - method: 'get', - transformRequest: defaults.transformRequest, - transformResponse: defaults.transformResponse, - paramSerializer: defaults.paramSerializer, - jsonpCallbackParam: defaults.jsonpCallbackParam - }, requestConfig); - - config.headers = mergeHeaders(requestConfig); - config.method = uppercase(config.method); - config.paramSerializer = isString(config.paramSerializer) ? $injector.get(config.paramSerializer) : config.paramSerializer; + assertArgFn(expression, constructor, true); + } - $browser.$$incOutstandingRequestCount(); + if (later) { + // Instantiate controller later: + // This machinery is used to create an instance of the object before calling the + // controller's constructor itself. + // + // This allows properties to be added to the controller before the constructor is + // invoked. Primarily, this is used for isolate scope bindings in $compile. + // + // This feature is not intended for use by applications, and is thus not documented + // publicly. + // Object creation: http://jsperf.com/create-constructor/2 + var controllerPrototype = (isArray(expression) ? + expression[expression.length - 1] : expression).prototype; + instance = Object.create(controllerPrototype || null); - var requestInterceptors = []; - var responseInterceptors = []; - var promise = $q.resolve(config); + if (identifier) { + addIdentifier(locals, identifier, instance, constructor || expression.name); + } - // apply interceptors - forEach(reversedInterceptors, function (interceptor) { - if (interceptor.request || interceptor.requestError) { - requestInterceptors.unshift(interceptor.request, interceptor.requestError); - } - if (interceptor.response || interceptor.responseError) { - responseInterceptors.push(interceptor.response, interceptor.responseError); + return extend(function $controllerInit() { + var result = $injector.invoke(expression, instance, locals, constructor); + if (result !== instance && (isObject(result) || isFunction(result))) { + instance = result; + if (identifier) { + // If result changed, re-assign controllerAs value to scope. + addIdentifier(locals, identifier, instance, constructor || expression.name); + } } + return instance; + }, { + instance: instance, + identifier: identifier }); + } - promise = chainInterceptors(promise, requestInterceptors); - promise = promise.then(serverRequest); - promise = chainInterceptors(promise, responseInterceptors); - promise = promise.finally(completeOutstandingRequest); - - return promise; - - function chainInterceptors(promise, interceptors) { - for (var i = 0, ii = interceptors.length; i < ii;) { - var thenFn = interceptors[i++]; - var rejectFn = interceptors[i++]; - - promise = promise.then(thenFn, rejectFn); - } - - interceptors.length = 0; - - return promise; - } - - function completeOutstandingRequest() { - $browser.$$completeOutstandingRequest(noop); - } - - function executeHeaderFns(headers, config) { - var headerContent, - processedHeaders = {}; + instance = $injector.instantiate(expression, locals, constructor); - forEach(headers, function (headerFn, header) { - if (isFunction(headerFn)) { - headerContent = headerFn(config); - if (headerContent != null) { - processedHeaders[header] = headerContent; - } - } else { - processedHeaders[header] = headerFn; - } - }); + if (identifier) { + addIdentifier(locals, identifier, instance, constructor || expression.name); + } - return processedHeaders; - } + return instance; + }; - function mergeHeaders(config) { - var defHeaders = defaults.headers, - reqHeaders = extend({}, config.headers), - defHeaderName, - lowercaseDefHeaderName, - reqHeaderName; + function addIdentifier(locals, identifier, instance, name) { + if (!(locals && isObject(locals.$scope))) { + throw minErr('$controller')('noscp', + 'Cannot export controller \'{0}\' as \'{1}\'! No $scope object provided via `locals`.', + name, identifier); + } - defHeaders = extend({}, defHeaders.common, defHeaders[lowercase(config.method)]); + locals.$scope[identifier] = instance; + } + }]; +} - // using for-in instead of forEach to avoid unnecessary iteration after header has been found - defaultHeadersIteration: for (defHeaderName in defHeaders) { - lowercaseDefHeaderName = lowercase(defHeaderName); +/** + * @ngdoc service + * @name $document + * @requires $window + * @this + * + * @description + * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object. + * + * @example + + +
    +

    $document title:

    +

    window.document title:

    +
    +
    + + angular.module('documentExample', []) + .controller('ExampleController', ['$scope', '$document', function($scope, $document) { + $scope.title = $document[0].title; + $scope.windowTitle = angular.element(window.document)[0].title; + }]); + +
    + */ +function $DocumentProvider() { + this.$get = ['$window', function(window) { + return jqLite(window.document); + }]; +} - for (reqHeaderName in reqHeaders) { - if (lowercase(reqHeaderName) === lowercaseDefHeaderName) { - continue defaultHeadersIteration; - } - } - reqHeaders[defHeaderName] = defHeaders[defHeaderName]; - } +/** + * @private + * @this + * Listens for document visibility change and makes the current status accessible. + */ +function $$IsDocumentHiddenProvider() { + this.$get = ['$document', '$rootScope', function($document, $rootScope) { + var doc = $document[0]; + var hidden = doc && doc.hidden; - // execute if header value is a function for merged headers - return executeHeaderFns(reqHeaders, shallowCopy(config)); - } + $document.on('visibilitychange', changeListener); - function serverRequest(config) { - var headers = config.headers; - var reqData = transformData(config.data, headersGetter(headers), undefined, config.transformRequest); + $rootScope.$on('$destroy', function() { + $document.off('visibilitychange', changeListener); + }); - // strip content-type if data is undefined - if (isUndefined(reqData)) { - forEach(headers, function (value, header) { - if (lowercase(header) === 'content-type') { - delete headers[header]; - } - }); - } + function changeListener() { + hidden = doc.hidden; + } - if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { - config.withCredentials = defaults.withCredentials; - } + return function() { + return hidden; + }; + }]; +} - // send request - return sendReq(config, reqData).then(transformResponse, transformResponse); - } +/** + * @ngdoc service + * @name $exceptionHandler + * @requires ng.$log + * @this + * + * @description + * Any uncaught exception in angular expressions is delegated to this service. + * The default implementation simply delegates to `$log.error` which logs it into + * the browser console. + * + * In unit tests, if `angular-mocks.js` is loaded, this service is overridden by + * {@link ngMock.$exceptionHandler mock $exceptionHandler} which aids in testing. + * + * ## Example: + * + * The example below will overwrite the default `$exceptionHandler` in order to (a) log uncaught + * errors to the backend for later inspection by the developers and (b) to use `$log.warn()` instead + * of `$log.error()`. + * + * ```js + * angular. + * module('exceptionOverwrite', []). + * factory('$exceptionHandler', ['$log', 'logErrorsToBackend', function($log, logErrorsToBackend) { + * return function myExceptionHandler(exception, cause) { + * logErrorsToBackend(exception, cause); + * $log.warn(exception, cause); + * }; + * }]); + * ``` + * + *
    + * Note, that code executed in event-listeners (even those registered using jqLite's `on`/`bind` + * methods) does not delegate exceptions to the {@link ng.$exceptionHandler $exceptionHandler} + * (unless executed during a digest). + * + * If you wish, you can manually delegate exceptions, e.g. + * `try { ... } catch(e) { $exceptionHandler(e); }` + * + * @param {Error} exception Exception associated with the error. + * @param {string=} cause Optional information about the context in which + * the error was thrown. + * + */ +function $ExceptionHandlerProvider() { + this.$get = ['$log', function($log) { + return function(exception, cause) { + $log.error.apply($log, arguments); + }; + }]; +} - function transformResponse(response) { - // make a copy since the response must be cacheable - var resp = extend({}, response); - resp.data = transformData(response.data, response.headers, response.status, config.transformResponse); - return isSuccess(response.status) ? resp : $q.reject(resp); +var $$ForceReflowProvider = /** @this */ function() { + this.$get = ['$document', function($document) { + return function(domNode) { + //the line below will force the browser to perform a repaint so + //that all the animated elements within the animation frame will + //be properly updated and drawn on screen. This is required to + //ensure that the preparation animation is properly flushed so that + //the active state picks up from there. DO NOT REMOVE THIS LINE. + //DO NOT OPTIMIZE THIS LINE. THE MINIFIER WILL REMOVE IT OTHERWISE WHICH + //WILL RESULT IN AN UNPREDICTABLE BUG THAT IS VERY HARD TO TRACK DOWN AND + //WILL TAKE YEARS AWAY FROM YOUR LIFE. + if (domNode) { + if (!domNode.nodeType && domNode instanceof jqLite) { + domNode = domNode[0]; } + } else { + domNode = $document[0].body; } + return domNode.offsetWidth + 1; + }; + }]; +}; - $http.pendingRequests = []; - - /** - * @ngdoc method - * @name $http#get - * - * @description - * Shortcut method to perform `GET` request. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ +var APPLICATION_JSON = 'application/json'; +var CONTENT_TYPE_APPLICATION_JSON = {'Content-Type': APPLICATION_JSON + ';charset=utf-8'}; +var JSON_START = /^\[|^\{(?!\{)/; +var JSON_ENDS = { + '[': /]$/, + '{': /}$/ +}; +var JSON_PROTECTION_PREFIX = /^\)]\}',?\n/; +var $httpMinErr = minErr('$http'); - /** - * @ngdoc method - * @name $http#delete - * - * @description - * Shortcut method to perform `DELETE` request. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ +function serializeValue(v) { + if (isObject(v)) { + return isDate(v) ? v.toISOString() : toJson(v); + } + return v; +} - /** - * @ngdoc method - * @name $http#head - * - * @description - * Shortcut method to perform `HEAD` request. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ - /** - * @ngdoc method - * @name $http#jsonp - * - * @description - * Shortcut method to perform `JSONP` request. - * - * Note that, since JSONP requests are sensitive because the response is given full access to the browser, - * the url must be declared, via {@link $sce} as a trusted resource URL. - * You can trust a URL by adding it to the whitelist via - * {@link $sceDelegateProvider#resourceUrlWhitelist `$sceDelegateProvider.resourceUrlWhitelist`} or - * by explicitly trusting the URL via {@link $sce#trustAsResourceUrl `$sce.trustAsResourceUrl(url)`}. - * - * You should avoid generating the URL for the JSONP request from user provided data. - * Provide additional query parameters via `params` property of the `config` parameter, rather than - * modifying the URL itself. - * - * JSONP requests must specify a callback to be used in the response from the server. This callback - * is passed as a query parameter in the request. You must specify the name of this parameter by - * setting the `jsonpCallbackParam` property on the request config object. - * - * ``` - * $http.jsonp('some/trusted/url', {jsonpCallbackParam: 'callback'}) - * ``` - * - * You can also specify a default callback parameter name in `$http.defaults.jsonpCallbackParam`. - * Initially this is set to `'callback'`. - * - *
    - * You can no longer use the `JSON_CALLBACK` string as a placeholder for specifying where the callback - * parameter value should go. - *
    - * - * If you would like to customise where and how the callbacks are stored then try overriding - * or decorating the {@link $jsonpCallbacks} service. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ - createShortMethods('get', 'delete', 'head', 'jsonp'); +/** @this */ +function $HttpParamSerializerProvider() { + /** + * @ngdoc service + * @name $httpParamSerializer + * @description + * + * Default {@link $http `$http`} params serializer that converts objects to strings + * according to the following rules: + * + * * `{'foo': 'bar'}` results in `foo=bar` + * * `{'foo': Date.now()}` results in `foo=2015-04-01T09%3A50%3A49.262Z` (`toISOString()` and encoded representation of a Date object) + * * `{'foo': ['bar', 'baz']}` results in `foo=bar&foo=baz` (repeated key for each array element) + * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D` (stringified and encoded representation of an object) + * + * Note that serializer will sort the request parameters alphabetically. + * */ - /** - * @ngdoc method - * @name $http#post - * - * @description - * Shortcut method to perform `POST` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ + this.$get = function() { + return function ngParamSerializer(params) { + if (!params) return ''; + var parts = []; + forEachSorted(params, function(value, key) { + if (value === null || isUndefined(value) || isFunction(value)) return; + if (isArray(value)) { + forEach(value, function(v) { + parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(v))); + }); + } else { + parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(value))); + } + }); - /** - * @ngdoc method - * @name $http#put - * - * @description - * Shortcut method to perform `PUT` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ + return parts.join('&'); + }; + }; +} - /** - * @ngdoc method - * @name $http#patch - * - * @description - * Shortcut method to perform `PATCH` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ - createShortMethodsWithData('post', 'put', 'patch'); +/** @this */ +function $HttpParamSerializerJQLikeProvider() { + /** + * @ngdoc service + * @name $httpParamSerializerJQLike + * + * @description + * + * Alternative {@link $http `$http`} params serializer that follows + * jQuery's [`param()`](http://api.jquery.com/jquery.param/) method logic. + * The serializer will also sort the params alphabetically. + * + * To use it for serializing `$http` request parameters, set it as the `paramSerializer` property: + * + * ```js + * $http({ + * url: myUrl, + * method: 'GET', + * params: myParams, + * paramSerializer: '$httpParamSerializerJQLike' + * }); + * ``` + * + * It is also possible to set it as the default `paramSerializer` in the + * {@link $httpProvider#defaults `$httpProvider`}. + * + * Additionally, you can inject the serializer and use it explicitly, for example to serialize + * form data for submission: + * + * ```js + * .controller(function($http, $httpParamSerializerJQLike) { + * //... + * + * $http({ + * url: myUrl, + * method: 'POST', + * data: $httpParamSerializerJQLike(myData), + * headers: { + * 'Content-Type': 'application/x-www-form-urlencoded' + * } + * }); + * + * }); + * ``` + * + * */ + this.$get = function() { + return function jQueryLikeParamSerializer(params) { + if (!params) return ''; + var parts = []; + serialize(params, '', true); + return parts.join('&'); + + function serialize(toSerialize, prefix, topLevel) { + if (toSerialize === null || isUndefined(toSerialize)) return; + if (isArray(toSerialize)) { + forEach(toSerialize, function(value, index) { + serialize(value, prefix + '[' + (isObject(value) ? index : '') + ']'); + }); + } else if (isObject(toSerialize) && !isDate(toSerialize)) { + forEachSorted(toSerialize, function(value, key) { + serialize(value, prefix + + (topLevel ? '' : '[') + + key + + (topLevel ? '' : ']')); + }); + } else { + parts.push(encodeUriQuery(prefix) + '=' + encodeUriQuery(serializeValue(toSerialize))); + } + } + }; + }; +} - /** - * @ngdoc property - * @name $http#defaults - * - * @description - * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of - * default headers, withCredentials as well as request and response transformations. - * - * See "Setting HTTP Headers" and "Transforming Requests and Responses" sections above. - */ - $http.defaults = defaults; +function defaultHttpResponseTransform(data, headers) { + if (isString(data)) { + // Strip json vulnerability protection prefix and trim whitespace + var tempData = data.replace(JSON_PROTECTION_PREFIX, '').trim(); - return $http; + if (tempData) { + var contentType = headers('Content-Type'); + var hasJsonContentType = contentType && (contentType.indexOf(APPLICATION_JSON) === 0); - function createShortMethods(names) { - forEach(arguments, function (name) { - $http[name] = function (url, config) { - return $http(extend({}, config || {}, { - method: name, - url: url - })); - }; - }); + if (hasJsonContentType || isJsonLike(tempData)) { + try { + data = fromJson(tempData); + } catch (e) { + if (!hasJsonContentType) { + return data; + } + throw $httpMinErr('baddata', 'Data must be a valid JSON object. Received: "{0}". ' + + 'Parse error: "{1}"', data, e); + } } + } + } - function createShortMethodsWithData(name) { - forEach(arguments, function (name) { - $http[name] = function (url, data, config) { - return $http(extend({}, config || {}, { - method: name, - url: url, - data: data - })); - }; - }); - } + return data; +} - /** - * Makes the request. - * - * !!! ACCESSES CLOSURE VARS: - * $httpBackend, defaults, $log, $rootScope, defaultCache, $http.pendingRequests - */ - function sendReq(config, reqData) { - var deferred = $q.defer(), - promise = deferred.promise, - cache, - cachedResp, - reqHeaders = config.headers, - isJsonp = lowercase(config.method) === 'jsonp', - url = config.url; +function isJsonLike(str) { + var jsonStart = str.match(JSON_START); + return jsonStart && JSON_ENDS[jsonStart[0]].test(str); +} - if (isJsonp) { - // JSONP is a pretty sensitive operation where we're allowing a script to have full access to - // our DOM and JS space. So we require that the URL satisfies SCE.RESOURCE_URL. - url = $sce.getTrustedResourceUrl(url); - } else if (!isString(url)) { - // If it is not a string then the URL must be a $sce trusted object - url = $sce.valueOf(url); - } +/** + * Parse headers into key value object + * + * @param {string} headers Raw headers as a string + * @returns {Object} Parsed headers as key value object + */ +function parseHeaders(headers) { + var parsed = createMap(), i; - url = buildUrl(url, config.paramSerializer(config.params)); + function fillInParsed(key, val) { + if (key) { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + } - if (isJsonp) { - // Check the url and add the JSONP callback placeholder - url = sanitizeJsonpCallbackParam(url, config.jsonpCallbackParam); - } + if (isString(headers)) { + forEach(headers.split('\n'), function(line) { + i = line.indexOf(':'); + fillInParsed(lowercase(trim(line.substr(0, i))), trim(line.substr(i + 1))); + }); + } else if (isObject(headers)) { + forEach(headers, function(headerVal, headerKey) { + fillInParsed(lowercase(headerKey), trim(headerVal)); + }); + } - $http.pendingRequests.push(config); - promise.then(removePendingReq, removePendingReq); + return parsed; +} - if ((config.cache || defaults.cache) && config.cache !== false && (config.method === 'GET' || config.method === 'JSONP')) { - cache = isObject(config.cache) ? config.cache : isObject( /** @type {?} */defaults.cache) ? /** @type {?} */defaults.cache : defaultCache; - } - if (cache) { - cachedResp = cache.get(url); - if (isDefined(cachedResp)) { - if (isPromiseLike(cachedResp)) { - // cached request has already been sent, but there is no response yet - cachedResp.then(resolvePromiseWithResult, resolvePromiseWithResult); - } else { - // serving from cache - if (isArray(cachedResp)) { - resolvePromise(cachedResp[1], cachedResp[0], shallowCopy(cachedResp[2]), cachedResp[3], cachedResp[4]); - } else { - resolvePromise(cachedResp, 200, {}, 'OK', 'complete'); - } - } - } else { - // put the promise for the non-transformed response into cache as a placeholder - cache.put(url, promise); - } - } +/** + * Returns a function that provides access to parsed headers. + * + * Headers are lazy parsed when first requested. + * @see parseHeaders + * + * @param {(string|Object)} headers Headers to provide access to. + * @returns {function(string=)} Returns a getter function which if called with: + * + * - if called with an argument returns a single header value or null + * - if called with no arguments returns an object containing all headers. + */ +function headersGetter(headers) { + var headersObj; - // if we won't have the response in cache, set the xsrf headers and - // send the request to the backend - if (isUndefined(cachedResp)) { - var xsrfValue = urlIsSameOrigin(config.url) ? $$cookieReader()[config.xsrfCookieName || defaults.xsrfCookieName] : undefined; - if (xsrfValue) { - reqHeaders[config.xsrfHeaderName || defaults.xsrfHeaderName] = xsrfValue; - } + return function(name) { + if (!headersObj) headersObj = parseHeaders(headers); - $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout, config.withCredentials, config.responseType, createApplyHandlers(config.eventHandlers), createApplyHandlers(config.uploadEventHandlers)); - } + if (name) { + var value = headersObj[lowercase(name)]; + if (value === undefined) { + value = null; + } + return value; + } - return promise; + return headersObj; + }; +} - function createApplyHandlers(eventHandlers) { - if (eventHandlers) { - var applyHandlers = {}; - forEach(eventHandlers, function (eventHandler, key) { - applyHandlers[key] = function (event) { - if (useApplyAsync) { - $rootScope.$applyAsync(callEventHandler); - } else if ($rootScope.$$phase) { - callEventHandler(); - } else { - $rootScope.$apply(callEventHandler); - } - function callEventHandler() { - eventHandler(event); - } - }; - }); - return applyHandlers; - } - } +/** + * Chain all given functions + * + * This function is used for both request and response transforming + * + * @param {*} data Data to transform. + * @param {function(string=)} headers HTTP headers getter fn. + * @param {number} status HTTP status code of the response. + * @param {(Function|Array.)} fns Function or an array of functions. + * @returns {*} Transformed data. + */ +function transformData(data, headers, status, fns) { + if (isFunction(fns)) { + return fns(data, headers, status); + } - /** - * Callback registered to $httpBackend(): - * - caches the response if desired - * - resolves the raw $http promise - * - calls $apply - */ - function done(status, response, headersString, statusText, xhrStatus) { - if (cache) { - if (isSuccess(status)) { - cache.put(url, [status, response, parseHeaders(headersString), statusText, xhrStatus]); - } else { - // remove promise from the cache - cache.remove(url); - } - } + forEach(fns, function(fn) { + data = fn(data, headers, status); + }); - function resolveHttpPromise() { - resolvePromise(response, status, headersString, statusText, xhrStatus); - } + return data; +} - if (useApplyAsync) { - $rootScope.$applyAsync(resolveHttpPromise); - } else { - resolveHttpPromise(); - if (!$rootScope.$$phase) $rootScope.$apply(); - } - } - /** - * Resolves the raw $http promise. - */ - function resolvePromise(response, status, headers, statusText, xhrStatus) { - //status: HTTP response status code, 0, -1 (aborted by timeout / promise) - status = status >= -1 ? status : 0; - - (isSuccess(status) ? deferred.resolve : deferred.reject)({ - data: response, - status: status, - headers: headersGetter(headers), - config: config, - statusText: statusText, - xhrStatus: xhrStatus - }); - } +function isSuccess(status) { + return 200 <= status && status < 300; +} - function resolvePromiseWithResult(result) { - resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); - } - function removePendingReq() { - var idx = $http.pendingRequests.indexOf(config); - if (idx !== -1) $http.pendingRequests.splice(idx, 1); - } - } +/** + * @ngdoc provider + * @name $httpProvider + * @this + * + * @description + * Use `$httpProvider` to change the default behavior of the {@link ng.$http $http} service. + * */ +function $HttpProvider() { + /** + * @ngdoc property + * @name $httpProvider#defaults + * @description + * + * Object containing default values for all {@link ng.$http $http} requests. + * + * - **`defaults.cache`** - {boolean|Object} - A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of HTTP responses + * by default. See {@link $http#caching $http Caching} for more information. + * + * - **`defaults.headers`** - {Object} - Default headers for all $http requests. + * Refer to {@link ng.$http#setting-http-headers $http} for documentation on + * setting default headers. + * - **`defaults.headers.common`** + * - **`defaults.headers.post`** + * - **`defaults.headers.put`** + * - **`defaults.headers.patch`** + * + * - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the + * callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the + * {@link $jsonpCallbacks} service. Defaults to `'callback'`. + * + * - **`defaults.paramSerializer`** - `{string|function(Object):string}` - A function + * used to the prepare string representation of request parameters (specified as an object). + * If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}. + * Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}. + * + * - **`defaults.transformRequest`** - + * `{Array|function(data, headersGetter)}` - + * An array of functions (or a single function) which are applied to the request data. + * By default, this is an array with one request transformation function: + * + * - If the `data` property of the request configuration object contains an object, serialize it + * into JSON format. + * + * - **`defaults.transformResponse`** - + * `{Array|function(data, headersGetter, status)}` - + * An array of functions (or a single function) which are applied to the response data. By default, + * this is an array which applies one response transformation function that does two things: + * + * - If XSRF prefix is detected, strip it + * (see {@link ng.$http#security-considerations Security Considerations in the $http docs}). + * - If the `Content-Type` is `application/json` or the response looks like JSON, + * deserialize it using a JSON parser. + * + * - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token. + * Defaults value is `'XSRF-TOKEN'`. + * + * - **`defaults.xsrfHeaderName`** - {string} - Name of HTTP header to populate with the + * XSRF token. Defaults value is `'X-XSRF-TOKEN'`. + * + **/ + var defaults = this.defaults = { + // transform incoming response data + transformResponse: [defaultHttpResponseTransform], + + // transform outgoing request data + transformRequest: [function(d) { + return isObject(d) && !isFile(d) && !isBlob(d) && !isFormData(d) ? toJson(d) : d; + }], - function buildUrl(url, serializedParams) { - if (serializedParams.length > 0) { - url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; - } - return url; - } + // default headers + headers: { + common: { + 'Accept': 'application/json, text/plain, */*' + }, + post: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), + put: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), + patch: shallowCopy(CONTENT_TYPE_APPLICATION_JSON) + }, - function sanitizeJsonpCallbackParam(url, cbKey) { - var parts = url.split('?'); - if (parts.length > 2) { - // Throw if the url contains more than one `?` query indicator - throw $httpMinErr('badjsonp', 'Illegal use more than one "?", in url, "{1}"', url); - } - var params = parseKeyValue(parts[1]); - forEach(params, function (value, key) { - if (value === 'JSON_CALLBACK') { - // Throw if the url already contains a reference to JSON_CALLBACK - throw $httpMinErr('badjsonp', 'Illegal use of JSON_CALLBACK in url, "{0}"', url); - } - if (key === cbKey) { - // Throw if the callback param was already provided - throw $httpMinErr('badjsonp', 'Illegal use of callback param, "{0}", in url, "{1}"', cbKey, url); - } - }); + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', - // Add in the JSON_CALLBACK callback param value - url += (url.indexOf('?') === -1 ? '?' : '&') + cbKey + '=JSON_CALLBACK'; + paramSerializer: '$httpParamSerializer', - return url; - } - }]; - } + jsonpCallbackParam: 'callback' + }; + var useApplyAsync = false; /** - * @ngdoc service - * @name $xhrFactory - * @this - * + * @ngdoc method + * @name $httpProvider#useApplyAsync * @description - * Factory function used to create XMLHttpRequest objects. * - * Replace or decorate this service to create your own custom XMLHttpRequest objects. + * Configure $http service to combine processing of multiple http responses received at around + * the same time via {@link ng.$rootScope.Scope#$applyAsync $rootScope.$applyAsync}. This can result in + * significant performance improvement for bigger applications that make many HTTP requests + * concurrently (common during application bootstrap). * - * ``` - * angular.module('myApp', []) - * .factory('$xhrFactory', function() { - * return function createXhr(method, url) { - * return new window.XMLHttpRequest({mozSystem: true}); - * }; - * }); - * ``` + * Defaults to false. If no value is specified, returns the current configured value. * - * @param {string} method HTTP method of the request (GET, POST, PUT, ..) - * @param {string} url URL of the request. - */ - function $xhrFactoryProvider() { - this.$get = function () { - return function createXhr() { - return new window.XMLHttpRequest(); - }; - }; - } + * @param {boolean=} value If true, when requests are loaded, they will schedule a deferred + * "apply" on the next tick, giving time for subsequent requests in a roughly ~10ms window + * to load and share the same digest cycle. + * + * @returns {boolean|Object} If a value is specified, returns the $httpProvider for chaining. + * otherwise, returns the current configured value. + **/ + this.useApplyAsync = function(value) { + if (isDefined(value)) { + useApplyAsync = !!value; + return this; + } + return useApplyAsync; + }; /** - * @ngdoc service - * @name $httpBackend - * @requires $jsonpCallbacks - * @requires $document - * @requires $xhrFactory - * @this - * + * @ngdoc property + * @name $httpProvider#interceptors * @description - * HTTP backend used by the {@link ng.$http service} that delegates to - * XMLHttpRequest object or JSONP and deals with browser incompatibilities. * - * You should never need to use this service directly, instead use the higher-level abstractions: - * {@link ng.$http $http} or {@link ngResource.$resource $resource}. + * Array containing service factories for all synchronous or asynchronous {@link ng.$http $http} + * pre-processing of request or postprocessing of responses. * - * During testing this implementation is swapped with {@link ngMock.$httpBackend mock - * $httpBackend} which can be trained with responses. - */ - function $HttpBackendProvider() { - this.$get = ['$browser', '$jsonpCallbacks', '$document', '$xhrFactory', function ($browser, $jsonpCallbacks, $document, $xhrFactory) { - return createHttpBackend($browser, $xhrFactory, $browser.defer, $jsonpCallbacks, $document[0]); - }]; - } - - function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDocument) { - // TODO(vojta): fix the signature - return function (method, url, post, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers) { - url = url || $browser.url(); - - if (lowercase(method) === 'jsonp') { - var callbackPath = callbacks.createCallback(url); - var jsonpDone = jsonpReq(url, callbackPath, function (status, text) { - // jsonpReq only ever sets status to 200 (OK), 404 (ERROR) or -1 (WAITING) - var response = status === 200 && callbacks.getResponse(callbackPath); - completeRequest(callback, status, response, '', text, 'complete'); - callbacks.removeCallback(callbackPath); - }); - } else { - - var xhr = createXhr(method, url); - - xhr.open(method, url, true); - forEach(headers, function (value, key) { - if (isDefined(value)) { - xhr.setRequestHeader(key, value); - } - }); - - xhr.onload = function requestLoaded() { - var statusText = xhr.statusText || ''; + * These service factories are ordered by request, i.e. they are applied in the same order as the + * array, on request, but reverse order, on response. + * + * {@link ng.$http#interceptors Interceptors detailed info} + **/ + var interceptorFactories = this.interceptors = []; - // responseText is the old-school way of retrieving response (supported by IE9) - // response/responseType properties were introduced in XHR Level2 spec (supported by IE10) - var response = 'response' in xhr ? xhr.response : xhr.responseText; + this.$get = ['$browser', '$httpBackend', '$$cookieReader', '$cacheFactory', '$rootScope', '$q', '$injector', '$sce', + function($browser, $httpBackend, $$cookieReader, $cacheFactory, $rootScope, $q, $injector, $sce) { - // normalize IE9 bug (http://bugs.jquery.com/ticket/1450) - var status = xhr.status === 1223 ? 204 : xhr.status; + var defaultCache = $cacheFactory('$http'); - // fix status code when it is 0 (0 status is undocumented). - // Occurs when accessing file resources or on Android 4.1 stock browser - // while retrieving files from application cache. - if (status === 0) { - status = response ? 200 : urlResolve(url).protocol === 'file' ? 404 : 0; - } + /** + * Make sure that default param serializer is exposed as a function + */ + defaults.paramSerializer = isString(defaults.paramSerializer) ? + $injector.get(defaults.paramSerializer) : defaults.paramSerializer; - completeRequest(callback, status, response, xhr.getAllResponseHeaders(), statusText, 'complete'); - }; + /** + * Interceptors stored in reverse order. Inner interceptors before outer interceptors. + * The reversal is needed so that we can build up the interception chain around the + * server request. + */ + var reversedInterceptors = []; - var requestError = function requestError() { - // The response is always empty - // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error - completeRequest(callback, -1, null, null, '', 'error'); - }; + forEach(interceptorFactories, function(interceptorFactory) { + reversedInterceptors.unshift(isString(interceptorFactory) + ? $injector.get(interceptorFactory) : $injector.invoke(interceptorFactory)); + }); - var requestAborted = function requestAborted() { - completeRequest(callback, -1, null, null, '', 'abort'); + /** + * @ngdoc service + * @kind function + * @name $http + * @requires ng.$httpBackend + * @requires $cacheFactory + * @requires $rootScope + * @requires $q + * @requires $injector + * + * @description + * The `$http` service is a core Angular service that facilitates communication with the remote + * HTTP servers via the browser's [XMLHttpRequest](https://developer.mozilla.org/en/xmlhttprequest) + * object or via [JSONP](http://en.wikipedia.org/wiki/JSONP). + * + * For unit testing applications that use `$http` service, see + * {@link ngMock.$httpBackend $httpBackend mock}. + * + * For a higher level of abstraction, please check out the {@link ngResource.$resource + * $resource} service. + * + * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by + * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage + * it is important to familiarize yourself with these APIs and the guarantees they provide. + * + * + * ## General usage + * The `$http` service is a function which takes a single argument — a {@link $http#usage configuration object} — + * that is used to generate an HTTP request and returns a {@link ng.$q promise}. + * + * ```js + * // Simple GET request example: + * $http({ + * method: 'GET', + * url: '/someUrl' + * }).then(function successCallback(response) { + * // this callback will be called asynchronously + * // when the response is available + * }, function errorCallback(response) { + * // called asynchronously if an error occurs + * // or server returns response with an error status. + * }); + * ``` + * + * The response object has these properties: + * + * - **data** – `{string|Object}` – The response body transformed with the transform + * functions. + * - **status** – `{number}` – HTTP status code of the response. + * - **headers** – `{function([headerName])}` – Header getter function. + * - **config** – `{Object}` – The configuration object that was used to generate the request. + * - **statusText** – `{string}` – HTTP status text of the response. + * - **xhrStatus** – `{string}` – Status of the XMLHttpRequest (`complete`, `error`, `timeout` or `abort`). + * + * A response status code between 200 and 299 is considered a success status and will result in + * the success callback being called. Any response status code outside of that range is + * considered an error status and will result in the error callback being called. + * Also, status codes less than -1 are normalized to zero. -1 usually means the request was + * aborted, e.g. using a `config.timeout`. + * Note that if the response is a redirect, XMLHttpRequest will transparently follow it, meaning + * that the outcome (success or error) will be determined by the final response status code. + * + * + * ## Shortcut methods + * + * Shortcut methods are also available. All shortcut methods require passing in the URL, and + * request data must be passed in for POST/PUT requests. An optional config can be passed as the + * last argument. + * + * ```js + * $http.get('/someUrl', config).then(successCallback, errorCallback); + * $http.post('/someUrl', data, config).then(successCallback, errorCallback); + * ``` + * + * Complete list of shortcut methods: + * + * - {@link ng.$http#get $http.get} + * - {@link ng.$http#head $http.head} + * - {@link ng.$http#post $http.post} + * - {@link ng.$http#put $http.put} + * - {@link ng.$http#delete $http.delete} + * - {@link ng.$http#jsonp $http.jsonp} + * - {@link ng.$http#patch $http.patch} + * + * + * ## Writing Unit Tests that use $http + * When unit testing (using {@link ngMock ngMock}), it is necessary to call + * {@link ngMock.$httpBackend#flush $httpBackend.flush()} to flush each pending + * request using trained responses. + * + * ``` + * $httpBackend.expectGET(...); + * $http.get(...); + * $httpBackend.flush(); + * ``` + * + * ## Setting HTTP Headers + * + * The $http service will automatically add certain HTTP headers to all requests. These defaults + * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration + * object, which currently contains this default configuration: + * + * - `$httpProvider.defaults.headers.common` (headers that are common for all requests): + * - Accept: application/json, text/plain, \*/\* + * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests) + * - `Content-Type: application/json` + * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests) + * - `Content-Type: application/json` + * + * To add or overwrite these defaults, simply add or remove a property from these configuration + * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object + * with the lowercased HTTP method name as the key, e.g. + * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`. + * + * The defaults can also be set at runtime via the `$http.defaults` object in the same + * fashion. For example: + * + * ``` + * module.run(function($http) { + * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'; + * }); + * ``` + * + * In addition, you can supply a `headers` property in the config object passed when + * calling `$http(config)`, which overrides the defaults without changing them globally. + * + * To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis, + * Use the `headers` property, setting the desired header to `undefined`. For example: + * + * ```js + * var req = { + * method: 'POST', + * url: 'http://example.com', + * headers: { + * 'Content-Type': undefined + * }, + * data: { test: 'test' } + * } + * + * $http(req).then(function(){...}, function(){...}); + * ``` + * + * ## Transforming Requests and Responses + * + * Both requests and responses can be transformed using transformation functions: `transformRequest` + * and `transformResponse`. These properties can be a single function that returns + * the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, + * which allows you to `push` or `unshift` a new transformation function into the transformation chain. + * + *
    + * **Note:** Angular does not make a copy of the `data` parameter before it is passed into the `transformRequest` pipeline. + * That means changes to the properties of `data` are not local to the transform function (since Javascript passes objects by reference). + * For example, when calling `$http.get(url, $scope.myObject)`, modifications to the object's properties in a transformRequest + * function will be reflected on the scope and in any templates where the object is data-bound. + * To prevent this, transform functions should have no side-effects. + * If you need to modify properties, it is recommended to make a copy of the data, or create new object to return. + *
    + * + * ### Default Transformations + * + * The `$httpProvider` provider and `$http` service expose `defaults.transformRequest` and + * `defaults.transformResponse` properties. If a request does not provide its own transformations + * then these will be applied. + * + * You can augment or replace the default transformations by modifying these properties by adding to or + * replacing the array. + * + * Angular provides the following default transformations: + * + * Request transformations (`$httpProvider.defaults.transformRequest` and `$http.defaults.transformRequest`) is + * an array with one function that does the following: + * + * - If the `data` property of the request configuration object contains an object, serialize it + * into JSON format. + * + * Response transformations (`$httpProvider.defaults.transformResponse` and `$http.defaults.transformResponse`) is + * an array with one function that does the following: + * + * - If XSRF prefix is detected, strip it (see Security Considerations section below). + * - If the `Content-Type` is `application/json` or the response looks like JSON, + * deserialize it using a JSON parser. + * + * + * ### Overriding the Default Transformations Per Request + * + * If you wish to override the request/response transformations only for a single request then provide + * `transformRequest` and/or `transformResponse` properties on the configuration object passed + * into `$http`. + * + * Note that if you provide these properties on the config object the default transformations will be + * overwritten. If you wish to augment the default transformations then you must include them in your + * local transformation array. + * + * The following code demonstrates adding a new response transformation to be run after the default response + * transformations have been run. + * + * ```js + * function appendTransform(defaults, transform) { + * + * // We can't guarantee that the default transformation is an array + * defaults = angular.isArray(defaults) ? defaults : [defaults]; + * + * // Append the new transformation to the defaults + * return defaults.concat(transform); + * } + * + * $http({ + * url: '...', + * method: 'GET', + * transformResponse: appendTransform($http.defaults.transformResponse, function(value) { + * return doTransform(value); + * }) + * }); + * ``` + * + * + * ## Caching + * + * {@link ng.$http `$http`} responses are not cached by default. To enable caching, you must + * set the config.cache value or the default cache value to TRUE or to a cache object (created + * with {@link ng.$cacheFactory `$cacheFactory`}). If defined, the value of config.cache takes + * precedence over the default cache value. + * + * In order to: + * * cache all responses - set the default cache value to TRUE or to a cache object + * * cache a specific response - set config.cache value to TRUE or to a cache object + * + * If caching is enabled, but neither the default cache nor config.cache are set to a cache object, + * then the default `$cacheFactory("$http")` object is used. + * + * The default cache value can be set by updating the + * {@link ng.$http#defaults `$http.defaults.cache`} property or the + * {@link $httpProvider#defaults `$httpProvider.defaults.cache`} property. + * + * When caching is enabled, {@link ng.$http `$http`} stores the response from the server using + * the relevant cache object. The next time the same request is made, the response is returned + * from the cache without sending a request to the server. + * + * Take note that: + * + * * Only GET and JSONP requests are cached. + * * The cache key is the request URL including search parameters; headers are not considered. + * * Cached responses are returned asynchronously, in the same way as responses from the server. + * * If multiple identical requests are made using the same cache, which is not yet populated, + * one request will be made to the server and remaining requests will return the same response. + * * A cache-control header on the response does not affect if or how responses are cached. + * + * + * ## Interceptors + * + * Before you start creating interceptors, be sure to understand the + * {@link ng.$q $q and deferred/promise APIs}. + * + * For purposes of global error handling, authentication, or any kind of synchronous or + * asynchronous pre-processing of request or postprocessing of responses, it is desirable to be + * able to intercept requests before they are handed to the server and + * responses before they are handed over to the application code that + * initiated these requests. The interceptors leverage the {@link ng.$q + * promise APIs} to fulfill this need for both synchronous and asynchronous pre-processing. + * + * The interceptors are service factories that are registered with the `$httpProvider` by + * adding them to the `$httpProvider.interceptors` array. The factory is called and + * injected with dependencies (if specified) and returns the interceptor. + * + * There are two kinds of interceptors (and two kinds of rejection interceptors): + * + * * `request`: interceptors get called with a http {@link $http#usage config} object. The function is free to + * modify the `config` object or create a new one. The function needs to return the `config` + * object directly, or a promise containing the `config` or a new `config` object. + * * `requestError`: interceptor gets called when a previous interceptor threw an error or + * resolved with a rejection. + * * `response`: interceptors get called with http `response` object. The function is free to + * modify the `response` object or create a new one. The function needs to return the `response` + * object directly, or as a promise containing the `response` or a new `response` object. + * * `responseError`: interceptor gets called when a previous interceptor threw an error or + * resolved with a rejection. + * + * + * ```js + * // register the interceptor as a service + * $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) { + * return { + * // optional method + * 'request': function(config) { + * // do something on success + * return config; + * }, + * + * // optional method + * 'requestError': function(rejection) { + * // do something on error + * if (canRecover(rejection)) { + * return responseOrNewPromise + * } + * return $q.reject(rejection); + * }, + * + * + * + * // optional method + * 'response': function(response) { + * // do something on success + * return response; + * }, + * + * // optional method + * 'responseError': function(rejection) { + * // do something on error + * if (canRecover(rejection)) { + * return responseOrNewPromise + * } + * return $q.reject(rejection); + * } + * }; + * }); + * + * $httpProvider.interceptors.push('myHttpInterceptor'); + * + * + * // alternatively, register the interceptor via an anonymous factory + * $httpProvider.interceptors.push(function($q, dependency1, dependency2) { + * return { + * 'request': function(config) { + * // same as above + * }, + * + * 'response': function(response) { + * // same as above + * } + * }; + * }); + * ``` + * + * ## Security Considerations + * + * When designing web applications, consider security threats from: + * + * - [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) + * - [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) + * + * Both server and the client must cooperate in order to eliminate these threats. Angular comes + * pre-configured with strategies that address these issues, but for this to work backend server + * cooperation is required. + * + * ### JSON Vulnerability Protection + * + * A [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) + * allows third party website to turn your JSON resource URL into + * [JSONP](http://en.wikipedia.org/wiki/JSONP) request under some conditions. To + * counter this your server can prefix all JSON requests with following string `")]}',\n"`. + * Angular will automatically strip the prefix before processing it as JSON. + * + * For example if your server needs to return: + * ```js + * ['one','two'] + * ``` + * + * which is vulnerable to attack, your server can return: + * ```js + * )]}', + * ['one','two'] + * ``` + * + * Angular will strip the prefix, before processing the JSON. + * + * + * ### Cross Site Request Forgery (XSRF) Protection + * + * [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) is an attack technique by + * which the attacker can trick an authenticated user into unknowingly executing actions on your + * website. Angular provides a mechanism to counter XSRF. When performing XHR requests, the + * $http service reads a token from a cookie (by default, `XSRF-TOKEN`) and sets it as an HTTP + * header (`X-XSRF-TOKEN`). Since only JavaScript that runs on your domain could read the + * cookie, your server can be assured that the XHR came from JavaScript running on your domain. + * The header will not be set for cross-domain requests. + * + * To take advantage of this, your server needs to set a token in a JavaScript readable session + * cookie called `XSRF-TOKEN` on the first HTTP GET request. On subsequent XHR requests the + * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure + * that only JavaScript running on your domain could have sent the request. The token must be + * unique for each user and must be verifiable by the server (to prevent the JavaScript from + * making up its own tokens). We recommend that the token is a digest of your site's + * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) + * for added security. + * + * The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName + * properties of either $httpProvider.defaults at config-time, $http.defaults at run-time, + * or the per-request config object. + * + * In order to prevent collisions in environments where multiple Angular apps share the + * same domain or subdomain, we recommend that each application uses unique cookie name. + * + * @param {object} config Object describing the request to be made and how it should be + * processed. The object has following properties: + * + * - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc) + * - **url** – `{string|TrustedObject}` – Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * - **params** – `{Object.}` – Map of strings or objects which will be serialized + * with the `paramSerializer` and appended as GET parameters. + * - **data** – `{string|Object}` – Data to be sent as the request message data. + * - **headers** – `{Object}` – Map of strings or functions which return strings representing + * HTTP headers to send to the server. If the return value of a function is null, the + * header will not be sent. Functions accept a config object as an argument. + * - **eventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest object. + * To bind events to the XMLHttpRequest upload object, use `uploadEventHandlers`. + * The handler will be called in the context of a `$apply` block. + * - **uploadEventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest upload + * object. To bind events to the XMLHttpRequest object, use `eventHandlers`. + * The handler will be called in the context of a `$apply` block. + * - **xsrfHeaderName** – `{string}` – Name of HTTP header to populate with the XSRF token. + * - **xsrfCookieName** – `{string}` – Name of cookie containing the XSRF token. + * - **transformRequest** – + * `{function(data, headersGetter)|Array.}` – + * transform function or an array of such functions. The transform function takes the http + * request body and headers and returns its transformed (typically serialized) version. + * See {@link ng.$http#overriding-the-default-transformations-per-request + * Overriding the Default Transformations} + * - **transformResponse** – + * `{function(data, headersGetter, status)|Array.}` – + * transform function or an array of such functions. The transform function takes the http + * response body, headers and status and returns its transformed (typically deserialized) version. + * See {@link ng.$http#overriding-the-default-transformations-per-request + * Overriding the Default Transformations} + * - **paramSerializer** - `{string|function(Object):string}` - A function used to + * prepare the string representation of request parameters (specified as an object). + * If specified as string, it is interpreted as function registered with the + * {@link $injector $injector}, which means you can create your own serializer + * by registering it as a {@link auto.$provide#service service}. + * The default serializer is the {@link $httpParamSerializer $httpParamSerializer}; + * alternatively, you can use the {@link $httpParamSerializerJQLike $httpParamSerializerJQLike} + * - **cache** – `{boolean|Object}` – A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of the HTTP response. + * See {@link $http#caching $http Caching} for more information. + * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} + * that should abort the request when resolved. + * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the + * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) + * for more information. + * - **responseType** - `{string}` - see + * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype). + * + * @returns {HttpPromise} Returns a {@link ng.$q `Promise}` that will be resolved to a response object + * when the request succeeds or fails. + * + * + * @property {Array.} pendingRequests Array of config objects for currently pending + * requests. This is primarily meant to be used for debugging purposes. + * + * + * @example + + +
    + + +
    + + + +
    http status code: {{status}}
    +
    http response data: {{data}}
    +
    +
    + + angular.module('httpExample', []) + .config(['$sceDelegateProvider', function($sceDelegateProvider) { + // We must whitelist the JSONP endpoint that we are using to show that we trust it + $sceDelegateProvider.resourceUrlWhitelist([ + 'self', + 'https://angularjs.org/**' + ]); + }]) + .controller('FetchController', ['$scope', '$http', '$templateCache', + function($scope, $http, $templateCache) { + $scope.method = 'GET'; + $scope.url = 'http-hello.html'; + + $scope.fetch = function() { + $scope.code = null; + $scope.response = null; + + $http({method: $scope.method, url: $scope.url, cache: $templateCache}). + then(function(response) { + $scope.status = response.status; + $scope.data = response.data; + }, function(response) { + $scope.data = response.data || 'Request failed'; + $scope.status = response.status; + }); }; - var requestTimeout = function requestTimeout() { - // The response is always empty - // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error - completeRequest(callback, -1, null, null, '', 'timeout'); + $scope.updateModel = function(method, url) { + $scope.method = method; + $scope.url = url; }; + }]); + + + Hello, $http! + + + var status = element(by.binding('status')); + var data = element(by.binding('data')); + var fetchBtn = element(by.id('fetchbtn')); + var sampleGetBtn = element(by.id('samplegetbtn')); + var invalidJsonpBtn = element(by.id('invalidjsonpbtn')); + + it('should make an xhr GET request', function() { + sampleGetBtn.click(); + fetchBtn.click(); + expect(status.getText()).toMatch('200'); + expect(data.getText()).toMatch(/Hello, \$http!/); + }); - xhr.onerror = requestError; - xhr.onabort = requestAborted; - xhr.ontimeout = requestTimeout; - - forEach(eventHandlers, function (value, key) { - xhr.addEventListener(key, value); - }); - - forEach(uploadEventHandlers, function (value, key) { - xhr.upload.addEventListener(key, value); - }); - - if (withCredentials) { - xhr.withCredentials = true; - } - - if (responseType) { - try { - xhr.responseType = responseType; - } catch (e) { - // WebKit added support for the json responseType value on 09/03/2013 - // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are - // known to throw when setting the value "json" as the response type. Other older - // browsers implementing the responseType - // - // The json response type can be ignored if not supported, because JSON payloads are - // parsed on the client-side regardless. - if (responseType !== 'json') { - throw e; - } - } - } +// Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185 +// it('should make a JSONP request to angularjs.org', function() { +// var sampleJsonpBtn = element(by.id('samplejsonpbtn')); +// sampleJsonpBtn.click(); +// fetchBtn.click(); +// expect(status.getText()).toMatch('200'); +// expect(data.getText()).toMatch(/Super Hero!/); +// }); + + it('should make JSONP request to invalid URL and invoke the error handler', + function() { + invalidJsonpBtn.click(); + fetchBtn.click(); + expect(status.getText()).toMatch('0'); + expect(data.getText()).toMatch('Request failed'); + }); + +
    + */ + function $http(requestConfig) { - xhr.send(isUndefined(post) ? null : post); + if (!isObject(requestConfig)) { + throw minErr('$http')('badreq', 'Http request configuration must be an object. Received: {0}', requestConfig); } - if (timeout > 0) { - var timeoutId = $browserDefer(timeoutRequest, timeout); - } else if (isPromiseLike(timeout)) { - timeout.then(timeoutRequest); + if (!isString($sce.valueOf(requestConfig.url))) { + throw minErr('$http')('badreq', 'Http request configuration url must be a string or a $sce trusted object. Received: {0}', requestConfig.url); } - function timeoutRequest() { - if (jsonpDone) { - jsonpDone(); - } - if (xhr) { - xhr.abort(); - } - } + var config = extend({ + method: 'get', + transformRequest: defaults.transformRequest, + transformResponse: defaults.transformResponse, + paramSerializer: defaults.paramSerializer, + jsonpCallbackParam: defaults.jsonpCallbackParam + }, requestConfig); - function completeRequest(callback, status, response, headersString, statusText, xhrStatus) { - // cancel timeout and subsequent timeout promise resolution - if (isDefined(timeoutId)) { - $browserDefer.cancel(timeoutId); - } - jsonpDone = xhr = null; + config.headers = mergeHeaders(requestConfig); + config.method = uppercase(config.method); + config.paramSerializer = isString(config.paramSerializer) ? + $injector.get(config.paramSerializer) : config.paramSerializer; - callback(status, response, headersString, statusText, xhrStatus); - } - }; + $browser.$$incOutstandingRequestCount(); - function jsonpReq(url, callbackPath, done) { - url = url.replace('JSON_CALLBACK', callbackPath); - // we can't use jQuery/jqLite here because jQuery does crazy stuff with script elements, e.g.: - // - fetches local scripts via XHR and evals them - // - adds and immediately removes script elements from the document - var script = rawDocument.createElement('script'), - _callback = null; - script.type = 'text/javascript'; - script.src = url; - script.async = true; - - _callback = function callback(event) { - script.removeEventListener('load', _callback); - script.removeEventListener('error', _callback); - rawDocument.body.removeChild(script); - script = null; - var status = -1; - var text = 'unknown'; - - if (event) { - if (event.type === 'load' && !callbacks.wasCalled(callbackPath)) { - event = { type: 'error' }; - } - text = event.type; - status = event.type === 'error' ? 404 : 200; - } + var requestInterceptors = []; + var responseInterceptors = []; + var promise = $q.resolve(config); - if (done) { - done(status, text); + // apply interceptors + forEach(reversedInterceptors, function(interceptor) { + if (interceptor.request || interceptor.requestError) { + requestInterceptors.unshift(interceptor.request, interceptor.requestError); } - }; - - script.addEventListener('load', _callback); - script.addEventListener('error', _callback); - rawDocument.body.appendChild(script); - return _callback; - } - } + if (interceptor.response || interceptor.responseError) { + responseInterceptors.push(interceptor.response, interceptor.responseError); + } + }); - var $interpolateMinErr = angular.$interpolateMinErr = minErr('$interpolate'); - $interpolateMinErr.throwNoconcat = function (text) { - throw $interpolateMinErr('noconcat', 'Error while interpolating: {0}\nStrict Contextual Escaping disallows ' + 'interpolations that concatenate multiple expressions when a trusted value is ' + 'required. See http://docs.angularjs.org/api/ng.$sce', text); - }; + promise = chainInterceptors(promise, requestInterceptors); + promise = promise.then(serverRequest); + promise = chainInterceptors(promise, responseInterceptors); + promise = promise.finally(completeOutstandingRequest); - $interpolateMinErr.interr = function (text, err) { - return $interpolateMinErr('interr', 'Can\'t interpolate: {0}\n{1}', text, err.toString()); - }; + return promise; - /** - * @ngdoc provider - * @name $interpolateProvider - * @this - * - * @description - * - * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. - * - *
    - * This feature is sometimes used to mix different markup languages, e.g. to wrap an Angular - * template within a Python Jinja template (or any other template language). Mixing templating - * languages is **very dangerous**. The embedding template language will not safely escape Angular - * expressions, so any user-controlled values in the template will cause Cross Site Scripting (XSS) - * security bugs! - *
    - * - * @example - - - -
    - //demo.label// -
    -
    - - it('should interpolate binding with custom symbols', function() { - expect(element(by.binding('demo.label')).getText()).toBe('This binding is brought you by // interpolation symbols.'); - }); - -
    - */ - function $InterpolateProvider() { - var startSymbol = '{{'; - var endSymbol = '}}'; - /** - * @ngdoc method - * @name $interpolateProvider#startSymbol - * @description - * Symbol to denote start of expression in the interpolated string. Defaults to `{{`. - * - * @param {string=} value new value to set the starting symbol to. - * @returns {string|self} Returns the symbol when used as getter and self if used as setter. - */ - this.startSymbol = function (value) { - if (value) { - startSymbol = value; - return this; - } else { - return startSymbol; - } - }; + function chainInterceptors(promise, interceptors) { + for (var i = 0, ii = interceptors.length; i < ii;) { + var thenFn = interceptors[i++]; + var rejectFn = interceptors[i++]; - /** - * @ngdoc method - * @name $interpolateProvider#endSymbol - * @description - * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. - * - * @param {string=} value new value to set the ending symbol to. - * @returns {string|self} Returns the symbol when used as getter and self if used as setter. - */ - this.endSymbol = function (value) { - if (value) { - endSymbol = value; - return this; - } else { - return endSymbol; - } - }; + promise = promise.then(thenFn, rejectFn); + } - this.$get = ['$parse', '$exceptionHandler', '$sce', function ($parse, $exceptionHandler, $sce) { - var startSymbolLength = startSymbol.length, - endSymbolLength = endSymbol.length, - escapedStartRegexp = new RegExp(startSymbol.replace(/./g, escape), 'g'), - escapedEndRegexp = new RegExp(endSymbol.replace(/./g, escape), 'g'); + interceptors.length = 0; - function escape(ch) { - return '\\\\\\' + ch; + return promise; } - function unescapeText(text) { - return text.replace(escapedStartRegexp, startSymbol).replace(escapedEndRegexp, endSymbol); + function completeOutstandingRequest() { + $browser.$$completeOutstandingRequest(noop); } - // TODO: this is the same as the constantWatchDelegate in parse.js - function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { - var unwatch = scope.$watch(function constantInterpolateWatch(scope) { - unwatch(); - return constantInterp(scope); - }, listener, objectEquality); - return unwatch; - } + function executeHeaderFns(headers, config) { + var headerContent, processedHeaders = {}; - /** - * @ngdoc service - * @name $interpolate - * @kind function - * - * @requires $parse - * @requires $sce - * - * @description - * - * Compiles a string with markup into an interpolation function. This service is used by the - * HTML {@link ng.$compile $compile} service for data binding. See - * {@link ng.$interpolateProvider $interpolateProvider} for configuring the - * interpolation markup. - * - * - * ```js - * var $interpolate = ...; // injected - * var exp = $interpolate('Hello {{name | uppercase}}!'); - * expect(exp({name:'Angular'})).toEqual('Hello ANGULAR!'); - * ``` - * - * `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is - * `true`, the interpolation function will return `undefined` unless all embedded expressions - * evaluate to a value other than `undefined`. - * - * ```js - * var $interpolate = ...; // injected - * var context = {greeting: 'Hello', name: undefined }; - * - * // default "forgiving" mode - * var exp = $interpolate('{{greeting}} {{name}}!'); - * expect(exp(context)).toEqual('Hello !'); - * - * // "allOrNothing" mode - * exp = $interpolate('{{greeting}} {{name}}!', false, null, true); - * expect(exp(context)).toBeUndefined(); - * context.name = 'Angular'; - * expect(exp(context)).toEqual('Hello Angular!'); - * ``` - * - * `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior. - * - * #### Escaped Interpolation - * $interpolate provides a mechanism for escaping interpolation markers. Start and end markers - * can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash). - * It will be rendered as a regular start/end marker, and will not be interpreted as an expression - * or binding. - * - * This enables web-servers to prevent script injection attacks and defacing attacks, to some - * degree, while also enabling code examples to work without relying on the - * {@link ng.directive:ngNonBindable ngNonBindable} directive. - * - * **For security purposes, it is strongly encouraged that web servers escape user-supplied data, - * replacing angle brackets (<, >) with &lt; and &gt; respectively, and replacing all - * interpolation start/end markers with their escaped counterparts.** - * - * Escaped interpolation markers are only replaced with the actual interpolation markers in rendered - * output when the $interpolate service processes the text. So, for HTML elements interpolated - * by {@link ng.$compile $compile}, or otherwise interpolated with the `mustHaveExpression` parameter - * set to `true`, the interpolated text must contain an unescaped interpolation expression. As such, - * this is typically useful only when user-data is used in rendering a template from the server, or - * when otherwise untrusted data is used by a directive. - * - * - * - *
    - *

    {{apptitle}}: \{\{ username = "defaced value"; \}\} - *

    - *

    {{username}} attempts to inject code which will deface the - * application, but fails to accomplish their task, because the server has correctly - * escaped the interpolation start/end markers with REVERSE SOLIDUS U+005C (backslash) - * characters.

    - *

    Instead, the result of the attempted script injection is visible, and can be removed - * from the database by an administrator.

    - *
    - *
    - *
    - * - * @knownIssue - * It is currently not possible for an interpolated expression to contain the interpolation end - * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e. - * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string. - * - * @knownIssue - * All directives and components must use the standard `{{` `}}` interpolation symbols - * in their templates. If you change the application interpolation symbols the {@link $compile} - * service will attempt to denormalize the standard symbols to the custom symbols. - * The denormalization process is not clever enough to know not to replace instances of the standard - * symbols where they would not normally be treated as interpolation symbols. For example in the following - * code snippet the closing braces of the literal object will get incorrectly denormalized: - * - * ``` - *
    - * ``` - * - * See https://github.com/angular/angular.js/pull/14610#issuecomment-219401099 for more information. - * - * @param {string} text The text with markup to interpolate. - * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have - * embedded expression in order to return an interpolation function. Strings with no - * embedded expression will return null for the interpolation function. - * @param {string=} trustedContext when provided, the returned function passes the interpolated - * result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult, - * trustedContext)} before returning it. Refer to the {@link ng.$sce $sce} service that - * provides Strict Contextual Escaping for details. - * @param {boolean=} allOrNothing if `true`, then the returned function returns undefined - * unless all embedded expressions evaluate to a value other than `undefined`. - * @returns {function(context)} an interpolation function which is used to compute the - * interpolated string. The function has these parameters: - * - * - `context`: evaluation context for all expressions embedded in the interpolated text - */ - function $interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { - // Provide a quick exit and simplified result function for text with no interpolation - if (!text.length || text.indexOf(startSymbol) === -1) { - var constantInterp; - if (!mustHaveExpression) { - var unescapedText = unescapeText(text); - constantInterp = valueFn(unescapedText); - constantInterp.exp = text; - constantInterp.expressions = []; - constantInterp.$$watchDelegate = constantWatchDelegate; - } - return constantInterp; - } - - allOrNothing = !!allOrNothing; - var startIndex, - endIndex, - index = 0, - expressions = [], - parseFns = [], - textLength = text.length, - exp, - concat = [], - expressionPositions = []; - - while (index < textLength) { - if ((startIndex = text.indexOf(startSymbol, index)) !== -1 && (endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) !== -1) { - if (index !== startIndex) { - concat.push(unescapeText(text.substring(index, startIndex))); + forEach(headers, function(headerFn, header) { + if (isFunction(headerFn)) { + headerContent = headerFn(config); + if (headerContent != null) { + processedHeaders[header] = headerContent; } - exp = text.substring(startIndex + startSymbolLength, endIndex); - expressions.push(exp); - parseFns.push($parse(exp, parseStringifyInterceptor)); - index = endIndex + endSymbolLength; - expressionPositions.push(concat.length); - concat.push(''); } else { - // we did not find an interpolation, so we have to add the remainder to the separators array - if (index !== textLength) { - concat.push(unescapeText(text.substring(index))); - } - break; + processedHeaders[header] = headerFn; } - } + }); - // Concatenating expressions makes it hard to reason about whether some combination of - // concatenated values are unsafe to use and could easily lead to XSS. By requiring that a - // single expression be used for iframe[src], object[src], etc., we ensure that the value - // that's used is assigned or constructed by some JS code somewhere that is more testable or - // make it obvious that you bound the value to some user controlled value. This helps reduce - // the load when auditing for XSS issues. - if (trustedContext && concat.length > 1) { - $interpolateMinErr.throwNoconcat(text); - } + return processedHeaders; + } + + function mergeHeaders(config) { + var defHeaders = defaults.headers, + reqHeaders = extend({}, config.headers), + defHeaderName, lowercaseDefHeaderName, reqHeaderName; + + defHeaders = extend({}, defHeaders.common, defHeaders[lowercase(config.method)]); - if (!mustHaveExpression || expressions.length) { - var compute = function compute(values) { - for (var i = 0, ii = expressions.length; i < ii; i++) { - if (allOrNothing && isUndefined(values[i])) return; - concat[expressionPositions[i]] = values[i]; + // using for-in instead of forEach to avoid unnecessary iteration after header has been found + defaultHeadersIteration: + for (defHeaderName in defHeaders) { + lowercaseDefHeaderName = lowercase(defHeaderName); + + for (reqHeaderName in reqHeaders) { + if (lowercase(reqHeaderName) === lowercaseDefHeaderName) { + continue defaultHeadersIteration; } - return concat.join(''); - }; + } - var getValue = function getValue(value) { - return trustedContext ? $sce.getTrusted(trustedContext, value) : $sce.valueOf(value); - }; + reqHeaders[defHeaderName] = defHeaders[defHeaderName]; + } - return extend(function interpolationFn(context) { - var i = 0; - var ii = expressions.length; - var values = new Array(ii); + // execute if header value is a function for merged headers + return executeHeaderFns(reqHeaders, shallowCopy(config)); + } - try { - for (; i < ii; i++) { - values[i] = parseFns[i](context); - } + function serverRequest(config) { + var headers = config.headers; + var reqData = transformData(config.data, headersGetter(headers), undefined, config.transformRequest); - return compute(values); - } catch (err) { - $exceptionHandler($interpolateMinErr.interr(text, err)); - } - }, { - // all of these properties are undocumented for now - exp: text, //just for compatibility with regular watchers created via $watch - expressions: expressions, - $$watchDelegate: function $$watchDelegate(scope, listener) { - var lastValue; - return scope.$watchGroup(parseFns, /** @this */function interpolateFnWatcher(values, oldValues) { - var currValue = compute(values); - listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope); - lastValue = currValue; - }); + // strip content-type if data is undefined + if (isUndefined(reqData)) { + forEach(headers, function(value, header) { + if (lowercase(header) === 'content-type') { + delete headers[header]; } }); } - function parseStringifyInterceptor(value) { - try { - value = getValue(value); - return allOrNothing && !isDefined(value) ? value : stringify(value); - } catch (err) { - $exceptionHandler($interpolateMinErr.interr(text, err)); - } + if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { + config.withCredentials = defaults.withCredentials; } + + // send request + return sendReq(config, reqData).then(transformResponse, transformResponse); } - /** - * @ngdoc method - * @name $interpolate#startSymbol - * @description - * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`. - * - * Use {@link ng.$interpolateProvider#startSymbol `$interpolateProvider.startSymbol`} to change - * the symbol. - * - * @returns {string} start symbol. - */ - $interpolate.startSymbol = function () { - return startSymbol; - }; + function transformResponse(response) { + // make a copy since the response must be cacheable + var resp = extend({}, response); + resp.data = transformData(response.data, response.headers, response.status, + config.transformResponse); + return (isSuccess(response.status)) + ? resp + : $q.reject(resp); + } + } - /** - * @ngdoc method - * @name $interpolate#endSymbol - * @description - * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. - * - * Use {@link ng.$interpolateProvider#endSymbol `$interpolateProvider.endSymbol`} to change - * the symbol. - * - * @returns {string} end symbol. - */ - $interpolate.endSymbol = function () { - return endSymbol; - }; + $http.pendingRequests = []; - return $interpolate; - }]; - } + /** + * @ngdoc method + * @name $http#get + * + * @description + * Shortcut method to perform `GET` request. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - /** @this */ - function $IntervalProvider() { - this.$get = ['$rootScope', '$window', '$q', '$$q', '$browser', function ($rootScope, $window, $q, $$q, $browser) { - var intervals = {}; + /** + * @ngdoc method + * @name $http#delete + * + * @description + * Shortcut method to perform `DELETE` request. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - /** - * @ngdoc service - * @name $interval - * - * @description - * Angular's wrapper for `window.setInterval`. The `fn` function is executed every `delay` - * milliseconds. - * - * The return value of registering an interval function is a promise. This promise will be - * notified upon each tick of the interval, and will be resolved after `count` iterations, or - * run indefinitely if `count` is not defined. The value of the notification will be the - * number of iterations that have run. - * To cancel an interval, call `$interval.cancel(promise)`. - * - * In tests you can use {@link ngMock.$interval#flush `$interval.flush(millis)`} to - * move forward by `millis` milliseconds and trigger any functions scheduled to run in that - * time. - * - *
    - * **Note**: Intervals created by this service must be explicitly destroyed when you are finished - * with them. In particular they are not automatically destroyed when a controller's scope or a - * directive's element are destroyed. - * You should take this into consideration and make sure to always cancel the interval at the - * appropriate moment. See the example below for more details on how and when to do this. - *
    - * - * @param {function()} fn A function that should be called repeatedly. If no additional arguments - * are passed (see below), the function is called with the current iteration count. - * @param {number} delay Number of milliseconds between each function call. - * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat - * indefinitely. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @param {...*=} Pass additional parameters to the executed function. - * @returns {promise} A promise which will be notified on each iteration. It will resolve once all iterations of the interval complete. - * - * @example - * - * - * - * - *
    - *
    - *
    - * Current time is: - *
    - * Blood 1 : {{blood_1}} - * Blood 2 : {{blood_2}} - * - * - * - *
    - *
    - * - *
    - *
    - */ - function interval(fn, delay, count, invokeApply) { - var hasParams = arguments.length > 4, - args = hasParams ? sliceArgs(arguments, 4) : [], - setInterval = $window.setInterval, - clearInterval = $window.clearInterval, - iteration = 0, - skipApply = isDefined(invokeApply) && !invokeApply, - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise; - - count = isDefined(count) ? count : 0; - - promise.$$intervalId = setInterval(function tick() { - if (skipApply) { - $browser.defer(callback); - } else { - $rootScope.$evalAsync(callback); - } - deferred.notify(iteration++); + /** + * @ngdoc method + * @name $http#head + * + * @description + * Shortcut method to perform `HEAD` request. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - if (count > 0 && iteration >= count) { - deferred.resolve(iteration); - clearInterval(promise.$$intervalId); - delete intervals[promise.$$intervalId]; - } + /** + * @ngdoc method + * @name $http#jsonp + * + * @description + * Shortcut method to perform `JSONP` request. + * + * Note that, since JSONP requests are sensitive because the response is given full access to the browser, + * the url must be declared, via {@link $sce} as a trusted resource URL. + * You can trust a URL by adding it to the whitelist via + * {@link $sceDelegateProvider#resourceUrlWhitelist `$sceDelegateProvider.resourceUrlWhitelist`} or + * by explicitly trusting the URL via {@link $sce#trustAsResourceUrl `$sce.trustAsResourceUrl(url)`}. + * + * You should avoid generating the URL for the JSONP request from user provided data. + * Provide additional query parameters via `params` property of the `config` parameter, rather than + * modifying the URL itself. + * + * JSONP requests must specify a callback to be used in the response from the server. This callback + * is passed as a query parameter in the request. You must specify the name of this parameter by + * setting the `jsonpCallbackParam` property on the request config object. + * + * ``` + * $http.jsonp('some/trusted/url', {jsonpCallbackParam: 'callback'}) + * ``` + * + * You can also specify a default callback parameter name in `$http.defaults.jsonpCallbackParam`. + * Initially this is set to `'callback'`. + * + *
    + * You can no longer use the `JSON_CALLBACK` string as a placeholder for specifying where the callback + * parameter value should go. + *
    + * + * If you would like to customise where and how the callbacks are stored then try overriding + * or decorating the {@link $jsonpCallbacks} service. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ + createShortMethods('get', 'delete', 'head', 'jsonp'); - if (!skipApply) $rootScope.$apply(); - }, delay); + /** + * @ngdoc method + * @name $http#post + * + * @description + * Shortcut method to perform `POST` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - intervals[promise.$$intervalId] = deferred; + /** + * @ngdoc method + * @name $http#put + * + * @description + * Shortcut method to perform `PUT` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - return promise; + /** + * @ngdoc method + * @name $http#patch + * + * @description + * Shortcut method to perform `PATCH` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ + createShortMethodsWithData('post', 'put', 'patch'); - function callback() { - if (!hasParams) { - fn(iteration); - } else { - fn.apply(null, args); - } - } - } + /** + * @ngdoc property + * @name $http#defaults + * + * @description + * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of + * default headers, withCredentials as well as request and response transformations. + * + * See "Setting HTTP Headers" and "Transforming Requests and Responses" sections above. + */ + $http.defaults = defaults; - /** - * @ngdoc method - * @name $interval#cancel - * - * @description - * Cancels a task associated with the `promise`. - * - * @param {Promise=} promise returned by the `$interval` function. - * @returns {boolean} Returns `true` if the task was successfully canceled. - */ - interval.cancel = function (promise) { - if (promise && promise.$$intervalId in intervals) { - // Interval cancels should not report as unhandled promise. - markQExceptionHandled(intervals[promise.$$intervalId].promise); - intervals[promise.$$intervalId].reject('canceled'); - $window.clearInterval(promise.$$intervalId); - delete intervals[promise.$$intervalId]; - return true; - } - return false; - }; - return interval; - }]; - } + return $http; - /** - * @ngdoc service - * @name $jsonpCallbacks - * @requires $window - * @description - * This service handles the lifecycle of callbacks to handle JSONP requests. - * Override this service if you wish to customise where the callbacks are stored and - * how they vary compared to the requested url. - */ - var $jsonpCallbacksProvider = /** @this */function $jsonpCallbacksProvider() { - this.$get = function () { - var callbacks = angular.callbacks; - var callbackMap = {}; - - function _createCallback(callbackId) { - var callback = function callback(data) { - callback.data = data; - callback.called = true; + + function createShortMethods(names) { + forEach(arguments, function(name) { + $http[name] = function(url, config) { + return $http(extend({}, config || {}, { + method: name, + url: url + })); }; - callback.id = callbackId; - return callback; - } + }); + } - return { - /** - * @ngdoc method - * @name $jsonpCallbacks#createCallback - * @param {string} url the url of the JSONP request - * @returns {string} the callback path to send to the server as part of the JSONP request - * @description - * {@link $httpBackend} calls this method to create a callback and get hold of the path to the callback - * to pass to the server, which will be used to call the callback with its payload in the JSONP response. - */ - createCallback: function createCallback(url) { - var callbackId = '_' + (callbacks.$$counter++).toString(36); - var callbackPath = 'angular.callbacks.' + callbackId; - var callback = _createCallback(callbackId); - callbackMap[callbackPath] = callbacks[callbackId] = callback; - return callbackPath; - }, - /** - * @ngdoc method - * @name $jsonpCallbacks#wasCalled - * @param {string} callbackPath the path to the callback that was sent in the JSONP request - * @returns {boolean} whether the callback has been called, as a result of the JSONP response - * @description - * {@link $httpBackend} calls this method to find out whether the JSONP response actually called the - * callback that was passed in the request. - */ - wasCalled: function wasCalled(callbackPath) { - return callbackMap[callbackPath].called; - }, - /** - * @ngdoc method - * @name $jsonpCallbacks#getResponse - * @param {string} callbackPath the path to the callback that was sent in the JSONP request - * @returns {*} the data received from the response via the registered callback - * @description - * {@link $httpBackend} calls this method to get hold of the data that was provided to the callback - * in the JSONP response. - */ - getResponse: function getResponse(callbackPath) { - return callbackMap[callbackPath].data; - }, - /** - * @ngdoc method - * @name $jsonpCallbacks#removeCallback - * @param {string} callbackPath the path to the callback that was sent in the JSONP request - * @description - * {@link $httpBackend} calls this method to remove the callback after the JSONP request has - * completed or timed-out. - */ - removeCallback: function removeCallback(callbackPath) { - var callback = callbackMap[callbackPath]; - delete callbacks[callback.id]; - delete callbackMap[callbackPath]; - } - }; - }; - }; - /** - * @ngdoc service - * @name $locale - * - * @description - * $locale service provides localization rules for various Angular components. As of right now the - * only public api is: - * - * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) - */ + function createShortMethodsWithData(name) { + forEach(arguments, function(name) { + $http[name] = function(url, data, config) { + return $http(extend({}, config || {}, { + method: name, + url: url, + data: data + })); + }; + }); + } + + + /** + * Makes the request. + * + * !!! ACCESSES CLOSURE VARS: + * $httpBackend, defaults, $log, $rootScope, defaultCache, $http.pendingRequests + */ + function sendReq(config, reqData) { + var deferred = $q.defer(), + promise = deferred.promise, + cache, + cachedResp, + reqHeaders = config.headers, + isJsonp = lowercase(config.method) === 'jsonp', + url = config.url; + + if (isJsonp) { + // JSONP is a pretty sensitive operation where we're allowing a script to have full access to + // our DOM and JS space. So we require that the URL satisfies SCE.RESOURCE_URL. + url = $sce.getTrustedResourceUrl(url); + } else if (!isString(url)) { + // If it is not a string then the URL must be a $sce trusted object + url = $sce.valueOf(url); + } + + url = buildUrl(url, config.paramSerializer(config.params)); + + if (isJsonp) { + // Check the url and add the JSONP callback placeholder + url = sanitizeJsonpCallbackParam(url, config.jsonpCallbackParam); + } + + $http.pendingRequests.push(config); + promise.then(removePendingReq, removePendingReq); + + if ((config.cache || defaults.cache) && config.cache !== false && + (config.method === 'GET' || config.method === 'JSONP')) { + cache = isObject(config.cache) ? config.cache + : isObject(/** @type {?} */ (defaults).cache) + ? /** @type {?} */ (defaults).cache + : defaultCache; + } + + if (cache) { + cachedResp = cache.get(url); + if (isDefined(cachedResp)) { + if (isPromiseLike(cachedResp)) { + // cached request has already been sent, but there is no response yet + cachedResp.then(resolvePromiseWithResult, resolvePromiseWithResult); + } else { + // serving from cache + if (isArray(cachedResp)) { + resolvePromise(cachedResp[1], cachedResp[0], shallowCopy(cachedResp[2]), cachedResp[3], cachedResp[4]); + } else { + resolvePromise(cachedResp, 200, {}, 'OK', 'complete'); + } + } + } else { + // put the promise for the non-transformed response into cache as a placeholder + cache.put(url, promise); + } + } - var PATH_MATCH = /^([^?#]*)(\?([^#]*))?(#(.*))?$/, - DEFAULT_PORTS = { 'http': 80, 'https': 443, 'ftp': 21 }; - var $locationMinErr = minErr('$location'); - /** - * Encode path using encodeUriSegment, ignoring forward slashes - * - * @param {string} path Path to encode - * @returns {string} - */ - function encodePath(path) { - var segments = path.split('/'), - i = segments.length; + // if we won't have the response in cache, set the xsrf headers and + // send the request to the backend + if (isUndefined(cachedResp)) { + var xsrfValue = urlIsSameOrigin(config.url) + ? $$cookieReader()[config.xsrfCookieName || defaults.xsrfCookieName] + : undefined; + if (xsrfValue) { + reqHeaders[(config.xsrfHeaderName || defaults.xsrfHeaderName)] = xsrfValue; + } - while (i--) { - // decode forward slashes to prevent them from being double encoded - segments[i] = encodeUriSegment(segments[i].replace(/%2F/g, '/')); - } + $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout, + config.withCredentials, config.responseType, + createApplyHandlers(config.eventHandlers), + createApplyHandlers(config.uploadEventHandlers)); + } - return segments.join('/'); - } + return promise; - function decodePath(path, html5Mode) { - var segments = path.split('/'), - i = segments.length; + function createApplyHandlers(eventHandlers) { + if (eventHandlers) { + var applyHandlers = {}; + forEach(eventHandlers, function(eventHandler, key) { + applyHandlers[key] = function(event) { + if (useApplyAsync) { + $rootScope.$applyAsync(callEventHandler); + } else if ($rootScope.$$phase) { + callEventHandler(); + } else { + $rootScope.$apply(callEventHandler); + } - while (i--) { - segments[i] = decodeURIComponent(segments[i]); - if (html5Mode) { - // encode forward slashes to prevent them from being mistaken for path separators - segments[i] = segments[i].replace(/\//g, '%2F'); + function callEventHandler() { + eventHandler(event); + } + }; + }); + return applyHandlers; + } } - } - return segments.join('/'); - } - - function parseAbsoluteUrl(absoluteUrl, locationObj) { - var parsedUrl = urlResolve(absoluteUrl); - locationObj.$$protocol = parsedUrl.protocol; - locationObj.$$host = parsedUrl.hostname; - locationObj.$$port = toInt(parsedUrl.port) || DEFAULT_PORTS[parsedUrl.protocol] || null; - } + /** + * Callback registered to $httpBackend(): + * - caches the response if desired + * - resolves the raw $http promise + * - calls $apply + */ + function done(status, response, headersString, statusText, xhrStatus) { + if (cache) { + if (isSuccess(status)) { + cache.put(url, [status, response, parseHeaders(headersString), statusText, xhrStatus]); + } else { + // remove promise from the cache + cache.remove(url); + } + } - var DOUBLE_SLASH_REGEX = /^\s*[\\/]{2,}/; - function parseAppUrl(url, locationObj, html5Mode) { + function resolveHttpPromise() { + resolvePromise(response, status, headersString, statusText, xhrStatus); + } - if (DOUBLE_SLASH_REGEX.test(url)) { - throw $locationMinErr('badpath', 'Invalid url "{0}".', url); - } + if (useApplyAsync) { + $rootScope.$applyAsync(resolveHttpPromise); + } else { + resolveHttpPromise(); + if (!$rootScope.$$phase) $rootScope.$apply(); + } + } - var prefixed = url.charAt(0) !== '/'; - if (prefixed) { - url = '/' + url; - } - var match = urlResolve(url); - var path = prefixed && match.pathname.charAt(0) === '/' ? match.pathname.substring(1) : match.pathname; - locationObj.$$path = decodePath(path, html5Mode); - locationObj.$$search = parseKeyValue(match.search); - locationObj.$$hash = decodeURIComponent(match.hash); - // make sure path starts with '/'; - if (locationObj.$$path && locationObj.$$path.charAt(0) !== '/') { - locationObj.$$path = '/' + locationObj.$$path; - } - } + /** + * Resolves the raw $http promise. + */ + function resolvePromise(response, status, headers, statusText, xhrStatus) { + //status: HTTP response status code, 0, -1 (aborted by timeout / promise) + status = status >= -1 ? status : 0; + + (isSuccess(status) ? deferred.resolve : deferred.reject)({ + data: response, + status: status, + headers: headersGetter(headers), + config: config, + statusText: statusText, + xhrStatus: xhrStatus + }); + } - function startsWith(str, search) { - return str.slice(0, search.length) === search; - } + function resolvePromiseWithResult(result) { + resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); + } - /** - * - * @param {string} base - * @param {string} url - * @returns {string} returns text from `url` after `base` or `undefined` if it does not begin with - * the expected string. - */ - function stripBaseUrl(base, url) { - if (startsWith(url, base)) { - return url.substr(base.length); + function removePendingReq() { + var idx = $http.pendingRequests.indexOf(config); + if (idx !== -1) $http.pendingRequests.splice(idx, 1); + } } - } - function stripHash(url) { - var index = url.indexOf('#'); - return index === -1 ? url : url.substr(0, index); - } - - function trimEmptyHash(url) { - return url.replace(/(#.+)|#$/, '$1'); - } - - function stripFile(url) { - return url.substr(0, stripHash(url).lastIndexOf('/') + 1); - } - - /* return the server only (scheme://host:port) */ - function serverBase(url) { - return url.substring(0, url.indexOf('/', url.indexOf('//') + 2)); - } - /** - * LocationHtml5Url represents a URL - * This object is exposed as $location service when HTML5 mode is enabled and supported - * - * @constructor - * @param {string} appBase application base URL - * @param {string} appBaseNoFile application base URL stripped of any filename - * @param {string} basePrefix URL path prefix - */ - function LocationHtml5Url(appBase, appBaseNoFile, basePrefix) { - this.$$html5 = true; - basePrefix = basePrefix || ''; - parseAbsoluteUrl(appBase, this); + function buildUrl(url, serializedParams) { + if (serializedParams.length > 0) { + url += ((url.indexOf('?') === -1) ? '?' : '&') + serializedParams; + } + return url; + } - /** - * Parse given HTML5 (regular) URL string into properties - * @param {string} url HTML5 URL - * @private - */ - this.$$parse = function (url) { - var pathUrl = stripBaseUrl(appBaseNoFile, url); - if (!isString(pathUrl)) { - throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, appBaseNoFile); + function sanitizeJsonpCallbackParam(url, cbKey) { + var parts = url.split('?'); + if (parts.length > 2) { + // Throw if the url contains more than one `?` query indicator + throw $httpMinErr('badjsonp', 'Illegal use more than one "?", in url, "{1}"', url); } + var params = parseKeyValue(parts[1]); + forEach(params, function(value, key) { + if (value === 'JSON_CALLBACK') { + // Throw if the url already contains a reference to JSON_CALLBACK + throw $httpMinErr('badjsonp', 'Illegal use of JSON_CALLBACK in url, "{0}"', url); + } + if (key === cbKey) { + // Throw if the callback param was already provided + throw $httpMinErr('badjsonp', 'Illegal use of callback param, "{0}", in url, "{1}"', cbKey, url); + } + }); - parseAppUrl(pathUrl, this, true); + // Add in the JSON_CALLBACK callback param value + url += ((url.indexOf('?') === -1) ? '?' : '&') + cbKey + '=JSON_CALLBACK'; - if (!this.$$path) { - this.$$path = '/'; - } + return url; + } + }]; +} - this.$$compose(); +/** + * @ngdoc service + * @name $xhrFactory + * @this + * + * @description + * Factory function used to create XMLHttpRequest objects. + * + * Replace or decorate this service to create your own custom XMLHttpRequest objects. + * + * ``` + * angular.module('myApp', []) + * .factory('$xhrFactory', function() { + * return function createXhr(method, url) { + * return new window.XMLHttpRequest({mozSystem: true}); + * }; + * }); + * ``` + * + * @param {string} method HTTP method of the request (GET, POST, PUT, ..) + * @param {string} url URL of the request. + */ +function $xhrFactoryProvider() { + this.$get = function() { + return function createXhr() { + return new window.XMLHttpRequest(); }; + }; +} - /** - * Compose url and update `absUrl` property - * @private - */ - this.$$compose = function () { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; +/** + * @ngdoc service + * @name $httpBackend + * @requires $jsonpCallbacks + * @requires $document + * @requires $xhrFactory + * @this + * + * @description + * HTTP backend used by the {@link ng.$http service} that delegates to + * XMLHttpRequest object or JSONP and deals with browser incompatibilities. + * + * You should never need to use this service directly, instead use the higher-level abstractions: + * {@link ng.$http $http} or {@link ngResource.$resource $resource}. + * + * During testing this implementation is swapped with {@link ngMock.$httpBackend mock + * $httpBackend} which can be trained with responses. + */ +function $HttpBackendProvider() { + this.$get = ['$browser', '$jsonpCallbacks', '$document', '$xhrFactory', function($browser, $jsonpCallbacks, $document, $xhrFactory) { + return createHttpBackend($browser, $xhrFactory, $browser.defer, $jsonpCallbacks, $document[0]); + }]; +} - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = appBaseNoFile + this.$$url.substr(1); // first char is always '/' +function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDocument) { + // TODO(vojta): fix the signature + return function(method, url, post, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers) { + url = url || $browser.url(); - this.$$urlUpdatedByLocation = true; - }; + if (lowercase(method) === 'jsonp') { + var callbackPath = callbacks.createCallback(url); + var jsonpDone = jsonpReq(url, callbackPath, function(status, text) { + // jsonpReq only ever sets status to 200 (OK), 404 (ERROR) or -1 (WAITING) + var response = (status === 200) && callbacks.getResponse(callbackPath); + completeRequest(callback, status, response, '', text, 'complete'); + callbacks.removeCallback(callbackPath); + }); + } else { - this.$$parseLinkUrl = function (url, relHref) { - if (relHref && relHref[0] === '#') { - // special case for links to hash fragments: - // keep the old url and only replace the hash fragment - this.hash(relHref.slice(1)); - return true; - } - var appUrl, prevAppUrl; - var rewrittenUrl; + var xhr = createXhr(method, url); - if (isDefined(appUrl = stripBaseUrl(appBase, url))) { - prevAppUrl = appUrl; - if (basePrefix && isDefined(appUrl = stripBaseUrl(basePrefix, appUrl))) { - rewrittenUrl = appBaseNoFile + (stripBaseUrl('/', appUrl) || appUrl); - } else { - rewrittenUrl = appBase + prevAppUrl; + xhr.open(method, url, true); + forEach(headers, function(value, key) { + if (isDefined(value)) { + xhr.setRequestHeader(key, value); } - } else if (isDefined(appUrl = stripBaseUrl(appBaseNoFile, url))) { - rewrittenUrl = appBaseNoFile + appUrl; - } else if (appBaseNoFile === url + '/') { - rewrittenUrl = appBaseNoFile; - } - if (rewrittenUrl) { - this.$$parse(rewrittenUrl); - } - return !!rewrittenUrl; - }; - } - - /** - * LocationHashbangUrl represents URL - * This object is exposed as $location service when developer doesn't opt into html5 mode. - * It also serves as the base class for html5 mode fallback on legacy browsers. - * - * @constructor - * @param {string} appBase application base URL - * @param {string} appBaseNoFile application base URL stripped of any filename - * @param {string} hashPrefix hashbang prefix - */ - function LocationHashbangUrl(appBase, appBaseNoFile, hashPrefix) { + }); - parseAbsoluteUrl(appBase, this); + xhr.onload = function requestLoaded() { + var statusText = xhr.statusText || ''; - /** - * Parse given hashbang URL into properties - * @param {string} url Hashbang URL - * @private - */ - this.$$parse = function (url) { - var withoutBaseUrl = stripBaseUrl(appBase, url) || stripBaseUrl(appBaseNoFile, url); - var withoutHashUrl; + // responseText is the old-school way of retrieving response (supported by IE9) + // response/responseType properties were introduced in XHR Level2 spec (supported by IE10) + var response = ('response' in xhr) ? xhr.response : xhr.responseText; - if (!isUndefined(withoutBaseUrl) && withoutBaseUrl.charAt(0) === '#') { + // normalize IE9 bug (http://bugs.jquery.com/ticket/1450) + var status = xhr.status === 1223 ? 204 : xhr.status; - // The rest of the URL starts with a hash so we have - // got either a hashbang path or a plain hash fragment - withoutHashUrl = stripBaseUrl(hashPrefix, withoutBaseUrl); - if (isUndefined(withoutHashUrl)) { - // There was no hashbang prefix so we just have a hash fragment - withoutHashUrl = withoutBaseUrl; - } - } else { - // There was no hashbang path nor hash fragment: - // If we are in HTML5 mode we use what is left as the path; - // Otherwise we ignore what is left - if (this.$$html5) { - withoutHashUrl = withoutBaseUrl; - } else { - withoutHashUrl = ''; - if (isUndefined(withoutBaseUrl)) { - appBase = url; - /** @type {?} */this.replace(); - } + // fix status code when it is 0 (0 status is undocumented). + // Occurs when accessing file resources or on Android 4.1 stock browser + // while retrieving files from application cache. + if (status === 0) { + status = response ? 200 : urlResolve(url).protocol === 'file' ? 404 : 0; } - } - parseAppUrl(withoutHashUrl, this, false); + completeRequest(callback, + status, + response, + xhr.getAllResponseHeaders(), + statusText, + 'complete'); + }; - this.$$path = removeWindowsDriveName(this.$$path, withoutHashUrl, appBase); + var requestError = function() { + // The response is always empty + // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error + completeRequest(callback, -1, null, null, '', 'error'); + }; - this.$$compose(); + var requestAborted = function() { + completeRequest(callback, -1, null, null, '', 'abort'); + }; - /* - * In Windows, on an anchor node on documents loaded from - * the filesystem, the browser will return a pathname - * prefixed with the drive name ('/C:/path') when a - * pathname without a drive is set: - * * a.setAttribute('href', '/foo') - * * a.pathname === '/C:/foo' //true - * - * Inside of Angular, we're always using pathnames that - * do not include drive names for routing. - */ - function removeWindowsDriveName(path, url, base) { - /* - Matches paths for file protocol on windows, - such as /C:/foo/bar, and captures only /foo/bar. - */ - var windowsFilePathExp = /^\/[A-Z]:(\/.*)/; + var requestTimeout = function() { + // The response is always empty + // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error + completeRequest(callback, -1, null, null, '', 'timeout'); + }; - var firstPathSegmentMatch; + xhr.onerror = requestError; + xhr.onabort = requestAborted; + xhr.ontimeout = requestTimeout; - //Get the relative path from the input URL. - if (startsWith(url, base)) { - url = url.replace(base, ''); - } + forEach(eventHandlers, function(value, key) { + xhr.addEventListener(key, value); + }); - // The input URL intentionally contains a first path segment that ends with a colon. - if (windowsFilePathExp.exec(url)) { - return path; - } + forEach(uploadEventHandlers, function(value, key) { + xhr.upload.addEventListener(key, value); + }); - firstPathSegmentMatch = windowsFilePathExp.exec(path); - return firstPathSegmentMatch ? firstPathSegmentMatch[1] : path; + if (withCredentials) { + xhr.withCredentials = true; } - }; - /** - * Compose hashbang URL and update `absUrl` property - * @private - */ - this.$$compose = function () { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; + if (responseType) { + try { + xhr.responseType = responseType; + } catch (e) { + // WebKit added support for the json responseType value on 09/03/2013 + // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are + // known to throw when setting the value "json" as the response type. Other older + // browsers implementing the responseType + // + // The json response type can be ignored if not supported, because JSON payloads are + // parsed on the client-side regardless. + if (responseType !== 'json') { + throw e; + } + } + } + + xhr.send(isUndefined(post) ? null : post); + } - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = appBase + (this.$$url ? hashPrefix + this.$$url : ''); + if (timeout > 0) { + var timeoutId = $browserDefer(timeoutRequest, timeout); + } else if (isPromiseLike(timeout)) { + timeout.then(timeoutRequest); + } - this.$$urlUpdatedByLocation = true; - }; - this.$$parseLinkUrl = function (url, relHref) { - if (stripHash(appBase) === stripHash(url)) { - this.$$parse(url); - return true; + function timeoutRequest() { + if (jsonpDone) { + jsonpDone(); } - return false; - }; - } + if (xhr) { + xhr.abort(); + } + } - /** - * LocationHashbangUrl represents URL - * This object is exposed as $location service when html5 history api is enabled but the browser - * does not support it. - * - * @constructor - * @param {string} appBase application base URL - * @param {string} appBaseNoFile application base URL stripped of any filename - * @param {string} hashPrefix hashbang prefix - */ - function LocationHashbangInHtml5Url(appBase, appBaseNoFile, hashPrefix) { - this.$$html5 = true; - LocationHashbangUrl.apply(this, arguments); - - this.$$parseLinkUrl = function (url, relHref) { - if (relHref && relHref[0] === '#') { - // special case for links to hash fragments: - // keep the old url and only replace the hash fragment - this.hash(relHref.slice(1)); - return true; + function completeRequest(callback, status, response, headersString, statusText, xhrStatus) { + // cancel timeout and subsequent timeout promise resolution + if (isDefined(timeoutId)) { + $browserDefer.cancel(timeoutId); } + jsonpDone = xhr = null; + + callback(status, response, headersString, statusText, xhrStatus); + } + }; + + function jsonpReq(url, callbackPath, done) { + url = url.replace('JSON_CALLBACK', callbackPath); + // we can't use jQuery/jqLite here because jQuery does crazy stuff with script elements, e.g.: + // - fetches local scripts via XHR and evals them + // - adds and immediately removes script elements from the document + var script = rawDocument.createElement('script'), callback = null; + script.type = 'text/javascript'; + script.src = url; + script.async = true; - var rewrittenUrl; - var appUrl; + callback = function(event) { + script.removeEventListener('load', callback); + script.removeEventListener('error', callback); + rawDocument.body.removeChild(script); + script = null; + var status = -1; + var text = 'unknown'; - if (appBase === stripHash(url)) { - rewrittenUrl = url; - } else if (appUrl = stripBaseUrl(appBaseNoFile, url)) { - rewrittenUrl = appBase + hashPrefix + appUrl; - } else if (appBaseNoFile === url + '/') { - rewrittenUrl = appBaseNoFile; + if (event) { + if (event.type === 'load' && !callbacks.wasCalled(callbackPath)) { + event = { type: 'error' }; + } + text = event.type; + status = event.type === 'error' ? 404 : 200; } - if (rewrittenUrl) { - this.$$parse(rewrittenUrl); + + if (done) { + done(status, text); } - return !!rewrittenUrl; }; - this.$$compose = function () { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; + script.addEventListener('load', callback); + script.addEventListener('error', callback); + rawDocument.body.appendChild(script); + return callback; + } +} - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - // include hashPrefix in $$absUrl when $$url is empty so IE9 does not reload page because of removal of '#' - this.$$absUrl = appBase + hashPrefix + this.$$url; +var $interpolateMinErr = angular.$interpolateMinErr = minErr('$interpolate'); +$interpolateMinErr.throwNoconcat = function(text) { + throw $interpolateMinErr('noconcat', + 'Error while interpolating: {0}\nStrict Contextual Escaping disallows ' + + 'interpolations that concatenate multiple expressions when a trusted value is ' + + 'required. See http://docs.angularjs.org/api/ng.$sce', text); +}; - this.$$urlUpdatedByLocation = true; - }; - } +$interpolateMinErr.interr = function(text, err) { + return $interpolateMinErr('interr', 'Can\'t interpolate: {0}\n{1}', text, err.toString()); +}; - var locationPrototype = { +/** + * @ngdoc provider + * @name $interpolateProvider + * @this + * + * @description + * + * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. + * + *
    + * This feature is sometimes used to mix different markup languages, e.g. to wrap an Angular + * template within a Python Jinja template (or any other template language). Mixing templating + * languages is **very dangerous**. The embedding template language will not safely escape Angular + * expressions, so any user-controlled values in the template will cause Cross Site Scripting (XSS) + * security bugs! + *
    + * + * @example + + + +
    + //demo.label// +
    +
    + + it('should interpolate binding with custom symbols', function() { + expect(element(by.binding('demo.label')).getText()).toBe('This binding is brought you by // interpolation symbols.'); + }); + +
    + */ +function $InterpolateProvider() { + var startSymbol = '{{'; + var endSymbol = '}}'; - /** - * Has any change been replacing? - * @private - */ - $$replace: false, + /** + * @ngdoc method + * @name $interpolateProvider#startSymbol + * @description + * Symbol to denote start of expression in the interpolated string. Defaults to `{{`. + * + * @param {string=} value new value to set the starting symbol to. + * @returns {string|self} Returns the symbol when used as getter and self if used as setter. + */ + this.startSymbol = function(value) { + if (value) { + startSymbol = value; + return this; + } else { + return startSymbol; + } + }; - /** - * @ngdoc method - * @name $location#absUrl - * - * @description - * This method is getter only. - * - * Return full URL representation with all segments encoded according to rules specified in - * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var absUrl = $location.absUrl(); - * // => "http://example.com/#/some/path?foo=bar&baz=xoxo" - * ``` - * - * @return {string} full URL - */ - absUrl: locationGetter('$$absUrl'), + /** + * @ngdoc method + * @name $interpolateProvider#endSymbol + * @description + * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. + * + * @param {string=} value new value to set the ending symbol to. + * @returns {string|self} Returns the symbol when used as getter and self if used as setter. + */ + this.endSymbol = function(value) { + if (value) { + endSymbol = value; + return this; + } else { + return endSymbol; + } + }; - /** - * @ngdoc method - * @name $location#url - * - * @description - * This method is getter / setter. - * - * Return URL (e.g. `/path?a=b#hash`) when called without any parameter. - * - * Change path, search and hash, when called with parameter and return `$location`. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var url = $location.url(); - * // => "/some/path?foo=bar&baz=xoxo" - * ``` - * - * @param {string=} url New URL without base prefix (e.g. `/path?a=b#hash`) - * @return {string} url - */ - url: function url(_url) { - if (isUndefined(_url)) { - return this.$$url; - } - var match = PATH_MATCH.exec(_url); - if (match[1] || _url === '') this.path(decodeURIComponent(match[1])); - if (match[2] || match[1] || _url === '') this.search(match[3] || ''); - this.hash(match[5] || ''); + this.$get = ['$parse', '$exceptionHandler', '$sce', function($parse, $exceptionHandler, $sce) { + var startSymbolLength = startSymbol.length, + endSymbolLength = endSymbol.length, + escapedStartRegexp = new RegExp(startSymbol.replace(/./g, escape), 'g'), + escapedEndRegexp = new RegExp(endSymbol.replace(/./g, escape), 'g'); - return this; - }, + function escape(ch) { + return '\\\\\\' + ch; + } - /** - * @ngdoc method - * @name $location#protocol - * - * @description - * This method is getter only. - * - * Return protocol of current URL. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var protocol = $location.protocol(); - * // => "http" - * ``` - * - * @return {string} protocol of current URL - */ - protocol: locationGetter('$$protocol'), + function unescapeText(text) { + return text.replace(escapedStartRegexp, startSymbol). + replace(escapedEndRegexp, endSymbol); + } - /** - * @ngdoc method - * @name $location#host - * - * @description - * This method is getter only. - * - * Return host of current URL. - * - * Note: compared to the non-angular version `location.host` which returns `hostname:port`, this returns the `hostname` portion only. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var host = $location.host(); - * // => "example.com" - * - * // given URL http://user:password@example.com:8080/#/some/path?foo=bar&baz=xoxo - * host = $location.host(); - * // => "example.com" - * host = location.host; - * // => "example.com:8080" - * ``` - * - * @return {string} host of current URL. - */ - host: locationGetter('$$host'), + // TODO: this is the same as the constantWatchDelegate in parse.js + function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { + var unwatch = scope.$watch(function constantInterpolateWatch(scope) { + unwatch(); + return constantInterp(scope); + }, listener, objectEquality); + return unwatch; + } /** - * @ngdoc method - * @name $location#port - * - * @description - * This method is getter only. - * - * Return port of current URL. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var port = $location.port(); - * // => 80 - * ``` + * @ngdoc service + * @name $interpolate + * @kind function * - * @return {Number} port - */ - port: locationGetter('$$port'), - - /** - * @ngdoc method - * @name $location#path + * @requires $parse + * @requires $sce * * @description - * This method is getter / setter. * - * Return path of current URL when called without any parameter. - * - * Change path when called with parameter and return `$location`. - * - * Note: Path should always begin with forward slash (/), this method will add the forward slash - * if it is missing. + * Compiles a string with markup into an interpolation function. This service is used by the + * HTML {@link ng.$compile $compile} service for data binding. See + * {@link ng.$interpolateProvider $interpolateProvider} for configuring the + * interpolation markup. * * * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var path = $location.path(); - * // => "/some/path" + * var $interpolate = ...; // injected + * var exp = $interpolate('Hello {{name | uppercase}}!'); + * expect(exp({name:'Angular'})).toEqual('Hello ANGULAR!'); * ``` * - * @param {(string|number)=} path New path - * @return {(string|object)} path if called with no parameters, or `$location` if called with a parameter - */ - path: locationGetterSetter('$$path', function (path) { - path = path !== null ? path.toString() : ''; - return path.charAt(0) === '/' ? path : '/' + path; - }), - - /** - * @ngdoc method - * @name $location#search - * - * @description - * This method is getter / setter. - * - * Return search part (as object) of current URL when called without any parameter. - * - * Change search part when called with parameter and return `$location`. - * + * `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is + * `true`, the interpolation function will return `undefined` unless all embedded expressions + * evaluate to a value other than `undefined`. * * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var searchObject = $location.search(); - * // => {foo: 'bar', baz: 'xoxo'} - * - * // set foo to 'yipee' - * $location.search('foo', 'yipee'); - * // $location.search() => {foo: 'yipee', baz: 'xoxo'} + * var $interpolate = ...; // injected + * var context = {greeting: 'Hello', name: undefined }; + * + * // default "forgiving" mode + * var exp = $interpolate('{{greeting}} {{name}}!'); + * expect(exp(context)).toEqual('Hello !'); + * + * // "allOrNothing" mode + * exp = $interpolate('{{greeting}} {{name}}!', false, null, true); + * expect(exp(context)).toBeUndefined(); + * context.name = 'Angular'; + * expect(exp(context)).toEqual('Hello Angular!'); * ``` * - * @param {string|Object.|Object.>} search New search params - string or - * hash object. - * - * When called with a single argument the method acts as a setter, setting the `search` component - * of `$location` to the specified value. - * - * If the argument is a hash object containing an array of values, these values will be encoded - * as duplicate search parameters in the URL. + * `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior. + * + * #### Escaped Interpolation + * $interpolate provides a mechanism for escaping interpolation markers. Start and end markers + * can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash). + * It will be rendered as a regular start/end marker, and will not be interpreted as an expression + * or binding. + * + * This enables web-servers to prevent script injection attacks and defacing attacks, to some + * degree, while also enabling code examples to work without relying on the + * {@link ng.directive:ngNonBindable ngNonBindable} directive. + * + * **For security purposes, it is strongly encouraged that web servers escape user-supplied data, + * replacing angle brackets (<, >) with &lt; and &gt; respectively, and replacing all + * interpolation start/end markers with their escaped counterparts.** + * + * Escaped interpolation markers are only replaced with the actual interpolation markers in rendered + * output when the $interpolate service processes the text. So, for HTML elements interpolated + * by {@link ng.$compile $compile}, or otherwise interpolated with the `mustHaveExpression` parameter + * set to `true`, the interpolated text must contain an unescaped interpolation expression. As such, + * this is typically useful only when user-data is used in rendering a template from the server, or + * when otherwise untrusted data is used by a directive. + * + * + * + *
    + *

    {{apptitle}}: \{\{ username = "defaced value"; \}\} + *

    + *

    {{username}} attempts to inject code which will deface the + * application, but fails to accomplish their task, because the server has correctly + * escaped the interpolation start/end markers with REVERSE SOLIDUS U+005C (backslash) + * characters.

    + *

    Instead, the result of the attempted script injection is visible, and can be removed + * from the database by an administrator.

    + *
    + *
    + *
    * - * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` - * will override only a single search property. + * @knownIssue + * It is currently not possible for an interpolated expression to contain the interpolation end + * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e. + * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string. * - * If `paramValue` is an array, it will override the property of the `search` component of - * `$location` specified via the first argument. + * @knownIssue + * All directives and components must use the standard `{{` `}}` interpolation symbols + * in their templates. If you change the application interpolation symbols the {@link $compile} + * service will attempt to denormalize the standard symbols to the custom symbols. + * The denormalization process is not clever enough to know not to replace instances of the standard + * symbols where they would not normally be treated as interpolation symbols. For example in the following + * code snippet the closing braces of the literal object will get incorrectly denormalized: * - * If `paramValue` is `null`, the property specified via the first argument will be deleted. + * ``` + *
    + * ``` * - * @return {Object} If called with no arguments returns the parsed `search` object. If called with - * one or more arguments returns `$location` object itself. + * See https://github.com/angular/angular.js/pull/14610#issuecomment-219401099 for more information. + * + * @param {string} text The text with markup to interpolate. + * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have + * embedded expression in order to return an interpolation function. Strings with no + * embedded expression will return null for the interpolation function. + * @param {string=} trustedContext when provided, the returned function passes the interpolated + * result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult, + * trustedContext)} before returning it. Refer to the {@link ng.$sce $sce} service that + * provides Strict Contextual Escaping for details. + * @param {boolean=} allOrNothing if `true`, then the returned function returns undefined + * unless all embedded expressions evaluate to a value other than `undefined`. + * @returns {function(context)} an interpolation function which is used to compute the + * interpolated string. The function has these parameters: + * + * - `context`: evaluation context for all expressions embedded in the interpolated text */ - search: function search(_search, paramValue) { - switch (arguments.length) { - case 0: - return this.$$search; - case 1: - if (isString(_search) || isNumber(_search)) { - _search = _search.toString(); - this.$$search = parseKeyValue(_search); - } else if (isObject(_search)) { - _search = copy(_search, {}); - // remove object undefined or null properties - forEach(_search, function (value, key) { - if (value == null) delete _search[key]; - }); - - this.$$search = _search; - } else { - throw $locationMinErr('isrcharg', 'The first argument of the `$location#search()` call must be a string or an object.'); + function $interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { + // Provide a quick exit and simplified result function for text with no interpolation + if (!text.length || text.indexOf(startSymbol) === -1) { + var constantInterp; + if (!mustHaveExpression) { + var unescapedText = unescapeText(text); + constantInterp = valueFn(unescapedText); + constantInterp.exp = text; + constantInterp.expressions = []; + constantInterp.$$watchDelegate = constantWatchDelegate; + } + return constantInterp; + } + + allOrNothing = !!allOrNothing; + var startIndex, + endIndex, + index = 0, + expressions = [], + parseFns = [], + textLength = text.length, + exp, + concat = [], + expressionPositions = []; + + while (index < textLength) { + if (((startIndex = text.indexOf(startSymbol, index)) !== -1) && + ((endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) !== -1)) { + if (index !== startIndex) { + concat.push(unescapeText(text.substring(index, startIndex))); + } + exp = text.substring(startIndex + startSymbolLength, endIndex); + expressions.push(exp); + parseFns.push($parse(exp, parseStringifyInterceptor)); + index = endIndex + endSymbolLength; + expressionPositions.push(concat.length); + concat.push(''); + } else { + // we did not find an interpolation, so we have to add the remainder to the separators array + if (index !== textLength) { + concat.push(unescapeText(text.substring(index))); } break; - default: - if (isUndefined(paramValue) || paramValue === null) { - delete this.$$search[_search]; - } else { - this.$$search[_search] = paramValue; + } + } + + // Concatenating expressions makes it hard to reason about whether some combination of + // concatenated values are unsafe to use and could easily lead to XSS. By requiring that a + // single expression be used for iframe[src], object[src], etc., we ensure that the value + // that's used is assigned or constructed by some JS code somewhere that is more testable or + // make it obvious that you bound the value to some user controlled value. This helps reduce + // the load when auditing for XSS issues. + if (trustedContext && concat.length > 1) { + $interpolateMinErr.throwNoconcat(text); + } + + if (!mustHaveExpression || expressions.length) { + var compute = function(values) { + for (var i = 0, ii = expressions.length; i < ii; i++) { + if (allOrNothing && isUndefined(values[i])) return; + concat[expressionPositions[i]] = values[i]; + } + return concat.join(''); + }; + + var getValue = function(value) { + return trustedContext ? + $sce.getTrusted(trustedContext, value) : + $sce.valueOf(value); + }; + + return extend(function interpolationFn(context) { + var i = 0; + var ii = expressions.length; + var values = new Array(ii); + + try { + for (; i < ii; i++) { + values[i] = parseFns[i](context); + } + + return compute(values); + } catch (err) { + $exceptionHandler($interpolateMinErr.interr(text, err)); + } + + }, { + // all of these properties are undocumented for now + exp: text, //just for compatibility with regular watchers created via $watch + expressions: expressions, + $$watchDelegate: function(scope, listener) { + var lastValue; + return scope.$watchGroup(parseFns, /** @this */ function interpolateFnWatcher(values, oldValues) { + var currValue = compute(values); + listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope); + lastValue = currValue; + }); } + }); } - this.$$compose(); - return this; - }, + function parseStringifyInterceptor(value) { + try { + value = getValue(value); + return allOrNothing && !isDefined(value) ? value : stringify(value); + } catch (err) { + $exceptionHandler($interpolateMinErr.interr(text, err)); + } + } + } + /** * @ngdoc method - * @name $location#hash - * + * @name $interpolate#startSymbol * @description - * This method is getter / setter. + * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`. * - * Returns the hash fragment when called without any parameters. - * - * Changes the hash fragment when called with a parameter and returns `$location`. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo#hashValue - * var hash = $location.hash(); - * // => "hashValue" - * ``` - * - * @param {(string|number)=} hash New hash fragment - * @return {string} hash - */ - hash: locationGetterSetter('$$hash', function (hash) { - return hash !== null ? hash.toString() : ''; - }), - - /** - * @ngdoc method - * @name $location#replace + * Use {@link ng.$interpolateProvider#startSymbol `$interpolateProvider.startSymbol`} to change + * the symbol. * - * @description - * If called, all changes to $location during the current `$digest` will replace the current history - * record, instead of adding a new one. + * @returns {string} start symbol. */ - replace: function replace() { - this.$$replace = true; - return this; - } - }; + $interpolate.startSymbol = function() { + return startSymbol; + }; - forEach([LocationHashbangInHtml5Url, LocationHashbangUrl, LocationHtml5Url], function (Location) { - Location.prototype = Object.create(locationPrototype); /** * @ngdoc method - * @name $location#state - * + * @name $interpolate#endSymbol * @description - * This method is getter / setter. - * - * Return the history state object when called without any parameter. - * - * Change the history state object when called with one parameter and return `$location`. - * The state object is later passed to `pushState` or `replaceState`. + * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. * - * NOTE: This method is supported only in HTML5 mode and only in browsers supporting - * the HTML5 History API (i.e. methods `pushState` and `replaceState`). If you need to support - * older browsers (like IE9 or Android < 4.0), don't use this method. + * Use {@link ng.$interpolateProvider#endSymbol `$interpolateProvider.endSymbol`} to change + * the symbol. * - * @param {object=} state State object for pushState or replaceState - * @return {object} state + * @returns {string} end symbol. */ - Location.prototype.state = function (state) { - if (!arguments.length) { - return this.$$state; - } + $interpolate.endSymbol = function() { + return endSymbol; + }; - if (Location !== LocationHtml5Url || !this.$$html5) { - throw $locationMinErr('nostate', 'History API state support is available only ' + 'in HTML5 mode and only in browsers supporting HTML5 History API'); - } - // The user might modify `stateObject` after invoking `$location.state(stateObject)` - // but we're changing the $$state reference to $browser.state() during the $digest - // so the modification window is narrow. - this.$$state = isUndefined(state) ? null : state; - this.$$urlUpdatedByLocation = true; + return $interpolate; + }]; +} - return this; - }; - }); +/** @this */ +function $IntervalProvider() { + this.$get = ['$rootScope', '$window', '$q', '$$q', '$browser', + function($rootScope, $window, $q, $$q, $browser) { + var intervals = {}; - function locationGetter(property) { - return (/** @this */function () { - return this[property]; - } - ); - } - function locationGetterSetter(property, preprocess) { - return (/** @this */function (value) { - if (isUndefined(value)) { - return this[property]; + /** + * @ngdoc service + * @name $interval + * + * @description + * Angular's wrapper for `window.setInterval`. The `fn` function is executed every `delay` + * milliseconds. + * + * The return value of registering an interval function is a promise. This promise will be + * notified upon each tick of the interval, and will be resolved after `count` iterations, or + * run indefinitely if `count` is not defined. The value of the notification will be the + * number of iterations that have run. + * To cancel an interval, call `$interval.cancel(promise)`. + * + * In tests you can use {@link ngMock.$interval#flush `$interval.flush(millis)`} to + * move forward by `millis` milliseconds and trigger any functions scheduled to run in that + * time. + * + *
    + * **Note**: Intervals created by this service must be explicitly destroyed when you are finished + * with them. In particular they are not automatically destroyed when a controller's scope or a + * directive's element are destroyed. + * You should take this into consideration and make sure to always cancel the interval at the + * appropriate moment. See the example below for more details on how and when to do this. + *
    + * + * @param {function()} fn A function that should be called repeatedly. If no additional arguments + * are passed (see below), the function is called with the current iteration count. + * @param {number} delay Number of milliseconds between each function call. + * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat + * indefinitely. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {promise} A promise which will be notified on each iteration. It will resolve once all iterations of the interval complete. + * + * @example + * + * + * + * + *
    + *
    + *
    + * Current time is: + *
    + * Blood 1 : {{blood_1}} + * Blood 2 : {{blood_2}} + * + * + * + *
    + *
    + * + *
    + *
    + */ + function interval(fn, delay, count, invokeApply) { + var hasParams = arguments.length > 4, + args = hasParams ? sliceArgs(arguments, 4) : [], + setInterval = $window.setInterval, + clearInterval = $window.clearInterval, + iteration = 0, + skipApply = (isDefined(invokeApply) && !invokeApply), + deferred = (skipApply ? $$q : $q).defer(), + promise = deferred.promise; + + count = isDefined(count) ? count : 0; + + promise.$$intervalId = setInterval(function tick() { + if (skipApply) { + $browser.defer(callback); + } else { + $rootScope.$evalAsync(callback); + } + deferred.notify(iteration++); + + if (count > 0 && iteration >= count) { + deferred.resolve(iteration); + clearInterval(promise.$$intervalId); + delete intervals[promise.$$intervalId]; } - this[property] = preprocess(value); - this.$$compose(); + if (!skipApply) $rootScope.$apply(); - return this; + }, delay); + + intervals[promise.$$intervalId] = deferred; + + return promise; + + function callback() { + if (!hasParams) { + fn(iteration); + } else { + fn.apply(null, args); + } } - ); - } + } - /** - * @ngdoc service - * @name $location - * - * @requires $rootElement - * - * @description - * The $location service parses the URL in the browser address bar (based on the - * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL - * available to your application. Changes to the URL in the address bar are reflected into - * $location service and changes to $location are reflected into the browser address bar. - * - * **The $location service:** - * - * - Exposes the current URL in the browser address bar, so you can - * - Watch and observe the URL. - * - Change the URL. - * - Synchronizes the URL with the browser when the user - * - Changes the address bar. - * - Clicks the back or forward button (or clicks a History link). - * - Clicks on a link. - * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). - * - * For more information see {@link guide/$location Developer Guide: Using $location} - */ - /** - * @ngdoc provider - * @name $locationProvider - * @this - * - * @description - * Use the `$locationProvider` to configure how the application deep linking paths are stored. - */ - function $LocationProvider() { - var hashPrefix = '!', - html5Mode = { - enabled: false, - requireBase: true, - rewriteLinks: true + /** + * @ngdoc method + * @name $interval#cancel + * + * @description + * Cancels a task associated with the `promise`. + * + * @param {Promise=} promise returned by the `$interval` function. + * @returns {boolean} Returns `true` if the task was successfully canceled. + */ + interval.cancel = function(promise) { + if (promise && promise.$$intervalId in intervals) { + // Interval cancels should not report as unhandled promise. + markQExceptionHandled(intervals[promise.$$intervalId].promise); + intervals[promise.$$intervalId].reject('canceled'); + $window.clearInterval(promise.$$intervalId); + delete intervals[promise.$$intervalId]; + return true; + } + return false; }; - /** - * @ngdoc method - * @name $locationProvider#hashPrefix - * @description - * The default value for the prefix is `'!'`. - * @param {string=} prefix Prefix for hash part (containing path and search) - * @returns {*} current value if used as getter or itself (chaining) if used as setter - */ - this.hashPrefix = function (prefix) { - if (isDefined(prefix)) { - hashPrefix = prefix; - return this; - } else { - return hashPrefix; + return interval; + }]; +} + +/** + * @ngdoc service + * @name $jsonpCallbacks + * @requires $window + * @description + * This service handles the lifecycle of callbacks to handle JSONP requests. + * Override this service if you wish to customise where the callbacks are stored and + * how they vary compared to the requested url. + */ +var $jsonpCallbacksProvider = /** @this */ function() { + this.$get = function() { + var callbacks = angular.callbacks; + var callbackMap = {}; + + function createCallback(callbackId) { + var callback = function(data) { + callback.data = data; + callback.called = true; + }; + callback.id = callbackId; + return callback; + } + + return { + /** + * @ngdoc method + * @name $jsonpCallbacks#createCallback + * @param {string} url the url of the JSONP request + * @returns {string} the callback path to send to the server as part of the JSONP request + * @description + * {@link $httpBackend} calls this method to create a callback and get hold of the path to the callback + * to pass to the server, which will be used to call the callback with its payload in the JSONP response. + */ + createCallback: function(url) { + var callbackId = '_' + (callbacks.$$counter++).toString(36); + var callbackPath = 'angular.callbacks.' + callbackId; + var callback = createCallback(callbackId); + callbackMap[callbackPath] = callbacks[callbackId] = callback; + return callbackPath; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#wasCalled + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @returns {boolean} whether the callback has been called, as a result of the JSONP response + * @description + * {@link $httpBackend} calls this method to find out whether the JSONP response actually called the + * callback that was passed in the request. + */ + wasCalled: function(callbackPath) { + return callbackMap[callbackPath].called; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#getResponse + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @returns {*} the data received from the response via the registered callback + * @description + * {@link $httpBackend} calls this method to get hold of the data that was provided to the callback + * in the JSONP response. + */ + getResponse: function(callbackPath) { + return callbackMap[callbackPath].data; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#removeCallback + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @description + * {@link $httpBackend} calls this method to remove the callback after the JSONP request has + * completed or timed-out. + */ + removeCallback: function(callbackPath) { + var callback = callbackMap[callbackPath]; + delete callbacks[callback.id]; + delete callbackMap[callbackPath]; } }; + }; +}; - /** - * @ngdoc method - * @name $locationProvider#html5Mode - * @description - * @param {(boolean|Object)=} mode If boolean, sets `html5Mode.enabled` to value. - * If object, sets `enabled`, `requireBase` and `rewriteLinks` to respective values. Supported - * properties: - * - **enabled** – `{boolean}` – (default: false) If true, will rely on `history.pushState` to - * change urls where supported. Will fall back to hash-prefixed paths in browsers that do not - * support `pushState`. - * - **requireBase** - `{boolean}` - (default: `true`) When html5Mode is enabled, specifies - * whether or not a tag is required to be present. If `enabled` and `requireBase` are - * true, and a base tag is not present, an error will be thrown when `$location` is injected. - * See the {@link guide/$location $location guide for more information} - * - **rewriteLinks** - `{boolean|string}` - (default: `true`) When html5Mode is enabled, - * enables/disables URL rewriting for relative links. If set to a string, URL rewriting will - * only happen on links with an attribute that matches the given string. For example, if set - * to `'internal-link'`, then the URL will only be rewritten for `` links. - * Note that [attribute name normalization](guide/directive#normalization) does not apply - * here, so `'internalLink'` will **not** match `'internal-link'`. - * - * @returns {Object} html5Mode object if used as getter or itself (chaining) if used as setter - */ - this.html5Mode = function (mode) { - if (isBoolean(mode)) { - html5Mode.enabled = mode; - return this; - } else if (isObject(mode)) { +/** + * @ngdoc service + * @name $locale + * + * @description + * $locale service provides localization rules for various Angular components. As of right now the + * only public api is: + * + * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) + */ + +var PATH_MATCH = /^([^?#]*)(\?([^#]*))?(#(.*))?$/, + DEFAULT_PORTS = {'http': 80, 'https': 443, 'ftp': 21}; +var $locationMinErr = minErr('$location'); + + +/** + * Encode path using encodeUriSegment, ignoring forward slashes + * + * @param {string} path Path to encode + * @returns {string} + */ +function encodePath(path) { + var segments = path.split('/'), + i = segments.length; + + while (i--) { + // decode forward slashes to prevent them from being double encoded + segments[i] = encodeUriSegment(segments[i].replace(/%2F/g, '/')); + } + + return segments.join('/'); +} + +function decodePath(path, html5Mode) { + var segments = path.split('/'), + i = segments.length; + + while (i--) { + segments[i] = decodeURIComponent(segments[i]); + if (html5Mode) { + // encode forward slashes to prevent them from being mistaken for path separators + segments[i] = segments[i].replace(/\//g, '%2F'); + } + } + + return segments.join('/'); +} + +function parseAbsoluteUrl(absoluteUrl, locationObj) { + var parsedUrl = urlResolve(absoluteUrl); + + locationObj.$$protocol = parsedUrl.protocol; + locationObj.$$host = parsedUrl.hostname; + locationObj.$$port = toInt(parsedUrl.port) || DEFAULT_PORTS[parsedUrl.protocol] || null; +} + +var DOUBLE_SLASH_REGEX = /^\s*[\\/]{2,}/; +function parseAppUrl(url, locationObj, html5Mode) { + + if (DOUBLE_SLASH_REGEX.test(url)) { + throw $locationMinErr('badpath', 'Invalid url "{0}".', url); + } + + var prefixed = (url.charAt(0) !== '/'); + if (prefixed) { + url = '/' + url; + } + var match = urlResolve(url); + var path = prefixed && match.pathname.charAt(0) === '/' ? match.pathname.substring(1) : match.pathname; + locationObj.$$path = decodePath(path, html5Mode); + locationObj.$$search = parseKeyValue(match.search); + locationObj.$$hash = decodeURIComponent(match.hash); + + // make sure path starts with '/'; + if (locationObj.$$path && locationObj.$$path.charAt(0) !== '/') { + locationObj.$$path = '/' + locationObj.$$path; + } +} + +function startsWith(str, search) { + return str.slice(0, search.length) === search; +} + +/** + * + * @param {string} base + * @param {string} url + * @returns {string} returns text from `url` after `base` or `undefined` if it does not begin with + * the expected string. + */ +function stripBaseUrl(base, url) { + if (startsWith(url, base)) { + return url.substr(base.length); + } +} + + +function stripHash(url) { + var index = url.indexOf('#'); + return index === -1 ? url : url.substr(0, index); +} + +function trimEmptyHash(url) { + return url.replace(/(#.+)|#$/, '$1'); +} + + +function stripFile(url) { + return url.substr(0, stripHash(url).lastIndexOf('/') + 1); +} + +/* return the server only (scheme://host:port) */ +function serverBase(url) { + return url.substring(0, url.indexOf('/', url.indexOf('//') + 2)); +} + + +/** + * LocationHtml5Url represents a URL + * This object is exposed as $location service when HTML5 mode is enabled and supported + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} basePrefix URL path prefix + */ +function LocationHtml5Url(appBase, appBaseNoFile, basePrefix) { + this.$$html5 = true; + basePrefix = basePrefix || ''; + parseAbsoluteUrl(appBase, this); + + + /** + * Parse given HTML5 (regular) URL string into properties + * @param {string} url HTML5 URL + * @private + */ + this.$$parse = function(url) { + var pathUrl = stripBaseUrl(appBaseNoFile, url); + if (!isString(pathUrl)) { + throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, + appBaseNoFile); + } - if (isBoolean(mode.enabled)) { - html5Mode.enabled = mode.enabled; - } + parseAppUrl(pathUrl, this, true); - if (isBoolean(mode.requireBase)) { - html5Mode.requireBase = mode.requireBase; - } + if (!this.$$path) { + this.$$path = '/'; + } - if (isBoolean(mode.rewriteLinks) || isString(mode.rewriteLinks)) { - html5Mode.rewriteLinks = mode.rewriteLinks; - } + this.$$compose(); + }; - return this; - } else { - return html5Mode; - } - }; + /** + * Compose url and update `absUrl` property + * @private + */ + this.$$compose = function() { + var search = toKeyValue(this.$$search), + hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - /** - * @ngdoc event - * @name $location#$locationChangeStart - * @eventType broadcast on root scope - * @description - * Broadcasted before a URL will change. - * - * This change can be prevented by calling - * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more - * details about event object. Upon successful change - * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. - * - * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when - * the browser supports the HTML5 History API. - * - * @param {Object} angularEvent Synthetic event object. - * @param {string} newUrl New URL - * @param {string=} oldUrl URL that was before it was changed. - * @param {string=} newState New history state object - * @param {string=} oldState History state object that was before it was changed. - */ + this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; + this.$$absUrl = appBaseNoFile + this.$$url.substr(1); // first char is always '/' - /** - * @ngdoc event - * @name $location#$locationChangeSuccess - * @eventType broadcast on root scope - * @description - * Broadcasted after a URL was changed. - * - * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when - * the browser supports the HTML5 History API. - * - * @param {Object} angularEvent Synthetic event object. - * @param {string} newUrl New URL - * @param {string=} oldUrl URL that was before it was changed. - * @param {string=} newState New history state object - * @param {string=} oldState History state object that was before it was changed. - */ + this.$$urlUpdatedByLocation = true; + }; + + this.$$parseLinkUrl = function(url, relHref) { + if (relHref && relHref[0] === '#') { + // special case for links to hash fragments: + // keep the old url and only replace the hash fragment + this.hash(relHref.slice(1)); + return true; + } + var appUrl, prevAppUrl; + var rewrittenUrl; - this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', '$window', function ($rootScope, $browser, $sniffer, $rootElement, $window) { - var $location, - LocationMode, - baseHref = $browser.baseHref(), - // if base[href] is undefined, it defaults to '' - initialUrl = $browser.url(), - appBase; - if (html5Mode.enabled) { - if (!baseHref && html5Mode.requireBase) { - throw $locationMinErr('nobase', '$location in HTML5 mode requires a tag to be present!'); - } - appBase = serverBase(initialUrl) + (baseHref || '/'); - LocationMode = $sniffer.history ? LocationHtml5Url : LocationHashbangInHtml5Url; + if (isDefined(appUrl = stripBaseUrl(appBase, url))) { + prevAppUrl = appUrl; + if (basePrefix && isDefined(appUrl = stripBaseUrl(basePrefix, appUrl))) { + rewrittenUrl = appBaseNoFile + (stripBaseUrl('/', appUrl) || appUrl); } else { - appBase = stripHash(initialUrl); - LocationMode = LocationHashbangUrl; + rewrittenUrl = appBase + prevAppUrl; } - var appBaseNoFile = stripFile(appBase); - - $location = new LocationMode(appBase, appBaseNoFile, '#' + hashPrefix); - $location.$$parseLinkUrl(initialUrl, initialUrl); - - $location.$$state = $browser.state(); + } else if (isDefined(appUrl = stripBaseUrl(appBaseNoFile, url))) { + rewrittenUrl = appBaseNoFile + appUrl; + } else if (appBaseNoFile === url + '/') { + rewrittenUrl = appBaseNoFile; + } + if (rewrittenUrl) { + this.$$parse(rewrittenUrl); + } + return !!rewrittenUrl; + }; +} - var IGNORE_URI_REGEXP = /^\s*(javascript|mailto):/i; - function setBrowserUrlWithFallback(url, replace, state) { - var oldUrl = $location.url(); - var oldState = $location.$$state; - try { - $browser.url(url, replace, state); +/** + * LocationHashbangUrl represents URL + * This object is exposed as $location service when developer doesn't opt into html5 mode. + * It also serves as the base class for html5 mode fallback on legacy browsers. + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} hashPrefix hashbang prefix + */ +function LocationHashbangUrl(appBase, appBaseNoFile, hashPrefix) { - // Make sure $location.state() returns referentially identical (not just deeply equal) - // state object; this makes possible quick checking if the state changed in the digest - // loop. Checking deep equality would be too expensive. - $location.$$state = $browser.state(); - } catch (e) { - // Restore old values if pushState fails - $location.url(oldUrl); - $location.$$state = oldState; + parseAbsoluteUrl(appBase, this); - throw e; - } - } - $rootElement.on('click', function (event) { - var rewriteLinks = html5Mode.rewriteLinks; - // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser) - // currently we open nice url link and redirect then + /** + * Parse given hashbang URL into properties + * @param {string} url Hashbang URL + * @private + */ + this.$$parse = function(url) { + var withoutBaseUrl = stripBaseUrl(appBase, url) || stripBaseUrl(appBaseNoFile, url); + var withoutHashUrl; - if (!rewriteLinks || event.ctrlKey || event.metaKey || event.shiftKey || event.which === 2 || event.button === 2) return; + if (!isUndefined(withoutBaseUrl) && withoutBaseUrl.charAt(0) === '#') { - var elm = jqLite(event.target); + // The rest of the URL starts with a hash so we have + // got either a hashbang path or a plain hash fragment + withoutHashUrl = stripBaseUrl(hashPrefix, withoutBaseUrl); + if (isUndefined(withoutHashUrl)) { + // There was no hashbang prefix so we just have a hash fragment + withoutHashUrl = withoutBaseUrl; + } - // traverse the DOM up to find first A tag - while (nodeName_(elm[0]) !== 'a') { - // ignore rewriting if no A tag (reached root element, or no parent - removed from document) - if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return; + } else { + // There was no hashbang path nor hash fragment: + // If we are in HTML5 mode we use what is left as the path; + // Otherwise we ignore what is left + if (this.$$html5) { + withoutHashUrl = withoutBaseUrl; + } else { + withoutHashUrl = ''; + if (isUndefined(withoutBaseUrl)) { + appBase = url; + /** @type {?} */ (this).replace(); } + } + } - if (isString(rewriteLinks) && isUndefined(elm.attr(rewriteLinks))) return; + parseAppUrl(withoutHashUrl, this, false); - var absHref = elm.prop('href'); - // get the actual href attribute - see - // http://msdn.microsoft.com/en-us/library/ie/dd347148(v=vs.85).aspx - var relHref = elm.attr('href') || elm.attr('xlink:href'); + this.$$path = removeWindowsDriveName(this.$$path, withoutHashUrl, appBase); - if (isObject(absHref) && absHref.toString() === '[object SVGAnimatedString]') { - // SVGAnimatedString.animVal should be identical to SVGAnimatedString.baseVal, unless during - // an animation. - absHref = urlResolve(absHref.animVal).href; - } + this.$$compose(); - // Ignore when url is started with javascript: or mailto: - if (IGNORE_URI_REGEXP.test(absHref)) return; + /* + * In Windows, on an anchor node on documents loaded from + * the filesystem, the browser will return a pathname + * prefixed with the drive name ('/C:/path') when a + * pathname without a drive is set: + * * a.setAttribute('href', '/foo') + * * a.pathname === '/C:/foo' //true + * + * Inside of Angular, we're always using pathnames that + * do not include drive names for routing. + */ + function removeWindowsDriveName(path, url, base) { + /* + Matches paths for file protocol on windows, + such as /C:/foo/bar, and captures only /foo/bar. + */ + var windowsFilePathExp = /^\/[A-Z]:(\/.*)/; - if (absHref && !elm.attr('target') && !event.isDefaultPrevented()) { - if ($location.$$parseLinkUrl(absHref, relHref)) { - // We do a preventDefault for all urls that are part of the angular application, - // in html5mode and also without, so that we are able to abort navigation without - // getting double entries in the location history. - event.preventDefault(); - // update location manually - if ($location.absUrl() !== $browser.url()) { - $rootScope.$apply(); - // hack to work around FF6 bug 684208 when scenario runner clicks on links - $window.angular['ff-684208-preventDefault'] = true; - } - } - } - }); + var firstPathSegmentMatch; - // rewrite hashbang url <> html5 url - if (trimEmptyHash($location.absUrl()) !== trimEmptyHash(initialUrl)) { - $browser.url($location.absUrl(), true); + //Get the relative path from the input URL. + if (startsWith(url, base)) { + url = url.replace(base, ''); } - var initializing = true; + // The input URL intentionally contains a first path segment that ends with a colon. + if (windowsFilePathExp.exec(url)) { + return path; + } - // update $location when $browser url changes - $browser.onUrlChange(function (newUrl, newState) { + firstPathSegmentMatch = windowsFilePathExp.exec(path); + return firstPathSegmentMatch ? firstPathSegmentMatch[1] : path; + } + }; - if (!startsWith(newUrl, appBaseNoFile)) { - // If we are navigating outside of the app then force a reload - $window.location.href = newUrl; - return; - } + /** + * Compose hashbang URL and update `absUrl` property + * @private + */ + this.$$compose = function() { + var search = toKeyValue(this.$$search), + hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - $rootScope.$evalAsync(function () { - var oldUrl = $location.absUrl(); - var oldState = $location.$$state; - var defaultPrevented; - newUrl = trimEmptyHash(newUrl); - $location.$$parse(newUrl); - $location.$$state = newState; + this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; + this.$$absUrl = appBase + (this.$$url ? hashPrefix + this.$$url : ''); - defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, newState, oldState).defaultPrevented; + this.$$urlUpdatedByLocation = true; + }; - // if the location was changed by a `$locationChangeStart` handler then stop - // processing this location change - if ($location.absUrl() !== newUrl) return; + this.$$parseLinkUrl = function(url, relHref) { + if (stripHash(appBase) === stripHash(url)) { + this.$$parse(url); + return true; + } + return false; + }; +} - if (defaultPrevented) { - $location.$$parse(oldUrl); - $location.$$state = oldState; - setBrowserUrlWithFallback(oldUrl, false, oldState); - } else { - initializing = false; - afterLocationChange(oldUrl, oldState); - } - }); - if (!$rootScope.$$phase) $rootScope.$digest(); - }); - // update browser - $rootScope.$watch(function $locationWatch() { - if (initializing || $location.$$urlUpdatedByLocation) { - $location.$$urlUpdatedByLocation = false; +/** + * LocationHashbangUrl represents URL + * This object is exposed as $location service when html5 history api is enabled but the browser + * does not support it. + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} hashPrefix hashbang prefix + */ +function LocationHashbangInHtml5Url(appBase, appBaseNoFile, hashPrefix) { + this.$$html5 = true; + LocationHashbangUrl.apply(this, arguments); + + this.$$parseLinkUrl = function(url, relHref) { + if (relHref && relHref[0] === '#') { + // special case for links to hash fragments: + // keep the old url and only replace the hash fragment + this.hash(relHref.slice(1)); + return true; + } - var oldUrl = trimEmptyHash($browser.url()); - var newUrl = trimEmptyHash($location.absUrl()); - var oldState = $browser.state(); - var currentReplace = $location.$$replace; - var urlOrStateChanged = oldUrl !== newUrl || $location.$$html5 && $sniffer.history && oldState !== $location.$$state; + var rewrittenUrl; + var appUrl; - if (initializing || urlOrStateChanged) { - initializing = false; + if (appBase === stripHash(url)) { + rewrittenUrl = url; + } else if ((appUrl = stripBaseUrl(appBaseNoFile, url))) { + rewrittenUrl = appBase + hashPrefix + appUrl; + } else if (appBaseNoFile === url + '/') { + rewrittenUrl = appBaseNoFile; + } + if (rewrittenUrl) { + this.$$parse(rewrittenUrl); + } + return !!rewrittenUrl; + }; - $rootScope.$evalAsync(function () { - var newUrl = $location.absUrl(); - var defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, $location.$$state, oldState).defaultPrevented; + this.$$compose = function() { + var search = toKeyValue(this.$$search), + hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - // if the location was changed by a `$locationChangeStart` handler then stop - // processing this location change - if ($location.absUrl() !== newUrl) return; + this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; + // include hashPrefix in $$absUrl when $$url is empty so IE9 does not reload page because of removal of '#' + this.$$absUrl = appBase + hashPrefix + this.$$url; - if (defaultPrevented) { - $location.$$parse(oldUrl); - $location.$$state = oldState; - } else { - if (urlOrStateChanged) { - setBrowserUrlWithFallback(newUrl, currentReplace, oldState === $location.$$state ? null : $location.$$state); - } - afterLocationChange(oldUrl, oldState); - } - }); - } - } + this.$$urlUpdatedByLocation = true; + }; - $location.$$replace = false; +} - // we don't need to return anything because $evalAsync will make the digest loop dirty when - // there is a change - }); - return $location; +var locationPrototype = { - function afterLocationChange(oldUrl, oldState) { - $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl, $location.$$state, oldState); - } - }]; - } + /** + * Ensure absolute URL is initialized. + * @private + */ + $$absUrl:'', /** - * @ngdoc service - * @name $log - * @requires $window + * Are we in html5 mode? + * @private + */ + $$html5: false, + + /** + * Has any change been replacing? + * @private + */ + $$replace: false, + + /** + * @ngdoc method + * @name $location#absUrl * * @description - * Simple service for logging. Default implementation safely writes the message - * into the browser's console (if present). - * - * The main purpose of this service is to simplify debugging and troubleshooting. + * This method is getter only. * - * To reveal the location of the calls to `$log` in the JavaScript console, - * you can "blackbox" the AngularJS source in your browser: + * Return full URL representation with all segments encoded according to rules specified in + * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). * - * [Mozilla description of blackboxing](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source). - * [Chrome description of blackboxing](https://developer.chrome.com/devtools/docs/blackboxing). * - * Note: Not all browsers support blackboxing. - * - * The default is to log `debug` messages. You can use - * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var absUrl = $location.absUrl(); + * // => "http://example.com/#/some/path?foo=bar&baz=xoxo" + * ``` * - * @example - - - angular.module('logExample', []) - .controller('LogController', ['$scope', '$log', function($scope, $log) { - $scope.$log = $log; - $scope.message = 'Hello World!'; - }]); - - -
    -

    Reload this page with open console, enter text and hit the log button...

    - - - - - - -
    -
    -
    + * @return {string} full URL */ + absUrl: locationGetter('$$absUrl'), /** - * @ngdoc provider - * @name $logProvider - * @this + * @ngdoc method + * @name $location#url * * @description - * Use the `$logProvider` to configure how the application logs messages + * This method is getter / setter. + * + * Return URL (e.g. `/path?a=b#hash`) when called without any parameter. + * + * Change path, search and hash, when called with parameter and return `$location`. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var url = $location.url(); + * // => "/some/path?foo=bar&baz=xoxo" + * ``` + * + * @param {string=} url New URL without base prefix (e.g. `/path?a=b#hash`) + * @return {string} url */ - function $LogProvider() { - var debug = true, - self = this; - - /** - * @ngdoc method - * @name $logProvider#debugEnabled - * @description - * @param {boolean=} flag enable or disable debug level messages - * @returns {*} current value if used as getter or itself (chaining) if used as setter - */ - this.debugEnabled = function (flag) { - if (isDefined(flag)) { - debug = flag; - return this; - } else { - return debug; - } - }; - - this.$get = ['$window', function ($window) { - // Support: IE 9-11, Edge 12-14+ - // IE/Edge display errors in such a way that it requires the user to click in 4 places - // to see the stack trace. There is no way to feature-detect it so there's a chance - // of the user agent sniffing to go wrong but since it's only about logging, this shouldn't - // break apps. Other browsers display errors in a sensible way and some of them map stack - // traces along source maps if available so it makes sense to let browsers display it - // as they want. - var formatStackTrace = msie || /\bEdge\//.test($window.navigator && $window.navigator.userAgent); - - return { - /** - * @ngdoc method - * @name $log#log - * - * @description - * Write a log message - */ - log: consoleLog('log'), - - /** - * @ngdoc method - * @name $log#info - * - * @description - * Write an information message - */ - info: consoleLog('info'), + url: function(url) { + if (isUndefined(url)) { + return this.$$url; + } - /** - * @ngdoc method - * @name $log#warn - * - * @description - * Write a warning message - */ - warn: consoleLog('warn'), + var match = PATH_MATCH.exec(url); + if (match[1] || url === '') this.path(decodeURIComponent(match[1])); + if (match[2] || match[1] || url === '') this.search(match[3] || ''); + this.hash(match[5] || ''); - /** - * @ngdoc method - * @name $log#error - * - * @description - * Write an error message - */ - error: consoleLog('error'), + return this; + }, - /** - * @ngdoc method - * @name $log#debug - * - * @description - * Write a debug message - */ - debug: function () { - var fn = consoleLog('debug'); + /** + * @ngdoc method + * @name $location#protocol + * + * @description + * This method is getter only. + * + * Return protocol of current URL. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var protocol = $location.protocol(); + * // => "http" + * ``` + * + * @return {string} protocol of current URL + */ + protocol: locationGetter('$$protocol'), - return function () { - if (debug) { - fn.apply(self, arguments); - } - }; - }() - }; + /** + * @ngdoc method + * @name $location#host + * + * @description + * This method is getter only. + * + * Return host of current URL. + * + * Note: compared to the non-angular version `location.host` which returns `hostname:port`, this returns the `hostname` portion only. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var host = $location.host(); + * // => "example.com" + * + * // given URL http://user:password@example.com:8080/#/some/path?foo=bar&baz=xoxo + * host = $location.host(); + * // => "example.com" + * host = location.host; + * // => "example.com:8080" + * ``` + * + * @return {string} host of current URL. + */ + host: locationGetter('$$host'), - function formatError(arg) { - if (isError(arg)) { - if (arg.stack && formatStackTrace) { - arg = arg.message && arg.stack.indexOf(arg.message) === -1 ? 'Error: ' + arg.message + '\n' + arg.stack : arg.stack; - } else if (arg.sourceURL) { - arg = arg.message + '\n' + arg.sourceURL + ':' + arg.line; - } - } - return arg; - } + /** + * @ngdoc method + * @name $location#port + * + * @description + * This method is getter only. + * + * Return port of current URL. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var port = $location.port(); + * // => 80 + * ``` + * + * @return {Number} port + */ + port: locationGetter('$$port'), - function consoleLog(type) { - var console = $window.console || {}, - logFn = console[type] || console.log || noop; + /** + * @ngdoc method + * @name $location#path + * + * @description + * This method is getter / setter. + * + * Return path of current URL when called without any parameter. + * + * Change path when called with parameter and return `$location`. + * + * Note: Path should always begin with forward slash (/), this method will add the forward slash + * if it is missing. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var path = $location.path(); + * // => "/some/path" + * ``` + * + * @param {(string|number)=} path New path + * @return {(string|object)} path if called with no parameters, or `$location` if called with a parameter + */ + path: locationGetterSetter('$$path', function(path) { + path = path !== null ? path.toString() : ''; + return path.charAt(0) === '/' ? path : '/' + path; + }), - return function () { - var args = []; - forEach(arguments, function (arg) { - args.push(formatError(arg)); + /** + * @ngdoc method + * @name $location#search + * + * @description + * This method is getter / setter. + * + * Return search part (as object) of current URL when called without any parameter. + * + * Change search part when called with parameter and return `$location`. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var searchObject = $location.search(); + * // => {foo: 'bar', baz: 'xoxo'} + * + * // set foo to 'yipee' + * $location.search('foo', 'yipee'); + * // $location.search() => {foo: 'yipee', baz: 'xoxo'} + * ``` + * + * @param {string|Object.|Object.>} search New search params - string or + * hash object. + * + * When called with a single argument the method acts as a setter, setting the `search` component + * of `$location` to the specified value. + * + * If the argument is a hash object containing an array of values, these values will be encoded + * as duplicate search parameters in the URL. + * + * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` + * will override only a single search property. + * + * If `paramValue` is an array, it will override the property of the `search` component of + * `$location` specified via the first argument. + * + * If `paramValue` is `null`, the property specified via the first argument will be deleted. + * + * If `paramValue` is `true`, the property specified via the first argument will be added with no + * value nor trailing equal sign. + * + * @return {Object} If called with no arguments returns the parsed `search` object. If called with + * one or more arguments returns `$location` object itself. + */ + search: function(search, paramValue) { + switch (arguments.length) { + case 0: + return this.$$search; + case 1: + if (isString(search) || isNumber(search)) { + search = search.toString(); + this.$$search = parseKeyValue(search); + } else if (isObject(search)) { + search = copy(search, {}); + // remove object undefined or null properties + forEach(search, function(value, key) { + if (value == null) delete search[key]; }); - // Support: IE 9 only - // console methods don't inherit from Function.prototype in IE 9 so we can't - // call `logFn.apply(console, args)` directly. - return Function.prototype.apply.call(logFn, console, args); - }; - } - }]; - } - - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - var $parseMinErr = minErr('$parse'); - - var objectValueOf = {}.constructor.prototype.valueOf; + this.$$search = search; + } else { + throw $locationMinErr('isrcharg', + 'The first argument of the `$location#search()` call must be a string or an object.'); + } + break; + default: + if (isUndefined(paramValue) || paramValue === null) { + delete this.$$search[search]; + } else { + this.$$search[search] = paramValue; + } + } - // Sandboxing Angular Expressions - // ------------------------------ - // Angular expressions are no longer sandboxed. So it is now even easier to access arbitrary JS code by - // various means such as obtaining a reference to native JS functions like the Function constructor. - // - // As an example, consider the following Angular expression: - // - // {}.toString.constructor('alert("evil JS code")') - // - // It is important to realize that if you create an expression from a string that contains user provided - // content then it is possible that your application contains a security vulnerability to an XSS style attack. - // - // See https://docs.angularjs.org/guide/security + this.$$compose(); + return this; + }, + /** + * @ngdoc method + * @name $location#hash + * + * @description + * This method is getter / setter. + * + * Returns the hash fragment when called without any parameters. + * + * Changes the hash fragment when called with a parameter and returns `$location`. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo#hashValue + * var hash = $location.hash(); + * // => "hashValue" + * ``` + * + * @param {(string|number)=} hash New hash fragment + * @return {string} hash + */ + hash: locationGetterSetter('$$hash', function(hash) { + return hash !== null ? hash.toString() : ''; + }), - function getStringValue(name) { - // Property names must be strings. This means that non-string objects cannot be used - // as keys in an object. Any non-string object, including a number, is typecasted - // into a string via the toString method. - // -- MDN, https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Property_accessors#Property_names - // - // So, to ensure that we are checking the same `name` that JavaScript would use, we cast it - // to a string. It's not always possible. If `name` is an object and its `toString` method is - // 'broken' (doesn't return a string, isn't a function, etc.), an error will be thrown: - // - // TypeError: Cannot convert object to primitive value - // - // For performance reasons, we don't catch this error here and allow it to propagate up the call - // stack. Note that you'll get the same error in JavaScript if you try to access a property using - // such a 'broken' object as a key. - return name + ''; + /** + * @ngdoc method + * @name $location#replace + * + * @description + * If called, all changes to $location during the current `$digest` will replace the current history + * record, instead of adding a new one. + */ + replace: function() { + this.$$replace = true; + return this; } +}; - var OPERATORS = createMap(); - forEach('+ - * / % === !== == != < > <= >= && || ! = |'.split(' '), function (operator) { - OPERATORS[operator] = true; - }); - var ESCAPE = { 'n': '\n', 'f': '\f', 'r': '\r', 't': '\t', 'v': '\v', '\'': '\'', '"': '"' }; - - ///////////////////////////////////////// - +forEach([LocationHashbangInHtml5Url, LocationHashbangUrl, LocationHtml5Url], function(Location) { + Location.prototype = Object.create(locationPrototype); /** - * @constructor + * @ngdoc method + * @name $location#state + * + * @description + * This method is getter / setter. + * + * Return the history state object when called without any parameter. + * + * Change the history state object when called with one parameter and return `$location`. + * The state object is later passed to `pushState` or `replaceState`. + * + * NOTE: This method is supported only in HTML5 mode and only in browsers supporting + * the HTML5 History API (i.e. methods `pushState` and `replaceState`). If you need to support + * older browsers (like IE9 or Android < 4.0), don't use this method. + * + * @param {object=} state State object for pushState or replaceState + * @return {object} state */ - var Lexer = function Lexer(options) { - this.options = options; - }; - - Lexer.prototype = { - constructor: Lexer, - - lex: function lex(text) { - this.text = text; - this.index = 0; - this.tokens = []; - - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - if (ch === '"' || ch === '\'') { - this.readString(ch); - } else if (this.isNumber(ch) || ch === '.' && this.isNumber(this.peek())) { - this.readNumber(); - } else if (this.isIdentifierStart(this.peekMultichar())) { - this.readIdent(); - } else if (this.is(ch, '(){}[].,;:?')) { - this.tokens.push({ index: this.index, text: ch }); - this.index++; - } else if (this.isWhitespace(ch)) { - this.index++; - } else { - var ch2 = ch + this.peek(); - var ch3 = ch2 + this.peek(2); - var op1 = OPERATORS[ch]; - var op2 = OPERATORS[ch2]; - var op3 = OPERATORS[ch3]; - if (op1 || op2 || op3) { - var token = op3 ? ch3 : op2 ? ch2 : ch; - this.tokens.push({ index: this.index, text: token, operator: true }); - this.index += token.length; - } else { - this.throwError('Unexpected next character ', this.index, this.index + 1); - } - } - } - return this.tokens; - }, + Location.prototype.state = function(state) { + if (!arguments.length) { + return this.$$state; + } - is: function is(ch, chars) { - return chars.indexOf(ch) !== -1; - }, + if (Location !== LocationHtml5Url || !this.$$html5) { + throw $locationMinErr('nostate', 'History API state support is available only ' + + 'in HTML5 mode and only in browsers supporting HTML5 History API'); + } + // The user might modify `stateObject` after invoking `$location.state(stateObject)` + // but we're changing the $$state reference to $browser.state() during the $digest + // so the modification window is narrow. + this.$$state = isUndefined(state) ? null : state; + this.$$urlUpdatedByLocation = true; - peek: function peek(i) { - var num = i || 1; - return this.index + num < this.text.length ? this.text.charAt(this.index + num) : false; - }, + return this; + }; +}); - isNumber: function isNumber(ch) { - return '0' <= ch && ch <= '9' && typeof ch === 'string'; - }, - isWhitespace: function isWhitespace(ch) { - // IE treats non-breaking space as \u00A0 - return ch === ' ' || ch === '\r' || ch === '\t' || ch === '\n' || ch === '\v' || ch === '\xA0'; - }, +function locationGetter(property) { + return /** @this */ function() { + return this[property]; + }; +} - isIdentifierStart: function isIdentifierStart(ch) { - return this.options.isIdentifierStart ? this.options.isIdentifierStart(ch, this.codePointAt(ch)) : this.isValidIdentifierStart(ch); - }, - isValidIdentifierStart: function isValidIdentifierStart(ch) { - return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || '_' === ch || ch === '$'; - }, +function locationGetterSetter(property, preprocess) { + return /** @this */ function(value) { + if (isUndefined(value)) { + return this[property]; + } - isIdentifierContinue: function isIdentifierContinue(ch) { - return this.options.isIdentifierContinue ? this.options.isIdentifierContinue(ch, this.codePointAt(ch)) : this.isValidIdentifierContinue(ch); - }, + this[property] = preprocess(value); + this.$$compose(); - isValidIdentifierContinue: function isValidIdentifierContinue(ch, cp) { - return this.isValidIdentifierStart(ch, cp) || this.isNumber(ch); - }, + return this; + }; +} - codePointAt: function codePointAt(ch) { - if (ch.length === 1) return ch.charCodeAt(0); - // eslint-disable-next-line no-bitwise - return (ch.charCodeAt(0) << 10) + ch.charCodeAt(1) - 0x35FDC00; - }, - peekMultichar: function peekMultichar() { - var ch = this.text.charAt(this.index); - var peek = this.peek(); - if (!peek) { - return ch; - } - var cp1 = ch.charCodeAt(0); - var cp2 = peek.charCodeAt(0); - if (cp1 >= 0xD800 && cp1 <= 0xDBFF && cp2 >= 0xDC00 && cp2 <= 0xDFFF) { - return ch + peek; - } - return ch; - }, +/** + * @ngdoc service + * @name $location + * + * @requires $rootElement + * + * @description + * The $location service parses the URL in the browser address bar (based on the + * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL + * available to your application. Changes to the URL in the address bar are reflected into + * $location service and changes to $location are reflected into the browser address bar. + * + * **The $location service:** + * + * - Exposes the current URL in the browser address bar, so you can + * - Watch and observe the URL. + * - Change the URL. + * - Synchronizes the URL with the browser when the user + * - Changes the address bar. + * - Clicks the back or forward button (or clicks a History link). + * - Clicks on a link. + * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). + * + * For more information see {@link guide/$location Developer Guide: Using $location} + */ - isExpOperator: function isExpOperator(ch) { - return ch === '-' || ch === '+' || this.isNumber(ch); - }, +/** + * @ngdoc provider + * @name $locationProvider + * @this + * + * @description + * Use the `$locationProvider` to configure how the application deep linking paths are stored. + */ +function $LocationProvider() { + var hashPrefix = '!', + html5Mode = { + enabled: false, + requireBase: true, + rewriteLinks: true + }; - throwError: function throwError(error, start, end) { - end = end || this.index; - var colStr = isDefined(start) ? 's ' + start + '-' + this.index + ' [' + this.text.substring(start, end) + ']' : ' ' + end; - throw $parseMinErr('lexerr', 'Lexer Error: {0} at column{1} in expression [{2}].', error, colStr, this.text); - }, + /** + * @ngdoc method + * @name $locationProvider#hashPrefix + * @description + * The default value for the prefix is `'!'`. + * @param {string=} prefix Prefix for hash part (containing path and search) + * @returns {*} current value if used as getter or itself (chaining) if used as setter + */ + this.hashPrefix = function(prefix) { + if (isDefined(prefix)) { + hashPrefix = prefix; + return this; + } else { + return hashPrefix; + } + }; - readNumber: function readNumber() { - var number = ''; - var start = this.index; - while (this.index < this.text.length) { - var ch = lowercase(this.text.charAt(this.index)); - if (ch === '.' || this.isNumber(ch)) { - number += ch; - } else { - var peekCh = this.peek(); - if (ch === 'e' && this.isExpOperator(peekCh)) { - number += ch; - } else if (this.isExpOperator(ch) && peekCh && this.isNumber(peekCh) && number.charAt(number.length - 1) === 'e') { - number += ch; - } else if (this.isExpOperator(ch) && (!peekCh || !this.isNumber(peekCh)) && number.charAt(number.length - 1) === 'e') { - this.throwError('Invalid exponent'); - } else { - break; - } - } - this.index++; + /** + * @ngdoc method + * @name $locationProvider#html5Mode + * @description + * @param {(boolean|Object)=} mode If boolean, sets `html5Mode.enabled` to value. + * If object, sets `enabled`, `requireBase` and `rewriteLinks` to respective values. Supported + * properties: + * - **enabled** – `{boolean}` – (default: false) If true, will rely on `history.pushState` to + * change urls where supported. Will fall back to hash-prefixed paths in browsers that do not + * support `pushState`. + * - **requireBase** - `{boolean}` - (default: `true`) When html5Mode is enabled, specifies + * whether or not a tag is required to be present. If `enabled` and `requireBase` are + * true, and a base tag is not present, an error will be thrown when `$location` is injected. + * See the {@link guide/$location $location guide for more information} + * - **rewriteLinks** - `{boolean|string}` - (default: `true`) When html5Mode is enabled, + * enables/disables URL rewriting for relative links. If set to a string, URL rewriting will + * only happen on links with an attribute that matches the given string. For example, if set + * to `'internal-link'`, then the URL will only be rewritten for `
    ` links. + * Note that [attribute name normalization](guide/directive#normalization) does not apply + * here, so `'internalLink'` will **not** match `'internal-link'`. + * + * @returns {Object} html5Mode object if used as getter or itself (chaining) if used as setter + */ + this.html5Mode = function(mode) { + if (isBoolean(mode)) { + html5Mode.enabled = mode; + return this; + } else if (isObject(mode)) { + + if (isBoolean(mode.enabled)) { + html5Mode.enabled = mode.enabled; } - this.tokens.push({ - index: start, - text: number, - constant: true, - value: Number(number) - }); - }, - readIdent: function readIdent() { - var start = this.index; - this.index += this.peekMultichar().length; - while (this.index < this.text.length) { - var ch = this.peekMultichar(); - if (!this.isIdentifierContinue(ch)) { - break; - } - this.index += ch.length; + if (isBoolean(mode.requireBase)) { + html5Mode.requireBase = mode.requireBase; } - this.tokens.push({ - index: start, - text: this.text.slice(start, this.index), - identifier: true - }); - }, - readString: function readString(quote) { - var start = this.index; - this.index++; - var string = ''; - var rawString = quote; - var escape = false; - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - rawString += ch; - if (escape) { - if (ch === 'u') { - var hex = this.text.substring(this.index + 1, this.index + 5); - if (!hex.match(/[\da-f]{4}/i)) { - this.throwError('Invalid unicode escape [\\u' + hex + ']'); - } - this.index += 4; - string += String.fromCharCode(parseInt(hex, 16)); - } else { - var rep = ESCAPE[ch]; - string = string + (rep || ch); - } - escape = false; - } else if (ch === '\\') { - escape = true; - } else if (ch === quote) { - this.index++; - this.tokens.push({ - index: start, - text: rawString, - constant: true, - value: string - }); - return; - } else { - string += ch; - } - this.index++; + if (isBoolean(mode.rewriteLinks) || isString(mode.rewriteLinks)) { + html5Mode.rewriteLinks = mode.rewriteLinks; } - this.throwError('Unterminated quote', start); - } - }; - var AST = function AST(lexer, options) { - this.lexer = lexer; - this.options = options; + return this; + } else { + return html5Mode; + } }; - AST.Program = 'Program'; - AST.ExpressionStatement = 'ExpressionStatement'; - AST.AssignmentExpression = 'AssignmentExpression'; - AST.ConditionalExpression = 'ConditionalExpression'; - AST.LogicalExpression = 'LogicalExpression'; - AST.BinaryExpression = 'BinaryExpression'; - AST.UnaryExpression = 'UnaryExpression'; - AST.CallExpression = 'CallExpression'; - AST.MemberExpression = 'MemberExpression'; - AST.Identifier = 'Identifier'; - AST.Literal = 'Literal'; - AST.ArrayExpression = 'ArrayExpression'; - AST.Property = 'Property'; - AST.ObjectExpression = 'ObjectExpression'; - AST.ThisExpression = 'ThisExpression'; - AST.LocalsExpression = 'LocalsExpression'; - - // Internal use only - AST.NGValueParameter = 'NGValueParameter'; - - AST.prototype = { - ast: function ast(text) { - this.text = text; - this.tokens = this.lexer.lex(text); - - var value = this.program(); - - if (this.tokens.length !== 0) { - this.throwError('is an unexpected token', this.tokens[0]); - } + /** + * @ngdoc event + * @name $location#$locationChangeStart + * @eventType broadcast on root scope + * @description + * Broadcasted before a URL will change. + * + * This change can be prevented by calling + * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more + * details about event object. Upon successful change + * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. + * + * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when + * the browser supports the HTML5 History API. + * + * @param {Object} angularEvent Synthetic event object. + * @param {string} newUrl New URL + * @param {string=} oldUrl URL that was before it was changed. + * @param {string=} newState New history state object + * @param {string=} oldState History state object that was before it was changed. + */ - return value; - }, + /** + * @ngdoc event + * @name $location#$locationChangeSuccess + * @eventType broadcast on root scope + * @description + * Broadcasted after a URL was changed. + * + * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when + * the browser supports the HTML5 History API. + * + * @param {Object} angularEvent Synthetic event object. + * @param {string} newUrl New URL + * @param {string=} oldUrl URL that was before it was changed. + * @param {string=} newState New history state object + * @param {string=} oldState History state object that was before it was changed. + */ - program: function program() { - var body = []; - while (true) { - if (this.tokens.length > 0 && !this.peek('}', ')', ';', ']')) body.push(this.expressionStatement()); - if (!this.expect(';')) { - return { type: AST.Program, body: body }; - } - } - }, + this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', '$window', + function($rootScope, $browser, $sniffer, $rootElement, $window) { + var $location, + LocationMode, + baseHref = $browser.baseHref(), // if base[href] is undefined, it defaults to '' + initialUrl = $browser.url(), + appBase; + + if (html5Mode.enabled) { + if (!baseHref && html5Mode.requireBase) { + throw $locationMinErr('nobase', + '$location in HTML5 mode requires a tag to be present!'); + } + appBase = serverBase(initialUrl) + (baseHref || '/'); + LocationMode = $sniffer.history ? LocationHtml5Url : LocationHashbangInHtml5Url; + } else { + appBase = stripHash(initialUrl); + LocationMode = LocationHashbangUrl; + } + var appBaseNoFile = stripFile(appBase); - expressionStatement: function expressionStatement() { - return { type: AST.ExpressionStatement, expression: this.filterChain() }; - }, + $location = new LocationMode(appBase, appBaseNoFile, '#' + hashPrefix); + $location.$$parseLinkUrl(initialUrl, initialUrl); - filterChain: function filterChain() { - var left = this.expression(); - while (this.expect('|')) { - left = this.filter(left); - } - return left; - }, + $location.$$state = $browser.state(); - expression: function expression() { - return this.assignment(); - }, + var IGNORE_URI_REGEXP = /^\s*(javascript|mailto):/i; - assignment: function assignment() { - var result = this.ternary(); - if (this.expect('=')) { - if (!isAssignable(result)) { - throw $parseMinErr('lval', 'Trying to assign a value to a non l-value'); - } + function setBrowserUrlWithFallback(url, replace, state) { + var oldUrl = $location.url(); + var oldState = $location.$$state; + try { + $browser.url(url, replace, state); - result = { type: AST.AssignmentExpression, left: result, right: this.assignment(), operator: '=' }; - } - return result; - }, + // Make sure $location.state() returns referentially identical (not just deeply equal) + // state object; this makes possible quick checking if the state changed in the digest + // loop. Checking deep equality would be too expensive. + $location.$$state = $browser.state(); + } catch (e) { + // Restore old values if pushState fails + $location.url(oldUrl); + $location.$$state = oldState; - ternary: function ternary() { - var test = this.logicalOR(); - var alternate; - var consequent; - if (this.expect('?')) { - alternate = this.expression(); - if (this.consume(':')) { - consequent = this.expression(); - return { type: AST.ConditionalExpression, test: test, alternate: alternate, consequent: consequent }; - } + throw e; } - return test; - }, + } - logicalOR: function logicalOR() { - var left = this.logicalAND(); - while (this.expect('||')) { - left = { type: AST.LogicalExpression, operator: '||', left: left, right: this.logicalAND() }; - } - return left; - }, + $rootElement.on('click', function(event) { + var rewriteLinks = html5Mode.rewriteLinks; + // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser) + // currently we open nice url link and redirect then - logicalAND: function logicalAND() { - var left = this.equality(); - while (this.expect('&&')) { - left = { type: AST.LogicalExpression, operator: '&&', left: left, right: this.equality() }; - } - return left; - }, + if (!rewriteLinks || event.ctrlKey || event.metaKey || event.shiftKey || event.which === 2 || event.button === 2) return; - equality: function equality() { - var left = this.relational(); - var token; - while (token = this.expect('==', '!=', '===', '!==')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.relational() }; - } - return left; - }, + var elm = jqLite(event.target); - relational: function relational() { - var left = this.additive(); - var token; - while (token = this.expect('<', '>', '<=', '>=')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.additive() }; + // traverse the DOM up to find first A tag + while (nodeName_(elm[0]) !== 'a') { + // ignore rewriting if no A tag (reached root element, or no parent - removed from document) + if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return; } - return left; - }, - additive: function additive() { - var left = this.multiplicative(); - var token; - while (token = this.expect('+', '-')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.multiplicative() }; - } - return left; - }, + if (isString(rewriteLinks) && isUndefined(elm.attr(rewriteLinks))) return; - multiplicative: function multiplicative() { - var left = this.unary(); - var token; - while (token = this.expect('*', '/', '%')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.unary() }; - } - return left; - }, + var absHref = elm.prop('href'); + // get the actual href attribute - see + // http://msdn.microsoft.com/en-us/library/ie/dd347148(v=vs.85).aspx + var relHref = elm.attr('href') || elm.attr('xlink:href'); - unary: function unary() { - var token; - if (token = this.expect('+', '-', '!')) { - return { type: AST.UnaryExpression, operator: token.text, prefix: true, argument: this.unary() }; - } else { - return this.primary(); + if (isObject(absHref) && absHref.toString() === '[object SVGAnimatedString]') { + // SVGAnimatedString.animVal should be identical to SVGAnimatedString.baseVal, unless during + // an animation. + absHref = urlResolve(absHref.animVal).href; } - }, - primary: function primary() { - var primary; - if (this.expect('(')) { - primary = this.filterChain(); - this.consume(')'); - } else if (this.expect('[')) { - primary = this.arrayDeclaration(); - } else if (this.expect('{')) { - primary = this.object(); - } else if (this.selfReferential.hasOwnProperty(this.peek().text)) { - primary = copy(this.selfReferential[this.consume().text]); - } else if (this.options.literals.hasOwnProperty(this.peek().text)) { - primary = { type: AST.Literal, value: this.options.literals[this.consume().text] }; - } else if (this.peek().identifier) { - primary = this.identifier(); - } else if (this.peek().constant) { - primary = this.constant(); - } else { - this.throwError('not a primary expression', this.peek()); - } + // Ignore when url is started with javascript: or mailto: + if (IGNORE_URI_REGEXP.test(absHref)) return; - var next; - while (next = this.expect('(', '[', '.')) { - if (next.text === '(') { - primary = { type: AST.CallExpression, callee: primary, arguments: this.parseArguments() }; - this.consume(')'); - } else if (next.text === '[') { - primary = { type: AST.MemberExpression, object: primary, property: this.expression(), computed: true }; - this.consume(']'); - } else if (next.text === '.') { - primary = { type: AST.MemberExpression, object: primary, property: this.identifier(), computed: false }; - } else { - this.throwError('IMPOSSIBLE'); + if (absHref && !elm.attr('target') && !event.isDefaultPrevented()) { + if ($location.$$parseLinkUrl(absHref, relHref)) { + // We do a preventDefault for all urls that are part of the angular application, + // in html5mode and also without, so that we are able to abort navigation without + // getting double entries in the location history. + event.preventDefault(); + // update location manually + if ($location.absUrl() !== $browser.url()) { + $rootScope.$apply(); + // hack to work around FF6 bug 684208 when scenario runner clicks on links + $window.angular['ff-684208-preventDefault'] = true; + } } } - return primary; - }, + }); - filter: function filter(baseExpression) { - var args = [baseExpression]; - var result = { type: AST.CallExpression, callee: this.identifier(), arguments: args, filter: true }; - while (this.expect(':')) { - args.push(this.expression()); - } + // rewrite hashbang url <> html5 url + if (trimEmptyHash($location.absUrl()) !== trimEmptyHash(initialUrl)) { + $browser.url($location.absUrl(), true); + } - return result; - }, + var initializing = true; - parseArguments: function parseArguments() { - var args = []; - if (this.peekToken().text !== ')') { - do { - args.push(this.filterChain()); - } while (this.expect(',')); - } - return args; - }, + // update $location when $browser url changes + $browser.onUrlChange(function(newUrl, newState) { - identifier: function identifier() { - var token = this.consume(); - if (!token.identifier) { - this.throwError('is not a valid identifier', token); + if (!startsWith(newUrl, appBaseNoFile)) { + // If we are navigating outside of the app then force a reload + $window.location.href = newUrl; + return; } - return { type: AST.Identifier, name: token.text }; - }, - constant: function constant() { - // TODO check that it is a constant - return { type: AST.Literal, value: this.consume().value }; - }, + $rootScope.$evalAsync(function() { + var oldUrl = $location.absUrl(); + var oldState = $location.$$state; + var defaultPrevented; + newUrl = trimEmptyHash(newUrl); + $location.$$parse(newUrl); + $location.$$state = newState; - arrayDeclaration: function arrayDeclaration() { - var elements = []; - if (this.peekToken().text !== ']') { - do { - if (this.peek(']')) { - // Support trailing commas per ES5.1. - break; - } - elements.push(this.expression()); - } while (this.expect(',')); - } - this.consume(']'); + defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, + newState, oldState).defaultPrevented; - return { type: AST.ArrayExpression, elements: elements }; - }, + // if the location was changed by a `$locationChangeStart` handler then stop + // processing this location change + if ($location.absUrl() !== newUrl) return; - object: function object() { - var properties = [], - property; - if (this.peekToken().text !== '}') { - do { - if (this.peek('}')) { - // Support trailing commas per ES5.1. - break; - } - property = { type: AST.Property, kind: 'init' }; - if (this.peek().constant) { - property.key = this.constant(); - property.computed = false; - this.consume(':'); - property.value = this.expression(); - } else if (this.peek().identifier) { - property.key = this.identifier(); - property.computed = false; - if (this.peek(':')) { - this.consume(':'); - property.value = this.expression(); + if (defaultPrevented) { + $location.$$parse(oldUrl); + $location.$$state = oldState; + setBrowserUrlWithFallback(oldUrl, false, oldState); + } else { + initializing = false; + afterLocationChange(oldUrl, oldState); + } + }); + if (!$rootScope.$$phase) $rootScope.$digest(); + }); + + // update browser + $rootScope.$watch(function $locationWatch() { + if (initializing || $location.$$urlUpdatedByLocation) { + $location.$$urlUpdatedByLocation = false; + + var oldUrl = trimEmptyHash($browser.url()); + var newUrl = trimEmptyHash($location.absUrl()); + var oldState = $browser.state(); + var currentReplace = $location.$$replace; + var urlOrStateChanged = oldUrl !== newUrl || + ($location.$$html5 && $sniffer.history && oldState !== $location.$$state); + + if (initializing || urlOrStateChanged) { + initializing = false; + + $rootScope.$evalAsync(function() { + var newUrl = $location.absUrl(); + var defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, + $location.$$state, oldState).defaultPrevented; + + // if the location was changed by a `$locationChangeStart` handler then stop + // processing this location change + if ($location.absUrl() !== newUrl) return; + + if (defaultPrevented) { + $location.$$parse(oldUrl); + $location.$$state = oldState; } else { - property.value = property.key; + if (urlOrStateChanged) { + setBrowserUrlWithFallback(newUrl, currentReplace, + oldState === $location.$$state ? null : $location.$$state); + } + afterLocationChange(oldUrl, oldState); } - } else if (this.peek('[')) { - this.consume('['); - property.key = this.expression(); - this.consume(']'); - property.computed = true; - this.consume(':'); - property.value = this.expression(); - } else { - this.throwError('invalid key', this.peek()); - } - properties.push(property); - } while (this.expect(',')); + }); + } } - this.consume('}'); - return { type: AST.ObjectExpression, properties: properties }; - }, + $location.$$replace = false; - throwError: function throwError(msg, token) { - throw $parseMinErr('syntax', 'Syntax Error: Token \'{0}\' {1} at column {2} of the expression [{3}] starting at [{4}].', token.text, msg, token.index + 1, this.text, this.text.substring(token.index)); - }, + // we don't need to return anything because $evalAsync will make the digest loop dirty when + // there is a change + }); - consume: function consume(e1) { - if (this.tokens.length === 0) { - throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); - } + return $location; - var token = this.expect(e1); - if (!token) { - this.throwError('is unexpected, expecting [' + e1 + ']', this.peek()); - } - return token; - }, + function afterLocationChange(oldUrl, oldState) { + $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl, + $location.$$state, oldState); + } +}]; +} + +/** + * @ngdoc service + * @name $log + * @requires $window + * + * @description + * Simple service for logging. Default implementation safely writes the message + * into the browser's console (if present). + * + * The main purpose of this service is to simplify debugging and troubleshooting. + * + * To reveal the location of the calls to `$log` in the JavaScript console, + * you can "blackbox" the AngularJS source in your browser: + * + * [Mozilla description of blackboxing](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source). + * [Chrome description of blackboxing](https://developer.chrome.com/devtools/docs/blackboxing). + * + * Note: Not all browsers support blackboxing. + * + * The default is to log `debug` messages. You can use + * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. + * + * @example + + + angular.module('logExample', []) + .controller('LogController', ['$scope', '$log', function($scope, $log) { + $scope.$log = $log; + $scope.message = 'Hello World!'; + }]); + + +
    +

    Reload this page with open console, enter text and hit the log button...

    + + + + + + +
    +
    +
    + */ - peekToken: function peekToken() { - if (this.tokens.length === 0) { - throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); - } - return this.tokens[0]; - }, +/** + * @ngdoc provider + * @name $logProvider + * @this + * + * @description + * Use the `$logProvider` to configure how the application logs messages + */ +function $LogProvider() { + var debug = true, + self = this; - peek: function peek(e1, e2, e3, e4) { - return this.peekAhead(0, e1, e2, e3, e4); - }, + /** + * @ngdoc method + * @name $logProvider#debugEnabled + * @description + * @param {boolean=} flag enable or disable debug level messages + * @returns {*} current value if used as getter or itself (chaining) if used as setter + */ + this.debugEnabled = function(flag) { + if (isDefined(flag)) { + debug = flag; + return this; + } else { + return debug; + } + }; - peekAhead: function peekAhead(i, e1, e2, e3, e4) { - if (this.tokens.length > i) { - var token = this.tokens[i]; - var t = token.text; - if (t === e1 || t === e2 || t === e3 || t === e4 || !e1 && !e2 && !e3 && !e4) { - return token; - } - } - return false; - }, + this.$get = ['$window', function($window) { + // Support: IE 9-11, Edge 12-14+ + // IE/Edge display errors in such a way that it requires the user to click in 4 places + // to see the stack trace. There is no way to feature-detect it so there's a chance + // of the user agent sniffing to go wrong but since it's only about logging, this shouldn't + // break apps. Other browsers display errors in a sensible way and some of them map stack + // traces along source maps if available so it makes sense to let browsers display it + // as they want. + var formatStackTrace = msie || /\bEdge\//.test($window.navigator && $window.navigator.userAgent); - expect: function expect(e1, e2, e3, e4) { - var token = this.peek(e1, e2, e3, e4); - if (token) { - this.tokens.shift(); - return token; - } - return false; - }, + return { + /** + * @ngdoc method + * @name $log#log + * + * @description + * Write a log message + */ + log: consoleLog('log'), - selfReferential: { - 'this': { type: AST.ThisExpression }, - '$locals': { type: AST.LocalsExpression } - } - }; + /** + * @ngdoc method + * @name $log#info + * + * @description + * Write an information message + */ + info: consoleLog('info'), - function ifDefined(v, d) { - return typeof v !== 'undefined' ? v : d; - } + /** + * @ngdoc method + * @name $log#warn + * + * @description + * Write a warning message + */ + warn: consoleLog('warn'), - function plusFn(l, r) { - if (typeof l === 'undefined') return r; - if (typeof r === 'undefined') return l; - return l + r; - } + /** + * @ngdoc method + * @name $log#error + * + * @description + * Write an error message + */ + error: consoleLog('error'), - function isStateless($filter, filterName) { - var fn = $filter(filterName); - return !fn.$stateful; - } + /** + * @ngdoc method + * @name $log#debug + * + * @description + * Write a debug message + */ + debug: (function() { + var fn = consoleLog('debug'); - var PURITY_ABSOLUTE = 1; - var PURITY_RELATIVE = 2; + return function() { + if (debug) { + fn.apply(self, arguments); + } + }; + })() + }; - // Detect nodes which could depend on non-shallow state of objects - function isPure(node, parentIsPure) { - switch (node.type) { - // Computed members might invoke a stateful toString() - case AST.MemberExpression: - if (node.computed) { - return false; + function formatError(arg) { + if (isError(arg)) { + if (arg.stack && formatStackTrace) { + arg = (arg.message && arg.stack.indexOf(arg.message) === -1) + ? 'Error: ' + arg.message + '\n' + arg.stack + : arg.stack; + } else if (arg.sourceURL) { + arg = arg.message + '\n' + arg.sourceURL + ':' + arg.line; } - break; - - // Unary always convert to primative - case AST.UnaryExpression: - return PURITY_ABSOLUTE; + } + return arg; + } - // The binary + operator can invoke a stateful toString(). - case AST.BinaryExpression: - return node.operator !== '+' ? PURITY_ABSOLUTE : false; + function consoleLog(type) { + var console = $window.console || {}, + logFn = console[type] || console.log || noop; - // Functions / filters probably read state from within objects - case AST.CallExpression: - return false; + return function() { + var args = []; + forEach(arguments, function(arg) { + args.push(formatError(arg)); + }); + // Support: IE 9 only + // console methods don't inherit from Function.prototype in IE 9 so we can't + // call `logFn.apply(console, args)` directly. + return Function.prototype.apply.call(logFn, console, args); + }; } + }]; +} - return undefined === parentIsPure ? PURITY_RELATIVE : parentIsPure; - } +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - function findConstantAndWatchExpressions(ast, $filter, parentIsPure) { - var allConstants; - var argsToWatch; - var isStatelessFilter; +var $parseMinErr = minErr('$parse'); - var astIsPure = ast.isPure = isPure(ast, parentIsPure); +var objectValueOf = {}.constructor.prototype.valueOf; - switch (ast.type) { - case AST.Program: - allConstants = true; - forEach(ast.body, function (expr) { - findConstantAndWatchExpressions(expr.expression, $filter, astIsPure); - allConstants = allConstants && expr.expression.constant; - }); - ast.constant = allConstants; - break; - case AST.Literal: - ast.constant = true; - ast.toWatch = []; - break; - case AST.UnaryExpression: - findConstantAndWatchExpressions(ast.argument, $filter, astIsPure); - ast.constant = ast.argument.constant; - ast.toWatch = ast.argument.toWatch; - break; - case AST.BinaryExpression: - findConstantAndWatchExpressions(ast.left, $filter, astIsPure); - findConstantAndWatchExpressions(ast.right, $filter, astIsPure); - ast.constant = ast.left.constant && ast.right.constant; - ast.toWatch = ast.left.toWatch.concat(ast.right.toWatch); - break; - case AST.LogicalExpression: - findConstantAndWatchExpressions(ast.left, $filter, astIsPure); - findConstantAndWatchExpressions(ast.right, $filter, astIsPure); - ast.constant = ast.left.constant && ast.right.constant; - ast.toWatch = ast.constant ? [] : [ast]; - break; - case AST.ConditionalExpression: - findConstantAndWatchExpressions(ast.test, $filter, astIsPure); - findConstantAndWatchExpressions(ast.alternate, $filter, astIsPure); - findConstantAndWatchExpressions(ast.consequent, $filter, astIsPure); - ast.constant = ast.test.constant && ast.alternate.constant && ast.consequent.constant; - ast.toWatch = ast.constant ? [] : [ast]; - break; - case AST.Identifier: - ast.constant = false; - ast.toWatch = [ast]; - break; - case AST.MemberExpression: - findConstantAndWatchExpressions(ast.object, $filter, astIsPure); - if (ast.computed) { - findConstantAndWatchExpressions(ast.property, $filter, astIsPure); - } - ast.constant = ast.object.constant && (!ast.computed || ast.property.constant); - ast.toWatch = ast.constant ? [] : [ast]; - break; - case AST.CallExpression: - isStatelessFilter = ast.filter ? isStateless($filter, ast.callee.name) : false; - allConstants = isStatelessFilter; - argsToWatch = []; - forEach(ast.arguments, function (expr) { - findConstantAndWatchExpressions(expr, $filter, astIsPure); - allConstants = allConstants && expr.constant; - argsToWatch.push.apply(argsToWatch, expr.toWatch); - }); - ast.constant = allConstants; - ast.toWatch = isStatelessFilter ? argsToWatch : [ast]; - break; - case AST.AssignmentExpression: - findConstantAndWatchExpressions(ast.left, $filter, astIsPure); - findConstantAndWatchExpressions(ast.right, $filter, astIsPure); - ast.constant = ast.left.constant && ast.right.constant; - ast.toWatch = [ast]; - break; - case AST.ArrayExpression: - allConstants = true; - argsToWatch = []; - forEach(ast.elements, function (expr) { - findConstantAndWatchExpressions(expr, $filter, astIsPure); - allConstants = allConstants && expr.constant; - argsToWatch.push.apply(argsToWatch, expr.toWatch); - }); - ast.constant = allConstants; - ast.toWatch = argsToWatch; - break; - case AST.ObjectExpression: - allConstants = true; - argsToWatch = []; - forEach(ast.properties, function (property) { - findConstantAndWatchExpressions(property.value, $filter, astIsPure); - allConstants = allConstants && property.value.constant; - argsToWatch.push.apply(argsToWatch, property.value.toWatch); - if (property.computed) { - //`{[key]: value}` implicitly does `key.toString()` which may be non-pure - findConstantAndWatchExpressions(property.key, $filter, /*parentIsPure=*/false); - allConstants = allConstants && property.key.constant; - argsToWatch.push.apply(argsToWatch, property.key.toWatch); - } - }); - ast.constant = allConstants; - ast.toWatch = argsToWatch; - break; - case AST.ThisExpression: - ast.constant = false; - ast.toWatch = []; - break; - case AST.LocalsExpression: - ast.constant = false; - ast.toWatch = []; - break; - } - } +// Sandboxing Angular Expressions +// ------------------------------ +// Angular expressions are no longer sandboxed. So it is now even easier to access arbitrary JS code by +// various means such as obtaining a reference to native JS functions like the Function constructor. +// +// As an example, consider the following Angular expression: +// +// {}.toString.constructor('alert("evil JS code")') +// +// It is important to realize that if you create an expression from a string that contains user provided +// content then it is possible that your application contains a security vulnerability to an XSS style attack. +// +// See https://docs.angularjs.org/guide/security - function getInputs(body) { - if (body.length !== 1) return; - var lastExpression = body[0].expression; - var candidate = lastExpression.toWatch; - if (candidate.length !== 1) return candidate; - return candidate[0] !== lastExpression ? candidate : undefined; - } - function isAssignable(ast) { - return ast.type === AST.Identifier || ast.type === AST.MemberExpression; - } +function getStringValue(name) { + // Property names must be strings. This means that non-string objects cannot be used + // as keys in an object. Any non-string object, including a number, is typecasted + // into a string via the toString method. + // -- MDN, https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Property_accessors#Property_names + // + // So, to ensure that we are checking the same `name` that JavaScript would use, we cast it + // to a string. It's not always possible. If `name` is an object and its `toString` method is + // 'broken' (doesn't return a string, isn't a function, etc.), an error will be thrown: + // + // TypeError: Cannot convert object to primitive value + // + // For performance reasons, we don't catch this error here and allow it to propagate up the call + // stack. Note that you'll get the same error in JavaScript if you try to access a property using + // such a 'broken' object as a key. + return name + ''; +} - function assignableAST(ast) { - if (ast.body.length === 1 && isAssignable(ast.body[0].expression)) { - return { type: AST.AssignmentExpression, left: ast.body[0].expression, right: { type: AST.NGValueParameter }, operator: '=' }; - } - } - function isLiteral(ast) { - return ast.body.length === 0 || ast.body.length === 1 && (ast.body[0].expression.type === AST.Literal || ast.body[0].expression.type === AST.ArrayExpression || ast.body[0].expression.type === AST.ObjectExpression); - } +var OPERATORS = createMap(); +forEach('+ - * / % === !== == != < > <= >= && || ! = |'.split(' '), function(operator) { OPERATORS[operator] = true; }); +var ESCAPE = {'n':'\n', 'f':'\f', 'r':'\r', 't':'\t', 'v':'\v', '\'':'\'', '"':'"'}; - function isConstant(ast) { - return ast.constant; - } - function ASTCompiler($filter) { - this.$filter = $filter; - } +///////////////////////////////////////// - ASTCompiler.prototype = { - compile: function compile(ast) { - var self = this; - this.state = { - nextId: 0, - filters: {}, - fn: { vars: [], body: [], own: {} }, - assign: { vars: [], body: [], own: {} }, - inputs: [] - }; - findConstantAndWatchExpressions(ast, self.$filter); - var extra = ''; - var assignable; - this.stage = 'assign'; - if (assignable = assignableAST(ast)) { - this.state.computing = 'assign'; - var result = this.nextId(); - this.recurse(assignable, result); - this.return_(result); - extra = 'fn.assign=' + this.generateFunction('assign', 's,v,l'); - } - var toWatch = getInputs(ast.body); - self.stage = 'inputs'; - forEach(toWatch, function (watch, key) { - var fnKey = 'fn' + key; - self.state[fnKey] = { vars: [], body: [], own: {} }; - self.state.computing = fnKey; - var intoId = self.nextId(); - self.recurse(watch, intoId); - self.return_(intoId); - self.state.inputs.push({ name: fnKey, isPure: watch.isPure }); - watch.watchId = key; - }); - this.state.computing = 'fn'; - this.stage = 'main'; - this.recurse(ast); - var fnString = - // The build and minification steps remove the string "use strict" from the code, but this is done using a regex. - // This is a workaround for this until we do a better job at only removing the prefix only when we should. - '"' + this.USE + ' ' + this.STRICT + '";\n' + this.filterPrefix() + 'var fn=' + this.generateFunction('fn', 's,l,a,i') + extra + this.watchFns() + 'return fn;'; - // eslint-disable-next-line no-new-func - var fn = new Function('$filter', 'getStringValue', 'ifDefined', 'plus', fnString)(this.$filter, getStringValue, ifDefined, plusFn); - this.state = this.stage = undefined; - return fn; - }, +/** + * @constructor + */ +var Lexer = function Lexer(options) { + this.options = options; +}; - USE: 'use', +Lexer.prototype = { + constructor: Lexer, - STRICT: 'strict', + lex: function(text) { + this.text = text; + this.index = 0; + this.tokens = []; - watchFns: function watchFns() { - var result = []; - var inputs = this.state.inputs; - var self = this; - forEach(inputs, function (input) { - result.push('var ' + input.name + '=' + self.generateFunction(input.name, 's')); - if (input.isPure) { - result.push(input.name, '.isPure=' + JSON.stringify(input.isPure) + ';'); + while (this.index < this.text.length) { + var ch = this.text.charAt(this.index); + if (ch === '"' || ch === '\'') { + this.readString(ch); + } else if (this.isNumber(ch) || ch === '.' && this.isNumber(this.peek())) { + this.readNumber(); + } else if (this.isIdentifierStart(this.peekMultichar())) { + this.readIdent(); + } else if (this.is(ch, '(){}[].,;:?')) { + this.tokens.push({index: this.index, text: ch}); + this.index++; + } else if (this.isWhitespace(ch)) { + this.index++; + } else { + var ch2 = ch + this.peek(); + var ch3 = ch2 + this.peek(2); + var op1 = OPERATORS[ch]; + var op2 = OPERATORS[ch2]; + var op3 = OPERATORS[ch3]; + if (op1 || op2 || op3) { + var token = op3 ? ch3 : (op2 ? ch2 : ch); + this.tokens.push({index: this.index, text: token, operator: true}); + this.index += token.length; + } else { + this.throwError('Unexpected next character ', this.index, this.index + 1); } - }); - if (inputs.length) { - result.push('fn.inputs=[' + inputs.map(function (i) { - return i.name; - }).join(',') + '];'); } - return result.join(''); - }, + } + return this.tokens; + }, - generateFunction: function generateFunction(name, params) { - return 'function(' + params + '){' + this.varsPrefix(name) + this.body(name) + '};'; - }, + is: function(ch, chars) { + return chars.indexOf(ch) !== -1; + }, - filterPrefix: function filterPrefix() { - var parts = []; - var self = this; - forEach(this.state.filters, function (id, filter) { - parts.push(id + '=$filter(' + self.escape(filter) + ')'); - }); - if (parts.length) return 'var ' + parts.join(',') + ';'; - return ''; - }, + peek: function(i) { + var num = i || 1; + return (this.index + num < this.text.length) ? this.text.charAt(this.index + num) : false; + }, - varsPrefix: function varsPrefix(section) { - return this.state[section].vars.length ? 'var ' + this.state[section].vars.join(',') + ';' : ''; - }, + isNumber: function(ch) { + return ('0' <= ch && ch <= '9') && typeof ch === 'string'; + }, - body: function body(section) { - return this.state[section].body.join(''); - }, + isWhitespace: function(ch) { + // IE treats non-breaking space as \u00A0 + return (ch === ' ' || ch === '\r' || ch === '\t' || + ch === '\n' || ch === '\v' || ch === '\u00A0'); + }, - recurse: function recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { - var left, - right, - self = this, - args, - expression, - computed; - recursionFn = recursionFn || noop; - if (!skipWatchIdCheck && isDefined(ast.watchId)) { - intoId = intoId || this.nextId(); - this.if_('i', this.lazyAssign(intoId, this.computedMember('i', ast.watchId)), this.lazyRecurse(ast, intoId, nameId, recursionFn, create, true)); - return; - } - switch (ast.type) { - case AST.Program: - forEach(ast.body, function (expression, pos) { - self.recurse(expression.expression, undefined, undefined, function (expr) { - right = expr; - }); - if (pos !== ast.body.length - 1) { - self.current().body.push(right, ';'); - } else { - self.return_(right); - } - }); - break; - case AST.Literal: - expression = this.escape(ast.value); - this.assign(intoId, expression); - recursionFn(intoId || expression); - break; - case AST.UnaryExpression: - this.recurse(ast.argument, undefined, undefined, function (expr) { - right = expr; - }); - expression = ast.operator + '(' + this.ifDefined(right, 0) + ')'; - this.assign(intoId, expression); - recursionFn(expression); - break; - case AST.BinaryExpression: - this.recurse(ast.left, undefined, undefined, function (expr) { - left = expr; - }); - this.recurse(ast.right, undefined, undefined, function (expr) { - right = expr; - }); - if (ast.operator === '+') { - expression = this.plus(left, right); - } else if (ast.operator === '-') { - expression = this.ifDefined(left, 0) + ast.operator + this.ifDefined(right, 0); - } else { - expression = '(' + left + ')' + ast.operator + '(' + right + ')'; - } - this.assign(intoId, expression); - recursionFn(expression); - break; - case AST.LogicalExpression: - intoId = intoId || this.nextId(); - self.recurse(ast.left, intoId); - self.if_(ast.operator === '&&' ? intoId : self.not(intoId), self.lazyRecurse(ast.right, intoId)); - recursionFn(intoId); - break; - case AST.ConditionalExpression: - intoId = intoId || this.nextId(); - self.recurse(ast.test, intoId); - self.if_(intoId, self.lazyRecurse(ast.alternate, intoId), self.lazyRecurse(ast.consequent, intoId)); - recursionFn(intoId); - break; - case AST.Identifier: - intoId = intoId || this.nextId(); - if (nameId) { - nameId.context = self.stage === 'inputs' ? 's' : this.assign(this.nextId(), this.getHasOwnProperty('l', ast.name) + '?l:s'); - nameId.computed = false; - nameId.name = ast.name; - } - self.if_(self.stage === 'inputs' || self.not(self.getHasOwnProperty('l', ast.name)), function () { - self.if_(self.stage === 'inputs' || 's', function () { - if (create && create !== 1) { - self.if_(self.isNull(self.nonComputedMember('s', ast.name)), self.lazyAssign(self.nonComputedMember('s', ast.name), '{}')); - } - self.assign(intoId, self.nonComputedMember('s', ast.name)); - }); - }, intoId && self.lazyAssign(intoId, self.nonComputedMember('l', ast.name))); - recursionFn(intoId); - break; - case AST.MemberExpression: - left = nameId && (nameId.context = this.nextId()) || this.nextId(); - intoId = intoId || this.nextId(); - self.recurse(ast.object, left, undefined, function () { - self.if_(self.notNull(left), function () { - if (ast.computed) { - right = self.nextId(); - self.recurse(ast.property, right); - self.getStringValue(right); - if (create && create !== 1) { - self.if_(self.not(self.computedMember(left, right)), self.lazyAssign(self.computedMember(left, right), '{}')); - } - expression = self.computedMember(left, right); - self.assign(intoId, expression); - if (nameId) { - nameId.computed = true; - nameId.name = right; - } - } else { - if (create && create !== 1) { - self.if_(self.isNull(self.nonComputedMember(left, ast.property.name)), self.lazyAssign(self.nonComputedMember(left, ast.property.name), '{}')); - } - expression = self.nonComputedMember(left, ast.property.name); - self.assign(intoId, expression); - if (nameId) { - nameId.computed = false; - nameId.name = ast.property.name; - } - } - }, function () { - self.assign(intoId, 'undefined'); - }); - recursionFn(intoId); - }, !!create); - break; - case AST.CallExpression: - intoId = intoId || this.nextId(); - if (ast.filter) { - right = self.filter(ast.callee.name); - args = []; - forEach(ast.arguments, function (expr) { - var argument = self.nextId(); - self.recurse(expr, argument); - args.push(argument); - }); - expression = right + '(' + args.join(',') + ')'; - self.assign(intoId, expression); - recursionFn(intoId); - } else { - right = self.nextId(); - left = {}; - args = []; - self.recurse(ast.callee, right, left, function () { - self.if_(self.notNull(right), function () { - forEach(ast.arguments, function (expr) { - self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function (argument) { - args.push(argument); - }); - }); - if (left.name) { - expression = self.member(left.context, left.name, left.computed) + '(' + args.join(',') + ')'; - } else { - expression = right + '(' + args.join(',') + ')'; - } - self.assign(intoId, expression); - }, function () { - self.assign(intoId, 'undefined'); - }); - recursionFn(intoId); - }); - } - break; - case AST.AssignmentExpression: - right = this.nextId(); - left = {}; - this.recurse(ast.left, undefined, left, function () { - self.if_(self.notNull(left.context), function () { - self.recurse(ast.right, right); - expression = self.member(left.context, left.name, left.computed) + ast.operator + right; - self.assign(intoId, expression); - recursionFn(intoId || expression); - }); - }, 1); - break; - case AST.ArrayExpression: - args = []; - forEach(ast.elements, function (expr) { - self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function (argument) { - args.push(argument); - }); - }); - expression = '[' + args.join(',') + ']'; - this.assign(intoId, expression); - recursionFn(intoId || expression); - break; - case AST.ObjectExpression: - args = []; - computed = false; - forEach(ast.properties, function (property) { - if (property.computed) { - computed = true; - } - }); - if (computed) { - intoId = intoId || this.nextId(); - this.assign(intoId, '{}'); - forEach(ast.properties, function (property) { - if (property.computed) { - left = self.nextId(); - self.recurse(property.key, left); - } else { - left = property.key.type === AST.Identifier ? property.key.name : '' + property.key.value; - } - right = self.nextId(); - self.recurse(property.value, right); - self.assign(self.member(intoId, left, property.computed), right); - }); - } else { - forEach(ast.properties, function (property) { - self.recurse(property.value, ast.constant ? undefined : self.nextId(), undefined, function (expr) { - args.push(self.escape(property.key.type === AST.Identifier ? property.key.name : '' + property.key.value) + ':' + expr); - }); - }); - expression = '{' + args.join(',') + '}'; - this.assign(intoId, expression); - } - recursionFn(intoId || expression); - break; - case AST.ThisExpression: - this.assign(intoId, 's'); - recursionFn(intoId || 's'); - break; - case AST.LocalsExpression: - this.assign(intoId, 'l'); - recursionFn(intoId || 'l'); - break; - case AST.NGValueParameter: - this.assign(intoId, 'v'); - recursionFn(intoId || 'v'); - break; - } - }, + isIdentifierStart: function(ch) { + return this.options.isIdentifierStart ? + this.options.isIdentifierStart(ch, this.codePointAt(ch)) : + this.isValidIdentifierStart(ch); + }, - getHasOwnProperty: function getHasOwnProperty(element, property) { - var key = element + '.' + property; - var own = this.current().own; - if (!own.hasOwnProperty(key)) { - own[key] = this.nextId(false, element + '&&(' + this.escape(property) + ' in ' + element + ')'); - } - return own[key]; - }, + isValidIdentifierStart: function(ch) { + return ('a' <= ch && ch <= 'z' || + 'A' <= ch && ch <= 'Z' || + '_' === ch || ch === '$'); + }, - assign: function assign(id, value) { - if (!id) return; - this.current().body.push(id, '=', value, ';'); - return id; - }, + isIdentifierContinue: function(ch) { + return this.options.isIdentifierContinue ? + this.options.isIdentifierContinue(ch, this.codePointAt(ch)) : + this.isValidIdentifierContinue(ch); + }, - filter: function filter(filterName) { - if (!this.state.filters.hasOwnProperty(filterName)) { - this.state.filters[filterName] = this.nextId(true); - } - return this.state.filters[filterName]; - }, + isValidIdentifierContinue: function(ch, cp) { + return this.isValidIdentifierStart(ch, cp) || this.isNumber(ch); + }, - ifDefined: function ifDefined(id, defaultValue) { - return 'ifDefined(' + id + ',' + this.escape(defaultValue) + ')'; - }, + codePointAt: function(ch) { + if (ch.length === 1) return ch.charCodeAt(0); + // eslint-disable-next-line no-bitwise + return (ch.charCodeAt(0) << 10) + ch.charCodeAt(1) - 0x35FDC00; + }, - plus: function plus(left, right) { - return 'plus(' + left + ',' + right + ')'; - }, + peekMultichar: function() { + var ch = this.text.charAt(this.index); + var peek = this.peek(); + if (!peek) { + return ch; + } + var cp1 = ch.charCodeAt(0); + var cp2 = peek.charCodeAt(0); + if (cp1 >= 0xD800 && cp1 <= 0xDBFF && cp2 >= 0xDC00 && cp2 <= 0xDFFF) { + return ch + peek; + } + return ch; + }, - return_: function return_(id) { - this.current().body.push('return ', id, ';'); - }, + isExpOperator: function(ch) { + return (ch === '-' || ch === '+' || this.isNumber(ch)); + }, + + throwError: function(error, start, end) { + end = end || this.index; + var colStr = (isDefined(start) + ? 's ' + start + '-' + this.index + ' [' + this.text.substring(start, end) + ']' + : ' ' + end); + throw $parseMinErr('lexerr', 'Lexer Error: {0} at column{1} in expression [{2}].', + error, colStr, this.text); + }, - if_: function if_(test, alternate, consequent) { - if (test === true) { - alternate(); + readNumber: function() { + var number = ''; + var start = this.index; + while (this.index < this.text.length) { + var ch = lowercase(this.text.charAt(this.index)); + if (ch === '.' || this.isNumber(ch)) { + number += ch; } else { - var body = this.current().body; - body.push('if(', test, '){'); - alternate(); - body.push('}'); - if (consequent) { - body.push('else{'); - consequent(); - body.push('}'); + var peekCh = this.peek(); + if (ch === 'e' && this.isExpOperator(peekCh)) { + number += ch; + } else if (this.isExpOperator(ch) && + peekCh && this.isNumber(peekCh) && + number.charAt(number.length - 1) === 'e') { + number += ch; + } else if (this.isExpOperator(ch) && + (!peekCh || !this.isNumber(peekCh)) && + number.charAt(number.length - 1) === 'e') { + this.throwError('Invalid exponent'); + } else { + break; } } - }, - - not: function not(expression) { - return '!(' + expression + ')'; - }, - - isNull: function isNull(expression) { - return expression + '==null'; - }, + this.index++; + } + this.tokens.push({ + index: start, + text: number, + constant: true, + value: Number(number) + }); + }, - notNull: function notNull(expression) { - return expression + '!=null'; - }, + readIdent: function() { + var start = this.index; + this.index += this.peekMultichar().length; + while (this.index < this.text.length) { + var ch = this.peekMultichar(); + if (!this.isIdentifierContinue(ch)) { + break; + } + this.index += ch.length; + } + this.tokens.push({ + index: start, + text: this.text.slice(start, this.index), + identifier: true + }); + }, - nonComputedMember: function nonComputedMember(left, right) { - var SAFE_IDENTIFIER = /^[$_a-zA-Z][$_a-zA-Z0-9]*$/; - var UNSAFE_CHARACTERS = /[^$_a-zA-Z0-9]/g; - if (SAFE_IDENTIFIER.test(right)) { - return left + '.' + right; + readString: function(quote) { + var start = this.index; + this.index++; + var string = ''; + var rawString = quote; + var escape = false; + while (this.index < this.text.length) { + var ch = this.text.charAt(this.index); + rawString += ch; + if (escape) { + if (ch === 'u') { + var hex = this.text.substring(this.index + 1, this.index + 5); + if (!hex.match(/[\da-f]{4}/i)) { + this.throwError('Invalid unicode escape [\\u' + hex + ']'); + } + this.index += 4; + string += String.fromCharCode(parseInt(hex, 16)); + } else { + var rep = ESCAPE[ch]; + string = string + (rep || ch); + } + escape = false; + } else if (ch === '\\') { + escape = true; + } else if (ch === quote) { + this.index++; + this.tokens.push({ + index: start, + text: rawString, + constant: true, + value: string + }); + return; } else { - return left + '["' + right.replace(UNSAFE_CHARACTERS, this.stringEscapeFn) + '"]'; + string += ch; } - }, - - computedMember: function computedMember(left, right) { - return left + '[' + right + ']'; - }, - - member: function member(left, right, computed) { - if (computed) return this.computedMember(left, right); - return this.nonComputedMember(left, right); - }, + this.index++; + } + this.throwError('Unterminated quote', start); + } +}; - getStringValue: function getStringValue(item) { - this.assign(item, 'getStringValue(' + item + ')'); - }, +var AST = function AST(lexer, options) { + this.lexer = lexer; + this.options = options; +}; - lazyRecurse: function lazyRecurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { - var self = this; - return function () { - self.recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck); - }; - }, +AST.Program = 'Program'; +AST.ExpressionStatement = 'ExpressionStatement'; +AST.AssignmentExpression = 'AssignmentExpression'; +AST.ConditionalExpression = 'ConditionalExpression'; +AST.LogicalExpression = 'LogicalExpression'; +AST.BinaryExpression = 'BinaryExpression'; +AST.UnaryExpression = 'UnaryExpression'; +AST.CallExpression = 'CallExpression'; +AST.MemberExpression = 'MemberExpression'; +AST.Identifier = 'Identifier'; +AST.Literal = 'Literal'; +AST.ArrayExpression = 'ArrayExpression'; +AST.Property = 'Property'; +AST.ObjectExpression = 'ObjectExpression'; +AST.ThisExpression = 'ThisExpression'; +AST.LocalsExpression = 'LocalsExpression'; - lazyAssign: function lazyAssign(id, value) { - var self = this; - return function () { - self.assign(id, value); - }; - }, +// Internal use only +AST.NGValueParameter = 'NGValueParameter'; - stringEscapeRegex: /[^ a-zA-Z0-9]/g, +AST.prototype = { + ast: function(text) { + this.text = text; + this.tokens = this.lexer.lex(text); - stringEscapeFn: function stringEscapeFn(c) { - return '\\u' + ('0000' + c.charCodeAt(0).toString(16)).slice(-4); - }, + var value = this.program(); - escape: function escape(value) { - if (isString(value)) return '\'' + value.replace(this.stringEscapeRegex, this.stringEscapeFn) + '\''; - if (isNumber(value)) return value.toString(); - if (value === true) return 'true'; - if (value === false) return 'false'; - if (value === null) return 'null'; - if (typeof value === 'undefined') return 'undefined'; + if (this.tokens.length !== 0) { + this.throwError('is an unexpected token', this.tokens[0]); + } - throw $parseMinErr('esc', 'IMPOSSIBLE'); - }, + return value; + }, - nextId: function nextId(skip, init) { - var id = 'v' + this.state.nextId++; - if (!skip) { - this.current().vars.push(id + (init ? '=' + init : '')); + program: function() { + var body = []; + while (true) { + if (this.tokens.length > 0 && !this.peek('}', ')', ';', ']')) + body.push(this.expressionStatement()); + if (!this.expect(';')) { + return { type: AST.Program, body: body}; } - return id; - }, + } + }, + + expressionStatement: function() { + return { type: AST.ExpressionStatement, expression: this.filterChain() }; + }, - current: function current() { - return this.state[this.state.computing]; + filterChain: function() { + var left = this.expression(); + while (this.expect('|')) { + left = this.filter(left); } - }; + return left; + }, - function ASTInterpreter($filter) { - this.$filter = $filter; - } + expression: function() { + return this.assignment(); + }, - ASTInterpreter.prototype = { - compile: function compile(ast) { - var self = this; - findConstantAndWatchExpressions(ast, self.$filter); - var assignable; - var assign; - if (assignable = assignableAST(ast)) { - assign = this.recurse(assignable); - } - var toWatch = getInputs(ast.body); - var inputs; - if (toWatch) { - inputs = []; - forEach(toWatch, function (watch, key) { - var input = self.recurse(watch); - input.isPure = watch.isPure; - watch.input = input; - inputs.push(input); - watch.watchId = key; - }); - } - var expressions = []; - forEach(ast.body, function (expression) { - expressions.push(self.recurse(expression.expression)); - }); - var fn = ast.body.length === 0 ? noop : ast.body.length === 1 ? expressions[0] : function (scope, locals) { - var lastValue; - forEach(expressions, function (exp) { - lastValue = exp(scope, locals); - }); - return lastValue; - }; - if (assign) { - fn.assign = function (scope, value, locals) { - return assign(scope, locals, value); - }; + assignment: function() { + var result = this.ternary(); + if (this.expect('=')) { + if (!isAssignable(result)) { + throw $parseMinErr('lval', 'Trying to assign a value to a non l-value'); } - if (inputs) { - fn.inputs = inputs; - } - return fn; - }, - recurse: function recurse(ast, context, create) { - var left, - right, - self = this, - args; - if (ast.input) { - return this.inputs(ast.input, ast.watchId); - } - switch (ast.type) { - case AST.Literal: - return this.value(ast.value, context); - case AST.UnaryExpression: - right = this.recurse(ast.argument); - return this['unary' + ast.operator](right, context); - case AST.BinaryExpression: - left = this.recurse(ast.left); - right = this.recurse(ast.right); - return this['binary' + ast.operator](left, right, context); - case AST.LogicalExpression: - left = this.recurse(ast.left); - right = this.recurse(ast.right); - return this['binary' + ast.operator](left, right, context); - case AST.ConditionalExpression: - return this['ternary?:'](this.recurse(ast.test), this.recurse(ast.alternate), this.recurse(ast.consequent), context); - case AST.Identifier: - return self.identifier(ast.name, context, create); - case AST.MemberExpression: - left = this.recurse(ast.object, false, !!create); - if (!ast.computed) { - right = ast.property.name; - } - if (ast.computed) right = this.recurse(ast.property); - return ast.computed ? this.computedMember(left, right, context, create) : this.nonComputedMember(left, right, context, create); - case AST.CallExpression: - args = []; - forEach(ast.arguments, function (expr) { - args.push(self.recurse(expr)); - }); - if (ast.filter) right = this.$filter(ast.callee.name); - if (!ast.filter) right = this.recurse(ast.callee, true); - return ast.filter ? function (scope, locals, assign, inputs) { - var values = []; - for (var i = 0; i < args.length; ++i) { - values.push(args[i](scope, locals, assign, inputs)); - } - var value = right.apply(undefined, values, inputs); - return context ? { context: undefined, name: undefined, value: value } : value; - } : function (scope, locals, assign, inputs) { - var rhs = right(scope, locals, assign, inputs); - var value; - if (rhs.value != null) { - var values = []; - for (var i = 0; i < args.length; ++i) { - values.push(args[i](scope, locals, assign, inputs)); - } - value = rhs.value.apply(rhs.context, values); - } - return context ? { value: value } : value; - }; - case AST.AssignmentExpression: - left = this.recurse(ast.left, true, 1); - right = this.recurse(ast.right); - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs = right(scope, locals, assign, inputs); - lhs.context[lhs.name] = rhs; - return context ? { value: rhs } : rhs; - }; - case AST.ArrayExpression: - args = []; - forEach(ast.elements, function (expr) { - args.push(self.recurse(expr)); - }); - return function (scope, locals, assign, inputs) { - var value = []; - for (var i = 0; i < args.length; ++i) { - value.push(args[i](scope, locals, assign, inputs)); - } - return context ? { value: value } : value; - }; - case AST.ObjectExpression: - args = []; - forEach(ast.properties, function (property) { - if (property.computed) { - args.push({ key: self.recurse(property.key), - computed: true, - value: self.recurse(property.value) - }); - } else { - args.push({ key: property.key.type === AST.Identifier ? property.key.name : '' + property.key.value, - computed: false, - value: self.recurse(property.value) - }); - } - }); - return function (scope, locals, assign, inputs) { - var value = {}; - for (var i = 0; i < args.length; ++i) { - if (args[i].computed) { - value[args[i].key(scope, locals, assign, inputs)] = args[i].value(scope, locals, assign, inputs); - } else { - value[args[i].key] = args[i].value(scope, locals, assign, inputs); - } - } - return context ? { value: value } : value; - }; - case AST.ThisExpression: - return function (scope) { - return context ? { value: scope } : scope; - }; - case AST.LocalsExpression: - return function (scope, locals) { - return context ? { value: locals } : locals; - }; - case AST.NGValueParameter: - return function (scope, locals, assign) { - return context ? { value: assign } : assign; - }; + result = { type: AST.AssignmentExpression, left: result, right: this.assignment(), operator: '='}; + } + return result; + }, + + ternary: function() { + var test = this.logicalOR(); + var alternate; + var consequent; + if (this.expect('?')) { + alternate = this.expression(); + if (this.consume(':')) { + consequent = this.expression(); + return { type: AST.ConditionalExpression, test: test, alternate: alternate, consequent: consequent}; } - }, + } + return test; + }, - 'unary+': function unary(argument, context) { - return function (scope, locals, assign, inputs) { - var arg = argument(scope, locals, assign, inputs); - if (isDefined(arg)) { - arg = +arg; - } else { - arg = 0; - } - return context ? { value: arg } : arg; - }; - }, - 'unary-': function unary(argument, context) { - return function (scope, locals, assign, inputs) { - var arg = argument(scope, locals, assign, inputs); - if (isDefined(arg)) { - arg = -arg; - } else { - arg = -0; - } - return context ? { value: arg } : arg; - }; - }, - 'unary!': function unary(argument, context) { - return function (scope, locals, assign, inputs) { - var arg = !argument(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary+': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs = right(scope, locals, assign, inputs); - var arg = plusFn(lhs, rhs); - return context ? { value: arg } : arg; - }; - }, - 'binary-': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs = right(scope, locals, assign, inputs); - var arg = (isDefined(lhs) ? lhs : 0) - (isDefined(rhs) ? rhs : 0); - return context ? { value: arg } : arg; - }; - }, - 'binary*': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) * right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary/': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) / right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary%': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) % right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary===': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) === right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary!==': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) !== right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary==': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - // eslint-disable-next-line eqeqeq - var arg = left(scope, locals, assign, inputs) == right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary!=': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - // eslint-disable-next-line eqeqeq - var arg = left(scope, locals, assign, inputs) != right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary<': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) < right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary>': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) > right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary<=': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) <= right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary>=': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) >= right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary&&': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) && right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary||': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) || right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'ternary?:': function ternary(test, alternate, consequent, context) { - return function (scope, locals, assign, inputs) { - var arg = test(scope, locals, assign, inputs) ? alternate(scope, locals, assign, inputs) : consequent(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - value: function value(_value2, context) { - return function () { - return context ? { context: undefined, name: undefined, value: _value2 } : _value2; - }; - }, - identifier: function identifier(name, context, create) { - return function (scope, locals, assign, inputs) { - var base = locals && name in locals ? locals : scope; - if (create && create !== 1 && base && base[name] == null) { - base[name] = {}; - } - var value = base ? base[name] : undefined; - if (context) { - return { context: base, name: name, value: value }; - } else { - return value; - } - }; - }, - computedMember: function computedMember(left, right, context, create) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs; - var value; - if (lhs != null) { - rhs = right(scope, locals, assign, inputs); - rhs = getStringValue(rhs); - if (create && create !== 1) { - if (lhs && !lhs[rhs]) { - lhs[rhs] = {}; - } - } - value = lhs[rhs]; - } - if (context) { - return { context: lhs, name: rhs, value: value }; - } else { - return value; - } - }; - }, - nonComputedMember: function nonComputedMember(left, right, context, create) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - if (create && create !== 1) { - if (lhs && lhs[right] == null) { - lhs[right] = {}; - } - } - var value = lhs != null ? lhs[right] : undefined; - if (context) { - return { context: lhs, name: right, value: value }; - } else { - return value; - } - }; - }, - inputs: function inputs(input, watchId) { - return function (scope, value, locals, inputs) { - if (inputs) return inputs[watchId]; - return input(scope, value, locals); - }; + logicalOR: function() { + var left = this.logicalAND(); + while (this.expect('||')) { + left = { type: AST.LogicalExpression, operator: '||', left: left, right: this.logicalAND() }; } - }; + return left; + }, - /** - * @constructor - */ - function Parser(lexer, $filter, options) { - this.ast = new AST(lexer, options); - this.astCompiler = options.csp ? new ASTInterpreter($filter) : new ASTCompiler($filter); - } + logicalAND: function() { + var left = this.equality(); + while (this.expect('&&')) { + left = { type: AST.LogicalExpression, operator: '&&', left: left, right: this.equality()}; + } + return left; + }, - Parser.prototype = { - constructor: Parser, + equality: function() { + var left = this.relational(); + var token; + while ((token = this.expect('==','!=','===','!=='))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.relational() }; + } + return left; + }, - parse: function parse(text) { - var ast = this.getAst(text); - var fn = this.astCompiler.compile(ast.ast); - fn.literal = isLiteral(ast.ast); - fn.constant = isConstant(ast.ast); - fn.oneTime = ast.oneTime; - return fn; - }, + relational: function() { + var left = this.additive(); + var token; + while ((token = this.expect('<', '>', '<=', '>='))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.additive() }; + } + return left; + }, - getAst: function getAst(exp) { - var oneTime = false; - exp = exp.trim(); + additive: function() { + var left = this.multiplicative(); + var token; + while ((token = this.expect('+','-'))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.multiplicative() }; + } + return left; + }, - if (exp.charAt(0) === ':' && exp.charAt(1) === ':') { - oneTime = true; - exp = exp.substring(2); - } - return { - ast: this.ast.ast(exp), - oneTime: oneTime - }; + multiplicative: function() { + var left = this.unary(); + var token; + while ((token = this.expect('*','/','%'))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.unary() }; } - }; + return left; + }, - function getValueOf(value) { - return isFunction(value.valueOf) ? value.valueOf() : objectValueOf.call(value); - } + unary: function() { + var token; + if ((token = this.expect('+', '-', '!'))) { + return { type: AST.UnaryExpression, operator: token.text, prefix: true, argument: this.unary() }; + } else { + return this.primary(); + } + }, + + primary: function() { + var primary; + if (this.expect('(')) { + primary = this.filterChain(); + this.consume(')'); + } else if (this.expect('[')) { + primary = this.arrayDeclaration(); + } else if (this.expect('{')) { + primary = this.object(); + } else if (this.selfReferential.hasOwnProperty(this.peek().text)) { + primary = copy(this.selfReferential[this.consume().text]); + } else if (this.options.literals.hasOwnProperty(this.peek().text)) { + primary = { type: AST.Literal, value: this.options.literals[this.consume().text]}; + } else if (this.peek().identifier) { + primary = this.identifier(); + } else if (this.peek().constant) { + primary = this.constant(); + } else { + this.throwError('not a primary expression', this.peek()); + } - /////////////////////////////////// + var next; + while ((next = this.expect('(', '[', '.'))) { + if (next.text === '(') { + primary = {type: AST.CallExpression, callee: primary, arguments: this.parseArguments() }; + this.consume(')'); + } else if (next.text === '[') { + primary = { type: AST.MemberExpression, object: primary, property: this.expression(), computed: true }; + this.consume(']'); + } else if (next.text === '.') { + primary = { type: AST.MemberExpression, object: primary, property: this.identifier(), computed: false }; + } else { + this.throwError('IMPOSSIBLE'); + } + } + return primary; + }, - /** - * @ngdoc service - * @name $parse - * @kind function - * - * @description - * - * Converts Angular {@link guide/expression expression} into a function. - * - * ```js - * var getter = $parse('user.name'); - * var setter = getter.assign; - * var context = {user:{name:'angular'}}; - * var locals = {user:{name:'local'}}; - * - * expect(getter(context)).toEqual('angular'); - * setter(context, 'newValue'); - * expect(context.user.name).toEqual('newValue'); - * expect(getter(context, locals)).toEqual('local'); - * ``` - * - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - * - * The returned function also has the following properties: - * * `literal` – `{boolean}` – whether the expression's top-level node is a JavaScript - * literal. - * * `constant` – `{boolean}` – whether the expression is made entirely of JavaScript - * constant literals. - * * `assign` – `{?function(context, value)}` – if the expression is assignable, this will be - * set to a function to change its value on the given context. - * - */ + filter: function(baseExpression) { + var args = [baseExpression]; + var result = {type: AST.CallExpression, callee: this.identifier(), arguments: args, filter: true}; - /** - * @ngdoc provider - * @name $parseProvider - * @this - * - * @description - * `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse} - * service. - */ - function $ParseProvider() { - var cache = createMap(); - var literals = { - 'true': true, - 'false': false, - 'null': null, - 'undefined': undefined - }; - var identStart, identContinue; + while (this.expect(':')) { + args.push(this.expression()); + } - /** - * @ngdoc method - * @name $parseProvider#addLiteral - * @description - * - * Configure $parse service to add literal values that will be present as literal at expressions. - * - * @param {string} literalName Token for the literal value. The literal name value must be a valid literal name. - * @param {*} literalValue Value for this literal. All literal values must be primitives or `undefined`. - * - **/ - this.addLiteral = function (literalName, literalValue) { - literals[literalName] = literalValue; - }; + return result; + }, - /** - * @ngdoc method - * @name $parseProvider#setIdentifierFns - * - * @description - * - * Allows defining the set of characters that are allowed in Angular expressions. The function - * `identifierStart` will get called to know if a given character is a valid character to be the - * first character for an identifier. The function `identifierContinue` will get called to know if - * a given character is a valid character to be a follow-up identifier character. The functions - * `identifierStart` and `identifierContinue` will receive as arguments the single character to be - * identifier and the character code point. These arguments will be `string` and `numeric`. Keep in - * mind that the `string` parameter can be two characters long depending on the character - * representation. It is expected for the function to return `true` or `false`, whether that - * character is allowed or not. - * - * Since this function will be called extensively, keep the implementation of these functions fast, - * as the performance of these functions have a direct impact on the expressions parsing speed. - * - * @param {function=} identifierStart The function that will decide whether the given character is - * a valid identifier start character. - * @param {function=} identifierContinue The function that will decide whether the given character is - * a valid identifier continue character. - */ - this.setIdentifierFns = function (identifierStart, identifierContinue) { - identStart = identifierStart; - identContinue = identifierContinue; - return this; - }; + parseArguments: function() { + var args = []; + if (this.peekToken().text !== ')') { + do { + args.push(this.filterChain()); + } while (this.expect(',')); + } + return args; + }, - this.$get = ['$filter', function ($filter) { - var noUnsafeEval = csp().noUnsafeEval; - var $parseOptions = { - csp: noUnsafeEval, - literals: copy(literals), - isIdentifierStart: isFunction(identStart) && identStart, - isIdentifierContinue: isFunction(identContinue) && identContinue - }; - $parse.$$getAst = $$getAst; - return $parse; - - function $parse(exp, interceptorFn) { - var parsedExpression, cacheKey; - - switch (typeof exp === 'undefined' ? 'undefined' : _typeof(exp)) { - case 'string': - exp = exp.trim(); - cacheKey = exp; - - parsedExpression = cache[cacheKey]; - - if (!parsedExpression) { - var lexer = new Lexer($parseOptions); - var parser = new Parser(lexer, $filter, $parseOptions); - parsedExpression = parser.parse(exp); - if (parsedExpression.constant) { - parsedExpression.$$watchDelegate = constantWatchDelegate; - } else if (parsedExpression.oneTime) { - parsedExpression.$$watchDelegate = parsedExpression.literal ? oneTimeLiteralWatchDelegate : oneTimeWatchDelegate; - } else if (parsedExpression.inputs) { - parsedExpression.$$watchDelegate = inputsWatchDelegate; - } - cache[cacheKey] = parsedExpression; - } - return addInterceptor(parsedExpression, interceptorFn); + identifier: function() { + var token = this.consume(); + if (!token.identifier) { + this.throwError('is not a valid identifier', token); + } + return { type: AST.Identifier, name: token.text }; + }, - case 'function': - return addInterceptor(exp, interceptorFn); + constant: function() { + // TODO check that it is a constant + return { type: AST.Literal, value: this.consume().value }; + }, - default: - return addInterceptor(noop, interceptorFn); + arrayDeclaration: function() { + var elements = []; + if (this.peekToken().text !== ']') { + do { + if (this.peek(']')) { + // Support trailing commas per ES5.1. + break; } - } - - function $$getAst(exp) { - var lexer = new Lexer($parseOptions); - var parser = new Parser(lexer, $filter, $parseOptions); - return parser.getAst(exp).ast; - } + elements.push(this.expression()); + } while (this.expect(',')); + } + this.consume(']'); - function expressionInputDirtyCheck(newValue, oldValueOfValue, compareObjectIdentity) { + return { type: AST.ArrayExpression, elements: elements }; + }, - if (newValue == null || oldValueOfValue == null) { - // null/undefined - return newValue === oldValueOfValue; + object: function() { + var properties = [], property; + if (this.peekToken().text !== '}') { + do { + if (this.peek('}')) { + // Support trailing commas per ES5.1. + break; } - - if ((typeof newValue === 'undefined' ? 'undefined' : _typeof(newValue)) === 'object') { - - // attempt to convert the value to a primitive type - // TODO(docs): add a note to docs that by implementing valueOf even objects and arrays can - // be cheaply dirty-checked - newValue = getValueOf(newValue); - - if ((typeof newValue === 'undefined' ? 'undefined' : _typeof(newValue)) === 'object' && !compareObjectIdentity) { - // objects/arrays are not supported - deep-watching them would be too expensive - return false; + property = {type: AST.Property, kind: 'init'}; + if (this.peek().constant) { + property.key = this.constant(); + property.computed = false; + this.consume(':'); + property.value = this.expression(); + } else if (this.peek().identifier) { + property.key = this.identifier(); + property.computed = false; + if (this.peek(':')) { + this.consume(':'); + property.value = this.expression(); + } else { + property.value = property.key; } - - // fall-through to the primitive equality check + } else if (this.peek('[')) { + this.consume('['); + property.key = this.expression(); + this.consume(']'); + property.computed = true; + this.consume(':'); + property.value = this.expression(); + } else { + this.throwError('invalid key', this.peek()); } + properties.push(property); + } while (this.expect(',')); + } + this.consume('}'); - //Primitive or NaN - // eslint-disable-next-line no-self-compare - return newValue === oldValueOfValue || newValue !== newValue && oldValueOfValue !== oldValueOfValue; - } - - function inputsWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { - var inputExpressions = parsedExpression.inputs; - var lastResult; + return {type: AST.ObjectExpression, properties: properties }; + }, - if (inputExpressions.length === 1) { - var oldInputValueOf = expressionInputDirtyCheck; // init to something unique so that equals check fails - inputExpressions = inputExpressions[0]; - return scope.$watch(function expressionInputWatch(scope) { - var newInputValue = inputExpressions(scope); - if (!expressionInputDirtyCheck(newInputValue, oldInputValueOf, inputExpressions.isPure)) { - lastResult = parsedExpression(scope, undefined, undefined, [newInputValue]); - oldInputValueOf = newInputValue && getValueOf(newInputValue); - } - return lastResult; - }, listener, objectEquality, prettyPrintExpression); - } + throwError: function(msg, token) { + throw $parseMinErr('syntax', + 'Syntax Error: Token \'{0}\' {1} at column {2} of the expression [{3}] starting at [{4}].', + token.text, msg, (token.index + 1), this.text, this.text.substring(token.index)); + }, - var oldInputValueOfValues = []; - var oldInputValues = []; - for (var i = 0, ii = inputExpressions.length; i < ii; i++) { - oldInputValueOfValues[i] = expressionInputDirtyCheck; // init to something unique so that equals check fails - oldInputValues[i] = null; - } + consume: function(e1) { + if (this.tokens.length === 0) { + throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); + } - return scope.$watch(function expressionInputsWatch(scope) { - var changed = false; + var token = this.expect(e1); + if (!token) { + this.throwError('is unexpected, expecting [' + e1 + ']', this.peek()); + } + return token; + }, - for (var i = 0, ii = inputExpressions.length; i < ii; i++) { - var newInputValue = inputExpressions[i](scope); - if (changed || (changed = !expressionInputDirtyCheck(newInputValue, oldInputValueOfValues[i], inputExpressions[i].isPure))) { - oldInputValues[i] = newInputValue; - oldInputValueOfValues[i] = newInputValue && getValueOf(newInputValue); - } - } + peekToken: function() { + if (this.tokens.length === 0) { + throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); + } + return this.tokens[0]; + }, - if (changed) { - lastResult = parsedExpression(scope, undefined, undefined, oldInputValues); - } + peek: function(e1, e2, e3, e4) { + return this.peekAhead(0, e1, e2, e3, e4); + }, - return lastResult; - }, listener, objectEquality, prettyPrintExpression); + peekAhead: function(i, e1, e2, e3, e4) { + if (this.tokens.length > i) { + var token = this.tokens[i]; + var t = token.text; + if (t === e1 || t === e2 || t === e3 || t === e4 || + (!e1 && !e2 && !e3 && !e4)) { + return token; } + } + return false; + }, - function oneTimeWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { - var unwatch, lastValue; - if (parsedExpression.inputs) { - unwatch = inputsWatchDelegate(scope, oneTimeListener, objectEquality, parsedExpression, prettyPrintExpression); - } else { - unwatch = scope.$watch(oneTimeWatch, oneTimeListener, objectEquality); - } - return unwatch; + expect: function(e1, e2, e3, e4) { + var token = this.peek(e1, e2, e3, e4); + if (token) { + this.tokens.shift(); + return token; + } + return false; + }, - function oneTimeWatch(scope) { - return parsedExpression(scope); - } - function oneTimeListener(value, old, scope) { - lastValue = value; - if (isFunction(listener)) { - listener(value, old, scope); - } - if (isDefined(value)) { - scope.$$postDigest(function () { - if (isDefined(lastValue)) { - unwatch(); - } - }); - } - } - } + selfReferential: { + 'this': {type: AST.ThisExpression }, + '$locals': {type: AST.LocalsExpression } + } +}; - function oneTimeLiteralWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch, lastValue; - unwatch = scope.$watch(function oneTimeWatch(scope) { - return parsedExpression(scope); - }, function oneTimeListener(value, old, scope) { - lastValue = value; - if (isFunction(listener)) { - listener(value, old, scope); - } - if (isAllDefined(value)) { - scope.$$postDigest(function () { - if (isAllDefined(lastValue)) unwatch(); - }); - } - }, objectEquality); +function ifDefined(v, d) { + return typeof v !== 'undefined' ? v : d; +} - return unwatch; +function plusFn(l, r) { + if (typeof l === 'undefined') return r; + if (typeof r === 'undefined') return l; + return l + r; +} - function isAllDefined(value) { - var allDefined = true; - forEach(value, function (val) { - if (!isDefined(val)) allDefined = false; - }); - return allDefined; - } - } +function isStateless($filter, filterName) { + var fn = $filter(filterName); + return !fn.$stateful; +} - function constantWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch = scope.$watch(function constantWatch(scope) { - unwatch(); - return parsedExpression(scope); - }, listener, objectEquality); - return unwatch; +var PURITY_ABSOLUTE = 1; +var PURITY_RELATIVE = 2; + +// Detect nodes which could depend on non-shallow state of objects +function isPure(node, parentIsPure) { + switch (node.type) { + // Computed members might invoke a stateful toString() + case AST.MemberExpression: + if (node.computed) { + return false; } + break; - function addInterceptor(parsedExpression, interceptorFn) { - if (!interceptorFn) return parsedExpression; - var watchDelegate = parsedExpression.$$watchDelegate; - var useInputs = false; + // Unary always convert to primative + case AST.UnaryExpression: + return PURITY_ABSOLUTE; - var regularWatch = watchDelegate !== oneTimeLiteralWatchDelegate && watchDelegate !== oneTimeWatchDelegate; + // The binary + operator can invoke a stateful toString(). + case AST.BinaryExpression: + return node.operator !== '+' ? PURITY_ABSOLUTE : false; - var fn = regularWatch ? function regularInterceptedExpression(scope, locals, assign, inputs) { - var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs); - return interceptorFn(value, scope, locals); - } : function oneTimeInterceptedExpression(scope, locals, assign, inputs) { - var value = parsedExpression(scope, locals, assign, inputs); - var result = interceptorFn(value, scope, locals); - // we only return the interceptor's result if the - // initial value is defined (for bind-once) - return isDefined(value) ? result : value; - }; + // Functions / filters probably read state from within objects + case AST.CallExpression: + return false; + } - // Propagate $$watchDelegates other then inputsWatchDelegate - useInputs = !parsedExpression.inputs; - if (watchDelegate && watchDelegate !== inputsWatchDelegate) { - fn.$$watchDelegate = watchDelegate; - fn.inputs = parsedExpression.inputs; - } else if (!interceptorFn.$stateful) { - // Treat interceptor like filters - assume non-stateful by default and use the inputsWatchDelegate - fn.$$watchDelegate = inputsWatchDelegate; - fn.inputs = parsedExpression.inputs ? parsedExpression.inputs : [parsedExpression]; - } - - if (fn.inputs) { - fn.inputs = fn.inputs.map(function (e) { - // Remove the isPure flag of inputs when it is not absolute because they are now wrapped in a - // potentially non-pure interceptor function. - if (e.isPure === PURITY_RELATIVE) { - return function depurifier(s) { - return e(s); - }; - } - return e; - }); - } + return (undefined === parentIsPure) ? PURITY_RELATIVE : parentIsPure; +} - return fn; - } - }]; - } +function findConstantAndWatchExpressions(ast, $filter, parentIsPure) { + var allConstants; + var argsToWatch; + var isStatelessFilter; - /** - * @ngdoc service - * @name $q - * @requires $rootScope - * - * @description - * A service that helps you run functions asynchronously, and use their return values (or exceptions) - * when they are done processing. - * - * This is a [Promises/A+](https://promisesaplus.com/)-compliant implementation of promises/deferred - * objects inspired by [Kris Kowal's Q](https://github.com/kriskowal/q). - * - * $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred - * implementations, and the other which resembles ES6 (ES2015) promises to some degree. - * - * ## $q constructor - * - * The streamlined ES6 style promise is essentially just using $q as a constructor which takes a `resolver` - * function as the first argument. This is similar to the native Promise implementation from ES6, - * see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). - * - * While the constructor-style use is supported, not all of the supporting methods from ES6 promises are - * available yet. - * - * It can be used like so: - * - * ```js - * // for the purpose of this example let's assume that variables `$q` and `okToGreet` - * // are available in the current lexical scope (they could have been injected or passed in). - * - * function asyncGreet(name) { - * // perform some asynchronous operation, resolve or reject the promise when appropriate. - * return $q(function(resolve, reject) { - * setTimeout(function() { - * if (okToGreet(name)) { - * resolve('Hello, ' + name + '!'); - * } else { - * reject('Greeting ' + name + ' is not allowed.'); - * } - * }, 1000); - * }); - * } - * - * var promise = asyncGreet('Robin Hood'); - * promise.then(function(greeting) { - * alert('Success: ' + greeting); - * }, function(reason) { - * alert('Failed: ' + reason); - * }); - * ``` - * - * Note: progress/notify callbacks are not currently supported via the ES6-style interface. - * - * Note: unlike ES6 behavior, an exception thrown in the constructor function will NOT implicitly reject the promise. - * - * However, the more traditional CommonJS-style usage is still available, and documented below. - * - * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an - * interface for interacting with an object that represents the result of an action that is - * performed asynchronously, and may or may not be finished at any given point in time. - * - * From the perspective of dealing with error handling, deferred and promise APIs are to - * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming. - * - * ```js - * // for the purpose of this example let's assume that variables `$q` and `okToGreet` - * // are available in the current lexical scope (they could have been injected or passed in). - * - * function asyncGreet(name) { - * var deferred = $q.defer(); - * - * setTimeout(function() { - * deferred.notify('About to greet ' + name + '.'); - * - * if (okToGreet(name)) { - * deferred.resolve('Hello, ' + name + '!'); - * } else { - * deferred.reject('Greeting ' + name + ' is not allowed.'); - * } - * }, 1000); - * - * return deferred.promise; - * } - * - * var promise = asyncGreet('Robin Hood'); - * promise.then(function(greeting) { - * alert('Success: ' + greeting); - * }, function(reason) { - * alert('Failed: ' + reason); - * }, function(update) { - * alert('Got notification: ' + update); - * }); - * ``` - * - * At first it might not be obvious why this extra complexity is worth the trouble. The payoff - * comes in the way of guarantees that promise and deferred APIs make, see - * https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md. - * - * Additionally the promise api allows for composition that is very hard to do with the - * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach. - * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the - * section on serial or parallel joining of promises. - * - * ## The Deferred API - * - * A new instance of deferred is constructed by calling `$q.defer()`. - * - * The purpose of the deferred object is to expose the associated Promise instance as well as APIs - * that can be used for signaling the successful or unsuccessful completion, as well as the status - * of the task. - * - * **Methods** - * - * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection - * constructed via `$q.reject`, the promise will be rejected instead. - * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to - * resolving it with a rejection constructed via `$q.reject`. - * - `notify(value)` - provides updates on the status of the promise's execution. This may be called - * multiple times before the promise is either resolved or rejected. - * - * **Properties** - * - * - promise – `{Promise}` – promise object associated with this deferred. - * - * - * ## The Promise API - * - * A new promise instance is created when a deferred instance is created and can be retrieved by - * calling `deferred.promise`. - * - * The purpose of the promise object is to allow for interested parties to get access to the result - * of the deferred task when it completes. - * - * **Methods** - * - * - `then(successCallback, [errorCallback], [notifyCallback])` – regardless of when the promise was or - * will be resolved or rejected, `then` calls one of the success or error callbacks asynchronously - * as soon as the result is available. The callbacks are called with a single argument: the result - * or rejection reason. Additionally, the notify callback may be called zero or more times to - * provide a progress indication, before the promise is resolved or rejected. - * - * This method *returns a new promise* which is resolved or rejected via the return value of the - * `successCallback`, `errorCallback` (unless that value is a promise, in which case it is resolved - * with the value which is resolved in that promise using - * [promise chaining](http://www.html5rocks.com/en/tutorials/es6/promises/#toc-promises-queues)). - * It also notifies via the return value of the `notifyCallback` method. The promise cannot be - * resolved or rejected from the notifyCallback method. The errorCallback and notifyCallback - * arguments are optional. - * - * - `catch(errorCallback)` – shorthand for `promise.then(null, errorCallback)` - * - * - `finally(callback, notifyCallback)` – allows you to observe either the fulfillment or rejection of a promise, - * but to do so without modifying the final value. This is useful to release resources or do some - * clean-up that needs to be done whether the promise was rejected or resolved. See the [full - * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for - * more information. - * - * ## Chaining promises - * - * Because calling the `then` method of a promise returns a new derived promise, it is easily - * possible to create a chain of promises: - * - * ```js - * promiseB = promiseA.then(function(result) { - * return result + 1; - * }); - * - * // promiseB will be resolved immediately after promiseA is resolved and its value - * // will be the result of promiseA incremented by 1 - * ``` - * - * It is possible to create chains of any length and since a promise can be resolved with another - * promise (which will defer its resolution further), it is possible to pause/defer resolution of - * the promises at any point in the chain. This makes it possible to implement powerful APIs like - * $http's response interceptors. - * - * - * ## Differences between Kris Kowal's Q and $q - * - * There are two main differences: - * - * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation - * mechanism in angular, which means faster propagation of resolution or rejection into your - * models and avoiding unnecessary browser repaints, which would result in flickering UI. - * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains - * all the important functionality needed for common async tasks. - * - * ## Testing - * - * ```js - * it('should simulate promise', inject(function($q, $rootScope) { - * var deferred = $q.defer(); - * var promise = deferred.promise; - * var resolvedValue; - * - * promise.then(function(value) { resolvedValue = value; }); - * expect(resolvedValue).toBeUndefined(); - * - * // Simulate resolving of promise - * deferred.resolve(123); - * // Note that the 'then' function does not get called synchronously. - * // This is because we want the promise API to always be async, whether or not - * // it got called synchronously or asynchronously. - * expect(resolvedValue).toBeUndefined(); - * - * // Propagate promise resolution to 'then' functions using $apply(). - * $rootScope.$apply(); - * expect(resolvedValue).toEqual(123); - * })); - * ``` - * - * @param {function(function, function)} resolver Function which is responsible for resolving or - * rejecting the newly created promise. The first parameter is a function which resolves the - * promise, the second parameter is a function which rejects the promise. - * - * @returns {Promise} The newly created promise. - */ - /** - * @ngdoc provider - * @name $qProvider - * @this - * - * @description - */ - function $QProvider() { - var errorOnUnhandledRejections = true; - this.$get = ['$rootScope', '$exceptionHandler', function ($rootScope, $exceptionHandler) { - return qFactory(function (callback) { - $rootScope.$evalAsync(callback); - }, $exceptionHandler, errorOnUnhandledRejections); - }]; + var astIsPure = ast.isPure = isPure(ast, parentIsPure); - /** - * @ngdoc method - * @name $qProvider#errorOnUnhandledRejections - * @kind function - * - * @description - * Retrieves or overrides whether to generate an error when a rejected promise is not handled. - * This feature is enabled by default. - * - * @param {boolean=} value Whether to generate an error when a rejected promise is not handled. - * @returns {boolean|ng.$qProvider} Current value when called without a new value or self for - * chaining otherwise. - */ - this.errorOnUnhandledRejections = function (value) { - if (isDefined(value)) { - errorOnUnhandledRejections = value; - return this; - } else { - return errorOnUnhandledRejections; + switch (ast.type) { + case AST.Program: + allConstants = true; + forEach(ast.body, function(expr) { + findConstantAndWatchExpressions(expr.expression, $filter, astIsPure); + allConstants = allConstants && expr.expression.constant; + }); + ast.constant = allConstants; + break; + case AST.Literal: + ast.constant = true; + ast.toWatch = []; + break; + case AST.UnaryExpression: + findConstantAndWatchExpressions(ast.argument, $filter, astIsPure); + ast.constant = ast.argument.constant; + ast.toWatch = ast.argument.toWatch; + break; + case AST.BinaryExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = ast.left.toWatch.concat(ast.right.toWatch); + break; + case AST.LogicalExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.ConditionalExpression: + findConstantAndWatchExpressions(ast.test, $filter, astIsPure); + findConstantAndWatchExpressions(ast.alternate, $filter, astIsPure); + findConstantAndWatchExpressions(ast.consequent, $filter, astIsPure); + ast.constant = ast.test.constant && ast.alternate.constant && ast.consequent.constant; + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.Identifier: + ast.constant = false; + ast.toWatch = [ast]; + break; + case AST.MemberExpression: + findConstantAndWatchExpressions(ast.object, $filter, astIsPure); + if (ast.computed) { + findConstantAndWatchExpressions(ast.property, $filter, astIsPure); + } + ast.constant = ast.object.constant && (!ast.computed || ast.property.constant); + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.CallExpression: + isStatelessFilter = ast.filter ? isStateless($filter, ast.callee.name) : false; + allConstants = isStatelessFilter; + argsToWatch = []; + forEach(ast.arguments, function(expr) { + findConstantAndWatchExpressions(expr, $filter, astIsPure); + allConstants = allConstants && expr.constant; + argsToWatch.push.apply(argsToWatch, expr.toWatch); + }); + ast.constant = allConstants; + ast.toWatch = isStatelessFilter ? argsToWatch : [ast]; + break; + case AST.AssignmentExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = [ast]; + break; + case AST.ArrayExpression: + allConstants = true; + argsToWatch = []; + forEach(ast.elements, function(expr) { + findConstantAndWatchExpressions(expr, $filter, astIsPure); + allConstants = allConstants && expr.constant; + argsToWatch.push.apply(argsToWatch, expr.toWatch); + }); + ast.constant = allConstants; + ast.toWatch = argsToWatch; + break; + case AST.ObjectExpression: + allConstants = true; + argsToWatch = []; + forEach(ast.properties, function(property) { + findConstantAndWatchExpressions(property.value, $filter, astIsPure); + allConstants = allConstants && property.value.constant; + argsToWatch.push.apply(argsToWatch, property.value.toWatch); + if (property.computed) { + //`{[key]: value}` implicitly does `key.toString()` which may be non-pure + findConstantAndWatchExpressions(property.key, $filter, /*parentIsPure=*/false); + allConstants = allConstants && property.key.constant; + argsToWatch.push.apply(argsToWatch, property.key.toWatch); } - }; + }); + ast.constant = allConstants; + ast.toWatch = argsToWatch; + break; + case AST.ThisExpression: + ast.constant = false; + ast.toWatch = []; + break; + case AST.LocalsExpression: + ast.constant = false; + ast.toWatch = []; + break; } +} - /** @this */ - function $$QProvider() { - var errorOnUnhandledRejections = true; - this.$get = ['$browser', '$exceptionHandler', function ($browser, $exceptionHandler) { - return qFactory(function (callback) { - $browser.defer(callback); - }, $exceptionHandler, errorOnUnhandledRejections); - }]; +function getInputs(body) { + if (body.length !== 1) return; + var lastExpression = body[0].expression; + var candidate = lastExpression.toWatch; + if (candidate.length !== 1) return candidate; + return candidate[0] !== lastExpression ? candidate : undefined; +} - this.errorOnUnhandledRejections = function (value) { - if (isDefined(value)) { - errorOnUnhandledRejections = value; - return this; - } else { - return errorOnUnhandledRejections; - } - }; +function isAssignable(ast) { + return ast.type === AST.Identifier || ast.type === AST.MemberExpression; +} + +function assignableAST(ast) { + if (ast.body.length === 1 && isAssignable(ast.body[0].expression)) { + return {type: AST.AssignmentExpression, left: ast.body[0].expression, right: {type: AST.NGValueParameter}, operator: '='}; } +} - /** - * Constructs a promise manager. - * - * @param {function(function)} nextTick Function for executing functions in the next turn. - * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for - * debugging purposes. - * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled - * promises rejections. - * @returns {object} Promise manager. - */ - function qFactory(nextTick, exceptionHandler, errorOnUnhandledRejections) { - var $qMinErr = minErr('$q', TypeError); - var queueSize = 0; - var checkQueue = []; +function isLiteral(ast) { + return ast.body.length === 0 || + ast.body.length === 1 && ( + ast.body[0].expression.type === AST.Literal || + ast.body[0].expression.type === AST.ArrayExpression || + ast.body[0].expression.type === AST.ObjectExpression); +} - /** - * @ngdoc method - * @name ng.$q#defer - * @kind function - * - * @description - * Creates a `Deferred` object which represents a task which will finish in the future. - * - * @returns {Deferred} Returns a new instance of deferred. - */ - function defer() { - return new Deferred(); - } +function isConstant(ast) { + return ast.constant; +} - function Deferred() { - var promise = this.promise = new Promise(); - //Non prototype methods necessary to support unbound execution :/ - this.resolve = function (val) { - resolvePromise(promise, val); - }; - this.reject = function (reason) { - rejectPromise(promise, reason); - }; - this.notify = function (progress) { - notifyPromise(promise, progress); - }; - } +function ASTCompiler($filter) { + this.$filter = $filter; +} - function Promise() { - this.$$state = { status: 0 }; - } +ASTCompiler.prototype = { + compile: function(ast) { + var self = this; + this.state = { + nextId: 0, + filters: {}, + fn: {vars: [], body: [], own: {}}, + assign: {vars: [], body: [], own: {}}, + inputs: [] + }; + findConstantAndWatchExpressions(ast, self.$filter); + var extra = ''; + var assignable; + this.stage = 'assign'; + if ((assignable = assignableAST(ast))) { + this.state.computing = 'assign'; + var result = this.nextId(); + this.recurse(assignable, result); + this.return_(result); + extra = 'fn.assign=' + this.generateFunction('assign', 's,v,l'); + } + var toWatch = getInputs(ast.body); + self.stage = 'inputs'; + forEach(toWatch, function(watch, key) { + var fnKey = 'fn' + key; + self.state[fnKey] = {vars: [], body: [], own: {}}; + self.state.computing = fnKey; + var intoId = self.nextId(); + self.recurse(watch, intoId); + self.return_(intoId); + self.state.inputs.push({name: fnKey, isPure: watch.isPure}); + watch.watchId = key; + }); + this.state.computing = 'fn'; + this.stage = 'main'; + this.recurse(ast); + var fnString = + // The build and minification steps remove the string "use strict" from the code, but this is done using a regex. + // This is a workaround for this until we do a better job at only removing the prefix only when we should. + '"' + this.USE + ' ' + this.STRICT + '";\n' + + this.filterPrefix() + + 'var fn=' + this.generateFunction('fn', 's,l,a,i') + + extra + + this.watchFns() + + 'return fn;'; + + // eslint-disable-next-line no-new-func + var fn = (new Function('$filter', + 'getStringValue', + 'ifDefined', + 'plus', + fnString))( + this.$filter, + getStringValue, + ifDefined, + plusFn); + this.state = this.stage = undefined; + return fn; + }, - extend(Promise.prototype, { - then: function then(onFulfilled, onRejected, progressBack) { - if (isUndefined(onFulfilled) && isUndefined(onRejected) && isUndefined(progressBack)) { - return this; - } - var result = new Promise(); + USE: 'use', - this.$$state.pending = this.$$state.pending || []; - this.$$state.pending.push([result, onFulfilled, onRejected, progressBack]); - if (this.$$state.status > 0) scheduleProcessQueue(this.$$state); + STRICT: 'strict', - return result; - }, + watchFns: function() { + var result = []; + var inputs = this.state.inputs; + var self = this; + forEach(inputs, function(input) { + result.push('var ' + input.name + '=' + self.generateFunction(input.name, 's')); + if (input.isPure) { + result.push(input.name, '.isPure=' + JSON.stringify(input.isPure) + ';'); + } + }); + if (inputs.length) { + result.push('fn.inputs=[' + inputs.map(function(i) { return i.name; }).join(',') + '];'); + } + return result.join(''); + }, - 'catch': function _catch(callback) { - return this.then(null, callback); - }, + generateFunction: function(name, params) { + return 'function(' + params + '){' + + this.varsPrefix(name) + + this.body(name) + + '};'; + }, - 'finally': function _finally(callback, progressBack) { - return this.then(function (value) { - return handleCallback(value, resolve, callback); - }, function (error) { - return handleCallback(error, reject, callback); - }, progressBack); - } + filterPrefix: function() { + var parts = []; + var self = this; + forEach(this.state.filters, function(id, filter) { + parts.push(id + '=$filter(' + self.escape(filter) + ')'); }); + if (parts.length) return 'var ' + parts.join(',') + ';'; + return ''; + }, - function processQueue(state) { - var fn, promise, pending; + varsPrefix: function(section) { + return this.state[section].vars.length ? 'var ' + this.state[section].vars.join(',') + ';' : ''; + }, - pending = state.pending; - state.processScheduled = false; - state.pending = undefined; - try { - for (var i = 0, ii = pending.length; i < ii; ++i) { - markQStateExceptionHandled(state); - promise = pending[i][0]; - fn = pending[i][state.status]; - try { - if (isFunction(fn)) { - resolvePromise(promise, fn(state.value)); - } else if (state.status === 1) { - resolvePromise(promise, state.value); - } else { - rejectPromise(promise, state.value); + body: function(section) { + return this.state[section].body.join(''); + }, + + recurse: function(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { + var left, right, self = this, args, expression, computed; + recursionFn = recursionFn || noop; + if (!skipWatchIdCheck && isDefined(ast.watchId)) { + intoId = intoId || this.nextId(); + this.if_('i', + this.lazyAssign(intoId, this.computedMember('i', ast.watchId)), + this.lazyRecurse(ast, intoId, nameId, recursionFn, create, true) + ); + return; + } + switch (ast.type) { + case AST.Program: + forEach(ast.body, function(expression, pos) { + self.recurse(expression.expression, undefined, undefined, function(expr) { right = expr; }); + if (pos !== ast.body.length - 1) { + self.current().body.push(right, ';'); + } else { + self.return_(right); + } + }); + break; + case AST.Literal: + expression = this.escape(ast.value); + this.assign(intoId, expression); + recursionFn(intoId || expression); + break; + case AST.UnaryExpression: + this.recurse(ast.argument, undefined, undefined, function(expr) { right = expr; }); + expression = ast.operator + '(' + this.ifDefined(right, 0) + ')'; + this.assign(intoId, expression); + recursionFn(expression); + break; + case AST.BinaryExpression: + this.recurse(ast.left, undefined, undefined, function(expr) { left = expr; }); + this.recurse(ast.right, undefined, undefined, function(expr) { right = expr; }); + if (ast.operator === '+') { + expression = this.plus(left, right); + } else if (ast.operator === '-') { + expression = this.ifDefined(left, 0) + ast.operator + this.ifDefined(right, 0); + } else { + expression = '(' + left + ')' + ast.operator + '(' + right + ')'; + } + this.assign(intoId, expression); + recursionFn(expression); + break; + case AST.LogicalExpression: + intoId = intoId || this.nextId(); + self.recurse(ast.left, intoId); + self.if_(ast.operator === '&&' ? intoId : self.not(intoId), self.lazyRecurse(ast.right, intoId)); + recursionFn(intoId); + break; + case AST.ConditionalExpression: + intoId = intoId || this.nextId(); + self.recurse(ast.test, intoId); + self.if_(intoId, self.lazyRecurse(ast.alternate, intoId), self.lazyRecurse(ast.consequent, intoId)); + recursionFn(intoId); + break; + case AST.Identifier: + intoId = intoId || this.nextId(); + if (nameId) { + nameId.context = self.stage === 'inputs' ? 's' : this.assign(this.nextId(), this.getHasOwnProperty('l', ast.name) + '?l:s'); + nameId.computed = false; + nameId.name = ast.name; + } + self.if_(self.stage === 'inputs' || self.not(self.getHasOwnProperty('l', ast.name)), + function() { + self.if_(self.stage === 'inputs' || 's', function() { + if (create && create !== 1) { + self.if_( + self.isNull(self.nonComputedMember('s', ast.name)), + self.lazyAssign(self.nonComputedMember('s', ast.name), '{}')); } - } catch (e) { - rejectPromise(promise, e); - // This error is explicitly marked for being passed to the $exceptionHandler - if (e && e.$$passToExceptionHandler === true) { - exceptionHandler(e); + self.assign(intoId, self.nonComputedMember('s', ast.name)); + }); + }, intoId && self.lazyAssign(intoId, self.nonComputedMember('l', ast.name)) + ); + recursionFn(intoId); + break; + case AST.MemberExpression: + left = nameId && (nameId.context = this.nextId()) || this.nextId(); + intoId = intoId || this.nextId(); + self.recurse(ast.object, left, undefined, function() { + self.if_(self.notNull(left), function() { + if (ast.computed) { + right = self.nextId(); + self.recurse(ast.property, right); + self.getStringValue(right); + if (create && create !== 1) { + self.if_(self.not(self.computedMember(left, right)), self.lazyAssign(self.computedMember(left, right), '{}')); + } + expression = self.computedMember(left, right); + self.assign(intoId, expression); + if (nameId) { + nameId.computed = true; + nameId.name = right; + } + } else { + if (create && create !== 1) { + self.if_(self.isNull(self.nonComputedMember(left, ast.property.name)), self.lazyAssign(self.nonComputedMember(left, ast.property.name), '{}')); + } + expression = self.nonComputedMember(left, ast.property.name); + self.assign(intoId, expression); + if (nameId) { + nameId.computed = false; + nameId.name = ast.property.name; } } - } - } finally { - --queueSize; - if (errorOnUnhandledRejections && queueSize === 0) { - nextTick(processChecks); - } + }, function() { + self.assign(intoId, 'undefined'); + }); + recursionFn(intoId); + }, !!create); + break; + case AST.CallExpression: + intoId = intoId || this.nextId(); + if (ast.filter) { + right = self.filter(ast.callee.name); + args = []; + forEach(ast.arguments, function(expr) { + var argument = self.nextId(); + self.recurse(expr, argument); + args.push(argument); + }); + expression = right + '(' + args.join(',') + ')'; + self.assign(intoId, expression); + recursionFn(intoId); + } else { + right = self.nextId(); + left = {}; + args = []; + self.recurse(ast.callee, right, left, function() { + self.if_(self.notNull(right), function() { + forEach(ast.arguments, function(expr) { + self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function(argument) { + args.push(argument); + }); + }); + if (left.name) { + expression = self.member(left.context, left.name, left.computed) + '(' + args.join(',') + ')'; + } else { + expression = right + '(' + args.join(',') + ')'; + } + self.assign(intoId, expression); + }, function() { + self.assign(intoId, 'undefined'); + }); + recursionFn(intoId); + }); } - } - - function processChecks() { - // eslint-disable-next-line no-unmodified-loop-condition - while (!queueSize && checkQueue.length) { - var toCheck = checkQueue.shift(); - if (!isStateExceptionHandled(toCheck)) { - markQStateExceptionHandled(toCheck); - var errorMessage = 'Possibly unhandled rejection: ' + toDebugString(toCheck.value); - if (isError(toCheck.value)) { - exceptionHandler(toCheck.value, errorMessage); + break; + case AST.AssignmentExpression: + right = this.nextId(); + left = {}; + this.recurse(ast.left, undefined, left, function() { + self.if_(self.notNull(left.context), function() { + self.recurse(ast.right, right); + expression = self.member(left.context, left.name, left.computed) + ast.operator + right; + self.assign(intoId, expression); + recursionFn(intoId || expression); + }); + }, 1); + break; + case AST.ArrayExpression: + args = []; + forEach(ast.elements, function(expr) { + self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function(argument) { + args.push(argument); + }); + }); + expression = '[' + args.join(',') + ']'; + this.assign(intoId, expression); + recursionFn(intoId || expression); + break; + case AST.ObjectExpression: + args = []; + computed = false; + forEach(ast.properties, function(property) { + if (property.computed) { + computed = true; + } + }); + if (computed) { + intoId = intoId || this.nextId(); + this.assign(intoId, '{}'); + forEach(ast.properties, function(property) { + if (property.computed) { + left = self.nextId(); + self.recurse(property.key, left); } else { - exceptionHandler(errorMessage); + left = property.key.type === AST.Identifier ? + property.key.name : + ('' + property.key.value); } - } + right = self.nextId(); + self.recurse(property.value, right); + self.assign(self.member(intoId, left, property.computed), right); + }); + } else { + forEach(ast.properties, function(property) { + self.recurse(property.value, ast.constant ? undefined : self.nextId(), undefined, function(expr) { + args.push(self.escape( + property.key.type === AST.Identifier ? property.key.name : + ('' + property.key.value)) + + ':' + expr); + }); + }); + expression = '{' + args.join(',') + '}'; + this.assign(intoId, expression); } + recursionFn(intoId || expression); + break; + case AST.ThisExpression: + this.assign(intoId, 's'); + recursionFn(intoId || 's'); + break; + case AST.LocalsExpression: + this.assign(intoId, 'l'); + recursionFn(intoId || 'l'); + break; + case AST.NGValueParameter: + this.assign(intoId, 'v'); + recursionFn(intoId || 'v'); + break; } + }, - function scheduleProcessQueue(state) { - if (errorOnUnhandledRejections && !state.pending && state.status === 2 && !isStateExceptionHandled(state)) { - if (queueSize === 0 && checkQueue.length === 0) { - nextTick(processChecks); - } - checkQueue.push(state); - } - if (state.processScheduled || !state.pending) return; - state.processScheduled = true; - ++queueSize; - nextTick(function () { - processQueue(state); - }); + getHasOwnProperty: function(element, property) { + var key = element + '.' + property; + var own = this.current().own; + if (!own.hasOwnProperty(key)) { + own[key] = this.nextId(false, element + '&&(' + this.escape(property) + ' in ' + element + ')'); } + return own[key]; + }, - function resolvePromise(promise, val) { - if (promise.$$state.status) return; - if (val === promise) { - $$reject(promise, $qMinErr('qcycle', 'Expected promise to be resolved with value other than itself \'{0}\'', val)); - } else { - $$resolve(promise, val); - } + assign: function(id, value) { + if (!id) return; + this.current().body.push(id, '=', value, ';'); + return id; + }, + + filter: function(filterName) { + if (!this.state.filters.hasOwnProperty(filterName)) { + this.state.filters[filterName] = this.nextId(true); } + return this.state.filters[filterName]; + }, - function $$resolve(promise, val) { - var then; - var done = false; - try { - if (isObject(val) || isFunction(val)) then = val.then; - if (isFunction(then)) { - promise.$$state.status = -1; - then.call(val, doResolve, doReject, doNotify); - } else { - promise.$$state.value = val; - promise.$$state.status = 1; - scheduleProcessQueue(promise.$$state); - } - } catch (e) { - doReject(e); - } + ifDefined: function(id, defaultValue) { + return 'ifDefined(' + id + ',' + this.escape(defaultValue) + ')'; + }, - function doResolve(val) { - if (done) return; - done = true; - $$resolve(promise, val); - } - function doReject(val) { - if (done) return; - done = true; - $$reject(promise, val); - } - function doNotify(progress) { - notifyPromise(promise, progress); + plus: function(left, right) { + return 'plus(' + left + ',' + right + ')'; + }, + + return_: function(id) { + this.current().body.push('return ', id, ';'); + }, + + if_: function(test, alternate, consequent) { + if (test === true) { + alternate(); + } else { + var body = this.current().body; + body.push('if(', test, '){'); + alternate(); + body.push('}'); + if (consequent) { + body.push('else{'); + consequent(); + body.push('}'); } } + }, - function rejectPromise(promise, reason) { - if (promise.$$state.status) return; - $$reject(promise, reason); - } + not: function(expression) { + return '!(' + expression + ')'; + }, - function $$reject(promise, reason) { - promise.$$state.value = reason; - promise.$$state.status = 2; - scheduleProcessQueue(promise.$$state); - } + isNull: function(expression) { + return expression + '==null'; + }, - function notifyPromise(promise, progress) { - var callbacks = promise.$$state.pending; + notNull: function(expression) { + return expression + '!=null'; + }, - if (promise.$$state.status <= 0 && callbacks && callbacks.length) { - nextTick(function () { - var callback, result; - for (var i = 0, ii = callbacks.length; i < ii; i++) { - result = callbacks[i][0]; - callback = callbacks[i][3]; - try { - notifyPromise(result, isFunction(callback) ? callback(progress) : progress); - } catch (e) { - exceptionHandler(e); - } - } - }); - } + nonComputedMember: function(left, right) { + var SAFE_IDENTIFIER = /^[$_a-zA-Z][$_a-zA-Z0-9]*$/; + var UNSAFE_CHARACTERS = /[^$_a-zA-Z0-9]/g; + if (SAFE_IDENTIFIER.test(right)) { + return left + '.' + right; + } else { + return left + '["' + right.replace(UNSAFE_CHARACTERS, this.stringEscapeFn) + '"]'; } + }, - /** - * @ngdoc method - * @name $q#reject - * @kind function - * - * @description - * Creates a promise that is resolved as rejected with the specified `reason`. This api should be - * used to forward rejection in a chain of promises. If you are dealing with the last promise in - * a promise chain, you don't need to worry about it. - * - * When comparing deferreds/promises to the familiar behavior of try/catch/throw, think of - * `reject` as the `throw` keyword in JavaScript. This also means that if you "catch" an error via - * a promise error callback and you want to forward the error to the promise derived from the - * current promise, you have to "rethrow" the error by returning a rejection constructed via - * `reject`. - * - * ```js - * promiseB = promiseA.then(function(result) { - * // success: do something and resolve promiseB - * // with the old or a new result - * return result; - * }, function(reason) { - * // error: handle the error if possible and - * // resolve promiseB with newPromiseOrValue, - * // otherwise forward the rejection to promiseB - * if (canHandle(reason)) { - * // handle the error and recover - * return newPromiseOrValue; - * } - * return $q.reject(reason); - * }); - * ``` - * - * @param {*} reason Constant, message, exception or an object representing the rejection reason. - * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`. - */ - function reject(reason) { - var result = new Promise(); - rejectPromise(result, reason); - return result; - } + computedMember: function(left, right) { + return left + '[' + right + ']'; + }, - function handleCallback(value, resolver, callback) { - var callbackOutput = null; - try { - if (isFunction(callback)) callbackOutput = callback(); - } catch (e) { - return reject(e); - } - if (isPromiseLike(callbackOutput)) { - return callbackOutput.then(function () { - return resolver(value); - }, reject); - } else { - return resolver(value); - } - } + member: function(left, right, computed) { + if (computed) return this.computedMember(left, right); + return this.nonComputedMember(left, right); + }, - /** - * @ngdoc method - * @name $q#when - * @kind function - * - * @description - * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise. - * This is useful when you are dealing with an object that might or might not be a promise, or if - * the promise comes from a source that can't be trusted. - * - * @param {*} value Value or a promise - * @param {Function=} successCallback - * @param {Function=} errorCallback - * @param {Function=} progressCallback - * @returns {Promise} Returns a promise of the passed value or promise - */ + getStringValue: function(item) { + this.assign(item, 'getStringValue(' + item + ')'); + }, - function when(value, callback, errback, progressBack) { - var result = new Promise(); - resolvePromise(result, value); - return result.then(callback, errback, progressBack); - } + lazyRecurse: function(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { + var self = this; + return function() { + self.recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck); + }; + }, - /** - * @ngdoc method - * @name $q#resolve - * @kind function - * - * @description - * Alias of {@link ng.$q#when when} to maintain naming consistency with ES6. - * - * @param {*} value Value or a promise - * @param {Function=} successCallback - * @param {Function=} errorCallback - * @param {Function=} progressCallback - * @returns {Promise} Returns a promise of the passed value or promise - */ - var resolve = when; + lazyAssign: function(id, value) { + var self = this; + return function() { + self.assign(id, value); + }; + }, - /** - * @ngdoc method - * @name $q#all - * @kind function - * - * @description - * Combines multiple promises into a single promise that is resolved when all of the input - * promises are resolved. - * - * @param {Array.|Object.} promises An array or hash of promises. - * @returns {Promise} Returns a single promise that will be resolved with an array/hash of values, - * each value corresponding to the promise at the same index/key in the `promises` array/hash. - * If any of the promises is resolved with a rejection, this resulting promise will be rejected - * with the same rejection value. - */ + stringEscapeRegex: /[^ a-zA-Z0-9]/g, - function all(promises) { - var result = new Promise(), - counter = 0, - results = isArray(promises) ? [] : {}; - - forEach(promises, function (promise, key) { - counter++; - when(promise).then(function (value) { - results[key] = value; - if (! --counter) resolvePromise(result, results); - }, function (reason) { - rejectPromise(result, reason); - }); - }); + stringEscapeFn: function(c) { + return '\\u' + ('0000' + c.charCodeAt(0).toString(16)).slice(-4); + }, - if (counter === 0) { - resolvePromise(result, results); - } + escape: function(value) { + if (isString(value)) return '\'' + value.replace(this.stringEscapeRegex, this.stringEscapeFn) + '\''; + if (isNumber(value)) return value.toString(); + if (value === true) return 'true'; + if (value === false) return 'false'; + if (value === null) return 'null'; + if (typeof value === 'undefined') return 'undefined'; - return result; + throw $parseMinErr('esc', 'IMPOSSIBLE'); + }, + + nextId: function(skip, init) { + var id = 'v' + (this.state.nextId++); + if (!skip) { + this.current().vars.push(id + (init ? '=' + init : '')); } + return id; + }, + + current: function() { + return this.state[this.state.computing]; + } +}; - /** - * @ngdoc method - * @name $q#race - * @kind function - * - * @description - * Returns a promise that resolves or rejects as soon as one of those promises - * resolves or rejects, with the value or reason from that promise. - * - * @param {Array.|Object.} promises An array or hash of promises. - * @returns {Promise} a promise that resolves or rejects as soon as one of the `promises` - * resolves or rejects, with the value or reason from that promise. - */ - function race(promises) { - var deferred = defer(); +function ASTInterpreter($filter) { + this.$filter = $filter; +} - forEach(promises, function (promise) { - when(promise).then(deferred.resolve, deferred.reject); +ASTInterpreter.prototype = { + compile: function(ast) { + var self = this; + findConstantAndWatchExpressions(ast, self.$filter); + var assignable; + var assign; + if ((assignable = assignableAST(ast))) { + assign = this.recurse(assignable); + } + var toWatch = getInputs(ast.body); + var inputs; + if (toWatch) { + inputs = []; + forEach(toWatch, function(watch, key) { + var input = self.recurse(watch); + input.isPure = watch.isPure; + watch.input = input; + inputs.push(input); + watch.watchId = key; }); + } + var expressions = []; + forEach(ast.body, function(expression) { + expressions.push(self.recurse(expression.expression)); + }); + var fn = ast.body.length === 0 ? noop : + ast.body.length === 1 ? expressions[0] : + function(scope, locals) { + var lastValue; + forEach(expressions, function(exp) { + lastValue = exp(scope, locals); + }); + return lastValue; + }; + if (assign) { + fn.assign = function(scope, value, locals) { + return assign(scope, locals, value); + }; + } + if (inputs) { + fn.inputs = inputs; + } + return fn; + }, - return deferred.promise; + recurse: function(ast, context, create) { + var left, right, self = this, args; + if (ast.input) { + return this.inputs(ast.input, ast.watchId); + } + switch (ast.type) { + case AST.Literal: + return this.value(ast.value, context); + case AST.UnaryExpression: + right = this.recurse(ast.argument); + return this['unary' + ast.operator](right, context); + case AST.BinaryExpression: + left = this.recurse(ast.left); + right = this.recurse(ast.right); + return this['binary' + ast.operator](left, right, context); + case AST.LogicalExpression: + left = this.recurse(ast.left); + right = this.recurse(ast.right); + return this['binary' + ast.operator](left, right, context); + case AST.ConditionalExpression: + return this['ternary?:']( + this.recurse(ast.test), + this.recurse(ast.alternate), + this.recurse(ast.consequent), + context + ); + case AST.Identifier: + return self.identifier(ast.name, context, create); + case AST.MemberExpression: + left = this.recurse(ast.object, false, !!create); + if (!ast.computed) { + right = ast.property.name; + } + if (ast.computed) right = this.recurse(ast.property); + return ast.computed ? + this.computedMember(left, right, context, create) : + this.nonComputedMember(left, right, context, create); + case AST.CallExpression: + args = []; + forEach(ast.arguments, function(expr) { + args.push(self.recurse(expr)); + }); + if (ast.filter) right = this.$filter(ast.callee.name); + if (!ast.filter) right = this.recurse(ast.callee, true); + return ast.filter ? + function(scope, locals, assign, inputs) { + var values = []; + for (var i = 0; i < args.length; ++i) { + values.push(args[i](scope, locals, assign, inputs)); + } + var value = right.apply(undefined, values, inputs); + return context ? {context: undefined, name: undefined, value: value} : value; + } : + function(scope, locals, assign, inputs) { + var rhs = right(scope, locals, assign, inputs); + var value; + if (rhs.value != null) { + var values = []; + for (var i = 0; i < args.length; ++i) { + values.push(args[i](scope, locals, assign, inputs)); + } + value = rhs.value.apply(rhs.context, values); + } + return context ? {value: value} : value; + }; + case AST.AssignmentExpression: + left = this.recurse(ast.left, true, 1); + right = this.recurse(ast.right); + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + lhs.context[lhs.name] = rhs; + return context ? {value: rhs} : rhs; + }; + case AST.ArrayExpression: + args = []; + forEach(ast.elements, function(expr) { + args.push(self.recurse(expr)); + }); + return function(scope, locals, assign, inputs) { + var value = []; + for (var i = 0; i < args.length; ++i) { + value.push(args[i](scope, locals, assign, inputs)); + } + return context ? {value: value} : value; + }; + case AST.ObjectExpression: + args = []; + forEach(ast.properties, function(property) { + if (property.computed) { + args.push({key: self.recurse(property.key), + computed: true, + value: self.recurse(property.value) + }); + } else { + args.push({key: property.key.type === AST.Identifier ? + property.key.name : + ('' + property.key.value), + computed: false, + value: self.recurse(property.value) + }); + } + }); + return function(scope, locals, assign, inputs) { + var value = {}; + for (var i = 0; i < args.length; ++i) { + if (args[i].computed) { + value[args[i].key(scope, locals, assign, inputs)] = args[i].value(scope, locals, assign, inputs); + } else { + value[args[i].key] = args[i].value(scope, locals, assign, inputs); + } + } + return context ? {value: value} : value; + }; + case AST.ThisExpression: + return function(scope) { + return context ? {value: scope} : scope; + }; + case AST.LocalsExpression: + return function(scope, locals) { + return context ? {value: locals} : locals; + }; + case AST.NGValueParameter: + return function(scope, locals, assign) { + return context ? {value: assign} : assign; + }; } + }, - function $Q(resolver) { - if (!isFunction(resolver)) { - throw $qMinErr('norslvr', 'Expected resolverFn, got \'{0}\'', resolver); + 'unary+': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = argument(scope, locals, assign, inputs); + if (isDefined(arg)) { + arg = +arg; + } else { + arg = 0; } - - var promise = new Promise(); - - function resolveFn(value) { - resolvePromise(promise, value); + return context ? {value: arg} : arg; + }; + }, + 'unary-': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = argument(scope, locals, assign, inputs); + if (isDefined(arg)) { + arg = -arg; + } else { + arg = -0; } - - function rejectFn(reason) { - rejectPromise(promise, reason); + return context ? {value: arg} : arg; + }; + }, + 'unary!': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = !argument(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary+': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + var arg = plusFn(lhs, rhs); + return context ? {value: arg} : arg; + }; + }, + 'binary-': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + var arg = (isDefined(lhs) ? lhs : 0) - (isDefined(rhs) ? rhs : 0); + return context ? {value: arg} : arg; + }; + }, + 'binary*': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) * right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary/': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) / right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary%': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) % right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary===': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) === right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary!==': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) !== right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary==': function(left, right, context) { + return function(scope, locals, assign, inputs) { + // eslint-disable-next-line eqeqeq + var arg = left(scope, locals, assign, inputs) == right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary!=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + // eslint-disable-next-line eqeqeq + var arg = left(scope, locals, assign, inputs) != right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary<': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) < right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary>': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) > right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary<=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) <= right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary>=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) >= right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary&&': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) && right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary||': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) || right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'ternary?:': function(test, alternate, consequent, context) { + return function(scope, locals, assign, inputs) { + var arg = test(scope, locals, assign, inputs) ? alternate(scope, locals, assign, inputs) : consequent(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + value: function(value, context) { + return function() { return context ? {context: undefined, name: undefined, value: value} : value; }; + }, + identifier: function(name, context, create) { + return function(scope, locals, assign, inputs) { + var base = locals && (name in locals) ? locals : scope; + if (create && create !== 1 && base && base[name] == null) { + base[name] = {}; } + var value = base ? base[name] : undefined; + if (context) { + return {context: base, name: name, value: value}; + } else { + return value; + } + }; + }, + computedMember: function(left, right, context, create) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs; + var value; + if (lhs != null) { + rhs = right(scope, locals, assign, inputs); + rhs = getStringValue(rhs); + if (create && create !== 1) { + if (lhs && !(lhs[rhs])) { + lhs[rhs] = {}; + } + } + value = lhs[rhs]; + } + if (context) { + return {context: lhs, name: rhs, value: value}; + } else { + return value; + } + }; + }, + nonComputedMember: function(left, right, context, create) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + if (create && create !== 1) { + if (lhs && lhs[right] == null) { + lhs[right] = {}; + } + } + var value = lhs != null ? lhs[right] : undefined; + if (context) { + return {context: lhs, name: right, value: value}; + } else { + return value; + } + }; + }, + inputs: function(input, watchId) { + return function(scope, value, locals, inputs) { + if (inputs) return inputs[watchId]; + return input(scope, value, locals); + }; + } +}; - resolver(resolveFn, rejectFn); - - return promise; - } +/** + * @constructor + */ +function Parser(lexer, $filter, options) { + this.ast = new AST(lexer, options); + this.astCompiler = options.csp ? new ASTInterpreter($filter) : + new ASTCompiler($filter); +} - // Let's make the instanceof operator work for promises, so that - // `new $q(fn) instanceof $q` would evaluate to true. - $Q.prototype = Promise.prototype; +Parser.prototype = { + constructor: Parser, - $Q.defer = defer; - $Q.reject = reject; - $Q.when = when; - $Q.resolve = resolve; - $Q.all = all; - $Q.race = race; + parse: function(text) { + var ast = this.getAst(text); + var fn = this.astCompiler.compile(ast.ast); + fn.literal = isLiteral(ast.ast); + fn.constant = isConstant(ast.ast); + fn.oneTime = ast.oneTime; + return fn; + }, - return $Q; - } + getAst: function(exp) { + var oneTime = false; + exp = exp.trim(); - function isStateExceptionHandled(state) { - return !!state.pur; - } - function markQStateExceptionHandled(state) { - state.pur = true; - } - function markQExceptionHandled(q) { - markQStateExceptionHandled(q.$$state); + if (exp.charAt(0) === ':' && exp.charAt(1) === ':') { + oneTime = true; + exp = exp.substring(2); + } + return { + ast: this.ast.ast(exp), + oneTime: oneTime + }; } +}; - /** @this */ - function $$RAFProvider() { - //rAF - this.$get = ['$window', '$timeout', function ($window, $timeout) { - var requestAnimationFrame = $window.requestAnimationFrame || $window.webkitRequestAnimationFrame; - - var cancelAnimationFrame = $window.cancelAnimationFrame || $window.webkitCancelAnimationFrame || $window.webkitCancelRequestAnimationFrame; - - var rafSupported = !!requestAnimationFrame; - var raf = rafSupported ? function (fn) { - var id = requestAnimationFrame(fn); - return function () { - cancelAnimationFrame(id); - }; - } : function (fn) { - var timer = $timeout(fn, 16.66, false); // 1000 / 60 = 16.666 - return function () { - $timeout.cancel(timer); - }; - }; +function getValueOf(value) { + return isFunction(value.valueOf) ? value.valueOf() : objectValueOf.call(value); +} - raf.supported = rafSupported; +/////////////////////////////////// - return raf; - }]; - } +/** + * @ngdoc service + * @name $parse + * @kind function + * + * @description + * + * Converts Angular {@link guide/expression expression} into a function. + * + * ```js + * var getter = $parse('user.name'); + * var setter = getter.assign; + * var context = {user:{name:'angular'}}; + * var locals = {user:{name:'local'}}; + * + * expect(getter(context)).toEqual('angular'); + * setter(context, 'newValue'); + * expect(context.user.name).toEqual('newValue'); + * expect(getter(context, locals)).toEqual('local'); + * ``` + * + * + * @param {string} expression String expression to compile. + * @returns {function(context, locals)} a function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the strings + * are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values in + * `context`. + * + * The returned function also has the following properties: + * * `literal` – `{boolean}` – whether the expression's top-level node is a JavaScript + * literal. + * * `constant` – `{boolean}` – whether the expression is made entirely of JavaScript + * constant literals. + * * `assign` – `{?function(context, value)}` – if the expression is assignable, this will be + * set to a function to change its value on the given context. + * + */ - /** - * DESIGN NOTES - * - * The design decisions behind the scope are heavily favored for speed and memory consumption. - * - * The typical use of scope is to watch the expressions, which most of the time return the same - * value as last time so we optimize the operation. - * - * Closures construction is expensive in terms of speed as well as memory: - * - No closures, instead use prototypical inheritance for API - * - Internal state needs to be stored on scope directly, which means that private state is - * exposed as $$____ properties - * - * Loop operations are optimized by using while(count--) { ... } - * - This means that in order to keep the same order of execution as addition we have to add - * items to the array at the beginning (unshift) instead of at the end (push) - * - * Child scopes are created and removed often - * - Using an array would be slow since inserts in the middle are expensive; so we use linked lists - * - * There are fewer watches than observers. This is why you don't want the observer to be implemented - * in the same way as watch. Watch requires return of the initialization function which is expensive - * to construct. - */ - /** - * @ngdoc provider - * @name $rootScopeProvider - * @description - * - * Provider for the $rootScope service. - */ +/** + * @ngdoc provider + * @name $parseProvider + * @this + * + * @description + * `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse} + * service. + */ +function $ParseProvider() { + var cache = createMap(); + var literals = { + 'true': true, + 'false': false, + 'null': null, + 'undefined': undefined + }; + var identStart, identContinue; /** * @ngdoc method - * @name $rootScopeProvider#digestTtl + * @name $parseProvider#addLiteral * @description * - * Sets the number of `$digest` iterations the scope should attempt to execute before giving up and - * assuming that the model is unstable. - * - * The current default is 10 iterations. - * - * In complex applications it's possible that the dependencies between `$watch`s will result in - * several digest iterations. However if an application needs more than the default 10 digest - * iterations for its model to stabilize then you should investigate what is causing the model to - * continuously change during the digest. - * - * Increasing the TTL could have performance implications, so you should not change it without - * proper justification. - * - * @param {number} limit The number of digest iterations. - */ - - /** - * @ngdoc service - * @name $rootScope - * @this + * Configure $parse service to add literal values that will be present as literal at expressions. * - * @description + * @param {string} literalName Token for the literal value. The literal name value must be a valid literal name. + * @param {*} literalValue Value for this literal. All literal values must be primitives or `undefined`. * - * Every application has a single root {@link ng.$rootScope.Scope scope}. - * All other scopes are descendant scopes of the root scope. Scopes provide separation - * between the model and the view, via a mechanism for watching the model for changes. - * They also provide event emission/broadcast and subscription facility. See the - * {@link guide/scope developer guide on scopes}. - */ - function $RootScopeProvider() { - var TTL = 10; - var $rootScopeMinErr = minErr('$rootScope'); - var lastDirtyWatch = null; - var applyAsyncId = null; - - this.digestTtl = function (value) { - if (arguments.length) { - TTL = value; - } - return TTL; - }; - - function createChildScopeClass(parent) { - function ChildScope() { - this.$$watchers = this.$$nextSibling = this.$$childHead = this.$$childTail = null; - this.$$listeners = {}; - this.$$listenerCount = {}; - this.$$watchersCount = 0; - this.$id = nextUid(); - this.$$ChildScope = null; - } - ChildScope.prototype = parent; - return ChildScope; - } - - this.$get = ['$exceptionHandler', '$parse', '$browser', function ($exceptionHandler, $parse, $browser) { - - function destroyChildScope($event) { - $event.currentScope.$$destroyed = true; - } - - function cleanUpScope($scope) { - - // Support: IE 9 only - if (msie === 9) { - // There is a memory leak in IE9 if all child scopes are not disconnected - // completely when a scope is destroyed. So this code will recurse up through - // all this scopes children - // - // See issue https://github.com/angular/angular.js/issues/10706 - if ($scope.$$childHead) { - cleanUpScope($scope.$$childHead); - } - if ($scope.$$nextSibling) { - cleanUpScope($scope.$$nextSibling); - } - } - - // The code below works around IE9 and V8's memory leaks - // - // See: - // - https://code.google.com/p/v8/issues/detail?id=2073#c26 - // - https://github.com/angular/angular.js/issues/6794#issuecomment-38648909 - // - https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 - - $scope.$parent = $scope.$$nextSibling = $scope.$$prevSibling = $scope.$$childHead = $scope.$$childTail = $scope.$root = $scope.$$watchers = null; - } - - /** - * @ngdoc type - * @name $rootScope.Scope - * - * @description - * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the - * {@link auto.$injector $injector}. Child scopes are created using the - * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when - * compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for - * an in-depth introduction and usage examples. - * - * - * ## Inheritance - * A scope can inherit from a parent scope, as in this example: - * ```js - var parent = $rootScope; - var child = parent.$new(); - parent.salutation = "Hello"; - expect(child.salutation).toEqual('Hello'); - child.salutation = "Welcome"; - expect(child.salutation).toEqual('Welcome'); - expect(parent.salutation).toEqual('Hello'); - * ``` - * - * When interacting with `Scope` in tests, additional helper methods are available on the - * instances of `Scope` type. See {@link ngMock.$rootScope.Scope ngMock Scope} for additional - * details. - * - * - * @param {Object.=} providers Map of service factory which need to be - * provided for the current scope. Defaults to {@link ng}. - * @param {Object.=} instanceCache Provides pre-instantiated services which should - * append/override services provided by `providers`. This is handy - * when unit-testing and having the need to override a default - * service. - * @returns {Object} Newly created scope. - * - */ - function Scope() { - this.$id = nextUid(); - this.$$phase = this.$parent = this.$$watchers = this.$$nextSibling = this.$$prevSibling = this.$$childHead = this.$$childTail = null; - this.$root = this; - this.$$destroyed = false; - this.$$listeners = {}; - this.$$listenerCount = {}; - this.$$watchersCount = 0; - this.$$isolateBindings = null; - } - - /** - * @ngdoc property - * @name $rootScope.Scope#$id - * - * @description - * Unique scope ID (monotonically increasing) useful for debugging. - */ - - /** - * @ngdoc property - * @name $rootScope.Scope#$parent - * - * @description - * Reference to the parent scope. - */ + **/ + this.addLiteral = function(literalName, literalValue) { + literals[literalName] = literalValue; + }; - /** - * @ngdoc property - * @name $rootScope.Scope#$root - * - * @description - * Reference to the root scope. - */ + /** + * @ngdoc method + * @name $parseProvider#setIdentifierFns + * + * @description + * + * Allows defining the set of characters that are allowed in Angular expressions. The function + * `identifierStart` will get called to know if a given character is a valid character to be the + * first character for an identifier. The function `identifierContinue` will get called to know if + * a given character is a valid character to be a follow-up identifier character. The functions + * `identifierStart` and `identifierContinue` will receive as arguments the single character to be + * identifier and the character code point. These arguments will be `string` and `numeric`. Keep in + * mind that the `string` parameter can be two characters long depending on the character + * representation. It is expected for the function to return `true` or `false`, whether that + * character is allowed or not. + * + * Since this function will be called extensively, keep the implementation of these functions fast, + * as the performance of these functions have a direct impact on the expressions parsing speed. + * + * @param {function=} identifierStart The function that will decide whether the given character is + * a valid identifier start character. + * @param {function=} identifierContinue The function that will decide whether the given character is + * a valid identifier continue character. + */ + this.setIdentifierFns = function(identifierStart, identifierContinue) { + identStart = identifierStart; + identContinue = identifierContinue; + return this; + }; - Scope.prototype = { - constructor: Scope, - /** - * @ngdoc method - * @name $rootScope.Scope#$new - * @kind function - * - * @description - * Creates a new child {@link ng.$rootScope.Scope scope}. - * - * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. - * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. - * - * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is - * desired for the scope and its child scopes to be permanently detached from the parent and - * thus stop participating in model change detection and listener notification by invoking. - * - * @param {boolean} isolate If true, then the scope does not prototypically inherit from the - * parent scope. The scope is isolated, as it can not see parent scope properties. - * When creating widgets, it is useful for the widget to not accidentally read parent - * state. - * - * @param {Scope} [parent=this] The {@link ng.$rootScope.Scope `Scope`} that will be the `$parent` - * of the newly created scope. Defaults to `this` scope if not provided. - * This is used when creating a transclude scope to correctly place it - * in the scope hierarchy while maintaining the correct prototypical - * inheritance. - * - * @returns {Object} The newly created child scope. - * - */ - $new: function $new(isolate, parent) { - var child; + this.$get = ['$filter', function($filter) { + var noUnsafeEval = csp().noUnsafeEval; + var $parseOptions = { + csp: noUnsafeEval, + literals: copy(literals), + isIdentifierStart: isFunction(identStart) && identStart, + isIdentifierContinue: isFunction(identContinue) && identContinue + }; + $parse.$$getAst = $$getAst; + return $parse; - parent = parent || this; + function $parse(exp, interceptorFn) { + var parsedExpression, cacheKey; - if (isolate) { - child = new Scope(); - child.$root = this.$root; - } else { - // Only create a child scope class if somebody asks for one, - // but cache it to allow the VM to optimize lookups. - if (!this.$$ChildScope) { - this.$$ChildScope = createChildScopeClass(this); + switch (typeof exp) { + case 'string': + exp = exp.trim(); + cacheKey = exp; + + parsedExpression = cache[cacheKey]; + + if (!parsedExpression) { + var lexer = new Lexer($parseOptions); + var parser = new Parser(lexer, $filter, $parseOptions); + parsedExpression = parser.parse(exp); + if (parsedExpression.constant) { + parsedExpression.$$watchDelegate = constantWatchDelegate; + } else if (parsedExpression.oneTime) { + parsedExpression.$$watchDelegate = parsedExpression.literal ? + oneTimeLiteralWatchDelegate : oneTimeWatchDelegate; + } else if (parsedExpression.inputs) { + parsedExpression.$$watchDelegate = inputsWatchDelegate; } - child = new this.$$ChildScope(); - } - child.$parent = parent; - child.$$prevSibling = parent.$$childTail; - if (parent.$$childHead) { - parent.$$childTail.$$nextSibling = child; - parent.$$childTail = child; - } else { - parent.$$childHead = parent.$$childTail = child; - } - - // When the new scope is not isolated or we inherit from `this`, and - // the parent scope is destroyed, the property `$$destroyed` is inherited - // prototypically. In all other cases, this property needs to be set - // when the parent scope is destroyed. - // The listener needs to be added after the parent is set - if (isolate || parent !== this) child.$on('$destroy', destroyChildScope); - - return child; - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$watch - * @kind function - * - * @description - * Registers a `listener` callback to be executed whenever the `watchExpression` changes. - * - * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest - * $digest()} and should return the value that will be watched. (`watchExpression` should not change - * its value when executed multiple times with the same input because it may be executed multiple - * times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be - * [idempotent](http://en.wikipedia.org/wiki/Idempotence).) - * - The `listener` is called only when the value from the current `watchExpression` and the - * previous call to `watchExpression` are not equal (with the exception of the initial run, - * see below). Inequality is determined according to reference inequality, - * [strict comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) - * via the `!==` Javascript operator, unless `objectEquality == true` - * (see next point) - * - When `objectEquality == true`, inequality of the `watchExpression` is determined - * according to the {@link angular.equals} function. To save the value of the object for - * later comparison, the {@link angular.copy} function is used. This therefore means that - * watching complex objects will have adverse memory and performance implications. - * - This should not be used to watch for changes in objects that are - * or contain [File](https://developer.mozilla.org/docs/Web/API/File) objects due to limitations with {@link angular.copy `angular.copy`}. - * - The watch `listener` may change the model, which may trigger other `listener`s to fire. - * This is achieved by rerunning the watchers until no changes are detected. The rerun - * iteration limit is 10 to prevent an infinite loop deadlock. - * - * - * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called, - * you can register a `watchExpression` function with no `listener`. (Be prepared for - * multiple calls to your `watchExpression` because it will execute multiple times in a - * single {@link ng.$rootScope.Scope#$digest $digest} cycle if a change is detected.) - * - * After a watcher is registered with the scope, the `listener` fn is called asynchronously - * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the - * watcher. In rare cases, this is undesirable because the listener is called when the result - * of `watchExpression` didn't change. To detect this scenario within the `listener` fn, you - * can compare the `newVal` and `oldVal`. If these two values are identical (`===`) then the - * listener was called due to initialization. - * - * - * - * @example - * ```js - // let's assume that scope was dependency injected as the $rootScope - var scope = $rootScope; - scope.name = 'misko'; - scope.counter = 0; - expect(scope.counter).toEqual(0); - scope.$watch('name', function(newValue, oldValue) { - scope.counter = scope.counter + 1; - }); - expect(scope.counter).toEqual(0); - scope.$digest(); - // the listener is always called during the first $digest loop after it was registered - expect(scope.counter).toEqual(1); - scope.$digest(); - // but now it will not be called unless the value changes - expect(scope.counter).toEqual(1); - scope.name = 'adam'; - scope.$digest(); - expect(scope.counter).toEqual(2); - // Using a function as a watchExpression - var food; - scope.foodCounter = 0; - expect(scope.foodCounter).toEqual(0); - scope.$watch( - // This function returns the value being watched. It is called for each turn of the $digest loop - function() { return food; }, - // This is the change listener, called when the value returned from the above function changes - function(newValue, oldValue) { - if ( newValue !== oldValue ) { - // Only increment the counter if the value changed - scope.foodCounter = scope.foodCounter + 1; - } - } - ); - // No digest has been run so the counter will be zero - expect(scope.foodCounter).toEqual(0); - // Run the digest but since food has not changed count will still be zero - scope.$digest(); - expect(scope.foodCounter).toEqual(0); - // Update food and run digest. Now the counter will increment - food = 'cheeseburger'; - scope.$digest(); - expect(scope.foodCounter).toEqual(1); - * ``` - * - * - * - * @param {(function()|string)} watchExpression Expression that is evaluated on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers - * a call to the `listener`. - * - * - `string`: Evaluated as {@link guide/expression expression} - * - `function(scope)`: called with current `scope` as a parameter. - * @param {function(newVal, oldVal, scope)} listener Callback called whenever the value - * of `watchExpression` changes. - * - * - `newVal` contains the current value of the `watchExpression` - * - `oldVal` contains the previous value of the `watchExpression` - * - `scope` refers to the current scope - * @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of - * comparing for reference equality. - * @returns {function()} Returns a deregistration function for this listener. - */ - $watch: function $watch(watchExp, listener, objectEquality, prettyPrintExpression) { - var get = $parse(watchExp); - var fn = isFunction(listener) ? listener : noop; - - if (get.$$watchDelegate) { - return get.$$watchDelegate(this, fn, objectEquality, get, watchExp); + cache[cacheKey] = parsedExpression; } - var scope = this, - array = scope.$$watchers, - watcher = { - fn: fn, - last: initWatchVal, - get: get, - exp: prettyPrintExpression || watchExp, - eq: !!objectEquality - }; + return addInterceptor(parsedExpression, interceptorFn); - lastDirtyWatch = null; - - if (!array) { - array = scope.$$watchers = []; - array.$$digestWatchIndex = -1; - } - // we use unshift since we use a while loop in $digest for speed. - // the while loop reads in reverse order. - array.unshift(watcher); - array.$$digestWatchIndex++; - incrementWatchersCount(this, 1); - - return function deregisterWatch() { - var index = arrayRemove(array, watcher); - if (index >= 0) { - incrementWatchersCount(scope, -1); - if (index < array.$$digestWatchIndex) { - array.$$digestWatchIndex--; - } - } - lastDirtyWatch = null; - }; - }, + case 'function': + return addInterceptor(exp, interceptorFn); - /** - * @ngdoc method - * @name $rootScope.Scope#$watchGroup - * @kind function - * - * @description - * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. - * If any one expression in the collection changes the `listener` is executed. - * - * - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return - * values are examined for changes on every call to `$digest`. - * - The `listener` is called whenever any expression in the `watchExpressions` array changes. - * - * `$watchGroup` is more performant than watching each expression individually, and should be - * used when the listener does not need to know which expression has changed. - * If the listener needs to know which expression has changed, - * {@link ng.$rootScope.Scope#$watch $watch()} or - * {@link ng.$rootScope.Scope#$watchCollection $watchCollection()} should be used. - * - * @param {Array.} watchExpressions Array of expressions that will be individually - * watched using {@link ng.$rootScope.Scope#$watch $watch()} - * - * @param {function(newValues, oldValues, scope)} listener Callback called whenever the return value of any - * expression in `watchExpressions` changes - * The `newValues` array contains the current values of the `watchExpressions`, with the indexes matching - * those of `watchExpression` - * and the `oldValues` array contains the previous values of the `watchExpressions`, with the indexes matching - * those of `watchExpression`. - * - * Note that `newValues` and `oldValues` reflect the differences in each **individual** - * expression, and not the difference of the values between each call of the listener. - * That means the difference between `newValues` and `oldValues` cannot be used to determine - * which expression has changed / remained stable: - * - * ```js - * - * $scope.$watchGroup(['v1', 'v2'], function(newValues, oldValues) { - * console.log(newValues, oldValues); - * }); - * - * // newValues, oldValues initially - * // [undefined, undefined], [undefined, undefined] - * - * $scope.v1 = 'a'; - * $scope.v2 = 'a'; - * - * // ['a', 'a'], [undefined, undefined] - * - * $scope.v2 = 'b' - * - * // v1 hasn't changed since it became `'a'`, therefore its oldValue is still `undefined` - * // ['a', 'b'], [undefined, 'a'] - * - * ``` - * - * The `scope` refers to the current scope. - * @returns {function()} Returns a de-registration function for all listeners. - */ - $watchGroup: function $watchGroup(watchExpressions, listener) { - var oldValues = new Array(watchExpressions.length); - var newValues = new Array(watchExpressions.length); - var deregisterFns = []; - var self = this; - var changeReactionScheduled = false; - var firstRun = true; - - if (!watchExpressions.length) { - // No expressions means we call the listener ASAP - var shouldCall = true; - self.$evalAsync(function () { - if (shouldCall) listener(newValues, newValues, self); - }); - return function deregisterWatchGroup() { - shouldCall = false; - }; - } + default: + return addInterceptor(noop, interceptorFn); + } + } - if (watchExpressions.length === 1) { - // Special case size of one - return this.$watch(watchExpressions[0], function watchGroupAction(value, oldValue, scope) { - newValues[0] = value; - oldValues[0] = oldValue; - listener(newValues, value === oldValue ? newValues : oldValues, scope); - }); - } + function $$getAst(exp) { + var lexer = new Lexer($parseOptions); + var parser = new Parser(lexer, $filter, $parseOptions); + return parser.getAst(exp).ast; + } - forEach(watchExpressions, function (expr, i) { - var unwatchFn = self.$watch(expr, function watchGroupSubAction(value, oldValue) { - newValues[i] = value; - oldValues[i] = oldValue; - if (!changeReactionScheduled) { - changeReactionScheduled = true; - self.$evalAsync(watchGroupAction); - } - }); - deregisterFns.push(unwatchFn); - }); + function expressionInputDirtyCheck(newValue, oldValueOfValue, compareObjectIdentity) { - function watchGroupAction() { - changeReactionScheduled = false; + if (newValue == null || oldValueOfValue == null) { // null/undefined + return newValue === oldValueOfValue; + } - if (firstRun) { - firstRun = false; - listener(newValues, newValues, self); - } else { - listener(newValues, oldValues, self); - } - } + if (typeof newValue === 'object') { - return function deregisterWatchGroup() { - while (deregisterFns.length) { - deregisterFns.shift()(); - } - }; - }, + // attempt to convert the value to a primitive type + // TODO(docs): add a note to docs that by implementing valueOf even objects and arrays can + // be cheaply dirty-checked + newValue = getValueOf(newValue); - /** - * @ngdoc method - * @name $rootScope.Scope#$watchCollection - * @kind function - * - * @description - * Shallow watches the properties of an object and fires whenever any of the properties change - * (for arrays, this implies watching the array items; for object maps, this implies watching - * the properties). If a change is detected, the `listener` callback is fired. - * - * - The `obj` collection is observed via standard $watch operation and is examined on every - * call to $digest() to see if any items have been added, removed, or moved. - * - The `listener` is called whenever anything within the `obj` has changed. Examples include - * adding, removing, and moving items belonging to an object or array. - * - * - * @example - * ```js - $scope.names = ['igor', 'matias', 'misko', 'james']; - $scope.dataCount = 4; - $scope.$watchCollection('names', function(newNames, oldNames) { - $scope.dataCount = newNames.length; - }); - expect($scope.dataCount).toEqual(4); - $scope.$digest(); - //still at 4 ... no changes - expect($scope.dataCount).toEqual(4); - $scope.names.pop(); - $scope.$digest(); - //now there's been a change - expect($scope.dataCount).toEqual(3); - * ``` - * - * - * @param {string|function(scope)} obj Evaluated as {@link guide/expression expression}. The - * expression value should evaluate to an object or an array which is observed on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. Any shallow change within the - * collection will trigger a call to the `listener`. - * - * @param {function(newCollection, oldCollection, scope)} listener a callback function called - * when a change is detected. - * - The `newCollection` object is the newly modified data obtained from the `obj` expression - * - The `oldCollection` object is a copy of the former collection data. - * Due to performance considerations, the`oldCollection` value is computed only if the - * `listener` function declares two or more arguments. - * - The `scope` argument refers to the current scope. - * - * @returns {function()} Returns a de-registration function for this listener. When the - * de-registration function is executed, the internal watch operation is terminated. - */ - $watchCollection: function $watchCollection(obj, listener) { - $watchCollectionInterceptor.$stateful = true; + if (typeof newValue === 'object' && !compareObjectIdentity) { + // objects/arrays are not supported - deep-watching them would be too expensive + return false; + } - var self = this; - // the current value, updated on each dirty-check run - var newValue; - // a shallow copy of the newValue from the last dirty-check run, - // updated to match newValue during dirty-check run - var oldValue; - // a shallow copy of the newValue from when the last change happened - var veryOldValue; - // only track veryOldValue if the listener is asking for it - var trackVeryOldValue = listener.length > 1; - var changeDetected = 0; - var changeDetector = $parse(obj, $watchCollectionInterceptor); - var internalArray = []; - var internalObject = {}; - var initRun = true; - var oldLength = 0; - - function $watchCollectionInterceptor(_value) { - newValue = _value; - var newLength, key, bothNaN, newItem, oldItem; - - // If the new value is undefined, then return undefined as the watch may be a one-time watch - if (isUndefined(newValue)) return; + // fall-through to the primitive equality check + } - if (!isObject(newValue)) { - // if primitive - if (oldValue !== newValue) { - oldValue = newValue; - changeDetected++; - } - } else if (isArrayLike(newValue)) { - if (oldValue !== internalArray) { - // we are transitioning from something which was not an array into array. - oldValue = internalArray; - oldLength = oldValue.length = 0; - changeDetected++; - } + //Primitive or NaN + // eslint-disable-next-line no-self-compare + return newValue === oldValueOfValue || (newValue !== newValue && oldValueOfValue !== oldValueOfValue); + } - newLength = newValue.length; + function inputsWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { + var inputExpressions = parsedExpression.inputs; + var lastResult; - if (oldLength !== newLength) { - // if lengths do not match we need to trigger change notification - changeDetected++; - oldValue.length = oldLength = newLength; - } - // copy the items to oldValue and look for changes. - for (var i = 0; i < newLength; i++) { - oldItem = oldValue[i]; - newItem = newValue[i]; - - // eslint-disable-next-line no-self-compare - bothNaN = oldItem !== oldItem && newItem !== newItem; - if (!bothNaN && oldItem !== newItem) { - changeDetected++; - oldValue[i] = newItem; - } - } - } else { - if (oldValue !== internalObject) { - // we are transitioning from something which was not an object into object. - oldValue = internalObject = {}; - oldLength = 0; - changeDetected++; - } - // copy the items to oldValue and look for changes. - newLength = 0; - for (key in newValue) { - if (hasOwnProperty.call(newValue, key)) { - newLength++; - newItem = newValue[key]; - oldItem = oldValue[key]; - - if (key in oldValue) { - // eslint-disable-next-line no-self-compare - bothNaN = oldItem !== oldItem && newItem !== newItem; - if (!bothNaN && oldItem !== newItem) { - changeDetected++; - oldValue[key] = newItem; - } - } else { - oldLength++; - oldValue[key] = newItem; - changeDetected++; - } - } - } - if (oldLength > newLength) { - // we used to have more keys, need to find them and destroy them. - changeDetected++; - for (key in oldValue) { - if (!hasOwnProperty.call(newValue, key)) { - oldLength--; - delete oldValue[key]; - } - } - } - } - return changeDetected; + if (inputExpressions.length === 1) { + var oldInputValueOf = expressionInputDirtyCheck; // init to something unique so that equals check fails + inputExpressions = inputExpressions[0]; + return scope.$watch(function expressionInputWatch(scope) { + var newInputValue = inputExpressions(scope); + if (!expressionInputDirtyCheck(newInputValue, oldInputValueOf, inputExpressions.isPure)) { + lastResult = parsedExpression(scope, undefined, undefined, [newInputValue]); + oldInputValueOf = newInputValue && getValueOf(newInputValue); } + return lastResult; + }, listener, objectEquality, prettyPrintExpression); + } - function $watchCollectionAction() { - if (initRun) { - initRun = false; - listener(newValue, newValue, self); - } else { - listener(newValue, veryOldValue, self); - } - - // make a copy for the next time a collection is changed - if (trackVeryOldValue) { - if (!isObject(newValue)) { - //primitive - veryOldValue = newValue; - } else if (isArrayLike(newValue)) { - veryOldValue = new Array(newValue.length); - for (var i = 0; i < newValue.length; i++) { - veryOldValue[i] = newValue[i]; - } - } else { - // if object - veryOldValue = {}; - for (var key in newValue) { - if (hasOwnProperty.call(newValue, key)) { - veryOldValue[key] = newValue[key]; - } - } - } - } - } + var oldInputValueOfValues = []; + var oldInputValues = []; + for (var i = 0, ii = inputExpressions.length; i < ii; i++) { + oldInputValueOfValues[i] = expressionInputDirtyCheck; // init to something unique so that equals check fails + oldInputValues[i] = null; + } - return this.$watch(changeDetector, $watchCollectionAction); - }, + return scope.$watch(function expressionInputsWatch(scope) { + var changed = false; - /** - * @ngdoc method - * @name $rootScope.Scope#$digest - * @kind function - * - * @description - * Processes all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and - * its children. Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change - * the model, the `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} - * until no more listeners are firing. This means that it is possible to get into an infinite - * loop. This function will throw `'Maximum iteration limit exceeded.'` if the number of - * iterations exceeds 10. - * - * Usually, you don't call `$digest()` directly in - * {@link ng.directive:ngController controllers} or in - * {@link ng.$compileProvider#directive directives}. - * Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within - * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`. - * - * If you want to be notified whenever `$digest()` is called, - * you can register a `watchExpression` function with - * {@link ng.$rootScope.Scope#$watch $watch()} with no `listener`. - * - * In unit tests, you may need to call `$digest()` to simulate the scope life cycle. - * - * @example - * ```js - var scope = ...; - scope.name = 'misko'; - scope.counter = 0; - expect(scope.counter).toEqual(0); - scope.$watch('name', function(newValue, oldValue) { - scope.counter = scope.counter + 1; - }); - expect(scope.counter).toEqual(0); - scope.$digest(); - // the listener is always called during the first $digest loop after it was registered - expect(scope.counter).toEqual(1); - scope.$digest(); - // but now it will not be called unless the value changes - expect(scope.counter).toEqual(1); - scope.name = 'adam'; - scope.$digest(); - expect(scope.counter).toEqual(2); - * ``` - * - */ - $digest: function $digest() { - var watch, - value, - last, - fn, - get, - watchers, - dirty, - ttl = TTL, - next, - current, - target = this, - watchLog = [], - logIdx, - asyncTask; - - beginPhase('$digest'); - // Check for changes to browser url that happened in sync before the call to $digest - $browser.$$checkUrlChange(); - - if (this === $rootScope && applyAsyncId !== null) { - // If this is the root scope, and $applyAsync has scheduled a deferred $apply(), then - // cancel the scheduled $apply and flush the queue of expressions to be evaluated. - $browser.defer.cancel(applyAsyncId); - flushApplyAsync(); + for (var i = 0, ii = inputExpressions.length; i < ii; i++) { + var newInputValue = inputExpressions[i](scope); + if (changed || (changed = !expressionInputDirtyCheck(newInputValue, oldInputValueOfValues[i], inputExpressions[i].isPure))) { + oldInputValues[i] = newInputValue; + oldInputValueOfValues[i] = newInputValue && getValueOf(newInputValue); } + } - lastDirtyWatch = null; - - do { - // "while dirty" loop - dirty = false; - current = target; - - // It's safe for asyncQueuePosition to be a local variable here because this loop can't - // be reentered recursively. Calling $digest from a function passed to $evalAsync would - // lead to a '$digest already in progress' error. - for (var asyncQueuePosition = 0; asyncQueuePosition < asyncQueue.length; asyncQueuePosition++) { - try { - asyncTask = asyncQueue[asyncQueuePosition]; - fn = asyncTask.fn; - fn(asyncTask.scope, asyncTask.locals); - } catch (e) { - $exceptionHandler(e); - } - lastDirtyWatch = null; - } - asyncQueue.length = 0; - - traverseScopesLoop: do { - // "traverse the scopes" loop - if (watchers = current.$$watchers) { - // process our watches - watchers.$$digestWatchIndex = watchers.length; - while (watchers.$$digestWatchIndex--) { - try { - watch = watchers[watchers.$$digestWatchIndex]; - // Most common watches are on primitives, in which case we can short - // circuit it with === operator, only when === fails do we use .equals - if (watch) { - get = watch.get; - if ((value = get(current)) !== (last = watch.last) && !(watch.eq ? equals(value, last) : isNumberNaN(value) && isNumberNaN(last))) { - dirty = true; - lastDirtyWatch = watch; - watch.last = watch.eq ? copy(value, null) : value; - fn = watch.fn; - fn(value, last === initWatchVal ? value : last, current); - if (ttl < 5) { - logIdx = 4 - ttl; - if (!watchLog[logIdx]) watchLog[logIdx] = []; - watchLog[logIdx].push({ - msg: isFunction(watch.exp) ? 'fn: ' + (watch.exp.name || watch.exp.toString()) : watch.exp, - newVal: value, - oldVal: last - }); - } - } else if (watch === lastDirtyWatch) { - // If the most recently dirty watcher is now clean, short circuit since the remaining watchers - // have already been tested. - dirty = false; - break traverseScopesLoop; - } - } - } catch (e) { - $exceptionHandler(e); - } - } - } - - // Insanity Warning: scope depth-first traversal - // yes, this code is a bit crazy, but it works and we have tests to prove it! - // this piece should be kept in sync with the traversal in $broadcast - if (!(next = current.$$watchersCount && current.$$childHead || current !== target && current.$$nextSibling)) { - while (current !== target && !(next = current.$$nextSibling)) { - current = current.$parent; - } - } - } while (current = next); - - // `break traverseScopesLoop;` takes us to here + if (changed) { + lastResult = parsedExpression(scope, undefined, undefined, oldInputValues); + } - if ((dirty || asyncQueue.length) && !ttl--) { - clearPhase(); - throw $rootScopeMinErr('infdig', '{0} $digest() iterations reached. Aborting!\n' + 'Watchers fired in the last 5 iterations: {1}', TTL, watchLog); - } - } while (dirty || asyncQueue.length); + return lastResult; + }, listener, objectEquality, prettyPrintExpression); + } - clearPhase(); + function oneTimeWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { + var unwatch, lastValue; + if (parsedExpression.inputs) { + unwatch = inputsWatchDelegate(scope, oneTimeListener, objectEquality, parsedExpression, prettyPrintExpression); + } else { + unwatch = scope.$watch(oneTimeWatch, oneTimeListener, objectEquality); + } + return unwatch; - // postDigestQueuePosition isn't local here because this loop can be reentered recursively. - while (postDigestQueuePosition < postDigestQueue.length) { - try { - postDigestQueue[postDigestQueuePosition++](); - } catch (e) { - $exceptionHandler(e); + function oneTimeWatch(scope) { + return parsedExpression(scope); + } + function oneTimeListener(value, old, scope) { + lastValue = value; + if (isFunction(listener)) { + listener(value, old, scope); + } + if (isDefined(value)) { + scope.$$postDigest(function() { + if (isDefined(lastValue)) { + unwatch(); } - } - postDigestQueue.length = postDigestQueuePosition = 0; - - // Check for changes to browser url that happened during the $digest - // (for which no event is fired; e.g. via `history.pushState()`) - $browser.$$checkUrlChange(); - }, - - /** - * @ngdoc event - * @name $rootScope.Scope#$destroy - * @eventType broadcast on scope being destroyed - * - * @description - * Broadcasted when a scope and its children are being destroyed. - * - * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to - * clean up DOM bindings before an element is removed from the DOM. - */ + }); + } + } + } - /** - * @ngdoc method - * @name $rootScope.Scope#$destroy - * @kind function - * - * @description - * Removes the current scope (and all of its children) from the parent scope. Removal implies - * that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer - * propagate to the current scope and its children. Removal also implies that the current - * scope is eligible for garbage collection. - * - * The `$destroy()` is usually used by directives such as - * {@link ng.directive:ngRepeat ngRepeat} for managing the - * unrolling of the loop. - * - * Just before a scope is destroyed, a `$destroy` event is broadcasted on this scope. - * Application code can register a `$destroy` event handler that will give it a chance to - * perform any necessary cleanup. - * - * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to - * clean up DOM bindings before an element is removed from the DOM. - */ - $destroy: function $destroy() { - // We can't destroy a scope that has been already destroyed. - if (this.$$destroyed) return; - var parent = this.$parent; + function oneTimeLiteralWatchDelegate(scope, listener, objectEquality, parsedExpression) { + var unwatch, lastValue; + unwatch = scope.$watch(function oneTimeWatch(scope) { + return parsedExpression(scope); + }, function oneTimeListener(value, old, scope) { + lastValue = value; + if (isFunction(listener)) { + listener(value, old, scope); + } + if (isAllDefined(value)) { + scope.$$postDigest(function() { + if (isAllDefined(lastValue)) unwatch(); + }); + } + }, objectEquality); - this.$broadcast('$destroy'); - this.$$destroyed = true; + return unwatch; - if (this === $rootScope) { - //Remove handlers attached to window when $rootScope is removed - $browser.$$applicationDestroyed(); - } + function isAllDefined(value) { + var allDefined = true; + forEach(value, function(val) { + if (!isDefined(val)) allDefined = false; + }); + return allDefined; + } + } - incrementWatchersCount(this, -this.$$watchersCount); - for (var eventName in this.$$listenerCount) { - decrementListenerCount(this, this.$$listenerCount[eventName], eventName); - } + function constantWatchDelegate(scope, listener, objectEquality, parsedExpression) { + var unwatch = scope.$watch(function constantWatch(scope) { + unwatch(); + return parsedExpression(scope); + }, listener, objectEquality); + return unwatch; + } - // sever all the references to parent scopes (after this cleanup, the current scope should - // not be retained by any of our references and should be eligible for garbage collection) - if (parent && parent.$$childHead === this) parent.$$childHead = this.$$nextSibling; - if (parent && parent.$$childTail === this) parent.$$childTail = this.$$prevSibling; - if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling; - if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling; - - // Disable listeners, watchers and apply/digest methods - this.$destroy = this.$digest = this.$apply = this.$evalAsync = this.$applyAsync = noop; - this.$on = this.$watch = this.$watchGroup = function () { - return noop; - }; - this.$$listeners = {}; + function addInterceptor(parsedExpression, interceptorFn) { + if (!interceptorFn) return parsedExpression; + var watchDelegate = parsedExpression.$$watchDelegate; + var useInputs = false; - // Disconnect the next sibling to prevent `cleanUpScope` destroying those too - this.$$nextSibling = null; - cleanUpScope(this); - }, + var regularWatch = + watchDelegate !== oneTimeLiteralWatchDelegate && + watchDelegate !== oneTimeWatchDelegate; - /** - * @ngdoc method - * @name $rootScope.Scope#$eval - * @kind function - * - * @description - * Executes the `expression` on the current scope and returns the result. Any exceptions in - * the expression are propagated (uncaught). This is useful when evaluating Angular - * expressions. - * - * @example - * ```js - var scope = ng.$rootScope.Scope(); - scope.a = 1; - scope.b = 2; - expect(scope.$eval('a+b')).toEqual(3); - expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3); - * ``` - * - * @param {(string|function())=} expression An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with the current `scope` parameter. - * - * @param {(object)=} locals Local variables object, useful for overriding values in scope. - * @returns {*} The result of evaluating the expression. - */ - $eval: function $eval(expr, locals) { - return $parse(expr)(this, locals); - }, + var fn = regularWatch ? function regularInterceptedExpression(scope, locals, assign, inputs) { + var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs); + return interceptorFn(value, scope, locals); + } : function oneTimeInterceptedExpression(scope, locals, assign, inputs) { + var value = parsedExpression(scope, locals, assign, inputs); + var result = interceptorFn(value, scope, locals); + // we only return the interceptor's result if the + // initial value is defined (for bind-once) + return isDefined(value) ? result : value; + }; - /** - * @ngdoc method - * @name $rootScope.Scope#$evalAsync - * @kind function - * - * @description - * Executes the expression on the current scope at a later point in time. - * - * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only - * that: - * - * - it will execute after the function that scheduled the evaluation (preferably before DOM - * rendering). - * - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after - * `expression` execution. - * - * Any exceptions from the execution of the expression are forwarded to the - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * __Note:__ if this function is called outside of a `$digest` cycle, a new `$digest` cycle - * will be scheduled. However, it is encouraged to always call code that changes the model - * from within an `$apply` call. That includes code evaluated via `$evalAsync`. - * - * @param {(string|function())=} expression An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with the current `scope` parameter. - * - * @param {(object)=} locals Local variables object, useful for overriding values in scope. - */ - $evalAsync: function $evalAsync(expr, locals) { - // if we are outside of an $digest loop and this is the first time we are scheduling async - // task also schedule async auto-flush - if (!$rootScope.$$phase && !asyncQueue.length) { - $browser.defer(function () { - if (asyncQueue.length) { - $rootScope.$digest(); + // Propagate $$watchDelegates other then inputsWatchDelegate + useInputs = !parsedExpression.inputs; + if (watchDelegate && watchDelegate !== inputsWatchDelegate) { + fn.$$watchDelegate = watchDelegate; + fn.inputs = parsedExpression.inputs; + } else if (!interceptorFn.$stateful) { + // Treat interceptor like filters - assume non-stateful by default and use the inputsWatchDelegate + fn.$$watchDelegate = inputsWatchDelegate; + fn.inputs = parsedExpression.inputs ? parsedExpression.inputs : [parsedExpression]; + } + + if (fn.inputs) { + fn.inputs = fn.inputs.map(function(e) { + // Remove the isPure flag of inputs when it is not absolute because they are now wrapped in a + // potentially non-pure interceptor function. + if (e.isPure === PURITY_RELATIVE) { + return function depurifier(s) { return e(s); }; } + return e; }); - } - - asyncQueue.push({ scope: this, fn: $parse(expr), locals: locals }); - }, - - $$postDigest: function $$postDigest(fn) { - postDigestQueue.push(fn); - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$apply - * @kind function - * - * @description - * `$apply()` is used to execute an expression in angular from outside of the angular - * framework. (For example from browser DOM events, setTimeout, XHR or third party libraries). - * Because we are calling into the angular framework we need to perform proper scope life - * cycle of {@link ng.$exceptionHandler exception handling}, - * {@link ng.$rootScope.Scope#$digest executing watches}. - * - * **Life cycle: Pseudo-Code of `$apply()`** - * - * ```js - function $apply(expr) { - try { - return $eval(expr); - } catch (e) { - $exceptionHandler(e); - } finally { - $root.$digest(); - } - } - * ``` - * - * - * Scope's `$apply()` method transitions through the following stages: - * - * 1. The {@link guide/expression expression} is executed using the - * {@link ng.$rootScope.Scope#$eval $eval()} method. - * 2. Any exceptions from the execution of the expression are forwarded to the - * {@link ng.$exceptionHandler $exceptionHandler} service. - * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the - * expression was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. - * - * - * @param {(string|function())=} exp An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with current `scope` parameter. - * - * @returns {*} The result of evaluating the expression. - */ - $apply: function $apply(expr) { - try { - beginPhase('$apply'); - try { - return this.$eval(expr); - } finally { - clearPhase(); - } - } catch (e) { - $exceptionHandler(e); - } finally { - try { - $rootScope.$digest(); - } catch (e) { - $exceptionHandler(e); - // eslint-disable-next-line no-unsafe-finally - throw e; - } - } - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$applyAsync - * @kind function - * - * @description - * Schedule the invocation of $apply to occur at a later time. The actual time difference - * varies across browsers, but is typically around ~10 milliseconds. - * - * This can be used to queue up multiple expressions which need to be evaluated in the same - * digest. - * - * @param {(string|function())=} exp An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with current `scope` parameter. - */ - $applyAsync: function $applyAsync(expr) { - var scope = this; - if (expr) { - applyAsyncQueue.push($applyAsyncExpression); - } - expr = $parse(expr); - scheduleApplyAsync(); + } - function $applyAsyncExpression() { - scope.$eval(expr); - } - }, + return fn; + } + }]; +} - /** - * @ngdoc method - * @name $rootScope.Scope#$on - * @kind function - * - * @description - * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for - * discussion of event life cycle. - * - * The event listener function format is: `function(event, args...)`. The `event` object - * passed into the listener has the following attributes: - * - * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or - * `$broadcast`-ed. - * - `currentScope` - `{Scope}`: the scope that is currently handling the event. Once the - * event propagates through the scope hierarchy, this property is set to null. - * - `name` - `{string}`: name of the event. - * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel - * further event propagation (available only for events that were `$emit`-ed). - * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag - * to true. - * - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called. - * - * @param {string} name Event name to listen on. - * @param {function(event, ...args)} listener Function to call when the event is emitted. - * @returns {function()} Returns a deregistration function for this listener. - */ - $on: function $on(name, listener) { - var namedListeners = this.$$listeners[name]; - if (!namedListeners) { - this.$$listeners[name] = namedListeners = []; - } - namedListeners.push(listener); +/** + * @ngdoc service + * @name $q + * @requires $rootScope + * + * @description + * A service that helps you run functions asynchronously, and use their return values (or exceptions) + * when they are done processing. + * + * This is a [Promises/A+](https://promisesaplus.com/)-compliant implementation of promises/deferred + * objects inspired by [Kris Kowal's Q](https://github.com/kriskowal/q). + * + * $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred + * implementations, and the other which resembles ES6 (ES2015) promises to some degree. + * + * ## $q constructor + * + * The streamlined ES6 style promise is essentially just using $q as a constructor which takes a `resolver` + * function as the first argument. This is similar to the native Promise implementation from ES6, + * see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * While the constructor-style use is supported, not all of the supporting methods from ES6 promises are + * available yet. + * + * It can be used like so: + * + * ```js + * // for the purpose of this example let's assume that variables `$q` and `okToGreet` + * // are available in the current lexical scope (they could have been injected or passed in). + * + * function asyncGreet(name) { + * // perform some asynchronous operation, resolve or reject the promise when appropriate. + * return $q(function(resolve, reject) { + * setTimeout(function() { + * if (okToGreet(name)) { + * resolve('Hello, ' + name + '!'); + * } else { + * reject('Greeting ' + name + ' is not allowed.'); + * } + * }, 1000); + * }); + * } + * + * var promise = asyncGreet('Robin Hood'); + * promise.then(function(greeting) { + * alert('Success: ' + greeting); + * }, function(reason) { + * alert('Failed: ' + reason); + * }); + * ``` + * + * Note: progress/notify callbacks are not currently supported via the ES6-style interface. + * + * Note: unlike ES6 behavior, an exception thrown in the constructor function will NOT implicitly reject the promise. + * + * However, the more traditional CommonJS-style usage is still available, and documented below. + * + * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an + * interface for interacting with an object that represents the result of an action that is + * performed asynchronously, and may or may not be finished at any given point in time. + * + * From the perspective of dealing with error handling, deferred and promise APIs are to + * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming. + * + * ```js + * // for the purpose of this example let's assume that variables `$q` and `okToGreet` + * // are available in the current lexical scope (they could have been injected or passed in). + * + * function asyncGreet(name) { + * var deferred = $q.defer(); + * + * setTimeout(function() { + * deferred.notify('About to greet ' + name + '.'); + * + * if (okToGreet(name)) { + * deferred.resolve('Hello, ' + name + '!'); + * } else { + * deferred.reject('Greeting ' + name + ' is not allowed.'); + * } + * }, 1000); + * + * return deferred.promise; + * } + * + * var promise = asyncGreet('Robin Hood'); + * promise.then(function(greeting) { + * alert('Success: ' + greeting); + * }, function(reason) { + * alert('Failed: ' + reason); + * }, function(update) { + * alert('Got notification: ' + update); + * }); + * ``` + * + * At first it might not be obvious why this extra complexity is worth the trouble. The payoff + * comes in the way of guarantees that promise and deferred APIs make, see + * https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md. + * + * Additionally the promise api allows for composition that is very hard to do with the + * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach. + * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the + * section on serial or parallel joining of promises. + * + * ## The Deferred API + * + * A new instance of deferred is constructed by calling `$q.defer()`. + * + * The purpose of the deferred object is to expose the associated Promise instance as well as APIs + * that can be used for signaling the successful or unsuccessful completion, as well as the status + * of the task. + * + * **Methods** + * + * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection + * constructed via `$q.reject`, the promise will be rejected instead. + * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to + * resolving it with a rejection constructed via `$q.reject`. + * - `notify(value)` - provides updates on the status of the promise's execution. This may be called + * multiple times before the promise is either resolved or rejected. + * + * **Properties** + * + * - promise – `{Promise}` – promise object associated with this deferred. + * + * + * ## The Promise API + * + * A new promise instance is created when a deferred instance is created and can be retrieved by + * calling `deferred.promise`. + * + * The purpose of the promise object is to allow for interested parties to get access to the result + * of the deferred task when it completes. + * + * **Methods** + * + * - `then(successCallback, [errorCallback], [notifyCallback])` – regardless of when the promise was or + * will be resolved or rejected, `then` calls one of the success or error callbacks asynchronously + * as soon as the result is available. The callbacks are called with a single argument: the result + * or rejection reason. Additionally, the notify callback may be called zero or more times to + * provide a progress indication, before the promise is resolved or rejected. + * + * This method *returns a new promise* which is resolved or rejected via the return value of the + * `successCallback`, `errorCallback` (unless that value is a promise, in which case it is resolved + * with the value which is resolved in that promise using + * [promise chaining](http://www.html5rocks.com/en/tutorials/es6/promises/#toc-promises-queues)). + * It also notifies via the return value of the `notifyCallback` method. The promise cannot be + * resolved or rejected from the notifyCallback method. The errorCallback and notifyCallback + * arguments are optional. + * + * - `catch(errorCallback)` – shorthand for `promise.then(null, errorCallback)` + * + * - `finally(callback, notifyCallback)` – allows you to observe either the fulfillment or rejection of a promise, + * but to do so without modifying the final value. This is useful to release resources or do some + * clean-up that needs to be done whether the promise was rejected or resolved. See the [full + * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for + * more information. + * + * ## Chaining promises + * + * Because calling the `then` method of a promise returns a new derived promise, it is easily + * possible to create a chain of promises: + * + * ```js + * promiseB = promiseA.then(function(result) { + * return result + 1; + * }); + * + * // promiseB will be resolved immediately after promiseA is resolved and its value + * // will be the result of promiseA incremented by 1 + * ``` + * + * It is possible to create chains of any length and since a promise can be resolved with another + * promise (which will defer its resolution further), it is possible to pause/defer resolution of + * the promises at any point in the chain. This makes it possible to implement powerful APIs like + * $http's response interceptors. + * + * + * ## Differences between Kris Kowal's Q and $q + * + * There are two main differences: + * + * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation + * mechanism in angular, which means faster propagation of resolution or rejection into your + * models and avoiding unnecessary browser repaints, which would result in flickering UI. + * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains + * all the important functionality needed for common async tasks. + * + * ## Testing + * + * ```js + * it('should simulate promise', inject(function($q, $rootScope) { + * var deferred = $q.defer(); + * var promise = deferred.promise; + * var resolvedValue; + * + * promise.then(function(value) { resolvedValue = value; }); + * expect(resolvedValue).toBeUndefined(); + * + * // Simulate resolving of promise + * deferred.resolve(123); + * // Note that the 'then' function does not get called synchronously. + * // This is because we want the promise API to always be async, whether or not + * // it got called synchronously or asynchronously. + * expect(resolvedValue).toBeUndefined(); + * + * // Propagate promise resolution to 'then' functions using $apply(). + * $rootScope.$apply(); + * expect(resolvedValue).toEqual(123); + * })); + * ``` + * + * @param {function(function, function)} resolver Function which is responsible for resolving or + * rejecting the newly created promise. The first parameter is a function which resolves the + * promise, the second parameter is a function which rejects the promise. + * + * @returns {Promise} The newly created promise. + */ +/** + * @ngdoc provider + * @name $qProvider + * @this + * + * @description + */ +function $QProvider() { + var errorOnUnhandledRejections = true; + this.$get = ['$rootScope', '$exceptionHandler', function($rootScope, $exceptionHandler) { + return qFactory(function(callback) { + $rootScope.$evalAsync(callback); + }, $exceptionHandler, errorOnUnhandledRejections); + }]; - var current = this; - do { - if (!current.$$listenerCount[name]) { - current.$$listenerCount[name] = 0; - } - current.$$listenerCount[name]++; - } while (current = current.$parent); + /** + * @ngdoc method + * @name $qProvider#errorOnUnhandledRejections + * @kind function + * + * @description + * Retrieves or overrides whether to generate an error when a rejected promise is not handled. + * This feature is enabled by default. + * + * @param {boolean=} value Whether to generate an error when a rejected promise is not handled. + * @returns {boolean|ng.$qProvider} Current value when called without a new value or self for + * chaining otherwise. + */ + this.errorOnUnhandledRejections = function(value) { + if (isDefined(value)) { + errorOnUnhandledRejections = value; + return this; + } else { + return errorOnUnhandledRejections; + } + }; +} - var self = this; - return function () { - var indexOfListener = namedListeners.indexOf(listener); - if (indexOfListener !== -1) { - // Use delete in the hope of the browser deallocating the memory for the array entry, - // while not shifting the array indexes of other listeners. - // See issue https://github.com/angular/angular.js/issues/16135 - delete namedListeners[indexOfListener]; - decrementListenerCount(self, 1, name); - } - }; - }, +/** @this */ +function $$QProvider() { + var errorOnUnhandledRejections = true; + this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { + return qFactory(function(callback) { + $browser.defer(callback); + }, $exceptionHandler, errorOnUnhandledRejections); + }]; - /** - * @ngdoc method - * @name $rootScope.Scope#$emit - * @kind function - * - * @description - * Dispatches an event `name` upwards through the scope hierarchy notifying the - * registered {@link ng.$rootScope.Scope#$on} listeners. - * - * The event life cycle starts at the scope on which `$emit` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get - * notified. Afterwards, the event traverses upwards toward the root scope and calls all - * registered listeners along the way. The event will stop propagating if one of the listeners - * cancels it. - * - * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed - * onto the {@link ng.$exceptionHandler $exceptionHandler} service. - * - * @param {string} name Event name to emit. - * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. - * @return {Object} Event object (see {@link ng.$rootScope.Scope#$on}). - */ - $emit: function $emit(name, args) { - var empty = [], - namedListeners, - scope = this, - _stopPropagation = false, - event = { - name: name, - targetScope: scope, - stopPropagation: function stopPropagation() { - _stopPropagation = true; - }, - preventDefault: function preventDefault() { - event.defaultPrevented = true; - }, - defaultPrevented: false - }, - listenerArgs = concat([event], arguments, 1), - i, - length; - - do { - namedListeners = scope.$$listeners[name] || empty; - event.currentScope = scope; - for (i = 0, length = namedListeners.length; i < length; i++) { - - // if listeners were deregistered, defragment the array - if (!namedListeners[i]) { - namedListeners.splice(i, 1); - i--; - length--; - continue; - } - try { - //allow all listeners attached to the current scope to run - namedListeners[i].apply(null, listenerArgs); - } catch (e) { - $exceptionHandler(e); - } - } - //if any listener on the current scope stops propagation, prevent bubbling - if (_stopPropagation) { - break; - } - //traverse upwards - scope = scope.$parent; - } while (scope); + this.errorOnUnhandledRejections = function(value) { + if (isDefined(value)) { + errorOnUnhandledRejections = value; + return this; + } else { + return errorOnUnhandledRejections; + } + }; +} - event.currentScope = null; +/** + * Constructs a promise manager. + * + * @param {function(function)} nextTick Function for executing functions in the next turn. + * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for + * debugging purposes. + * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled + * promises rejections. + * @returns {object} Promise manager. + */ +function qFactory(nextTick, exceptionHandler, errorOnUnhandledRejections) { + var $qMinErr = minErr('$q', TypeError); + var queueSize = 0; + var checkQueue = []; - return event; - }, + /** + * @ngdoc method + * @name ng.$q#defer + * @kind function + * + * @description + * Creates a `Deferred` object which represents a task which will finish in the future. + * + * @returns {Deferred} Returns a new instance of deferred. + */ + function defer() { + return new Deferred(); + } - /** - * @ngdoc method - * @name $rootScope.Scope#$broadcast - * @kind function - * - * @description - * Dispatches an event `name` downwards to all child scopes (and their children) notifying the - * registered {@link ng.$rootScope.Scope#$on} listeners. - * - * The event life cycle starts at the scope on which `$broadcast` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get - * notified. Afterwards, the event propagates to all direct and indirect scopes of the current - * scope and calls all registered listeners along the way. The event cannot be canceled. - * - * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed - * onto the {@link ng.$exceptionHandler $exceptionHandler} service. - * - * @param {string} name Event name to broadcast. - * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. - * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on} - */ - $broadcast: function $broadcast(name, args) { - var target = this, - current = target, - next = target, - event = { - name: name, - targetScope: target, - preventDefault: function preventDefault() { - event.defaultPrevented = true; - }, - defaultPrevented: false - }; + function Deferred() { + var promise = this.promise = new Promise(); + //Non prototype methods necessary to support unbound execution :/ + this.resolve = function(val) { resolvePromise(promise, val); }; + this.reject = function(reason) { rejectPromise(promise, reason); }; + this.notify = function(progress) { notifyPromise(promise, progress); }; + } - if (!target.$$listenerCount[name]) return event; - - var listenerArgs = concat([event], arguments, 1), - listeners, - i, - length; - - //down while you can, then up and next sibling or up and next sibling until back at root - while (current = next) { - event.currentScope = current; - listeners = current.$$listeners[name] || []; - for (i = 0, length = listeners.length; i < length; i++) { - // if listeners were deregistered, defragment the array - if (!listeners[i]) { - listeners.splice(i, 1); - i--; - length--; - continue; - } - try { - listeners[i].apply(null, listenerArgs); - } catch (e) { - $exceptionHandler(e); - } - } + function Promise() { + this.$$state = { status: 0 }; + } - // Insanity Warning: scope depth-first traversal - // yes, this code is a bit crazy, but it works and we have tests to prove it! - // this piece should be kept in sync with the traversal in $digest - // (though it differs due to having the extra check for $$listenerCount) - if (!(next = current.$$listenerCount[name] && current.$$childHead || current !== target && current.$$nextSibling)) { - while (current !== target && !(next = current.$$nextSibling)) { - current = current.$parent; - } - } - } + extend(Promise.prototype, { + then: function(onFulfilled, onRejected, progressBack) { + if (isUndefined(onFulfilled) && isUndefined(onRejected) && isUndefined(progressBack)) { + return this; + } + var result = new Promise(); - event.currentScope = null; - return event; - } - }; + this.$$state.pending = this.$$state.pending || []; + this.$$state.pending.push([result, onFulfilled, onRejected, progressBack]); + if (this.$$state.status > 0) scheduleProcessQueue(this.$$state); - var $rootScope = new Scope(); + return result; + }, - //The internal queues. Expose them on the $rootScope for debugging/testing purposes. - var asyncQueue = $rootScope.$$asyncQueue = []; - var postDigestQueue = $rootScope.$$postDigestQueue = []; - var applyAsyncQueue = $rootScope.$$applyAsyncQueue = []; + 'catch': function(callback) { + return this.then(null, callback); + }, - var postDigestQueuePosition = 0; + 'finally': function(callback, progressBack) { + return this.then(function(value) { + return handleCallback(value, resolve, callback); + }, function(error) { + return handleCallback(error, reject, callback); + }, progressBack); + } + }); - return $rootScope; + function processQueue(state) { + var fn, promise, pending; - function beginPhase(phase) { - if ($rootScope.$$phase) { - throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase); + pending = state.pending; + state.processScheduled = false; + state.pending = undefined; + try { + for (var i = 0, ii = pending.length; i < ii; ++i) { + markQStateExceptionHandled(state); + promise = pending[i][0]; + fn = pending[i][state.status]; + try { + if (isFunction(fn)) { + resolvePromise(promise, fn(state.value)); + } else if (state.status === 1) { + resolvePromise(promise, state.value); + } else { + rejectPromise(promise, state.value); + } + } catch (e) { + rejectPromise(promise, e); + // This error is explicitly marked for being passed to the $exceptionHandler + if (e && e.$$passToExceptionHandler === true) { + exceptionHandler(e); + } } - - $rootScope.$$phase = phase; } + } finally { + --queueSize; + if (errorOnUnhandledRejections && queueSize === 0) { + nextTick(processChecks); + } + } + } - function clearPhase() { - $rootScope.$$phase = null; + function processChecks() { + // eslint-disable-next-line no-unmodified-loop-condition + while (!queueSize && checkQueue.length) { + var toCheck = checkQueue.shift(); + if (!isStateExceptionHandled(toCheck)) { + markQStateExceptionHandled(toCheck); + var errorMessage = 'Possibly unhandled rejection: ' + toDebugString(toCheck.value); + if (isError(toCheck.value)) { + exceptionHandler(toCheck.value, errorMessage); + } else { + exceptionHandler(errorMessage); + } } + } + } - function incrementWatchersCount(current, count) { - do { - current.$$watchersCount += count; - } while (current = current.$parent); + function scheduleProcessQueue(state) { + if (errorOnUnhandledRejections && !state.pending && state.status === 2 && !isStateExceptionHandled(state)) { + if (queueSize === 0 && checkQueue.length === 0) { + nextTick(processChecks); } + checkQueue.push(state); + } + if (state.processScheduled || !state.pending) return; + state.processScheduled = true; + ++queueSize; + nextTick(function() { processQueue(state); }); + } - function decrementListenerCount(current, count, name) { - do { - current.$$listenerCount[name] -= count; + function resolvePromise(promise, val) { + if (promise.$$state.status) return; + if (val === promise) { + $$reject(promise, $qMinErr( + 'qcycle', + 'Expected promise to be resolved with value other than itself \'{0}\'', + val)); + } else { + $$resolve(promise, val); + } - if (current.$$listenerCount[name] === 0) { - delete current.$$listenerCount[name]; - } - } while (current = current.$parent); + } + + function $$resolve(promise, val) { + var then; + var done = false; + try { + if (isObject(val) || isFunction(val)) then = val.then; + if (isFunction(then)) { + promise.$$state.status = -1; + then.call(val, doResolve, doReject, doNotify); + } else { + promise.$$state.value = val; + promise.$$state.status = 1; + scheduleProcessQueue(promise.$$state); } + } catch (e) { + doReject(e); + } - /** - * function used as an initial value for watchers. - * because it's unique we can easily tell it apart from other values - */ - function initWatchVal() {} + function doResolve(val) { + if (done) return; + done = true; + $$resolve(promise, val); + } + function doReject(val) { + if (done) return; + done = true; + $$reject(promise, val); + } + function doNotify(progress) { + notifyPromise(promise, progress); + } + } + + function rejectPromise(promise, reason) { + if (promise.$$state.status) return; + $$reject(promise, reason); + } + + function $$reject(promise, reason) { + promise.$$state.value = reason; + promise.$$state.status = 2; + scheduleProcessQueue(promise.$$state); + } + + function notifyPromise(promise, progress) { + var callbacks = promise.$$state.pending; - function flushApplyAsync() { - while (applyAsyncQueue.length) { + if ((promise.$$state.status <= 0) && callbacks && callbacks.length) { + nextTick(function() { + var callback, result; + for (var i = 0, ii = callbacks.length; i < ii; i++) { + result = callbacks[i][0]; + callback = callbacks[i][3]; try { - applyAsyncQueue.shift()(); + notifyPromise(result, isFunction(callback) ? callback(progress) : progress); } catch (e) { - $exceptionHandler(e); + exceptionHandler(e); } } - applyAsyncId = null; - } + }); + } + } - function scheduleApplyAsync() { - if (applyAsyncId === null) { - applyAsyncId = $browser.defer(function () { - $rootScope.$apply(flushApplyAsync); - }); - } - } - }]; + /** + * @ngdoc method + * @name $q#reject + * @kind function + * + * @description + * Creates a promise that is resolved as rejected with the specified `reason`. This api should be + * used to forward rejection in a chain of promises. If you are dealing with the last promise in + * a promise chain, you don't need to worry about it. + * + * When comparing deferreds/promises to the familiar behavior of try/catch/throw, think of + * `reject` as the `throw` keyword in JavaScript. This also means that if you "catch" an error via + * a promise error callback and you want to forward the error to the promise derived from the + * current promise, you have to "rethrow" the error by returning a rejection constructed via + * `reject`. + * + * ```js + * promiseB = promiseA.then(function(result) { + * // success: do something and resolve promiseB + * // with the old or a new result + * return result; + * }, function(reason) { + * // error: handle the error if possible and + * // resolve promiseB with newPromiseOrValue, + * // otherwise forward the rejection to promiseB + * if (canHandle(reason)) { + * // handle the error and recover + * return newPromiseOrValue; + * } + * return $q.reject(reason); + * }); + * ``` + * + * @param {*} reason Constant, message, exception or an object representing the rejection reason. + * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`. + */ + function reject(reason) { + var result = new Promise(); + rejectPromise(result, reason); + return result; + } + + function handleCallback(value, resolver, callback) { + var callbackOutput = null; + try { + if (isFunction(callback)) callbackOutput = callback(); + } catch (e) { + return reject(e); + } + if (isPromiseLike(callbackOutput)) { + return callbackOutput.then(function() { + return resolver(value); + }, reject); + } else { + return resolver(value); + } } /** - * @ngdoc service - * @name $rootElement + * @ngdoc method + * @name $q#when + * @kind function * * @description - * The root element of Angular application. This is either the element where {@link - * ng.directive:ngApp ngApp} was declared or the element passed into - * {@link angular.bootstrap}. The element represents the root element of application. It is also the - * location where the application's {@link auto.$injector $injector} service gets - * published, and can be retrieved using `$rootElement.injector()`. + * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise. + * This is useful when you are dealing with an object that might or might not be a promise, or if + * the promise comes from a source that can't be trusted. + * + * @param {*} value Value or a promise + * @param {Function=} successCallback + * @param {Function=} errorCallback + * @param {Function=} progressCallback + * @returns {Promise} Returns a promise of the passed value or promise */ - // the implementation is in angular.bootstrap + + function when(value, callback, errback, progressBack) { + var result = new Promise(); + resolvePromise(result, value); + return result.then(callback, errback, progressBack); + } /** - * @this + * @ngdoc method + * @name $q#resolve + * @kind function + * * @description - * Private service to sanitize uris for links and images. Used by $compile and $sanitize. + * Alias of {@link ng.$q#when when} to maintain naming consistency with ES6. + * + * @param {*} value Value or a promise + * @param {Function=} successCallback + * @param {Function=} errorCallback + * @param {Function=} progressCallback + * @returns {Promise} Returns a promise of the passed value or promise */ - function $$SanitizeUriProvider() { - var aHrefSanitizationWhitelist = /^\s*(https?|s?ftp|mailto|tel|file):/, - imgSrcSanitizationWhitelist = /^\s*((https?|ftp|file|blob):|data:image\/)/; + var resolve = when; - /** - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during a[href] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to a[href] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.aHrefSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - aHrefSanitizationWhitelist = regexp; - return this; - } - return aHrefSanitizationWhitelist; - }; + /** + * @ngdoc method + * @name $q#all + * @kind function + * + * @description + * Combines multiple promises into a single promise that is resolved when all of the input + * promises are resolved. + * + * @param {Array.|Object.} promises An array or hash of promises. + * @returns {Promise} Returns a single promise that will be resolved with an array/hash of values, + * each value corresponding to the promise at the same index/key in the `promises` array/hash. + * If any of the promises is resolved with a rejection, this resulting promise will be rejected + * with the same rejection value. + */ - /** - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during img[src] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to img[src] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.imgSrcSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - imgSrcSanitizationWhitelist = regexp; - return this; - } - return imgSrcSanitizationWhitelist; - }; + function all(promises) { + var result = new Promise(), + counter = 0, + results = isArray(promises) ? [] : {}; + + forEach(promises, function(promise, key) { + counter++; + when(promise).then(function(value) { + results[key] = value; + if (!(--counter)) resolvePromise(result, results); + }, function(reason) { + rejectPromise(result, reason); + }); + }); - this.$get = function () { - return function sanitizeUri(uri, isImage) { - var regex = isImage ? imgSrcSanitizationWhitelist : aHrefSanitizationWhitelist; - var normalizedVal; - normalizedVal = urlResolve(uri && uri.trim()).href; - if (normalizedVal !== '' && !normalizedVal.match(regex)) { - return 'unsafe:' + normalizedVal; - } - return uri; - }; - }; - } + if (counter === 0) { + resolvePromise(result, results); + } - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + return result; + } - /* exported $SceProvider, $SceDelegateProvider */ + /** + * @ngdoc method + * @name $q#race + * @kind function + * + * @description + * Returns a promise that resolves or rejects as soon as one of those promises + * resolves or rejects, with the value or reason from that promise. + * + * @param {Array.|Object.} promises An array or hash of promises. + * @returns {Promise} a promise that resolves or rejects as soon as one of the `promises` + * resolves or rejects, with the value or reason from that promise. + */ - var $sceMinErr = minErr('$sce'); + function race(promises) { + var deferred = defer(); - var SCE_CONTEXTS = { - // HTML is used when there's HTML rendered (e.g. ng-bind-html, iframe srcdoc binding). - HTML: 'html', + forEach(promises, function(promise) { + when(promise).then(deferred.resolve, deferred.reject); + }); - // Style statements or stylesheets. Currently unused in AngularJS. - CSS: 'css', + return deferred.promise; + } - // An URL used in a context where it does not refer to a resource that loads code. Currently - // unused in AngularJS. - URL: 'url', + function $Q(resolver) { + if (!isFunction(resolver)) { + throw $qMinErr('norslvr', 'Expected resolverFn, got \'{0}\'', resolver); + } - // RESOURCE_URL is a subtype of URL used where the referred-to resource could be interpreted as - // code. (e.g. ng-include, script src binding, templateUrl) - RESOURCE_URL: 'resourceUrl', + var promise = new Promise(); - // Script. Currently unused in AngularJS. - JS: 'js' - }; + function resolveFn(value) { + resolvePromise(promise, value); + } - // Helper functions follow. + function rejectFn(reason) { + rejectPromise(promise, reason); + } - var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g; + resolver(resolveFn, rejectFn); - function snakeToCamel(name) { - return name.replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace); + return promise; } - function adjustMatcher(matcher) { - if (matcher === 'self') { - return matcher; - } else if (isString(matcher)) { - // Strings match exactly except for 2 wildcards - '*' and '**'. - // '*' matches any character except those from the set ':/.?&'. - // '**' matches any character (like .* in a RegExp). - // More than 2 *'s raises an error as it's ill defined. - if (matcher.indexOf('***') > -1) { - throw $sceMinErr('iwcard', 'Illegal sequence *** in string matcher. String: {0}', matcher); - } - matcher = escapeForRegexp(matcher).replace(/\\\*\\\*/g, '.*').replace(/\\\*/g, '[^:/.?&;]*'); - return new RegExp('^' + matcher + '$'); - } else if (isRegExp(matcher)) { - // The only other type of matcher allowed is a Regexp. - // Match entire URL / disallow partial matches. - // Flags are reset (i.e. no global, ignoreCase or multiline) - return new RegExp('^' + matcher.source + '$'); - } else { - throw $sceMinErr('imatcher', 'Matchers may only be "self", string patterns or RegExp objects'); + // Let's make the instanceof operator work for promises, so that + // `new $q(fn) instanceof $q` would evaluate to true. + $Q.prototype = Promise.prototype; + + $Q.defer = defer; + $Q.reject = reject; + $Q.when = when; + $Q.resolve = resolve; + $Q.all = all; + $Q.race = race; + + return $Q; +} + +function isStateExceptionHandled(state) { + return !!state.pur; +} +function markQStateExceptionHandled(state) { + state.pur = true; +} +function markQExceptionHandled(q) { + markQStateExceptionHandled(q.$$state); +} + +/** @this */ +function $$RAFProvider() { //rAF + this.$get = ['$window', '$timeout', function($window, $timeout) { + var requestAnimationFrame = $window.requestAnimationFrame || + $window.webkitRequestAnimationFrame; + + var cancelAnimationFrame = $window.cancelAnimationFrame || + $window.webkitCancelAnimationFrame || + $window.webkitCancelRequestAnimationFrame; + + var rafSupported = !!requestAnimationFrame; + var raf = rafSupported + ? function(fn) { + var id = requestAnimationFrame(fn); + return function() { + cancelAnimationFrame(id); + }; + } + : function(fn) { + var timer = $timeout(fn, 16.66, false); // 1000 / 60 = 16.666 + return function() { + $timeout.cancel(timer); + }; + }; + + raf.supported = rafSupported; + + return raf; + }]; +} + +/** + * DESIGN NOTES + * + * The design decisions behind the scope are heavily favored for speed and memory consumption. + * + * The typical use of scope is to watch the expressions, which most of the time return the same + * value as last time so we optimize the operation. + * + * Closures construction is expensive in terms of speed as well as memory: + * - No closures, instead use prototypical inheritance for API + * - Internal state needs to be stored on scope directly, which means that private state is + * exposed as $$____ properties + * + * Loop operations are optimized by using while(count--) { ... } + * - This means that in order to keep the same order of execution as addition we have to add + * items to the array at the beginning (unshift) instead of at the end (push) + * + * Child scopes are created and removed often + * - Using an array would be slow since inserts in the middle are expensive; so we use linked lists + * + * There are fewer watches than observers. This is why you don't want the observer to be implemented + * in the same way as watch. Watch requires return of the initialization function which is expensive + * to construct. + */ + + +/** + * @ngdoc provider + * @name $rootScopeProvider + * @description + * + * Provider for the $rootScope service. + */ + +/** + * @ngdoc method + * @name $rootScopeProvider#digestTtl + * @description + * + * Sets the number of `$digest` iterations the scope should attempt to execute before giving up and + * assuming that the model is unstable. + * + * The current default is 10 iterations. + * + * In complex applications it's possible that the dependencies between `$watch`s will result in + * several digest iterations. However if an application needs more than the default 10 digest + * iterations for its model to stabilize then you should investigate what is causing the model to + * continuously change during the digest. + * + * Increasing the TTL could have performance implications, so you should not change it without + * proper justification. + * + * @param {number} limit The number of digest iterations. + */ + + +/** + * @ngdoc service + * @name $rootScope + * @this + * + * @description + * + * Every application has a single root {@link ng.$rootScope.Scope scope}. + * All other scopes are descendant scopes of the root scope. Scopes provide separation + * between the model and the view, via a mechanism for watching the model for changes. + * They also provide event emission/broadcast and subscription facility. See the + * {@link guide/scope developer guide on scopes}. + */ +function $RootScopeProvider() { + var TTL = 10; + var $rootScopeMinErr = minErr('$rootScope'); + var lastDirtyWatch = null; + var applyAsyncId = null; + + this.digestTtl = function(value) { + if (arguments.length) { + TTL = value; } - } + return TTL; + }; - function adjustMatchers(matchers) { - var adjustedMatchers = []; - if (isDefined(matchers)) { - forEach(matchers, function (matcher) { - adjustedMatchers.push(adjustMatcher(matcher)); - }); + function createChildScopeClass(parent) { + function ChildScope() { + this.$$watchers = this.$$nextSibling = + this.$$childHead = this.$$childTail = null; + this.$$listeners = {}; + this.$$listenerCount = {}; + this.$$watchersCount = 0; + this.$id = nextUid(); + this.$$ChildScope = null; } - return adjustedMatchers; + ChildScope.prototype = parent; + return ChildScope; } - /** - * @ngdoc service - * @name $sceDelegate - * @kind function - * - * @description - * - * `$sceDelegate` is a service that is used by the `$sce` service to provide {@link ng.$sce Strict - * Contextual Escaping (SCE)} services to AngularJS. - * - * For an overview of this service and the functionnality it provides in AngularJS, see the main - * page for {@link ng.$sce SCE}. The current page is targeted for developers who need to alter how - * SCE works in their application, which shouldn't be needed in most cases. - * - *
    - * AngularJS strongly relies on contextual escaping for the security of bindings: disabling or - * modifying this might cause cross site scripting (XSS) vulnerabilities. For libraries owners, - * changes to this service will also influence users, so be extra careful and document your changes. - *
    - * - * Typically, you would configure or override the {@link ng.$sceDelegate $sceDelegate} instead of - * the `$sce` service to customize the way Strict Contextual Escaping works in AngularJS. This is - * because, while the `$sce` provides numerous shorthand methods, etc., you really only need to - * override 3 core functions (`trustAs`, `getTrusted` and `valueOf`) to replace the way things - * work because `$sce` delegates to `$sceDelegate` for these operations. - * - * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} to configure this service. - * - * The default instance of `$sceDelegate` should work out of the box with little pain. While you - * can override it completely to change the behavior of `$sce`, the common case would - * involve configuring the {@link ng.$sceDelegateProvider $sceDelegateProvider} instead by setting - * your own whitelists and blacklists for trusting URLs used for loading AngularJS resources such as - * templates. Refer {@link ng.$sceDelegateProvider#resourceUrlWhitelist - * $sceDelegateProvider.resourceUrlWhitelist} and {@link - * ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} - */ + this.$get = ['$exceptionHandler', '$parse', '$browser', + function($exceptionHandler, $parse, $browser) { - /** - * @ngdoc provider - * @name $sceDelegateProvider - * @this - * - * @description - * - * The `$sceDelegateProvider` provider allows developers to configure the {@link ng.$sceDelegate - * $sceDelegate service}, used as a delegate for {@link ng.$sce Strict Contextual Escaping (SCE)}. - * - * The `$sceDelegateProvider` allows one to get/set the whitelists and blacklists used to ensure - * that the URLs used for sourcing AngularJS templates and other script-running URLs are safe (all - * places that use the `$sce.RESOURCE_URL` context). See - * {@link ng.$sceDelegateProvider#resourceUrlWhitelist $sceDelegateProvider.resourceUrlWhitelist} - * and - * {@link ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist}, - * - * For the general details about this service in Angular, read the main page for {@link ng.$sce - * Strict Contextual Escaping (SCE)}. - * - * **Example**: Consider the following case.
    - * - * - your app is hosted at url `http://myapp.example.com/` - * - but some of your templates are hosted on other domains you control such as - * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc. - * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. - * - * Here is what a secure configuration for this scenario might look like: - * - * ``` - * angular.module('myApp', []).config(function($sceDelegateProvider) { - * $sceDelegateProvider.resourceUrlWhitelist([ - * // Allow same origin resource loads. - * 'self', - * // Allow loading from our assets domain. Notice the difference between * and **. - * 'http://srv*.assets.example.com/**' - * ]); - * - * // The blacklist overrides the whitelist so the open redirect here is blocked. - * $sceDelegateProvider.resourceUrlBlacklist([ - * 'http://myapp.example.com/clickThru**' - * ]); - * }); - * ``` - * Note that an empty whitelist will block every resource URL from being loaded, and will require - * you to manually mark each one as trusted with `$sce.trustAsResourceUrl`. However, templates - * requested by {@link ng.$templateRequest $templateRequest} that are present in - * {@link ng.$templateCache $templateCache} will not go through this check. If you have a mechanism - * to populate your templates in that cache at config time, then it is a good idea to remove 'self' - * from that whitelist. This helps to mitigate the security impact of certain types of issues, like - * for instance attacker-controlled `ng-includes`. - */ + function destroyChildScope($event) { + $event.currentScope.$$destroyed = true; + } + + function cleanUpScope($scope) { + + // Support: IE 9 only + if (msie === 9) { + // There is a memory leak in IE9 if all child scopes are not disconnected + // completely when a scope is destroyed. So this code will recurse up through + // all this scopes children + // + // See issue https://github.com/angular/angular.js/issues/10706 + if ($scope.$$childHead) { + cleanUpScope($scope.$$childHead); + } + if ($scope.$$nextSibling) { + cleanUpScope($scope.$$nextSibling); + } + } - function $SceDelegateProvider() { - this.SCE_CONTEXTS = SCE_CONTEXTS; + // The code below works around IE9 and V8's memory leaks + // + // See: + // - https://code.google.com/p/v8/issues/detail?id=2073#c26 + // - https://github.com/angular/angular.js/issues/6794#issuecomment-38648909 + // - https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 - // Resource URLs can also be trusted by policy. - var resourceUrlWhitelist = ['self'], - resourceUrlBlacklist = []; + $scope.$parent = $scope.$$nextSibling = $scope.$$prevSibling = $scope.$$childHead = + $scope.$$childTail = $scope.$root = $scope.$$watchers = null; + } /** - * @ngdoc method - * @name $sceDelegateProvider#resourceUrlWhitelist - * @kind function + * @ngdoc type + * @name $rootScope.Scope * - * @param {Array=} whitelist When provided, replaces the resourceUrlWhitelist with the value - * provided. This must be an array or null. A snapshot of this array is used so further - * changes to the array are ignored. - * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items - * allowed in this array. + * @description + * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the + * {@link auto.$injector $injector}. Child scopes are created using the + * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when + * compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for + * an in-depth introduction and usage examples. * - * @return {Array} The currently set whitelist array. * - * @description - * Sets/Gets the whitelist of trusted resource URLs. + * ## Inheritance + * A scope can inherit from a parent scope, as in this example: + * ```js + var parent = $rootScope; + var child = parent.$new(); + + parent.salutation = "Hello"; + expect(child.salutation).toEqual('Hello'); + + child.salutation = "Welcome"; + expect(child.salutation).toEqual('Welcome'); + expect(parent.salutation).toEqual('Hello'); + * ``` * - * The **default value** when no whitelist has been explicitly set is `['self']` allowing only - * same origin resource requests. + * When interacting with `Scope` in tests, additional helper methods are available on the + * instances of `Scope` type. See {@link ngMock.$rootScope.Scope ngMock Scope} for additional + * details. + * + * + * @param {Object.=} providers Map of service factory which need to be + * provided for the current scope. Defaults to {@link ng}. + * @param {Object.=} instanceCache Provides pre-instantiated services which should + * append/override services provided by `providers`. This is handy + * when unit-testing and having the need to override a default + * service. + * @returns {Object} Newly created scope. * - *
    - * **Note:** the default whitelist of 'self' is not recommended if your app shares its origin - * with other apps! It is a good idea to limit it to only your application's directory. - *
    */ - this.resourceUrlWhitelist = function (value) { - if (arguments.length) { - resourceUrlWhitelist = adjustMatchers(value); - } - return resourceUrlWhitelist; - }; + function Scope() { + this.$id = nextUid(); + this.$$phase = this.$parent = this.$$watchers = + this.$$nextSibling = this.$$prevSibling = + this.$$childHead = this.$$childTail = null; + this.$root = this; + this.$$destroyed = false; + this.$$listeners = {}; + this.$$listenerCount = {}; + this.$$watchersCount = 0; + this.$$isolateBindings = null; + } /** - * @ngdoc method - * @name $sceDelegateProvider#resourceUrlBlacklist - * @kind function - * - * @param {Array=} blacklist When provided, replaces the resourceUrlBlacklist with the value - * provided. This must be an array or null. A snapshot of this array is used so further - * changes to the array are ignored.

    - * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items - * allowed in this array.

    - * The typical usage for the blacklist is to **block - * [open redirects](http://cwe.mitre.org/data/definitions/601.html)** served by your domain as - * these would otherwise be trusted but actually return content from the redirected domain. - *

    - * Finally, **the blacklist overrides the whitelist** and has the final say. - * - * @return {Array} The currently set blacklist array. + * @ngdoc property + * @name $rootScope.Scope#$id * * @description - * Sets/Gets the blacklist of trusted resource URLs. - * - * The **default value** when no whitelist has been explicitly set is the empty array (i.e. there - * is no blacklist.) + * Unique scope ID (monotonically increasing) useful for debugging. */ - this.resourceUrlBlacklist = function (value) { - if (arguments.length) { - resourceUrlBlacklist = adjustMatchers(value); - } - return resourceUrlBlacklist; - }; + /** + * @ngdoc property + * @name $rootScope.Scope#$parent + * + * @description + * Reference to the parent scope. + */ - this.$get = ['$injector', function ($injector) { + /** + * @ngdoc property + * @name $rootScope.Scope#$root + * + * @description + * Reference to the root scope. + */ - var htmlSanitizer = function htmlSanitizer(html) { - throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); - }; + Scope.prototype = { + constructor: Scope, + /** + * @ngdoc method + * @name $rootScope.Scope#$new + * @kind function + * + * @description + * Creates a new child {@link ng.$rootScope.Scope scope}. + * + * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. + * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. + * + * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is + * desired for the scope and its child scopes to be permanently detached from the parent and + * thus stop participating in model change detection and listener notification by invoking. + * + * @param {boolean} isolate If true, then the scope does not prototypically inherit from the + * parent scope. The scope is isolated, as it can not see parent scope properties. + * When creating widgets, it is useful for the widget to not accidentally read parent + * state. + * + * @param {Scope} [parent=this] The {@link ng.$rootScope.Scope `Scope`} that will be the `$parent` + * of the newly created scope. Defaults to `this` scope if not provided. + * This is used when creating a transclude scope to correctly place it + * in the scope hierarchy while maintaining the correct prototypical + * inheritance. + * + * @returns {Object} The newly created child scope. + * + */ + $new: function(isolate, parent) { + var child; - if ($injector.has('$sanitize')) { - htmlSanitizer = $injector.get('$sanitize'); - } + parent = parent || this; - function matchUrl(matcher, parsedUrl) { - if (matcher === 'self') { - return urlIsSameOrigin(parsedUrl); + if (isolate) { + child = new Scope(); + child.$root = this.$root; } else { - // definitely a regex. See adjustMatchers() - return !!matcher.exec(parsedUrl.href); - } - } - - function isResourceUrlAllowedByPolicy(url) { - var parsedUrl = urlResolve(url.toString()); - var i, - n, - allowed = false; - // Ensure that at least one item from the whitelist allows this url. - for (i = 0, n = resourceUrlWhitelist.length; i < n; i++) { - if (matchUrl(resourceUrlWhitelist[i], parsedUrl)) { - allowed = true; - break; - } - } - if (allowed) { - // Ensure that no item from the blacklist blocked this url. - for (i = 0, n = resourceUrlBlacklist.length; i < n; i++) { - if (matchUrl(resourceUrlBlacklist[i], parsedUrl)) { - allowed = false; - break; - } + // Only create a child scope class if somebody asks for one, + // but cache it to allow the VM to optimize lookups. + if (!this.$$ChildScope) { + this.$$ChildScope = createChildScopeClass(this); } + child = new this.$$ChildScope(); } - return allowed; - } - - function generateHolderType(Base) { - var holderType = function TrustedValueHolderType(trustedValue) { - this.$$unwrapTrustedValue = function () { - return trustedValue; - }; - }; - if (Base) { - holderType.prototype = new Base(); + child.$parent = parent; + child.$$prevSibling = parent.$$childTail; + if (parent.$$childHead) { + parent.$$childTail.$$nextSibling = child; + parent.$$childTail = child; + } else { + parent.$$childHead = parent.$$childTail = child; } - holderType.prototype.valueOf = function sceValueOf() { - return this.$$unwrapTrustedValue(); - }; - holderType.prototype.toString = function sceToString() { - return this.$$unwrapTrustedValue().toString(); - }; - return holderType; - } - var trustedValueHolderBase = generateHolderType(), - byType = {}; + // When the new scope is not isolated or we inherit from `this`, and + // the parent scope is destroyed, the property `$$destroyed` is inherited + // prototypically. In all other cases, this property needs to be set + // when the parent scope is destroyed. + // The listener needs to be added after the parent is set + if (isolate || parent !== this) child.$on('$destroy', destroyChildScope); - byType[SCE_CONTEXTS.HTML] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.CSS] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.URL] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.JS] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.RESOURCE_URL] = generateHolderType(byType[SCE_CONTEXTS.URL]); + return child; + }, /** * @ngdoc method - * @name $sceDelegate#trustAs + * @name $rootScope.Scope#$watch + * @kind function * * @description - * Returns a trusted representation of the parameter for the specified context. This trusted - * object will later on be used as-is, without any security check, by bindings or directives - * that require this security context. - * For instance, marking a string as trusted for the `$sce.HTML` context will entirely bypass - * the potential `$sanitize` call in corresponding `$sce.HTML` bindings or directives, such as - * `ng-bind-html`. Note that in most cases you won't need to call this function: if you have the - * sanitizer loaded, passing the value itself will render all the HTML that does not pose a - * security risk. + * Registers a `listener` callback to be executed whenever the `watchExpression` changes. * - * See {@link ng.$sceDelegate#getTrusted getTrusted} for the function that will consume those - * trusted values, and {@link ng.$sce $sce} for general documentation about strict contextual - * escaping. + * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest + * $digest()} and should return the value that will be watched. (`watchExpression` should not change + * its value when executed multiple times with the same input because it may be executed multiple + * times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be + * [idempotent](http://en.wikipedia.org/wiki/Idempotence).) + * - The `listener` is called only when the value from the current `watchExpression` and the + * previous call to `watchExpression` are not equal (with the exception of the initial run, + * see below). Inequality is determined according to reference inequality, + * [strict comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) + * via the `!==` Javascript operator, unless `objectEquality == true` + * (see next point) + * - When `objectEquality == true`, inequality of the `watchExpression` is determined + * according to the {@link angular.equals} function. To save the value of the object for + * later comparison, the {@link angular.copy} function is used. This therefore means that + * watching complex objects will have adverse memory and performance implications. + * - This should not be used to watch for changes in objects that are + * or contain [File](https://developer.mozilla.org/docs/Web/API/File) objects due to limitations with {@link angular.copy `angular.copy`}. + * - The watch `listener` may change the model, which may trigger other `listener`s to fire. + * This is achieved by rerunning the watchers until no changes are detected. The rerun + * iteration limit is 10 to prevent an infinite loop deadlock. * - * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, - * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. * - * @param {*} value The value that should be considered trusted. - * @return {*} A trusted representation of value, that can be used in the given context. - */ - function trustAs(type, trustedValue) { - var Constructor = byType.hasOwnProperty(type) ? byType[type] : null; - if (!Constructor) { - throw $sceMinErr('icontext', 'Attempted to trust a value in invalid context. Context: {0}; Value: {1}', type, trustedValue); - } - if (trustedValue === null || isUndefined(trustedValue) || trustedValue === '') { - return trustedValue; - } - // All the current contexts in SCE_CONTEXTS happen to be strings. In order to avoid trusting - // mutable objects, we ensure here that the value passed in is actually a string. - if (typeof trustedValue !== 'string') { - throw $sceMinErr('itype', 'Attempted to trust a non-string value in a content requiring a string: Context: {0}', type); - } - return new Constructor(trustedValue); - } + * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called, + * you can register a `watchExpression` function with no `listener`. (Be prepared for + * multiple calls to your `watchExpression` because it will execute multiple times in a + * single {@link ng.$rootScope.Scope#$digest $digest} cycle if a change is detected.) + * + * After a watcher is registered with the scope, the `listener` fn is called asynchronously + * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the + * watcher. In rare cases, this is undesirable because the listener is called when the result + * of `watchExpression` didn't change. To detect this scenario within the `listener` fn, you + * can compare the `newVal` and `oldVal`. If these two values are identical (`===`) then the + * listener was called due to initialization. + * + * + * + * @example + * ```js + // let's assume that scope was dependency injected as the $rootScope + var scope = $rootScope; + scope.name = 'misko'; + scope.counter = 0; + + expect(scope.counter).toEqual(0); + scope.$watch('name', function(newValue, oldValue) { + scope.counter = scope.counter + 1; + }); + expect(scope.counter).toEqual(0); + + scope.$digest(); + // the listener is always called during the first $digest loop after it was registered + expect(scope.counter).toEqual(1); + + scope.$digest(); + // but now it will not be called unless the value changes + expect(scope.counter).toEqual(1); + + scope.name = 'adam'; + scope.$digest(); + expect(scope.counter).toEqual(2); + + + + // Using a function as a watchExpression + var food; + scope.foodCounter = 0; + expect(scope.foodCounter).toEqual(0); + scope.$watch( + // This function returns the value being watched. It is called for each turn of the $digest loop + function() { return food; }, + // This is the change listener, called when the value returned from the above function changes + function(newValue, oldValue) { + if ( newValue !== oldValue ) { + // Only increment the counter if the value changed + scope.foodCounter = scope.foodCounter + 1; + } + } + ); + // No digest has been run so the counter will be zero + expect(scope.foodCounter).toEqual(0); - /** - * @ngdoc method - * @name $sceDelegate#valueOf + // Run the digest but since food has not changed count will still be zero + scope.$digest(); + expect(scope.foodCounter).toEqual(0); + + // Update food and run digest. Now the counter will increment + food = 'cheeseburger'; + scope.$digest(); + expect(scope.foodCounter).toEqual(1); + + * ``` * - * @description - * If the passed parameter had been returned by a prior call to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`}, returns the value that had been passed to {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. * - * If the passed parameter is not a value that had been returned by {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}, it must be returned as-is. * - * @param {*} value The result of a prior {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} - * call or anything else. - * @return {*} The `value` that was originally provided to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns - * `value` unchanged. + * @param {(function()|string)} watchExpression Expression that is evaluated on each + * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers + * a call to the `listener`. + * + * - `string`: Evaluated as {@link guide/expression expression} + * - `function(scope)`: called with current `scope` as a parameter. + * @param {function(newVal, oldVal, scope)} listener Callback called whenever the value + * of `watchExpression` changes. + * + * - `newVal` contains the current value of the `watchExpression` + * - `oldVal` contains the previous value of the `watchExpression` + * - `scope` refers to the current scope + * @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of + * comparing for reference equality. + * @returns {function()} Returns a deregistration function for this listener. */ - function valueOf(maybeTrusted) { - if (maybeTrusted instanceof trustedValueHolderBase) { - return maybeTrusted.$$unwrapTrustedValue(); - } else { - return maybeTrusted; + $watch: function(watchExp, listener, objectEquality, prettyPrintExpression) { + var get = $parse(watchExp); + var fn = isFunction(listener) ? listener : noop; + + if (get.$$watchDelegate) { + return get.$$watchDelegate(this, fn, objectEquality, get, watchExp); + } + var scope = this, + array = scope.$$watchers, + watcher = { + fn: fn, + last: initWatchVal, + get: get, + exp: prettyPrintExpression || watchExp, + eq: !!objectEquality + }; + + lastDirtyWatch = null; + + if (!array) { + array = scope.$$watchers = []; + array.$$digestWatchIndex = -1; } - } + // we use unshift since we use a while loop in $digest for speed. + // the while loop reads in reverse order. + array.unshift(watcher); + array.$$digestWatchIndex++; + incrementWatchersCount(this, 1); + + return function deregisterWatch() { + var index = arrayRemove(array, watcher); + if (index >= 0) { + incrementWatchersCount(scope, -1); + if (index < array.$$digestWatchIndex) { + array.$$digestWatchIndex--; + } + } + lastDirtyWatch = null; + }; + }, /** * @ngdoc method - * @name $sceDelegate#getTrusted + * @name $rootScope.Scope#$watchGroup + * @kind function * * @description - * Takes any input, and either returns a value that's safe to use in the specified context, or - * throws an exception. + * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. + * If any one expression in the collection changes the `listener` is executed. + * + * - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return + * values are examined for changes on every call to `$digest`. + * - The `listener` is called whenever any expression in the `watchExpressions` array changes. * - * In practice, there are several cases. When given a string, this function runs checks - * and sanitization to make it safe without prior assumptions. When given the result of a {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} call, it returns the originally supplied - * value if that value's context is valid for this call's context. Finally, this function can - * also throw when there is no way to turn `maybeTrusted` in a safe value (e.g., no sanitization - * is available or possible.) + * `$watchGroup` is more performant than watching each expression individually, and should be + * used when the listener does not need to know which expression has changed. + * If the listener needs to know which expression has changed, + * {@link ng.$rootScope.Scope#$watch $watch()} or + * {@link ng.$rootScope.Scope#$watchCollection $watchCollection()} should be used. * - * @param {string} type The context in which this value is to be used (such as `$sce.HTML`). - * @param {*} maybeTrusted The result of a prior {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} call, or anything else (which will not be considered trusted.) - * @return {*} A version of the value that's safe to use in the given context, or throws an - * exception if this is impossible. + * @param {Array.} watchExpressions Array of expressions that will be individually + * watched using {@link ng.$rootScope.Scope#$watch $watch()} + * + * @param {function(newValues, oldValues, scope)} listener Callback called whenever the return value of any + * expression in `watchExpressions` changes + * The `newValues` array contains the current values of the `watchExpressions`, with the indexes matching + * those of `watchExpression` + * and the `oldValues` array contains the previous values of the `watchExpressions`, with the indexes matching + * those of `watchExpression`. + * + * Note that `newValues` and `oldValues` reflect the differences in each **individual** + * expression, and not the difference of the values between each call of the listener. + * That means the difference between `newValues` and `oldValues` cannot be used to determine + * which expression has changed / remained stable: + * + * ```js + * + * $scope.$watchGroup(['v1', 'v2'], function(newValues, oldValues) { + * console.log(newValues, oldValues); + * }); + * + * // newValues, oldValues initially + * // [undefined, undefined], [undefined, undefined] + * + * $scope.v1 = 'a'; + * $scope.v2 = 'a'; + * + * // ['a', 'a'], [undefined, undefined] + * + * $scope.v2 = 'b' + * + * // v1 hasn't changed since it became `'a'`, therefore its oldValue is still `undefined` + * // ['a', 'b'], [undefined, 'a'] + * + * ``` + * + * The `scope` refers to the current scope. + * @returns {function()} Returns a de-registration function for all listeners. */ - function getTrusted(type, maybeTrusted) { - if (maybeTrusted === null || isUndefined(maybeTrusted) || maybeTrusted === '') { - return maybeTrusted; - } - var constructor = byType.hasOwnProperty(type) ? byType[type] : null; - // If maybeTrusted is a trusted class instance or subclass instance, then unwrap and return - // as-is. - if (constructor && maybeTrusted instanceof constructor) { - return maybeTrusted.$$unwrapTrustedValue(); - } - // Otherwise, if we get here, then we may either make it safe, or throw an exception. This - // depends on the context: some are sanitizatible (HTML), some use whitelists (RESOURCE_URL), - // some are impossible to do (JS). This step isn't implemented for CSS and URL, as AngularJS - // has no corresponding sinks. - if (type === SCE_CONTEXTS.RESOURCE_URL) { - // RESOURCE_URL uses a whitelist. - if (isResourceUrlAllowedByPolicy(maybeTrusted)) { - return maybeTrusted; - } else { - throw $sceMinErr('insecurl', 'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString()); - } - } else if (type === SCE_CONTEXTS.HTML) { - // htmlSanitizer throws its own error when no sanitizer is available. - return htmlSanitizer(maybeTrusted); + $watchGroup: function(watchExpressions, listener) { + var oldValues = new Array(watchExpressions.length); + var newValues = new Array(watchExpressions.length); + var deregisterFns = []; + var self = this; + var changeReactionScheduled = false; + var firstRun = true; + + if (!watchExpressions.length) { + // No expressions means we call the listener ASAP + var shouldCall = true; + self.$evalAsync(function() { + if (shouldCall) listener(newValues, newValues, self); + }); + return function deregisterWatchGroup() { + shouldCall = false; + }; } - // Default error when the $sce service has no way to make the input safe. - throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); - } - - return { trustAs: trustAs, - getTrusted: getTrusted, - valueOf: valueOf }; - }]; - } - - /** - * @ngdoc provider - * @name $sceProvider - * @this - * - * @description - * - * The $sceProvider provider allows developers to configure the {@link ng.$sce $sce} service. - * - enable/disable Strict Contextual Escaping (SCE) in a module - * - override the default implementation with a custom delegate - * - * Read more about {@link ng.$sce Strict Contextual Escaping (SCE)}. - */ - - /** - * @ngdoc service - * @name $sce - * @kind function - * - * @description - * - * `$sce` is a service that provides Strict Contextual Escaping services to AngularJS. - * - * ## Strict Contextual Escaping - * - * Strict Contextual Escaping (SCE) is a mode in which AngularJS constrains bindings to only render - * trusted values. Its goal is to assist in writing code in a way that (a) is secure by default, and - * (b) makes auditing for security vulnerabilities such as XSS, clickjacking, etc. a lot easier. - * - * ### Overview - * - * To systematically block XSS security bugs, AngularJS treats all values as untrusted by default in - * HTML or sensitive URL bindings. When binding untrusted values, AngularJS will automatically - * run security checks on them (sanitizations, whitelists, depending on context), or throw when it - * cannot guarantee the security of the result. That behavior depends strongly on contexts: HTML - * can be sanitized, but template URLs cannot, for instance. - * - * To illustrate this, consider the `ng-bind-html` directive. It renders its value directly as HTML: - * we call that the *context*. When given an untrusted input, AngularJS will attempt to sanitize it - * before rendering if a sanitizer is available, and throw otherwise. To bypass sanitization and - * render the input as-is, you will need to mark it as trusted for that context before attempting - * to bind it. - * - * As of version 1.2, AngularJS ships with SCE enabled by default. - * - * ### In practice - * - * Here's an example of a binding in a privileged context: - * - * ``` - * - *

    - * ``` - * - * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE - * disabled, this application allows the user to render arbitrary HTML into the DIV, which would - * be an XSS security bug. In a more realistic example, one may be rendering user comments, blog - * articles, etc. via bindings. (HTML is just one example of a context where rendering user - * controlled input creates security vulnerabilities.) - * - * For the case of HTML, you might use a library, either on the client side, or on the server side, - * to sanitize unsafe HTML before binding to the value and rendering it in the document. - * - * How would you ensure that every place that used these types of bindings was bound to a value that - * was sanitized by your library (or returned as safe for rendering by your server?) How can you - * ensure that you didn't accidentally delete the line that sanitized the value, or renamed some - * properties/fields and forgot to update the binding to the sanitized value? - * - * To be secure by default, AngularJS makes sure bindings go through that sanitization, or - * any similar validation process, unless there's a good reason to trust the given value in this - * context. That trust is formalized with a function call. This means that as a developer, you - * can assume all untrusted bindings are safe. Then, to audit your code for binding security issues, - * you just need to ensure the values you mark as trusted indeed are safe - because they were - * received from your server, sanitized by your library, etc. You can organize your codebase to - * help with this - perhaps allowing only the files in a specific directory to do this. - * Ensuring that the internal API exposed by that code doesn't markup arbitrary values as safe then - * becomes a more manageable task. - * - * In the case of AngularJS' SCE service, one uses {@link ng.$sce#trustAs $sce.trustAs} - * (and shorthand methods such as {@link ng.$sce#trustAsHtml $sce.trustAsHtml}, etc.) to - * build the trusted versions of your values. - * - * ### How does it work? - * - * In privileged contexts, directives and code will bind to the result of {@link ng.$sce#getTrusted - * $sce.getTrusted(context, value)} rather than to the value directly. Think of this function as - * a way to enforce the required security context in your data sink. Directives use {@link - * ng.$sce#parseAs $sce.parseAs} rather than `$parse` to watch attribute bindings, which performs - * the {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. Also, - * when binding without directives, AngularJS will understand the context of your bindings - * automatically. - * - * As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link - * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly - * simplified): - * - * ``` - * var ngBindHtmlDirective = ['$sce', function($sce) { - * return function(scope, element, attr) { - * scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) { - * element.html(value || ''); - * }); - * }; - * }]; - * ``` - * - * ### Impact on loading templates - * - * This applies both to the {@link ng.directive:ngInclude `ng-include`} directive as well as - * `templateUrl`'s specified by {@link guide/directive directives}. - * - * By default, Angular only loads templates from the same domain and protocol as the application - * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl - * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or - * protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist - * them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value. - * - * *Please note*: - * The browser's - * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) - * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) - * policy apply in addition to this and may further restrict whether the template is successfully - * loaded. This means that without the right CORS policy, loading templates from a different domain - * won't work on all browsers. Also, loading templates from `file://` URL does not work on some - * browsers. - * - * ### This feels like too much overhead - * - * It's important to remember that SCE only applies to interpolation expressions. - * - * If your expressions are constant literals, they're automatically trusted and you don't need to - * call `$sce.trustAs` on them (e.g. - * `
    `) just works. The `$sceDelegate` will - * also use the `$sanitize` service if it is available when binding untrusted values to - * `$sce.HTML` context. AngularJS provides an implementation in `angular-sanitize.js`, and if you - * wish to use it, you will also need to depend on the {@link ngSanitize `ngSanitize`} module in - * your application. - * - * The included {@link ng.$sceDelegate $sceDelegate} comes with sane defaults to allow you to load - * templates in `ng-include` from your application's domain without having to even know about SCE. - * It blocks loading templates from other domains or loading templates over http from an https - * served document. You can change these by setting your own custom {@link - * ng.$sceDelegateProvider#resourceUrlWhitelist whitelists} and {@link - * ng.$sceDelegateProvider#resourceUrlBlacklist blacklists} for matching such URLs. - * - * This significantly reduces the overhead. It is far easier to pay the small overhead and have an - * application that's secure and can be audited to verify that with much more ease than bolting - * security onto an application later. - * - * - * ### What trusted context types are supported? - * - * | Context | Notes | - * |---------------------|----------------| - * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. If an unsafe value is encountered, and the {@link ngSanitize.$sanitize $sanitize} service is available (implemented by the {@link ngSanitize ngSanitize} module) this will sanitize the value instead of throwing an error. | - * | `$sce.CSS` | For CSS that's safe to source into the application. Currently, no bindings require this context. Feel free to use it in your own directives. | - * | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`
    Note that `$sce.RESOURCE_URL` makes a stronger statement about the URL than `$sce.URL` does (it's not just the URL that matters, but also what is at the end of it), and therefore contexts requiring values trusted for `$sce.RESOURCE_URL` can be used anywhere that values trusted for `$sce.URL` are required. | - * | `$sce.JS` | For JavaScript that is safe to execute in your application's context. Currently, no bindings require this context. Feel free to use it in your own directives. | - * - * - * Be aware that `a[href]` and `img[src]` automatically sanitize their URLs and do not pass them - * through {@link ng.$sce#getTrusted $sce.getTrusted}. There's no CSS-, URL-, or JS-context bindings - * in AngularJS currently, so their corresponding `$sce.trustAs` functions aren't useful yet. This - * might evolve. - * - * ### Format of items in {@link ng.$sceDelegateProvider#resourceUrlWhitelist resourceUrlWhitelist}/{@link ng.$sceDelegateProvider#resourceUrlBlacklist Blacklist}
    - * - * Each element in these arrays must be one of the following: - * - * - **'self'** - * - The special **string**, `'self'`, can be used to match against all URLs of the **same - * domain** as the application document using the **same protocol**. - * - **String** (except the special value `'self'`) - * - The string is matched against the full *normalized / absolute URL* of the resource - * being tested (substring matches are not good enough.) - * - There are exactly **two wildcard sequences** - `*` and `**`. All other characters - * match themselves. - * - `*`: matches zero or more occurrences of any character other than one of the following 6 - * characters: '`:`', '`/`', '`.`', '`?`', '`&`' and '`;`'. It's a useful wildcard for use - * in a whitelist. - * - `**`: matches zero or more occurrences of *any* character. As such, it's not - * appropriate for use in a scheme, domain, etc. as it would match too much. (e.g. - * http://**.example.com/ would match http://evil.com/?ignore=.example.com/ and that might - * not have been the intention.) Its usage at the very end of the path is ok. (e.g. - * http://foo.example.com/templates/**). - * - **RegExp** (*see caveat below*) - * - *Caveat*: While regular expressions are powerful and offer great flexibility, their syntax - * (and all the inevitable escaping) makes them *harder to maintain*. It's easy to - * accidentally introduce a bug when one updates a complex expression (imho, all regexes should - * have good test coverage). For instance, the use of `.` in the regex is correct only in a - * small number of cases. A `.` character in the regex used when matching the scheme or a - * subdomain could be matched against a `:` or literal `.` that was likely not intended. It - * is highly recommended to use the string patterns and only fall back to regular expressions - * as a last resort. - * - The regular expression must be an instance of RegExp (i.e. not a string.) It is - * matched against the **entire** *normalized / absolute URL* of the resource being tested - * (even when the RegExp did not have the `^` and `$` codes.) In addition, any flags - * present on the RegExp (such as multiline, global, ignoreCase) are ignored. - * - If you are generating your JavaScript from some other templating engine (not - * recommended, e.g. in issue [#4006](https://github.com/angular/angular.js/issues/4006)), - * remember to escape your regular expression (and be aware that you might need more than - * one level of escaping depending on your templating engine and the way you interpolated - * the value.) Do make use of your platform's escaping mechanism as it might be good - * enough before coding your own. E.g. Ruby has - * [Regexp.escape(str)](http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape) - * and Python has [re.escape](http://docs.python.org/library/re.html#re.escape). - * Javascript lacks a similar built in function for escaping. Take a look at Google - * Closure library's [goog.string.regExpEscape(s)]( - * http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962). - * - * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} for an example. - * - * ### Show me an example using SCE. - * - * - * - *
    - *

    - * User comments
    - * By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when - * $sanitize is available. If $sanitize isn't available, this results in an error instead of an - * exploit. - *
    - *
    - * {{userComment.name}}: - * - *
    - *
    - *
    - *
    - *
    - * - * - * angular.module('mySceApp', ['ngSanitize']) - * .controller('AppController', ['$http', '$templateCache', '$sce', - * function AppController($http, $templateCache, $sce) { - * var self = this; - * $http.get('test_data.json', {cache: $templateCache}).then(function(response) { - * self.userComments = response.data; - * }); - * self.explicitlyTrustedHtml = $sce.trustAsHtml( - * 'Hover over this text.'); - * }]); - * - * - * - * [ - * { "name": "Alice", - * "htmlComment": - * "Is anyone reading this?" - * }, - * { "name": "Bob", - * "htmlComment": "Yes! Am I the only other one?" - * } - * ] - * - * - * - * describe('SCE doc demo', function() { - * it('should sanitize untrusted values', function() { - * expect(element.all(by.css('.htmlComment')).first().getAttribute('innerHTML')) - * .toBe('Is anyone reading this?'); - * }); - * - * it('should NOT sanitize explicitly trusted values', function() { - * expect(element(by.id('explicitlyTrustedHtml')).getAttribute('innerHTML')).toBe( - * 'Hover over this text.'); - * }); - * }); - * - *
    - * - * - * - * ## Can I disable SCE completely? - * - * Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits - * for little coding overhead. It will be much harder to take an SCE disabled application and - * either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE - * for cases where you have a lot of existing code that was written before SCE was introduced and - * you're migrating them a module at a time. Also do note that this is an app-wide setting, so if - * you are writing a library, you will cause security bugs applications using it. - * - * That said, here's how you can completely disable SCE: - * - * ``` - * angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) { - * // Completely disable SCE. For demonstration purposes only! - * // Do not use in new projects or libraries. - * $sceProvider.enabled(false); - * }); - * ``` - * - */ - - function $SceProvider() { - var enabled = true; - - /** - * @ngdoc method - * @name $sceProvider#enabled - * @kind function - * - * @param {boolean=} value If provided, then enables/disables SCE application-wide. - * @return {boolean} True if SCE is enabled, false otherwise. - * - * @description - * Enables/disables SCE and returns the current value. - */ - this.enabled = function (value) { - if (arguments.length) { - enabled = !!value; - } - return enabled; - }; - /* Design notes on the default implementation for SCE. - * - * The API contract for the SCE delegate - * ------------------------------------- - * The SCE delegate object must provide the following 3 methods: - * - * - trustAs(contextEnum, value) - * This method is used to tell the SCE service that the provided value is OK to use in the - * contexts specified by contextEnum. It must return an object that will be accepted by - * getTrusted() for a compatible contextEnum and return this value. - * - * - valueOf(value) - * For values that were not produced by trustAs(), return them as is. For values that were - * produced by trustAs(), return the corresponding input value to trustAs. Basically, if - * trustAs is wrapping the given values into some type, this operation unwraps it when given - * such a value. - * - * - getTrusted(contextEnum, value) - * This function should return the a value that is safe to use in the context specified by - * contextEnum or throw and exception otherwise. - * - * NOTE: This contract deliberately does NOT state that values returned by trustAs() must be - * opaque or wrapped in some holder object. That happens to be an implementation detail. For - * instance, an implementation could maintain a registry of all trusted objects by context. In - * such a case, trustAs() would return the same object that was passed in. getTrusted() would - * return the same object passed in if it was found in the registry under a compatible context or - * throw an exception otherwise. An implementation might only wrap values some of the time based - * on some criteria. getTrusted() might return a value and not throw an exception for special - * constants or objects even if not wrapped. All such implementations fulfill this contract. - * - * - * A note on the inheritance model for SCE contexts - * ------------------------------------------------ - * I've used inheritance and made RESOURCE_URL wrapped types a subtype of URL wrapped types. This - * is purely an implementation details. - * - * The contract is simply this: - * - * getTrusted($sce.RESOURCE_URL, value) succeeding implies that getTrusted($sce.URL, value) - * will also succeed. - * - * Inheritance happens to capture this in a natural way. In some future, we may not use - * inheritance anymore. That is OK because no code outside of sce.js and sceSpecs.js would need to - * be aware of this detail. - */ + if (watchExpressions.length === 1) { + // Special case size of one + return this.$watch(watchExpressions[0], function watchGroupAction(value, oldValue, scope) { + newValues[0] = value; + oldValues[0] = oldValue; + listener(newValues, (value === oldValue) ? newValues : oldValues, scope); + }); + } - this.$get = ['$parse', '$sceDelegate', function ($parse, $sceDelegate) { - // Support: IE 9-11 only - // Prereq: Ensure that we're not running in IE<11 quirks mode. In that mode, IE < 11 allow - // the "expression(javascript expression)" syntax which is insecure. - if (enabled && msie < 8) { - throw $sceMinErr('iequirks', 'Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks ' + 'mode. You can fix this by adding the text to the top of your HTML ' + 'document. See http://docs.angularjs.org/api/ng.$sce for more information.'); - } + forEach(watchExpressions, function(expr, i) { + var unwatchFn = self.$watch(expr, function watchGroupSubAction(value, oldValue) { + newValues[i] = value; + oldValues[i] = oldValue; + if (!changeReactionScheduled) { + changeReactionScheduled = true; + self.$evalAsync(watchGroupAction); + } + }); + deregisterFns.push(unwatchFn); + }); - var sce = shallowCopy(SCE_CONTEXTS); + function watchGroupAction() { + changeReactionScheduled = false; - /** - * @ngdoc method - * @name $sce#isEnabled - * @kind function - * - * @return {Boolean} True if SCE is enabled, false otherwise. If you want to set the value, you - * have to do it at module config time on {@link ng.$sceProvider $sceProvider}. - * - * @description - * Returns a boolean indicating if SCE is enabled. - */ - sce.isEnabled = function () { - return enabled; - }; - sce.trustAs = $sceDelegate.trustAs; - sce.getTrusted = $sceDelegate.getTrusted; - sce.valueOf = $sceDelegate.valueOf; + if (firstRun) { + firstRun = false; + listener(newValues, newValues, self); + } else { + listener(newValues, oldValues, self); + } + } - if (!enabled) { - sce.trustAs = sce.getTrusted = function (type, value) { - return value; + return function deregisterWatchGroup() { + while (deregisterFns.length) { + deregisterFns.shift()(); + } }; - sce.valueOf = identity; - } + }, + /** * @ngdoc method - * @name $sce#parseAs + * @name $rootScope.Scope#$watchCollection + * @kind function * * @description - * Converts Angular {@link guide/expression expression} into a function. This is like {@link - * ng.$parse $parse} and is identical when the expression is a literal constant. Otherwise, it - * wraps the expression in a call to {@link ng.$sce#getTrusted $sce.getTrusted(*type*, - * *result*)} + * Shallow watches the properties of an object and fires whenever any of the properties change + * (for arrays, this implies watching the array items; for object maps, this implies watching + * the properties). If a change is detected, the `listener` callback is fired. * - * @param {string} type The SCE context in which this result will be used. - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * - The `obj` collection is observed via standard $watch operation and is examined on every + * call to $digest() to see if any items have been added, removed, or moved. + * - The `listener` is called whenever anything within the `obj` has changed. Examples include + * adding, removing, and moving items belonging to an object or array. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. - */ - sce.parseAs = function sceParseAs(type, expr) { - var parsed = $parse(expr); - if (parsed.literal && parsed.constant) { - return parsed; - } else { - return $parse(expr, function (value) { - return sce.getTrusted(type, value); + * + * @example + * ```js + $scope.names = ['igor', 'matias', 'misko', 'james']; + $scope.dataCount = 4; + + $scope.$watchCollection('names', function(newNames, oldNames) { + $scope.dataCount = newNames.length; }); - } - }; - /** - * @ngdoc method - * @name $sce#trustAs + expect($scope.dataCount).toEqual(4); + $scope.$digest(); + + //still at 4 ... no changes + expect($scope.dataCount).toEqual(4); + + $scope.names.pop(); + $scope.$digest(); + + //now there's been a change + expect($scope.dataCount).toEqual(3); + * ``` * - * @description - * Delegates to {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. As such, returns a - * wrapped object that represents your value, and the trust you have in its safety for the given - * context. AngularJS can then use that value as-is in bindings of the specified secure context. - * This is used in bindings for `ng-bind-html`, `ng-include`, and most `src` attribute - * interpolations. See {@link ng.$sce $sce} for strict contextual escaping. * - * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, - * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * @param {string|function(scope)} obj Evaluated as {@link guide/expression expression}. The + * expression value should evaluate to an object or an array which is observed on each + * {@link ng.$rootScope.Scope#$digest $digest} cycle. Any shallow change within the + * collection will trigger a call to the `listener`. + * + * @param {function(newCollection, oldCollection, scope)} listener a callback function called + * when a change is detected. + * - The `newCollection` object is the newly modified data obtained from the `obj` expression + * - The `oldCollection` object is a copy of the former collection data. + * Due to performance considerations, the`oldCollection` value is computed only if the + * `listener` function declares two or more arguments. + * - The `scope` argument refers to the current scope. * - * @param {*} value The value that that should be considered trusted. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in the context you specified. + * @returns {function()} Returns a de-registration function for this listener. When the + * de-registration function is executed, the internal watch operation is terminated. */ + $watchCollection: function(obj, listener) { + $watchCollectionInterceptor.$stateful = true; + + var self = this; + // the current value, updated on each dirty-check run + var newValue; + // a shallow copy of the newValue from the last dirty-check run, + // updated to match newValue during dirty-check run + var oldValue; + // a shallow copy of the newValue from when the last change happened + var veryOldValue; + // only track veryOldValue if the listener is asking for it + var trackVeryOldValue = (listener.length > 1); + var changeDetected = 0; + var changeDetector = $parse(obj, $watchCollectionInterceptor); + var internalArray = []; + var internalObject = {}; + var initRun = true; + var oldLength = 0; + + function $watchCollectionInterceptor(_value) { + newValue = _value; + var newLength, key, bothNaN, newItem, oldItem; + + // If the new value is undefined, then return undefined as the watch may be a one-time watch + if (isUndefined(newValue)) return; + + if (!isObject(newValue)) { // if primitive + if (oldValue !== newValue) { + oldValue = newValue; + changeDetected++; + } + } else if (isArrayLike(newValue)) { + if (oldValue !== internalArray) { + // we are transitioning from something which was not an array into array. + oldValue = internalArray; + oldLength = oldValue.length = 0; + changeDetected++; + } + + newLength = newValue.length; + + if (oldLength !== newLength) { + // if lengths do not match we need to trigger change notification + changeDetected++; + oldValue.length = oldLength = newLength; + } + // copy the items to oldValue and look for changes. + for (var i = 0; i < newLength; i++) { + oldItem = oldValue[i]; + newItem = newValue[i]; + + // eslint-disable-next-line no-self-compare + bothNaN = (oldItem !== oldItem) && (newItem !== newItem); + if (!bothNaN && (oldItem !== newItem)) { + changeDetected++; + oldValue[i] = newItem; + } + } + } else { + if (oldValue !== internalObject) { + // we are transitioning from something which was not an object into object. + oldValue = internalObject = {}; + oldLength = 0; + changeDetected++; + } + // copy the items to oldValue and look for changes. + newLength = 0; + for (key in newValue) { + if (hasOwnProperty.call(newValue, key)) { + newLength++; + newItem = newValue[key]; + oldItem = oldValue[key]; + + if (key in oldValue) { + // eslint-disable-next-line no-self-compare + bothNaN = (oldItem !== oldItem) && (newItem !== newItem); + if (!bothNaN && (oldItem !== newItem)) { + changeDetected++; + oldValue[key] = newItem; + } + } else { + oldLength++; + oldValue[key] = newItem; + changeDetected++; + } + } + } + if (oldLength > newLength) { + // we used to have more keys, need to find them and destroy them. + changeDetected++; + for (key in oldValue) { + if (!hasOwnProperty.call(newValue, key)) { + oldLength--; + delete oldValue[key]; + } + } + } + } + return changeDetected; + } + + function $watchCollectionAction() { + if (initRun) { + initRun = false; + listener(newValue, newValue, self); + } else { + listener(newValue, veryOldValue, self); + } + + // make a copy for the next time a collection is changed + if (trackVeryOldValue) { + if (!isObject(newValue)) { + //primitive + veryOldValue = newValue; + } else if (isArrayLike(newValue)) { + veryOldValue = new Array(newValue.length); + for (var i = 0; i < newValue.length; i++) { + veryOldValue[i] = newValue[i]; + } + } else { // if object + veryOldValue = {}; + for (var key in newValue) { + if (hasOwnProperty.call(newValue, key)) { + veryOldValue[key] = newValue[key]; + } + } + } + } + } + + return this.$watch(changeDetector, $watchCollectionAction); + }, /** * @ngdoc method - * @name $sce#trustAsHtml + * @name $rootScope.Scope#$digest + * @kind function * * @description - * Shorthand method. `$sce.trustAsHtml(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.HTML, value)`} + * Processes all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and + * its children. Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change + * the model, the `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} + * until no more listeners are firing. This means that it is possible to get into an infinite + * loop. This function will throw `'Maximum iteration limit exceeded.'` if the number of + * iterations exceeds 10. * - * @param {*} value The value to mark as trusted for `$sce.HTML` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.HTML` context (like `ng-bind-html`). - */ - - /** - * @ngdoc method - * @name $sce#trustAsCss + * Usually, you don't call `$digest()` directly in + * {@link ng.directive:ngController controllers} or in + * {@link ng.$compileProvider#directive directives}. + * Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within + * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`. * - * @description - * Shorthand method. `$sce.trustAsCss(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.CSS, value)`} + * If you want to be notified whenever `$digest()` is called, + * you can register a `watchExpression` function with + * {@link ng.$rootScope.Scope#$watch $watch()} with no `listener`. * - * @param {*} value The value to mark as trusted for `$sce.CSS` context. - * @return {*} A wrapped version of value that can be used as a trusted variant - * of your `value` in `$sce.CSS` context. This context is currently unused, so there are - * almost no reasons to use this function so far. - */ - - /** - * @ngdoc method - * @name $sce#trustAsUrl + * In unit tests, you may need to call `$digest()` to simulate the scope life cycle. * - * @description - * Shorthand method. `$sce.trustAsUrl(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.URL, value)`} + * @example + * ```js + var scope = ...; + scope.name = 'misko'; + scope.counter = 0; + + expect(scope.counter).toEqual(0); + scope.$watch('name', function(newValue, oldValue) { + scope.counter = scope.counter + 1; + }); + expect(scope.counter).toEqual(0); + + scope.$digest(); + // the listener is always called during the first $digest loop after it was registered + expect(scope.counter).toEqual(1); + + scope.$digest(); + // but now it will not be called unless the value changes + expect(scope.counter).toEqual(1); + + scope.name = 'adam'; + scope.$digest(); + expect(scope.counter).toEqual(2); + * ``` * - * @param {*} value The value to mark as trusted for `$sce.URL` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.URL` context. That context is currently unused, so there are almost no reasons - * to use this function so far. */ + $digest: function() { + var watch, value, last, fn, get, + watchers, + dirty, ttl = TTL, + next, current, target = this, + watchLog = [], + logIdx, asyncTask; + + beginPhase('$digest'); + // Check for changes to browser url that happened in sync before the call to $digest + $browser.$$checkUrlChange(); + + if (this === $rootScope && applyAsyncId !== null) { + // If this is the root scope, and $applyAsync has scheduled a deferred $apply(), then + // cancel the scheduled $apply and flush the queue of expressions to be evaluated. + $browser.defer.cancel(applyAsyncId); + flushApplyAsync(); + } + + lastDirtyWatch = null; + + do { // "while dirty" loop + dirty = false; + current = target; + + // It's safe for asyncQueuePosition to be a local variable here because this loop can't + // be reentered recursively. Calling $digest from a function passed to $evalAsync would + // lead to a '$digest already in progress' error. + for (var asyncQueuePosition = 0; asyncQueuePosition < asyncQueue.length; asyncQueuePosition++) { + try { + asyncTask = asyncQueue[asyncQueuePosition]; + fn = asyncTask.fn; + fn(asyncTask.scope, asyncTask.locals); + } catch (e) { + $exceptionHandler(e); + } + lastDirtyWatch = null; + } + asyncQueue.length = 0; + + traverseScopesLoop: + do { // "traverse the scopes" loop + if ((watchers = current.$$watchers)) { + // process our watches + watchers.$$digestWatchIndex = watchers.length; + while (watchers.$$digestWatchIndex--) { + try { + watch = watchers[watchers.$$digestWatchIndex]; + // Most common watches are on primitives, in which case we can short + // circuit it with === operator, only when === fails do we use .equals + if (watch) { + get = watch.get; + if ((value = get(current)) !== (last = watch.last) && + !(watch.eq + ? equals(value, last) + : (isNumberNaN(value) && isNumberNaN(last)))) { + dirty = true; + lastDirtyWatch = watch; + watch.last = watch.eq ? copy(value, null) : value; + fn = watch.fn; + fn(value, ((last === initWatchVal) ? value : last), current); + if (ttl < 5) { + logIdx = 4 - ttl; + if (!watchLog[logIdx]) watchLog[logIdx] = []; + watchLog[logIdx].push({ + msg: isFunction(watch.exp) ? 'fn: ' + (watch.exp.name || watch.exp.toString()) : watch.exp, + newVal: value, + oldVal: last + }); + } + } else if (watch === lastDirtyWatch) { + // If the most recently dirty watcher is now clean, short circuit since the remaining watchers + // have already been tested. + dirty = false; + break traverseScopesLoop; + } + } + } catch (e) { + $exceptionHandler(e); + } + } + } + + // Insanity Warning: scope depth-first traversal + // yes, this code is a bit crazy, but it works and we have tests to prove it! + // this piece should be kept in sync with the traversal in $broadcast + if (!(next = ((current.$$watchersCount && current.$$childHead) || + (current !== target && current.$$nextSibling)))) { + while (current !== target && !(next = current.$$nextSibling)) { + current = current.$parent; + } + } + } while ((current = next)); + + // `break traverseScopesLoop;` takes us to here + + if ((dirty || asyncQueue.length) && !(ttl--)) { + clearPhase(); + throw $rootScopeMinErr('infdig', + '{0} $digest() iterations reached. Aborting!\n' + + 'Watchers fired in the last 5 iterations: {1}', + TTL, watchLog); + } + + } while (dirty || asyncQueue.length); + + clearPhase(); + + // postDigestQueuePosition isn't local here because this loop can be reentered recursively. + while (postDigestQueuePosition < postDigestQueue.length) { + try { + postDigestQueue[postDigestQueuePosition++](); + } catch (e) { + $exceptionHandler(e); + } + } + postDigestQueue.length = postDigestQueuePosition = 0; + + // Check for changes to browser url that happened during the $digest + // (for which no event is fired; e.g. via `history.pushState()`) + $browser.$$checkUrlChange(); + }, + /** - * @ngdoc method - * @name $sce#trustAsResourceUrl + * @ngdoc event + * @name $rootScope.Scope#$destroy + * @eventType broadcast on scope being destroyed * * @description - * Shorthand method. `$sce.trustAsResourceUrl(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.RESOURCE_URL, value)`} + * Broadcasted when a scope and its children are being destroyed. * - * @param {*} value The value to mark as trusted for `$sce.RESOURCE_URL` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.RESOURCE_URL` context (template URLs in `ng-include`, most `src` attribute - * bindings, ...) + * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to + * clean up DOM bindings before an element is removed from the DOM. */ /** * @ngdoc method - * @name $sce#trustAsJs + * @name $rootScope.Scope#$destroy + * @kind function * * @description - * Shorthand method. `$sce.trustAsJs(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.JS, value)`} + * Removes the current scope (and all of its children) from the parent scope. Removal implies + * that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer + * propagate to the current scope and its children. Removal also implies that the current + * scope is eligible for garbage collection. * - * @param {*} value The value to mark as trusted for `$sce.JS` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.JS` context. That context is currently unused, so there are almost no reasons to - * use this function so far. - */ - - /** - * @ngdoc method - * @name $sce#getTrusted + * The `$destroy()` is usually used by directives such as + * {@link ng.directive:ngRepeat ngRepeat} for managing the + * unrolling of the loop. * - * @description - * Delegates to {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted`}. As such, - * takes any input, and either returns a value that's safe to use in the specified context, - * or throws an exception. This function is aware of trusted values created by the `trustAs` - * function and its shorthands, and when contexts are appropriate, returns the unwrapped value - * as-is. Finally, this function can also throw when there is no way to turn `maybeTrusted` in a - * safe value (e.g., no sanitization is available or possible.) + * Just before a scope is destroyed, a `$destroy` event is broadcasted on this scope. + * Application code can register a `$destroy` event handler that will give it a chance to + * perform any necessary cleanup. * - * @param {string} type The context in which this value is to be used. - * @param {*} maybeTrusted The result of a prior {@link ng.$sce#trustAs - * `$sce.trustAs`} call, or anything else (which will not be considered trusted.) - * @return {*} A version of the value that's safe to use in the given context, or throws an - * exception if this is impossible. + * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to + * clean up DOM bindings before an element is removed from the DOM. */ + $destroy: function() { + // We can't destroy a scope that has been already destroyed. + if (this.$$destroyed) return; + var parent = this.$parent; + + this.$broadcast('$destroy'); + this.$$destroyed = true; + + if (this === $rootScope) { + //Remove handlers attached to window when $rootScope is removed + $browser.$$applicationDestroyed(); + } + + incrementWatchersCount(this, -this.$$watchersCount); + for (var eventName in this.$$listenerCount) { + decrementListenerCount(this, this.$$listenerCount[eventName], eventName); + } + + // sever all the references to parent scopes (after this cleanup, the current scope should + // not be retained by any of our references and should be eligible for garbage collection) + if (parent && parent.$$childHead === this) parent.$$childHead = this.$$nextSibling; + if (parent && parent.$$childTail === this) parent.$$childTail = this.$$prevSibling; + if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling; + if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling; + + // Disable listeners, watchers and apply/digest methods + this.$destroy = this.$digest = this.$apply = this.$evalAsync = this.$applyAsync = noop; + this.$on = this.$watch = this.$watchGroup = function() { return noop; }; + this.$$listeners = {}; + + // Disconnect the next sibling to prevent `cleanUpScope` destroying those too + this.$$nextSibling = null; + cleanUpScope(this); + }, /** * @ngdoc method - * @name $sce#getTrustedHtml + * @name $rootScope.Scope#$eval + * @kind function * * @description - * Shorthand method. `$sce.getTrustedHtml(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.HTML, value)`} + * Executes the `expression` on the current scope and returns the result. Any exceptions in + * the expression are propagated (uncaught). This is useful when evaluating Angular + * expressions. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.HTML, value)` - */ + * @example + * ```js + var scope = ng.$rootScope.Scope(); + scope.a = 1; + scope.b = 2; - /** - * @ngdoc method - * @name $sce#getTrustedCss + expect(scope.$eval('a+b')).toEqual(3); + expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3); + * ``` * - * @description - * Shorthand method. `$sce.getTrustedCss(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.CSS, value)`} + * @param {(string|function())=} expression An angular expression to be executed. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.CSS, value)` + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with the current `scope` parameter. + * + * @param {(object)=} locals Local variables object, useful for overriding values in scope. + * @returns {*} The result of evaluating the expression. */ + $eval: function(expr, locals) { + return $parse(expr)(this, locals); + }, /** * @ngdoc method - * @name $sce#getTrustedUrl + * @name $rootScope.Scope#$evalAsync + * @kind function * * @description - * Shorthand method. `$sce.getTrustedUrl(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.URL, value)`} + * Executes the expression on the current scope at a later point in time. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.URL, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedResourceUrl + * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only + * that: * - * @description - * Shorthand method. `$sce.getTrustedResourceUrl(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.RESOURCE_URL, value)`} + * - it will execute after the function that scheduled the evaluation (preferably before DOM + * rendering). + * - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after + * `expression` execution. * - * @param {*} value The value to pass to `$sceDelegate.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.RESOURCE_URL, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedJs + * Any exceptions from the execution of the expression are forwarded to the + * {@link ng.$exceptionHandler $exceptionHandler} service. * - * @description - * Shorthand method. `$sce.getTrustedJs(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.JS, value)`} + * __Note:__ if this function is called outside of a `$digest` cycle, a new `$digest` cycle + * will be scheduled. However, it is encouraged to always call code that changes the model + * from within an `$apply` call. That includes code evaluated via `$evalAsync`. + * + * @param {(string|function())=} expression An angular expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with the current `scope` parameter. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.JS, value)` + * @param {(object)=} locals Local variables object, useful for overriding values in scope. */ + $evalAsync: function(expr, locals) { + // if we are outside of an $digest loop and this is the first time we are scheduling async + // task also schedule async auto-flush + if (!$rootScope.$$phase && !asyncQueue.length) { + $browser.defer(function() { + if (asyncQueue.length) { + $rootScope.$digest(); + } + }); + } + + asyncQueue.push({scope: this, fn: $parse(expr), locals: locals}); + }, + + $$postDigest: function(fn) { + postDigestQueue.push(fn); + }, /** * @ngdoc method - * @name $sce#parseAsHtml + * @name $rootScope.Scope#$apply + * @kind function * * @description - * Shorthand method. `$sce.parseAsHtml(expression string)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.HTML, value)`} + * `$apply()` is used to execute an expression in angular from outside of the angular + * framework. (For example from browser DOM events, setTimeout, XHR or third party libraries). + * Because we are calling into the angular framework we need to perform proper scope life + * cycle of {@link ng.$exceptionHandler exception handling}, + * {@link ng.$rootScope.Scope#$digest executing watches}. + * + * **Life cycle: Pseudo-Code of `$apply()`** + * + * ```js + function $apply(expr) { + try { + return $eval(expr); + } catch (e) { + $exceptionHandler(e); + } finally { + $root.$digest(); + } + } + * ``` + * * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * Scope's `$apply()` method transitions through the following stages: * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * 1. The {@link guide/expression expression} is executed using the + * {@link ng.$rootScope.Scope#$eval $eval()} method. + * 2. Any exceptions from the execution of the expression are forwarded to the + * {@link ng.$exceptionHandler $exceptionHandler} service. + * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the + * expression was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. + * + * + * @param {(string|function())=} exp An angular expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with current `scope` parameter. + * + * @returns {*} The result of evaluating the expression. */ + $apply: function(expr) { + try { + beginPhase('$apply'); + try { + return this.$eval(expr); + } finally { + clearPhase(); + } + } catch (e) { + $exceptionHandler(e); + } finally { + try { + $rootScope.$digest(); + } catch (e) { + $exceptionHandler(e); + // eslint-disable-next-line no-unsafe-finally + throw e; + } + } + }, /** * @ngdoc method - * @name $sce#parseAsCss + * @name $rootScope.Scope#$applyAsync + * @kind function * * @description - * Shorthand method. `$sce.parseAsCss(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.CSS, value)`} + * Schedule the invocation of $apply to occur at a later time. The actual time difference + * varies across browsers, but is typically around ~10 milliseconds. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * This can be used to queue up multiple expressions which need to be evaluated in the same + * digest. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * @param {(string|function())=} exp An angular expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with current `scope` parameter. */ + $applyAsync: function(expr) { + var scope = this; + if (expr) { + applyAsyncQueue.push($applyAsyncExpression); + } + expr = $parse(expr); + scheduleApplyAsync(); + + function $applyAsyncExpression() { + scope.$eval(expr); + } + }, /** * @ngdoc method - * @name $sce#parseAsUrl + * @name $rootScope.Scope#$on + * @kind function * * @description - * Shorthand method. `$sce.parseAsUrl(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.URL, value)`} + * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for + * discussion of event life cycle. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * The event listener function format is: `function(event, args...)`. The `event` object + * passed into the listener has the following attributes: * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or + * `$broadcast`-ed. + * - `currentScope` - `{Scope}`: the scope that is currently handling the event. Once the + * event propagates through the scope hierarchy, this property is set to null. + * - `name` - `{string}`: name of the event. + * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel + * further event propagation (available only for events that were `$emit`-ed). + * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag + * to true. + * - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called. + * + * @param {string} name Event name to listen on. + * @param {function(event, ...args)} listener Function to call when the event is emitted. + * @returns {function()} Returns a deregistration function for this listener. */ + $on: function(name, listener) { + var namedListeners = this.$$listeners[name]; + if (!namedListeners) { + this.$$listeners[name] = namedListeners = []; + } + namedListeners.push(listener); + + var current = this; + do { + if (!current.$$listenerCount[name]) { + current.$$listenerCount[name] = 0; + } + current.$$listenerCount[name]++; + } while ((current = current.$parent)); + + var self = this; + return function() { + var indexOfListener = namedListeners.indexOf(listener); + if (indexOfListener !== -1) { + // Use delete in the hope of the browser deallocating the memory for the array entry, + // while not shifting the array indexes of other listeners. + // See issue https://github.com/angular/angular.js/issues/16135 + delete namedListeners[indexOfListener]; + decrementListenerCount(self, 1, name); + } + }; + }, + /** * @ngdoc method - * @name $sce#parseAsResourceUrl + * @name $rootScope.Scope#$emit + * @kind function * * @description - * Shorthand method. `$sce.parseAsResourceUrl(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.RESOURCE_URL, value)`} + * Dispatches an event `name` upwards through the scope hierarchy notifying the + * registered {@link ng.$rootScope.Scope#$on} listeners. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * The event life cycle starts at the scope on which `$emit` was called. All + * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get + * notified. Afterwards, the event traverses upwards toward the root scope and calls all + * registered listeners along the way. The event will stop propagating if one of the listeners + * cancels it. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed + * onto the {@link ng.$exceptionHandler $exceptionHandler} service. + * + * @param {string} name Event name to emit. + * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. + * @return {Object} Event object (see {@link ng.$rootScope.Scope#$on}). */ + $emit: function(name, args) { + var empty = [], + namedListeners, + scope = this, + stopPropagation = false, + event = { + name: name, + targetScope: scope, + stopPropagation: function() {stopPropagation = true;}, + preventDefault: function() { + event.defaultPrevented = true; + }, + defaultPrevented: false + }, + listenerArgs = concat([event], arguments, 1), + i, length; + + do { + namedListeners = scope.$$listeners[name] || empty; + event.currentScope = scope; + for (i = 0, length = namedListeners.length; i < length; i++) { + + // if listeners were deregistered, defragment the array + if (!namedListeners[i]) { + namedListeners.splice(i, 1); + i--; + length--; + continue; + } + try { + //allow all listeners attached to the current scope to run + namedListeners[i].apply(null, listenerArgs); + } catch (e) { + $exceptionHandler(e); + } + } + //if any listener on the current scope stops propagation, prevent bubbling + if (stopPropagation) { + break; + } + //traverse upwards + scope = scope.$parent; + } while (scope); + + event.currentScope = null; + + return event; + }, + /** * @ngdoc method - * @name $sce#parseAsJs + * @name $rootScope.Scope#$broadcast + * @kind function * * @description - * Shorthand method. `$sce.parseAsJs(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.JS, value)`} + * Dispatches an event `name` downwards to all child scopes (and their children) notifying the + * registered {@link ng.$rootScope.Scope#$on} listeners. + * + * The event life cycle starts at the scope on which `$broadcast` was called. All + * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get + * notified. Afterwards, the event propagates to all direct and indirect scopes of the current + * scope and calls all registered listeners along the way. The event cannot be canceled. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed + * onto the {@link ng.$exceptionHandler $exceptionHandler} service. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * @param {string} name Event name to broadcast. + * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. + * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on} */ + $broadcast: function(name, args) { + var target = this, + current = target, + next = target, + event = { + name: name, + targetScope: target, + preventDefault: function() { + event.defaultPrevented = true; + }, + defaultPrevented: false + }; - // Shorthand delegations. - var parse = sce.parseAs, - getTrusted = sce.getTrusted, - trustAs = sce.trustAs; + if (!target.$$listenerCount[name]) return event; - forEach(SCE_CONTEXTS, function (enumValue, name) { - var lName = lowercase(name); - sce[snakeToCamel('parse_as_' + lName)] = function (expr) { - return parse(enumValue, expr); - }; - sce[snakeToCamel('get_trusted_' + lName)] = function (value) { - return getTrusted(enumValue, value); - }; - sce[snakeToCamel('trust_as_' + lName)] = function (value) { - return trustAs(enumValue, value); - }; - }); + var listenerArgs = concat([event], arguments, 1), + listeners, i, length; - return sce; - }]; + //down while you can, then up and next sibling or up and next sibling until back at root + while ((current = next)) { + event.currentScope = current; + listeners = current.$$listeners[name] || []; + for (i = 0, length = listeners.length; i < length; i++) { + // if listeners were deregistered, defragment the array + if (!listeners[i]) { + listeners.splice(i, 1); + i--; + length--; + continue; + } + + try { + listeners[i].apply(null, listenerArgs); + } catch (e) { + $exceptionHandler(e); + } + } + + // Insanity Warning: scope depth-first traversal + // yes, this code is a bit crazy, but it works and we have tests to prove it! + // this piece should be kept in sync with the traversal in $digest + // (though it differs due to having the extra check for $$listenerCount) + if (!(next = ((current.$$listenerCount[name] && current.$$childHead) || + (current !== target && current.$$nextSibling)))) { + while (current !== target && !(next = current.$$nextSibling)) { + current = current.$parent; + } + } + } + + event.currentScope = null; + return event; + } + }; + + var $rootScope = new Scope(); + + //The internal queues. Expose them on the $rootScope for debugging/testing purposes. + var asyncQueue = $rootScope.$$asyncQueue = []; + var postDigestQueue = $rootScope.$$postDigestQueue = []; + var applyAsyncQueue = $rootScope.$$applyAsyncQueue = []; + + var postDigestQueuePosition = 0; + + return $rootScope; + + + function beginPhase(phase) { + if ($rootScope.$$phase) { + throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase); + } + + $rootScope.$$phase = phase; + } + + function clearPhase() { + $rootScope.$$phase = null; + } + + function incrementWatchersCount(current, count) { + do { + current.$$watchersCount += count; + } while ((current = current.$parent)); + } + + function decrementListenerCount(current, count, name) { + do { + current.$$listenerCount[name] -= count; + + if (current.$$listenerCount[name] === 0) { + delete current.$$listenerCount[name]; + } + } while ((current = current.$parent)); + } + + /** + * function used as an initial value for watchers. + * because it's unique we can easily tell it apart from other values + */ + function initWatchVal() {} + + function flushApplyAsync() { + while (applyAsyncQueue.length) { + try { + applyAsyncQueue.shift()(); + } catch (e) { + $exceptionHandler(e); + } + } + applyAsyncId = null; + } + + function scheduleApplyAsync() { + if (applyAsyncId === null) { + applyAsyncId = $browser.defer(function() { + $rootScope.$apply(flushApplyAsync); + }); + } + } + }]; +} + +/** + * @ngdoc service + * @name $rootElement + * + * @description + * The root element of Angular application. This is either the element where {@link + * ng.directive:ngApp ngApp} was declared or the element passed into + * {@link angular.bootstrap}. The element represents the root element of application. It is also the + * location where the application's {@link auto.$injector $injector} service gets + * published, and can be retrieved using `$rootElement.injector()`. + */ + + +// the implementation is in angular.bootstrap + +/** + * @this + * @description + * Private service to sanitize uris for links and images. Used by $compile and $sanitize. + */ +function $$SanitizeUriProvider() { + var aHrefSanitizationWhitelist = /^\s*(https?|s?ftp|mailto|tel|file):/, + imgSrcSanitizationWhitelist = /^\s*((https?|ftp|file|blob):|data:image\/)/; + + /** + * @description + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during a[href] sanitization. + * + * The sanitization is a security measure aimed at prevent XSS attacks via html links. + * + * Any url about to be assigned to a[href] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. + * + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.aHrefSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + aHrefSanitizationWhitelist = regexp; + return this; + } + return aHrefSanitizationWhitelist; + }; + + + /** + * @description + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during img[src] sanitization. + * + * The sanitization is a security measure aimed at prevent XSS attacks via html links. + * + * Any url about to be assigned to img[src] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. + * + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.imgSrcSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + imgSrcSanitizationWhitelist = regexp; + return this; + } + return imgSrcSanitizationWhitelist; + }; + + this.$get = function() { + return function sanitizeUri(uri, isImage) { + var regex = isImage ? imgSrcSanitizationWhitelist : aHrefSanitizationWhitelist; + var normalizedVal; + normalizedVal = urlResolve(uri && uri.trim()).href; + if (normalizedVal !== '' && !normalizedVal.match(regex)) { + return 'unsafe:' + normalizedVal; + } + return uri; + }; + }; +} + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/* exported $SceProvider, $SceDelegateProvider */ + +var $sceMinErr = minErr('$sce'); + +var SCE_CONTEXTS = { + // HTML is used when there's HTML rendered (e.g. ng-bind-html, iframe srcdoc binding). + HTML: 'html', + + // Style statements or stylesheets. Currently unused in AngularJS. + CSS: 'css', + + // An URL used in a context where it does not refer to a resource that loads code. Currently + // unused in AngularJS. + URL: 'url', + + // RESOURCE_URL is a subtype of URL used where the referred-to resource could be interpreted as + // code. (e.g. ng-include, script src binding, templateUrl) + RESOURCE_URL: 'resourceUrl', + + // Script. Currently unused in AngularJS. + JS: 'js' +}; + +// Helper functions follow. + +var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g; + +function snakeToCamel(name) { + return name + .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace); +} + +function adjustMatcher(matcher) { + if (matcher === 'self') { + return matcher; + } else if (isString(matcher)) { + // Strings match exactly except for 2 wildcards - '*' and '**'. + // '*' matches any character except those from the set ':/.?&'. + // '**' matches any character (like .* in a RegExp). + // More than 2 *'s raises an error as it's ill defined. + if (matcher.indexOf('***') > -1) { + throw $sceMinErr('iwcard', + 'Illegal sequence *** in string matcher. String: {0}', matcher); + } + matcher = escapeForRegexp(matcher). + replace(/\\\*\\\*/g, '.*'). + replace(/\\\*/g, '[^:/.?&;]*'); + return new RegExp('^' + matcher + '$'); + } else if (isRegExp(matcher)) { + // The only other type of matcher allowed is a Regexp. + // Match entire URL / disallow partial matches. + // Flags are reset (i.e. no global, ignoreCase or multiline) + return new RegExp('^' + matcher.source + '$'); + } else { + throw $sceMinErr('imatcher', + 'Matchers may only be "self", string patterns or RegExp objects'); + } +} + + +function adjustMatchers(matchers) { + var adjustedMatchers = []; + if (isDefined(matchers)) { + forEach(matchers, function(matcher) { + adjustedMatchers.push(adjustMatcher(matcher)); + }); } + return adjustedMatchers; +} + + +/** + * @ngdoc service + * @name $sceDelegate + * @kind function + * + * @description + * + * `$sceDelegate` is a service that is used by the `$sce` service to provide {@link ng.$sce Strict + * Contextual Escaping (SCE)} services to AngularJS. + * + * For an overview of this service and the functionnality it provides in AngularJS, see the main + * page for {@link ng.$sce SCE}. The current page is targeted for developers who need to alter how + * SCE works in their application, which shouldn't be needed in most cases. + * + *
    + * AngularJS strongly relies on contextual escaping for the security of bindings: disabling or + * modifying this might cause cross site scripting (XSS) vulnerabilities. For libraries owners, + * changes to this service will also influence users, so be extra careful and document your changes. + *
    + * + * Typically, you would configure or override the {@link ng.$sceDelegate $sceDelegate} instead of + * the `$sce` service to customize the way Strict Contextual Escaping works in AngularJS. This is + * because, while the `$sce` provides numerous shorthand methods, etc., you really only need to + * override 3 core functions (`trustAs`, `getTrusted` and `valueOf`) to replace the way things + * work because `$sce` delegates to `$sceDelegate` for these operations. + * + * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} to configure this service. + * + * The default instance of `$sceDelegate` should work out of the box with little pain. While you + * can override it completely to change the behavior of `$sce`, the common case would + * involve configuring the {@link ng.$sceDelegateProvider $sceDelegateProvider} instead by setting + * your own whitelists and blacklists for trusting URLs used for loading AngularJS resources such as + * templates. Refer {@link ng.$sceDelegateProvider#resourceUrlWhitelist + * $sceDelegateProvider.resourceUrlWhitelist} and {@link + * ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} + */ + +/** + * @ngdoc provider + * @name $sceDelegateProvider + * @this + * + * @description + * + * The `$sceDelegateProvider` provider allows developers to configure the {@link ng.$sceDelegate + * $sceDelegate service}, used as a delegate for {@link ng.$sce Strict Contextual Escaping (SCE)}. + * + * The `$sceDelegateProvider` allows one to get/set the whitelists and blacklists used to ensure + * that the URLs used for sourcing AngularJS templates and other script-running URLs are safe (all + * places that use the `$sce.RESOURCE_URL` context). See + * {@link ng.$sceDelegateProvider#resourceUrlWhitelist $sceDelegateProvider.resourceUrlWhitelist} + * and + * {@link ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist}, + * + * For the general details about this service in Angular, read the main page for {@link ng.$sce + * Strict Contextual Escaping (SCE)}. + * + * **Example**: Consider the following case. + * + * - your app is hosted at url `http://myapp.example.com/` + * - but some of your templates are hosted on other domains you control such as + * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc. + * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. + * + * Here is what a secure configuration for this scenario might look like: + * + * ``` + * angular.module('myApp', []).config(function($sceDelegateProvider) { + * $sceDelegateProvider.resourceUrlWhitelist([ + * // Allow same origin resource loads. + * 'self', + * // Allow loading from our assets domain. Notice the difference between * and **. + * 'http://srv*.assets.example.com/**' + * ]); + * + * // The blacklist overrides the whitelist so the open redirect here is blocked. + * $sceDelegateProvider.resourceUrlBlacklist([ + * 'http://myapp.example.com/clickThru**' + * ]); + * }); + * ``` + * Note that an empty whitelist will block every resource URL from being loaded, and will require + * you to manually mark each one as trusted with `$sce.trustAsResourceUrl`. However, templates + * requested by {@link ng.$templateRequest $templateRequest} that are present in + * {@link ng.$templateCache $templateCache} will not go through this check. If you have a mechanism + * to populate your templates in that cache at config time, then it is a good idea to remove 'self' + * from that whitelist. This helps to mitigate the security impact of certain types of issues, like + * for instance attacker-controlled `ng-includes`. + */ + +function $SceDelegateProvider() { + this.SCE_CONTEXTS = SCE_CONTEXTS; + + // Resource URLs can also be trusted by policy. + var resourceUrlWhitelist = ['self'], + resourceUrlBlacklist = []; + + /** + * @ngdoc method + * @name $sceDelegateProvider#resourceUrlWhitelist + * @kind function + * + * @param {Array=} whitelist When provided, replaces the resourceUrlWhitelist with the value + * provided. This must be an array or null. A snapshot of this array is used so further + * changes to the array are ignored. + * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items + * allowed in this array. + * + * @return {Array} The currently set whitelist array. + * + * @description + * Sets/Gets the whitelist of trusted resource URLs. + * + * The **default value** when no whitelist has been explicitly set is `['self']` allowing only + * same origin resource requests. + * + *
    + * **Note:** the default whitelist of 'self' is not recommended if your app shares its origin + * with other apps! It is a good idea to limit it to only your application's directory. + *
    + */ + this.resourceUrlWhitelist = function(value) { + if (arguments.length) { + resourceUrlWhitelist = adjustMatchers(value); + } + return resourceUrlWhitelist; + }; + + /** + * @ngdoc method + * @name $sceDelegateProvider#resourceUrlBlacklist + * @kind function + * + * @param {Array=} blacklist When provided, replaces the resourceUrlBlacklist with the value + * provided. This must be an array or null. A snapshot of this array is used so further + * changes to the array are ignored.

    + * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items + * allowed in this array.

    + * The typical usage for the blacklist is to **block + * [open redirects](http://cwe.mitre.org/data/definitions/601.html)** served by your domain as + * these would otherwise be trusted but actually return content from the redirected domain. + *

    + * Finally, **the blacklist overrides the whitelist** and has the final say. + * + * @return {Array} The currently set blacklist array. + * + * @description + * Sets/Gets the blacklist of trusted resource URLs. + * + * The **default value** when no whitelist has been explicitly set is the empty array (i.e. there + * is no blacklist.) + */ + + this.resourceUrlBlacklist = function(value) { + if (arguments.length) { + resourceUrlBlacklist = adjustMatchers(value); + } + return resourceUrlBlacklist; + }; + + this.$get = ['$injector', function($injector) { + + var htmlSanitizer = function htmlSanitizer(html) { + throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); + }; + + if ($injector.has('$sanitize')) { + htmlSanitizer = $injector.get('$sanitize'); + } + + + function matchUrl(matcher, parsedUrl) { + if (matcher === 'self') { + return urlIsSameOrigin(parsedUrl); + } else { + // definitely a regex. See adjustMatchers() + return !!matcher.exec(parsedUrl.href); + } + } + + function isResourceUrlAllowedByPolicy(url) { + var parsedUrl = urlResolve(url.toString()); + var i, n, allowed = false; + // Ensure that at least one item from the whitelist allows this url. + for (i = 0, n = resourceUrlWhitelist.length; i < n; i++) { + if (matchUrl(resourceUrlWhitelist[i], parsedUrl)) { + allowed = true; + break; + } + } + if (allowed) { + // Ensure that no item from the blacklist blocked this url. + for (i = 0, n = resourceUrlBlacklist.length; i < n; i++) { + if (matchUrl(resourceUrlBlacklist[i], parsedUrl)) { + allowed = false; + break; + } + } + } + return allowed; + } + + function generateHolderType(Base) { + var holderType = function TrustedValueHolderType(trustedValue) { + this.$$unwrapTrustedValue = function() { + return trustedValue; + }; + }; + if (Base) { + holderType.prototype = new Base(); + } + holderType.prototype.valueOf = function sceValueOf() { + return this.$$unwrapTrustedValue(); + }; + holderType.prototype.toString = function sceToString() { + return this.$$unwrapTrustedValue().toString(); + }; + return holderType; + } + + var trustedValueHolderBase = generateHolderType(), + byType = {}; + + byType[SCE_CONTEXTS.HTML] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.CSS] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.URL] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.JS] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.RESOURCE_URL] = generateHolderType(byType[SCE_CONTEXTS.URL]); + + /** + * @ngdoc method + * @name $sceDelegate#trustAs + * + * @description + * Returns a trusted representation of the parameter for the specified context. This trusted + * object will later on be used as-is, without any security check, by bindings or directives + * that require this security context. + * For instance, marking a string as trusted for the `$sce.HTML` context will entirely bypass + * the potential `$sanitize` call in corresponding `$sce.HTML` bindings or directives, such as + * `ng-bind-html`. Note that in most cases you won't need to call this function: if you have the + * sanitizer loaded, passing the value itself will render all the HTML that does not pose a + * security risk. + * + * See {@link ng.$sceDelegate#getTrusted getTrusted} for the function that will consume those + * trusted values, and {@link ng.$sce $sce} for general documentation about strict contextual + * escaping. + * + * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, + * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * + * @param {*} value The value that should be considered trusted. + * @return {*} A trusted representation of value, that can be used in the given context. + */ + function trustAs(type, trustedValue) { + var Constructor = (byType.hasOwnProperty(type) ? byType[type] : null); + if (!Constructor) { + throw $sceMinErr('icontext', + 'Attempted to trust a value in invalid context. Context: {0}; Value: {1}', + type, trustedValue); + } + if (trustedValue === null || isUndefined(trustedValue) || trustedValue === '') { + return trustedValue; + } + // All the current contexts in SCE_CONTEXTS happen to be strings. In order to avoid trusting + // mutable objects, we ensure here that the value passed in is actually a string. + if (typeof trustedValue !== 'string') { + throw $sceMinErr('itype', + 'Attempted to trust a non-string value in a content requiring a string: Context: {0}', + type); + } + return new Constructor(trustedValue); + } + + /** + * @ngdoc method + * @name $sceDelegate#valueOf + * + * @description + * If the passed parameter had been returned by a prior call to {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`}, returns the value that had been passed to {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. + * + * If the passed parameter is not a value that had been returned by {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}, it must be returned as-is. + * + * @param {*} value The result of a prior {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} + * call or anything else. + * @return {*} The `value` that was originally provided to {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns + * `value` unchanged. + */ + function valueOf(maybeTrusted) { + if (maybeTrusted instanceof trustedValueHolderBase) { + return maybeTrusted.$$unwrapTrustedValue(); + } else { + return maybeTrusted; + } + } + + /** + * @ngdoc method + * @name $sceDelegate#getTrusted + * + * @description + * Takes any input, and either returns a value that's safe to use in the specified context, or + * throws an exception. + * + * In practice, there are several cases. When given a string, this function runs checks + * and sanitization to make it safe without prior assumptions. When given the result of a {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} call, it returns the originally supplied + * value if that value's context is valid for this call's context. Finally, this function can + * also throw when there is no way to turn `maybeTrusted` in a safe value (e.g., no sanitization + * is available or possible.) + * + * @param {string} type The context in which this value is to be used (such as `$sce.HTML`). + * @param {*} maybeTrusted The result of a prior {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} call, or anything else (which will not be considered trusted.) + * @return {*} A version of the value that's safe to use in the given context, or throws an + * exception if this is impossible. + */ + function getTrusted(type, maybeTrusted) { + if (maybeTrusted === null || isUndefined(maybeTrusted) || maybeTrusted === '') { + return maybeTrusted; + } + var constructor = (byType.hasOwnProperty(type) ? byType[type] : null); + // If maybeTrusted is a trusted class instance or subclass instance, then unwrap and return + // as-is. + if (constructor && maybeTrusted instanceof constructor) { + return maybeTrusted.$$unwrapTrustedValue(); + } + // Otherwise, if we get here, then we may either make it safe, or throw an exception. This + // depends on the context: some are sanitizatible (HTML), some use whitelists (RESOURCE_URL), + // some are impossible to do (JS). This step isn't implemented for CSS and URL, as AngularJS + // has no corresponding sinks. + if (type === SCE_CONTEXTS.RESOURCE_URL) { + // RESOURCE_URL uses a whitelist. + if (isResourceUrlAllowedByPolicy(maybeTrusted)) { + return maybeTrusted; + } else { + throw $sceMinErr('insecurl', + 'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', + maybeTrusted.toString()); + } + } else if (type === SCE_CONTEXTS.HTML) { + // htmlSanitizer throws its own error when no sanitizer is available. + return htmlSanitizer(maybeTrusted); + } + // Default error when the $sce service has no way to make the input safe. + throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); + } + + return { trustAs: trustAs, + getTrusted: getTrusted, + valueOf: valueOf }; + }]; +} + + +/** + * @ngdoc provider + * @name $sceProvider + * @this + * + * @description + * + * The $sceProvider provider allows developers to configure the {@link ng.$sce $sce} service. + * - enable/disable Strict Contextual Escaping (SCE) in a module + * - override the default implementation with a custom delegate + * + * Read more about {@link ng.$sce Strict Contextual Escaping (SCE)}. + */ + +/** + * @ngdoc service + * @name $sce + * @kind function + * + * @description + * + * `$sce` is a service that provides Strict Contextual Escaping services to AngularJS. + * + * ## Strict Contextual Escaping + * + * Strict Contextual Escaping (SCE) is a mode in which AngularJS constrains bindings to only render + * trusted values. Its goal is to assist in writing code in a way that (a) is secure by default, and + * (b) makes auditing for security vulnerabilities such as XSS, clickjacking, etc. a lot easier. + * + * ### Overview + * + * To systematically block XSS security bugs, AngularJS treats all values as untrusted by default in + * HTML or sensitive URL bindings. When binding untrusted values, AngularJS will automatically + * run security checks on them (sanitizations, whitelists, depending on context), or throw when it + * cannot guarantee the security of the result. That behavior depends strongly on contexts: HTML + * can be sanitized, but template URLs cannot, for instance. + * + * To illustrate this, consider the `ng-bind-html` directive. It renders its value directly as HTML: + * we call that the *context*. When given an untrusted input, AngularJS will attempt to sanitize it + * before rendering if a sanitizer is available, and throw otherwise. To bypass sanitization and + * render the input as-is, you will need to mark it as trusted for that context before attempting + * to bind it. + * + * As of version 1.2, AngularJS ships with SCE enabled by default. + * + * ### In practice + * + * Here's an example of a binding in a privileged context: + * + * ``` + * + *

    + * ``` + * + * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE + * disabled, this application allows the user to render arbitrary HTML into the DIV, which would + * be an XSS security bug. In a more realistic example, one may be rendering user comments, blog + * articles, etc. via bindings. (HTML is just one example of a context where rendering user + * controlled input creates security vulnerabilities.) + * + * For the case of HTML, you might use a library, either on the client side, or on the server side, + * to sanitize unsafe HTML before binding to the value and rendering it in the document. + * + * How would you ensure that every place that used these types of bindings was bound to a value that + * was sanitized by your library (or returned as safe for rendering by your server?) How can you + * ensure that you didn't accidentally delete the line that sanitized the value, or renamed some + * properties/fields and forgot to update the binding to the sanitized value? + * + * To be secure by default, AngularJS makes sure bindings go through that sanitization, or + * any similar validation process, unless there's a good reason to trust the given value in this + * context. That trust is formalized with a function call. This means that as a developer, you + * can assume all untrusted bindings are safe. Then, to audit your code for binding security issues, + * you just need to ensure the values you mark as trusted indeed are safe - because they were + * received from your server, sanitized by your library, etc. You can organize your codebase to + * help with this - perhaps allowing only the files in a specific directory to do this. + * Ensuring that the internal API exposed by that code doesn't markup arbitrary values as safe then + * becomes a more manageable task. + * + * In the case of AngularJS' SCE service, one uses {@link ng.$sce#trustAs $sce.trustAs} + * (and shorthand methods such as {@link ng.$sce#trustAsHtml $sce.trustAsHtml}, etc.) to + * build the trusted versions of your values. + * + * ### How does it work? + * + * In privileged contexts, directives and code will bind to the result of {@link ng.$sce#getTrusted + * $sce.getTrusted(context, value)} rather than to the value directly. Think of this function as + * a way to enforce the required security context in your data sink. Directives use {@link + * ng.$sce#parseAs $sce.parseAs} rather than `$parse` to watch attribute bindings, which performs + * the {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. Also, + * when binding without directives, AngularJS will understand the context of your bindings + * automatically. + * + * As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link + * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly + * simplified): + * + * ``` + * var ngBindHtmlDirective = ['$sce', function($sce) { + * return function(scope, element, attr) { + * scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) { + * element.html(value || ''); + * }); + * }; + * }]; + * ``` + * + * ### Impact on loading templates + * + * This applies both to the {@link ng.directive:ngInclude `ng-include`} directive as well as + * `templateUrl`'s specified by {@link guide/directive directives}. + * + * By default, Angular only loads templates from the same domain and protocol as the application + * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl + * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or + * protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist + * them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value. + * + * *Please note*: + * The browser's + * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) + * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) + * policy apply in addition to this and may further restrict whether the template is successfully + * loaded. This means that without the right CORS policy, loading templates from a different domain + * won't work on all browsers. Also, loading templates from `file://` URL does not work on some + * browsers. + * + * ### This feels like too much overhead + * + * It's important to remember that SCE only applies to interpolation expressions. + * + * If your expressions are constant literals, they're automatically trusted and you don't need to + * call `$sce.trustAs` on them (e.g. + * `
    `) just works. The `$sceDelegate` will + * also use the `$sanitize` service if it is available when binding untrusted values to + * `$sce.HTML` context. AngularJS provides an implementation in `angular-sanitize.js`, and if you + * wish to use it, you will also need to depend on the {@link ngSanitize `ngSanitize`} module in + * your application. + * + * The included {@link ng.$sceDelegate $sceDelegate} comes with sane defaults to allow you to load + * templates in `ng-include` from your application's domain without having to even know about SCE. + * It blocks loading templates from other domains or loading templates over http from an https + * served document. You can change these by setting your own custom {@link + * ng.$sceDelegateProvider#resourceUrlWhitelist whitelists} and {@link + * ng.$sceDelegateProvider#resourceUrlBlacklist blacklists} for matching such URLs. + * + * This significantly reduces the overhead. It is far easier to pay the small overhead and have an + * application that's secure and can be audited to verify that with much more ease than bolting + * security onto an application later. + * + * + * ### What trusted context types are supported? + * + * | Context | Notes | + * |---------------------|----------------| + * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. If an unsafe value is encountered, and the {@link ngSanitize.$sanitize $sanitize} service is available (implemented by the {@link ngSanitize ngSanitize} module) this will sanitize the value instead of throwing an error. | + * | `$sce.CSS` | For CSS that's safe to source into the application. Currently, no bindings require this context. Feel free to use it in your own directives. | + * | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`
    Note that `$sce.RESOURCE_URL` makes a stronger statement about the URL than `$sce.URL` does (it's not just the URL that matters, but also what is at the end of it), and therefore contexts requiring values trusted for `$sce.RESOURCE_URL` can be used anywhere that values trusted for `$sce.URL` are required. | + * | `$sce.JS` | For JavaScript that is safe to execute in your application's context. Currently, no bindings require this context. Feel free to use it in your own directives. | + * + * + * Be aware that `a[href]` and `img[src]` automatically sanitize their URLs and do not pass them + * through {@link ng.$sce#getTrusted $sce.getTrusted}. There's no CSS-, URL-, or JS-context bindings + * in AngularJS currently, so their corresponding `$sce.trustAs` functions aren't useful yet. This + * might evolve. + * + * ### Format of items in {@link ng.$sceDelegateProvider#resourceUrlWhitelist resourceUrlWhitelist}/{@link ng.$sceDelegateProvider#resourceUrlBlacklist Blacklist}
    + * + * Each element in these arrays must be one of the following: + * + * - **'self'** + * - The special **string**, `'self'`, can be used to match against all URLs of the **same + * domain** as the application document using the **same protocol**. + * - **String** (except the special value `'self'`) + * - The string is matched against the full *normalized / absolute URL* of the resource + * being tested (substring matches are not good enough.) + * - There are exactly **two wildcard sequences** - `*` and `**`. All other characters + * match themselves. + * - `*`: matches zero or more occurrences of any character other than one of the following 6 + * characters: '`:`', '`/`', '`.`', '`?`', '`&`' and '`;`'. It's a useful wildcard for use + * in a whitelist. + * - `**`: matches zero or more occurrences of *any* character. As such, it's not + * appropriate for use in a scheme, domain, etc. as it would match too much. (e.g. + * http://**.example.com/ would match http://evil.com/?ignore=.example.com/ and that might + * not have been the intention.) Its usage at the very end of the path is ok. (e.g. + * http://foo.example.com/templates/**). + * - **RegExp** (*see caveat below*) + * - *Caveat*: While regular expressions are powerful and offer great flexibility, their syntax + * (and all the inevitable escaping) makes them *harder to maintain*. It's easy to + * accidentally introduce a bug when one updates a complex expression (imho, all regexes should + * have good test coverage). For instance, the use of `.` in the regex is correct only in a + * small number of cases. A `.` character in the regex used when matching the scheme or a + * subdomain could be matched against a `:` or literal `.` that was likely not intended. It + * is highly recommended to use the string patterns and only fall back to regular expressions + * as a last resort. + * - The regular expression must be an instance of RegExp (i.e. not a string.) It is + * matched against the **entire** *normalized / absolute URL* of the resource being tested + * (even when the RegExp did not have the `^` and `$` codes.) In addition, any flags + * present on the RegExp (such as multiline, global, ignoreCase) are ignored. + * - If you are generating your JavaScript from some other templating engine (not + * recommended, e.g. in issue [#4006](https://github.com/angular/angular.js/issues/4006)), + * remember to escape your regular expression (and be aware that you might need more than + * one level of escaping depending on your templating engine and the way you interpolated + * the value.) Do make use of your platform's escaping mechanism as it might be good + * enough before coding your own. E.g. Ruby has + * [Regexp.escape(str)](http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape) + * and Python has [re.escape](http://docs.python.org/library/re.html#re.escape). + * Javascript lacks a similar built in function for escaping. Take a look at Google + * Closure library's [goog.string.regExpEscape(s)]( + * http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962). + * + * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} for an example. + * + * ### Show me an example using SCE. + * + * + * + *
    + *

    + * User comments
    + * By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when + * $sanitize is available. If $sanitize isn't available, this results in an error instead of an + * exploit. + *
    + *
    + * {{userComment.name}}: + * + *
    + *
    + *
    + *
    + *
    + * + * + * angular.module('mySceApp', ['ngSanitize']) + * .controller('AppController', ['$http', '$templateCache', '$sce', + * function AppController($http, $templateCache, $sce) { + * var self = this; + * $http.get('test_data.json', {cache: $templateCache}).then(function(response) { + * self.userComments = response.data; + * }); + * self.explicitlyTrustedHtml = $sce.trustAsHtml( + * 'Hover over this text.'); + * }]); + * + * + * + * [ + * { "name": "Alice", + * "htmlComment": + * "Is anyone reading this?" + * }, + * { "name": "Bob", + * "htmlComment": "Yes! Am I the only other one?" + * } + * ] + * + * + * + * describe('SCE doc demo', function() { + * it('should sanitize untrusted values', function() { + * expect(element.all(by.css('.htmlComment')).first().getAttribute('innerHTML')) + * .toBe('Is anyone reading this?'); + * }); + * + * it('should NOT sanitize explicitly trusted values', function() { + * expect(element(by.id('explicitlyTrustedHtml')).getAttribute('innerHTML')).toBe( + * 'Hover over this text.'); + * }); + * }); + * + *
    + * + * + * + * ## Can I disable SCE completely? + * + * Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits + * for little coding overhead. It will be much harder to take an SCE disabled application and + * either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE + * for cases where you have a lot of existing code that was written before SCE was introduced and + * you're migrating them a module at a time. Also do note that this is an app-wide setting, so if + * you are writing a library, you will cause security bugs applications using it. + * + * That said, here's how you can completely disable SCE: + * + * ``` + * angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) { + * // Completely disable SCE. For demonstration purposes only! + * // Do not use in new projects or libraries. + * $sceProvider.enabled(false); + * }); + * ``` + * + */ - /* exported $SnifferProvider */ +function $SceProvider() { + var enabled = true; /** - * !!! This is an undocumented "private" service !!! - * - * @name $sniffer - * @requires $window - * @requires $document - * @this + * @ngdoc method + * @name $sceProvider#enabled + * @kind function * - * @property {boolean} history Does the browser support html5 history api ? - * @property {boolean} transitions Does the browser support CSS transition events ? - * @property {boolean} animations Does the browser support CSS animation events ? + * @param {boolean=} value If provided, then enables/disables SCE application-wide. + * @return {boolean} True if SCE is enabled, false otherwise. * * @description - * This is very simple implementation of testing browser's features. + * Enables/disables SCE and returns the current value. */ - function $SnifferProvider() { - this.$get = ['$window', '$document', function ($window, $document) { - var eventSupport = {}, - - // Chrome Packaged Apps are not allowed to access `history.pushState`. - // If not sandboxed, they can be detected by the presence of `chrome.app.runtime` - // (see https://developer.chrome.com/apps/api_index). If sandboxed, they can be detected by - // the presence of an extension runtime ID and the absence of other Chrome runtime APIs - // (see https://developer.chrome.com/apps/manifest/sandbox). - // (NW.js apps have access to Chrome APIs, but do support `history`.) - isNw = $window.nw && $window.nw.process, - isChromePackagedApp = !isNw && $window.chrome && ($window.chrome.app && $window.chrome.app.runtime || !$window.chrome.app && $window.chrome.runtime && $window.chrome.runtime.id), - hasHistoryPushState = !isChromePackagedApp && $window.history && $window.history.pushState, - android = toInt((/android (\d+)/.exec(lowercase(($window.navigator || {}).userAgent)) || [])[1]), - boxee = /Boxee/i.test(($window.navigator || {}).userAgent), - document = $document[0] || {}, - bodyStyle = document.body && document.body.style, - transitions = false, - animations = false; - - if (bodyStyle) { - // Support: Android <5, Blackberry Browser 10, default Chrome in Android 4.4.x - // Mentioned browsers need a -webkit- prefix for transitions & animations. - transitions = !!('transition' in bodyStyle || 'webkitTransition' in bodyStyle); - animations = !!('animation' in bodyStyle || 'webkitAnimation' in bodyStyle); - } - - return { - // Android has history.pushState, but it does not update location correctly - // so let's not use the history API at all. - // http://code.google.com/p/android/issues/detail?id=17471 - // https://github.com/angular/angular.js/issues/904 - - // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has - // so let's not use the history API also - // We are purposefully using `!(android < 4)` to cover the case when `android` is undefined - history: !!(hasHistoryPushState && !(android < 4) && !boxee), - hasEvent: function hasEvent(event) { - // Support: IE 9-11 only - // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have - // it. In particular the event is not fired when backspace or delete key are pressed or - // when cut operation is performed. - // IE10+ implements 'input' event but it erroneously fires under various situations, - // e.g. when placeholder changes, or a form is focused. - if (event === 'input' && msie) return false; - - if (isUndefined(eventSupport[event])) { - var divElm = document.createElement('div'); - eventSupport[event] = 'on' + event in divElm; - } - - return eventSupport[event]; - }, - csp: csp(), - transitions: transitions, - animations: animations, - android: android - }; - }]; - } + this.enabled = function(value) { + if (arguments.length) { + enabled = !!value; + } + return enabled; + }; - var $templateRequestMinErr = minErr('$compile'); - /** - * @ngdoc provider - * @name $templateRequestProvider - * @this + /* Design notes on the default implementation for SCE. * - * @description - * Used to configure the options passed to the {@link $http} service when making a template request. + * The API contract for the SCE delegate + * ------------------------------------- + * The SCE delegate object must provide the following 3 methods: + * + * - trustAs(contextEnum, value) + * This method is used to tell the SCE service that the provided value is OK to use in the + * contexts specified by contextEnum. It must return an object that will be accepted by + * getTrusted() for a compatible contextEnum and return this value. + * + * - valueOf(value) + * For values that were not produced by trustAs(), return them as is. For values that were + * produced by trustAs(), return the corresponding input value to trustAs. Basically, if + * trustAs is wrapping the given values into some type, this operation unwraps it when given + * such a value. + * + * - getTrusted(contextEnum, value) + * This function should return the a value that is safe to use in the context specified by + * contextEnum or throw and exception otherwise. + * + * NOTE: This contract deliberately does NOT state that values returned by trustAs() must be + * opaque or wrapped in some holder object. That happens to be an implementation detail. For + * instance, an implementation could maintain a registry of all trusted objects by context. In + * such a case, trustAs() would return the same object that was passed in. getTrusted() would + * return the same object passed in if it was found in the registry under a compatible context or + * throw an exception otherwise. An implementation might only wrap values some of the time based + * on some criteria. getTrusted() might return a value and not throw an exception for special + * constants or objects even if not wrapped. All such implementations fulfill this contract. * - * For example, it can be used for specifying the "Accept" header that is sent to the server, when - * requesting a template. + * + * A note on the inheritance model for SCE contexts + * ------------------------------------------------ + * I've used inheritance and made RESOURCE_URL wrapped types a subtype of URL wrapped types. This + * is purely an implementation details. + * + * The contract is simply this: + * + * getTrusted($sce.RESOURCE_URL, value) succeeding implies that getTrusted($sce.URL, value) + * will also succeed. + * + * Inheritance happens to capture this in a natural way. In some future, we may not use + * inheritance anymore. That is OK because no code outside of sce.js and sceSpecs.js would need to + * be aware of this detail. */ - function $TemplateRequestProvider() { - var httpOptions; + this.$get = ['$parse', '$sceDelegate', function( + $parse, $sceDelegate) { + // Support: IE 9-11 only + // Prereq: Ensure that we're not running in IE<11 quirks mode. In that mode, IE < 11 allow + // the "expression(javascript expression)" syntax which is insecure. + if (enabled && msie < 8) { + throw $sceMinErr('iequirks', + 'Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks ' + + 'mode. You can fix this by adding the text to the top of your HTML ' + + 'document. See http://docs.angularjs.org/api/ng.$sce for more information.'); + } + + var sce = shallowCopy(SCE_CONTEXTS); /** * @ngdoc method - * @name $templateRequestProvider#httpOptions - * @description - * The options to be passed to the {@link $http} service when making the request. - * You can use this to override options such as the "Accept" header for template requests. + * @name $sce#isEnabled + * @kind function * - * The {@link $templateRequest} will set the `cache` and the `transformResponse` properties of the - * options if not overridden here. + * @return {Boolean} True if SCE is enabled, false otherwise. If you want to set the value, you + * have to do it at module config time on {@link ng.$sceProvider $sceProvider}. * - * @param {string=} value new value for the {@link $http} options. - * @returns {string|self} Returns the {@link $http} options when used as getter and self if used as setter. + * @description + * Returns a boolean indicating if SCE is enabled. */ - this.httpOptions = function (val) { - if (val) { - httpOptions = val; - return this; + sce.isEnabled = function() { + return enabled; + }; + sce.trustAs = $sceDelegate.trustAs; + sce.getTrusted = $sceDelegate.getTrusted; + sce.valueOf = $sceDelegate.valueOf; + + if (!enabled) { + sce.trustAs = sce.getTrusted = function(type, value) { return value; }; + sce.valueOf = identity; + } + + /** + * @ngdoc method + * @name $sce#parseAs + * + * @description + * Converts Angular {@link guide/expression expression} into a function. This is like {@link + * ng.$parse $parse} and is identical when the expression is a literal constant. Otherwise, it + * wraps the expression in a call to {@link ng.$sce#getTrusted $sce.getTrusted(*type*, + * *result*)} + * + * @param {string} type The SCE context in which this result will be used. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + sce.parseAs = function sceParseAs(type, expr) { + var parsed = $parse(expr); + if (parsed.literal && parsed.constant) { + return parsed; + } else { + return $parse(expr, function(value) { + return sce.getTrusted(type, value); + }); } - return httpOptions; }; /** - * @ngdoc service - * @name $templateRequest + * @ngdoc method + * @name $sce#trustAs + * + * @description + * Delegates to {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. As such, returns a + * wrapped object that represents your value, and the trust you have in its safety for the given + * context. AngularJS can then use that value as-is in bindings of the specified secure context. + * This is used in bindings for `ng-bind-html`, `ng-include`, and most `src` attribute + * interpolations. See {@link ng.$sce $sce} for strict contextual escaping. + * + * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, + * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * + * @param {*} value The value that that should be considered trusted. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in the context you specified. + */ + + /** + * @ngdoc method + * @name $sce#trustAsHtml + * + * @description + * Shorthand method. `$sce.trustAsHtml(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.HTML, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.HTML` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.HTML` context (like `ng-bind-html`). + */ + + /** + * @ngdoc method + * @name $sce#trustAsCss + * + * @description + * Shorthand method. `$sce.trustAsCss(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.CSS, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.CSS` context. + * @return {*} A wrapped version of value that can be used as a trusted variant + * of your `value` in `$sce.CSS` context. This context is currently unused, so there are + * almost no reasons to use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#trustAsUrl + * + * @description + * Shorthand method. `$sce.trustAsUrl(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.URL, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.URL` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.URL` context. That context is currently unused, so there are almost no reasons + * to use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#trustAsResourceUrl + * + * @description + * Shorthand method. `$sce.trustAsResourceUrl(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.RESOURCE_URL, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.RESOURCE_URL` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.RESOURCE_URL` context (template URLs in `ng-include`, most `src` attribute + * bindings, ...) + */ + + /** + * @ngdoc method + * @name $sce#trustAsJs + * + * @description + * Shorthand method. `$sce.trustAsJs(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.JS, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.JS` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.JS` context. That context is currently unused, so there are almost no reasons to + * use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#getTrusted + * + * @description + * Delegates to {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted`}. As such, + * takes any input, and either returns a value that's safe to use in the specified context, + * or throws an exception. This function is aware of trusted values created by the `trustAs` + * function and its shorthands, and when contexts are appropriate, returns the unwrapped value + * as-is. Finally, this function can also throw when there is no way to turn `maybeTrusted` in a + * safe value (e.g., no sanitization is available or possible.) + * + * @param {string} type The context in which this value is to be used. + * @param {*} maybeTrusted The result of a prior {@link ng.$sce#trustAs + * `$sce.trustAs`} call, or anything else (which will not be considered trusted.) + * @return {*} A version of the value that's safe to use in the given context, or throws an + * exception if this is impossible. + */ + + /** + * @ngdoc method + * @name $sce#getTrustedHtml + * + * @description + * Shorthand method. `$sce.getTrustedHtml(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.HTML, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.HTML, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedCss + * + * @description + * Shorthand method. `$sce.getTrustedCss(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.CSS, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.CSS, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedUrl + * + * @description + * Shorthand method. `$sce.getTrustedUrl(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.URL, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.URL, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedResourceUrl + * + * @description + * Shorthand method. `$sce.getTrustedResourceUrl(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.RESOURCE_URL, value)`} + * + * @param {*} value The value to pass to `$sceDelegate.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.RESOURCE_URL, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedJs + * + * @description + * Shorthand method. `$sce.getTrustedJs(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.JS, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.JS, value)` + */ + + /** + * @ngdoc method + * @name $sce#parseAsHtml + * + * @description + * Shorthand method. `$sce.parseAsHtml(expression string)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.HTML, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsCss + * + * @description + * Shorthand method. `$sce.parseAsCss(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.CSS, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsUrl * * @description - * The `$templateRequest` service runs security checks then downloads the provided template using - * `$http` and, upon success, stores the contents inside of `$templateCache`. If the HTTP request - * fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the - * exception can be thwarted by setting the 2nd parameter of the function to true). Note that the - * contents of `$templateCache` are trusted, so the call to `$sce.getTrustedUrl(tpl)` is omitted - * when `tpl` is of type string and `$templateCache` has the matching entry. + * Shorthand method. `$sce.parseAsUrl(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.URL, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsResourceUrl * - * If you want to pass custom options to the `$http` service, such as setting the Accept header you - * can configure this via {@link $templateRequestProvider#httpOptions}. + * @description + * Shorthand method. `$sce.parseAsResourceUrl(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.RESOURCE_URL, value)`} * - * `$templateRequest` is used internally by {@link $compile}, {@link ngRoute.$route}, and directives such - * as {@link ngInclude} to download and cache templates. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: * - * 3rd party modules should use `$templateRequest` if their services or directives are loading - * templates. + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsJs * - * @param {string|TrustedResourceUrl} tpl The HTTP request template URL - * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty + * @description + * Shorthand method. `$sce.parseAsJs(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.JS, value)`} * - * @return {Promise} a promise for the HTTP response data of the given URL. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: * - * @property {number} totalPendingRequests total amount of pending template requests being downloaded. + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. */ - this.$get = ['$exceptionHandler', '$templateCache', '$http', '$q', '$sce', function ($exceptionHandler, $templateCache, $http, $q, $sce) { + + // Shorthand delegations. + var parse = sce.parseAs, + getTrusted = sce.getTrusted, + trustAs = sce.trustAs; + + forEach(SCE_CONTEXTS, function(enumValue, name) { + var lName = lowercase(name); + sce[snakeToCamel('parse_as_' + lName)] = function(expr) { + return parse(enumValue, expr); + }; + sce[snakeToCamel('get_trusted_' + lName)] = function(value) { + return getTrusted(enumValue, value); + }; + sce[snakeToCamel('trust_as_' + lName)] = function(value) { + return trustAs(enumValue, value); + }; + }); + + return sce; + }]; +} + +/* exported $SnifferProvider */ + +/** + * !!! This is an undocumented "private" service !!! + * + * @name $sniffer + * @requires $window + * @requires $document + * @this + * + * @property {boolean} history Does the browser support html5 history api ? + * @property {boolean} transitions Does the browser support CSS transition events ? + * @property {boolean} animations Does the browser support CSS animation events ? + * + * @description + * This is very simple implementation of testing browser's features. + */ +function $SnifferProvider() { + this.$get = ['$window', '$document', function($window, $document) { + var eventSupport = {}, + // Chrome Packaged Apps are not allowed to access `history.pushState`. + // If not sandboxed, they can be detected by the presence of `chrome.app.runtime` + // (see https://developer.chrome.com/apps/api_index). If sandboxed, they can be detected by + // the presence of an extension runtime ID and the absence of other Chrome runtime APIs + // (see https://developer.chrome.com/apps/manifest/sandbox). + // (NW.js apps have access to Chrome APIs, but do support `history`.) + isNw = $window.nw && $window.nw.process, + isChromePackagedApp = + !isNw && + $window.chrome && + ($window.chrome.app && $window.chrome.app.runtime || + !$window.chrome.app && $window.chrome.runtime && $window.chrome.runtime.id), + hasHistoryPushState = !isChromePackagedApp && $window.history && $window.history.pushState, + android = + toInt((/android (\d+)/.exec(lowercase(($window.navigator || {}).userAgent)) || [])[1]), + boxee = /Boxee/i.test(($window.navigator || {}).userAgent), + document = $document[0] || {}, + bodyStyle = document.body && document.body.style, + transitions = false, + animations = false; + + if (bodyStyle) { + // Support: Android <5, Blackberry Browser 10, default Chrome in Android 4.4.x + // Mentioned browsers need a -webkit- prefix for transitions & animations. + transitions = !!('transition' in bodyStyle || 'webkitTransition' in bodyStyle); + animations = !!('animation' in bodyStyle || 'webkitAnimation' in bodyStyle); + } + + + return { + // Android has history.pushState, but it does not update location correctly + // so let's not use the history API at all. + // http://code.google.com/p/android/issues/detail?id=17471 + // https://github.com/angular/angular.js/issues/904 + + // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has + // so let's not use the history API also + // We are purposefully using `!(android < 4)` to cover the case when `android` is undefined + history: !!(hasHistoryPushState && !(android < 4) && !boxee), + hasEvent: function(event) { + // Support: IE 9-11 only + // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have + // it. In particular the event is not fired when backspace or delete key are pressed or + // when cut operation is performed. + // IE10+ implements 'input' event but it erroneously fires under various situations, + // e.g. when placeholder changes, or a form is focused. + if (event === 'input' && msie) return false; + + if (isUndefined(eventSupport[event])) { + var divElm = document.createElement('div'); + eventSupport[event] = 'on' + event in divElm; + } + + return eventSupport[event]; + }, + csp: csp(), + transitions: transitions, + animations: animations, + android: android + }; + }]; +} + +var $templateRequestMinErr = minErr('$compile'); + +/** + * @ngdoc provider + * @name $templateRequestProvider + * @this + * + * @description + * Used to configure the options passed to the {@link $http} service when making a template request. + * + * For example, it can be used for specifying the "Accept" header that is sent to the server, when + * requesting a template. + */ +function $TemplateRequestProvider() { + + var httpOptions; + + /** + * @ngdoc method + * @name $templateRequestProvider#httpOptions + * @description + * The options to be passed to the {@link $http} service when making the request. + * You can use this to override options such as the "Accept" header for template requests. + * + * The {@link $templateRequest} will set the `cache` and the `transformResponse` properties of the + * options if not overridden here. + * + * @param {string=} value new value for the {@link $http} options. + * @returns {string|self} Returns the {@link $http} options when used as getter and self if used as setter. + */ + this.httpOptions = function(val) { + if (val) { + httpOptions = val; + return this; + } + return httpOptions; + }; + + /** + * @ngdoc service + * @name $templateRequest + * + * @description + * The `$templateRequest` service runs security checks then downloads the provided template using + * `$http` and, upon success, stores the contents inside of `$templateCache`. If the HTTP request + * fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the + * exception can be thwarted by setting the 2nd parameter of the function to true). Note that the + * contents of `$templateCache` are trusted, so the call to `$sce.getTrustedUrl(tpl)` is omitted + * when `tpl` is of type string and `$templateCache` has the matching entry. + * + * If you want to pass custom options to the `$http` service, such as setting the Accept header you + * can configure this via {@link $templateRequestProvider#httpOptions}. + * + * `$templateRequest` is used internally by {@link $compile}, {@link ngRoute.$route}, and directives such + * as {@link ngInclude} to download and cache templates. + * + * 3rd party modules should use `$templateRequest` if their services or directives are loading + * templates. + * + * @param {string|TrustedResourceUrl} tpl The HTTP request template URL + * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty + * + * @return {Promise} a promise for the HTTP response data of the given URL. + * + * @property {number} totalPendingRequests total amount of pending template requests being downloaded. + */ + this.$get = ['$exceptionHandler', '$templateCache', '$http', '$q', '$sce', + function($exceptionHandler, $templateCache, $http, $q, $sce) { function handleRequestFn(tpl, ignoreRequestError) { handleRequestFn.totalPendingRequests++; @@ -52868,7 +54987,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol var transformResponse = $http.defaults && $http.defaults.transformResponse; if (isArray(transformResponse)) { - transformResponse = transformResponse.filter(function (transformer) { + transformResponse = transformResponse.filter(function(transformer) { return transformer !== defaultHttpResponseTransform; }); } else if (transformResponse === defaultHttpResponseTransform) { @@ -52876,18 +54995,22 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } return $http.get(tpl, extend({ - cache: $templateCache, - transformResponse: transformResponse - }, httpOptions)).finally(function () { - handleRequestFn.totalPendingRequests--; - }).then(function (response) { - $templateCache.put(tpl, response.data); - return response.data; - }, handleError); + cache: $templateCache, + transformResponse: transformResponse + }, httpOptions)) + .finally(function() { + handleRequestFn.totalPendingRequests--; + }) + .then(function(response) { + $templateCache.put(tpl, response.data); + return response.data; + }, handleError); function handleError(resp) { if (!ignoreRequestError) { - resp = $templateRequestMinErr('tpload', 'Failed to load template: {0} (HTTP status: {1} {2})', tpl, resp.status, resp.statusText); + resp = $templateRequestMinErr('tpload', + 'Failed to load template: {0} (HTTP status: {1} {2})', + tpl, resp.status, resp.statusText); $exceptionHandler(resp); } @@ -52899,1071 +55022,1084 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol handleRequestFn.totalPendingRequests = 0; return handleRequestFn; - }]; - } + } + ]; +} - /** @this */ - function $$TestabilityProvider() { - this.$get = ['$rootScope', '$browser', '$location', function ($rootScope, $browser, $location) { +/** @this */ +function $$TestabilityProvider() { + this.$get = ['$rootScope', '$browser', '$location', + function($rootScope, $browser, $location) { - /** - * @name $testability - * - * @description - * The private $$testability service provides a collection of methods for use when debugging - * or by automated test and debugging tools. - */ - var testability = {}; + /** + * @name $testability + * + * @description + * The private $$testability service provides a collection of methods for use when debugging + * or by automated test and debugging tools. + */ + var testability = {}; - /** - * @name $$testability#findBindings - * - * @description - * Returns an array of elements that are bound (via ng-bind or {{}}) - * to expressions matching the input. - * - * @param {Element} element The element root to search from. - * @param {string} expression The binding expression to match. - * @param {boolean} opt_exactMatch If true, only returns exact matches - * for the expression. Filters and whitespace are ignored. - */ - testability.findBindings = function (element, expression, opt_exactMatch) { - var bindings = element.getElementsByClassName('ng-binding'); - var matches = []; - forEach(bindings, function (binding) { - var dataBinding = angular.element(binding).data('$binding'); - if (dataBinding) { - forEach(dataBinding, function (bindingName) { - if (opt_exactMatch) { - var matcher = new RegExp('(^|\\s)' + escapeForRegexp(expression) + '(\\s|\\||$)'); - if (matcher.test(bindingName)) { - matches.push(binding); - } - } else { - if (bindingName.indexOf(expression) !== -1) { - matches.push(binding); - } + /** + * @name $$testability#findBindings + * + * @description + * Returns an array of elements that are bound (via ng-bind or {{}}) + * to expressions matching the input. + * + * @param {Element} element The element root to search from. + * @param {string} expression The binding expression to match. + * @param {boolean} opt_exactMatch If true, only returns exact matches + * for the expression. Filters and whitespace are ignored. + */ + testability.findBindings = function(element, expression, opt_exactMatch) { + var bindings = element.getElementsByClassName('ng-binding'); + var matches = []; + forEach(bindings, function(binding) { + var dataBinding = angular.element(binding).data('$binding'); + if (dataBinding) { + forEach(dataBinding, function(bindingName) { + if (opt_exactMatch) { + var matcher = new RegExp('(^|\\s)' + escapeForRegexp(expression) + '(\\s|\\||$)'); + if (matcher.test(bindingName)) { + matches.push(binding); } - }); - } - }); - return matches; - }; + } else { + if (bindingName.indexOf(expression) !== -1) { + matches.push(binding); + } + } + }); + } + }); + return matches; + }; - /** - * @name $$testability#findModels - * - * @description - * Returns an array of elements that are two-way found via ng-model to - * expressions matching the input. - * - * @param {Element} element The element root to search from. - * @param {string} expression The model expression to match. - * @param {boolean} opt_exactMatch If true, only returns exact matches - * for the expression. - */ - testability.findModels = function (element, expression, opt_exactMatch) { - var prefixes = ['ng-', 'data-ng-', 'ng\\:']; - for (var p = 0; p < prefixes.length; ++p) { - var attributeEquals = opt_exactMatch ? '=' : '*='; - var selector = '[' + prefixes[p] + 'model' + attributeEquals + '"' + expression + '"]'; - var elements = element.querySelectorAll(selector); - if (elements.length) { - return elements; - } + /** + * @name $$testability#findModels + * + * @description + * Returns an array of elements that are two-way found via ng-model to + * expressions matching the input. + * + * @param {Element} element The element root to search from. + * @param {string} expression The model expression to match. + * @param {boolean} opt_exactMatch If true, only returns exact matches + * for the expression. + */ + testability.findModels = function(element, expression, opt_exactMatch) { + var prefixes = ['ng-', 'data-ng-', 'ng\\:']; + for (var p = 0; p < prefixes.length; ++p) { + var attributeEquals = opt_exactMatch ? '=' : '*='; + var selector = '[' + prefixes[p] + 'model' + attributeEquals + '"' + expression + '"]'; + var elements = element.querySelectorAll(selector); + if (elements.length) { + return elements; } - }; + } + }; - /** - * @name $$testability#getLocation - * - * @description - * Shortcut for getting the location in a browser agnostic way. Returns - * the path, search, and hash. (e.g. /path?a=b#hash) - */ - testability.getLocation = function () { - return $location.url(); - }; + /** + * @name $$testability#getLocation + * + * @description + * Shortcut for getting the location in a browser agnostic way. Returns + * the path, search, and hash. (e.g. /path?a=b#hash) + */ + testability.getLocation = function() { + return $location.url(); + }; - /** - * @name $$testability#setLocation - * - * @description - * Shortcut for navigating to a location without doing a full page reload. - * - * @param {string} url The location url (path, search and hash, - * e.g. /path?a=b#hash) to go to. - */ - testability.setLocation = function (url) { - if (url !== $location.url()) { - $location.url(url); - $rootScope.$digest(); - } - }; + /** + * @name $$testability#setLocation + * + * @description + * Shortcut for navigating to a location without doing a full page reload. + * + * @param {string} url The location url (path, search and hash, + * e.g. /path?a=b#hash) to go to. + */ + testability.setLocation = function(url) { + if (url !== $location.url()) { + $location.url(url); + $rootScope.$digest(); + } + }; - /** - * @name $$testability#whenStable - * - * @description - * Calls the callback when $timeout and $http requests are completed. - * - * @param {function} callback - */ - testability.whenStable = function (callback) { - $browser.notifyWhenNoOutstandingRequests(callback); - }; + /** + * @name $$testability#whenStable + * + * @description + * Calls the callback when $timeout and $http requests are completed. + * + * @param {function} callback + */ + testability.whenStable = function(callback) { + $browser.notifyWhenNoOutstandingRequests(callback); + }; - return testability; - }]; - } + return testability; + }]; +} - /** @this */ - function $TimeoutProvider() { - this.$get = ['$rootScope', '$browser', '$q', '$$q', '$exceptionHandler', function ($rootScope, $browser, $q, $$q, $exceptionHandler) { +/** @this */ +function $TimeoutProvider() { + this.$get = ['$rootScope', '$browser', '$q', '$$q', '$exceptionHandler', + function($rootScope, $browser, $q, $$q, $exceptionHandler) { - var deferreds = {}; + var deferreds = {}; - /** - * @ngdoc service - * @name $timeout - * - * @description - * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch - * block and delegates any exceptions to - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * The return value of calling `$timeout` is a promise, which will be resolved when - * the delay has passed and the timeout function, if provided, is executed. - * - * To cancel a timeout request, call `$timeout.cancel(promise)`. - * - * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to - * synchronously flush the queue of deferred functions. - * - * If you only want a promise that will be resolved after some specified delay - * then you can call `$timeout` without the `fn` function. - * - * @param {function()=} fn A function, whose execution should be delayed. - * @param {number=} [delay=0] Delay in milliseconds. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @param {...*=} Pass additional parameters to the executed function. - * @returns {Promise} Promise that will be resolved when the timeout is reached. The promise - * will be resolved with the return value of the `fn` function. - * - */ - function timeout(fn, delay, invokeApply) { - if (!isFunction(fn)) { - invokeApply = delay; - delay = fn; - fn = noop; + + /** + * @ngdoc service + * @name $timeout + * + * @description + * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch + * block and delegates any exceptions to + * {@link ng.$exceptionHandler $exceptionHandler} service. + * + * The return value of calling `$timeout` is a promise, which will be resolved when + * the delay has passed and the timeout function, if provided, is executed. + * + * To cancel a timeout request, call `$timeout.cancel(promise)`. + * + * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to + * synchronously flush the queue of deferred functions. + * + * If you only want a promise that will be resolved after some specified delay + * then you can call `$timeout` without the `fn` function. + * + * @param {function()=} fn A function, whose execution should be delayed. + * @param {number=} [delay=0] Delay in milliseconds. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {Promise} Promise that will be resolved when the timeout is reached. The promise + * will be resolved with the return value of the `fn` function. + * + */ + function timeout(fn, delay, invokeApply) { + if (!isFunction(fn)) { + invokeApply = delay; + delay = fn; + fn = noop; + } + + var args = sliceArgs(arguments, 3), + skipApply = (isDefined(invokeApply) && !invokeApply), + deferred = (skipApply ? $$q : $q).defer(), + promise = deferred.promise, + timeoutId; + + timeoutId = $browser.defer(function() { + try { + deferred.resolve(fn.apply(null, args)); + } catch (e) { + deferred.reject(e); + $exceptionHandler(e); + } finally { + delete deferreds[promise.$$timeoutId]; } - var args = sliceArgs(arguments, 3), - skipApply = isDefined(invokeApply) && !invokeApply, - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise, - timeoutId; + if (!skipApply) $rootScope.$apply(); + }, delay); - timeoutId = $browser.defer(function () { - try { - deferred.resolve(fn.apply(null, args)); - } catch (e) { - deferred.reject(e); - $exceptionHandler(e); - } finally { - delete deferreds[promise.$$timeoutId]; - } + promise.$$timeoutId = timeoutId; + deferreds[timeoutId] = deferred; - if (!skipApply) $rootScope.$apply(); - }, delay); + return promise; + } - promise.$$timeoutId = timeoutId; - deferreds[timeoutId] = deferred; - return promise; + /** + * @ngdoc method + * @name $timeout#cancel + * + * @description + * Cancels a task associated with the `promise`. As a result of this, the promise will be + * resolved with a rejection. + * + * @param {Promise=} promise Promise returned by the `$timeout` function. + * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully + * canceled. + */ + timeout.cancel = function(promise) { + if (promise && promise.$$timeoutId in deferreds) { + // Timeout cancels should not report an unhandled promise. + markQExceptionHandled(deferreds[promise.$$timeoutId].promise); + deferreds[promise.$$timeoutId].reject('canceled'); + delete deferreds[promise.$$timeoutId]; + return $browser.defer.cancel(promise.$$timeoutId); } + return false; + }; - /** - * @ngdoc method - * @name $timeout#cancel - * - * @description - * Cancels a task associated with the `promise`. As a result of this, the promise will be - * resolved with a rejection. - * - * @param {Promise=} promise Promise returned by the `$timeout` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ - timeout.cancel = function (promise) { - if (promise && promise.$$timeoutId in deferreds) { - // Timeout cancels should not report an unhandled promise. - markQExceptionHandled(deferreds[promise.$$timeoutId].promise); - deferreds[promise.$$timeoutId].reject('canceled'); - delete deferreds[promise.$$timeoutId]; - return $browser.defer.cancel(promise.$$timeoutId); - } - return false; - }; + return timeout; + }]; +} - return timeout; - }]; +// NOTE: The usage of window and document instead of $window and $document here is +// deliberate. This service depends on the specific behavior of anchor nodes created by the +// browser (resolving and parsing URLs) that is unlikely to be provided by mock objects and +// cause us to break tests. In addition, when the browser resolves a URL for XHR, it +// doesn't know about mocked locations and resolves URLs to the real document - which is +// exactly the behavior needed here. There is little value is mocking these out for this +// service. +var urlParsingNode = window.document.createElement('a'); +var originUrl = urlResolve(window.location.href); + + +/** + * + * Implementation Notes for non-IE browsers + * ---------------------------------------- + * Assigning a URL to the href property of an anchor DOM node, even one attached to the DOM, + * results both in the normalizing and parsing of the URL. Normalizing means that a relative + * URL will be resolved into an absolute URL in the context of the application document. + * Parsing means that the anchor node's host, hostname, protocol, port, pathname and related + * properties are all populated to reflect the normalized URL. This approach has wide + * compatibility - Safari 1+, Mozilla 1+ etc. See + * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html + * + * Implementation Notes for IE + * --------------------------- + * IE <= 10 normalizes the URL when assigned to the anchor node similar to the other + * browsers. However, the parsed components will not be set if the URL assigned did not specify + * them. (e.g. if you assign a.href = "foo", then a.protocol, a.host, etc. will be empty.) We + * work around that by performing the parsing in a 2nd step by taking a previously normalized + * URL (e.g. by assigning to a.href) and assigning it a.href again. This correctly populates the + * properties such as protocol, hostname, port, etc. + * + * References: + * http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement + * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html + * http://url.spec.whatwg.org/#urlutils + * https://github.com/angular/angular.js/pull/2902 + * http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ + * + * @kind function + * @param {string} url The URL to be parsed. + * @description Normalizes and parses a URL. + * @returns {object} Returns the normalized URL as a dictionary. + * + * | member name | Description | + * |---------------|----------------| + * | href | A normalized version of the provided URL if it was not an absolute URL | + * | protocol | The protocol including the trailing colon | + * | host | The host and port (if the port is non-default) of the normalizedUrl | + * | search | The search params, minus the question mark | + * | hash | The hash string, minus the hash symbol + * | hostname | The hostname + * | port | The port, without ":" + * | pathname | The pathname, beginning with "/" + * + */ +function urlResolve(url) { + var href = url; + + // Support: IE 9-11 only + if (msie) { + // Normalize before parse. Refer Implementation Notes on why this is + // done in two steps on IE. + urlParsingNode.setAttribute('href', href); + href = urlParsingNode.href; } - // NOTE: The usage of window and document instead of $window and $document here is - // deliberate. This service depends on the specific behavior of anchor nodes created by the - // browser (resolving and parsing URLs) that is unlikely to be provided by mock objects and - // cause us to break tests. In addition, when the browser resolves a URL for XHR, it - // doesn't know about mocked locations and resolves URLs to the real document - which is - // exactly the behavior needed here. There is little value is mocking these out for this - // service. - var urlParsingNode = window.document.createElement('a'); - var originUrl = urlResolve(window.location.href); + urlParsingNode.setAttribute('href', href); - /** - * - * Implementation Notes for non-IE browsers - * ---------------------------------------- - * Assigning a URL to the href property of an anchor DOM node, even one attached to the DOM, - * results both in the normalizing and parsing of the URL. Normalizing means that a relative - * URL will be resolved into an absolute URL in the context of the application document. - * Parsing means that the anchor node's host, hostname, protocol, port, pathname and related - * properties are all populated to reflect the normalized URL. This approach has wide - * compatibility - Safari 1+, Mozilla 1+ etc. See - * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html - * - * Implementation Notes for IE - * --------------------------- - * IE <= 10 normalizes the URL when assigned to the anchor node similar to the other - * browsers. However, the parsed components will not be set if the URL assigned did not specify - * them. (e.g. if you assign a.href = "foo", then a.protocol, a.host, etc. will be empty.) We - * work around that by performing the parsing in a 2nd step by taking a previously normalized - * URL (e.g. by assigning to a.href) and assigning it a.href again. This correctly populates the - * properties such as protocol, hostname, port, etc. - * - * References: - * http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement - * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html - * http://url.spec.whatwg.org/#urlutils - * https://github.com/angular/angular.js/pull/2902 - * http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ - * - * @kind function - * @param {string} url The URL to be parsed. - * @description Normalizes and parses a URL. - * @returns {object} Returns the normalized URL as a dictionary. - * - * | member name | Description | - * |---------------|----------------| - * | href | A normalized version of the provided URL if it was not an absolute URL | - * | protocol | The protocol including the trailing colon | - * | host | The host and port (if the port is non-default) of the normalizedUrl | - * | search | The search params, minus the question mark | - * | hash | The hash string, minus the hash symbol - * | hostname | The hostname - * | port | The port, without ":" - * | pathname | The pathname, beginning with "/" - * - */ - function urlResolve(url) { - var href = url; + // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils + return { + href: urlParsingNode.href, + protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', + host: urlParsingNode.host, + search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', + hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', + hostname: urlParsingNode.hostname, + port: urlParsingNode.port, + pathname: (urlParsingNode.pathname.charAt(0) === '/') + ? urlParsingNode.pathname + : '/' + urlParsingNode.pathname + }; +} - // Support: IE 9-11 only - if (msie) { - // Normalize before parse. Refer Implementation Notes on why this is - // done in two steps on IE. - urlParsingNode.setAttribute('href', href); - href = urlParsingNode.href; - } +/** + * Parse a request URL and determine whether this is a same-origin request as the application document. + * + * @param {string|object} requestUrl The url of the request as a string that will be resolved + * or a parsed URL object. + * @returns {boolean} Whether the request is for the same origin as the application document. + */ +function urlIsSameOrigin(requestUrl) { + var parsed = (isString(requestUrl)) ? urlResolve(requestUrl) : requestUrl; + return (parsed.protocol === originUrl.protocol && + parsed.host === originUrl.host); +} - urlParsingNode.setAttribute('href', href); +/** + * @ngdoc service + * @name $window + * @this + * + * @description + * A reference to the browser's `window` object. While `window` + * is globally available in JavaScript, it causes testability problems, because + * it is a global variable. In angular we always refer to it through the + * `$window` service, so it may be overridden, removed or mocked for testing. + * + * Expressions, like the one defined for the `ngClick` directive in the example + * below, are evaluated with respect to the current scope. Therefore, there is + * no risk of inadvertently coding in a dependency on a global value in such an + * expression. + * + * @example + + + +
    + + +
    +
    + + it('should display the greeting in the input box', function() { + element(by.model('greeting')).sendKeys('Hello, E2E Tests'); + // If we click the button it will block the test runner + // element(':button').click(); + }); + +
    + */ +function $WindowProvider() { + this.$get = valueFn(window); +} - // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils - return { - href: urlParsingNode.href, - protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', - host: urlParsingNode.host, - search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', - hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', - hostname: urlParsingNode.hostname, - port: urlParsingNode.port, - pathname: urlParsingNode.pathname.charAt(0) === '/' ? urlParsingNode.pathname : '/' + urlParsingNode.pathname - }; - } +/** + * @name $$cookieReader + * @requires $document + * + * @description + * This is a private service for reading cookies used by $http and ngCookies + * + * @return {Object} a key/value map of the current cookies + */ +function $$CookieReader($document) { + var rawDocument = $document[0] || {}; + var lastCookies = {}; + var lastCookieString = ''; - /** - * Parse a request URL and determine whether this is a same-origin request as the application document. - * - * @param {string|object} requestUrl The url of the request as a string that will be resolved - * or a parsed URL object. - * @returns {boolean} Whether the request is for the same origin as the application document. - */ - function urlIsSameOrigin(requestUrl) { - var parsed = isString(requestUrl) ? urlResolve(requestUrl) : requestUrl; - return parsed.protocol === originUrl.protocol && parsed.host === originUrl.host; + function safeGetCookie(rawDocument) { + try { + return rawDocument.cookie || ''; + } catch (e) { + return ''; + } } - /** - * @ngdoc service - * @name $window - * @this - * - * @description - * A reference to the browser's `window` object. While `window` - * is globally available in JavaScript, it causes testability problems, because - * it is a global variable. In angular we always refer to it through the - * `$window` service, so it may be overridden, removed or mocked for testing. - * - * Expressions, like the one defined for the `ngClick` directive in the example - * below, are evaluated with respect to the current scope. Therefore, there is - * no risk of inadvertently coding in a dependency on a global value in such an - * expression. - * - * @example - - - -
    - - -
    -
    - - it('should display the greeting in the input box', function() { - element(by.model('greeting')).sendKeys('Hello, E2E Tests'); - // If we click the button it will block the test runner - // element(':button').click(); - }); - -
    - */ - function $WindowProvider() { - this.$get = valueFn(window); + function safeDecodeURIComponent(str) { + try { + return decodeURIComponent(str); + } catch (e) { + return str; + } } - /** - * @name $$cookieReader - * @requires $document - * - * @description - * This is a private service for reading cookies used by $http and ngCookies - * - * @return {Object} a key/value map of the current cookies - */ - function $$CookieReader($document) { - var rawDocument = $document[0] || {}; - var lastCookies = {}; - var lastCookieString = ''; + return function() { + var cookieArray, cookie, i, index, name; + var currentCookieString = safeGetCookie(rawDocument); - function safeGetCookie(rawDocument) { - try { - return rawDocument.cookie || ''; - } catch (e) { - return ''; - } - } + if (currentCookieString !== lastCookieString) { + lastCookieString = currentCookieString; + cookieArray = lastCookieString.split('; '); + lastCookies = {}; - function safeDecodeURIComponent(str) { - try { - return decodeURIComponent(str); - } catch (e) { - return str; - } - } - - return function () { - var cookieArray, cookie, i, index, name; - var currentCookieString = safeGetCookie(rawDocument); - - if (currentCookieString !== lastCookieString) { - lastCookieString = currentCookieString; - cookieArray = lastCookieString.split('; '); - lastCookies = {}; - - for (i = 0; i < cookieArray.length; i++) { - cookie = cookieArray[i]; - index = cookie.indexOf('='); - if (index > 0) { - //ignore nameless cookies - name = safeDecodeURIComponent(cookie.substring(0, index)); - // the first value that is seen for a cookie is the most - // specific one. values for the same cookie name that - // follow are for less specific paths. - if (isUndefined(lastCookies[name])) { - lastCookies[name] = safeDecodeURIComponent(cookie.substring(index + 1)); - } + for (i = 0; i < cookieArray.length; i++) { + cookie = cookieArray[i]; + index = cookie.indexOf('='); + if (index > 0) { //ignore nameless cookies + name = safeDecodeURIComponent(cookie.substring(0, index)); + // the first value that is seen for a cookie is the most + // specific one. values for the same cookie name that + // follow are for less specific paths. + if (isUndefined(lastCookies[name])) { + lastCookies[name] = safeDecodeURIComponent(cookie.substring(index + 1)); } } } - return lastCookies; - }; - } + } + return lastCookies; + }; +} - $$CookieReader.$inject = ['$document']; +$$CookieReader.$inject = ['$document']; - /** @this */ - function $$CookieReaderProvider() { - this.$get = $$CookieReader; - } +/** @this */ +function $$CookieReaderProvider() { + this.$get = $$CookieReader; +} - /* global currencyFilter: true, - dateFilter: true, - filterFilter: true, - jsonFilter: true, - limitToFilter: true, - lowercaseFilter: true, - numberFilter: true, - orderByFilter: true, - uppercaseFilter: true, - */ +/* global currencyFilter: true, + dateFilter: true, + filterFilter: true, + jsonFilter: true, + limitToFilter: true, + lowercaseFilter: true, + numberFilter: true, + orderByFilter: true, + uppercaseFilter: true, + */ - /** - * @ngdoc provider - * @name $filterProvider - * @description - * - * Filters are just functions which transform input to an output. However filters need to be - * Dependency Injected. To achieve this a filter definition consists of a factory function which is - * annotated with dependencies and is responsible for creating a filter function. - * - *
    - * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. - * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace - * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores - * (`myapp_subsection_filterx`). - *
    - * - * ```js - * // Filter registration - * function MyModule($provide, $filterProvider) { - * // create a service to demonstrate injection (not always needed) - * $provide.value('greet', function(name){ - * return 'Hello ' + name + '!'; - * }); - * - * // register a filter factory which uses the - * // greet service to demonstrate DI. - * $filterProvider.register('greet', function(greet){ - * // return the filter function which uses the greet service - * // to generate salutation - * return function(text) { - * // filters need to be forgiving so check input validity - * return text && greet(text) || text; - * }; - * }); - * } - * ``` - * - * The filter function is registered with the `$injector` under the filter name suffix with - * `Filter`. - * - * ```js - * it('should be the same instance', inject( - * function($filterProvider) { - * $filterProvider.register('reverse', function(){ - * return ...; - * }); - * }, - * function($filter, reverseFilter) { - * expect($filter('reverse')).toBe(reverseFilter); - * }); - * ``` - * - * - * For more information about how angular filters work, and how to create your own filters, see - * {@link guide/filter Filters} in the Angular Developer Guide. - */ +/** + * @ngdoc provider + * @name $filterProvider + * @description + * + * Filters are just functions which transform input to an output. However filters need to be + * Dependency Injected. To achieve this a filter definition consists of a factory function which is + * annotated with dependencies and is responsible for creating a filter function. + * + *
    + * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. + * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace + * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores + * (`myapp_subsection_filterx`). + *
    + * + * ```js + * // Filter registration + * function MyModule($provide, $filterProvider) { + * // create a service to demonstrate injection (not always needed) + * $provide.value('greet', function(name){ + * return 'Hello ' + name + '!'; + * }); + * + * // register a filter factory which uses the + * // greet service to demonstrate DI. + * $filterProvider.register('greet', function(greet){ + * // return the filter function which uses the greet service + * // to generate salutation + * return function(text) { + * // filters need to be forgiving so check input validity + * return text && greet(text) || text; + * }; + * }); + * } + * ``` + * + * The filter function is registered with the `$injector` under the filter name suffix with + * `Filter`. + * + * ```js + * it('should be the same instance', inject( + * function($filterProvider) { + * $filterProvider.register('reverse', function(){ + * return ...; + * }); + * }, + * function($filter, reverseFilter) { + * expect($filter('reverse')).toBe(reverseFilter); + * }); + * ``` + * + * + * For more information about how angular filters work, and how to create your own filters, see + * {@link guide/filter Filters} in the Angular Developer Guide. + */ + +/** + * @ngdoc service + * @name $filter + * @kind function + * @description + * Filters are used for formatting data displayed to the user. + * + * They can be used in view templates, controllers or services.Angular comes + * with a collection of [built-in filters](api/ng/filter), but it is easy to + * define your own as well. + * + * The general syntax in templates is as follows: + * + * ```html + * {{ expression [| filter_name[:parameter_value] ... ] }} + * ``` + * + * @param {String} name Name of the filter function to retrieve + * @return {Function} the filter function + * @example + + +
    +

    {{ originalText }}

    +

    {{ filteredText }}

    +
    +
    + + + angular.module('filterExample', []) + .controller('MainCtrl', function($scope, $filter) { + $scope.originalText = 'hello'; + $scope.filteredText = $filter('uppercase')($scope.originalText); + }); + +
    + */ +$FilterProvider.$inject = ['$provide']; +/** @this */ +function $FilterProvider($provide) { + var suffix = 'Filter'; /** - * @ngdoc service - * @name $filter - * @kind function - * @description - * Filters are used for formatting data displayed to the user. - * - * They can be used in view templates, controllers or services.Angular comes - * with a collection of [built-in filters](api/ng/filter), but it is easy to - * define your own as well. - * - * The general syntax in templates is as follows: - * - * ```html - * {{ expression [| filter_name[:parameter_value] ... ] }} - * ``` - * - * @param {String} name Name of the filter function to retrieve - * @return {Function} the filter function - * @example - - -
    -

    {{ originalText }}

    -

    {{ filteredText }}

    -
    -
    - - - angular.module('filterExample', []) - .controller('MainCtrl', function($scope, $filter) { - $scope.originalText = 'hello'; - $scope.filteredText = $filter('uppercase')($scope.originalText); - }); - -
    - */ - $FilterProvider.$inject = ['$provide']; - /** @this */ - function $FilterProvider($provide) { - var suffix = 'Filter'; - - /** - * @ngdoc method - * @name $filterProvider#register - * @param {string|Object} name Name of the filter function, or an object map of filters where - * the keys are the filter names and the values are the filter factories. - * - *
    - * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. - * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace - * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores - * (`myapp_subsection_filterx`). - *
    - * @param {Function} factory If the first argument was a string, a factory function for the filter to be registered. - * @returns {Object} Registered filter instance, or if a map of filters was provided then a map - * of the registered filter instances. - */ - function register(name, factory) { - if (isObject(name)) { - var filters = {}; - forEach(name, function (filter, key) { - filters[key] = register(key, filter); - }); - return filters; - } else { - return $provide.factory(name + suffix, factory); - } + * @ngdoc method + * @name $filterProvider#register + * @param {string|Object} name Name of the filter function, or an object map of filters where + * the keys are the filter names and the values are the filter factories. + * + *
    + * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. + * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace + * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores + * (`myapp_subsection_filterx`). + *
    + * @param {Function} factory If the first argument was a string, a factory function for the filter to be registered. + * @returns {Object} Registered filter instance, or if a map of filters was provided then a map + * of the registered filter instances. + */ + function register(name, factory) { + if (isObject(name)) { + var filters = {}; + forEach(name, function(filter, key) { + filters[key] = register(key, filter); + }); + return filters; + } else { + return $provide.factory(name + suffix, factory); } - this.register = register; + } + this.register = register; - this.$get = ['$injector', function ($injector) { - return function (name) { - return $injector.get(name + suffix); - }; - }]; + this.$get = ['$injector', function($injector) { + return function(name) { + return $injector.get(name + suffix); + }; + }]; - //////////////////////////////////////// - - /* global - currencyFilter: false, - dateFilter: false, - filterFilter: false, - jsonFilter: false, - limitToFilter: false, - lowercaseFilter: false, - numberFilter: false, - orderByFilter: false, - uppercaseFilter: false - */ + //////////////////////////////////////// - register('currency', currencyFilter); - register('date', dateFilter); - register('filter', filterFilter); - register('json', jsonFilter); - register('limitTo', limitToFilter); - register('lowercase', lowercaseFilter); - register('number', numberFilter); - register('orderBy', orderByFilter); - register('uppercase', uppercaseFilter); - } + /* global + currencyFilter: false, + dateFilter: false, + filterFilter: false, + jsonFilter: false, + limitToFilter: false, + lowercaseFilter: false, + numberFilter: false, + orderByFilter: false, + uppercaseFilter: false + */ - /** - * @ngdoc filter - * @name filter - * @kind function - * - * @description - * Selects a subset of items from `array` and returns it as a new array. - * - * @param {Array} array The source array. - *
    - * **Note**: If the array contains objects that reference themselves, filtering is not possible. - *
    - * @param {string|Object|function()} expression The predicate to be used for selecting items from - * `array`. - * - * Can be one of: - * - * - `string`: The string is used for matching against the contents of the `array`. All strings or - * objects with string properties in `array` that match this string will be returned. This also - * applies to nested object properties. - * The predicate can be negated by prefixing the string with `!`. - * - * - `Object`: A pattern object can be used to filter specific properties on objects contained - * by `array`. For example `{name:"M", phone:"1"}` predicate will return an array of items - * which have property `name` containing "M" and property `phone` containing "1". A special - * property name (`$` by default) can be used (e.g. as in `{$: "text"}`) to accept a match - * against any property of the object or its nested object properties. That's equivalent to the - * simple substring match with a `string` as described above. The special property name can be - * overwritten, using the `anyPropertyKey` parameter. - * The predicate can be negated by prefixing the string with `!`. - * For example `{name: "!M"}` predicate will return an array of items which have property `name` - * not containing "M". - * - * Note that a named property will match properties on the same level only, while the special - * `$` property will match properties on the same level or deeper. E.g. an array item like - * `{name: {first: 'John', last: 'Doe'}}` will **not** be matched by `{name: 'John'}`, but - * **will** be matched by `{$: 'John'}`. - * - * - `function(value, index, array)`: A predicate function can be used to write arbitrary filters. - * The function is called for each element of the array, with the element, its index, and - * the entire array itself as arguments. - * - * The final result is an array of those elements that the predicate returned true for. - * - * @param {function(actual, expected)|true|false} [comparator] Comparator which is used in - * determining if values retrieved using `expression` (when it is not a function) should be - * considered a match based on the expected value (from the filter expression) and actual - * value (from the object in the array). - * - * Can be one of: - * - * - `function(actual, expected)`: - * The function will be given the object value and the predicate value to compare and - * should return true if both values should be considered equal. - * - * - `true`: A shorthand for `function(actual, expected) { return angular.equals(actual, expected)}`. - * This is essentially strict comparison of expected and actual. - * - * - `false`: A short hand for a function which will look for a substring match in a case - * insensitive way. Primitive values are converted to strings. Objects are not compared against - * primitives, unless they have a custom `toString` method (e.g. `Date` objects). - * - * - * Defaults to `false`. - * - * @param {string} [anyPropertyKey] The special property name that matches against any property. - * By default `$`. - * - * @example - - -
    - - - - - - - - -
    NamePhone
    {{friend.name}}{{friend.phone}}
    -
    -
    -
    -
    -
    - - - - - - -
    NamePhone
    {{friendObj.name}}{{friendObj.phone}}
    -
    - - var expectFriendNames = function(expectedNames, key) { - element.all(by.repeater(key + ' in friends').column(key + '.name')).then(function(arr) { - arr.forEach(function(wd, i) { - expect(wd.getText()).toMatch(expectedNames[i]); - }); + register('currency', currencyFilter); + register('date', dateFilter); + register('filter', filterFilter); + register('json', jsonFilter); + register('limitTo', limitToFilter); + register('lowercase', lowercaseFilter); + register('number', numberFilter); + register('orderBy', orderByFilter); + register('uppercase', uppercaseFilter); +} + +/** + * @ngdoc filter + * @name filter + * @kind function + * + * @description + * Selects a subset of items from `array` and returns it as a new array. + * + * @param {Array} array The source array. + *
    + * **Note**: If the array contains objects that reference themselves, filtering is not possible. + *
    + * @param {string|Object|function()} expression The predicate to be used for selecting items from + * `array`. + * + * Can be one of: + * + * - `string`: The string is used for matching against the contents of the `array`. All strings or + * objects with string properties in `array` that match this string will be returned. This also + * applies to nested object properties. + * The predicate can be negated by prefixing the string with `!`. + * + * - `Object`: A pattern object can be used to filter specific properties on objects contained + * by `array`. For example `{name:"M", phone:"1"}` predicate will return an array of items + * which have property `name` containing "M" and property `phone` containing "1". A special + * property name (`$` by default) can be used (e.g. as in `{$: "text"}`) to accept a match + * against any property of the object or its nested object properties. That's equivalent to the + * simple substring match with a `string` as described above. The special property name can be + * overwritten, using the `anyPropertyKey` parameter. + * The predicate can be negated by prefixing the string with `!`. + * For example `{name: "!M"}` predicate will return an array of items which have property `name` + * not containing "M". + * + * Note that a named property will match properties on the same level only, while the special + * `$` property will match properties on the same level or deeper. E.g. an array item like + * `{name: {first: 'John', last: 'Doe'}}` will **not** be matched by `{name: 'John'}`, but + * **will** be matched by `{$: 'John'}`. + * + * - `function(value, index, array)`: A predicate function can be used to write arbitrary filters. + * The function is called for each element of the array, with the element, its index, and + * the entire array itself as arguments. + * + * The final result is an array of those elements that the predicate returned true for. + * + * @param {function(actual, expected)|true|false} [comparator] Comparator which is used in + * determining if values retrieved using `expression` (when it is not a function) should be + * considered a match based on the expected value (from the filter expression) and actual + * value (from the object in the array). + * + * Can be one of: + * + * - `function(actual, expected)`: + * The function will be given the object value and the predicate value to compare and + * should return true if both values should be considered equal. + * + * - `true`: A shorthand for `function(actual, expected) { return angular.equals(actual, expected)}`. + * This is essentially strict comparison of expected and actual. + * + * - `false`: A short hand for a function which will look for a substring match in a case + * insensitive way. Primitive values are converted to strings. Objects are not compared against + * primitives, unless they have a custom `toString` method (e.g. `Date` objects). + * + * + * Defaults to `false`. + * + * @param {string} [anyPropertyKey] The special property name that matches against any property. + * By default `$`. + * + * @example + + +
    + + + + + + + + +
    NamePhone
    {{friend.name}}{{friend.phone}}
    +
    +
    +
    +
    +
    + + + + + + +
    NamePhone
    {{friendObj.name}}{{friendObj.phone}}
    +
    + + var expectFriendNames = function(expectedNames, key) { + element.all(by.repeater(key + ' in friends').column(key + '.name')).then(function(arr) { + arr.forEach(function(wd, i) { + expect(wd.getText()).toMatch(expectedNames[i]); }); - }; - - it('should search across all fields when filtering with a string', function() { - var searchText = element(by.model('searchText')); - searchText.clear(); - searchText.sendKeys('m'); - expectFriendNames(['Mary', 'Mike', 'Adam'], 'friend'); - - searchText.clear(); - searchText.sendKeys('76'); - expectFriendNames(['John', 'Julie'], 'friend'); - }); - - it('should search in specific fields when filtering with a predicate object', function() { - var searchAny = element(by.model('search.$')); - searchAny.clear(); - searchAny.sendKeys('i'); - expectFriendNames(['Mary', 'Mike', 'Julie', 'Juliette'], 'friendObj'); - }); - it('should use a equal comparison when comparator is true', function() { - var searchName = element(by.model('search.name')); - var strict = element(by.model('strict')); - searchName.clear(); - searchName.sendKeys('Julie'); - strict.click(); - expectFriendNames(['Julie'], 'friendObj'); }); - -
    - */ + }; - function filterFilter() { - return function (array, expression, comparator, anyPropertyKey) { - if (!isArrayLike(array)) { - if (array == null) { - return array; - } else { - throw minErr('filter')('notarray', 'Expected array but received: {0}', array); - } - } + it('should search across all fields when filtering with a string', function() { + var searchText = element(by.model('searchText')); + searchText.clear(); + searchText.sendKeys('m'); + expectFriendNames(['Mary', 'Mike', 'Adam'], 'friend'); - anyPropertyKey = anyPropertyKey || '$'; - var expressionType = getTypeForFilter(expression); - var predicateFn; - var matchAgainstAnyProp; + searchText.clear(); + searchText.sendKeys('76'); + expectFriendNames(['John', 'Julie'], 'friend'); + }); - switch (expressionType) { - case 'function': - predicateFn = expression; - break; - case 'boolean': - case 'null': - case 'number': - case 'string': - matchAgainstAnyProp = true; - // falls through - case 'object': - predicateFn = createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp); - break; - default: - return array; - } + it('should search in specific fields when filtering with a predicate object', function() { + var searchAny = element(by.model('search.$')); + searchAny.clear(); + searchAny.sendKeys('i'); + expectFriendNames(['Mary', 'Mike', 'Julie', 'Juliette'], 'friendObj'); + }); + it('should use a equal comparison when comparator is true', function() { + var searchName = element(by.model('search.name')); + var strict = element(by.model('strict')); + searchName.clear(); + searchName.sendKeys('Julie'); + strict.click(); + expectFriendNames(['Julie'], 'friendObj'); + }); +
    +
    + */ - return Array.prototype.filter.call(array, predicateFn); - }; - } +function filterFilter() { + return function(array, expression, comparator, anyPropertyKey) { + if (!isArrayLike(array)) { + if (array == null) { + return array; + } else { + throw minErr('filter')('notarray', 'Expected array but received: {0}', array); + } + } - // Helper functions for `filterFilter` - function createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp) { - var shouldMatchPrimitives = isObject(expression) && anyPropertyKey in expression; + anyPropertyKey = anyPropertyKey || '$'; + var expressionType = getTypeForFilter(expression); var predicateFn; + var matchAgainstAnyProp; - if (comparator === true) { - comparator = equals; - } else if (!isFunction(comparator)) { - comparator = function comparator(actual, expected) { - if (isUndefined(actual)) { - // No substring matching against `undefined` - return false; - } - if (actual === null || expected === null) { - // No substring matching against `null`; only match against `null` - return actual === expected; - } - if (isObject(expected) || isObject(actual) && !hasCustomToString(actual)) { - // Should not compare primitives against objects, unless they have custom `toString` method - return false; - } - - actual = lowercase('' + actual); - expected = lowercase('' + expected); - return actual.indexOf(expected) !== -1; - }; + switch (expressionType) { + case 'function': + predicateFn = expression; + break; + case 'boolean': + case 'null': + case 'number': + case 'string': + matchAgainstAnyProp = true; + // falls through + case 'object': + predicateFn = createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp); + break; + default: + return array; } - predicateFn = function predicateFn(item) { - if (shouldMatchPrimitives && !isObject(item)) { - return deepCompare(item, expression[anyPropertyKey], comparator, anyPropertyKey, false); + return Array.prototype.filter.call(array, predicateFn); + }; +} + +// Helper functions for `filterFilter` +function createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp) { + var shouldMatchPrimitives = isObject(expression) && (anyPropertyKey in expression); + var predicateFn; + + if (comparator === true) { + comparator = equals; + } else if (!isFunction(comparator)) { + comparator = function(actual, expected) { + if (isUndefined(actual)) { + // No substring matching against `undefined` + return false; + } + if ((actual === null) || (expected === null)) { + // No substring matching against `null`; only match against `null` + return actual === expected; + } + if (isObject(expected) || (isObject(actual) && !hasCustomToString(actual))) { + // Should not compare primitives against objects, unless they have custom `toString` method + return false; } - return deepCompare(item, expression, comparator, anyPropertyKey, matchAgainstAnyProp); - }; - return predicateFn; + actual = lowercase('' + actual); + expected = lowercase('' + expected); + return actual.indexOf(expected) !== -1; + }; } - function deepCompare(actual, expected, comparator, anyPropertyKey, matchAgainstAnyProp, dontMatchWholeObject) { - var actualType = getTypeForFilter(actual); - var expectedType = getTypeForFilter(expected); - - if (expectedType === 'string' && expected.charAt(0) === '!') { - return !deepCompare(actual, expected.substring(1), comparator, anyPropertyKey, matchAgainstAnyProp); - } else if (isArray(actual)) { - // In case `actual` is an array, consider it a match - // if ANY of it's items matches `expected` - return actual.some(function (item) { - return deepCompare(item, expected, comparator, anyPropertyKey, matchAgainstAnyProp); - }); + predicateFn = function(item) { + if (shouldMatchPrimitives && !isObject(item)) { + return deepCompare(item, expression[anyPropertyKey], comparator, anyPropertyKey, false); } + return deepCompare(item, expression, comparator, anyPropertyKey, matchAgainstAnyProp); + }; - switch (actualType) { - case 'object': - var key; - if (matchAgainstAnyProp) { - for (key in actual) { - // Under certain, rare, circumstances, key may not be a string and `charAt` will be undefined - // See: https://github.com/angular/angular.js/issues/15644 - if (key.charAt && key.charAt(0) !== '$' && deepCompare(actual[key], expected, comparator, anyPropertyKey, true)) { - return true; - } + return predicateFn; +} + +function deepCompare(actual, expected, comparator, anyPropertyKey, matchAgainstAnyProp, dontMatchWholeObject) { + var actualType = getTypeForFilter(actual); + var expectedType = getTypeForFilter(expected); + + if ((expectedType === 'string') && (expected.charAt(0) === '!')) { + return !deepCompare(actual, expected.substring(1), comparator, anyPropertyKey, matchAgainstAnyProp); + } else if (isArray(actual)) { + // In case `actual` is an array, consider it a match + // if ANY of it's items matches `expected` + return actual.some(function(item) { + return deepCompare(item, expected, comparator, anyPropertyKey, matchAgainstAnyProp); + }); + } + + switch (actualType) { + case 'object': + var key; + if (matchAgainstAnyProp) { + for (key in actual) { + // Under certain, rare, circumstances, key may not be a string and `charAt` will be undefined + // See: https://github.com/angular/angular.js/issues/15644 + if (key.charAt && (key.charAt(0) !== '$') && + deepCompare(actual[key], expected, comparator, anyPropertyKey, true)) { + return true; + } + } + return dontMatchWholeObject ? false : deepCompare(actual, expected, comparator, anyPropertyKey, false); + } else if (expectedType === 'object') { + for (key in expected) { + var expectedVal = expected[key]; + if (isFunction(expectedVal) || isUndefined(expectedVal)) { + continue; } - return dontMatchWholeObject ? false : deepCompare(actual, expected, comparator, anyPropertyKey, false); - } else if (expectedType === 'object') { - for (key in expected) { - var expectedVal = expected[key]; - if (isFunction(expectedVal) || isUndefined(expectedVal)) { - continue; - } - var matchAnyProperty = key === anyPropertyKey; - var actualVal = matchAnyProperty ? actual : actual[key]; - if (!deepCompare(actualVal, expectedVal, comparator, anyPropertyKey, matchAnyProperty, matchAnyProperty)) { - return false; - } + var matchAnyProperty = key === anyPropertyKey; + var actualVal = matchAnyProperty ? actual : actual[key]; + if (!deepCompare(actualVal, expectedVal, comparator, anyPropertyKey, matchAnyProperty, matchAnyProperty)) { + return false; } - return true; - } else { - return comparator(actual, expected); } - case 'function': - return false; - default: + return true; + } else { return comparator(actual, expected); - } + } + case 'function': + return false; + default: + return comparator(actual, expected); } +} - // Used for easily differentiating between `null` and actual `object` - function getTypeForFilter(val) { - return val === null ? 'null' : typeof val === 'undefined' ? 'undefined' : _typeof(val); - } +// Used for easily differentiating between `null` and actual `object` +function getTypeForFilter(val) { + return (val === null) ? 'null' : typeof val; +} - var MAX_DIGITS = 22; - var DECIMAL_SEP = '.'; - var ZERO_CHAR = '0'; +var MAX_DIGITS = 22; +var DECIMAL_SEP = '.'; +var ZERO_CHAR = '0'; - /** - * @ngdoc filter - * @name currency - * @kind function - * - * @description - * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default - * symbol for current locale is used. - * - * @param {number} amount Input to filter. - * @param {string=} symbol Currency symbol or identifier to be displayed. - * @param {number=} fractionSize Number of decimal places to round the amount to, defaults to default max fraction size for current locale - * @returns {string} Formatted number. - * - * - * @example - - - -
    -
    - default currency symbol ($): {{amount | currency}}
    - custom currency identifier (USD$): {{amount | currency:"USD$"}}
    - no fractions (0): {{amount | currency:"USD$":0}} -
    -
    - - it('should init with 1234.56', function() { - expect(element(by.id('currency-default')).getText()).toBe('$1,234.56'); - expect(element(by.id('currency-custom')).getText()).toBe('USD$1,234.56'); - expect(element(by.id('currency-no-fractions')).getText()).toBe('USD$1,235'); - }); - it('should update', function() { - if (browser.params.browser === 'safari') { - // Safari does not understand the minus key. See - // https://github.com/angular/protractor/issues/481 - return; - } - element(by.model('amount')).clear(); - element(by.model('amount')).sendKeys('-1234'); - expect(element(by.id('currency-default')).getText()).toBe('-$1,234.00'); - expect(element(by.id('currency-custom')).getText()).toBe('-USD$1,234.00'); - expect(element(by.id('currency-no-fractions')).getText()).toBe('-USD$1,234'); - }); - -
    - */ - currencyFilter.$inject = ['$locale']; - function currencyFilter($locale) { - var formats = $locale.NUMBER_FORMATS; - return function (amount, currencySymbol, fractionSize) { - if (isUndefined(currencySymbol)) { - currencySymbol = formats.CURRENCY_SYM; - } +/** + * @ngdoc filter + * @name currency + * @kind function + * + * @description + * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default + * symbol for current locale is used. + * + * @param {number} amount Input to filter. + * @param {string=} symbol Currency symbol or identifier to be displayed. + * @param {number=} fractionSize Number of decimal places to round the amount to, defaults to default max fraction size for current locale + * @returns {string} Formatted number. + * + * + * @example + + + +
    +
    + default currency symbol ($): {{amount | currency}}
    + custom currency identifier (USD$): {{amount | currency:"USD$"}}
    + no fractions (0): {{amount | currency:"USD$":0}} +
    +
    + + it('should init with 1234.56', function() { + expect(element(by.id('currency-default')).getText()).toBe('$1,234.56'); + expect(element(by.id('currency-custom')).getText()).toBe('USD$1,234.56'); + expect(element(by.id('currency-no-fractions')).getText()).toBe('USD$1,235'); + }); + it('should update', function() { + if (browser.params.browser === 'safari') { + // Safari does not understand the minus key. See + // https://github.com/angular/protractor/issues/481 + return; + } + element(by.model('amount')).clear(); + element(by.model('amount')).sendKeys('-1234'); + expect(element(by.id('currency-default')).getText()).toBe('-$1,234.00'); + expect(element(by.id('currency-custom')).getText()).toBe('-USD$1,234.00'); + expect(element(by.id('currency-no-fractions')).getText()).toBe('-USD$1,234'); + }); + +
    + */ +currencyFilter.$inject = ['$locale']; +function currencyFilter($locale) { + var formats = $locale.NUMBER_FORMATS; + return function(amount, currencySymbol, fractionSize) { + if (isUndefined(currencySymbol)) { + currencySymbol = formats.CURRENCY_SYM; + } - if (isUndefined(fractionSize)) { - fractionSize = formats.PATTERNS[1].maxFrac; - } + if (isUndefined(fractionSize)) { + fractionSize = formats.PATTERNS[1].maxFrac; + } - // if null or undefined pass it through - return amount == null ? amount : formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize).replace(/\u00A4/g, currencySymbol); - }; - } + // if null or undefined pass it through + return (amount == null) + ? amount + : formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize). + replace(/\u00A4/g, currencySymbol); + }; +} - /** - * @ngdoc filter - * @name number - * @kind function - * - * @description - * Formats a number as text. - * - * If the input is null or undefined, it will just be returned. - * If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively. - * If the input is not a number an empty string is returned. - * - * - * @param {number|string} number Number to format. - * @param {(number|string)=} fractionSize Number of decimal places to round the number to. - * If this is not provided then the fraction size is computed from the current locale's number - * formatting pattern. In the case of the default locale, it will be 3. - * @returns {string} Number rounded to `fractionSize` appropriately formatted based on the current - * locale (e.g., in the en_US locale it will have "." as the decimal separator and - * include "," group separators after each third digit). - * - * @example - - - -
    -
    - Default formatting: {{val | number}}
    - No fractions: {{val | number:0}}
    - Negative number: {{-val | number:4}} -
    -
    - - it('should format numbers', function() { - expect(element(by.id('number-default')).getText()).toBe('1,234.568'); - expect(element(by.binding('val | number:0')).getText()).toBe('1,235'); - expect(element(by.binding('-val | number:4')).getText()).toBe('-1,234.5679'); - }); - - it('should update', function() { - element(by.model('val')).clear(); - element(by.model('val')).sendKeys('3374.333'); - expect(element(by.id('number-default')).getText()).toBe('3,374.333'); - expect(element(by.binding('val | number:0')).getText()).toBe('3,374'); - expect(element(by.binding('-val | number:4')).getText()).toBe('-3,374.3330'); - }); - -
    - */ - numberFilter.$inject = ['$locale']; - function numberFilter($locale) { - var formats = $locale.NUMBER_FORMATS; - return function (number, fractionSize) { +/** + * @ngdoc filter + * @name number + * @kind function + * + * @description + * Formats a number as text. + * + * If the input is null or undefined, it will just be returned. + * If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively. + * If the input is not a number an empty string is returned. + * + * + * @param {number|string} number Number to format. + * @param {(number|string)=} fractionSize Number of decimal places to round the number to. + * If this is not provided then the fraction size is computed from the current locale's number + * formatting pattern. In the case of the default locale, it will be 3. + * @returns {string} Number rounded to `fractionSize` appropriately formatted based on the current + * locale (e.g., in the en_US locale it will have "." as the decimal separator and + * include "," group separators after each third digit). + * + * @example + + + +
    +
    + Default formatting: {{val | number}}
    + No fractions: {{val | number:0}}
    + Negative number: {{-val | number:4}} +
    +
    + + it('should format numbers', function() { + expect(element(by.id('number-default')).getText()).toBe('1,234.568'); + expect(element(by.binding('val | number:0')).getText()).toBe('1,235'); + expect(element(by.binding('-val | number:4')).getText()).toBe('-1,234.5679'); + }); - // if null or undefined pass it through - return number == null ? number : formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize); - }; - } + it('should update', function() { + element(by.model('val')).clear(); + element(by.model('val')).sendKeys('3374.333'); + expect(element(by.id('number-default')).getText()).toBe('3,374.333'); + expect(element(by.binding('val | number:0')).getText()).toBe('3,374'); + expect(element(by.binding('-val | number:4')).getText()).toBe('-3,374.3330'); + }); + +
    + */ +numberFilter.$inject = ['$locale']; +function numberFilter($locale) { + var formats = $locale.NUMBER_FORMATS; + return function(number, fractionSize) { + + // if null or undefined pass it through + return (number == null) + ? number + : formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, + fractionSize); + }; +} - /** - * Parse a number (as a string) into three components that can be used - * for formatting the number. - * - * (Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/) - * - * @param {string} numStr The number to parse - * @return {object} An object describing this number, containing the following keys: - * - d : an array of digits containing leading zeros as necessary - * - i : the number of the digits in `d` that are to the left of the decimal point - * - e : the exponent for numbers that would need more than `MAX_DIGITS` digits in `d` - * - */ - function parse(numStr) { - var exponent = 0, - digits, - numberOfIntegerDigits; - var i, j, zeros; +/** + * Parse a number (as a string) into three components that can be used + * for formatting the number. + * + * (Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/) + * + * @param {string} numStr The number to parse + * @return {object} An object describing this number, containing the following keys: + * - d : an array of digits containing leading zeros as necessary + * - i : the number of the digits in `d` that are to the left of the decimal point + * - e : the exponent for numbers that would need more than `MAX_DIGITS` digits in `d` + * + */ +function parse(numStr) { + var exponent = 0, digits, numberOfIntegerDigits; + var i, j, zeros; - // Decimal point? - if ((numberOfIntegerDigits = numStr.indexOf(DECIMAL_SEP)) > -1) { - numStr = numStr.replace(DECIMAL_SEP, ''); - } + // Decimal point? + if ((numberOfIntegerDigits = numStr.indexOf(DECIMAL_SEP)) > -1) { + numStr = numStr.replace(DECIMAL_SEP, ''); + } - // Exponential form? - if ((i = numStr.search(/e/i)) > 0) { - // Work out the exponent. - if (numberOfIntegerDigits < 0) numberOfIntegerDigits = i; - numberOfIntegerDigits += +numStr.slice(i + 1); - numStr = numStr.substring(0, i); - } else if (numberOfIntegerDigits < 0) { - // There was no decimal point or exponent so it is an integer. - numberOfIntegerDigits = numStr.length; - } + // Exponential form? + if ((i = numStr.search(/e/i)) > 0) { + // Work out the exponent. + if (numberOfIntegerDigits < 0) numberOfIntegerDigits = i; + numberOfIntegerDigits += +numStr.slice(i + 1); + numStr = numStr.substring(0, i); + } else if (numberOfIntegerDigits < 0) { + // There was no decimal point or exponent so it is an integer. + numberOfIntegerDigits = numStr.length; + } - // Count the number of leading zeros. - for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) {/* empty */} + // Count the number of leading zeros. + for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) { /* empty */ } - if (i === (zeros = numStr.length)) { - // The digits are all zero. - digits = [0]; - numberOfIntegerDigits = 1; - } else { - // Count the number of trailing zeros - zeros--; - while (numStr.charAt(zeros) === ZERO_CHAR) { - zeros--; - } // Trailing zeros are insignificant so ignore them - numberOfIntegerDigits -= i; - digits = []; - // Convert string to array of digits without leading/trailing zeros. - for (j = 0; i <= zeros; i++, j++) { - digits[j] = +numStr.charAt(i); - } - } + if (i === (zeros = numStr.length)) { + // The digits are all zero. + digits = [0]; + numberOfIntegerDigits = 1; + } else { + // Count the number of trailing zeros + zeros--; + while (numStr.charAt(zeros) === ZERO_CHAR) zeros--; - // If the number overflows the maximum allowed digits then use an exponent. - if (numberOfIntegerDigits > MAX_DIGITS) { - digits = digits.splice(0, MAX_DIGITS - 1); - exponent = numberOfIntegerDigits - 1; - numberOfIntegerDigits = 1; + // Trailing zeros are insignificant so ignore them + numberOfIntegerDigits -= i; + digits = []; + // Convert string to array of digits without leading/trailing zeros. + for (j = 0; i <= zeros; i++, j++) { + digits[j] = +numStr.charAt(i); } + } - return { d: digits, e: exponent, i: numberOfIntegerDigits }; + // If the number overflows the maximum allowed digits then use an exponent. + if (numberOfIntegerDigits > MAX_DIGITS) { + digits = digits.splice(0, MAX_DIGITS - 1); + exponent = numberOfIntegerDigits - 1; + numberOfIntegerDigits = 1; } - /** - * Round the parsed number to the specified number of decimal places - * This function changed the parsedNumber in-place - */ - function roundNumber(parsedNumber, fractionSize, minFrac, maxFrac) { + return { d: digits, e: exponent, i: numberOfIntegerDigits }; +} + +/** + * Round the parsed number to the specified number of decimal places + * This function changed the parsedNumber in-place + */ +function roundNumber(parsedNumber, fractionSize, minFrac, maxFrac) { var digits = parsedNumber.d; var fractionLen = digits.length - parsedNumber.i; // determine fractionSize if it is not specified; `+fractionSize` converts it to a number - fractionSize = isUndefined(fractionSize) ? Math.min(Math.max(minFrac, fractionLen), maxFrac) : +fractionSize; + fractionSize = (isUndefined(fractionSize)) ? Math.min(Math.max(minFrac, fractionLen), maxFrac) : +fractionSize; // The index of the digit to where rounding is to occur var roundAt = fractionSize + parsedNumber.i; @@ -53983,9 +56119,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol parsedNumber.i = 1; digits.length = Math.max(1, roundAt = fractionSize + 1); digits[0] = 0; - for (var i = 1; i < roundAt; i++) { - digits[i] = 0; - } + for (var i = 1; i < roundAt; i++) digits[i] = 0; } if (digit >= 5) { @@ -54002,10 +56136,11 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } // Pad out with zeros to get the required fraction length - for (; fractionLen < Math.max(0, fractionSize); fractionLen++) { - digits.push(0); - } // Do any carrying, e.g. a digit was rounded up to 10 - var carry = digits.reduceRight(function (carry, d, i, digits) { + for (; fractionLen < Math.max(0, fractionSize); fractionLen++) digits.push(0); + + + // Do any carrying, e.g. a digit was rounded up to 10 + var carry = digits.reduceRight(function(carry, d, i, digits) { d = d + carry; digits[i] = d % 10; return Math.floor(d / 10); @@ -54014,2594 +56149,2605 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol digits.unshift(carry); parsedNumber.i++; } +} + +/** + * Format a number into a string + * @param {number} number The number to format + * @param {{ + * minFrac, // the minimum number of digits required in the fraction part of the number + * maxFrac, // the maximum number of digits required in the fraction part of the number + * gSize, // number of digits in each group of separated digits + * lgSize, // number of digits in the last group of digits before the decimal separator + * negPre, // the string to go in front of a negative number (e.g. `-` or `(`)) + * posPre, // the string to go in front of a positive number + * negSuf, // the string to go after a negative number (e.g. `)`) + * posSuf // the string to go after a positive number + * }} pattern + * @param {string} groupSep The string to separate groups of number (e.g. `,`) + * @param {string} decimalSep The string to act as the decimal separator (e.g. `.`) + * @param {[type]} fractionSize The size of the fractional part of the number + * @return {string} The number formatted as a string + */ +function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { + + if (!(isString(number) || isNumber(number)) || isNaN(number)) return ''; + + var isInfinity = !isFinite(number); + var isZero = false; + var numStr = Math.abs(number) + '', + formattedText = '', + parsedNumber; + + if (isInfinity) { + formattedText = '\u221e'; + } else { + parsedNumber = parse(numStr); + + roundNumber(parsedNumber, fractionSize, pattern.minFrac, pattern.maxFrac); + + var digits = parsedNumber.d; + var integerLen = parsedNumber.i; + var exponent = parsedNumber.e; + var decimals = []; + isZero = digits.reduce(function(isZero, d) { return isZero && !d; }, true); + + // pad zeros for small numbers + while (integerLen < 0) { + digits.unshift(0); + integerLen++; + } + + // extract decimals digits + if (integerLen > 0) { + decimals = digits.splice(integerLen, digits.length); + } else { + decimals = digits; + digits = [0]; + } + + // format the integer digits with grouping separators + var groups = []; + if (digits.length >= pattern.lgSize) { + groups.unshift(digits.splice(-pattern.lgSize, digits.length).join('')); + } + while (digits.length > pattern.gSize) { + groups.unshift(digits.splice(-pattern.gSize, digits.length).join('')); + } + if (digits.length) { + groups.unshift(digits.join('')); + } + formattedText = groups.join(groupSep); + + // append the decimal digits + if (decimals.length) { + formattedText += decimalSep + decimals.join(''); + } + + if (exponent) { + formattedText += 'e+' + exponent; + } + } + if (number < 0 && !isZero) { + return pattern.negPre + formattedText + pattern.negSuf; + } else { + return pattern.posPre + formattedText + pattern.posSuf; + } +} + +function padNumber(num, digits, trim, negWrap) { + var neg = ''; + if (num < 0 || (negWrap && num <= 0)) { + if (negWrap) { + num = -num + 1; + } else { + num = -num; + neg = '-'; + } + } + num = '' + num; + while (num.length < digits) num = ZERO_CHAR + num; + if (trim) { + num = num.substr(num.length - digits); } + return neg + num; +} - /** - * Format a number into a string - * @param {number} number The number to format - * @param {{ - * minFrac, // the minimum number of digits required in the fraction part of the number - * maxFrac, // the maximum number of digits required in the fraction part of the number - * gSize, // number of digits in each group of separated digits - * lgSize, // number of digits in the last group of digits before the decimal separator - * negPre, // the string to go in front of a negative number (e.g. `-` or `(`)) - * posPre, // the string to go in front of a positive number - * negSuf, // the string to go after a negative number (e.g. `)`) - * posSuf // the string to go after a positive number - * }} pattern - * @param {string} groupSep The string to separate groups of number (e.g. `,`) - * @param {string} decimalSep The string to act as the decimal separator (e.g. `.`) - * @param {[type]} fractionSize The size of the fractional part of the number - * @return {string} The number formatted as a string - */ - function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { - if (!(isString(number) || isNumber(number)) || isNaN(number)) return ''; +function dateGetter(name, size, offset, trim, negWrap) { + offset = offset || 0; + return function(date) { + var value = date['get' + name](); + if (offset > 0 || value > -offset) { + value += offset; + } + if (value === 0 && offset === -12) value = 12; + return padNumber(value, size, trim, negWrap); + }; +} + +function dateStrGetter(name, shortForm, standAlone) { + return function(date, formats) { + var value = date['get' + name](); + var propPrefix = (standAlone ? 'STANDALONE' : '') + (shortForm ? 'SHORT' : ''); + var get = uppercase(propPrefix + name); + + return formats[get][value]; + }; +} + +function timeZoneGetter(date, formats, offset) { + var zone = -1 * offset; + var paddedZone = (zone >= 0) ? '+' : ''; + + paddedZone += padNumber(Math[zone > 0 ? 'floor' : 'ceil'](zone / 60), 2) + + padNumber(Math.abs(zone % 60), 2); + + return paddedZone; +} + +function getFirstThursdayOfYear(year) { + // 0 = index of January + var dayOfWeekOnFirst = (new Date(year, 0, 1)).getDay(); + // 4 = index of Thursday (+1 to account for 1st = 5) + // 11 = index of *next* Thursday (+1 account for 1st = 12) + return new Date(year, 0, ((dayOfWeekOnFirst <= 4) ? 5 : 12) - dayOfWeekOnFirst); +} + +function getThursdayThisWeek(datetime) { + return new Date(datetime.getFullYear(), datetime.getMonth(), + // 4 = index of Thursday + datetime.getDate() + (4 - datetime.getDay())); +} + +function weekGetter(size) { + return function(date) { + var firstThurs = getFirstThursdayOfYear(date.getFullYear()), + thisThurs = getThursdayThisWeek(date); + + var diff = +thisThurs - +firstThurs, + result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week + + return padNumber(result, size); + }; +} + +function ampmGetter(date, formats) { + return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1]; +} + +function eraGetter(date, formats) { + return date.getFullYear() <= 0 ? formats.ERAS[0] : formats.ERAS[1]; +} + +function longEraGetter(date, formats) { + return date.getFullYear() <= 0 ? formats.ERANAMES[0] : formats.ERANAMES[1]; +} + +var DATE_FORMATS = { + yyyy: dateGetter('FullYear', 4, 0, false, true), + yy: dateGetter('FullYear', 2, 0, true, true), + y: dateGetter('FullYear', 1, 0, false, true), + MMMM: dateStrGetter('Month'), + MMM: dateStrGetter('Month', true), + MM: dateGetter('Month', 2, 1), + M: dateGetter('Month', 1, 1), + LLLL: dateStrGetter('Month', false, true), + dd: dateGetter('Date', 2), + d: dateGetter('Date', 1), + HH: dateGetter('Hours', 2), + H: dateGetter('Hours', 1), + hh: dateGetter('Hours', 2, -12), + h: dateGetter('Hours', 1, -12), + mm: dateGetter('Minutes', 2), + m: dateGetter('Minutes', 1), + ss: dateGetter('Seconds', 2), + s: dateGetter('Seconds', 1), + // while ISO 8601 requires fractions to be prefixed with `.` or `,` + // we can be just safely rely on using `sss` since we currently don't support single or two digit fractions + sss: dateGetter('Milliseconds', 3), + EEEE: dateStrGetter('Day'), + EEE: dateStrGetter('Day', true), + a: ampmGetter, + Z: timeZoneGetter, + ww: weekGetter(2), + w: weekGetter(1), + G: eraGetter, + GG: eraGetter, + GGG: eraGetter, + GGGG: longEraGetter +}; + +var DATE_FORMATS_SPLIT = /((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/, + NUMBER_STRING = /^-?\d+$/; + +/** + * @ngdoc filter + * @name date + * @kind function + * + * @description + * Formats `date` to a string based on the requested `format`. + * + * `format` string can be composed of the following elements: + * + * * `'yyyy'`: 4 digit representation of year (e.g. AD 1 => 0001, AD 2010 => 2010) + * * `'yy'`: 2 digit representation of year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10) + * * `'y'`: 1 digit representation of year, e.g. (AD 1 => 1, AD 199 => 199) + * * `'MMMM'`: Month in year (January-December) + * * `'MMM'`: Month in year (Jan-Dec) + * * `'MM'`: Month in year, padded (01-12) + * * `'M'`: Month in year (1-12) + * * `'LLLL'`: Stand-alone month in year (January-December) + * * `'dd'`: Day in month, padded (01-31) + * * `'d'`: Day in month (1-31) + * * `'EEEE'`: Day in Week,(Sunday-Saturday) + * * `'EEE'`: Day in Week, (Sun-Sat) + * * `'HH'`: Hour in day, padded (00-23) + * * `'H'`: Hour in day (0-23) + * * `'hh'`: Hour in AM/PM, padded (01-12) + * * `'h'`: Hour in AM/PM, (1-12) + * * `'mm'`: Minute in hour, padded (00-59) + * * `'m'`: Minute in hour (0-59) + * * `'ss'`: Second in minute, padded (00-59) + * * `'s'`: Second in minute (0-59) + * * `'sss'`: Millisecond in second, padded (000-999) + * * `'a'`: AM/PM marker + * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200) + * * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year + * * `'w'`: Week of year (0-53). Week 1 is the week with the first Thursday of the year + * * `'G'`, `'GG'`, `'GGG'`: The abbreviated form of the era string (e.g. 'AD') + * * `'GGGG'`: The long form of the era string (e.g. 'Anno Domini') + * + * `format` string can also be one of the following predefined + * {@link guide/i18n localizable formats}: + * + * * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale + * (e.g. Sep 3, 2010 12:05:08 PM) + * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 PM) + * * `'fullDate'`: equivalent to `'EEEE, MMMM d, y'` for en_US locale + * (e.g. Friday, September 3, 2010) + * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010) + * * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US locale (e.g. Sep 3, 2010) + * * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10) + * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 PM) + * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 PM) + * + * `format` string can contain literal values. These need to be escaped by surrounding with single quotes (e.g. + * `"h 'in the morning'"`). In order to output a single quote, escape it - i.e., two single quotes in a sequence + * (e.g. `"h 'o''clock'"`). + * + * Any other characters in the `format` string will be output as-is. + * + * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or + * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its + * shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is + * specified in the string input, the time is considered to be in the local timezone. + * @param {string=} format Formatting rules (see Description). If not specified, + * `mediumDate` is used. + * @param {string=} timezone Timezone to be used for formatting. It understands UTC/GMT and the + * continental US time zone abbreviations, but for general use, use a time zone offset, for + * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) + * If not specified, the timezone of the browser will be used. + * @returns {string} Formatted string or the input if input is not recognized as date/millis. + * + * @example + + + {{1288323623006 | date:'medium'}}: + {{1288323623006 | date:'medium'}}
    + {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}: + {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    + {{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}: + {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    + {{1288323623006 | date:"MM/dd/yyyy 'at' h:mma"}}: + {{'1288323623006' | date:"MM/dd/yyyy 'at' h:mma"}}
    +
    + + it('should format date', function() { + expect(element(by.binding("1288323623006 | date:'medium'")).getText()). + toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/); + expect(element(by.binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).getText()). + toMatch(/2010-10-2\d \d{2}:\d{2}:\d{2} (-|\+)?\d{4}/); + expect(element(by.binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).getText()). + toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/); + expect(element(by.binding("'1288323623006' | date:\"MM/dd/yyyy 'at' h:mma\"")).getText()). + toMatch(/10\/2\d\/2010 at \d{1,2}:\d{2}(AM|PM)/); + }); + +
    + */ +dateFilter.$inject = ['$locale']; +function dateFilter($locale) { + + + var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/; + // 1 2 3 4 5 6 7 8 9 10 11 + function jsonStringToDate(string) { + var match; + if ((match = string.match(R_ISO8601_STR))) { + var date = new Date(0), + tzHour = 0, + tzMin = 0, + dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear, + timeSetter = match[8] ? date.setUTCHours : date.setHours; + + if (match[9]) { + tzHour = toInt(match[9] + match[10]); + tzMin = toInt(match[9] + match[11]); + } + dateSetter.call(date, toInt(match[1]), toInt(match[2]) - 1, toInt(match[3])); + var h = toInt(match[4] || 0) - tzHour; + var m = toInt(match[5] || 0) - tzMin; + var s = toInt(match[6] || 0); + var ms = Math.round(parseFloat('0.' + (match[7] || 0)) * 1000); + timeSetter.call(date, h, m, s, ms); + return date; + } + return string; + } + + + return function(date, format, timezone) { + var text = '', + parts = [], + fn, match; + + format = format || 'mediumDate'; + format = $locale.DATETIME_FORMATS[format] || format; + if (isString(date)) { + date = NUMBER_STRING.test(date) ? toInt(date) : jsonStringToDate(date); + } + + if (isNumber(date)) { + date = new Date(date); + } + + if (!isDate(date) || !isFinite(date.getTime())) { + return date; + } + + while (format) { + match = DATE_FORMATS_SPLIT.exec(format); + if (match) { + parts = concat(parts, match, 1); + format = parts.pop(); + } else { + parts.push(format); + format = null; + } + } + + var dateTimezoneOffset = date.getTimezoneOffset(); + if (timezone) { + dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); + date = convertTimezoneToLocal(date, timezone, true); + } + forEach(parts, function(value) { + fn = DATE_FORMATS[value]; + text += fn ? fn(date, $locale.DATETIME_FORMATS, dateTimezoneOffset) + : value === '\'\'' ? '\'' : value.replace(/(^'|'$)/g, '').replace(/''/g, '\''); + }); + + return text; + }; +} + + +/** + * @ngdoc filter + * @name json + * @kind function + * + * @description + * Allows you to convert a JavaScript object into JSON string. + * + * This filter is mostly useful for debugging. When using the double curly {{value}} notation + * the binding is automatically converted to JSON. + * + * @param {*} object Any JavaScript object (including arrays and primitive types) to filter. + * @param {number=} spacing The number of spaces to use per indentation, defaults to 2. + * @returns {string} JSON string. + * + * + * @example + + +
    {{ {'name':'value'} | json }}
    +
    {{ {'name':'value'} | json:4 }}
    +
    + + it('should jsonify filtered objects', function() { + expect(element(by.id('default-spacing')).getText()).toMatch(/\{\n {2}"name": ?"value"\n}/); + expect(element(by.id('custom-spacing')).getText()).toMatch(/\{\n {4}"name": ?"value"\n}/); + }); + +
    + * + */ +function jsonFilter() { + return function(object, spacing) { + if (isUndefined(spacing)) { + spacing = 2; + } + return toJson(object, spacing); + }; +} + + +/** + * @ngdoc filter + * @name lowercase + * @kind function + * @description + * Converts string to lowercase. + * + * See the {@link ng.uppercase uppercase filter documentation} for a functionally identical example. + * + * @see angular.lowercase + */ +var lowercaseFilter = valueFn(lowercase); + + +/** + * @ngdoc filter + * @name uppercase + * @kind function + * @description + * Converts string to uppercase. + * @example + + + +
    + +

    {{title}}

    + +

    {{title | uppercase}}

    +
    +
    +
    + */ +var uppercaseFilter = valueFn(uppercase); - var isInfinity = !isFinite(number); - var isZero = false; - var numStr = Math.abs(number) + '', - formattedText = '', - parsedNumber; +/** + * @ngdoc filter + * @name limitTo + * @kind function + * + * @description + * Creates a new array or string containing only a specified number of elements. The elements are + * taken from either the beginning or the end of the source array, string or number, as specified by + * the value and sign (positive or negative) of `limit`. Other array-like objects are also supported + * (e.g. array subclasses, NodeLists, jqLite/jQuery collections etc). If a number is used as input, + * it is converted to a string. + * + * @param {Array|ArrayLike|string|number} input - Array/array-like, string or number to be limited. + * @param {string|number} limit - The length of the returned array or string. If the `limit` number + * is positive, `limit` number of items from the beginning of the source array/string are copied. + * If the number is negative, `limit` number of items from the end of the source array/string + * are copied. The `limit` will be trimmed if it exceeds `array.length`. If `limit` is undefined, + * the input will be returned unchanged. + * @param {(string|number)=} begin - Index at which to begin limitation. As a negative index, + * `begin` indicates an offset from the end of `input`. Defaults to `0`. + * @returns {Array|string} A new sub-array or substring of length `limit` or less if the input had + * less than `limit` elements. + * + * @example + + + +
    + +

    Output numbers: {{ numbers | limitTo:numLimit }}

    + +

    Output letters: {{ letters | limitTo:letterLimit }}

    + +

    Output long number: {{ longNumber | limitTo:longNumberLimit }}

    +
    +
    + + var numLimitInput = element(by.model('numLimit')); + var letterLimitInput = element(by.model('letterLimit')); + var longNumberLimitInput = element(by.model('longNumberLimit')); + var limitedNumbers = element(by.binding('numbers | limitTo:numLimit')); + var limitedLetters = element(by.binding('letters | limitTo:letterLimit')); + var limitedLongNumber = element(by.binding('longNumber | limitTo:longNumberLimit')); + + it('should limit the number array to first three items', function() { + expect(numLimitInput.getAttribute('value')).toBe('3'); + expect(letterLimitInput.getAttribute('value')).toBe('3'); + expect(longNumberLimitInput.getAttribute('value')).toBe('3'); + expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3]'); + expect(limitedLetters.getText()).toEqual('Output letters: abc'); + expect(limitedLongNumber.getText()).toEqual('Output long number: 234'); + }); - if (isInfinity) { - formattedText = '\u221E'; + // There is a bug in safari and protractor that doesn't like the minus key + // it('should update the output when -3 is entered', function() { + // numLimitInput.clear(); + // numLimitInput.sendKeys('-3'); + // letterLimitInput.clear(); + // letterLimitInput.sendKeys('-3'); + // longNumberLimitInput.clear(); + // longNumberLimitInput.sendKeys('-3'); + // expect(limitedNumbers.getText()).toEqual('Output numbers: [7,8,9]'); + // expect(limitedLetters.getText()).toEqual('Output letters: ghi'); + // expect(limitedLongNumber.getText()).toEqual('Output long number: 342'); + // }); + + it('should not exceed the maximum size of input array', function() { + numLimitInput.clear(); + numLimitInput.sendKeys('100'); + letterLimitInput.clear(); + letterLimitInput.sendKeys('100'); + longNumberLimitInput.clear(); + longNumberLimitInput.sendKeys('100'); + expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3,4,5,6,7,8,9]'); + expect(limitedLetters.getText()).toEqual('Output letters: abcdefghi'); + expect(limitedLongNumber.getText()).toEqual('Output long number: 2345432342'); + }); + +
    +*/ +function limitToFilter() { + return function(input, limit, begin) { + if (Math.abs(Number(limit)) === Infinity) { + limit = Number(limit); } else { - parsedNumber = parse(numStr); - - roundNumber(parsedNumber, fractionSize, pattern.minFrac, pattern.maxFrac); - - var digits = parsedNumber.d; - var integerLen = parsedNumber.i; - var exponent = parsedNumber.e; - var decimals = []; - isZero = digits.reduce(function (isZero, d) { - return isZero && !d; - }, true); - - // pad zeros for small numbers - while (integerLen < 0) { - digits.unshift(0); - integerLen++; - } - - // extract decimals digits - if (integerLen > 0) { - decimals = digits.splice(integerLen, digits.length); - } else { - decimals = digits; - digits = [0]; - } + limit = toInt(limit); + } + if (isNumberNaN(limit)) return input; - // format the integer digits with grouping separators - var groups = []; - if (digits.length >= pattern.lgSize) { - groups.unshift(digits.splice(-pattern.lgSize, digits.length).join('')); - } - while (digits.length > pattern.gSize) { - groups.unshift(digits.splice(-pattern.gSize, digits.length).join('')); - } - if (digits.length) { - groups.unshift(digits.join('')); - } - formattedText = groups.join(groupSep); + if (isNumber(input)) input = input.toString(); + if (!isArrayLike(input)) return input; - // append the decimal digits - if (decimals.length) { - formattedText += decimalSep + decimals.join(''); - } + begin = (!begin || isNaN(begin)) ? 0 : toInt(begin); + begin = (begin < 0) ? Math.max(0, input.length + begin) : begin; - if (exponent) { - formattedText += 'e+' + exponent; - } - } - if (number < 0 && !isZero) { - return pattern.negPre + formattedText + pattern.negSuf; + if (limit >= 0) { + return sliceFn(input, begin, begin + limit); } else { - return pattern.posPre + formattedText + pattern.posSuf; - } - } - - function padNumber(num, digits, trim, negWrap) { - var neg = ''; - if (num < 0 || negWrap && num <= 0) { - if (negWrap) { - num = -num + 1; + if (begin === 0) { + return sliceFn(input, limit, input.length); } else { - num = -num; - neg = '-'; + return sliceFn(input, Math.max(0, begin + limit), begin); } } - num = '' + num; - while (num.length < digits) { - num = ZERO_CHAR + num; - }if (trim) { - num = num.substr(num.length - digits); - } - return neg + num; - } + }; +} - function dateGetter(name, size, offset, trim, negWrap) { - offset = offset || 0; - return function (date) { - var value = date['get' + name](); - if (offset > 0 || value > -offset) { - value += offset; - } - if (value === 0 && offset === -12) value = 12; - return padNumber(value, size, trim, negWrap); - }; - } +function sliceFn(input, begin, end) { + if (isString(input)) return input.slice(begin, end); - function dateStrGetter(name, shortForm, standAlone) { - return function (date, formats) { - var value = date['get' + name](); - var propPrefix = (standAlone ? 'STANDALONE' : '') + (shortForm ? 'SHORT' : ''); - var get = uppercase(propPrefix + name); + return slice.call(input, begin, end); +} - return formats[get][value]; - }; - } +/** + * @ngdoc filter + * @name orderBy + * @kind function + * + * @description + * Returns an array containing the items from the specified `collection`, ordered by a `comparator` + * function based on the values computed using the `expression` predicate. + * + * For example, `[{id: 'foo'}, {id: 'bar'}] | orderBy:'id'` would result in + * `[{id: 'bar'}, {id: 'foo'}]`. + * + * The `collection` can be an Array or array-like object (e.g. NodeList, jQuery object, TypedArray, + * String, etc). + * + * The `expression` can be a single predicate, or a list of predicates each serving as a tie-breaker + * for the preceding one. The `expression` is evaluated against each item and the output is used + * for comparing with other items. + * + * You can change the sorting order by setting `reverse` to `true`. By default, items are sorted in + * ascending order. + * + * The comparison is done using the `comparator` function. If none is specified, a default, built-in + * comparator is used (see below for details - in a nutshell, it compares numbers numerically and + * strings alphabetically). + * + * ### Under the hood + * + * Ordering the specified `collection` happens in two phases: + * + * 1. All items are passed through the predicate (or predicates), and the returned values are saved + * along with their type (`string`, `number` etc). For example, an item `{label: 'foo'}`, passed + * through a predicate that extracts the value of the `label` property, would be transformed to: + * ``` + * { + * value: 'foo', + * type: 'string', + * index: ... + * } + * ``` + * 2. The comparator function is used to sort the items, based on the derived values, types and + * indices. + * + * If you use a custom comparator, it will be called with pairs of objects of the form + * `{value: ..., type: '...', index: ...}` and is expected to return `0` if the objects are equal + * (as far as the comparator is concerned), `-1` if the 1st one should be ranked higher than the + * second, or `1` otherwise. + * + * In order to ensure that the sorting will be deterministic across platforms, if none of the + * specified predicates can distinguish between two items, `orderBy` will automatically introduce a + * dummy predicate that returns the item's index as `value`. + * (If you are using a custom comparator, make sure it can handle this predicate as well.) + * + * If a custom comparator still can't distinguish between two items, then they will be sorted based + * on their index using the built-in comparator. + * + * Finally, in an attempt to simplify things, if a predicate returns an object as the extracted + * value for an item, `orderBy` will try to convert that object to a primitive value, before passing + * it to the comparator. The following rules govern the conversion: + * + * 1. If the object has a `valueOf()` method that returns a primitive, its return value will be + * used instead.
    + * (If the object has a `valueOf()` method that returns another object, then the returned object + * will be used in subsequent steps.) + * 2. If the object has a custom `toString()` method (i.e. not the one inherited from `Object`) that + * returns a primitive, its return value will be used instead.
    + * (If the object has a `toString()` method that returns another object, then the returned object + * will be used in subsequent steps.) + * 3. No conversion; the object itself is used. + * + * ### The default comparator + * + * The default, built-in comparator should be sufficient for most usecases. In short, it compares + * numbers numerically, strings alphabetically (and case-insensitively), for objects falls back to + * using their index in the original collection, and sorts values of different types by type. + * + * More specifically, it follows these steps to determine the relative order of items: + * + * 1. If the compared values are of different types, compare the types themselves alphabetically. + * 2. If both values are of type `string`, compare them alphabetically in a case- and + * locale-insensitive way. + * 3. If both values are objects, compare their indices instead. + * 4. Otherwise, return: + * - `0`, if the values are equal (by strict equality comparison, i.e. using `===`). + * - `-1`, if the 1st value is "less than" the 2nd value (compared using the `<` operator). + * - `1`, otherwise. + * + * **Note:** If you notice numbers not being sorted as expected, make sure they are actually being + * saved as numbers and not strings. + * **Note:** For the purpose of sorting, `null` values are treated as the string `'null'` (i.e. + * `type: 'string'`, `value: 'null'`). This may cause unexpected sort order relative to + * other values. + * + * @param {Array|ArrayLike} collection - The collection (array or array-like object) to sort. + * @param {(Function|string|Array.)=} expression - A predicate (or list of + * predicates) to be used by the comparator to determine the order of elements. + * + * Can be one of: + * + * - `Function`: A getter function. This function will be called with each item as argument and + * the return value will be used for sorting. + * - `string`: An Angular expression. This expression will be evaluated against each item and the + * result will be used for sorting. For example, use `'label'` to sort by a property called + * `label` or `'label.substring(0, 3)'` to sort by the first 3 characters of the `label` + * property.
    + * (The result of a constant expression is interpreted as a property name to be used for + * comparison. For example, use `'"special name"'` (note the extra pair of quotes) to sort by a + * property called `special name`.)
    + * An expression can be optionally prefixed with `+` or `-` to control the sorting direction, + * ascending or descending. For example, `'+label'` or `'-label'`. If no property is provided, + * (e.g. `'+'` or `'-'`), the collection element itself is used in comparisons. + * - `Array`: An array of function and/or string predicates. If a predicate cannot determine the + * relative order of two items, the next predicate is used as a tie-breaker. + * + * **Note:** If the predicate is missing or empty then it defaults to `'+'`. + * + * @param {boolean=} reverse - If `true`, reverse the sorting order. + * @param {(Function)=} comparator - The comparator function used to determine the relative order of + * value pairs. If omitted, the built-in comparator will be used. + * + * @returns {Array} - The sorted array. + * + * + * @example + * ### Ordering a table with `ngRepeat` + * + * The example below demonstrates a simple {@link ngRepeat ngRepeat}, where the data is sorted by + * age in descending order (expression is set to `'-age'`). The `comparator` is not set, which means + * it defaults to the built-in comparator. + * + + +
    + + + + + + + + + + + +
    NamePhone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    +
    + + angular.module('orderByExample1', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + }]); + + + .friends { + border-collapse: collapse; + } - function timeZoneGetter(date, formats, offset) { - var zone = -1 * offset; - var paddedZone = zone >= 0 ? '+' : ''; + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + + // Element locators + var names = element.all(by.repeater('friends').column('friend.name')); + + it('should sort friends by age in reverse order', function() { + expect(names.get(0).getText()).toBe('Adam'); + expect(names.get(1).getText()).toBe('Julie'); + expect(names.get(2).getText()).toBe('Mike'); + expect(names.get(3).getText()).toBe('Mary'); + expect(names.get(4).getText()).toBe('John'); + }); + +
    + *
    + * + * @example + * ### Changing parameters dynamically + * + * All parameters can be changed dynamically. The next example shows how you can make the columns of + * a table sortable, by binding the `expression` and `reverse` parameters to scope properties. + * + + +
    +
    Sort by = {{propertyName}}; reverse = {{reverse}}
    +
    + +
    + + + + + + + + + + + +
    + + + + + + + + +
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    +
    + + angular.module('orderByExample2', []) + .controller('ExampleController', ['$scope', function($scope) { + var friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + + $scope.propertyName = 'age'; + $scope.reverse = true; + $scope.friends = friends; + + $scope.sortBy = function(propertyName) { + $scope.reverse = ($scope.propertyName === propertyName) ? !$scope.reverse : false; + $scope.propertyName = propertyName; + }; + }]); + + + .friends { + border-collapse: collapse; + } - paddedZone += padNumber(Math[zone > 0 ? 'floor' : 'ceil'](zone / 60), 2) + padNumber(Math.abs(zone % 60), 2); + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } - return paddedZone; - } + .sortorder:after { + content: '\25b2'; // BLACK UP-POINTING TRIANGLE + } + .sortorder.reverse:after { + content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE + } + + + // Element locators + var unsortButton = element(by.partialButtonText('unsorted')); + var nameHeader = element(by.partialButtonText('Name')); + var phoneHeader = element(by.partialButtonText('Phone')); + var ageHeader = element(by.partialButtonText('Age')); + var firstName = element(by.repeater('friends').column('friend.name').row(0)); + var lastName = element(by.repeater('friends').column('friend.name').row(4)); + + it('should sort friends by some property, when clicking on the column header', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + phoneHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Mary'); + + nameHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('Mike'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + }); - function getFirstThursdayOfYear(year) { - // 0 = index of January - var dayOfWeekOnFirst = new Date(year, 0, 1).getDay(); - // 4 = index of Thursday (+1 to account for 1st = 5) - // 11 = index of *next* Thursday (+1 account for 1st = 12) - return new Date(year, 0, (dayOfWeekOnFirst <= 4 ? 5 : 12) - dayOfWeekOnFirst); - } + it('should sort friends in reverse order, when clicking on the same column', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - function getThursdayThisWeek(datetime) { - return new Date(datetime.getFullYear(), datetime.getMonth(), - // 4 = index of Thursday - datetime.getDate() + (4 - datetime.getDay())); - } + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); - function weekGetter(size) { - return function (date) { - var firstThurs = getFirstThursdayOfYear(date.getFullYear()), - thisThurs = getThursdayThisWeek(date); + ageHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + }); - var diff = +thisThurs - +firstThurs, - result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week + it('should restore the original order, when clicking "Set to unsorted"', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - return padNumber(result, size); - }; - } + unsortButton.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Julie'); + }); + +
    + *
    + * + * @example + * ### Using `orderBy` inside a controller + * + * It is also possible to call the `orderBy` filter manually, by injecting `orderByFilter`, and + * calling it with the desired parameters. (Alternatively, you could inject the `$filter` factory + * and retrieve the `orderBy` filter with `$filter('orderBy')`.) + * + + +
    +
    Sort by = {{propertyName}}; reverse = {{reverse}}
    +
    + +
    + + + + + + + + + + + +
    + + + + + + + + +
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    +
    + + angular.module('orderByExample3', []) + .controller('ExampleController', ['$scope', 'orderByFilter', function($scope, orderBy) { + var friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + + $scope.propertyName = 'age'; + $scope.reverse = true; + $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); + + $scope.sortBy = function(propertyName) { + $scope.reverse = (propertyName !== null && $scope.propertyName === propertyName) + ? !$scope.reverse : false; + $scope.propertyName = propertyName; + $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); + }; + }]); + + + .friends { + border-collapse: collapse; + } - function ampmGetter(date, formats) { - return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1]; - } + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } - function eraGetter(date, formats) { - return date.getFullYear() <= 0 ? formats.ERAS[0] : formats.ERAS[1]; - } + .sortorder:after { + content: '\25b2'; // BLACK UP-POINTING TRIANGLE + } + .sortorder.reverse:after { + content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE + } + + + // Element locators + var unsortButton = element(by.partialButtonText('unsorted')); + var nameHeader = element(by.partialButtonText('Name')); + var phoneHeader = element(by.partialButtonText('Phone')); + var ageHeader = element(by.partialButtonText('Age')); + var firstName = element(by.repeater('friends').column('friend.name').row(0)); + var lastName = element(by.repeater('friends').column('friend.name').row(4)); + + it('should sort friends by some property, when clicking on the column header', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + phoneHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Mary'); + + nameHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('Mike'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + }); - function longEraGetter(date, formats) { - return date.getFullYear() <= 0 ? formats.ERANAMES[0] : formats.ERANAMES[1]; - } + it('should sort friends in reverse order, when clicking on the same column', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - var DATE_FORMATS = { - yyyy: dateGetter('FullYear', 4, 0, false, true), - yy: dateGetter('FullYear', 2, 0, true, true), - y: dateGetter('FullYear', 1, 0, false, true), - MMMM: dateStrGetter('Month'), - MMM: dateStrGetter('Month', true), - MM: dateGetter('Month', 2, 1), - M: dateGetter('Month', 1, 1), - LLLL: dateStrGetter('Month', false, true), - dd: dateGetter('Date', 2), - d: dateGetter('Date', 1), - HH: dateGetter('Hours', 2), - H: dateGetter('Hours', 1), - hh: dateGetter('Hours', 2, -12), - h: dateGetter('Hours', 1, -12), - mm: dateGetter('Minutes', 2), - m: dateGetter('Minutes', 1), - ss: dateGetter('Seconds', 2), - s: dateGetter('Seconds', 1), - // while ISO 8601 requires fractions to be prefixed with `.` or `,` - // we can be just safely rely on using `sss` since we currently don't support single or two digit fractions - sss: dateGetter('Milliseconds', 3), - EEEE: dateStrGetter('Day'), - EEE: dateStrGetter('Day', true), - a: ampmGetter, - Z: timeZoneGetter, - ww: weekGetter(2), - w: weekGetter(1), - G: eraGetter, - GG: eraGetter, - GGG: eraGetter, - GGGG: longEraGetter - }; + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); - var DATE_FORMATS_SPLIT = /((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/, - NUMBER_STRING = /^-?\d+$/; + ageHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + }); - /** - * @ngdoc filter - * @name date - * @kind function - * - * @description - * Formats `date` to a string based on the requested `format`. - * - * `format` string can be composed of the following elements: - * - * * `'yyyy'`: 4 digit representation of year (e.g. AD 1 => 0001, AD 2010 => 2010) - * * `'yy'`: 2 digit representation of year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10) - * * `'y'`: 1 digit representation of year, e.g. (AD 1 => 1, AD 199 => 199) - * * `'MMMM'`: Month in year (January-December) - * * `'MMM'`: Month in year (Jan-Dec) - * * `'MM'`: Month in year, padded (01-12) - * * `'M'`: Month in year (1-12) - * * `'LLLL'`: Stand-alone month in year (January-December) - * * `'dd'`: Day in month, padded (01-31) - * * `'d'`: Day in month (1-31) - * * `'EEEE'`: Day in Week,(Sunday-Saturday) - * * `'EEE'`: Day in Week, (Sun-Sat) - * * `'HH'`: Hour in day, padded (00-23) - * * `'H'`: Hour in day (0-23) - * * `'hh'`: Hour in AM/PM, padded (01-12) - * * `'h'`: Hour in AM/PM, (1-12) - * * `'mm'`: Minute in hour, padded (00-59) - * * `'m'`: Minute in hour (0-59) - * * `'ss'`: Second in minute, padded (00-59) - * * `'s'`: Second in minute (0-59) - * * `'sss'`: Millisecond in second, padded (000-999) - * * `'a'`: AM/PM marker - * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200) - * * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year - * * `'w'`: Week of year (0-53). Week 1 is the week with the first Thursday of the year - * * `'G'`, `'GG'`, `'GGG'`: The abbreviated form of the era string (e.g. 'AD') - * * `'GGGG'`: The long form of the era string (e.g. 'Anno Domini') - * - * `format` string can also be one of the following predefined - * {@link guide/i18n localizable formats}: - * - * * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale - * (e.g. Sep 3, 2010 12:05:08 PM) - * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 PM) - * * `'fullDate'`: equivalent to `'EEEE, MMMM d, y'` for en_US locale - * (e.g. Friday, September 3, 2010) - * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010) - * * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US locale (e.g. Sep 3, 2010) - * * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10) - * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 PM) - * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 PM) - * - * `format` string can contain literal values. These need to be escaped by surrounding with single quotes (e.g. - * `"h 'in the morning'"`). In order to output a single quote, escape it - i.e., two single quotes in a sequence - * (e.g. `"h 'o''clock'"`). - * - * Any other characters in the `format` string will be output as-is. - * - * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or - * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its - * shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is - * specified in the string input, the time is considered to be in the local timezone. - * @param {string=} format Formatting rules (see Description). If not specified, - * `mediumDate` is used. - * @param {string=} timezone Timezone to be used for formatting. It understands UTC/GMT and the - * continental US time zone abbreviations, but for general use, use a time zone offset, for - * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) - * If not specified, the timezone of the browser will be used. - * @returns {string} Formatted string or the input if input is not recognized as date/millis. - * - * @example - - - {{1288323623006 | date:'medium'}}: - {{1288323623006 | date:'medium'}}
    - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}: - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    - {{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}: - {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    - {{1288323623006 | date:"MM/dd/yyyy 'at' h:mma"}}: - {{'1288323623006' | date:"MM/dd/yyyy 'at' h:mma"}}
    -
    - - it('should format date', function() { - expect(element(by.binding("1288323623006 | date:'medium'")).getText()). - toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/); - expect(element(by.binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).getText()). - toMatch(/2010-10-2\d \d{2}:\d{2}:\d{2} (-|\+)?\d{4}/); - expect(element(by.binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).getText()). - toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/); - expect(element(by.binding("'1288323623006' | date:\"MM/dd/yyyy 'at' h:mma\"")).getText()). - toMatch(/10\/2\d\/2010 at \d{1,2}:\d{2}(AM|PM)/); - }); - -
    - */ - dateFilter.$inject = ['$locale']; - function dateFilter($locale) { + it('should restore the original order, when clicking "Set to unsorted"', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/; - // 1 2 3 4 5 6 7 8 9 10 11 - function jsonStringToDate(string) { - var match; - if (match = string.match(R_ISO8601_STR)) { - var date = new Date(0), - tzHour = 0, - tzMin = 0, - dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear, - timeSetter = match[8] ? date.setUTCHours : date.setHours; + unsortButton.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Julie'); + }); +
    +
    + *
    + * + * @example + * ### Using a custom comparator + * + * If you have very specific requirements about the way items are sorted, you can pass your own + * comparator function. For example, you might need to compare some strings in a locale-sensitive + * way. (When specifying a custom comparator, you also need to pass a value for the `reverse` + * argument - passing `false` retains the default sorting order, i.e. ascending.) + * + + +
    +
    +

    Locale-sensitive Comparator

    + + + + + + + + + +
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    +
    +
    +

    Default Comparator

    + + + + + + + + + +
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    +
    +
    +
    + + angular.module('orderByExample4', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.friends = [ + {name: 'John', favoriteLetter: 'Ä'}, + {name: 'Mary', favoriteLetter: 'Ü'}, + {name: 'Mike', favoriteLetter: 'Ö'}, + {name: 'Adam', favoriteLetter: 'H'}, + {name: 'Julie', favoriteLetter: 'Z'} + ]; + + $scope.localeSensitiveComparator = function(v1, v2) { + // If we don't get strings, just compare by index + if (v1.type !== 'string' || v2.type !== 'string') { + return (v1.index < v2.index) ? -1 : 1; + } - if (match[9]) { - tzHour = toInt(match[9] + match[10]); - tzMin = toInt(match[9] + match[11]); - } - dateSetter.call(date, toInt(match[1]), toInt(match[2]) - 1, toInt(match[3])); - var h = toInt(match[4] || 0) - tzHour; - var m = toInt(match[5] || 0) - tzMin; - var s = toInt(match[6] || 0); - var ms = Math.round(parseFloat('0.' + (match[7] || 0)) * 1000); - timeSetter.call(date, h, m, s, ms); - return date; - } - return string; - } + // Compare strings alphabetically, taking locale into account + return v1.value.localeCompare(v2.value); + }; + }]); + + + .friends-container { + display: inline-block; + margin: 0 30px; + } - return function (date, format, timezone) { - var text = '', - parts = [], - fn, - match; + .friends { + border-collapse: collapse; + } - format = format || 'mediumDate'; - format = $locale.DATETIME_FORMATS[format] || format; - if (isString(date)) { - date = NUMBER_STRING.test(date) ? toInt(date) : jsonStringToDate(date); - } + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + + // Element locators + var container = element(by.css('.custom-comparator')); + var names = container.all(by.repeater('friends').column('friend.name')); + + it('should sort friends by favorite letter (in correct alphabetical order)', function() { + expect(names.get(0).getText()).toBe('John'); + expect(names.get(1).getText()).toBe('Adam'); + expect(names.get(2).getText()).toBe('Mike'); + expect(names.get(3).getText()).toBe('Mary'); + expect(names.get(4).getText()).toBe('Julie'); + }); + +
    + * + */ +orderByFilter.$inject = ['$parse']; +function orderByFilter($parse) { + return function(array, sortPredicate, reverseOrder, compareFn) { - if (isNumber(date)) { - date = new Date(date); - } + if (array == null) return array; + if (!isArrayLike(array)) { + throw minErr('orderBy')('notarray', 'Expected array but received: {0}', array); + } - if (!isDate(date) || !isFinite(date.getTime())) { - return date; - } + if (!isArray(sortPredicate)) { sortPredicate = [sortPredicate]; } + if (sortPredicate.length === 0) { sortPredicate = ['+']; } - while (format) { - match = DATE_FORMATS_SPLIT.exec(format); - if (match) { - parts = concat(parts, match, 1); - format = parts.pop(); - } else { - parts.push(format); - format = null; - } - } + var predicates = processPredicates(sortPredicate); - var dateTimezoneOffset = date.getTimezoneOffset(); - if (timezone) { - dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); - date = convertTimezoneToLocal(date, timezone, true); - } - forEach(parts, function (value) { - fn = DATE_FORMATS[value]; - text += fn ? fn(date, $locale.DATETIME_FORMATS, dateTimezoneOffset) : value === '\'\'' ? '\'' : value.replace(/(^'|'$)/g, '').replace(/''/g, '\''); - }); + var descending = reverseOrder ? -1 : 1; - return text; - }; - } + // Define the `compare()` function. Use a default comparator if none is specified. + var compare = isFunction(compareFn) ? compareFn : defaultCompare; - /** - * @ngdoc filter - * @name json - * @kind function - * - * @description - * Allows you to convert a JavaScript object into JSON string. - * - * This filter is mostly useful for debugging. When using the double curly {{value}} notation - * the binding is automatically converted to JSON. - * - * @param {*} object Any JavaScript object (including arrays and primitive types) to filter. - * @param {number=} spacing The number of spaces to use per indentation, defaults to 2. - * @returns {string} JSON string. - * - * - * @example - - -
    {{ {'name':'value'} | json }}
    -
    {{ {'name':'value'} | json:4 }}
    -
    - - it('should jsonify filtered objects', function() { - expect(element(by.id('default-spacing')).getText()).toMatch(/\{\n {2}"name": ?"value"\n}/); - expect(element(by.id('custom-spacing')).getText()).toMatch(/\{\n {4}"name": ?"value"\n}/); - }); - -
    - * - */ - function jsonFilter() { - return function (object, spacing) { - if (isUndefined(spacing)) { - spacing = 2; - } - return toJson(object, spacing); - }; - } + // The next three lines are a version of a Swartzian Transform idiom from Perl + // (sometimes called the Decorate-Sort-Undecorate idiom) + // See https://en.wikipedia.org/wiki/Schwartzian_transform + var compareValues = Array.prototype.map.call(array, getComparisonObject); + compareValues.sort(doComparison); + array = compareValues.map(function(item) { return item.value; }); - /** - * @ngdoc filter - * @name lowercase - * @kind function - * @description - * Converts string to lowercase. - * - * See the {@link ng.uppercase uppercase filter documentation} for a functionally identical example. - * - * @see angular.lowercase - */ - var lowercaseFilter = valueFn(lowercase); + return array; - /** - * @ngdoc filter - * @name uppercase - * @kind function - * @description - * Converts string to uppercase. - * @example - - - -
    - -

    {{title}}

    - -

    {{title | uppercase}}

    -
    -
    -
    - */ - var uppercaseFilter = valueFn(uppercase); + function getComparisonObject(value, index) { + // NOTE: We are adding an extra `tieBreaker` value based on the element's index. + // This will be used to keep the sort stable when none of the input predicates can + // distinguish between two elements. + return { + value: value, + tieBreaker: {value: index, type: 'number', index: index}, + predicateValues: predicates.map(function(predicate) { + return getPredicateValue(predicate.get(value), index); + }) + }; + } - /** - * @ngdoc filter - * @name limitTo - * @kind function - * - * @description - * Creates a new array or string containing only a specified number of elements. The elements are - * taken from either the beginning or the end of the source array, string or number, as specified by - * the value and sign (positive or negative) of `limit`. Other array-like objects are also supported - * (e.g. array subclasses, NodeLists, jqLite/jQuery collections etc). If a number is used as input, - * it is converted to a string. - * - * @param {Array|ArrayLike|string|number} input - Array/array-like, string or number to be limited. - * @param {string|number} limit - The length of the returned array or string. If the `limit` number - * is positive, `limit` number of items from the beginning of the source array/string are copied. - * If the number is negative, `limit` number of items from the end of the source array/string - * are copied. The `limit` will be trimmed if it exceeds `array.length`. If `limit` is undefined, - * the input will be returned unchanged. - * @param {(string|number)=} begin - Index at which to begin limitation. As a negative index, - * `begin` indicates an offset from the end of `input`. Defaults to `0`. - * @returns {Array|string} A new sub-array or substring of length `limit` or less if the input had - * less than `limit` elements. - * - * @example - - - -
    - -

    Output numbers: {{ numbers | limitTo:numLimit }}

    - -

    Output letters: {{ letters | limitTo:letterLimit }}

    - -

    Output long number: {{ longNumber | limitTo:longNumberLimit }}

    -
    -
    - - var numLimitInput = element(by.model('numLimit')); - var letterLimitInput = element(by.model('letterLimit')); - var longNumberLimitInput = element(by.model('longNumberLimit')); - var limitedNumbers = element(by.binding('numbers | limitTo:numLimit')); - var limitedLetters = element(by.binding('letters | limitTo:letterLimit')); - var limitedLongNumber = element(by.binding('longNumber | limitTo:longNumberLimit')); - - it('should limit the number array to first three items', function() { - expect(numLimitInput.getAttribute('value')).toBe('3'); - expect(letterLimitInput.getAttribute('value')).toBe('3'); - expect(longNumberLimitInput.getAttribute('value')).toBe('3'); - expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3]'); - expect(limitedLetters.getText()).toEqual('Output letters: abc'); - expect(limitedLongNumber.getText()).toEqual('Output long number: 234'); - }); - - // There is a bug in safari and protractor that doesn't like the minus key - // it('should update the output when -3 is entered', function() { - // numLimitInput.clear(); - // numLimitInput.sendKeys('-3'); - // letterLimitInput.clear(); - // letterLimitInput.sendKeys('-3'); - // longNumberLimitInput.clear(); - // longNumberLimitInput.sendKeys('-3'); - // expect(limitedNumbers.getText()).toEqual('Output numbers: [7,8,9]'); - // expect(limitedLetters.getText()).toEqual('Output letters: ghi'); - // expect(limitedLongNumber.getText()).toEqual('Output long number: 342'); - // }); - - it('should not exceed the maximum size of input array', function() { - numLimitInput.clear(); - numLimitInput.sendKeys('100'); - letterLimitInput.clear(); - letterLimitInput.sendKeys('100'); - longNumberLimitInput.clear(); - longNumberLimitInput.sendKeys('100'); - expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3,4,5,6,7,8,9]'); - expect(limitedLetters.getText()).toEqual('Output letters: abcdefghi'); - expect(limitedLongNumber.getText()).toEqual('Output long number: 2345432342'); - }); - -
    - */ - function limitToFilter() { - return function (input, limit, begin) { - if (Math.abs(Number(limit)) === Infinity) { - limit = Number(limit); - } else { - limit = toInt(limit); + function doComparison(v1, v2) { + for (var i = 0, ii = predicates.length; i < ii; i++) { + var result = compare(v1.predicateValues[i], v2.predicateValues[i]); + if (result) { + return result * predicates[i].descending * descending; + } } - if (isNumberNaN(limit)) return input; - - if (isNumber(input)) input = input.toString(); - if (!isArrayLike(input)) return input; - begin = !begin || isNaN(begin) ? 0 : toInt(begin); - begin = begin < 0 ? Math.max(0, input.length + begin) : begin; + return (compare(v1.tieBreaker, v2.tieBreaker) || defaultCompare(v1.tieBreaker, v2.tieBreaker)) * descending; + } + }; - if (limit >= 0) { - return sliceFn(input, begin, begin + limit); - } else { - if (begin === 0) { - return sliceFn(input, limit, input.length); - } else { - return sliceFn(input, Math.max(0, begin + limit), begin); + function processPredicates(sortPredicates) { + return sortPredicates.map(function(predicate) { + var descending = 1, get = identity; + + if (isFunction(predicate)) { + get = predicate; + } else if (isString(predicate)) { + if ((predicate.charAt(0) === '+' || predicate.charAt(0) === '-')) { + descending = predicate.charAt(0) === '-' ? -1 : 1; + predicate = predicate.substring(1); + } + if (predicate !== '') { + get = $parse(predicate); + if (get.constant) { + var key = get(); + get = function(value) { return value[key]; }; + } } } - }; + return {get: get, descending: descending}; + }); } - function sliceFn(input, begin, end) { - if (isString(input)) return input.slice(begin, end); - - return slice.call(input, begin, end); + function isPrimitive(value) { + switch (typeof value) { + case 'number': /* falls through */ + case 'boolean': /* falls through */ + case 'string': + return true; + default: + return false; + } } - /** - * @ngdoc filter - * @name orderBy - * @kind function - * - * @description - * Returns an array containing the items from the specified `collection`, ordered by a `comparator` - * function based on the values computed using the `expression` predicate. - * - * For example, `[{id: 'foo'}, {id: 'bar'}] | orderBy:'id'` would result in - * `[{id: 'bar'}, {id: 'foo'}]`. - * - * The `collection` can be an Array or array-like object (e.g. NodeList, jQuery object, TypedArray, - * String, etc). - * - * The `expression` can be a single predicate, or a list of predicates each serving as a tie-breaker - * for the preceding one. The `expression` is evaluated against each item and the output is used - * for comparing with other items. - * - * You can change the sorting order by setting `reverse` to `true`. By default, items are sorted in - * ascending order. - * - * The comparison is done using the `comparator` function. If none is specified, a default, built-in - * comparator is used (see below for details - in a nutshell, it compares numbers numerically and - * strings alphabetically). - * - * ### Under the hood - * - * Ordering the specified `collection` happens in two phases: - * - * 1. All items are passed through the predicate (or predicates), and the returned values are saved - * along with their type (`string`, `number` etc). For example, an item `{label: 'foo'}`, passed - * through a predicate that extracts the value of the `label` property, would be transformed to: - * ``` - * { - * value: 'foo', - * type: 'string', - * index: ... - * } - * ``` - * 2. The comparator function is used to sort the items, based on the derived values, types and - * indices. - * - * If you use a custom comparator, it will be called with pairs of objects of the form - * `{value: ..., type: '...', index: ...}` and is expected to return `0` if the objects are equal - * (as far as the comparator is concerned), `-1` if the 1st one should be ranked higher than the - * second, or `1` otherwise. - * - * In order to ensure that the sorting will be deterministic across platforms, if none of the - * specified predicates can distinguish between two items, `orderBy` will automatically introduce a - * dummy predicate that returns the item's index as `value`. - * (If you are using a custom comparator, make sure it can handle this predicate as well.) - * - * If a custom comparator still can't distinguish between two items, then they will be sorted based - * on their index using the built-in comparator. - * - * Finally, in an attempt to simplify things, if a predicate returns an object as the extracted - * value for an item, `orderBy` will try to convert that object to a primitive value, before passing - * it to the comparator. The following rules govern the conversion: - * - * 1. If the object has a `valueOf()` method that returns a primitive, its return value will be - * used instead.
    - * (If the object has a `valueOf()` method that returns another object, then the returned object - * will be used in subsequent steps.) - * 2. If the object has a custom `toString()` method (i.e. not the one inherited from `Object`) that - * returns a primitive, its return value will be used instead.
    - * (If the object has a `toString()` method that returns another object, then the returned object - * will be used in subsequent steps.) - * 3. No conversion; the object itself is used. - * - * ### The default comparator - * - * The default, built-in comparator should be sufficient for most usecases. In short, it compares - * numbers numerically, strings alphabetically (and case-insensitively), for objects falls back to - * using their index in the original collection, and sorts values of different types by type. - * - * More specifically, it follows these steps to determine the relative order of items: - * - * 1. If the compared values are of different types, compare the types themselves alphabetically. - * 2. If both values are of type `string`, compare them alphabetically in a case- and - * locale-insensitive way. - * 3. If both values are objects, compare their indices instead. - * 4. Otherwise, return: - * - `0`, if the values are equal (by strict equality comparison, i.e. using `===`). - * - `-1`, if the 1st value is "less than" the 2nd value (compared using the `<` operator). - * - `1`, otherwise. - * - * **Note:** If you notice numbers not being sorted as expected, make sure they are actually being - * saved as numbers and not strings. - * **Note:** For the purpose of sorting, `null` values are treated as the string `'null'` (i.e. - * `type: 'string'`, `value: 'null'`). This may cause unexpected sort order relative to - * other values. - * - * @param {Array|ArrayLike} collection - The collection (array or array-like object) to sort. - * @param {(Function|string|Array.)=} expression - A predicate (or list of - * predicates) to be used by the comparator to determine the order of elements. - * - * Can be one of: - * - * - `Function`: A getter function. This function will be called with each item as argument and - * the return value will be used for sorting. - * - `string`: An Angular expression. This expression will be evaluated against each item and the - * result will be used for sorting. For example, use `'label'` to sort by a property called - * `label` or `'label.substring(0, 3)'` to sort by the first 3 characters of the `label` - * property.
    - * (The result of a constant expression is interpreted as a property name to be used for - * comparison. For example, use `'"special name"'` (note the extra pair of quotes) to sort by a - * property called `special name`.)
    - * An expression can be optionally prefixed with `+` or `-` to control the sorting direction, - * ascending or descending. For example, `'+label'` or `'-label'`. If no property is provided, - * (e.g. `'+'` or `'-'`), the collection element itself is used in comparisons. - * - `Array`: An array of function and/or string predicates. If a predicate cannot determine the - * relative order of two items, the next predicate is used as a tie-breaker. - * - * **Note:** If the predicate is missing or empty then it defaults to `'+'`. - * - * @param {boolean=} reverse - If `true`, reverse the sorting order. - * @param {(Function)=} comparator - The comparator function used to determine the relative order of - * value pairs. If omitted, the built-in comparator will be used. - * - * @returns {Array} - The sorted array. - * - * - * @example - * ### Ordering a table with `ngRepeat` - * - * The example below demonstrates a simple {@link ngRepeat ngRepeat}, where the data is sorted by - * age in descending order (expression is set to `'-age'`). The `comparator` is not set, which means - * it defaults to the built-in comparator. - * - - -
    - - - - - - - - - - - -
    NamePhone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - angular.module('orderByExample1', []) - .controller('ExampleController', ['$scope', function($scope) { - $scope.friends = [ - {name: 'John', phone: '555-1212', age: 10}, - {name: 'Mary', phone: '555-9876', age: 19}, - {name: 'Mike', phone: '555-4321', age: 21}, - {name: 'Adam', phone: '555-5678', age: 35}, - {name: 'Julie', phone: '555-8765', age: 29} - ]; - }]); - - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - - // Element locators - var names = element.all(by.repeater('friends').column('friend.name')); - - it('should sort friends by age in reverse order', function() { - expect(names.get(0).getText()).toBe('Adam'); - expect(names.get(1).getText()).toBe('Julie'); - expect(names.get(2).getText()).toBe('Mike'); - expect(names.get(3).getText()).toBe('Mary'); - expect(names.get(4).getText()).toBe('John'); - }); - -
    - *
    - * - * @example - * ### Changing parameters dynamically - * - * All parameters can be changed dynamically. The next example shows how you can make the columns of - * a table sortable, by binding the `expression` and `reverse` parameters to scope properties. - * - - -
    -
    Sort by = {{propertyName}}; reverse = {{reverse}}
    -
    - -
    - - - - - - - - - - - -
    - - - - - - - - -
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - angular.module('orderByExample2', []) - .controller('ExampleController', ['$scope', function($scope) { - var friends = [ - {name: 'John', phone: '555-1212', age: 10}, - {name: 'Mary', phone: '555-9876', age: 19}, - {name: 'Mike', phone: '555-4321', age: 21}, - {name: 'Adam', phone: '555-5678', age: 35}, - {name: 'Julie', phone: '555-8765', age: 29} - ]; - - $scope.propertyName = 'age'; - $scope.reverse = true; - $scope.friends = friends; - - $scope.sortBy = function(propertyName) { - $scope.reverse = ($scope.propertyName === propertyName) ? !$scope.reverse : false; - $scope.propertyName = propertyName; - }; - }]); - - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - .sortorder:after { - content: '\25b2'; // BLACK UP-POINTING TRIANGLE - } - .sortorder.reverse:after { - content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE - } - - - // Element locators - var unsortButton = element(by.partialButtonText('unsorted')); - var nameHeader = element(by.partialButtonText('Name')); - var phoneHeader = element(by.partialButtonText('Phone')); - var ageHeader = element(by.partialButtonText('Age')); - var firstName = element(by.repeater('friends').column('friend.name').row(0)); - var lastName = element(by.repeater('friends').column('friend.name').row(4)); - - it('should sort friends by some property, when clicking on the column header', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - phoneHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Mary'); - - nameHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('Mike'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - }); - - it('should sort friends in reverse order, when clicking on the same column', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - - ageHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - }); - - it('should restore the original order, when clicking "Set to unsorted"', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - unsortButton.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Julie'); - }); - -
    - *
    - * - * @example - * ### Using `orderBy` inside a controller - * - * It is also possible to call the `orderBy` filter manually, by injecting `orderByFilter`, and - * calling it with the desired parameters. (Alternatively, you could inject the `$filter` factory - * and retrieve the `orderBy` filter with `$filter('orderBy')`.) - * - - -
    -
    Sort by = {{propertyName}}; reverse = {{reverse}}
    -
    - -
    - - - - - - - - - - - -
    - - - - - - - - -
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - angular.module('orderByExample3', []) - .controller('ExampleController', ['$scope', 'orderByFilter', function($scope, orderBy) { - var friends = [ - {name: 'John', phone: '555-1212', age: 10}, - {name: 'Mary', phone: '555-9876', age: 19}, - {name: 'Mike', phone: '555-4321', age: 21}, - {name: 'Adam', phone: '555-5678', age: 35}, - {name: 'Julie', phone: '555-8765', age: 29} - ]; - - $scope.propertyName = 'age'; - $scope.reverse = true; - $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); - - $scope.sortBy = function(propertyName) { - $scope.reverse = (propertyName !== null && $scope.propertyName === propertyName) - ? !$scope.reverse : false; - $scope.propertyName = propertyName; - $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); - }; - }]); - - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - .sortorder:after { - content: '\25b2'; // BLACK UP-POINTING TRIANGLE - } - .sortorder.reverse:after { - content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE - } - - - // Element locators - var unsortButton = element(by.partialButtonText('unsorted')); - var nameHeader = element(by.partialButtonText('Name')); - var phoneHeader = element(by.partialButtonText('Phone')); - var ageHeader = element(by.partialButtonText('Age')); - var firstName = element(by.repeater('friends').column('friend.name').row(0)); - var lastName = element(by.repeater('friends').column('friend.name').row(4)); - - it('should sort friends by some property, when clicking on the column header', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - phoneHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Mary'); - - nameHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('Mike'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - }); - - it('should sort friends in reverse order, when clicking on the same column', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - - ageHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - }); - - it('should restore the original order, when clicking "Set to unsorted"', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - unsortButton.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Julie'); - }); - -
    - *
    - * - * @example - * ### Using a custom comparator - * - * If you have very specific requirements about the way items are sorted, you can pass your own - * comparator function. For example, you might need to compare some strings in a locale-sensitive - * way. (When specifying a custom comparator, you also need to pass a value for the `reverse` - * argument - passing `false` retains the default sorting order, i.e. ascending.) - * - - -
    -
    -

    Locale-sensitive Comparator

    - - - - - - - - - -
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    -
    -
    -

    Default Comparator

    - - - - - - - - - -
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    -
    -
    -
    - - angular.module('orderByExample4', []) - .controller('ExampleController', ['$scope', function($scope) { - $scope.friends = [ - {name: 'John', favoriteLetter: 'Ä'}, - {name: 'Mary', favoriteLetter: 'Ü'}, - {name: 'Mike', favoriteLetter: 'Ö'}, - {name: 'Adam', favoriteLetter: 'H'}, - {name: 'Julie', favoriteLetter: 'Z'} - ]; - - $scope.localeSensitiveComparator = function(v1, v2) { - // If we don't get strings, just compare by index - if (v1.type !== 'string' || v2.type !== 'string') { - return (v1.index < v2.index) ? -1 : 1; - } - - // Compare strings alphabetically, taking locale into account - return v1.value.localeCompare(v2.value); - }; - }]); - - - .friends-container { - display: inline-block; - margin: 0 30px; - } - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - - // Element locators - var container = element(by.css('.custom-comparator')); - var names = container.all(by.repeater('friends').column('friend.name')); - - it('should sort friends by favorite letter (in correct alphabetical order)', function() { - expect(names.get(0).getText()).toBe('John'); - expect(names.get(1).getText()).toBe('Adam'); - expect(names.get(2).getText()).toBe('Mike'); - expect(names.get(3).getText()).toBe('Mary'); - expect(names.get(4).getText()).toBe('Julie'); - }); - -
    - * - */ - orderByFilter.$inject = ['$parse']; - function orderByFilter($parse) { - return function (array, sortPredicate, reverseOrder, compareFn) { - - if (array == null) return array; - if (!isArrayLike(array)) { - throw minErr('orderBy')('notarray', 'Expected array but received: {0}', array); - } - - if (!isArray(sortPredicate)) { - sortPredicate = [sortPredicate]; - } - if (sortPredicate.length === 0) { - sortPredicate = ['+']; - } + function objectValue(value) { + // If `valueOf` is a valid function use that + if (isFunction(value.valueOf)) { + value = value.valueOf(); + if (isPrimitive(value)) return value; + } + // If `toString` is a valid function and not the one from `Object.prototype` use that + if (hasCustomToString(value)) { + value = value.toString(); + if (isPrimitive(value)) return value; + } - var predicates = processPredicates(sortPredicate); + return value; + } - var descending = reverseOrder ? -1 : 1; + function getPredicateValue(value, index) { + var type = typeof value; + if (value === null) { + type = 'string'; + value = 'null'; + } else if (type === 'object') { + value = objectValue(value); + } + return {value: value, type: type, index: index}; + } - // Define the `compare()` function. Use a default comparator if none is specified. - var compare = isFunction(compareFn) ? compareFn : defaultCompare; + function defaultCompare(v1, v2) { + var result = 0; + var type1 = v1.type; + var type2 = v2.type; - // The next three lines are a version of a Swartzian Transform idiom from Perl - // (sometimes called the Decorate-Sort-Undecorate idiom) - // See https://en.wikipedia.org/wiki/Schwartzian_transform - var compareValues = Array.prototype.map.call(array, getComparisonObject); - compareValues.sort(doComparison); - array = compareValues.map(function (item) { - return item.value; - }); + if (type1 === type2) { + var value1 = v1.value; + var value2 = v2.value; - return array; + if (type1 === 'string') { + // Compare strings case-insensitively + value1 = value1.toLowerCase(); + value2 = value2.toLowerCase(); + } else if (type1 === 'object') { + // For basic objects, use the position of the object + // in the collection instead of the value + if (isObject(value1)) value1 = v1.index; + if (isObject(value2)) value2 = v2.index; + } - function getComparisonObject(value, index) { - // NOTE: We are adding an extra `tieBreaker` value based on the element's index. - // This will be used to keep the sort stable when none of the input predicates can - // distinguish between two elements. - return { - value: value, - tieBreaker: { value: index, type: 'number', index: index }, - predicateValues: predicates.map(function (predicate) { - return getPredicateValue(predicate.get(value), index); - }) - }; + if (value1 !== value2) { + result = value1 < value2 ? -1 : 1; } + } else { + result = type1 < type2 ? -1 : 1; + } - function doComparison(v1, v2) { - for (var i = 0, ii = predicates.length; i < ii; i++) { - var result = compare(v1.predicateValues[i], v2.predicateValues[i]); - if (result) { - return result * predicates[i].descending * descending; - } - } + return result; + } +} - return (compare(v1.tieBreaker, v2.tieBreaker) || defaultCompare(v1.tieBreaker, v2.tieBreaker)) * descending; - } +function ngDirective(directive) { + if (isFunction(directive)) { + directive = { + link: directive }; + } + directive.restrict = directive.restrict || 'AC'; + return valueFn(directive); +} - function processPredicates(sortPredicates) { - return sortPredicates.map(function (predicate) { - var descending = 1, - get = identity; - - if (isFunction(predicate)) { - get = predicate; - } else if (isString(predicate)) { - if (predicate.charAt(0) === '+' || predicate.charAt(0) === '-') { - descending = predicate.charAt(0) === '-' ? -1 : 1; - predicate = predicate.substring(1); - } - if (predicate !== '') { - get = $parse(predicate); - if (get.constant) { - var key = get(); - get = function get(value) { - return value[key]; - }; - } +/** + * @ngdoc directive + * @name a + * @restrict E + * + * @description + * Modifies the default behavior of the html a tag so that the default action is prevented when + * the href attribute is empty. + * + * For dynamically creating `href` attributes for a tags, see the {@link ng.ngHref `ngHref`} directive. + */ +var htmlAnchorDirective = valueFn({ + restrict: 'E', + compile: function(element, attr) { + if (!attr.href && !attr.xlinkHref) { + return function(scope, element) { + // If the linked element is not an anchor tag anymore, do nothing + if (element[0].nodeName.toLowerCase() !== 'a') return; + + // SVGAElement does not use the href attribute, but rather the 'xlinkHref' attribute. + var href = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ? + 'xlink:href' : 'href'; + element.on('click', function(event) { + // if we have no href url, then don't navigate anywhere. + if (!element.attr(href)) { + event.preventDefault(); } - } - return { get: get, descending: descending }; - }); + }); + }; } + } +}); - function isPrimitive(value) { - switch (typeof value === 'undefined' ? 'undefined' : _typeof(value)) { - case 'number': /* falls through */ - case 'boolean': /* falls through */ - case 'string': - return true; - default: - return false; - } - } +/** + * @ngdoc directive + * @name ngHref + * @restrict A + * @priority 99 + * + * @description + * Using Angular markup like `{{hash}}` in an href attribute will + * make the link go to the wrong URL if the user clicks it before + * Angular has a chance to replace the `{{hash}}` markup with its + * value. Until Angular replaces the markup the link will be broken + * and will most likely return a 404 error. The `ngHref` directive + * solves this problem. + * + * The wrong way to write it: + * ```html + * link1 + * ``` + * + * The correct way to write it: + * ```html + * link1 + * ``` + * + * @element A + * @param {template} ngHref any string which can contain `{{}}` markup. + * + * @example + * This example shows various combinations of `href`, `ng-href` and `ng-click` attributes + * in links and their different behaviors: + + +
    + link 1 (link, don't reload)
    + link 2 (link, don't reload)
    + link 3 (link, reload!)
    + anchor (link, don't reload)
    + anchor (no link)
    + link (link, change location) +
    + + it('should execute ng-click but not reload when href without value', function() { + element(by.id('link-1')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('1'); + expect(element(by.id('link-1')).getAttribute('href')).toBe(''); + }); - function objectValue(value) { - // If `valueOf` is a valid function use that - if (isFunction(value.valueOf)) { - value = value.valueOf(); - if (isPrimitive(value)) return value; - } - // If `toString` is a valid function and not the one from `Object.prototype` use that - if (hasCustomToString(value)) { - value = value.toString(); - if (isPrimitive(value)) return value; - } + it('should execute ng-click but not reload when href empty string', function() { + element(by.id('link-2')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('2'); + expect(element(by.id('link-2')).getAttribute('href')).toBe(''); + }); - return value; - } + it('should execute ng-click and change url when ng-href specified', function() { + expect(element(by.id('link-3')).getAttribute('href')).toMatch(/\/123$/); - function getPredicateValue(value, index) { - var type = typeof value === 'undefined' ? 'undefined' : _typeof(value); - if (value === null) { - type = 'string'; - value = 'null'; - } else if (type === 'object') { - value = objectValue(value); - } - return { value: value, type: type, index: index }; - } + element(by.id('link-3')).click(); - function defaultCompare(v1, v2) { - var result = 0; - var type1 = v1.type; - var type2 = v2.type; + // At this point, we navigate away from an Angular page, so we need + // to use browser.driver to get the base webdriver. - if (type1 === type2) { - var value1 = v1.value; - var value2 = v2.value; + browser.wait(function() { + return browser.driver.getCurrentUrl().then(function(url) { + return url.match(/\/123$/); + }); + }, 5000, 'page should navigate to /123'); + }); - if (type1 === 'string') { - // Compare strings case-insensitively - value1 = value1.toLowerCase(); - value2 = value2.toLowerCase(); - } else if (type1 === 'object') { - // For basic objects, use the position of the object - // in the collection instead of the value - if (isObject(value1)) value1 = v1.index; - if (isObject(value2)) value2 = v2.index; - } + it('should execute ng-click but not reload when href empty string and name specified', function() { + element(by.id('link-4')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('4'); + expect(element(by.id('link-4')).getAttribute('href')).toBe(''); + }); - if (value1 !== value2) { - result = value1 < value2 ? -1 : 1; - } - } else { - result = type1 < type2 ? -1 : 1; - } + it('should execute ng-click but not reload when no href but name specified', function() { + element(by.id('link-5')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('5'); + expect(element(by.id('link-5')).getAttribute('href')).toBe(null); + }); - return result; - } + it('should only change url when only ng-href', function() { + element(by.model('value')).clear(); + element(by.model('value')).sendKeys('6'); + expect(element(by.id('link-6')).getAttribute('href')).toMatch(/\/6$/); + + element(by.id('link-6')).click(); + + // At this point, we navigate away from an Angular page, so we need + // to use browser.driver to get the base webdriver. + browser.wait(function() { + return browser.driver.getCurrentUrl().then(function(url) { + return url.match(/\/6$/); + }); + }, 5000, 'page should navigate to /6'); + }); + +
    + */ + +/** + * @ngdoc directive + * @name ngSrc + * @restrict A + * @priority 99 + * + * @description + * Using Angular markup like `{{hash}}` in a `src` attribute doesn't + * work right: The browser will fetch from the URL with the literal + * text `{{hash}}` until Angular replaces the expression inside + * `{{hash}}`. The `ngSrc` directive solves this problem. + * + * The buggy way to write it: + * ```html + * Description + * ``` + * + * The correct way to write it: + * ```html + * Description + * ``` + * + * @element IMG + * @param {template} ngSrc any string which can contain `{{}}` markup. + */ + +/** + * @ngdoc directive + * @name ngSrcset + * @restrict A + * @priority 99 + * + * @description + * Using Angular markup like `{{hash}}` in a `srcset` attribute doesn't + * work right: The browser will fetch from the URL with the literal + * text `{{hash}}` until Angular replaces the expression inside + * `{{hash}}`. The `ngSrcset` directive solves this problem. + * + * The buggy way to write it: + * ```html + * Description + * ``` + * + * The correct way to write it: + * ```html + * Description + * ``` + * + * @element IMG + * @param {template} ngSrcset any string which can contain `{{}}` markup. + */ + +/** + * @ngdoc directive + * @name ngDisabled + * @restrict A + * @priority 100 + * + * @description + * + * This directive sets the `disabled` attribute on the element (typically a form control, + * e.g. `input`, `button`, `select` etc.) if the + * {@link guide/expression expression} inside `ngDisabled` evaluates to truthy. + * + * A special directive is necessary because we cannot use interpolation inside the `disabled` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * @example + + +
    + +
    + + it('should toggle button', function() { + expect(element(by.css('button')).getAttribute('disabled')).toBeFalsy(); + element(by.model('checked')).click(); + expect(element(by.css('button')).getAttribute('disabled')).toBeTruthy(); + }); + +
    + * + * @element INPUT + * @param {expression} ngDisabled If the {@link guide/expression expression} is truthy, + * then the `disabled` attribute will be set on the element + */ + + +/** + * @ngdoc directive + * @name ngChecked + * @restrict A + * @priority 100 + * + * @description + * Sets the `checked` attribute on the element, if the expression inside `ngChecked` is truthy. + * + * Note that this directive should not be used together with {@link ngModel `ngModel`}, + * as this can lead to unexpected behavior. + * + * A special directive is necessary because we cannot use interpolation inside the `checked` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * @example + + +
    + +
    + + it('should check both checkBoxes', function() { + expect(element(by.id('checkFollower')).getAttribute('checked')).toBeFalsy(); + element(by.model('leader')).click(); + expect(element(by.id('checkFollower')).getAttribute('checked')).toBeTruthy(); + }); + +
    + * + * @element INPUT + * @param {expression} ngChecked If the {@link guide/expression expression} is truthy, + * then the `checked` attribute will be set on the element + */ + + +/** + * @ngdoc directive + * @name ngReadonly + * @restrict A + * @priority 100 + * + * @description + * + * Sets the `readonly` attribute on the element, if the expression inside `ngReadonly` is truthy. + * Note that `readonly` applies only to `input` elements with specific types. [See the input docs on + * MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-readonly) for more information. + * + * A special directive is necessary because we cannot use interpolation inside the `readonly` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * @example + + +
    + +
    + + it('should toggle readonly attr', function() { + expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeFalsy(); + element(by.model('checked')).click(); + expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeTruthy(); + }); + +
    + * + * @element INPUT + * @param {expression} ngReadonly If the {@link guide/expression expression} is truthy, + * then special attribute "readonly" will be set on the element + */ + + +/** + * @ngdoc directive + * @name ngSelected + * @restrict A + * @priority 100 + * + * @description + * + * Sets the `selected` attribute on the element, if the expression inside `ngSelected` is truthy. + * + * A special directive is necessary because we cannot use interpolation inside the `selected` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + *
    + * **Note:** `ngSelected` does not interact with the `select` and `ngModel` directives, it only + * sets the `selected` attribute on the element. If you are using `ngModel` on the select, you + * should not use `ngSelected` on the options, as `ngModel` will set the select value and + * selected options. + *
    + * + * @example + + +
    + +
    + + it('should select Greetings!', function() { + expect(element(by.id('greet')).getAttribute('selected')).toBeFalsy(); + element(by.model('selected')).click(); + expect(element(by.id('greet')).getAttribute('selected')).toBeTruthy(); + }); + +
    + * + * @element OPTION + * @param {expression} ngSelected If the {@link guide/expression expression} is truthy, + * then special attribute "selected" will be set on the element + */ + +/** + * @ngdoc directive + * @name ngOpen + * @restrict A + * @priority 100 + * + * @description + * + * Sets the `open` attribute on the element, if the expression inside `ngOpen` is truthy. + * + * A special directive is necessary because we cannot use interpolation inside the `open` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * ## A note about browser compatibility + * + * Internet Explorer and Edge do not support the `details` element, it is + * recommended to use {@link ng.ngShow} and {@link ng.ngHide} instead. + * + * @example + + +
    +
    + List +
      +
    • Apple
    • +
    • Orange
    • +
    • Durian
    • +
    +
    +
    + + it('should toggle open', function() { + expect(element(by.id('details')).getAttribute('open')).toBeFalsy(); + element(by.model('open')).click(); + expect(element(by.id('details')).getAttribute('open')).toBeTruthy(); + }); + +
    + * + * @element DETAILS + * @param {expression} ngOpen If the {@link guide/expression expression} is truthy, + * then special attribute "open" will be set on the element + */ + +var ngAttributeAliasDirectives = {}; + +// boolean attrs are evaluated +forEach(BOOLEAN_ATTR, function(propName, attrName) { + // binding to multiple is not supported + if (propName === 'multiple') return; + + function defaultLinkFn(scope, element, attr) { + scope.$watch(attr[normalized], function ngBooleanAttrWatchAction(value) { + attr.$set(attrName, !!value); + }); } - function ngDirective(directive) { - if (isFunction(directive)) { - directive = { - link: directive - }; - } - directive.restrict = directive.restrict || 'AC'; - return valueFn(directive); + var normalized = directiveNormalize('ng-' + attrName); + var linkFn = defaultLinkFn; + + if (propName === 'checked') { + linkFn = function(scope, element, attr) { + // ensuring ngChecked doesn't interfere with ngModel when both are set on the same input + if (attr.ngModel !== attr[normalized]) { + defaultLinkFn(scope, element, attr); + } + }; } - /** - * @ngdoc directive - * @name a - * @restrict E - * - * @description - * Modifies the default behavior of the html a tag so that the default action is prevented when - * the href attribute is empty. - * - * For dynamically creating `href` attributes for a tags, see the {@link ng.ngHref `ngHref`} directive. - */ - var htmlAnchorDirective = valueFn({ - restrict: 'E', - compile: function compile(element, attr) { - if (!attr.href && !attr.xlinkHref) { - return function (scope, element) { - // If the linked element is not an anchor tag anymore, do nothing - if (element[0].nodeName.toLowerCase() !== 'a') return; - - // SVGAElement does not use the href attribute, but rather the 'xlinkHref' attribute. - var href = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ? 'xlink:href' : 'href'; - element.on('click', function (event) { - // if we have no href url, then don't navigate anywhere. - if (!element.attr(href)) { - event.preventDefault(); + ngAttributeAliasDirectives[normalized] = function() { + return { + restrict: 'A', + priority: 100, + link: linkFn + }; + }; +}); + +// aliased input attrs are evaluated +forEach(ALIASED_ATTR, function(htmlAttr, ngAttr) { + ngAttributeAliasDirectives[ngAttr] = function() { + return { + priority: 100, + link: function(scope, element, attr) { + //special case ngPattern when a literal regular expression value + //is used as the expression (this way we don't have to watch anything). + if (ngAttr === 'ngPattern' && attr.ngPattern.charAt(0) === '/') { + var match = attr.ngPattern.match(REGEX_STRING_REGEXP); + if (match) { + attr.$set('ngPattern', new RegExp(match[1], match[2])); + return; + } + } + + scope.$watch(attr[ngAttr], function ngAttrAliasWatchAction(value) { + attr.$set(ngAttr, value); + }); + } + }; + }; +}); + +// ng-src, ng-srcset, ng-href are interpolated +forEach(['src', 'srcset', 'href'], function(attrName) { + var normalized = directiveNormalize('ng-' + attrName); + ngAttributeAliasDirectives[normalized] = function() { + return { + priority: 99, // it needs to run after the attributes are interpolated + link: function(scope, element, attr) { + var propName = attrName, + name = attrName; + + if (attrName === 'href' && + toString.call(element.prop('href')) === '[object SVGAnimatedString]') { + name = 'xlinkHref'; + attr.$attr[name] = 'xlink:href'; + propName = null; + } + + attr.$observe(normalized, function(value) { + if (!value) { + if (attrName === 'href') { + attr.$set(name, null); } - }); - }; + return; + } + + attr.$set(name, value); + + // Support: IE 9-11 only + // On IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist + // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need + // to set the property as well to achieve the desired effect. + // We use attr[attrName] value since $set can sanitize the url. + if (msie && propName) element.prop(propName, attr[name]); + }); } - } - }); + }; + }; +}); - /** - * @ngdoc directive - * @name ngHref - * @restrict A - * @priority 99 - * - * @description - * Using Angular markup like `{{hash}}` in an href attribute will - * make the link go to the wrong URL if the user clicks it before - * Angular has a chance to replace the `{{hash}}` markup with its - * value. Until Angular replaces the markup the link will be broken - * and will most likely return a 404 error. The `ngHref` directive - * solves this problem. - * - * The wrong way to write it: - * ```html - * link1 - * ``` - * - * The correct way to write it: - * ```html - * link1 - * ``` - * - * @element A - * @param {template} ngHref any string which can contain `{{}}` markup. - * - * @example - * This example shows various combinations of `href`, `ng-href` and `ng-click` attributes - * in links and their different behaviors: - - -
    - link 1 (link, don't reload)
    - link 2 (link, don't reload)
    - link 3 (link, reload!)
    - anchor (link, don't reload)
    - anchor (no link)
    - link (link, change location) -
    - - it('should execute ng-click but not reload when href without value', function() { - element(by.id('link-1')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('1'); - expect(element(by.id('link-1')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click but not reload when href empty string', function() { - element(by.id('link-2')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('2'); - expect(element(by.id('link-2')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click and change url when ng-href specified', function() { - expect(element(by.id('link-3')).getAttribute('href')).toMatch(/\/123$/); - - element(by.id('link-3')).click(); - - // At this point, we navigate away from an Angular page, so we need - // to use browser.driver to get the base webdriver. - - browser.wait(function() { - return browser.driver.getCurrentUrl().then(function(url) { - return url.match(/\/123$/); - }); - }, 5000, 'page should navigate to /123'); - }); - - it('should execute ng-click but not reload when href empty string and name specified', function() { - element(by.id('link-4')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('4'); - expect(element(by.id('link-4')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click but not reload when no href but name specified', function() { - element(by.id('link-5')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('5'); - expect(element(by.id('link-5')).getAttribute('href')).toBe(null); - }); - - it('should only change url when only ng-href', function() { - element(by.model('value')).clear(); - element(by.model('value')).sendKeys('6'); - expect(element(by.id('link-6')).getAttribute('href')).toMatch(/\/6$/); - - element(by.id('link-6')).click(); - - // At this point, we navigate away from an Angular page, so we need - // to use browser.driver to get the base webdriver. - browser.wait(function() { - return browser.driver.getCurrentUrl().then(function(url) { - return url.match(/\/6$/); - }); - }, 5000, 'page should navigate to /6'); - }); - -
    - */ +/* global -nullFormCtrl, -PENDING_CLASS, -SUBMITTED_CLASS + */ +var nullFormCtrl = { + $addControl: noop, + $$renameControl: nullFormRenameControl, + $removeControl: noop, + $setValidity: noop, + $setDirty: noop, + $setPristine: noop, + $setSubmitted: noop +}, +PENDING_CLASS = 'ng-pending', +SUBMITTED_CLASS = 'ng-submitted'; + +function nullFormRenameControl(control, name) { + control.$name = name; +} +/** + * @ngdoc type + * @name form.FormController + * + * @property {boolean} $pristine True if user has not interacted with the form yet. + * @property {boolean} $dirty True if user has already interacted with the form. + * @property {boolean} $valid True if all of the containing forms and controls are valid. + * @property {boolean} $invalid True if at least one containing control or form is invalid. + * @property {boolean} $submitted True if user has submitted the form even if its invalid. + * + * @property {Object} $pending An object hash, containing references to controls or forms with + * pending validators, where: + * + * - keys are validations tokens (error names). + * - values are arrays of controls or forms that have a pending validator for the given error name. + * + * See {@link form.FormController#$error $error} for a list of built-in validation tokens. + * + * @property {Object} $error An object hash, containing references to controls or forms with failing + * validators, where: + * + * - keys are validation tokens (error names), + * - values are arrays of controls or forms that have a failing validator for the given error name. + * + * Built-in validation tokens: + * - `email` + * - `max` + * - `maxlength` + * - `min` + * - `minlength` + * - `number` + * - `pattern` + * - `required` + * - `url` + * - `date` + * - `datetimelocal` + * - `time` + * - `week` + * - `month` + * + * @description + * `FormController` keeps track of all its controls and nested forms as well as the state of them, + * such as being valid/invalid or dirty/pristine. + * + * Each {@link ng.directive:form form} directive creates an instance + * of `FormController`. + * + */ +//asks for $scope to fool the BC controller module +FormController.$inject = ['$element', '$attrs', '$scope', '$animate', '$interpolate']; +function FormController($element, $attrs, $scope, $animate, $interpolate) { + this.$$controls = []; + + // init state + this.$error = {}; + this.$$success = {}; + this.$pending = undefined; + this.$name = $interpolate($attrs.name || $attrs.ngForm || '')($scope); + this.$dirty = false; + this.$pristine = true; + this.$valid = true; + this.$invalid = false; + this.$submitted = false; + this.$$parentForm = nullFormCtrl; + + this.$$element = $element; + this.$$animate = $animate; + + setupValidity(this); +} + +FormController.prototype = { /** - * @ngdoc directive - * @name ngSrc - * @restrict A - * @priority 99 + * @ngdoc method + * @name form.FormController#$rollbackViewValue * * @description - * Using Angular markup like `{{hash}}` in a `src` attribute doesn't - * work right: The browser will fetch from the URL with the literal - * text `{{hash}}` until Angular replaces the expression inside - * `{{hash}}`. The `ngSrc` directive solves this problem. - * - * The buggy way to write it: - * ```html - * Description - * ``` - * - * The correct way to write it: - * ```html - * Description - * ``` + * Rollback all form controls pending updates to the `$modelValue`. * - * @element IMG - * @param {template} ngSrc any string which can contain `{{}}` markup. + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. This method is typically needed by the reset button of + * a form that uses `ng-model-options` to pend updates. */ + $rollbackViewValue: function() { + forEach(this.$$controls, function(control) { + control.$rollbackViewValue(); + }); + }, /** - * @ngdoc directive - * @name ngSrcset - * @restrict A - * @priority 99 + * @ngdoc method + * @name form.FormController#$commitViewValue * * @description - * Using Angular markup like `{{hash}}` in a `srcset` attribute doesn't - * work right: The browser will fetch from the URL with the literal - * text `{{hash}}` until Angular replaces the expression inside - * `{{hash}}`. The `ngSrcset` directive solves this problem. - * - * The buggy way to write it: - * ```html - * Description - * ``` + * Commit all form controls pending updates to the `$modelValue`. * - * The correct way to write it: - * ```html - * Description - * ``` - * - * @element IMG - * @param {template} ngSrcset any string which can contain `{{}}` markup. + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. This method is rarely needed as `NgModelController` + * usually handles calling this in response to input events. */ + $commitViewValue: function() { + forEach(this.$$controls, function(control) { + control.$commitViewValue(); + }); + }, /** - * @ngdoc directive - * @name ngDisabled - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$addControl + * @param {object} control control object, either a {@link form.FormController} or an + * {@link ngModel.NgModelController} * * @description + * Register a control with the form. Input elements using ngModelController do this automatically + * when they are linked. * - * This directive sets the `disabled` attribute on the element (typically a form control, - * e.g. `input`, `button`, `select` etc.) if the - * {@link guide/expression expression} inside `ngDisabled` evaluates to truthy. - * - * A special directive is necessary because we cannot use interpolation inside the `disabled` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * Note that the current state of the control will not be reflected on the new parent form. This + * is not an issue with normal use, as freshly compiled and linked controls are in a `$pristine` + * state. * - * @example - - -
    - -
    - - it('should toggle button', function() { - expect(element(by.css('button')).getAttribute('disabled')).toBeFalsy(); - element(by.model('checked')).click(); - expect(element(by.css('button')).getAttribute('disabled')).toBeTruthy(); - }); - -
    + * However, if the method is used programmatically, for example by adding dynamically created controls, + * or controls that have been previously removed without destroying their corresponding DOM element, + * it's the developers responsibility to make sure the current state propagates to the parent form. * - * @element INPUT - * @param {expression} ngDisabled If the {@link guide/expression expression} is truthy, - * then the `disabled` attribute will be set on the element + * For example, if an input control is added that is already `$dirty` and has `$error` properties, + * calling `$setDirty()` and `$validate()` afterwards will propagate the state to the parent form. */ + $addControl: function(control) { + // Breaking change - before, inputs whose name was "hasOwnProperty" were quietly ignored + // and not added to the scope. Now we throw an error. + assertNotHasOwnProperty(control.$name, 'input'); + this.$$controls.push(control); - /** - * @ngdoc directive - * @name ngChecked - * @restrict A - * @priority 100 - * - * @description - * Sets the `checked` attribute on the element, if the expression inside `ngChecked` is truthy. - * - * Note that this directive should not be used together with {@link ngModel `ngModel`}, - * as this can lead to unexpected behavior. - * - * A special directive is necessary because we cannot use interpolation inside the `checked` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. - * - * @example - - -
    - -
    - - it('should check both checkBoxes', function() { - expect(element(by.id('checkFollower')).getAttribute('checked')).toBeFalsy(); - element(by.model('leader')).click(); - expect(element(by.id('checkFollower')).getAttribute('checked')).toBeTruthy(); - }); - -
    - * - * @element INPUT - * @param {expression} ngChecked If the {@link guide/expression expression} is truthy, - * then the `checked` attribute will be set on the element - */ + if (control.$name) { + this[control.$name] = control; + } + + control.$$parentForm = this; + }, + + // Private API: rename a form control + $$renameControl: function(control, newName) { + var oldName = control.$name; + + if (this[oldName] === control) { + delete this[oldName]; + } + this[newName] = control; + control.$name = newName; + }, /** - * @ngdoc directive - * @name ngReadonly - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$removeControl + * @param {object} control control object, either a {@link form.FormController} or an + * {@link ngModel.NgModelController} * * @description + * Deregister a control from the form. * - * Sets the `readonly` attribute on the element, if the expression inside `ngReadonly` is truthy. - * Note that `readonly` applies only to `input` elements with specific types. [See the input docs on - * MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-readonly) for more information. - * - * A special directive is necessary because we cannot use interpolation inside the `readonly` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. - * - * @example - - -
    - -
    - - it('should toggle readonly attr', function() { - expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeFalsy(); - element(by.model('checked')).click(); - expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeTruthy(); - }); - -
    + * Input elements using ngModelController do this automatically when they are destroyed. * - * @element INPUT - * @param {expression} ngReadonly If the {@link guide/expression expression} is truthy, - * then special attribute "readonly" will be set on the element + * Note that only the removed control's validation state (`$errors`etc.) will be removed from the + * form. `$dirty`, `$submitted` states will not be changed, because the expected behavior can be + * different from case to case. For example, removing the only `$dirty` control from a form may or + * may not mean that the form is still `$dirty`. */ + $removeControl: function(control) { + if (control.$name && this[control.$name] === control) { + delete this[control.$name]; + } + forEach(this.$pending, function(value, name) { + // eslint-disable-next-line no-invalid-this + this.$setValidity(name, null, control); + }, this); + forEach(this.$error, function(value, name) { + // eslint-disable-next-line no-invalid-this + this.$setValidity(name, null, control); + }, this); + forEach(this.$$success, function(value, name) { + // eslint-disable-next-line no-invalid-this + this.$setValidity(name, null, control); + }, this); + + arrayRemove(this.$$controls, control); + control.$$parentForm = nullFormCtrl; + }, /** - * @ngdoc directive - * @name ngSelected - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$setDirty * * @description + * Sets the form to a dirty state. * - * Sets the `selected` attribute on the element, if the expression inside `ngSelected` is truthy. - * - * A special directive is necessary because we cannot use interpolation inside the `selected` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. - * - *
    - * **Note:** `ngSelected` does not interact with the `select` and `ngModel` directives, it only - * sets the `selected` attribute on the element. If you are using `ngModel` on the select, you - * should not use `ngSelected` on the options, as `ngModel` will set the select value and - * selected options. - *
    - * - * @example - - -
    - -
    - - it('should select Greetings!', function() { - expect(element(by.id('greet')).getAttribute('selected')).toBeFalsy(); - element(by.model('selected')).click(); - expect(element(by.id('greet')).getAttribute('selected')).toBeTruthy(); - }); - -
    - * - * @element OPTION - * @param {expression} ngSelected If the {@link guide/expression expression} is truthy, - * then special attribute "selected" will be set on the element + * This method can be called to add the 'ng-dirty' class and set the form to a dirty + * state (ng-dirty class). This method will also propagate to parent forms. */ + $setDirty: function() { + this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); + this.$$animate.addClass(this.$$element, DIRTY_CLASS); + this.$dirty = true; + this.$pristine = false; + this.$$parentForm.$setDirty(); + }, /** - * @ngdoc directive - * @name ngOpen - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$setPristine * * @description + * Sets the form to its pristine state. * - * Sets the `open` attribute on the element, if the expression inside `ngOpen` is truthy. - * - * A special directive is necessary because we cannot use interpolation inside the `open` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * This method sets the form's `$pristine` state to true, the `$dirty` state to false, removes + * the `ng-dirty` class and adds the `ng-pristine` class. Additionally, it sets the `$submitted` + * state to false. * - * ## A note about browser compatibility - * - * Internet Explorer and Edge do not support the `details` element, it is - * recommended to use {@link ng.ngShow} and {@link ng.ngHide} instead. - * - * @example - - -
    -
    - List -
      -
    • Apple
    • -
    • Orange
    • -
    • Durian
    • -
    -
    -
    - - it('should toggle open', function() { - expect(element(by.id('details')).getAttribute('open')).toBeFalsy(); - element(by.model('open')).click(); - expect(element(by.id('details')).getAttribute('open')).toBeTruthy(); - }); - -
    + * This method will also propagate to all the controls contained in this form. * - * @element DETAILS - * @param {expression} ngOpen If the {@link guide/expression expression} is truthy, - * then special attribute "open" will be set on the element - */ - - var ngAttributeAliasDirectives = {}; - - // boolean attrs are evaluated - forEach(BOOLEAN_ATTR, function (propName, attrName) { - // binding to multiple is not supported - if (propName === 'multiple') return; - - function defaultLinkFn(scope, element, attr) { - scope.$watch(attr[normalized], function ngBooleanAttrWatchAction(value) { - attr.$set(attrName, !!value); - }); - } - - var normalized = directiveNormalize('ng-' + attrName); - var linkFn = defaultLinkFn; - - if (propName === 'checked') { - linkFn = function linkFn(scope, element, attr) { - // ensuring ngChecked doesn't interfere with ngModel when both are set on the same input - if (attr.ngModel !== attr[normalized]) { - defaultLinkFn(scope, element, attr); - } - }; - } - - ngAttributeAliasDirectives[normalized] = function () { - return { - restrict: 'A', - priority: 100, - link: linkFn - }; - }; - }); - - // aliased input attrs are evaluated - forEach(ALIASED_ATTR, function (htmlAttr, ngAttr) { - ngAttributeAliasDirectives[ngAttr] = function () { - return { - priority: 100, - link: function link(scope, element, attr) { - //special case ngPattern when a literal regular expression value - //is used as the expression (this way we don't have to watch anything). - if (ngAttr === 'ngPattern' && attr.ngPattern.charAt(0) === '/') { - var match = attr.ngPattern.match(REGEX_STRING_REGEXP); - if (match) { - attr.$set('ngPattern', new RegExp(match[1], match[2])); - return; - } - } - - scope.$watch(attr[ngAttr], function ngAttrAliasWatchAction(value) { - attr.$set(ngAttr, value); - }); - } - }; - }; - }); - - // ng-src, ng-srcset, ng-href are interpolated - forEach(['src', 'srcset', 'href'], function (attrName) { - var normalized = directiveNormalize('ng-' + attrName); - ngAttributeAliasDirectives[normalized] = function () { - return { - priority: 99, // it needs to run after the attributes are interpolated - link: function link(scope, element, attr) { - var propName = attrName, - name = attrName; - - if (attrName === 'href' && toString.call(element.prop('href')) === '[object SVGAnimatedString]') { - name = 'xlinkHref'; - attr.$attr[name] = 'xlink:href'; - propName = null; - } - - attr.$observe(normalized, function (value) { - if (!value) { - if (attrName === 'href') { - attr.$set(name, null); - } - return; - } - - attr.$set(name, value); - - // Support: IE 9-11 only - // On IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist - // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need - // to set the property as well to achieve the desired effect. - // We use attr[attrName] value since $set can sanitize the url. - if (msie && propName) element.prop(propName, attr[name]); - }); - } - }; - }; - }); - - /* global -nullFormCtrl, -PENDING_CLASS, -SUBMITTED_CLASS + * Setting a form back to a pristine state is often useful when we want to 'reuse' a form after + * saving or resetting it. */ - var nullFormCtrl = { - $addControl: noop, - $$renameControl: nullFormRenameControl, - $removeControl: noop, - $setValidity: noop, - $setDirty: noop, - $setPristine: noop, - $setSubmitted: noop + $setPristine: function() { + this.$$animate.setClass(this.$$element, PRISTINE_CLASS, DIRTY_CLASS + ' ' + SUBMITTED_CLASS); + this.$dirty = false; + this.$pristine = true; + this.$submitted = false; + forEach(this.$$controls, function(control) { + control.$setPristine(); + }); }, - PENDING_CLASS = 'ng-pending', - SUBMITTED_CLASS = 'ng-submitted'; - - function nullFormRenameControl(control, name) { - control.$name = name; - } /** - * @ngdoc type - * @name form.FormController - * - * @property {boolean} $pristine True if user has not interacted with the form yet. - * @property {boolean} $dirty True if user has already interacted with the form. - * @property {boolean} $valid True if all of the containing forms and controls are valid. - * @property {boolean} $invalid True if at least one containing control or form is invalid. - * @property {boolean} $submitted True if user has submitted the form even if its invalid. - * - * @property {Object} $pending An object hash, containing references to controls or forms with - * pending validators, where: - * - * - keys are validations tokens (error names). - * - values are arrays of controls or forms that have a pending validator for the given error name. - * - * See {@link form.FormController#$error $error} for a list of built-in validation tokens. - * - * @property {Object} $error An object hash, containing references to controls or forms with failing - * validators, where: - * - * - keys are validation tokens (error names), - * - values are arrays of controls or forms that have a failing validator for the given error name. - * - * Built-in validation tokens: - * - `email` - * - `max` - * - `maxlength` - * - `min` - * - `minlength` - * - `number` - * - `pattern` - * - `required` - * - `url` - * - `date` - * - `datetimelocal` - * - `time` - * - `week` - * - `month` + * @ngdoc method + * @name form.FormController#$setUntouched * * @description - * `FormController` keeps track of all its controls and nested forms as well as the state of them, - * such as being valid/invalid or dirty/pristine. + * Sets the form to its untouched state. * - * Each {@link ng.directive:form form} directive creates an instance - * of `FormController`. + * This method can be called to remove the 'ng-touched' class and set the form controls to their + * untouched state (ng-untouched class). * + * Setting a form controls back to their untouched state is often useful when setting the form + * back to its pristine state. */ - //asks for $scope to fool the BC controller module - FormController.$inject = ['$element', '$attrs', '$scope', '$animate', '$interpolate']; - function FormController($element, $attrs, $scope, $animate, $interpolate) { - this.$$controls = []; - - // init state - this.$error = {}; - this.$$success = {}; - this.$pending = undefined; - this.$name = $interpolate($attrs.name || $attrs.ngForm || '')($scope); - this.$dirty = false; - this.$pristine = true; - this.$valid = true; - this.$invalid = false; - this.$submitted = false; - this.$$parentForm = nullFormCtrl; - - this.$$element = $element; - this.$$animate = $animate; - - setupValidity(this); - } - - FormController.prototype = { - /** - * @ngdoc method - * @name form.FormController#$rollbackViewValue - * - * @description - * Rollback all form controls pending updates to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. This method is typically needed by the reset button of - * a form that uses `ng-model-options` to pend updates. - */ - $rollbackViewValue: function $rollbackViewValue() { - forEach(this.$$controls, function (control) { - control.$rollbackViewValue(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$commitViewValue - * - * @description - * Commit all form controls pending updates to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. This method is rarely needed as `NgModelController` - * usually handles calling this in response to input events. - */ - $commitViewValue: function $commitViewValue() { - forEach(this.$$controls, function (control) { - control.$commitViewValue(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$addControl - * @param {object} control control object, either a {@link form.FormController} or an - * {@link ngModel.NgModelController} - * - * @description - * Register a control with the form. Input elements using ngModelController do this automatically - * when they are linked. - * - * Note that the current state of the control will not be reflected on the new parent form. This - * is not an issue with normal use, as freshly compiled and linked controls are in a `$pristine` - * state. - * - * However, if the method is used programmatically, for example by adding dynamically created controls, - * or controls that have been previously removed without destroying their corresponding DOM element, - * it's the developers responsibility to make sure the current state propagates to the parent form. - * - * For example, if an input control is added that is already `$dirty` and has `$error` properties, - * calling `$setDirty()` and `$validate()` afterwards will propagate the state to the parent form. - */ - $addControl: function $addControl(control) { - // Breaking change - before, inputs whose name was "hasOwnProperty" were quietly ignored - // and not added to the scope. Now we throw an error. - assertNotHasOwnProperty(control.$name, 'input'); - this.$$controls.push(control); - - if (control.$name) { - this[control.$name] = control; - } - - control.$$parentForm = this; - }, - - // Private API: rename a form control - $$renameControl: function $$renameControl(control, newName) { - var oldName = control.$name; - - if (this[oldName] === control) { - delete this[oldName]; - } - this[newName] = control; - control.$name = newName; - }, - - /** - * @ngdoc method - * @name form.FormController#$removeControl - * @param {object} control control object, either a {@link form.FormController} or an - * {@link ngModel.NgModelController} - * - * @description - * Deregister a control from the form. - * - * Input elements using ngModelController do this automatically when they are destroyed. - * - * Note that only the removed control's validation state (`$errors`etc.) will be removed from the - * form. `$dirty`, `$submitted` states will not be changed, because the expected behavior can be - * different from case to case. For example, removing the only `$dirty` control from a form may or - * may not mean that the form is still `$dirty`. - */ - $removeControl: function $removeControl(control) { - if (control.$name && this[control.$name] === control) { - delete this[control.$name]; - } - forEach(this.$pending, function (value, name) { - // eslint-disable-next-line no-invalid-this - this.$setValidity(name, null, control); - }, this); - forEach(this.$error, function (value, name) { - // eslint-disable-next-line no-invalid-this - this.$setValidity(name, null, control); - }, this); - forEach(this.$$success, function (value, name) { - // eslint-disable-next-line no-invalid-this - this.$setValidity(name, null, control); - }, this); - - arrayRemove(this.$$controls, control); - control.$$parentForm = nullFormCtrl; - }, - - /** - * @ngdoc method - * @name form.FormController#$setDirty - * - * @description - * Sets the form to a dirty state. - * - * This method can be called to add the 'ng-dirty' class and set the form to a dirty - * state (ng-dirty class). This method will also propagate to parent forms. - */ - $setDirty: function $setDirty() { - this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); - this.$$animate.addClass(this.$$element, DIRTY_CLASS); - this.$dirty = true; - this.$pristine = false; - this.$$parentForm.$setDirty(); - }, - - /** - * @ngdoc method - * @name form.FormController#$setPristine - * - * @description - * Sets the form to its pristine state. - * - * This method sets the form's `$pristine` state to true, the `$dirty` state to false, removes - * the `ng-dirty` class and adds the `ng-pristine` class. Additionally, it sets the `$submitted` - * state to false. - * - * This method will also propagate to all the controls contained in this form. - * - * Setting a form back to a pristine state is often useful when we want to 'reuse' a form after - * saving or resetting it. - */ - $setPristine: function $setPristine() { - this.$$animate.setClass(this.$$element, PRISTINE_CLASS, DIRTY_CLASS + ' ' + SUBMITTED_CLASS); - this.$dirty = false; - this.$pristine = true; - this.$submitted = false; - forEach(this.$$controls, function (control) { - control.$setPristine(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$setUntouched - * - * @description - * Sets the form to its untouched state. - * - * This method can be called to remove the 'ng-touched' class and set the form controls to their - * untouched state (ng-untouched class). - * - * Setting a form controls back to their untouched state is often useful when setting the form - * back to its pristine state. - */ - $setUntouched: function $setUntouched() { - forEach(this.$$controls, function (control) { - control.$setUntouched(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$setSubmitted - * - * @description - * Sets the form to its submitted state. - */ - $setSubmitted: function $setSubmitted() { - this.$$animate.addClass(this.$$element, SUBMITTED_CLASS); - this.$submitted = true; - this.$$parentForm.$setSubmitted(); - } - }; + $setUntouched: function() { + forEach(this.$$controls, function(control) { + control.$setUntouched(); + }); + }, /** * @ngdoc method - * @name form.FormController#$setValidity + * @name form.FormController#$setSubmitted * * @description - * Change the validity state of the form, and notify the parent form (if any). - * - * Application developers will rarely need to call this method directly. It is used internally, by - * {@link ngModel.NgModelController#$setValidity NgModelController.$setValidity()}, to propagate a - * control's validity state to the parent `FormController`. - * - * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be - * assigned to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` (for - * unfulfilled `$asyncValidators`), so that it is available for data-binding. The - * `validationErrorKey` should be in camelCase and will get converted into dash-case for - * class name. Example: `myError` will result in `ng-valid-my-error` and - * `ng-invalid-my-error` classes and can be bound to as `{{ someForm.$error.myError }}`. - * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending - * (undefined), or skipped (null). Pending is used for unfulfilled `$asyncValidators`. - * Skipped is used by AngularJS when validators do not run because of parse errors and when - * `$asyncValidators` do not run because any of the `$validators` failed. - * @param {NgModelController | FormController} controller - The controller whose validity state is - * triggering the change. + * Sets the form to its submitted state. */ - addSetValidityMethod({ - clazz: FormController, - set: function set(object, property, controller) { - var list = object[property]; - if (!list) { - object[property] = [controller]; - } else { - var index = list.indexOf(controller); - if (index === -1) { - list.push(controller); - } - } - }, - unset: function unset(object, property, controller) { - var list = object[property]; - if (!list) { - return; - } - arrayRemove(list, controller); - if (list.length === 0) { - delete object[property]; + $setSubmitted: function() { + this.$$animate.addClass(this.$$element, SUBMITTED_CLASS); + this.$submitted = true; + this.$$parentForm.$setSubmitted(); + } +}; + +/** + * @ngdoc method + * @name form.FormController#$setValidity + * + * @description + * Change the validity state of the form, and notify the parent form (if any). + * + * Application developers will rarely need to call this method directly. It is used internally, by + * {@link ngModel.NgModelController#$setValidity NgModelController.$setValidity()}, to propagate a + * control's validity state to the parent `FormController`. + * + * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be + * assigned to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` (for + * unfulfilled `$asyncValidators`), so that it is available for data-binding. The + * `validationErrorKey` should be in camelCase and will get converted into dash-case for + * class name. Example: `myError` will result in `ng-valid-my-error` and + * `ng-invalid-my-error` classes and can be bound to as `{{ someForm.$error.myError }}`. + * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending + * (undefined), or skipped (null). Pending is used for unfulfilled `$asyncValidators`. + * Skipped is used by AngularJS when validators do not run because of parse errors and when + * `$asyncValidators` do not run because any of the `$validators` failed. + * @param {NgModelController | FormController} controller - The controller whose validity state is + * triggering the change. + */ +addSetValidityMethod({ + clazz: FormController, + set: function(object, property, controller) { + var list = object[property]; + if (!list) { + object[property] = [controller]; + } else { + var index = list.indexOf(controller); + if (index === -1) { + list.push(controller); } } - }); + }, + unset: function(object, property, controller) { + var list = object[property]; + if (!list) { + return; + } + arrayRemove(list, controller); + if (list.length === 0) { + delete object[property]; + } + } +}); - /** - * @ngdoc directive - * @name ngForm - * @restrict EAC - * - * @description - * Nestable alias of {@link ng.directive:form `form`} directive. HTML - * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a - * sub-group of controls needs to be determined. - * - * Note: the purpose of `ngForm` is to group controls, - * but not to be a replacement for the `
    ` tag with all of its capabilities - * (e.g. posting to the server, ...). - * - * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into - * related scope, under this name. - * - */ +/** + * @ngdoc directive + * @name ngForm + * @restrict EAC + * + * @description + * Nestable alias of {@link ng.directive:form `form`} directive. HTML + * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a + * sub-group of controls needs to be determined. + * + * Note: the purpose of `ngForm` is to group controls, + * but not to be a replacement for the `` tag with all of its capabilities + * (e.g. posting to the server, ...). + * + * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into + * related scope, under this name. + * + */ - /** - * @ngdoc directive - * @name form - * @restrict E - * - * @description - * Directive that instantiates - * {@link form.FormController FormController}. - * - * If the `name` attribute is specified, the form controller is published onto the current scope under - * this name. - * - * ## Alias: {@link ng.directive:ngForm `ngForm`} - * - * In Angular, forms can be nested. This means that the outer form is valid when all of the child - * forms are valid as well. However, browsers do not allow nesting of `` elements, so - * Angular provides the {@link ng.directive:ngForm `ngForm`} directive, which behaves identically to - * `form` but can be nested. Nested forms can be useful, for example, if the validity of a sub-group - * of controls needs to be determined. - * - * ## CSS classes - * - `ng-valid` is set if the form is valid. - * - `ng-invalid` is set if the form is invalid. - * - `ng-pending` is set if the form is pending. - * - `ng-pristine` is set if the form is pristine. - * - `ng-dirty` is set if the form is dirty. - * - `ng-submitted` is set if the form was submitted. - * - * Keep in mind that ngAnimate can detect each of these classes when added and removed. - * - * - * ## Submitting a form and preventing the default action - * - * Since the role of forms in client-side Angular applications is different than in classical - * roundtrip apps, it is desirable for the browser not to translate the form submission into a full - * page reload that sends the data to the server. Instead some javascript logic should be triggered - * to handle the form submission in an application-specific way. - * - * For this reason, Angular prevents the default action (form submission to the server) unless the - * `` element has an `action` attribute specified. - * - * You can use one of the following two ways to specify what javascript method should be called when - * a form is submitted: - * - * - {@link ng.directive:ngSubmit ngSubmit} directive on the form element - * - {@link ng.directive:ngClick ngClick} directive on the first - * button or input field of type submit (input[type=submit]) - * - * To prevent double execution of the handler, use only one of the {@link ng.directive:ngSubmit ngSubmit} - * or {@link ng.directive:ngClick ngClick} directives. - * This is because of the following form submission rules in the HTML specification: - * - * - If a form has only one input field then hitting enter in this field triggers form submit - * (`ngSubmit`) - * - if a form has 2+ input fields and no buttons or input[type=submit] then hitting enter - * doesn't trigger submit - * - if a form has one or more input fields and one or more buttons or input[type=submit] then - * hitting enter in any of the input fields will trigger the click handler on the *first* button or - * input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`) - * - * Any pending `ngModelOptions` changes will take place immediately when an enclosing form is - * submitted. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` - * to have access to the updated model. - * - * @animations - * Animations in ngForm are triggered when any of the associated CSS classes are added and removed. - * These classes are: `.ng-pristine`, `.ng-dirty`, `.ng-invalid` and `.ng-valid` as well as any - * other validations that are performed within the form. Animations in ngForm are similar to how - * they work in ngClass and animations can be hooked into using CSS transitions, keyframes as well - * as JS animations. - * - * The following example shows a simple way to utilize CSS transitions to style a form element - * that has been rendered as invalid after it has been validated: - * - *
    -  * //be sure to include ngAnimate as a module to hook into more
    -  * //advanced animations
    -  * .my-form {
    -  *   transition:0.5s linear all;
    -  *   background: white;
    -  * }
    -  * .my-form.ng-invalid {
    -  *   background: red;
    -  *   color:white;
    -  * }
    -  * 
    - * - * @example - - - - - - userType: - Required!
    - userType = {{userType}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - -
    - - it('should initialize to model', function() { - var userType = element(by.binding('userType')); - var valid = element(by.binding('myForm.input.$valid')); - expect(userType.getText()).toContain('guest'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - var userType = element(by.binding('userType')); - var valid = element(by.binding('myForm.input.$valid')); - var userInput = element(by.model('userType')); - userInput.clear(); - userInput.sendKeys(''); - expect(userType.getText()).toEqual('userType ='); - expect(valid.getText()).toContain('false'); - }); - -
    - * - * @param {string=} name Name of the form. If specified, the form controller will be published into - * related scope, under this name. - */ - var formDirectiveFactory = function formDirectiveFactory(isNgForm) { - return ['$timeout', '$parse', function ($timeout, $parse) { - var formDirective = { - name: 'form', - restrict: isNgForm ? 'EAC' : 'E', - require: ['form', '^^?form'], //first is the form's own ctrl, second is an optional parent form - controller: FormController, - compile: function ngFormCompile(formElement, attr) { - // Setup initial state of the control - formElement.addClass(PRISTINE_CLASS).addClass(VALID_CLASS); - - var nameAttr = attr.name ? 'name' : isNgForm && attr.ngForm ? 'ngForm' : false; + /** + * @ngdoc directive + * @name form + * @restrict E + * + * @description + * Directive that instantiates + * {@link form.FormController FormController}. + * + * If the `name` attribute is specified, the form controller is published onto the current scope under + * this name. + * + * ## Alias: {@link ng.directive:ngForm `ngForm`} + * + * In Angular, forms can be nested. This means that the outer form is valid when all of the child + * forms are valid as well. However, browsers do not allow nesting of `
    ` elements, so + * Angular provides the {@link ng.directive:ngForm `ngForm`} directive, which behaves identically to + * `form` but can be nested. Nested forms can be useful, for example, if the validity of a sub-group + * of controls needs to be determined. + * + * ## CSS classes + * - `ng-valid` is set if the form is valid. + * - `ng-invalid` is set if the form is invalid. + * - `ng-pending` is set if the form is pending. + * - `ng-pristine` is set if the form is pristine. + * - `ng-dirty` is set if the form is dirty. + * - `ng-submitted` is set if the form was submitted. + * + * Keep in mind that ngAnimate can detect each of these classes when added and removed. + * + * + * ## Submitting a form and preventing the default action + * + * Since the role of forms in client-side Angular applications is different than in classical + * roundtrip apps, it is desirable for the browser not to translate the form submission into a full + * page reload that sends the data to the server. Instead some javascript logic should be triggered + * to handle the form submission in an application-specific way. + * + * For this reason, Angular prevents the default action (form submission to the server) unless the + * `` element has an `action` attribute specified. + * + * You can use one of the following two ways to specify what javascript method should be called when + * a form is submitted: + * + * - {@link ng.directive:ngSubmit ngSubmit} directive on the form element + * - {@link ng.directive:ngClick ngClick} directive on the first + * button or input field of type submit (input[type=submit]) + * + * To prevent double execution of the handler, use only one of the {@link ng.directive:ngSubmit ngSubmit} + * or {@link ng.directive:ngClick ngClick} directives. + * This is because of the following form submission rules in the HTML specification: + * + * - If a form has only one input field then hitting enter in this field triggers form submit + * (`ngSubmit`) + * - if a form has 2+ input fields and no buttons or input[type=submit] then hitting enter + * doesn't trigger submit + * - if a form has one or more input fields and one or more buttons or input[type=submit] then + * hitting enter in any of the input fields will trigger the click handler on the *first* button or + * input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`) + * + * Any pending `ngModelOptions` changes will take place immediately when an enclosing form is + * submitted. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` + * to have access to the updated model. + * + * @animations + * Animations in ngForm are triggered when any of the associated CSS classes are added and removed. + * These classes are: `.ng-pristine`, `.ng-dirty`, `.ng-invalid` and `.ng-valid` as well as any + * other validations that are performed within the form. Animations in ngForm are similar to how + * they work in ngClass and animations can be hooked into using CSS transitions, keyframes as well + * as JS animations. + * + * The following example shows a simple way to utilize CSS transitions to style a form element + * that has been rendered as invalid after it has been validated: + * + *
    + * //be sure to include ngAnimate as a module to hook into more
    + * //advanced animations
    + * .my-form {
    + *   transition:0.5s linear all;
    + *   background: white;
    + * }
    + * .my-form.ng-invalid {
    + *   background: red;
    + *   color:white;
    + * }
    + * 
    + * + * @example + + + + + + userType: + Required!
    + userType = {{userType}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + it('should initialize to model', function() { + var userType = element(by.binding('userType')); + var valid = element(by.binding('myForm.input.$valid')); - return { - pre: function ngFormPreLink(scope, formElement, attr, ctrls) { - var controller = ctrls[0]; - - // if `action` attr is not present on the form, prevent the default action (submission) - if (!('action' in attr)) { - // we can't use jq events because if a form is destroyed during submission the default - // action is not prevented. see #1238 - // - // IE 9 is not affected because it doesn't fire a submit event and try to do a full - // page reload if the form was destroyed by submission of the form via a click handler - // on a button in the form. Looks like an IE9 specific bug. - var handleFormSubmission = function handleFormSubmission(event) { - scope.$apply(function () { - controller.$commitViewValue(); - controller.$setSubmitted(); - }); + expect(userType.getText()).toContain('guest'); + expect(valid.getText()).toContain('true'); + }); - event.preventDefault(); - }; + it('should be invalid if empty', function() { + var userType = element(by.binding('userType')); + var valid = element(by.binding('myForm.input.$valid')); + var userInput = element(by.model('userType')); + + userInput.clear(); + userInput.sendKeys(''); + + expect(userType.getText()).toEqual('userType ='); + expect(valid.getText()).toContain('false'); + }); + +
    + * + * @param {string=} name Name of the form. If specified, the form controller will be published into + * related scope, under this name. + */ +var formDirectiveFactory = function(isNgForm) { + return ['$timeout', '$parse', function($timeout, $parse) { + var formDirective = { + name: 'form', + restrict: isNgForm ? 'EAC' : 'E', + require: ['form', '^^?form'], //first is the form's own ctrl, second is an optional parent form + controller: FormController, + compile: function ngFormCompile(formElement, attr) { + // Setup initial state of the control + formElement.addClass(PRISTINE_CLASS).addClass(VALID_CLASS); - formElement[0].addEventListener('submit', handleFormSubmission); + var nameAttr = attr.name ? 'name' : (isNgForm && attr.ngForm ? 'ngForm' : false); - // unregister the preventDefault listener so that we don't not leak memory but in a - // way that will achieve the prevention of the default action. - formElement.on('$destroy', function () { - $timeout(function () { - formElement[0].removeEventListener('submit', handleFormSubmission); - }, 0, false); + return { + pre: function ngFormPreLink(scope, formElement, attr, ctrls) { + var controller = ctrls[0]; + + // if `action` attr is not present on the form, prevent the default action (submission) + if (!('action' in attr)) { + // we can't use jq events because if a form is destroyed during submission the default + // action is not prevented. see #1238 + // + // IE 9 is not affected because it doesn't fire a submit event and try to do a full + // page reload if the form was destroyed by submission of the form via a click handler + // on a button in the form. Looks like an IE9 specific bug. + var handleFormSubmission = function(event) { + scope.$apply(function() { + controller.$commitViewValue(); + controller.$setSubmitted(); }); - } - var parentFormCtrl = ctrls[1] || controller.$$parentForm; - parentFormCtrl.$addControl(controller); + event.preventDefault(); + }; - var setter = nameAttr ? getSetter(controller.$name) : noop; + formElement[0].addEventListener('submit', handleFormSubmission); - if (nameAttr) { - setter(scope, controller); - attr.$observe(nameAttr, function (newValue) { - if (controller.$name === newValue) return; - setter(scope, undefined); - controller.$$parentForm.$$renameControl(controller, newValue); - setter = getSetter(controller.$name); - setter(scope, controller); - }); - } - formElement.on('$destroy', function () { - controller.$$parentForm.$removeControl(controller); + // unregister the preventDefault listener so that we don't not leak memory but in a + // way that will achieve the prevention of the default action. + formElement.on('$destroy', function() { + $timeout(function() { + formElement[0].removeEventListener('submit', handleFormSubmission); + }, 0, false); + }); + } + + var parentFormCtrl = ctrls[1] || controller.$$parentForm; + parentFormCtrl.$addControl(controller); + + var setter = nameAttr ? getSetter(controller.$name) : noop; + + if (nameAttr) { + setter(scope, controller); + attr.$observe(nameAttr, function(newValue) { + if (controller.$name === newValue) return; setter(scope, undefined); - extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards + controller.$$parentForm.$$renameControl(controller, newValue); + setter = getSetter(controller.$name); + setter(scope, controller); }); } - }; - } - }; + formElement.on('$destroy', function() { + controller.$$parentForm.$removeControl(controller); + setter(scope, undefined); + extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards + }); + } + }; + } + }; - return formDirective; + return formDirective; - function getSetter(expression) { - if (expression === '') { - //create an assignable expression, so forms with an empty name can be renamed later - return $parse('this[""]').assign; - } - return $parse(expression).assign || noop; + function getSetter(expression) { + if (expression === '') { + //create an assignable expression, so forms with an empty name can be renamed later + return $parse('this[""]').assign; } - }]; - }; + return $parse(expression).assign || noop; + } + }]; +}; - var formDirective = formDirectiveFactory(); - var ngFormDirective = formDirectiveFactory(true); +var formDirective = formDirectiveFactory(); +var ngFormDirective = formDirectiveFactory(true); - // helper methods - function setupValidity(instance) { - instance.$$classCache = {}; - instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); - } - function addSetValidityMethod(context) { - var clazz = context.clazz, - set = context.set, - unset = context.unset; - clazz.prototype.$setValidity = function (validationErrorKey, state, controller) { - if (isUndefined(state)) { - createAndSet(this, '$pending', validationErrorKey, controller); - } else { - unsetAndCleanup(this, '$pending', validationErrorKey, controller); - } - if (!isBoolean(state)) { + +// helper methods +function setupValidity(instance) { + instance.$$classCache = {}; + instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); +} +function addSetValidityMethod(context) { + var clazz = context.clazz, + set = context.set, + unset = context.unset; + + clazz.prototype.$setValidity = function(validationErrorKey, state, controller) { + if (isUndefined(state)) { + createAndSet(this, '$pending', validationErrorKey, controller); + } else { + unsetAndCleanup(this, '$pending', validationErrorKey, controller); + } + if (!isBoolean(state)) { + unset(this.$error, validationErrorKey, controller); + unset(this.$$success, validationErrorKey, controller); + } else { + if (state) { unset(this.$error, validationErrorKey, controller); - unset(this.$$success, validationErrorKey, controller); - } else { - if (state) { - unset(this.$error, validationErrorKey, controller); - set(this.$$success, validationErrorKey, controller); - } else { - set(this.$error, validationErrorKey, controller); - unset(this.$$success, validationErrorKey, controller); - } - } - if (this.$pending) { - cachedToggleClass(this, PENDING_CLASS, true); - this.$valid = this.$invalid = undefined; - toggleValidationCss(this, '', null); + set(this.$$success, validationErrorKey, controller); } else { - cachedToggleClass(this, PENDING_CLASS, false); - this.$valid = isObjectEmpty(this.$error); - this.$invalid = !this.$valid; - toggleValidationCss(this, '', this.$valid); - } - - // re-read the state as the set/unset methods could have - // combined state in this.$error[validationError] (used for forms), - // where setting/unsetting only increments/decrements the value, - // and does not replace it. - var combinedState; - if (this.$pending && this.$pending[validationErrorKey]) { - combinedState = undefined; - } else if (this.$error[validationErrorKey]) { - combinedState = false; - } else if (this.$$success[validationErrorKey]) { - combinedState = true; - } else { - combinedState = null; + set(this.$error, validationErrorKey, controller); + unset(this.$$success, validationErrorKey, controller); } + } + if (this.$pending) { + cachedToggleClass(this, PENDING_CLASS, true); + this.$valid = this.$invalid = undefined; + toggleValidationCss(this, '', null); + } else { + cachedToggleClass(this, PENDING_CLASS, false); + this.$valid = isObjectEmpty(this.$error); + this.$invalid = !this.$valid; + toggleValidationCss(this, '', this.$valid); + } + + // re-read the state as the set/unset methods could have + // combined state in this.$error[validationError] (used for forms), + // where setting/unsetting only increments/decrements the value, + // and does not replace it. + var combinedState; + if (this.$pending && this.$pending[validationErrorKey]) { + combinedState = undefined; + } else if (this.$error[validationErrorKey]) { + combinedState = false; + } else if (this.$$success[validationErrorKey]) { + combinedState = true; + } else { + combinedState = null; + } - toggleValidationCss(this, validationErrorKey, combinedState); - this.$$parentForm.$setValidity(validationErrorKey, combinedState, this); - }; + toggleValidationCss(this, validationErrorKey, combinedState); + this.$$parentForm.$setValidity(validationErrorKey, combinedState, this); + }; - function createAndSet(ctrl, name, value, controller) { - if (!ctrl[name]) { - ctrl[name] = {}; - } - set(ctrl[name], value, controller); + function createAndSet(ctrl, name, value, controller) { + if (!ctrl[name]) { + ctrl[name] = {}; } + set(ctrl[name], value, controller); + } - function unsetAndCleanup(ctrl, name, value, controller) { - if (ctrl[name]) { - unset(ctrl[name], value, controller); - } - if (isObjectEmpty(ctrl[name])) { - ctrl[name] = undefined; - } + function unsetAndCleanup(ctrl, name, value, controller) { + if (ctrl[name]) { + unset(ctrl[name], value, controller); } + if (isObjectEmpty(ctrl[name])) { + ctrl[name] = undefined; + } + } - function cachedToggleClass(ctrl, className, switchValue) { - if (switchValue && !ctrl.$$classCache[className]) { - ctrl.$$animate.addClass(ctrl.$$element, className); - ctrl.$$classCache[className] = true; - } else if (!switchValue && ctrl.$$classCache[className]) { - ctrl.$$animate.removeClass(ctrl.$$element, className); - ctrl.$$classCache[className] = false; - } + function cachedToggleClass(ctrl, className, switchValue) { + if (switchValue && !ctrl.$$classCache[className]) { + ctrl.$$animate.addClass(ctrl.$$element, className); + ctrl.$$classCache[className] = true; + } else if (!switchValue && ctrl.$$classCache[className]) { + ctrl.$$animate.removeClass(ctrl.$$element, className); + ctrl.$$classCache[className] = false; } + } - function toggleValidationCss(ctrl, validationErrorKey, isValid) { - validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : ''; + function toggleValidationCss(ctrl, validationErrorKey, isValid) { + validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : ''; - cachedToggleClass(ctrl, VALID_CLASS + validationErrorKey, isValid === true); - cachedToggleClass(ctrl, INVALID_CLASS + validationErrorKey, isValid === false); - } + cachedToggleClass(ctrl, VALID_CLASS + validationErrorKey, isValid === true); + cachedToggleClass(ctrl, INVALID_CLASS + validationErrorKey, isValid === false); } +} - function isObjectEmpty(obj) { - if (obj) { - for (var prop in obj) { - if (obj.hasOwnProperty(prop)) { - return false; - } +function isObjectEmpty(obj) { + if (obj) { + for (var prop in obj) { + if (obj.hasOwnProperty(prop)) { + return false; } } - return true; } + return true; +} - /* global - VALID_CLASS: false, - INVALID_CLASS: false, - PRISTINE_CLASS: false, - DIRTY_CLASS: false, - ngModelMinErr: false - */ +/* global + VALID_CLASS: false, + INVALID_CLASS: false, + PRISTINE_CLASS: false, + DIRTY_CLASS: false, + ngModelMinErr: false +*/ - // Regex code was initially obtained from SO prior to modification: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231 - var ISO_DATE_REGEXP = /^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/; - // See valid URLs in RFC3987 (http://tools.ietf.org/html/rfc3987) - // Note: We are being more lenient, because browsers are too. - // 1. Scheme - // 2. Slashes - // 3. Username - // 4. Password - // 5. Hostname - // 6. Port - // 7. Path - // 8. Query - // 9. Fragment - // 1111111111111111 222 333333 44444 55555555555555555555555 666 77777777 8888888 999 - var URL_REGEXP = /^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i; - // eslint-disable-next-line max-len - var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/; - var NUMBER_REGEXP = /^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/; - var DATE_REGEXP = /^(\d{4,})-(\d{2})-(\d{2})$/; - var DATETIMELOCAL_REGEXP = /^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; - var WEEK_REGEXP = /^(\d{4,})-W(\d\d)$/; - var MONTH_REGEXP = /^(\d{4,})-(\d\d)$/; - var TIME_REGEXP = /^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; - - var PARTIAL_VALIDATION_EVENTS = 'keydown wheel mousedown'; - var PARTIAL_VALIDATION_TYPES = createMap(); - forEach('date,datetime-local,month,time,week'.split(','), function (type) { - PARTIAL_VALIDATION_TYPES[type] = true; - }); +// Regex code was initially obtained from SO prior to modification: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231 +var ISO_DATE_REGEXP = /^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/; +// See valid URLs in RFC3987 (http://tools.ietf.org/html/rfc3987) +// Note: We are being more lenient, because browsers are too. +// 1. Scheme +// 2. Slashes +// 3. Username +// 4. Password +// 5. Hostname +// 6. Port +// 7. Path +// 8. Query +// 9. Fragment +// 1111111111111111 222 333333 44444 55555555555555555555555 666 77777777 8888888 999 +var URL_REGEXP = /^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i; +// eslint-disable-next-line max-len +var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/; +var NUMBER_REGEXP = /^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/; +var DATE_REGEXP = /^(\d{4,})-(\d{2})-(\d{2})$/; +var DATETIMELOCAL_REGEXP = /^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; +var WEEK_REGEXP = /^(\d{4,})-W(\d\d)$/; +var MONTH_REGEXP = /^(\d{4,})-(\d\d)$/; +var TIME_REGEXP = /^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; + +var PARTIAL_VALIDATION_EVENTS = 'keydown wheel mousedown'; +var PARTIAL_VALIDATION_TYPES = createMap(); +forEach('date,datetime-local,month,time,week'.split(','), function(type) { + PARTIAL_VALIDATION_TYPES[type] = true; +}); - var inputType = { +var inputType = { - /** - * @ngdoc input - * @name input[text] - * - * @description - * Standard HTML text input with angular data binding, inherited by most of the `input` elements. - * - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Adds `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - * This parameter is ignored for input[type=password] controls, which will never trim the - * input. - * - * @example - - - -
    - -
    - - Required! - - Single word only! -
    - text = {{example.text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var text = element(by.binding('example.text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('example.text')); - it('should initialize to model', function() { - expect(text.getText()).toContain('guest'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if multi word', function() { - input.clear(); - input.sendKeys('hello world'); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'text': textInputType, + /** + * @ngdoc input + * @name input[text] + * + * @description + * Standard HTML text input with angular data binding, inherited by most of the `input` elements. + * + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} required Adds `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. + * This parameter is ignored for input[type=password] controls, which will never trim the + * input. + * + * @example + + + +
    + +
    + + Required! + + Single word only! +
    + text = {{example.text}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var text = element(by.binding('example.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('example.text')); + + it('should initialize to model', function() { + expect(text.getText()).toContain('guest'); + expect(valid.getText()).toContain('true'); + }); + + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); + + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); + }); + + it('should be invalid if multi word', function() { + input.clear(); + input.sendKeys('hello world'); + + expect(valid.getText()).toContain('false'); + }); + +
    + */ + 'text': textInputType, /** * @ngdoc input @@ -56672,7 +58818,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol var value = element(by.binding('example.value | date: "yyyy-MM-dd"')); var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support + + // currently protractor/webdriver does not support // sending keys to all known HTML5 input controls // for various browsers (see https://github.com/angular/protractor/issues/562). function setInput(val) { @@ -56682,16 +58829,19 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; browser.executeScript(scr); } - it('should initialize to model', function() { + + it('should initialize to model', function() { expect(value.getText()).toContain('2013-10-22'); expect(valid.getText()).toContain('myForm.input.$valid = true'); }); - it('should be invalid if empty', function() { + + it('should be invalid if empty', function() { setInput(''); expect(value.getText()).toEqual('value ='); expect(valid.getText()).toContain('myForm.input.$valid = false'); }); - it('should be invalid if over max', function() { + + it('should be invalid if over max', function() { setInput('2015-01-01'); expect(value.getText()).toContain(''); expect(valid.getText()).toContain('myForm.input.$valid = false'); @@ -56699,1411 +58849,1460 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol */ - 'date': createDateInputType('date', DATE_REGEXP, createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']), 'yyyy-MM-dd'), - - /** - * @ngdoc input - * @name input[datetime-local] - * - * @description - * Input with datetime validation and transformation. In browsers that do not yet support - * the HTML5 date input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * local datetime format (yyyy-MM-ddTHH:mm:ss), for example: `2010-12-28T14:57:00`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). You can also use interpolation - * inside this attribute (e.g. `min="{{minDatetimeLocal | date:'yyyy-MM-ddTHH:mm:ss'}}"`). - * Note that `min` will also add native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). You can also use interpolation - * inside this attribute (e.g. `max="{{maxDatetimeLocal | date:'yyyy-MM-ddTHH:mm:ss'}}"`). - * Note that `max` will also add native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation error key to the Date / ISO datetime string - * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation error key to the Date / ISO datetime string - * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - - -
    - - Required! - - Not a valid date! -
    - value = {{example.value | date: "yyyy-MM-ddTHH:mm:ss"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value | date: "yyyy-MM-ddTHH:mm:ss"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('2010-12-28T14:57:00'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('2015-01-01T23:59:00'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'datetime-local': createDateInputType('datetimelocal', DATETIMELOCAL_REGEXP, createDateParser(DATETIMELOCAL_REGEXP, ['yyyy', 'MM', 'dd', 'HH', 'mm', 'ss', 'sss']), 'yyyy-MM-ddTHH:mm:ss.sss'), + 'date': createDateInputType('date', DATE_REGEXP, + createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']), + 'yyyy-MM-dd'), - /** - * @ngdoc input - * @name input[time] - * - * @description - * Input with time validation and transformation. In browsers that do not yet support - * the HTML5 time input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a - * Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this - * attribute (e.g. `min="{{minTime | date:'HH:mm:ss'}}"`). Note that `min` will also add - * native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this - * attribute (e.g. `max="{{maxTime | date:'HH:mm:ss'}}"`). Note that `max` will also add - * native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO time string the - * `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO time string the - * `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - - -
    - - Required! - - Not a valid date! -
    - value = {{example.value | date: "HH:mm:ss"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value | date: "HH:mm:ss"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('14:57:00'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('23:59:00'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'time': createDateInputType('time', TIME_REGEXP, createDateParser(TIME_REGEXP, ['HH', 'mm', 'ss', 'sss']), 'HH:mm:ss.sss'), + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-MM-ddTHH:mm:ss"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    + + + var value = element(by.binding('example.value | date: "yyyy-MM-ddTHH:mm:ss"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2010-12-28T14:57:00'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01-01T23:59:00'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + + */ + 'datetime-local': createDateInputType('datetimelocal', DATETIMELOCAL_REGEXP, + createDateParser(DATETIMELOCAL_REGEXP, ['yyyy', 'MM', 'dd', 'HH', 'mm', 'ss', 'sss']), + 'yyyy-MM-ddTHH:mm:ss.sss'), + + /** + * @ngdoc input + * @name input[time] + * + * @description + * Input with time validation and transformation. In browsers that do not yet support + * the HTML5 time input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a + * Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`. + * + * The model must always be a Date object, otherwise Angular will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this + * attribute (e.g. `min="{{minTime | date:'HH:mm:ss'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this + * attribute (e.g. `max="{{maxTime | date:'HH:mm:ss'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO time string the + * `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO time string the + * `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "HH:mm:ss"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value | date: "HH:mm:ss"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('14:57:00'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('23:59:00'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'time': createDateInputType('time', TIME_REGEXP, + createDateParser(TIME_REGEXP, ['HH', 'mm', 'ss', 'sss']), + 'HH:mm:ss.sss'), + + /** + * @ngdoc input + * @name input[week] + * + * @description + * Input with week-of-the-year validation and transformation to Date. In browsers that do not yet support + * the HTML5 week input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * week format (yyyy-W##), for example: `2013-W02`. + * + * The model must always be a Date object, otherwise Angular will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this + * attribute (e.g. `min="{{minWeek | date:'yyyy-Www'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this + * attribute (e.g. `max="{{maxWeek | date:'yyyy-Www'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-Www"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value | date: "yyyy-Www"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-W01'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-W01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'week': createDateInputType('week', WEEK_REGEXP, weekParser, 'yyyy-Www'), + + /** + * @ngdoc input + * @name input[month] + * + * @description + * Input with month validation and transformation. In browsers that do not yet support + * the HTML5 month input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * month format (yyyy-MM), for example: `2009-01`. + * + * The model must always be a Date object, otherwise Angular will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * If the model is not set to the first of the month, the next view to model update will set it + * to the first of the month. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this + * attribute (e.g. `min="{{minMonth | date:'yyyy-MM'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this + * attribute (e.g. `max="{{maxMonth | date:'yyyy-MM'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid month! +
    + value = {{example.value | date: "yyyy-MM"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value | date: "yyyy-MM"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-10'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'month': createDateInputType('month', MONTH_REGEXP, + createDateParser(MONTH_REGEXP, ['yyyy', 'MM']), + 'yyyy-MM'), + + /** + * @ngdoc input + * @name input[number] + * + * @description + * Text input with number validation and transformation. Sets the `number` validation + * error if not a valid number. + * + *
    + * The model must always be of type `number` otherwise Angular will throw an error. + * Be aware that a string containing a number is not enough. See the {@link ngModel:numfmt} + * error docs for more information and an example of how to convert your model if necessary. + *
    + * + * ## Issues with HTML5 constraint validation + * + * In browsers that follow the + * [HTML5 specification](https://html.spec.whatwg.org/multipage/forms.html#number-state-%28type=number%29), + * `input[number]` does not work as expected with {@link ngModelOptions `ngModelOptions.allowInvalid`}. + * If a non-number is entered in the input, the browser will report the value as an empty string, + * which means the view / model values in `ngModel` and subsequently the scope value + * will also be an empty string. + * + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * Can be interpolated. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * Can be interpolated. + * @param {string=} ngMin Like `min`, sets the `min` validation error key if the value entered is less than `ngMin`, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} ngMax Like `max`, sets the `max` validation error key if the value entered is greater than `ngMax`, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint. + * Can be interpolated. + * @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + +
    + + Required! + + Not valid number! +
    + value = {{example.value}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('example.value')); + + it('should initialize to model', function() { + expect(value.getText()).toContain('12'); + expect(valid.getText()).toContain('true'); + }); - /** - * @ngdoc input - * @name input[week] - * - * @description - * Input with week-of-the-year validation and transformation to Date. In browsers that do not yet support - * the HTML5 week input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * week format (yyyy-W##), for example: `2013-W02`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this - * attribute (e.g. `min="{{minWeek | date:'yyyy-Www'}}"`). Note that `min` will also add - * native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this - * attribute (e.g. `max="{{maxWeek | date:'yyyy-Www'}}"`). Note that `max` will also add - * native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string - * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string - * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - -
    - + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('false'); + }); + + it('should be invalid if over max', function() { + input.clear(); + input.sendKeys('123'); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('false'); + }); + + + */ + 'number': numberInputType, + + + /** + * @ngdoc input + * @name input[url] + * + * @description + * Text input with URL validation. Sets the `url` validation error key if the content is not a + * valid URL. + * + *
    + * **Note:** `input[url]` uses a regex to validate urls that is derived from the regex + * used in Chromium. If you need stricter validation, you can use `ng-pattern` or modify + * the built-in validators (see the {@link guide/forms Forms guide}) + *
    + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + + + - - var value = element(by.binding('example.value | date: "yyyy-Www"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-W01'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('2015-W01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - - */ - 'week': createDateInputType('week', WEEK_REGEXP, weekParser, 'yyyy-Www'), + + Not valid url! +
    + text = {{url.text}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + myForm.$error.url = {{!!myForm.$error.url}}
    + +
    + + var text = element(by.binding('url.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('url.text')); - /** - * @ngdoc input - * @name input[month] - * - * @description - * Input with month validation and transformation. In browsers that do not yet support - * the HTML5 month input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * month format (yyyy-MM), for example: `2009-01`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * If the model is not set to the first of the month, the next view to model update will set it - * to the first of the month. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this - * attribute (e.g. `min="{{minMonth | date:'yyyy-MM'}}"`). Note that `min` will also add - * native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this - * attribute (e.g. `max="{{maxMonth | date:'yyyy-MM'}}"`). Note that `max` will also add - * native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string - * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string - * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - - -
    - - Required! - - Not a valid month! -
    - value = {{example.value | date: "yyyy-MM"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value | date: "yyyy-MM"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-10'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('2015-01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'month': createDateInputType('month', MONTH_REGEXP, createDateParser(MONTH_REGEXP, ['yyyy', 'MM']), 'yyyy-MM'), + it('should initialize to model', function() { + expect(text.getText()).toContain('http://google.com'); + expect(valid.getText()).toContain('true'); + }); - /** - * @ngdoc input - * @name input[number] - * - * @description - * Text input with number validation and transformation. Sets the `number` validation - * error if not a valid number. - * - *
    - * The model must always be of type `number` otherwise Angular will throw an error. - * Be aware that a string containing a number is not enough. See the {@link ngModel:numfmt} - * error docs for more information and an example of how to convert your model if necessary. - *
    - * - * ## Issues with HTML5 constraint validation - * - * In browsers that follow the - * [HTML5 specification](https://html.spec.whatwg.org/multipage/forms.html#number-state-%28type=number%29), - * `input[number]` does not work as expected with {@link ngModelOptions `ngModelOptions.allowInvalid`}. - * If a non-number is entered in the input, the browser will report the value as an empty string, - * which means the view / model values in `ngModel` and subsequently the scope value - * will also be an empty string. - * - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * Can be interpolated. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * Can be interpolated. - * @param {string=} ngMin Like `min`, sets the `min` validation error key if the value entered is less than `ngMin`, - * but does not trigger HTML5 native validation. Takes an expression. - * @param {string=} ngMax Like `max`, sets the `max` validation error key if the value entered is greater than `ngMax`, - * but does not trigger HTML5 native validation. Takes an expression. - * @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint. - * Can be interpolated. - * @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint, - * but does not trigger HTML5 native validation. Takes an expression. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - -
    - - Required! - - Not valid number! -
    - value = {{example.value}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('example.value')); - it('should initialize to model', function() { - expect(value.getText()).toContain('12'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if over max', function() { - input.clear(); - input.sendKeys('123'); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'number': numberInputType, + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); - /** - * @ngdoc input - * @name input[url] - * - * @description - * Text input with URL validation. Sets the `url` validation error key if the content is not a - * valid URL. - * - *
    - * **Note:** `input[url]` uses a regex to validate urls that is derived from the regex - * used in Chromium. If you need stricter validation, you can use `ng-pattern` or modify - * the built-in validators (see the {@link guide/forms Forms guide}) - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); + }); + + it('should be invalid if not url', function() { + input.clear(); + input.sendKeys('box'); + + expect(valid.getText()).toContain('false'); + }); + + + */ + 'url': urlInputType, + + + /** + * @ngdoc input + * @name input[email] + * + * @description + * Text input with email validation. Sets the `email` validation error key if not a valid email + * address. + * + *
    + * **Note:** `input[email]` uses a regex to validate email addresses that is derived from the regex + * used in Chromium. If you need stricter validation (e.g. requiring a top-level domain), you can + * use `ng-pattern` or modify the built-in validators (see the {@link guide/forms Forms guide}) + *
    + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + +
    -
    - - var text = element(by.binding('url.text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('url.text')); - it('should initialize to model', function() { - expect(text.getText()).toContain('http://google.com'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if not url', function() { - input.clear(); - input.sendKeys('box'); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'url': urlInputType, + myForm.$error.email = {{!!myForm.$error.email}}
    + +
    + + var text = element(by.binding('email.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('email.text')); - /** - * @ngdoc input - * @name input[email] - * - * @description - * Text input with email validation. Sets the `email` validation error key if not a valid email - * address. - * - *
    - * **Note:** `input[email]` uses a regex to validate email addresses that is derived from the regex - * used in Chromium. If you need stricter validation (e.g. requiring a top-level domain), you can - * use `ng-pattern` or modify the built-in validators (see the {@link guide/forms Forms guide}) - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - -
    - - Required! - - Not valid email! -
    - text = {{email.text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - myForm.$error.email = {{!!myForm.$error.email}}
    -
    -
    - - var text = element(by.binding('email.text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('email.text')); - it('should initialize to model', function() { - expect(text.getText()).toContain('me@example.com'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if not email', function() { - input.clear(); - input.sendKeys('xxx'); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'email': emailInputType, + it('should initialize to model', function() { + expect(text.getText()).toContain('me@example.com'); + expect(valid.getText()).toContain('true'); + }); - /** - * @ngdoc input - * @name input[radio] - * - * @description - * HTML radio button. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string} value The value to which the `ngModel` expression should be set when selected. - * Note that `value` only supports `string` values, i.e. the scope model needs to be a string, - * too. Use `ngValue` if you need complex models (`number`, `object`, ...). - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {string} ngValue Angular expression to which `ngModel` will be be set when the radio - * is selected. Should be used instead of the `value` attribute if you need - * a non-string `ngModel` (`boolean`, `array`, ...). - * - * @example - - - -
    -
    -
    -
    - color = {{color.name | json}}
    -
    - Note that `ng-value="specialValue"` sets radio item's value to be the value of `$scope.specialValue`. -
    - - it('should change state', function() { - var inputs = element.all(by.model('color.name')); - var color = element(by.binding('color.name')); - expect(color.getText()).toContain('blue'); - inputs.get(0).click(); - expect(color.getText()).toContain('red'); - inputs.get(1).click(); - expect(color.getText()).toContain('green'); - }); - -
    - */ - 'radio': radioInputType, + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); + }); - /** - * @ngdoc input - * @name input[range] - * - * @description - * Native range input with validation and transformation. - * - * The model for the range input must always be a `Number`. - * - * IE9 and other browsers that do not support the `range` type fall back - * to a text input without any default values for `min`, `max` and `step`. Model binding, - * validation and number parsing are nevertheless supported. - * - * Browsers that support range (latest Chrome, Safari, Firefox, Edge) treat `input[range]` - * in a way that never allows the input to hold an invalid value. That means: - * - any non-numerical value is set to `(max + min) / 2`. - * - any numerical value that is less than the current min val, or greater than the current max val - * is set to the min / max val respectively. - * - additionally, the current `step` is respected, so the nearest value that satisfies a step - * is used. - * - * See the [HTML Spec on input[type=range]](https://www.w3.org/TR/html5/forms.html#range-state-(type=range)) - * for more info. - * - * This has the following consequences for Angular: - * - * Since the element value should always reflect the current model value, a range input - * will set the bound ngModel expression to the value that the browser has set for the - * input element. For example, in the following input ``, - * if the application sets `model.value = null`, the browser will set the input to `'50'`. - * Angular will then set the model to `50`, to prevent input and model value being out of sync. - * - * That means the model for range will immediately be set to `50` after `ngModel` has been - * initialized. It also means a range input can never have the required error. - * - * This does not only affect changes to the model value, but also to the values of the `min`, - * `max`, and `step` attributes. When these change in a way that will cause the browser to modify - * the input value, Angular will also update the model value. - * - * Automatic value adjustment also means that a range input element can never have the `required`, - * `min`, or `max` errors. - * - * However, `step` is currently only fully implemented by Firefox. Other browsers have problems - * when the step value changes dynamically - they do not adjust the element value correctly, but - * instead may set the `stepMismatch` error. If that's the case, the Angular will set the `step` - * error on the input, and set the model to `undefined`. - * - * Note that `input[range]` is not compatible with`ngMax`, `ngMin`, and `ngStep`, because they do - * not set the `min` and `max` attributes, which means that the browser won't automatically adjust - * the input value based on their values, and will always assume min = 0, max = 100, and step = 1. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation to ensure that the value entered is greater - * than `min`. Can be interpolated. - * @param {string=} max Sets the `max` validation to ensure that the value entered is less than `max`. - * Can be interpolated. - * @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step` - * Can be interpolated. - * @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due - * to user interaction with the input element. - * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the - * element. **Note** : `ngChecked` should not be used alongside `ngModel`. - * Checkout {@link ng.directive:ngChecked ngChecked} for usage. - * - * @example - - - -
    - Model as range: -
    - Model as number:
    - Min:
    - Max:
    - value = {{value}}
    - myForm.range.$valid = {{myForm.range.$valid}}
    - myForm.range.$error = {{myForm.range.$error}} -
    -
    -
    - * ## Range Input with ngMin & ngMax attributes - * @example - - - -
    - Model as range: -
    - Model as number:
    - Min:
    - Max:
    - value = {{value}}
    - myForm.range.$valid = {{myForm.range.$valid}}
    - myForm.range.$error = {{myForm.range.$error}} -
    -
    -
    - */ - 'range': rangeInputType, + it('should be invalid if not email', function() { + input.clear(); + input.sendKeys('xxx'); - /** - * @ngdoc input - * @name input[checkbox] - * - * @description - * HTML checkbox. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {expression=} ngTrueValue The value to which the expression should be set when selected. - * @param {expression=} ngFalseValue The value to which the expression should be set when not selected. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    -
    -
    - value1 = {{checkboxModel.value1}}
    - value2 = {{checkboxModel.value2}}
    -
    -
    - - it('should change state', function() { - var value1 = element(by.binding('checkboxModel.value1')); - var value2 = element(by.binding('checkboxModel.value2')); - expect(value1.getText()).toContain('true'); - expect(value2.getText()).toContain('YES'); - element(by.model('checkboxModel.value1')).click(); - element(by.model('checkboxModel.value2')).click(); - expect(value1.getText()).toContain('false'); - expect(value2.getText()).toContain('NO'); - }); - -
    - */ - 'checkbox': checkboxInputType, + expect(valid.getText()).toContain('false'); + }); +
    +
    + */ + 'email': emailInputType, - 'hidden': noop, - 'button': noop, - 'submit': noop, - 'reset': noop, - 'file': noop - }; - function stringBasedInputType(ctrl) { - ctrl.$formatters.push(function (value) { - return ctrl.$isEmpty(value) ? value : value.toString(); - }); - } + /** + * @ngdoc input + * @name input[radio] + * + * @description + * HTML radio button. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string} value The value to which the `ngModel` expression should be set when selected. + * Note that `value` only supports `string` values, i.e. the scope model needs to be a string, + * too. Use `ngValue` if you need complex models (`number`, `object`, ...). + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * @param {string} ngValue Angular expression to which `ngModel` will be be set when the radio + * is selected. Should be used instead of the `value` attribute if you need + * a non-string `ngModel` (`boolean`, `array`, ...). + * + * @example + + + +
    +
    +
    +
    + color = {{color.name | json}}
    +
    + Note that `ng-value="specialValue"` sets radio item's value to be the value of `$scope.specialValue`. +
    + + it('should change state', function() { + var inputs = element.all(by.model('color.name')); + var color = element(by.binding('color.name')); - function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); - } + expect(color.getText()).toContain('blue'); - function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) { - var type = lowercase(element[0].type); + inputs.get(0).click(); + expect(color.getText()).toContain('red'); - // In composition mode, users are still inputting intermediate text buffer, - // hold the listener until composition is done. - // More about composition events: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent - if (!$sniffer.android) { - var composing = false; + inputs.get(1).click(); + expect(color.getText()).toContain('green'); + }); + +
    + */ + 'radio': radioInputType, - element.on('compositionstart', function () { - composing = true; - }); + /** + * @ngdoc input + * @name input[range] + * + * @description + * Native range input with validation and transformation. + * + * The model for the range input must always be a `Number`. + * + * IE9 and other browsers that do not support the `range` type fall back + * to a text input without any default values for `min`, `max` and `step`. Model binding, + * validation and number parsing are nevertheless supported. + * + * Browsers that support range (latest Chrome, Safari, Firefox, Edge) treat `input[range]` + * in a way that never allows the input to hold an invalid value. That means: + * - any non-numerical value is set to `(max + min) / 2`. + * - any numerical value that is less than the current min val, or greater than the current max val + * is set to the min / max val respectively. + * - additionally, the current `step` is respected, so the nearest value that satisfies a step + * is used. + * + * See the [HTML Spec on input[type=range]](https://www.w3.org/TR/html5/forms.html#range-state-(type=range)) + * for more info. + * + * This has the following consequences for Angular: + * + * Since the element value should always reflect the current model value, a range input + * will set the bound ngModel expression to the value that the browser has set for the + * input element. For example, in the following input ``, + * if the application sets `model.value = null`, the browser will set the input to `'50'`. + * Angular will then set the model to `50`, to prevent input and model value being out of sync. + * + * That means the model for range will immediately be set to `50` after `ngModel` has been + * initialized. It also means a range input can never have the required error. + * + * This does not only affect changes to the model value, but also to the values of the `min`, + * `max`, and `step` attributes. When these change in a way that will cause the browser to modify + * the input value, Angular will also update the model value. + * + * Automatic value adjustment also means that a range input element can never have the `required`, + * `min`, or `max` errors. + * + * However, `step` is currently only fully implemented by Firefox. Other browsers have problems + * when the step value changes dynamically - they do not adjust the element value correctly, but + * instead may set the `stepMismatch` error. If that's the case, the Angular will set the `step` + * error on the input, and set the model to `undefined`. + * + * Note that `input[range]` is not compatible with`ngMax`, `ngMin`, and `ngStep`, because they do + * not set the `min` and `max` attributes, which means that the browser won't automatically adjust + * the input value based on their values, and will always assume min = 0, max = 100, and step = 1. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation to ensure that the value entered is greater + * than `min`. Can be interpolated. + * @param {string=} max Sets the `max` validation to ensure that the value entered is less than `max`. + * Can be interpolated. + * @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step` + * Can be interpolated. + * @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due + * to user interaction with the input element. + * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the + * element. **Note** : `ngChecked` should not be used alongside `ngModel`. + * Checkout {@link ng.directive:ngChecked ngChecked} for usage. + * + * @example + + + +
    + + Model as range: +
    + Model as number:
    + Min:
    + Max:
    + value = {{value}}
    + myForm.range.$valid = {{myForm.range.$valid}}
    + myForm.range.$error = {{myForm.range.$error}} +
    +
    +
    - element.on('compositionend', function () { - composing = false; - listener(); - }); - } + * ## Range Input with ngMin & ngMax attributes - var timeout; + * @example + + + +
    + Model as range: +
    + Model as number:
    + Min:
    + Max:
    + value = {{value}}
    + myForm.range.$valid = {{myForm.range.$valid}}
    + myForm.range.$error = {{myForm.range.$error}} +
    +
    +
    - var listener = function listener(ev) { - if (timeout) { - $browser.defer.cancel(timeout); - timeout = null; - } - if (composing) return; - var value = element.val(), - event = ev && ev.type; + */ + 'range': rangeInputType, - // By default we will trim the value - // If the attribute ng-trim exists we will avoid trimming - // If input type is 'password', the value is never trimmed - if (type !== 'password' && (!attr.ngTrim || attr.ngTrim !== 'false')) { - value = trim(value); - } + /** + * @ngdoc input + * @name input[checkbox] + * + * @description + * HTML checkbox. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {expression=} ngTrueValue The value to which the expression should be set when selected. + * @param {expression=} ngFalseValue The value to which the expression should be set when not selected. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    +
    +
    + value1 = {{checkboxModel.value1}}
    + value2 = {{checkboxModel.value2}}
    +
    +
    + + it('should change state', function() { + var value1 = element(by.binding('checkboxModel.value1')); + var value2 = element(by.binding('checkboxModel.value2')); - // If a control is suffering from bad input (due to native validators), browsers discard its - // value, so it may be necessary to revalidate (by calling $setViewValue again) even if the - // control's value is the same empty value twice in a row. - if (ctrl.$viewValue !== value || value === '' && ctrl.$$hasNativeValidators) { - ctrl.$setViewValue(value, event); - } - }; + expect(value1.getText()).toContain('true'); + expect(value2.getText()).toContain('YES'); - // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the - // input event on backspace, delete or cut - if ($sniffer.hasEvent('input')) { - element.on('input', listener); - } else { - var deferListener = function deferListener(ev, input, origValue) { - if (!timeout) { - timeout = $browser.defer(function () { - timeout = null; - if (!input || input.value !== origValue) { - listener(ev); - } + element(by.model('checkboxModel.value1')).click(); + element(by.model('checkboxModel.value2')).click(); + + expect(value1.getText()).toContain('false'); + expect(value2.getText()).toContain('NO'); }); - } - }; + +
    + */ + 'checkbox': checkboxInputType, + + 'hidden': noop, + 'button': noop, + 'submit': noop, + 'reset': noop, + 'file': noop +}; - element.on('keydown', /** @this */function (event) { - var key = event.keyCode; +function stringBasedInputType(ctrl) { + ctrl.$formatters.push(function(value) { + return ctrl.$isEmpty(value) ? value : value.toString(); + }); +} - // ignore - // command modifiers arrows - if (key === 91 || 15 < key && key < 19 || 37 <= key && key <= 40) return; +function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); +} - deferListener(event, this, this.value); - }); +function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) { + var type = lowercase(element[0].type); - // if user modifies input value using context menu in IE, we need "paste" and "cut" events to catch it - if ($sniffer.hasEvent('paste')) { - element.on('paste cut', deferListener); - } - } - - // if user paste into input using mouse on older browser - // or form autocomplete on newer browser, we need "change" event to catch it - element.on('change', listener); - - // Some native input types (date-family) have the ability to change validity without - // firing any input/change events. - // For these event types, when native validators are present and the browser supports the type, - // check for validity changes on various DOM events. - if (PARTIAL_VALIDATION_TYPES[type] && ctrl.$$hasNativeValidators && type === attr.type) { - element.on(PARTIAL_VALIDATION_EVENTS, /** @this */function (ev) { - if (!timeout) { - var validity = this[VALIDITY_STATE_PROPERTY]; - var origBadInput = validity.badInput; - var origTypeMismatch = validity.typeMismatch; - timeout = $browser.defer(function () { - timeout = null; - if (validity.badInput !== origBadInput || validity.typeMismatch !== origTypeMismatch) { - listener(ev); - } - }); - } - }); + // In composition mode, users are still inputting intermediate text buffer, + // hold the listener until composition is done. + // More about composition events: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent + if (!$sniffer.android) { + var composing = false; + + element.on('compositionstart', function() { + composing = true; + }); + + element.on('compositionend', function() { + composing = false; + listener(); + }); + } + + var timeout; + + var listener = function(ev) { + if (timeout) { + $browser.defer.cancel(timeout); + timeout = null; + } + if (composing) return; + var value = element.val(), + event = ev && ev.type; + + // By default we will trim the value + // If the attribute ng-trim exists we will avoid trimming + // If input type is 'password', the value is never trimmed + if (type !== 'password' && (!attr.ngTrim || attr.ngTrim !== 'false')) { + value = trim(value); + } + + // If a control is suffering from bad input (due to native validators), browsers discard its + // value, so it may be necessary to revalidate (by calling $setViewValue again) even if the + // control's value is the same empty value twice in a row. + if (ctrl.$viewValue !== value || (value === '' && ctrl.$$hasNativeValidators)) { + ctrl.$setViewValue(value, event); } + }; - ctrl.$render = function () { - // Workaround for Firefox validation #12102. - var value = ctrl.$isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue; - if (element.val() !== value) { - element.val(value); + // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the + // input event on backspace, delete or cut + if ($sniffer.hasEvent('input')) { + element.on('input', listener); + } else { + var deferListener = function(ev, input, origValue) { + if (!timeout) { + timeout = $browser.defer(function() { + timeout = null; + if (!input || input.value !== origValue) { + listener(ev); + } + }); } }; - } - function weekParser(isoWeek, existingDate) { - if (isDate(isoWeek)) { - return isoWeek; - } + element.on('keydown', /** @this */ function(event) { + var key = event.keyCode; - if (isString(isoWeek)) { - WEEK_REGEXP.lastIndex = 0; - var parts = WEEK_REGEXP.exec(isoWeek); - if (parts) { - var year = +parts[1], - week = +parts[2], - hours = 0, - minutes = 0, - seconds = 0, - milliseconds = 0, - firstThurs = getFirstThursdayOfYear(year), - addDays = (week - 1) * 7; + // ignore + // command modifiers arrows + if (key === 91 || (15 < key && key < 19) || (37 <= key && key <= 40)) return; - if (existingDate) { - hours = existingDate.getHours(); - minutes = existingDate.getMinutes(); - seconds = existingDate.getSeconds(); - milliseconds = existingDate.getMilliseconds(); - } + deferListener(event, this, this.value); + }); - return new Date(year, 0, firstThurs.getDate() + addDays, hours, minutes, seconds, milliseconds); + // if user modifies input value using context menu in IE, we need "paste" and "cut" events to catch it + if ($sniffer.hasEvent('paste')) { + element.on('paste cut', deferListener); + } + } + + // if user paste into input using mouse on older browser + // or form autocomplete on newer browser, we need "change" event to catch it + element.on('change', listener); + + // Some native input types (date-family) have the ability to change validity without + // firing any input/change events. + // For these event types, when native validators are present and the browser supports the type, + // check for validity changes on various DOM events. + if (PARTIAL_VALIDATION_TYPES[type] && ctrl.$$hasNativeValidators && type === attr.type) { + element.on(PARTIAL_VALIDATION_EVENTS, /** @this */ function(ev) { + if (!timeout) { + var validity = this[VALIDITY_STATE_PROPERTY]; + var origBadInput = validity.badInput; + var origTypeMismatch = validity.typeMismatch; + timeout = $browser.defer(function() { + timeout = null; + if (validity.badInput !== origBadInput || validity.typeMismatch !== origTypeMismatch) { + listener(ev); + } + }); } + }); + } + + ctrl.$render = function() { + // Workaround for Firefox validation #12102. + var value = ctrl.$isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue; + if (element.val() !== value) { + element.val(value); } + }; +} - return NaN; +function weekParser(isoWeek, existingDate) { + if (isDate(isoWeek)) { + return isoWeek; } - function createDateParser(regexp, mapping) { - return function (iso, date) { - var parts, map; + if (isString(isoWeek)) { + WEEK_REGEXP.lastIndex = 0; + var parts = WEEK_REGEXP.exec(isoWeek); + if (parts) { + var year = +parts[1], + week = +parts[2], + hours = 0, + minutes = 0, + seconds = 0, + milliseconds = 0, + firstThurs = getFirstThursdayOfYear(year), + addDays = (week - 1) * 7; - if (isDate(iso)) { - return iso; + if (existingDate) { + hours = existingDate.getHours(); + minutes = existingDate.getMinutes(); + seconds = existingDate.getSeconds(); + milliseconds = existingDate.getMilliseconds(); } - if (isString(iso)) { - // When a date is JSON'ified to wraps itself inside of an extra - // set of double quotes. This makes the date parsing code unable - // to match the date string and parse it as a date. - if (iso.charAt(0) === '"' && iso.charAt(iso.length - 1) === '"') { - iso = iso.substring(1, iso.length - 1); - } - if (ISO_DATE_REGEXP.test(iso)) { - return new Date(iso); - } - regexp.lastIndex = 0; - parts = regexp.exec(iso); + return new Date(year, 0, firstThurs.getDate() + addDays, hours, minutes, seconds, milliseconds); + } + } - if (parts) { - parts.shift(); - if (date) { - map = { - yyyy: date.getFullYear(), - MM: date.getMonth() + 1, - dd: date.getDate(), - HH: date.getHours(), - mm: date.getMinutes(), - ss: date.getSeconds(), - sss: date.getMilliseconds() / 1000 - }; - } else { - map = { yyyy: 1970, MM: 1, dd: 1, HH: 0, mm: 0, ss: 0, sss: 0 }; - } + return NaN; +} - forEach(parts, function (part, index) { - if (index < mapping.length) { - map[mapping[index]] = +part; - } - }); - return new Date(map.yyyy, map.MM - 1, map.dd, map.HH, map.mm, map.ss || 0, map.sss * 1000 || 0); - } - } +function createDateParser(regexp, mapping) { + return function(iso, date) { + var parts, map; - return NaN; - }; - } + if (isDate(iso)) { + return iso; + } - function createDateInputType(type, regexp, parseDate, format) { - return function dynamicDateInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter) { - badInputChecker(scope, element, attr, ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - var timezone = ctrl && ctrl.$options.getOption('timezone'); - var previousDate; - - ctrl.$$parserName = type; - ctrl.$parsers.push(function (value) { - if (ctrl.$isEmpty(value)) return null; - if (regexp.test(value)) { - // Note: We cannot read ctrl.$modelValue, as there might be a different - // parser/formatter in the processing chain so that the model - // contains some different data format! - var parsedDate = parseDate(value, previousDate); - if (timezone) { - parsedDate = convertTimezoneToLocal(parsedDate, timezone); - } - return parsedDate; - } - return undefined; - }); + if (isString(iso)) { + // When a date is JSON'ified to wraps itself inside of an extra + // set of double quotes. This makes the date parsing code unable + // to match the date string and parse it as a date. + if (iso.charAt(0) === '"' && iso.charAt(iso.length - 1) === '"') { + iso = iso.substring(1, iso.length - 1); + } + if (ISO_DATE_REGEXP.test(iso)) { + return new Date(iso); + } + regexp.lastIndex = 0; + parts = regexp.exec(iso); - ctrl.$formatters.push(function (value) { - if (value && !isDate(value)) { - throw ngModelMinErr('datefmt', 'Expected `{0}` to be a date', value); - } - if (isValidDate(value)) { - previousDate = value; - if (previousDate && timezone) { - previousDate = convertTimezoneToLocal(previousDate, timezone, true); - } - return $filter('date')(value, format, timezone); + if (parts) { + parts.shift(); + if (date) { + map = { + yyyy: date.getFullYear(), + MM: date.getMonth() + 1, + dd: date.getDate(), + HH: date.getHours(), + mm: date.getMinutes(), + ss: date.getSeconds(), + sss: date.getMilliseconds() / 1000 + }; } else { - previousDate = null; - return ''; + map = { yyyy: 1970, MM: 1, dd: 1, HH: 0, mm: 0, ss: 0, sss: 0 }; } - }); - if (isDefined(attr.min) || attr.ngMin) { - var minVal; - ctrl.$validators.min = function (value) { - return !isValidDate(value) || isUndefined(minVal) || parseDate(value) >= minVal; - }; - attr.$observe('min', function (val) { - minVal = parseObservedDateValue(val); - ctrl.$validate(); + forEach(parts, function(part, index) { + if (index < mapping.length) { + map[mapping[index]] = +part; + } }); + return new Date(map.yyyy, map.MM - 1, map.dd, map.HH, map.mm, map.ss || 0, map.sss * 1000 || 0); } + } - if (isDefined(attr.max) || attr.ngMax) { - var maxVal; - ctrl.$validators.max = function (value) { - return !isValidDate(value) || isUndefined(maxVal) || parseDate(value) <= maxVal; - }; - attr.$observe('max', function (val) { - maxVal = parseObservedDateValue(val); - ctrl.$validate(); - }); - } + return NaN; + }; +} + +function createDateInputType(type, regexp, parseDate, format) { + return function dynamicDateInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter) { + badInputChecker(scope, element, attr, ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + var timezone = ctrl && ctrl.$options.getOption('timezone'); + var previousDate; - function isValidDate(value) { - // Invalid Date: getTime() returns NaN - return value && !(value.getTime && value.getTime() !== value.getTime()); + ctrl.$$parserName = type; + ctrl.$parsers.push(function(value) { + if (ctrl.$isEmpty(value)) return null; + if (regexp.test(value)) { + // Note: We cannot read ctrl.$modelValue, as there might be a different + // parser/formatter in the processing chain so that the model + // contains some different data format! + var parsedDate = parseDate(value, previousDate); + if (timezone) { + parsedDate = convertTimezoneToLocal(parsedDate, timezone); + } + return parsedDate; } + return undefined; + }); - function parseObservedDateValue(val) { - return isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val; + ctrl.$formatters.push(function(value) { + if (value && !isDate(value)) { + throw ngModelMinErr('datefmt', 'Expected `{0}` to be a date', value); } - }; - } + if (isValidDate(value)) { + previousDate = value; + if (previousDate && timezone) { + previousDate = convertTimezoneToLocal(previousDate, timezone, true); + } + return $filter('date')(value, format, timezone); + } else { + previousDate = null; + return ''; + } + }); + + if (isDefined(attr.min) || attr.ngMin) { + var minVal; + ctrl.$validators.min = function(value) { + return !isValidDate(value) || isUndefined(minVal) || parseDate(value) >= minVal; + }; + attr.$observe('min', function(val) { + minVal = parseObservedDateValue(val); + ctrl.$validate(); + }); + } - function badInputChecker(scope, element, attr, ctrl) { - var node = element[0]; - var nativeValidation = ctrl.$$hasNativeValidators = isObject(node.validity); - if (nativeValidation) { - ctrl.$parsers.push(function (value) { - var validity = element.prop(VALIDITY_STATE_PROPERTY) || {}; - return validity.badInput || validity.typeMismatch ? undefined : value; + if (isDefined(attr.max) || attr.ngMax) { + var maxVal; + ctrl.$validators.max = function(value) { + return !isValidDate(value) || isUndefined(maxVal) || parseDate(value) <= maxVal; + }; + attr.$observe('max', function(val) { + maxVal = parseObservedDateValue(val); + ctrl.$validate(); }); } - } - function numberFormatterParser(ctrl) { - ctrl.$$parserName = 'number'; - ctrl.$parsers.push(function (value) { - if (ctrl.$isEmpty(value)) return null; - if (NUMBER_REGEXP.test(value)) return parseFloat(value); - return undefined; - }); + function isValidDate(value) { + // Invalid Date: getTime() returns NaN + return value && !(value.getTime && value.getTime() !== value.getTime()); + } - ctrl.$formatters.push(function (value) { - if (!ctrl.$isEmpty(value)) { - if (!isNumber(value)) { - throw ngModelMinErr('numfmt', 'Expected `{0}` to be a number', value); - } - value = value.toString(); - } - return value; + function parseObservedDateValue(val) { + return isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val; + } + }; +} + +function badInputChecker(scope, element, attr, ctrl) { + var node = element[0]; + var nativeValidation = ctrl.$$hasNativeValidators = isObject(node.validity); + if (nativeValidation) { + ctrl.$parsers.push(function(value) { + var validity = element.prop(VALIDITY_STATE_PROPERTY) || {}; + return validity.badInput || validity.typeMismatch ? undefined : value; }); } +} - function parseNumberAttrVal(val) { - if (isDefined(val) && !isNumber(val)) { - val = parseFloat(val); +function numberFormatterParser(ctrl) { + ctrl.$$parserName = 'number'; + ctrl.$parsers.push(function(value) { + if (ctrl.$isEmpty(value)) return null; + if (NUMBER_REGEXP.test(value)) return parseFloat(value); + return undefined; + }); + + ctrl.$formatters.push(function(value) { + if (!ctrl.$isEmpty(value)) { + if (!isNumber(value)) { + throw ngModelMinErr('numfmt', 'Expected `{0}` to be a number', value); + } + value = value.toString(); } - return !isNumberNaN(val) ? val : undefined; + return value; + }); +} + +function parseNumberAttrVal(val) { + if (isDefined(val) && !isNumber(val)) { + val = parseFloat(val); } + return !isNumberNaN(val) ? val : undefined; +} - function isNumberInteger(num) { - // See http://stackoverflow.com/questions/14636536/how-to-check-if-a-variable-is-an-integer-in-javascript#14794066 - // (minus the assumption that `num` is a number) +function isNumberInteger(num) { + // See http://stackoverflow.com/questions/14636536/how-to-check-if-a-variable-is-an-integer-in-javascript#14794066 + // (minus the assumption that `num` is a number) - // eslint-disable-next-line no-bitwise - return (num | 0) === num; - } + // eslint-disable-next-line no-bitwise + return (num | 0) === num; +} - function countDecimals(num) { - var numString = num.toString(); - var decimalSymbolIndex = numString.indexOf('.'); +function countDecimals(num) { + var numString = num.toString(); + var decimalSymbolIndex = numString.indexOf('.'); - if (decimalSymbolIndex === -1) { - if (-1 < num && num < 1) { - // It may be in the exponential notation format (`1e-X`) - var match = /e-(\d+)$/.exec(numString); + if (decimalSymbolIndex === -1) { + if (-1 < num && num < 1) { + // It may be in the exponential notation format (`1e-X`) + var match = /e-(\d+)$/.exec(numString); - if (match) { - return Number(match[1]); - } + if (match) { + return Number(match[1]); } - - return 0; } - return numString.length - decimalSymbolIndex - 1; + return 0; } - function isValidForStep(viewValue, stepBase, step) { - // At this point `stepBase` and `step` are expected to be non-NaN values - // and `viewValue` is expected to be a valid stringified number. - var value = Number(viewValue); + return numString.length - decimalSymbolIndex - 1; +} - var isNonIntegerValue = !isNumberInteger(value); - var isNonIntegerStepBase = !isNumberInteger(stepBase); - var isNonIntegerStep = !isNumberInteger(step); +function isValidForStep(viewValue, stepBase, step) { + // At this point `stepBase` and `step` are expected to be non-NaN values + // and `viewValue` is expected to be a valid stringified number. + var value = Number(viewValue); - // Due to limitations in Floating Point Arithmetic (e.g. `0.3 - 0.2 !== 0.1` or - // `0.5 % 0.1 !== 0`), we need to convert all numbers to integers. - if (isNonIntegerValue || isNonIntegerStepBase || isNonIntegerStep) { - var valueDecimals = isNonIntegerValue ? countDecimals(value) : 0; - var stepBaseDecimals = isNonIntegerStepBase ? countDecimals(stepBase) : 0; - var stepDecimals = isNonIntegerStep ? countDecimals(step) : 0; + var isNonIntegerValue = !isNumberInteger(value); + var isNonIntegerStepBase = !isNumberInteger(stepBase); + var isNonIntegerStep = !isNumberInteger(step); - var decimalCount = Math.max(valueDecimals, stepBaseDecimals, stepDecimals); - var multiplier = Math.pow(10, decimalCount); + // Due to limitations in Floating Point Arithmetic (e.g. `0.3 - 0.2 !== 0.1` or + // `0.5 % 0.1 !== 0`), we need to convert all numbers to integers. + if (isNonIntegerValue || isNonIntegerStepBase || isNonIntegerStep) { + var valueDecimals = isNonIntegerValue ? countDecimals(value) : 0; + var stepBaseDecimals = isNonIntegerStepBase ? countDecimals(stepBase) : 0; + var stepDecimals = isNonIntegerStep ? countDecimals(step) : 0; - value = value * multiplier; - stepBase = stepBase * multiplier; - step = step * multiplier; + var decimalCount = Math.max(valueDecimals, stepBaseDecimals, stepDecimals); + var multiplier = Math.pow(10, decimalCount); - if (isNonIntegerValue) value = Math.round(value); - if (isNonIntegerStepBase) stepBase = Math.round(stepBase); - if (isNonIntegerStep) step = Math.round(step); - } + value = value * multiplier; + stepBase = stepBase * multiplier; + step = step * multiplier; - return (value - stepBase) % step === 0; + if (isNonIntegerValue) value = Math.round(value); + if (isNonIntegerStepBase) stepBase = Math.round(stepBase); + if (isNonIntegerStep) step = Math.round(step); } - function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) { - badInputChecker(scope, element, attr, ctrl); - numberFormatterParser(ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + return (value - stepBase) % step === 0; +} - var minVal; - var maxVal; +function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) { + badInputChecker(scope, element, attr, ctrl); + numberFormatterParser(ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - if (isDefined(attr.min) || attr.ngMin) { - ctrl.$validators.min = function (value) { - return ctrl.$isEmpty(value) || isUndefined(minVal) || value >= minVal; - }; + var minVal; + var maxVal; - attr.$observe('min', function (val) { - minVal = parseNumberAttrVal(val); - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } + if (isDefined(attr.min) || attr.ngMin) { + ctrl.$validators.min = function(value) { + return ctrl.$isEmpty(value) || isUndefined(minVal) || value >= minVal; + }; - if (isDefined(attr.max) || attr.ngMax) { - ctrl.$validators.max = function (value) { - return ctrl.$isEmpty(value) || isUndefined(maxVal) || value <= maxVal; - }; + attr.$observe('min', function(val) { + minVal = parseNumberAttrVal(val); + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + }); + } - attr.$observe('max', function (val) { - maxVal = parseNumberAttrVal(val); - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } + if (isDefined(attr.max) || attr.ngMax) { + ctrl.$validators.max = function(value) { + return ctrl.$isEmpty(value) || isUndefined(maxVal) || value <= maxVal; + }; - if (isDefined(attr.step) || attr.ngStep) { - var stepVal; - ctrl.$validators.step = function (modelValue, viewValue) { - return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || isValidForStep(viewValue, minVal || 0, stepVal); - }; + attr.$observe('max', function(val) { + maxVal = parseNumberAttrVal(val); + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + }); + } - attr.$observe('step', function (val) { - stepVal = parseNumberAttrVal(val); - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } + if (isDefined(attr.step) || attr.ngStep) { + var stepVal; + ctrl.$validators.step = function(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || + isValidForStep(viewValue, minVal || 0, stepVal); + }; + + attr.$observe('step', function(val) { + stepVal = parseNumberAttrVal(val); + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + }); } +} - function rangeInputType(scope, element, attr, ctrl, $sniffer, $browser) { - badInputChecker(scope, element, attr, ctrl); - numberFormatterParser(ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); +function rangeInputType(scope, element, attr, ctrl, $sniffer, $browser) { + badInputChecker(scope, element, attr, ctrl); + numberFormatterParser(ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - var supportsRange = ctrl.$$hasNativeValidators && element[0].type === 'range', - minVal = supportsRange ? 0 : undefined, - maxVal = supportsRange ? 100 : undefined, - stepVal = supportsRange ? 1 : undefined, - validity = element[0].validity, - hasMinAttr = isDefined(attr.min), - hasMaxAttr = isDefined(attr.max), - hasStepAttr = isDefined(attr.step); + var supportsRange = ctrl.$$hasNativeValidators && element[0].type === 'range', + minVal = supportsRange ? 0 : undefined, + maxVal = supportsRange ? 100 : undefined, + stepVal = supportsRange ? 1 : undefined, + validity = element[0].validity, + hasMinAttr = isDefined(attr.min), + hasMaxAttr = isDefined(attr.max), + hasStepAttr = isDefined(attr.step); - var originalRender = ctrl.$render; + var originalRender = ctrl.$render; - ctrl.$render = supportsRange && isDefined(validity.rangeUnderflow) && isDefined(validity.rangeOverflow) ? + ctrl.$render = supportsRange && isDefined(validity.rangeUnderflow) && isDefined(validity.rangeOverflow) ? //Browsers that implement range will set these values automatically, but reading the adjusted values after //$render would cause the min / max validators to be applied with the wrong value function rangeRender() { originalRender(); ctrl.$setViewValue(element.val()); - } : originalRender; + } : + originalRender; - if (hasMinAttr) { - ctrl.$validators.min = supportsRange ? + if (hasMinAttr) { + ctrl.$validators.min = supportsRange ? // Since all browsers set the input to a valid value, we don't need to check validity - function noopMinValidator() { - return true; - } : + function noopMinValidator() { return true; } : // non-support browsers validate the min val function minValidator(modelValue, viewValue) { return ctrl.$isEmpty(viewValue) || isUndefined(minVal) || viewValue >= minVal; }; - setInitialValueAndObserver('min', minChange); - } + setInitialValueAndObserver('min', minChange); + } - if (hasMaxAttr) { - ctrl.$validators.max = supportsRange ? + if (hasMaxAttr) { + ctrl.$validators.max = supportsRange ? // Since all browsers set the input to a valid value, we don't need to check validity - function noopMaxValidator() { - return true; - } : + function noopMaxValidator() { return true; } : // non-support browsers validate the max val function maxValidator(modelValue, viewValue) { return ctrl.$isEmpty(viewValue) || isUndefined(maxVal) || viewValue <= maxVal; }; - setInitialValueAndObserver('max', maxChange); - } + setInitialValueAndObserver('max', maxChange); + } - if (hasStepAttr) { - ctrl.$validators.step = supportsRange ? function nativeStepValidator() { + if (hasStepAttr) { + ctrl.$validators.step = supportsRange ? + function nativeStepValidator() { // Currently, only FF implements the spec on step change correctly (i.e. adjusting the // input element value to a valid value). It's possible that other browsers set the stepMismatch // validity error instead, so we can at least report an error in that case. @@ -58111,1784 +60310,1797 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } : // ngStep doesn't set the setp attr, so the browser doesn't adjust the input value as setting step would function stepValidator(modelValue, viewValue) { - return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || isValidForStep(viewValue, minVal || 0, stepVal); + return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || + isValidForStep(viewValue, minVal || 0, stepVal); }; - setInitialValueAndObserver('step', stepChange); - } - - function setInitialValueAndObserver(htmlAttrName, changeFn) { - // interpolated attributes set the attribute value only after a digest, but we need the - // attribute value when the input is first rendered, so that the browser can adjust the - // input value based on the min/max value - element.attr(htmlAttrName, attr[htmlAttrName]); - attr.$observe(htmlAttrName, changeFn); - } + setInitialValueAndObserver('step', stepChange); + } - function minChange(val) { - minVal = parseNumberAttrVal(val); - // ignore changes before model is initialized - if (isNumberNaN(ctrl.$modelValue)) { - return; - } + function setInitialValueAndObserver(htmlAttrName, changeFn) { + // interpolated attributes set the attribute value only after a digest, but we need the + // attribute value when the input is first rendered, so that the browser can adjust the + // input value based on the min/max value + element.attr(htmlAttrName, attr[htmlAttrName]); + attr.$observe(htmlAttrName, changeFn); + } - if (supportsRange) { - var elVal = element.val(); - // IE11 doesn't set the el val correctly if the minVal is greater than the element value - if (minVal > elVal) { - elVal = minVal; - element.val(elVal); - } - ctrl.$setViewValue(elVal); - } else { - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - } + function minChange(val) { + minVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; } - function maxChange(val) { - maxVal = parseNumberAttrVal(val); - // ignore changes before model is initialized - if (isNumberNaN(ctrl.$modelValue)) { - return; - } - - if (supportsRange) { - var elVal = element.val(); - // IE11 doesn't set the el val correctly if the maxVal is less than the element value - if (maxVal < elVal) { - element.val(maxVal); - // IE11 and Chrome don't set the value to the minVal when max < min - elVal = maxVal < minVal ? minVal : maxVal; - } - ctrl.$setViewValue(elVal); - } else { - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); + if (supportsRange) { + var elVal = element.val(); + // IE11 doesn't set the el val correctly if the minVal is greater than the element value + if (minVal > elVal) { + elVal = minVal; + element.val(elVal); } + ctrl.$setViewValue(elVal); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); } + } - function stepChange(val) { - stepVal = parseNumberAttrVal(val); - // ignore changes before model is initialized - if (isNumberNaN(ctrl.$modelValue)) { - return; - } + function maxChange(val) { + maxVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } - // Some browsers don't adjust the input value correctly, but set the stepMismatch error - if (supportsRange && ctrl.$viewValue !== element.val()) { - ctrl.$setViewValue(element.val()); - } else { - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); + if (supportsRange) { + var elVal = element.val(); + // IE11 doesn't set the el val correctly if the maxVal is less than the element value + if (maxVal < elVal) { + element.val(maxVal); + // IE11 and Chrome don't set the value to the minVal when max < min + elVal = maxVal < minVal ? minVal : maxVal; } + ctrl.$setViewValue(elVal); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); } } - function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { - // Note: no badInputChecker here by purpose as `url` is only a validation - // in browsers, i.e. we can always read out input.value even if it is not valid! - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); + function stepChange(val) { + stepVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } - ctrl.$$parserName = 'url'; - ctrl.$validators.url = function (modelValue, viewValue) { - var value = modelValue || viewValue; - return ctrl.$isEmpty(value) || URL_REGEXP.test(value); - }; + // Some browsers don't adjust the input value correctly, but set the stepMismatch error + if (supportsRange && ctrl.$viewValue !== element.val()) { + ctrl.$setViewValue(element.val()); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + } } +} - function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { - // Note: no badInputChecker here by purpose as `url` is only a validation - // in browsers, i.e. we can always read out input.value even if it is not valid! - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); +function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // Note: no badInputChecker here by purpose as `url` is only a validation + // in browsers, i.e. we can always read out input.value even if it is not valid! + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); - ctrl.$$parserName = 'email'; - ctrl.$validators.email = function (modelValue, viewValue) { - var value = modelValue || viewValue; - return ctrl.$isEmpty(value) || EMAIL_REGEXP.test(value); - }; - } + ctrl.$$parserName = 'url'; + ctrl.$validators.url = function(modelValue, viewValue) { + var value = modelValue || viewValue; + return ctrl.$isEmpty(value) || URL_REGEXP.test(value); + }; +} - function radioInputType(scope, element, attr, ctrl) { - var doTrim = !attr.ngTrim || trim(attr.ngTrim) !== 'false'; - // make the name unique, if not defined - if (isUndefined(attr.name)) { - element.attr('name', nextUid()); - } +function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // Note: no badInputChecker here by purpose as `url` is only a validation + // in browsers, i.e. we can always read out input.value even if it is not valid! + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); - var listener = function listener(ev) { - var value; - if (element[0].checked) { - value = attr.value; - if (doTrim) { - value = trim(value); - } - ctrl.$setViewValue(value, ev && ev.type); - } - }; + ctrl.$$parserName = 'email'; + ctrl.$validators.email = function(modelValue, viewValue) { + var value = modelValue || viewValue; + return ctrl.$isEmpty(value) || EMAIL_REGEXP.test(value); + }; +} - element.on('click', listener); +function radioInputType(scope, element, attr, ctrl) { + var doTrim = !attr.ngTrim || trim(attr.ngTrim) !== 'false'; + // make the name unique, if not defined + if (isUndefined(attr.name)) { + element.attr('name', nextUid()); + } - ctrl.$render = function () { - var value = attr.value; + var listener = function(ev) { + var value; + if (element[0].checked) { + value = attr.value; if (doTrim) { value = trim(value); } - element[0].checked = value === ctrl.$viewValue; - }; + ctrl.$setViewValue(value, ev && ev.type); + } + }; - attr.$observe('value', ctrl.$render); - } + element.on('click', listener); - function parseConstantExpr($parse, context, name, expression, fallback) { - var parseFn; - if (isDefined(expression)) { - parseFn = $parse(expression); - if (!parseFn.constant) { - throw ngModelMinErr('constexpr', 'Expected constant expression for `{0}`, but saw ' + '`{1}`.', name, expression); - } - return parseFn(context); + ctrl.$render = function() { + var value = attr.value; + if (doTrim) { + value = trim(value); + } + element[0].checked = (value === ctrl.$viewValue); + }; + + attr.$observe('value', ctrl.$render); +} + +function parseConstantExpr($parse, context, name, expression, fallback) { + var parseFn; + if (isDefined(expression)) { + parseFn = $parse(expression); + if (!parseFn.constant) { + throw ngModelMinErr('constexpr', 'Expected constant expression for `{0}`, but saw ' + + '`{1}`.', name, expression); } - return fallback; + return parseFn(context); } + return fallback; +} - function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { - var trueValue = parseConstantExpr($parse, scope, 'ngTrueValue', attr.ngTrueValue, true); - var falseValue = parseConstantExpr($parse, scope, 'ngFalseValue', attr.ngFalseValue, false); +function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { + var trueValue = parseConstantExpr($parse, scope, 'ngTrueValue', attr.ngTrueValue, true); + var falseValue = parseConstantExpr($parse, scope, 'ngFalseValue', attr.ngFalseValue, false); - var listener = function listener(ev) { - ctrl.$setViewValue(element[0].checked, ev && ev.type); - }; + var listener = function(ev) { + ctrl.$setViewValue(element[0].checked, ev && ev.type); + }; - element.on('click', listener); + element.on('click', listener); - ctrl.$render = function () { - element[0].checked = ctrl.$viewValue; - }; + ctrl.$render = function() { + element[0].checked = ctrl.$viewValue; + }; - // Override the standard `$isEmpty` because the $viewValue of an empty checkbox is always set to `false` - // This is because of the parser below, which compares the `$modelValue` with `trueValue` to convert - // it to a boolean. - ctrl.$isEmpty = function (value) { - return value === false; - }; + // Override the standard `$isEmpty` because the $viewValue of an empty checkbox is always set to `false` + // This is because of the parser below, which compares the `$modelValue` with `trueValue` to convert + // it to a boolean. + ctrl.$isEmpty = function(value) { + return value === false; + }; - ctrl.$formatters.push(function (value) { - return equals(value, trueValue); - }); + ctrl.$formatters.push(function(value) { + return equals(value, trueValue); + }); - ctrl.$parsers.push(function (value) { - return value ? trueValue : falseValue; - }); - } + ctrl.$parsers.push(function(value) { + return value ? trueValue : falseValue; + }); +} - /** - * @ngdoc directive - * @name textarea - * @restrict E - * - * @description - * HTML textarea element control with angular data-binding. The data-binding and validation - * properties of this element are exactly the same as those of the - * {@link ng.directive:input input element}. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any - * length. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - * - * @knownIssue - * - * When specifying the `placeholder` attribute of ` + *
    {{ list | json }}
    + *
    + * + * it("should split the text by newlines", function() { + * var listInput = element(by.model('list')); + * var output = element(by.binding('list | json')); + * listInput.sendKeys('abc\ndef\nghi'); + * expect(output.getText()).toContain('[\n "abc",\n "def",\n "ghi"\n]'); + * }); + * + *
    + * + */ +var ngListDirective = function() { + return { + restrict: 'A', + priority: 100, + require: 'ngModel', + link: function(scope, element, attr, ctrl) { + var ngList = attr.ngList || ', '; + var trimValues = attr.ngTrim !== 'false'; + var separator = trimValues ? trim(ngList) : ngList; + + var parse = function(viewValue) { + // If the viewValue is invalid (say required but empty) it will be `undefined` + if (isUndefined(viewValue)) return; + + var list = []; + + if (viewValue) { + forEach(viewValue.split(separator), function(value) { + if (value) list.push(trimValues ? trim(value) : value); + }); } + + return list; + }; + + ctrl.$parsers.push(parse); + ctrl.$formatters.push(function(value) { + if (isArray(value)) { + return value.join(ngList); + } + + return undefined; + }); + + // Override the standard $isEmpty because an empty array means the input is empty. + ctrl.$isEmpty = function(value) { + return !value || !value.length; }; } - }); + }; +}; - /** - * @ngdoc directive - * @name ngList - * @restrict A - * @priority 100 - * - * @param {string=} ngList optional delimiter that should be used to split the value. - * - * @description - * Text input that converts between a delimited string and an array of strings. The default - * delimiter is a comma followed by a space - equivalent to `ng-list=", "`. You can specify a custom - * delimiter as the value of the `ngList` attribute - for example, `ng-list=" | "`. - * - * The behaviour of the directive is affected by the use of the `ngTrim` attribute. - * * If `ngTrim` is set to `"false"` then whitespace around both the separator and each - * list item is respected. This implies that the user of the directive is responsible for - * dealing with whitespace but also allows you to use whitespace as a delimiter, such as a - * tab or newline character. - * * Otherwise whitespace around the delimiter is ignored when splitting (although it is respected - * when joining the list items back together) and whitespace around each list item is stripped - * before it is added to the model. - * - * @example - * ### Validation - * - * - * - * angular.module('listExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.names = ['morpheus', 'neo', 'trinity']; - * }]); - * - * - *
    - * - * - * - * Required! - * - *
    - * names = {{names}}
    - * myForm.namesInput.$valid = {{myForm.namesInput.$valid}}
    - * myForm.namesInput.$error = {{myForm.namesInput.$error}}
    - * myForm.$valid = {{myForm.$valid}}
    - * myForm.$error.required = {{!!myForm.$error.required}}
    - *
    - *
    - * - * var listInput = element(by.model('names')); - * var names = element(by.exactBinding('names')); - * var valid = element(by.binding('myForm.namesInput.$valid')); - * var error = element(by.css('span.error')); - * - * it('should initialize to model', function() { - * expect(names.getText()).toContain('["morpheus","neo","trinity"]'); - * expect(valid.getText()).toContain('true'); - * expect(error.getCssValue('display')).toBe('none'); - * }); - * - * it('should be invalid if empty', function() { - * listInput.clear(); - * listInput.sendKeys(''); - * - * expect(names.getText()).toContain(''); - * expect(valid.getText()).toContain('false'); - * expect(error.getCssValue('display')).not.toBe('none'); - * }); - * - *
    - * - * @example - * ### Splitting on newline - * - * - * - * - *
    {{ list | json }}
    - *
    - * - * it("should split the text by newlines", function() { - * var listInput = element(by.model('list')); - * var output = element(by.binding('list | json')); - * listInput.sendKeys('abc\ndef\nghi'); - * expect(output.getText()).toContain('[\n "abc",\n "def",\n "ghi"\n]'); - * }); - * - *
    - * - */ - var ngListDirective = function ngListDirective() { - return { - restrict: 'A', - priority: 100, - require: 'ngModel', - link: function link(scope, element, attr, ctrl) { - var ngList = attr.ngList || ', '; - var trimValues = attr.ngTrim !== 'false'; - var separator = trimValues ? trim(ngList) : ngList; +/* global VALID_CLASS: true, + INVALID_CLASS: true, + PRISTINE_CLASS: true, + DIRTY_CLASS: true, + UNTOUCHED_CLASS: true, + TOUCHED_CLASS: true, + PENDING_CLASS: true, + addSetValidityMethod: true, + setupValidity: true, + defaultModelOptions: false +*/ - var parse = function parse(viewValue) { - // If the viewValue is invalid (say required but empty) it will be `undefined` - if (isUndefined(viewValue)) return; - var list = []; +var VALID_CLASS = 'ng-valid', + INVALID_CLASS = 'ng-invalid', + PRISTINE_CLASS = 'ng-pristine', + DIRTY_CLASS = 'ng-dirty', + UNTOUCHED_CLASS = 'ng-untouched', + TOUCHED_CLASS = 'ng-touched', + EMPTY_CLASS = 'ng-empty', + NOT_EMPTY_CLASS = 'ng-not-empty'; - if (viewValue) { - forEach(viewValue.split(separator), function (value) { - if (value) list.push(trimValues ? trim(value) : value); - }); - } +var ngModelMinErr = minErr('ngModel'); - return list; - }; +/** + * @ngdoc type + * @name ngModel.NgModelController + * @property {*} $viewValue The actual value from the control's view. For `input` elements, this is a + * String. See {@link ngModel.NgModelController#$setViewValue} for information about when the $viewValue + * is set. + * + * @property {*} $modelValue The value in the model that the control is bound to. + * + * @property {Array.} $parsers Array of functions to execute, as a pipeline, whenever + * the control updates the ngModelController with a new {@link ngModel.NgModelController#$viewValue + `$viewValue`} from the DOM, usually via user input. + See {@link ngModel.NgModelController#$setViewValue `$setViewValue()`} for a detailed lifecycle explanation. + Note that the `$parsers` are not called when the bound ngModel expression changes programmatically. + + The functions are called in array order, each passing + its return value through to the next. The last return value is forwarded to the + {@link ngModel.NgModelController#$validators `$validators`} collection. + + Parsers are used to sanitize / convert the {@link ngModel.NgModelController#$viewValue + `$viewValue`}. + + Returning `undefined` from a parser means a parse error occurred. In that case, + no {@link ngModel.NgModelController#$validators `$validators`} will run and the `ngModel` + will be set to `undefined` unless {@link ngModelOptions `ngModelOptions.allowInvalid`} + is set to `true`. The parse error is stored in `ngModel.$error.parse`. + + This simple example shows a parser that would convert text input value to lowercase: + * ```js + * function parse(value) { + * if (value) { + * return value.toLowerCase(); + * } + * } + * ngModelController.$parsers.push(parse); + * ``` - ctrl.$parsers.push(parse); - ctrl.$formatters.push(function (value) { - if (isArray(value)) { - return value.join(ngList); - } + * + * @property {Array.} $formatters Array of functions to execute, as a pipeline, whenever + the bound ngModel expression changes programmatically. The `$formatters` are not called when the + value of the control is changed by user interaction. + + Formatters are used to format / convert the {@link ngModel.NgModelController#$modelValue + `$modelValue`} for display in the control. + + The functions are called in reverse array order, each passing the value through to the + next. The last return value is used as the actual DOM value. + + This simple example shows a formatter that would convert the model value to uppercase: + + * ```js + * function format(value) { + * if (value) { + * return value.toUpperCase(); + * } + * } + * ngModel.$formatters.push(format); + * ``` + * + * @property {Object.} $validators A collection of validators that are applied + * whenever the model value changes. The key value within the object refers to the name of the + * validator while the function refers to the validation operation. The validation operation is + * provided with the model value as an argument and must return a true or false value depending + * on the response of that validation. + * + * ```js + * ngModel.$validators.validCharacters = function(modelValue, viewValue) { + * var value = modelValue || viewValue; + * return /[0-9]+/.test(value) && + * /[a-z]+/.test(value) && + * /[A-Z]+/.test(value) && + * /\W+/.test(value); + * }; + * ``` + * + * @property {Object.} $asyncValidators A collection of validations that are expected to + * perform an asynchronous validation (e.g. a HTTP request). The validation function that is provided + * is expected to return a promise when it is run during the model validation process. Once the promise + * is delivered then the validation status will be set to true when fulfilled and false when rejected. + * When the asynchronous validators are triggered, each of the validators will run in parallel and the model + * value will only be updated once all validators have been fulfilled. As long as an asynchronous validator + * is unfulfilled, its key will be added to the controllers `$pending` property. Also, all asynchronous validators + * will only run once all synchronous validators have passed. + * + * Please note that if $http is used then it is important that the server returns a success HTTP response code + * in order to fulfill the validation and a status level of `4xx` in order to reject the validation. + * + * ```js + * ngModel.$asyncValidators.uniqueUsername = function(modelValue, viewValue) { + * var value = modelValue || viewValue; + * + * // Lookup user by username + * return $http.get('/api/users/' + value). + * then(function resolved() { + * //username exists, this means validation fails + * return $q.reject('exists'); + * }, function rejected() { + * //username does not exist, therefore this validation passes + * return true; + * }); + * }; + * ``` + * + * @property {Array.} $viewChangeListeners Array of functions to execute whenever the + * view value has changed. It is called with no arguments, and its return value is ignored. + * This can be used in place of additional $watches against the model value. + * + * @property {Object} $error An object hash with all failing validator ids as keys. + * @property {Object} $pending An object hash with all pending validator ids as keys. + * + * @property {boolean} $untouched True if control has not lost focus yet. + * @property {boolean} $touched True if control has lost focus. + * @property {boolean} $pristine True if user has not interacted with the control yet. + * @property {boolean} $dirty True if user has already interacted with the control. + * @property {boolean} $valid True if there is no error. + * @property {boolean} $invalid True if at least one error on the control. + * @property {string} $name The name attribute of the control. + * + * @description + * + * `NgModelController` provides API for the {@link ngModel `ngModel`} directive. + * The controller contains services for data-binding, validation, CSS updates, and value formatting + * and parsing. It purposefully does not contain any logic which deals with DOM rendering or + * listening to DOM events. + * Such DOM related logic should be provided by other directives which make use of + * `NgModelController` for data-binding to control elements. + * Angular provides this DOM logic for most {@link input `input`} elements. + * At the end of this page you can find a {@link ngModel.NgModelController#custom-control-example + * custom control example} that uses `ngModelController` to bind to `contenteditable` elements. + * + * @example + * ### Custom Control Example + * This example shows how to use `NgModelController` with a custom control to achieve + * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) + * collaborate together to achieve the desired result. + * + * `contenteditable` is an HTML5 attribute, which tells the browser to let the element + * contents be edited in place by the user. + * + * We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize} + * module to automatically remove "bad" content like inline event listener (e.g. ``). + * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks + * that content using the `$sce` service. + * + * + + [contenteditable] { + border: 1px solid black; + background-color: white; + min-height: 20px; + } - return undefined; - }); + .ng-invalid { + border: 1px solid red; + } - // Override the standard $isEmpty because an empty array means the input is empty. - ctrl.$isEmpty = function (value) { - return !value || !value.length; - }; + + + angular.module('customControl', ['ngSanitize']). + directive('contenteditable', ['$sce', function($sce) { + return { + restrict: 'A', // only activate on element attribute + require: '?ngModel', // get a hold of NgModelController + link: function(scope, element, attrs, ngModel) { + if (!ngModel) return; // do nothing if no ng-model + + // Specify how UI should be updated + ngModel.$render = function() { + element.html($sce.getTrustedHtml(ngModel.$viewValue || '')); + }; + + // Listen for change events to enable binding + element.on('blur keyup change', function() { + scope.$evalAsync(read); + }); + read(); // initialize + + // Write data to the model + function read() { + var html = element.html(); + // When we clear the content editable the browser leaves a
    behind + // If strip-br attribute is provided then we strip this out + if (attrs.stripBr && html === '
    ') { + html = ''; + } + ngModel.$setViewValue(html); + } + } + }; + }]); +
    + +
    +
    Change me!
    + Required! +
    + +
    +
    + + it('should data-bind and become invalid', function() { + if (browser.params.browser === 'safari' || browser.params.browser === 'firefox') { + // SafariDriver can't handle contenteditable + // and Firefox driver can't clear contenteditables very well + return; } - }; - }; + var contentEditable = element(by.css('[contenteditable]')); + var content = 'Change me!'; - /* global VALID_CLASS: true, - INVALID_CLASS: true, - PRISTINE_CLASS: true, - DIRTY_CLASS: true, - UNTOUCHED_CLASS: true, - TOUCHED_CLASS: true, - PENDING_CLASS: true, - addSetValidityMethod: true, - setupValidity: true, - defaultModelOptions: false - */ + expect(contentEditable.getText()).toEqual(content); - var VALID_CLASS = 'ng-valid', - INVALID_CLASS = 'ng-invalid', - PRISTINE_CLASS = 'ng-pristine', - DIRTY_CLASS = 'ng-dirty', - UNTOUCHED_CLASS = 'ng-untouched', - TOUCHED_CLASS = 'ng-touched', - EMPTY_CLASS = 'ng-empty', - NOT_EMPTY_CLASS = 'ng-not-empty'; + contentEditable.clear(); + contentEditable.sendKeys(protractor.Key.BACK_SPACE); + expect(contentEditable.getText()).toEqual(''); + expect(contentEditable.getAttribute('class')).toMatch(/ng-invalid-required/); + }); + + *
    + * + * + */ +NgModelController.$inject = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', '$animate', '$timeout', '$q', '$interpolate']; +function NgModelController($scope, $exceptionHandler, $attr, $element, $parse, $animate, $timeout, $q, $interpolate) { + this.$viewValue = Number.NaN; + this.$modelValue = Number.NaN; + this.$$rawModelValue = undefined; // stores the parsed modelValue / model set from scope regardless of validity. + this.$validators = {}; + this.$asyncValidators = {}; + this.$parsers = []; + this.$formatters = []; + this.$viewChangeListeners = []; + this.$untouched = true; + this.$touched = false; + this.$pristine = true; + this.$dirty = false; + this.$valid = true; + this.$invalid = false; + this.$error = {}; // keep invalid keys here + this.$$success = {}; // keep valid keys here + this.$pending = undefined; // keep pending keys here + this.$name = $interpolate($attr.name || '', false)($scope); + this.$$parentForm = nullFormCtrl; + this.$options = defaultModelOptions; + this.$$updateEvents = ''; + // Attach the correct context to the event handler function for updateOn + this.$$updateEventHandler = this.$$updateEventHandler.bind(this); + + this.$$parsedNgModel = $parse($attr.ngModel); + this.$$parsedNgModelAssign = this.$$parsedNgModel.assign; + this.$$ngModelGet = this.$$parsedNgModel; + this.$$ngModelSet = this.$$parsedNgModelAssign; + this.$$pendingDebounce = null; + this.$$parserValid = undefined; + + this.$$currentValidationRunId = 0; + + // https://github.com/angular/angular.js/issues/15833 + // Prevent `$$scope` from being iterated over by `copy` when NgModelController is deep watched + Object.defineProperty(this, '$$scope', {value: $scope}); + this.$$attr = $attr; + this.$$element = $element; + this.$$animate = $animate; + this.$$timeout = $timeout; + this.$$parse = $parse; + this.$$q = $q; + this.$$exceptionHandler = $exceptionHandler; + + setupValidity(this); + setupModelWatcher(this); +} + +NgModelController.prototype = { + $$initGetterSetters: function() { + if (this.$options.getOption('getterSetter')) { + var invokeModelGetter = this.$$parse(this.$$attr.ngModel + '()'), + invokeModelSetter = this.$$parse(this.$$attr.ngModel + '($$$p)'); + + this.$$ngModelGet = function($scope) { + var modelValue = this.$$parsedNgModel($scope); + if (isFunction(modelValue)) { + modelValue = invokeModelGetter($scope); + } + return modelValue; + }; + this.$$ngModelSet = function($scope, newValue) { + if (isFunction(this.$$parsedNgModel($scope))) { + invokeModelSetter($scope, {$$$p: newValue}); + } else { + this.$$parsedNgModelAssign($scope, newValue); + } + }; + } else if (!this.$$parsedNgModel.assign) { + throw ngModelMinErr('nonassign', 'Expression \'{0}\' is non-assignable. Element: {1}', + this.$$attr.ngModel, startingTag(this.$$element)); + } + }, - var ngModelMinErr = minErr('ngModel'); /** - * @ngdoc type - * @name ngModel.NgModelController - * @property {*} $viewValue The actual value from the control's view. For `input` elements, this is a - * String. See {@link ngModel.NgModelController#$setViewValue} for information about when the $viewValue - * is set. - * - * @property {*} $modelValue The value in the model that the control is bound to. - * - * @property {Array.} $parsers Array of functions to execute, as a pipeline, whenever - * the control updates the ngModelController with a new {@link ngModel.NgModelController#$viewValue - `$viewValue`} from the DOM, usually via user input. - See {@link ngModel.NgModelController#$setViewValue `$setViewValue()`} for a detailed lifecycle explanation. - Note that the `$parsers` are not called when the bound ngModel expression changes programmatically. - - The functions are called in array order, each passing - its return value through to the next. The last return value is forwarded to the - {@link ngModel.NgModelController#$validators `$validators`} collection. - - Parsers are used to sanitize / convert the {@link ngModel.NgModelController#$viewValue - `$viewValue`}. - - Returning `undefined` from a parser means a parse error occurred. In that case, - no {@link ngModel.NgModelController#$validators `$validators`} will run and the `ngModel` - will be set to `undefined` unless {@link ngModelOptions `ngModelOptions.allowInvalid`} - is set to `true`. The parse error is stored in `ngModel.$error.parse`. - - This simple example shows a parser that would convert text input value to lowercase: - * ```js - * function parse(value) { - * if (value) { - * return value.toLowerCase(); - * } - * } - * ngModelController.$parsers.push(parse); - * ``` - - * - * @property {Array.} $formatters Array of functions to execute, as a pipeline, whenever - the bound ngModel expression changes programmatically. The `$formatters` are not called when the - value of the control is changed by user interaction. - - Formatters are used to format / convert the {@link ngModel.NgModelController#$modelValue - `$modelValue`} for display in the control. - - The functions are called in reverse array order, each passing the value through to the - next. The last return value is used as the actual DOM value. - - This simple example shows a formatter that would convert the model value to uppercase: - - * ```js - * function format(value) { - * if (value) { - * return value.toUpperCase(); - * } - * } - * ngModel.$formatters.push(format); - * ``` - * - * @property {Object.} $validators A collection of validators that are applied - * whenever the model value changes. The key value within the object refers to the name of the - * validator while the function refers to the validation operation. The validation operation is - * provided with the model value as an argument and must return a true or false value depending - * on the response of that validation. - * - * ```js - * ngModel.$validators.validCharacters = function(modelValue, viewValue) { - * var value = modelValue || viewValue; - * return /[0-9]+/.test(value) && - * /[a-z]+/.test(value) && - * /[A-Z]+/.test(value) && - * /\W+/.test(value); - * }; - * ``` - * - * @property {Object.} $asyncValidators A collection of validations that are expected to - * perform an asynchronous validation (e.g. a HTTP request). The validation function that is provided - * is expected to return a promise when it is run during the model validation process. Once the promise - * is delivered then the validation status will be set to true when fulfilled and false when rejected. - * When the asynchronous validators are triggered, each of the validators will run in parallel and the model - * value will only be updated once all validators have been fulfilled. As long as an asynchronous validator - * is unfulfilled, its key will be added to the controllers `$pending` property. Also, all asynchronous validators - * will only run once all synchronous validators have passed. - * - * Please note that if $http is used then it is important that the server returns a success HTTP response code - * in order to fulfill the validation and a status level of `4xx` in order to reject the validation. + * @ngdoc method + * @name ngModel.NgModelController#$render * - * ```js - * ngModel.$asyncValidators.uniqueUsername = function(modelValue, viewValue) { - * var value = modelValue || viewValue; - * - * // Lookup user by username - * return $http.get('/api/users/' + value). - * then(function resolved() { - * //username exists, this means validation fails - * return $q.reject('exists'); - * }, function rejected() { - * //username does not exist, therefore this validation passes - * return true; - * }); - * }; - * ``` + * @description + * Called when the view needs to be updated. It is expected that the user of the ng-model + * directive will implement this method. * - * @property {Array.} $viewChangeListeners Array of functions to execute whenever the - * view value has changed. It is called with no arguments, and its return value is ignored. - * This can be used in place of additional $watches against the model value. + * The `$render()` method is invoked in the following situations: * - * @property {Object} $error An object hash with all failing validator ids as keys. - * @property {Object} $pending An object hash with all pending validator ids as keys. + * * `$rollbackViewValue()` is called. If we are rolling back the view value to the last + * committed value then `$render()` is called to update the input control. + * * The value referenced by `ng-model` is changed programmatically and both the `$modelValue` and + * the `$viewValue` are different from last time. * - * @property {boolean} $untouched True if control has not lost focus yet. - * @property {boolean} $touched True if control has lost focus. - * @property {boolean} $pristine True if user has not interacted with the control yet. - * @property {boolean} $dirty True if user has already interacted with the control. - * @property {boolean} $valid True if there is no error. - * @property {boolean} $invalid True if at least one error on the control. - * @property {string} $name The name attribute of the control. + * Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of + * `$modelValue` and `$viewValue` are actually different from their previous values. If `$modelValue` + * or `$viewValue` are objects (rather than a string or number) then `$render()` will not be + * invoked if you only change a property on the objects. + */ + $render: noop, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$isEmpty * * @description + * This is called when we need to determine if the value of an input is empty. * - * `NgModelController` provides API for the {@link ngModel `ngModel`} directive. - * The controller contains services for data-binding, validation, CSS updates, and value formatting - * and parsing. It purposefully does not contain any logic which deals with DOM rendering or - * listening to DOM events. - * Such DOM related logic should be provided by other directives which make use of - * `NgModelController` for data-binding to control elements. - * Angular provides this DOM logic for most {@link input `input`} elements. - * At the end of this page you can find a {@link ngModel.NgModelController#custom-control-example - * custom control example} that uses `ngModelController` to bind to `contenteditable` elements. + * For instance, the required directive does this to work out if the input has data or not. * - * @example - * ### Custom Control Example - * This example shows how to use `NgModelController` with a custom control to achieve - * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) - * collaborate together to achieve the desired result. - * - * `contenteditable` is an HTML5 attribute, which tells the browser to let the element - * contents be edited in place by the user. - * - * We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize} - * module to automatically remove "bad" content like inline event listener (e.g. ``). - * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks - * that content using the `$sce` service. - * - * - - [contenteditable] { - border: 1px solid black; - background-color: white; - min-height: 20px; - } - - .ng-invalid { - border: 1px solid red; - } - - - - angular.module('customControl', ['ngSanitize']). - directive('contenteditable', ['$sce', function($sce) { - return { - restrict: 'A', // only activate on element attribute - require: '?ngModel', // get a hold of NgModelController - link: function(scope, element, attrs, ngModel) { - if (!ngModel) return; // do nothing if no ng-model - - // Specify how UI should be updated - ngModel.$render = function() { - element.html($sce.getTrustedHtml(ngModel.$viewValue || '')); - }; - - // Listen for change events to enable binding - element.on('blur keyup change', function() { - scope.$evalAsync(read); - }); - read(); // initialize - - // Write data to the model - function read() { - var html = element.html(); - // When we clear the content editable the browser leaves a
    behind - // If strip-br attribute is provided then we strip this out - if (attrs.stripBr && html === '
    ') { - html = ''; - } - ngModel.$setViewValue(html); - } - } - }; - }]); -
    - -
    -
    Change me!
    - Required! -
    - -
    -
    - - it('should data-bind and become invalid', function() { - if (browser.params.browser === 'safari' || browser.params.browser === 'firefox') { - // SafariDriver can't handle contenteditable - // and Firefox driver can't clear contenteditables very well - return; - } - var contentEditable = element(by.css('[contenteditable]')); - var content = 'Change me!'; - - expect(contentEditable.getText()).toEqual(content); - - contentEditable.clear(); - contentEditable.sendKeys(protractor.Key.BACK_SPACE); - expect(contentEditable.getText()).toEqual(''); - expect(contentEditable.getAttribute('class')).toMatch(/ng-invalid-required/); - }); - - *
    + * The default `$isEmpty` function checks whether the value is `undefined`, `''`, `null` or `NaN`. * + * You can override this for input directives whose concept of being empty is different from the + * default. The `checkboxInputType` directive does this because in its case a value of `false` + * implies empty. * + * @param {*} value The value of the input to check for emptiness. + * @returns {boolean} True if `value` is "empty". */ - NgModelController.$inject = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', '$animate', '$timeout', '$q', '$interpolate']; - function NgModelController($scope, $exceptionHandler, $attr, $element, $parse, $animate, $timeout, $q, $interpolate) { - this.$viewValue = Number.NaN; - this.$modelValue = Number.NaN; - this.$$rawModelValue = undefined; // stores the parsed modelValue / model set from scope regardless of validity. - this.$validators = {}; - this.$asyncValidators = {}; - this.$parsers = []; - this.$formatters = []; - this.$viewChangeListeners = []; - this.$untouched = true; - this.$touched = false; - this.$pristine = true; - this.$dirty = false; - this.$valid = true; - this.$invalid = false; - this.$error = {}; // keep invalid keys here - this.$$success = {}; // keep valid keys here - this.$pending = undefined; // keep pending keys here - this.$name = $interpolate($attr.name || '', false)($scope); - this.$$parentForm = nullFormCtrl; - this.$options = defaultModelOptions; - this.$$updateEvents = ''; - // Attach the correct context to the event handler function for updateOn - this.$$updateEventHandler = this.$$updateEventHandler.bind(this); - - this.$$parsedNgModel = $parse($attr.ngModel); - this.$$parsedNgModelAssign = this.$$parsedNgModel.assign; - this.$$ngModelGet = this.$$parsedNgModel; - this.$$ngModelSet = this.$$parsedNgModelAssign; - this.$$pendingDebounce = null; - this.$$parserValid = undefined; - - this.$$currentValidationRunId = 0; - - // https://github.com/angular/angular.js/issues/15833 - // Prevent `$$scope` from being iterated over by `copy` when NgModelController is deep watched - Object.defineProperty(this, '$$scope', { value: $scope }); - this.$$attr = $attr; - this.$$element = $element; - this.$$animate = $animate; - this.$$timeout = $timeout; - this.$$parse = $parse; - this.$$q = $q; - this.$$exceptionHandler = $exceptionHandler; - - setupValidity(this); - setupModelWatcher(this); - } - - NgModelController.prototype = { - $$initGetterSetters: function $$initGetterSetters() { - if (this.$options.getOption('getterSetter')) { - var invokeModelGetter = this.$$parse(this.$$attr.ngModel + '()'), - invokeModelSetter = this.$$parse(this.$$attr.ngModel + '($$$p)'); - - this.$$ngModelGet = function ($scope) { - var modelValue = this.$$parsedNgModel($scope); - if (isFunction(modelValue)) { - modelValue = invokeModelGetter($scope); - } - return modelValue; - }; - this.$$ngModelSet = function ($scope, newValue) { - if (isFunction(this.$$parsedNgModel($scope))) { - invokeModelSetter($scope, { $$$p: newValue }); - } else { - this.$$parsedNgModelAssign($scope, newValue); - } - }; - } else if (!this.$$parsedNgModel.assign) { - throw ngModelMinErr('nonassign', 'Expression \'{0}\' is non-assignable. Element: {1}', this.$$attr.ngModel, startingTag(this.$$element)); - } - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$render - * - * @description - * Called when the view needs to be updated. It is expected that the user of the ng-model - * directive will implement this method. - * - * The `$render()` method is invoked in the following situations: - * - * * `$rollbackViewValue()` is called. If we are rolling back the view value to the last - * committed value then `$render()` is called to update the input control. - * * The value referenced by `ng-model` is changed programmatically and both the `$modelValue` and - * the `$viewValue` are different from last time. - * - * Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of - * `$modelValue` and `$viewValue` are actually different from their previous values. If `$modelValue` - * or `$viewValue` are objects (rather than a string or number) then `$render()` will not be - * invoked if you only change a property on the objects. - */ - $render: noop, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$isEmpty - * - * @description - * This is called when we need to determine if the value of an input is empty. - * - * For instance, the required directive does this to work out if the input has data or not. - * - * The default `$isEmpty` function checks whether the value is `undefined`, `''`, `null` or `NaN`. - * - * You can override this for input directives whose concept of being empty is different from the - * default. The `checkboxInputType` directive does this because in its case a value of `false` - * implies empty. - * - * @param {*} value The value of the input to check for emptiness. - * @returns {boolean} True if `value` is "empty". - */ - $isEmpty: function $isEmpty(value) { - // eslint-disable-next-line no-self-compare - return isUndefined(value) || value === '' || value === null || value !== value; - }, - - $$updateEmptyClasses: function $$updateEmptyClasses(value) { - if (this.$isEmpty(value)) { - this.$$animate.removeClass(this.$$element, NOT_EMPTY_CLASS); - this.$$animate.addClass(this.$$element, EMPTY_CLASS); - } else { - this.$$animate.removeClass(this.$$element, EMPTY_CLASS); - this.$$animate.addClass(this.$$element, NOT_EMPTY_CLASS); - } - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setPristine - * - * @description - * Sets the control to its pristine state. - * - * This method can be called to remove the `ng-dirty` class and set the control to its pristine - * state (`ng-pristine` class). A model is considered to be pristine when the control - * has not been changed from when first compiled. - */ - $setPristine: function $setPristine() { - this.$dirty = false; - this.$pristine = true; - this.$$animate.removeClass(this.$$element, DIRTY_CLASS); - this.$$animate.addClass(this.$$element, PRISTINE_CLASS); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setDirty - * - * @description - * Sets the control to its dirty state. - * - * This method can be called to remove the `ng-pristine` class and set the control to its dirty - * state (`ng-dirty` class). A model is considered to be dirty when the control has been changed - * from when first compiled. - */ - $setDirty: function $setDirty() { - this.$dirty = true; - this.$pristine = false; - this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); - this.$$animate.addClass(this.$$element, DIRTY_CLASS); - this.$$parentForm.$setDirty(); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setUntouched - * - * @description - * Sets the control to its untouched state. - * - * This method can be called to remove the `ng-touched` class and set the control to its - * untouched state (`ng-untouched` class). Upon compilation, a model is set as untouched - * by default, however this function can be used to restore that state if the model has - * already been touched by the user. - */ - $setUntouched: function $setUntouched() { - this.$touched = false; - this.$untouched = true; - this.$$animate.setClass(this.$$element, UNTOUCHED_CLASS, TOUCHED_CLASS); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setTouched - * - * @description - * Sets the control to its touched state. - * - * This method can be called to remove the `ng-untouched` class and set the control to its - * touched state (`ng-touched` class). A model is considered to be touched when the user has - * first focused the control element and then shifted focus away from the control (blur event). - */ - $setTouched: function $setTouched() { - this.$touched = true; - this.$untouched = false; - this.$$animate.setClass(this.$$element, TOUCHED_CLASS, UNTOUCHED_CLASS); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$rollbackViewValue - * - * @description - * Cancel an update and reset the input element's value to prevent an update to the `$modelValue`, - * which may be caused by a pending debounced event or because the input is waiting for some - * future event. - * - * If you have an input that uses `ng-model-options` to set up debounced updates or updates that - * depend on special events such as `blur`, there can be a period when the `$viewValue` is out of - * sync with the ngModel's `$modelValue`. - * - * In this case, you can use `$rollbackViewValue()` to manually cancel the debounced / future update - * and reset the input to the last committed view value. - * - * It is also possible that you run into difficulties if you try to update the ngModel's `$modelValue` - * programmatically before these debounced/future events have resolved/occurred, because Angular's - * dirty checking mechanism is not able to tell whether the model has actually changed or not. - * - * The `$rollbackViewValue()` method should be called before programmatically changing the model of an - * input which may have such events pending. This is important in order to make sure that the - * input field will be updated with the new model value and any pending operations are cancelled. - * - * @example - * - * - * angular.module('cancel-update-example', []) - * - * .controller('CancelUpdateController', ['$scope', function($scope) { - * $scope.model = {value1: '', value2: ''}; - * - * $scope.setEmpty = function(e, value, rollback) { - * if (e.keyCode === 27) { - * e.preventDefault(); - * if (rollback) { - * $scope.myForm[value].$rollbackViewValue(); - * } - * $scope.model[value] = ''; - * } - * }; - * }]); - * - * - *
    - *

    Both of these inputs are only updated if they are blurred. Hitting escape should - * empty them. Follow these steps and observe the difference:

    - *
      - *
    1. Type something in the input. You will see that the model is not yet updated
    2. - *
    3. Press the Escape key. - *
        - *
      1. In the first example, nothing happens, because the model is already '', and no - * update is detected. If you blur the input, the model will be set to the current view. - *
      2. - *
      3. In the second example, the pending update is cancelled, and the input is set back - * to the last committed view value (''). Blurring the input does nothing. - *
      4. - *
      - *
    4. - *
    - * - *
    - *
    - *

    Without $rollbackViewValue():

    - * - * value1: "{{ model.value1 }}" - *
    - * - *
    - *

    With $rollbackViewValue():

    - * - * value2: "{{ model.value2 }}" - *
    - *
    - *
    - *
    - - div { - display: table-cell; - } - div:nth-child(1) { - padding-right: 30px; - } - - *
    - */ - $rollbackViewValue: function $rollbackViewValue() { - this.$$timeout.cancel(this.$$pendingDebounce); - this.$viewValue = this.$$lastCommittedViewValue; - this.$render(); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$validate - * - * @description - * Runs each of the registered validators (first synchronous validators and then - * asynchronous validators). - * If the validity changes to invalid, the model will be set to `undefined`, - * unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`. - * If the validity changes to valid, it will set the model to the last available valid - * `$modelValue`, i.e. either the last parsed value or the last value set from the scope. - */ - $validate: function $validate() { - // ignore $validate before model is initialized - if (isNumberNaN(this.$modelValue)) { - return; - } - - var viewValue = this.$$lastCommittedViewValue; - // Note: we use the $$rawModelValue as $modelValue might have been - // set to undefined during a view -> model update that found validation - // errors. We can't parse the view here, since that could change - // the model although neither viewValue nor the model on the scope changed - var modelValue = this.$$rawModelValue; + $isEmpty: function(value) { + // eslint-disable-next-line no-self-compare + return isUndefined(value) || value === '' || value === null || value !== value; + }, - var prevValid = this.$valid; - var prevModelValue = this.$modelValue; + $$updateEmptyClasses: function(value) { + if (this.$isEmpty(value)) { + this.$$animate.removeClass(this.$$element, NOT_EMPTY_CLASS); + this.$$animate.addClass(this.$$element, EMPTY_CLASS); + } else { + this.$$animate.removeClass(this.$$element, EMPTY_CLASS); + this.$$animate.addClass(this.$$element, NOT_EMPTY_CLASS); + } + }, - var allowInvalid = this.$options.getOption('allowInvalid'); + /** + * @ngdoc method + * @name ngModel.NgModelController#$setPristine + * + * @description + * Sets the control to its pristine state. + * + * This method can be called to remove the `ng-dirty` class and set the control to its pristine + * state (`ng-pristine` class). A model is considered to be pristine when the control + * has not been changed from when first compiled. + */ + $setPristine: function() { + this.$dirty = false; + this.$pristine = true; + this.$$animate.removeClass(this.$$element, DIRTY_CLASS); + this.$$animate.addClass(this.$$element, PRISTINE_CLASS); + }, - var that = this; - this.$$runValidators(modelValue, viewValue, function (allValid) { - // If there was no change in validity, don't update the model - // This prevents changing an invalid modelValue to undefined - if (!allowInvalid && prevValid !== allValid) { - // Note: Don't check this.$valid here, as we could have - // external validators (e.g. calculated on the server), - // that just call $setValidity and need the model value - // to calculate their validity. - that.$modelValue = allValid ? modelValue : undefined; - - if (that.$modelValue !== prevModelValue) { - that.$$writeModelToScope(); - } - } - }); - }, + /** + * @ngdoc method + * @name ngModel.NgModelController#$setDirty + * + * @description + * Sets the control to its dirty state. + * + * This method can be called to remove the `ng-pristine` class and set the control to its dirty + * state (`ng-dirty` class). A model is considered to be dirty when the control has been changed + * from when first compiled. + */ + $setDirty: function() { + this.$dirty = true; + this.$pristine = false; + this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); + this.$$animate.addClass(this.$$element, DIRTY_CLASS); + this.$$parentForm.$setDirty(); + }, - $$runValidators: function $$runValidators(modelValue, viewValue, doneCallback) { - this.$$currentValidationRunId++; - var localValidationRunId = this.$$currentValidationRunId; - var that = this; + /** + * @ngdoc method + * @name ngModel.NgModelController#$setUntouched + * + * @description + * Sets the control to its untouched state. + * + * This method can be called to remove the `ng-touched` class and set the control to its + * untouched state (`ng-untouched` class). Upon compilation, a model is set as untouched + * by default, however this function can be used to restore that state if the model has + * already been touched by the user. + */ + $setUntouched: function() { + this.$touched = false; + this.$untouched = true; + this.$$animate.setClass(this.$$element, UNTOUCHED_CLASS, TOUCHED_CLASS); + }, - // check parser error - if (!processParseErrors()) { - validationDone(false); - return; - } - if (!processSyncValidators()) { - validationDone(false); - return; - } - processAsyncValidators(); + /** + * @ngdoc method + * @name ngModel.NgModelController#$setTouched + * + * @description + * Sets the control to its touched state. + * + * This method can be called to remove the `ng-untouched` class and set the control to its + * touched state (`ng-touched` class). A model is considered to be touched when the user has + * first focused the control element and then shifted focus away from the control (blur event). + */ + $setTouched: function() { + this.$touched = true; + this.$untouched = false; + this.$$animate.setClass(this.$$element, TOUCHED_CLASS, UNTOUCHED_CLASS); + }, - function processParseErrors() { - var errorKey = that.$$parserName || 'parse'; - if (isUndefined(that.$$parserValid)) { - setValidity(errorKey, null); - } else { - if (!that.$$parserValid) { - forEach(that.$validators, function (v, name) { - setValidity(name, null); - }); - forEach(that.$asyncValidators, function (v, name) { - setValidity(name, null); - }); + /** + * @ngdoc method + * @name ngModel.NgModelController#$rollbackViewValue + * + * @description + * Cancel an update and reset the input element's value to prevent an update to the `$modelValue`, + * which may be caused by a pending debounced event or because the input is waiting for some + * future event. + * + * If you have an input that uses `ng-model-options` to set up debounced updates or updates that + * depend on special events such as `blur`, there can be a period when the `$viewValue` is out of + * sync with the ngModel's `$modelValue`. + * + * In this case, you can use `$rollbackViewValue()` to manually cancel the debounced / future update + * and reset the input to the last committed view value. + * + * It is also possible that you run into difficulties if you try to update the ngModel's `$modelValue` + * programmatically before these debounced/future events have resolved/occurred, because Angular's + * dirty checking mechanism is not able to tell whether the model has actually changed or not. + * + * The `$rollbackViewValue()` method should be called before programmatically changing the model of an + * input which may have such events pending. This is important in order to make sure that the + * input field will be updated with the new model value and any pending operations are cancelled. + * + * @example + * + * + * angular.module('cancel-update-example', []) + * + * .controller('CancelUpdateController', ['$scope', function($scope) { + * $scope.model = {value1: '', value2: ''}; + * + * $scope.setEmpty = function(e, value, rollback) { + * if (e.keyCode === 27) { + * e.preventDefault(); + * if (rollback) { + * $scope.myForm[value].$rollbackViewValue(); + * } + * $scope.model[value] = ''; + * } + * }; + * }]); + * + * + *
    + *

    Both of these inputs are only updated if they are blurred. Hitting escape should + * empty them. Follow these steps and observe the difference:

    + *
      + *
    1. Type something in the input. You will see that the model is not yet updated
    2. + *
    3. Press the Escape key. + *
        + *
      1. In the first example, nothing happens, because the model is already '', and no + * update is detected. If you blur the input, the model will be set to the current view. + *
      2. + *
      3. In the second example, the pending update is cancelled, and the input is set back + * to the last committed view value (''). Blurring the input does nothing. + *
      4. + *
      + *
    4. + *
    + * + *
    + *
    + *

    Without $rollbackViewValue():

    + * + * value1: "{{ model.value1 }}" + *
    + * + *
    + *

    With $rollbackViewValue():

    + * + * value2: "{{ model.value2 }}" + *
    + *
    + *
    + *
    + + div { + display: table-cell; } - // Set the parse error last, to prevent unsetting it, should a $validators key == parserName - setValidity(errorKey, that.$$parserValid); - return that.$$parserValid; - } - return true; - } - - function processSyncValidators() { - var syncValidatorsValid = true; - forEach(that.$validators, function (validator, name) { - var result = Boolean(validator(modelValue, viewValue)); - syncValidatorsValid = syncValidatorsValid && result; - setValidity(name, result); - }); - if (!syncValidatorsValid) { - forEach(that.$asyncValidators, function (v, name) { - setValidity(name, null); - }); - return false; - } - return true; - } - - function processAsyncValidators() { - var validatorPromises = []; - var allValid = true; - forEach(that.$asyncValidators, function (validator, name) { - var promise = validator(modelValue, viewValue); - if (!isPromiseLike(promise)) { - throw ngModelMinErr('nopromise', 'Expected asynchronous validator to return a promise but got \'{0}\' instead.', promise); + div:nth-child(1) { + padding-right: 30px; } - setValidity(name, undefined); - validatorPromises.push(promise.then(function () { - setValidity(name, true); - }, function () { - allValid = false; - setValidity(name, false); - })); - }); - if (!validatorPromises.length) { - validationDone(true); - } else { - that.$$q.all(validatorPromises).then(function () { - validationDone(allValid); - }, noop); - } - } - function setValidity(name, isValid) { - if (localValidationRunId === that.$$currentValidationRunId) { - that.$setValidity(name, isValid); - } - } + + *
    + */ + $rollbackViewValue: function() { + this.$$timeout.cancel(this.$$pendingDebounce); + this.$viewValue = this.$$lastCommittedViewValue; + this.$render(); + }, - function validationDone(allValid) { - if (localValidationRunId === that.$$currentValidationRunId) { + /** + * @ngdoc method + * @name ngModel.NgModelController#$validate + * + * @description + * Runs each of the registered validators (first synchronous validators and then + * asynchronous validators). + * If the validity changes to invalid, the model will be set to `undefined`, + * unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`. + * If the validity changes to valid, it will set the model to the last available valid + * `$modelValue`, i.e. either the last parsed value or the last value set from the scope. + */ + $validate: function() { + // ignore $validate before model is initialized + if (isNumberNaN(this.$modelValue)) { + return; + } - doneCallback(allValid); - } - } - }, + var viewValue = this.$$lastCommittedViewValue; + // Note: we use the $$rawModelValue as $modelValue might have been + // set to undefined during a view -> model update that found validation + // errors. We can't parse the view here, since that could change + // the model although neither viewValue nor the model on the scope changed + var modelValue = this.$$rawModelValue; - /** - * @ngdoc method - * @name ngModel.NgModelController#$commitViewValue - * - * @description - * Commit a pending update to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. this method is rarely needed as `NgModelController` - * usually handles calling this in response to input events. - */ - $commitViewValue: function $commitViewValue() { - var viewValue = this.$viewValue; + var prevValid = this.$valid; + var prevModelValue = this.$modelValue; - this.$$timeout.cancel(this.$$pendingDebounce); + var allowInvalid = this.$options.getOption('allowInvalid'); - // If the view value has not changed then we should just exit, except in the case where there is - // a native validator on the element. In this case the validation state may have changed even though - // the viewValue has stayed empty. - if (this.$$lastCommittedViewValue === viewValue && (viewValue !== '' || !this.$$hasNativeValidators)) { - return; - } - this.$$updateEmptyClasses(viewValue); - this.$$lastCommittedViewValue = viewValue; + var that = this; + this.$$runValidators(modelValue, viewValue, function(allValid) { + // If there was no change in validity, don't update the model + // This prevents changing an invalid modelValue to undefined + if (!allowInvalid && prevValid !== allValid) { + // Note: Don't check this.$valid here, as we could have + // external validators (e.g. calculated on the server), + // that just call $setValidity and need the model value + // to calculate their validity. + that.$modelValue = allValid ? modelValue : undefined; - // change to dirty - if (this.$pristine) { - this.$setDirty(); + if (that.$modelValue !== prevModelValue) { + that.$$writeModelToScope(); + } } - this.$$parseAndValidate(); - }, + }); + }, - $$parseAndValidate: function $$parseAndValidate() { - var viewValue = this.$$lastCommittedViewValue; - var modelValue = viewValue; - var that = this; + $$runValidators: function(modelValue, viewValue, doneCallback) { + this.$$currentValidationRunId++; + var localValidationRunId = this.$$currentValidationRunId; + var that = this; - this.$$parserValid = isUndefined(modelValue) ? undefined : true; + // check parser error + if (!processParseErrors()) { + validationDone(false); + return; + } + if (!processSyncValidators()) { + validationDone(false); + return; + } + processAsyncValidators(); - if (this.$$parserValid) { - for (var i = 0; i < this.$parsers.length; i++) { - modelValue = this.$parsers[i](modelValue); - if (isUndefined(modelValue)) { - this.$$parserValid = false; - break; - } + function processParseErrors() { + var errorKey = that.$$parserName || 'parse'; + if (isUndefined(that.$$parserValid)) { + setValidity(errorKey, null); + } else { + if (!that.$$parserValid) { + forEach(that.$validators, function(v, name) { + setValidity(name, null); + }); + forEach(that.$asyncValidators, function(v, name) { + setValidity(name, null); + }); } + // Set the parse error last, to prevent unsetting it, should a $validators key == parserName + setValidity(errorKey, that.$$parserValid); + return that.$$parserValid; } - if (isNumberNaN(this.$modelValue)) { - // this.$modelValue has not been touched yet... - this.$modelValue = this.$$ngModelGet(this.$$scope); - } - var prevModelValue = this.$modelValue; - var allowInvalid = this.$options.getOption('allowInvalid'); - this.$$rawModelValue = modelValue; + return true; + } - if (allowInvalid) { - this.$modelValue = modelValue; - writeToModelIfNeeded(); + function processSyncValidators() { + var syncValidatorsValid = true; + forEach(that.$validators, function(validator, name) { + var result = Boolean(validator(modelValue, viewValue)); + syncValidatorsValid = syncValidatorsValid && result; + setValidity(name, result); + }); + if (!syncValidatorsValid) { + forEach(that.$asyncValidators, function(v, name) { + setValidity(name, null); + }); + return false; } + return true; + } - // Pass the $$lastCommittedViewValue here, because the cached viewValue might be out of date. - // This can happen if e.g. $setViewValue is called from inside a parser - this.$$runValidators(modelValue, this.$$lastCommittedViewValue, function (allValid) { - if (!allowInvalid) { - // Note: Don't check this.$valid here, as we could have - // external validators (e.g. calculated on the server), - // that just call $setValidity and need the model value - // to calculate their validity. - that.$modelValue = allValid ? modelValue : undefined; - writeToModelIfNeeded(); - } + function processAsyncValidators() { + var validatorPromises = []; + var allValid = true; + forEach(that.$asyncValidators, function(validator, name) { + var promise = validator(modelValue, viewValue); + if (!isPromiseLike(promise)) { + throw ngModelMinErr('nopromise', + 'Expected asynchronous validator to return a promise but got \'{0}\' instead.', promise); + } + setValidity(name, undefined); + validatorPromises.push(promise.then(function() { + setValidity(name, true); + }, function() { + allValid = false; + setValidity(name, false); + })); }); - - function writeToModelIfNeeded() { - if (that.$modelValue !== prevModelValue) { - that.$$writeModelToScope(); - } + if (!validatorPromises.length) { + validationDone(true); + } else { + that.$$q.all(validatorPromises).then(function() { + validationDone(allValid); + }, noop); } - }, - - $$writeModelToScope: function $$writeModelToScope() { - this.$$ngModelSet(this.$$scope, this.$modelValue); - forEach(this.$viewChangeListeners, function (listener) { - try { - listener(); - } catch (e) { - // eslint-disable-next-line no-invalid-this - this.$$exceptionHandler(e); - } - }, this); - }, + } - /** - * @ngdoc method - * @name ngModel.NgModelController#$setViewValue - * - * @description - * Update the view value. - * - * This method should be called when a control wants to change the view value; typically, - * this is done from within a DOM event handler. For example, the {@link ng.directive:input input} - * directive calls it when the value of the input changes and {@link ng.directive:select select} - * calls it when an option is selected. - * - * When `$setViewValue` is called, the new `value` will be staged for committing through the `$parsers` - * and `$validators` pipelines. If there are no special {@link ngModelOptions} specified then the staged - * value is sent directly for processing through the `$parsers` pipeline. After this, the `$validators` and - * `$asyncValidators` are called and the value is applied to `$modelValue`. - * Finally, the value is set to the **expression** specified in the `ng-model` attribute and - * all the registered change listeners, in the `$viewChangeListeners` list are called. - * - * In case the {@link ng.directive:ngModelOptions ngModelOptions} directive is used with `updateOn` - * and the `default` trigger is not listed, all those actions will remain pending until one of the - * `updateOn` events is triggered on the DOM element. - * All these actions will be debounced if the {@link ng.directive:ngModelOptions ngModelOptions} - * directive is used with a custom debounce for this particular event. - * Note that a `$digest` is only triggered once the `updateOn` events are fired, or if `debounce` - * is specified, once the timer runs out. - * - * When used with standard inputs, the view value will always be a string (which is in some cases - * parsed into another type, such as a `Date` object for `input[date]`.) - * However, custom controls might also pass objects to this method. In this case, we should make - * a copy of the object before passing it to `$setViewValue`. This is because `ngModel` does not - * perform a deep watch of objects, it only looks for a change of identity. If you only change - * the property of the object then ngModel will not realize that the object has changed and - * will not invoke the `$parsers` and `$validators` pipelines. For this reason, you should - * not change properties of the copy once it has been passed to `$setViewValue`. - * Otherwise you may cause the model value on the scope to change incorrectly. - * - *
    - * In any case, the value passed to the method should always reflect the current value - * of the control. For example, if you are calling `$setViewValue` for an input element, - * you should pass the input DOM value. Otherwise, the control and the scope model become - * out of sync. It's also important to note that `$setViewValue` does not call `$render` or change - * the control's DOM value in any way. If we want to change the control's DOM value - * programmatically, we should update the `ngModel` scope expression. Its new value will be - * picked up by the model controller, which will run it through the `$formatters`, `$render` it - * to update the DOM, and finally call `$validate` on it. - *
    - * - * @param {*} value value from the view. - * @param {string} trigger Event that triggered the update. - */ - $setViewValue: function $setViewValue(value, trigger) { - this.$viewValue = value; - if (this.$options.getOption('updateOnDefault')) { - this.$$debounceViewValueCommit(trigger); + function setValidity(name, isValid) { + if (localValidationRunId === that.$$currentValidationRunId) { + that.$setValidity(name, isValid); } - }, + } - $$debounceViewValueCommit: function $$debounceViewValueCommit(trigger) { - var debounceDelay = this.$options.getOption('debounce'); + function validationDone(allValid) { + if (localValidationRunId === that.$$currentValidationRunId) { - if (isNumber(debounceDelay[trigger])) { - debounceDelay = debounceDelay[trigger]; - } else if (isNumber(debounceDelay['default'])) { - debounceDelay = debounceDelay['default']; + doneCallback(allValid); } + } + }, - this.$$timeout.cancel(this.$$pendingDebounce); - var that = this; - if (debounceDelay > 0) { - // this fails if debounceDelay is an object - this.$$pendingDebounce = this.$$timeout(function () { - that.$commitViewValue(); - }, debounceDelay); - } else if (this.$$scope.$root.$$phase) { - this.$commitViewValue(); - } else { - this.$$scope.$apply(function () { - that.$commitViewValue(); - }); - } - }, + /** + * @ngdoc method + * @name ngModel.NgModelController#$commitViewValue + * + * @description + * Commit a pending update to the `$modelValue`. + * + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. this method is rarely needed as `NgModelController` + * usually handles calling this in response to input events. + */ + $commitViewValue: function() { + var viewValue = this.$viewValue; - /** - * @ngdoc method - * - * @name ngModel.NgModelController#$overrideModelOptions - * - * @description - * - * Override the current model options settings programmatically. - * - * The previous `ModelOptions` value will not be modified. Instead, a - * new `ModelOptions` object will inherit from the previous one overriding - * or inheriting settings that are defined in the given parameter. - * - * See {@link ngModelOptions} for information about what options can be specified - * and how model option inheritance works. - * - *
    - * **Note:** this function only affects the options set on the `ngModelController`, - * and not the options on the {@link ngModelOptions} directive from which they might have been - * obtained initially. - *
    - * - *
    - * **Note:** it is not possible to override the `getterSetter` option. - *
    - * - * @param {Object} options a hash of settings to override the previous options - * - */ - $overrideModelOptions: function $overrideModelOptions(options) { - this.$options = this.$options.createChild(options); - this.$$setUpdateOnEvents(); - }, + this.$$timeout.cancel(this.$$pendingDebounce); - /** - * @ngdoc method - * - * @name ngModel.NgModelController#$processModelValue - * @description - * - * Runs the model -> view pipeline on the current - * {@link ngModel.NgModelController#$modelValue $modelValue}. - * - * The following actions are performed by this method: - * - * - the `$modelValue` is run through the {@link ngModel.NgModelController#$formatters $formatters} - * and the result is set to the {@link ngModel.NgModelController#$viewValue $viewValue} - * - the `ng-empty` or `ng-not-empty` class is set on the element - * - if the `$viewValue` has changed: - * - {@link ngModel.NgModelController#$render $render} is called on the control - * - the {@link ngModel.NgModelController#$validators $validators} are run and - * the validation status is set. - * - * This method is called by ngModel internally when the bound scope value changes. - * Application developers usually do not have to call this function themselves. - * - * This function can be used when the `$viewValue` or the rendered DOM value are not correctly - * formatted and the `$modelValue` must be run through the `$formatters` again. - * - * @example - * Consider a text input with an autocomplete list (for fruit), where the items are - * objects with a name and an id. - * A user enters `ap` and then selects `Apricot` from the list. - * Based on this, the autocomplete widget will call `$setViewValue({name: 'Apricot', id: 443})`, - * but the rendered value will still be `ap`. - * The widget can then call `ctrl.$processModelValue()` to run the model -> view - * pipeline again, which formats the object to the string `Apricot`, - * then updates the `$viewValue`, and finally renders it in the DOM. - * - * - -
    -
    - Search Fruit: - -
    -
    - Model:
    -
    {{selectedFruit | json}}
    -
    -
    -
    - - angular.module('inputExample', []) - .controller('inputController', function($scope) { - $scope.items = [ - {name: 'Apricot', id: 443}, - {name: 'Clementine', id: 972}, - {name: 'Durian', id: 169}, - {name: 'Jackfruit', id: 982}, - {name: 'Strawberry', id: 863} - ]; - }) - .component('basicAutocomplete', { - bindings: { - items: '<', - onSelect: '&' - }, - templateUrl: 'autocomplete.html', - controller: function($element, $scope) { - var that = this; - var ngModel; - that.$postLink = function() { - ngModel = $element.find('input').controller('ngModel'); - ngModel.$formatters.push(function(value) { - return (value && value.name) || value; - }); - ngModel.$parsers.push(function(value) { - var match = value; - for (var i = 0; i < that.items.length; i++) { - if (that.items[i].name === value) { - match = that.items[i]; - break; - } - } - return match; - }); - }; - that.selectItem = function(item) { - ngModel.$setViewValue(item); - ngModel.$processModelValue(); - that.onSelect({item: item}); - }; - } - }); - - -
    - -
      -
    • - -
    • -
    -
    -
    - *
    - * - */ - $processModelValue: function $processModelValue() { - var viewValue = this.$$format(); + // If the view value has not changed then we should just exit, except in the case where there is + // a native validator on the element. In this case the validation state may have changed even though + // the viewValue has stayed empty. + if (this.$$lastCommittedViewValue === viewValue && (viewValue !== '' || !this.$$hasNativeValidators)) { + return; + } + this.$$updateEmptyClasses(viewValue); + this.$$lastCommittedViewValue = viewValue; - if (this.$viewValue !== viewValue) { - this.$$updateEmptyClasses(viewValue); - this.$viewValue = this.$$lastCommittedViewValue = viewValue; - this.$render(); - // It is possible that model and view value have been updated during render - this.$$runValidators(this.$modelValue, this.$viewValue, noop); - } - }, + // change to dirty + if (this.$pristine) { + this.$setDirty(); + } + this.$$parseAndValidate(); + }, - /** - * This method is called internally to run the $formatters on the $modelValue - */ - $$format: function $$format() { - var formatters = this.$formatters, - idx = formatters.length; + $$parseAndValidate: function() { + var viewValue = this.$$lastCommittedViewValue; + var modelValue = viewValue; + var that = this; - var viewValue = this.$modelValue; - while (idx--) { - viewValue = formatters[idx](viewValue); - } + this.$$parserValid = isUndefined(modelValue) ? undefined : true; - return viewValue; - }, + if (this.$$parserValid) { + for (var i = 0; i < this.$parsers.length; i++) { + modelValue = this.$parsers[i](modelValue); + if (isUndefined(modelValue)) { + this.$$parserValid = false; + break; + } + } + } + if (isNumberNaN(this.$modelValue)) { + // this.$modelValue has not been touched yet... + this.$modelValue = this.$$ngModelGet(this.$$scope); + } + var prevModelValue = this.$modelValue; + var allowInvalid = this.$options.getOption('allowInvalid'); + this.$$rawModelValue = modelValue; - /** - * This method is called internally when the bound scope value changes. - */ - $$setModelValue: function $$setModelValue(modelValue) { - this.$modelValue = this.$$rawModelValue = modelValue; - this.$$parserValid = undefined; - this.$processModelValue(); - }, + if (allowInvalid) { + this.$modelValue = modelValue; + writeToModelIfNeeded(); + } - $$setUpdateOnEvents: function $$setUpdateOnEvents() { - if (this.$$updateEvents) { - this.$$element.off(this.$$updateEvents, this.$$updateEventHandler); + // Pass the $$lastCommittedViewValue here, because the cached viewValue might be out of date. + // This can happen if e.g. $setViewValue is called from inside a parser + this.$$runValidators(modelValue, this.$$lastCommittedViewValue, function(allValid) { + if (!allowInvalid) { + // Note: Don't check this.$valid here, as we could have + // external validators (e.g. calculated on the server), + // that just call $setValidity and need the model value + // to calculate their validity. + that.$modelValue = allValid ? modelValue : undefined; + writeToModelIfNeeded(); } + }); - this.$$updateEvents = this.$options.getOption('updateOn'); - if (this.$$updateEvents) { - this.$$element.on(this.$$updateEvents, this.$$updateEventHandler); + function writeToModelIfNeeded() { + if (that.$modelValue !== prevModelValue) { + that.$$writeModelToScope(); } - }, - - $$updateEventHandler: function $$updateEventHandler(ev) { - this.$$debounceViewValueCommit(ev && ev.type); } - }; - - function setupModelWatcher(ctrl) { - // model -> value - // Note: we cannot use a normal scope.$watch as we want to detect the following: - // 1. scope value is 'a' - // 2. user enters 'b' - // 3. ng-change kicks in and reverts scope value to 'a' - // -> scope value did not change since the last digest as - // ng-change executes in apply phase - // 4. view should be changed back to 'a' - ctrl.$$scope.$watch(function ngModelWatch(scope) { - var modelValue = ctrl.$$ngModelGet(scope); + }, - // if scope model value and ngModel value are out of sync - // This cannot be moved to the action function, because it would not catch the - // case where the model is changed in the ngChange function or the model setter - if (modelValue !== ctrl.$modelValue && ( - // checks for NaN is needed to allow setting the model to NaN when there's an asyncValidator - // eslint-disable-next-line no-self-compare - ctrl.$modelValue === ctrl.$modelValue || modelValue === modelValue)) { - ctrl.$$setModelValue(modelValue); + $$writeModelToScope: function() { + this.$$ngModelSet(this.$$scope, this.$modelValue); + forEach(this.$viewChangeListeners, function(listener) { + try { + listener(); + } catch (e) { + // eslint-disable-next-line no-invalid-this + this.$$exceptionHandler(e); } - - return modelValue; - }); - } + }, this); + }, /** * @ngdoc method - * @name ngModel.NgModelController#$setValidity + * @name ngModel.NgModelController#$setViewValue * * @description - * Change the validity state, and notify the form. - * - * This method can be called within $parsers/$formatters or a custom validation implementation. - * However, in most cases it should be sufficient to use the `ngModel.$validators` and - * `ngModel.$asyncValidators` collections which will call `$setValidity` automatically. - * - * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be assigned - * to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` - * (for unfulfilled `$asyncValidators`), so that it is available for data-binding. - * The `validationErrorKey` should be in camelCase and will get converted into dash-case - * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` - * classes and can be bound to as `{{ someForm.someControl.$error.myError }}`. - * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending (undefined), - * or skipped (null). Pending is used for unfulfilled `$asyncValidators`. - * Skipped is used by Angular when validators do not run because of parse errors and - * when `$asyncValidators` do not run because any of the `$validators` failed. + * Update the view value. + * + * This method should be called when a control wants to change the view value; typically, + * this is done from within a DOM event handler. For example, the {@link ng.directive:input input} + * directive calls it when the value of the input changes and {@link ng.directive:select select} + * calls it when an option is selected. + * + * When `$setViewValue` is called, the new `value` will be staged for committing through the `$parsers` + * and `$validators` pipelines. If there are no special {@link ngModelOptions} specified then the staged + * value is sent directly for processing through the `$parsers` pipeline. After this, the `$validators` and + * `$asyncValidators` are called and the value is applied to `$modelValue`. + * Finally, the value is set to the **expression** specified in the `ng-model` attribute and + * all the registered change listeners, in the `$viewChangeListeners` list are called. + * + * In case the {@link ng.directive:ngModelOptions ngModelOptions} directive is used with `updateOn` + * and the `default` trigger is not listed, all those actions will remain pending until one of the + * `updateOn` events is triggered on the DOM element. + * All these actions will be debounced if the {@link ng.directive:ngModelOptions ngModelOptions} + * directive is used with a custom debounce for this particular event. + * Note that a `$digest` is only triggered once the `updateOn` events are fired, or if `debounce` + * is specified, once the timer runs out. + * + * When used with standard inputs, the view value will always be a string (which is in some cases + * parsed into another type, such as a `Date` object for `input[date]`.) + * However, custom controls might also pass objects to this method. In this case, we should make + * a copy of the object before passing it to `$setViewValue`. This is because `ngModel` does not + * perform a deep watch of objects, it only looks for a change of identity. If you only change + * the property of the object then ngModel will not realize that the object has changed and + * will not invoke the `$parsers` and `$validators` pipelines. For this reason, you should + * not change properties of the copy once it has been passed to `$setViewValue`. + * Otherwise you may cause the model value on the scope to change incorrectly. + * + *
    + * In any case, the value passed to the method should always reflect the current value + * of the control. For example, if you are calling `$setViewValue` for an input element, + * you should pass the input DOM value. Otherwise, the control and the scope model become + * out of sync. It's also important to note that `$setViewValue` does not call `$render` or change + * the control's DOM value in any way. If we want to change the control's DOM value + * programmatically, we should update the `ngModel` scope expression. Its new value will be + * picked up by the model controller, which will run it through the `$formatters`, `$render` it + * to update the DOM, and finally call `$validate` on it. + *
    + * + * @param {*} value value from the view. + * @param {string} trigger Event that triggered the update. */ - addSetValidityMethod({ - clazz: NgModelController, - set: function set(object, property) { - object[property] = true; - }, - unset: function unset(object, property) { - delete object[property]; + $setViewValue: function(value, trigger) { + this.$viewValue = value; + if (this.$options.getOption('updateOnDefault')) { + this.$$debounceViewValueCommit(trigger); } - }); + }, + + $$debounceViewValueCommit: function(trigger) { + var debounceDelay = this.$options.getOption('debounce'); + + if (isNumber(debounceDelay[trigger])) { + debounceDelay = debounceDelay[trigger]; + } else if (isNumber(debounceDelay['default'])) { + debounceDelay = debounceDelay['default']; + } + + this.$$timeout.cancel(this.$$pendingDebounce); + var that = this; + if (debounceDelay > 0) { // this fails if debounceDelay is an object + this.$$pendingDebounce = this.$$timeout(function() { + that.$commitViewValue(); + }, debounceDelay); + } else if (this.$$scope.$root.$$phase) { + this.$commitViewValue(); + } else { + this.$$scope.$apply(function() { + that.$commitViewValue(); + }); + } + }, /** - * @ngdoc directive - * @name ngModel - * @restrict A - * @priority 1 - * @param {expression} ngModel assignable {@link guide/expression Expression} to bind to. + * @ngdoc method + * + * @name ngModel.NgModelController#$overrideModelOptions * * @description - * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a - * property on the scope using {@link ngModel.NgModelController NgModelController}, - * which is created and exposed by this directive. - * - * `ngModel` is responsible for: - * - * - Binding the view into the model, which other directives such as `input`, `textarea` or `select` - * require. - * - Providing validation behavior (i.e. required, number, email, url). - * - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors). - * - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, - * `ng-untouched`, `ng-empty`, `ng-not-empty`) including animations. - * - Registering the control with its parent {@link ng.directive:form form}. - * - * Note: `ngModel` will try to bind to the property given by evaluating the expression on the - * current scope. If the property doesn't already exist on this scope, it will be created - * implicitly and added to the scope. - * - * For best practices on using `ngModel`, see: - * - * - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) - * - * For basic examples, how to use `ngModel`, see: - * - * - {@link ng.directive:input input} - * - {@link input[text] text} - * - {@link input[checkbox] checkbox} - * - {@link input[radio] radio} - * - {@link input[number] number} - * - {@link input[email] email} - * - {@link input[url] url} - * - {@link input[date] date} - * - {@link input[datetime-local] datetime-local} - * - {@link input[time] time} - * - {@link input[month] month} - * - {@link input[week] week} - * - {@link ng.directive:select select} - * - {@link ng.directive:textarea textarea} - * - * ## Complex Models (objects or collections) - * - * By default, `ngModel` watches the model by reference, not value. This is important to know when - * binding inputs to models that are objects (e.g. `Date`) or collections (e.g. arrays). If only properties of the - * object or collection change, `ngModel` will not be notified and so the input will not be re-rendered. - * - * The model must be assigned an entirely new object or collection before a re-rendering will occur. - * - * Some directives have options that will cause them to use a custom `$watchCollection` on the model expression - * - for example, `ngOptions` will do so when a `track by` clause is included in the comprehension expression or - * if the select is given the `multiple` attribute. - * - * The `$watchCollection()` method only does a shallow comparison, meaning that changing properties deeper than the - * first level of the object (or only changing the properties of an item in the collection if it's an array) will still - * not trigger a re-rendering of the model. - * - * ## CSS classes - * The following CSS classes are added and removed on the associated input/select/textarea element - * depending on the validity of the model. - * - * - `ng-valid`: the model is valid - * - `ng-invalid`: the model is invalid - * - `ng-valid-[key]`: for each valid key added by `$setValidity` - * - `ng-invalid-[key]`: for each invalid key added by `$setValidity` - * - `ng-pristine`: the control hasn't been interacted with yet - * - `ng-dirty`: the control has been interacted with - * - `ng-touched`: the control has been blurred - * - `ng-untouched`: the control hasn't been blurred - * - `ng-pending`: any `$asyncValidators` are unfulfilled - * - `ng-empty`: the view does not contain a value or the value is deemed "empty", as defined - * by the {@link ngModel.NgModelController#$isEmpty} method - * - `ng-not-empty`: the view contains a non-empty value - * - * Keep in mind that ngAnimate can detect each of these classes when added and removed. - * - * @animations - * Animations within models are triggered when any of the associated CSS classes are added and removed - * on the input element which is attached to the model. These classes include: `.ng-pristine`, `.ng-dirty`, - * `.ng-invalid` and `.ng-valid` as well as any other validations that are performed on the model itself. - * The animations that are triggered within ngModel are similar to how they work in ngClass and - * animations can be hooked into using CSS transitions, keyframes as well as JS animations. - * - * The following example shows a simple way to utilize CSS transitions to style an input element - * that has been rendered as invalid after it has been validated: * - *
    -   * //be sure to include ngAnimate as a module to hook into more
    -   * //advanced animations
    -   * .my-input {
    -   *   transition:0.5s linear all;
    -   *   background: white;
    -   * }
    -   * .my-input.ng-invalid {
    -   *   background: red;
    -   *   color:white;
    -   * }
    -   * 
    + * Override the current model options settings programmatically. * - * @example - * ### Basic Usage - * - - - -

    - Update input to see transitions when valid/invalid. - Integer is a valid value. -

    -
    - -
    -
    - *
    + * The previous `ModelOptions` value will not be modified. Instead, a + * new `ModelOptions` object will inherit from the previous one overriding + * or inheriting settings that are defined in the given parameter. * - * @example - * ### Binding to a getter/setter + * See {@link ngModelOptions} for information about what options can be specified + * and how model option inheritance works. * - * Sometimes it's helpful to bind `ngModel` to a getter/setter function. A getter/setter is a - * function that returns a representation of the model when called with zero arguments, and sets - * the internal state of a model when called with an argument. It's sometimes useful to use this - * for models that have an internal representation that's different from what the model exposes - * to the view. + *
    + * **Note:** this function only affects the options set on the `ngModelController`, + * and not the options on the {@link ngModelOptions} directive from which they might have been + * obtained initially. + *
    * - *
    - * **Best Practice:** It's best to keep getters fast because Angular is likely to call them more - * frequently than other parts of your code. + *
    + * **Note:** it is not possible to override the `getterSetter` option. *
    * - * You use this behavior by adding `ng-model-options="{ getterSetter: true }"` to an element that - * has `ng-model` attached to it. You can also add `ng-model-options="{ getterSetter: true }"` to - * a `
    `, which will enable this behavior for all ``s within it. See - * {@link ng.directive:ngModelOptions `ngModelOptions`} for more. + * @param {Object} options a hash of settings to override the previous options + * + */ + $overrideModelOptions: function(options) { + this.$options = this.$options.createChild(options); + this.$$setUpdateOnEvents(); + }, + + /** + * @ngdoc method + * + * @name ngModel.NgModelController#$processModelValue + + * @description + * + * Runs the model -> view pipeline on the current + * {@link ngModel.NgModelController#$modelValue $modelValue}. * - * The following example shows how to use `ngModel` with a getter/setter: + * The following actions are performed by this method: + * + * - the `$modelValue` is run through the {@link ngModel.NgModelController#$formatters $formatters} + * and the result is set to the {@link ngModel.NgModelController#$viewValue $viewValue} + * - the `ng-empty` or `ng-not-empty` class is set on the element + * - if the `$viewValue` has changed: + * - {@link ngModel.NgModelController#$render $render} is called on the control + * - the {@link ngModel.NgModelController#$validators $validators} are run and + * the validation status is set. + * + * This method is called by ngModel internally when the bound scope value changes. + * Application developers usually do not have to call this function themselves. + * + * This function can be used when the `$viewValue` or the rendered DOM value are not correctly + * formatted and the `$modelValue` must be run through the `$formatters` again. * * @example - * - -
    - - - -
    user.name = 
    -
    -
    - - angular.module('getterSetterExample', []) - .controller('ExampleController', ['$scope', function($scope) { - var _name = 'Brian'; - $scope.user = { - name: function(newName) { - // Note that newName can be undefined for two reasons: - // 1. Because it is called as a getter and thus called with no arguments - // 2. Because the property should actually be set to undefined. This happens e.g. if the - // input is invalid - return arguments.length ? (_name = newName) : _name; - } - }; - }]); - + * Consider a text input with an autocomplete list (for fruit), where the items are + * objects with a name and an id. + * A user enters `ap` and then selects `Apricot` from the list. + * Based on this, the autocomplete widget will call `$setViewValue({name: 'Apricot', id: 443})`, + * but the rendered value will still be `ap`. + * The widget can then call `ctrl.$processModelValue()` to run the model -> view + * pipeline again, which formats the object to the string `Apricot`, + * then updates the `$viewValue`, and finally renders it in the DOM. + * + * + +
    +
    + Search Fruit: + +
    +
    + Model:
    +
    {{selectedFruit | json}}
    +
    +
    +
    + + angular.module('inputExample', []) + .controller('inputController', function($scope) { + $scope.items = [ + {name: 'Apricot', id: 443}, + {name: 'Clementine', id: 972}, + {name: 'Durian', id: 169}, + {name: 'Jackfruit', id: 982}, + {name: 'Strawberry', id: 863} + ]; + }) + .component('basicAutocomplete', { + bindings: { + items: '<', + onSelect: '&' + }, + templateUrl: 'autocomplete.html', + controller: function($element, $scope) { + var that = this; + var ngModel; + + that.$postLink = function() { + ngModel = $element.find('input').controller('ngModel'); + + ngModel.$formatters.push(function(value) { + return (value && value.name) || value; + }); + + ngModel.$parsers.push(function(value) { + var match = value; + for (var i = 0; i < that.items.length; i++) { + if (that.items[i].name === value) { + match = that.items[i]; + break; + } + } + + return match; + }); + }; + + that.selectItem = function(item) { + ngModel.$setViewValue(item); + ngModel.$processModelValue(); + that.onSelect({item: item}); + }; + } + }); + + +
    + +
      +
    • + +
    • +
    +
    +
    *
    + * */ - var ngModelDirective = ['$rootScope', function ($rootScope) { - return { - restrict: 'A', - require: ['ngModel', '^?form', '^?ngModelOptions'], - controller: NgModelController, - // Prelink needs to run before any input directive - // so that we can set the NgModelOptions in NgModelController - // before anyone else uses it. - priority: 1, - compile: function ngModelCompile(element) { - // Setup initial state of the control - element.addClass(PRISTINE_CLASS).addClass(UNTOUCHED_CLASS).addClass(VALID_CLASS); + $processModelValue: function() { + var viewValue = this.$$format(); - return { - pre: function ngModelPreLink(scope, element, attr, ctrls) { - var modelCtrl = ctrls[0], - formCtrl = ctrls[1] || modelCtrl.$$parentForm, - optionsCtrl = ctrls[2]; + if (this.$viewValue !== viewValue) { + this.$$updateEmptyClasses(viewValue); + this.$viewValue = this.$$lastCommittedViewValue = viewValue; + this.$render(); + // It is possible that model and view value have been updated during render + this.$$runValidators(this.$modelValue, this.$viewValue, noop); + } + }, - if (optionsCtrl) { - modelCtrl.$options = optionsCtrl.$options; - } + /** + * This method is called internally to run the $formatters on the $modelValue + */ + $$format: function() { + var formatters = this.$formatters, + idx = formatters.length; - modelCtrl.$$initGetterSetters(); + var viewValue = this.$modelValue; + while (idx--) { + viewValue = formatters[idx](viewValue); + } - // notify others, especially parent forms - formCtrl.$addControl(modelCtrl); + return viewValue; + }, - attr.$observe('name', function (newValue) { - if (modelCtrl.$name !== newValue) { - modelCtrl.$$parentForm.$$renameControl(modelCtrl, newValue); - } - }); + /** + * This method is called internally when the bound scope value changes. + */ + $$setModelValue: function(modelValue) { + this.$modelValue = this.$$rawModelValue = modelValue; + this.$$parserValid = undefined; + this.$processModelValue(); + }, - scope.$on('$destroy', function () { - modelCtrl.$$parentForm.$removeControl(modelCtrl); - }); - }, - post: function ngModelPostLink(scope, element, attr, ctrls) { - var modelCtrl = ctrls[0]; - modelCtrl.$$setUpdateOnEvents(); + $$setUpdateOnEvents: function() { + if (this.$$updateEvents) { + this.$$element.off(this.$$updateEvents, this.$$updateEventHandler); + } + + this.$$updateEvents = this.$options.getOption('updateOn'); + if (this.$$updateEvents) { + this.$$element.on(this.$$updateEvents, this.$$updateEventHandler); + } + }, + + $$updateEventHandler: function(ev) { + this.$$debounceViewValueCommit(ev && ev.type); + } +}; + +function setupModelWatcher(ctrl) { + // model -> value + // Note: we cannot use a normal scope.$watch as we want to detect the following: + // 1. scope value is 'a' + // 2. user enters 'b' + // 3. ng-change kicks in and reverts scope value to 'a' + // -> scope value did not change since the last digest as + // ng-change executes in apply phase + // 4. view should be changed back to 'a' + ctrl.$$scope.$watch(function ngModelWatch(scope) { + var modelValue = ctrl.$$ngModelGet(scope); + + // if scope model value and ngModel value are out of sync + // This cannot be moved to the action function, because it would not catch the + // case where the model is changed in the ngChange function or the model setter + if (modelValue !== ctrl.$modelValue && + // checks for NaN is needed to allow setting the model to NaN when there's an asyncValidator + // eslint-disable-next-line no-self-compare + (ctrl.$modelValue === ctrl.$modelValue || modelValue === modelValue) + ) { + ctrl.$$setModelValue(modelValue); + } + + return modelValue; + }); +} + +/** + * @ngdoc method + * @name ngModel.NgModelController#$setValidity + * + * @description + * Change the validity state, and notify the form. + * + * This method can be called within $parsers/$formatters or a custom validation implementation. + * However, in most cases it should be sufficient to use the `ngModel.$validators` and + * `ngModel.$asyncValidators` collections which will call `$setValidity` automatically. + * + * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be assigned + * to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` + * (for unfulfilled `$asyncValidators`), so that it is available for data-binding. + * The `validationErrorKey` should be in camelCase and will get converted into dash-case + * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` + * classes and can be bound to as `{{ someForm.someControl.$error.myError }}`. + * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending (undefined), + * or skipped (null). Pending is used for unfulfilled `$asyncValidators`. + * Skipped is used by Angular when validators do not run because of parse errors and + * when `$asyncValidators` do not run because any of the `$validators` failed. + */ +addSetValidityMethod({ + clazz: NgModelController, + set: function(object, property) { + object[property] = true; + }, + unset: function(object, property) { + delete object[property]; + } +}); + + +/** + * @ngdoc directive + * @name ngModel + * @restrict A + * @priority 1 + * @param {expression} ngModel assignable {@link guide/expression Expression} to bind to. + * + * @description + * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a + * property on the scope using {@link ngModel.NgModelController NgModelController}, + * which is created and exposed by this directive. + * + * `ngModel` is responsible for: + * + * - Binding the view into the model, which other directives such as `input`, `textarea` or `select` + * require. + * - Providing validation behavior (i.e. required, number, email, url). + * - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors). + * - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, + * `ng-untouched`, `ng-empty`, `ng-not-empty`) including animations. + * - Registering the control with its parent {@link ng.directive:form form}. + * + * Note: `ngModel` will try to bind to the property given by evaluating the expression on the + * current scope. If the property doesn't already exist on this scope, it will be created + * implicitly and added to the scope. + * + * For best practices on using `ngModel`, see: + * + * - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) + * + * For basic examples, how to use `ngModel`, see: + * + * - {@link ng.directive:input input} + * - {@link input[text] text} + * - {@link input[checkbox] checkbox} + * - {@link input[radio] radio} + * - {@link input[number] number} + * - {@link input[email] email} + * - {@link input[url] url} + * - {@link input[date] date} + * - {@link input[datetime-local] datetime-local} + * - {@link input[time] time} + * - {@link input[month] month} + * - {@link input[week] week} + * - {@link ng.directive:select select} + * - {@link ng.directive:textarea textarea} + * + * ## Complex Models (objects or collections) + * + * By default, `ngModel` watches the model by reference, not value. This is important to know when + * binding inputs to models that are objects (e.g. `Date`) or collections (e.g. arrays). If only properties of the + * object or collection change, `ngModel` will not be notified and so the input will not be re-rendered. + * + * The model must be assigned an entirely new object or collection before a re-rendering will occur. + * + * Some directives have options that will cause them to use a custom `$watchCollection` on the model expression + * - for example, `ngOptions` will do so when a `track by` clause is included in the comprehension expression or + * if the select is given the `multiple` attribute. + * + * The `$watchCollection()` method only does a shallow comparison, meaning that changing properties deeper than the + * first level of the object (or only changing the properties of an item in the collection if it's an array) will still + * not trigger a re-rendering of the model. + * + * ## CSS classes + * The following CSS classes are added and removed on the associated input/select/textarea element + * depending on the validity of the model. + * + * - `ng-valid`: the model is valid + * - `ng-invalid`: the model is invalid + * - `ng-valid-[key]`: for each valid key added by `$setValidity` + * - `ng-invalid-[key]`: for each invalid key added by `$setValidity` + * - `ng-pristine`: the control hasn't been interacted with yet + * - `ng-dirty`: the control has been interacted with + * - `ng-touched`: the control has been blurred + * - `ng-untouched`: the control hasn't been blurred + * - `ng-pending`: any `$asyncValidators` are unfulfilled + * - `ng-empty`: the view does not contain a value or the value is deemed "empty", as defined + * by the {@link ngModel.NgModelController#$isEmpty} method + * - `ng-not-empty`: the view contains a non-empty value + * + * Keep in mind that ngAnimate can detect each of these classes when added and removed. + * + * @animations + * Animations within models are triggered when any of the associated CSS classes are added and removed + * on the input element which is attached to the model. These classes include: `.ng-pristine`, `.ng-dirty`, + * `.ng-invalid` and `.ng-valid` as well as any other validations that are performed on the model itself. + * The animations that are triggered within ngModel are similar to how they work in ngClass and + * animations can be hooked into using CSS transitions, keyframes as well as JS animations. + * + * The following example shows a simple way to utilize CSS transitions to style an input element + * that has been rendered as invalid after it has been validated: + * + *
    + * //be sure to include ngAnimate as a module to hook into more
    + * //advanced animations
    + * .my-input {
    + *   transition:0.5s linear all;
    + *   background: white;
    + * }
    + * .my-input.ng-invalid {
    + *   background: red;
    + *   color:white;
    + * }
    + * 
    + * + * @example + * ### Basic Usage + * + + + +

    + Update input to see transitions when valid/invalid. + Integer is a valid value. +

    +
    + +
    +
    + *
    + * + * @example + * ### Binding to a getter/setter + * + * Sometimes it's helpful to bind `ngModel` to a getter/setter function. A getter/setter is a + * function that returns a representation of the model when called with zero arguments, and sets + * the internal state of a model when called with an argument. It's sometimes useful to use this + * for models that have an internal representation that's different from what the model exposes + * to the view. + * + *
    + * **Best Practice:** It's best to keep getters fast because Angular is likely to call them more + * frequently than other parts of your code. + *
    + * + * You use this behavior by adding `ng-model-options="{ getterSetter: true }"` to an element that + * has `ng-model` attached to it. You can also add `ng-model-options="{ getterSetter: true }"` to + * a `
    `, which will enable this behavior for all ``s within it. See + * {@link ng.directive:ngModelOptions `ngModelOptions`} for more. + * + * The following example shows how to use `ngModel` with a getter/setter: + * + * @example + * + +
    + + + +
    user.name = 
    +
    +
    + + angular.module('getterSetterExample', []) + .controller('ExampleController', ['$scope', function($scope) { + var _name = 'Brian'; + $scope.user = { + name: function(newName) { + // Note that newName can be undefined for two reasons: + // 1. Because it is called as a getter and thus called with no arguments + // 2. Because the property should actually be set to undefined. This happens e.g. if the + // input is invalid + return arguments.length ? (_name = newName) : _name; + } + }; + }]); + + *
    + */ +var ngModelDirective = ['$rootScope', function($rootScope) { + return { + restrict: 'A', + require: ['ngModel', '^?form', '^?ngModelOptions'], + controller: NgModelController, + // Prelink needs to run before any input directive + // so that we can set the NgModelOptions in NgModelController + // before anyone else uses it. + priority: 1, + compile: function ngModelCompile(element) { + // Setup initial state of the control + element.addClass(PRISTINE_CLASS).addClass(UNTOUCHED_CLASS).addClass(VALID_CLASS); + + return { + pre: function ngModelPreLink(scope, element, attr, ctrls) { + var modelCtrl = ctrls[0], + formCtrl = ctrls[1] || modelCtrl.$$parentForm, + optionsCtrl = ctrls[2]; + + if (optionsCtrl) { + modelCtrl.$options = optionsCtrl.$options; + } - function setTouched() { - modelCtrl.$setTouched(); + modelCtrl.$$initGetterSetters(); + + // notify others, especially parent forms + formCtrl.$addControl(modelCtrl); + + attr.$observe('name', function(newValue) { + if (modelCtrl.$name !== newValue) { + modelCtrl.$$parentForm.$$renameControl(modelCtrl, newValue); } + }); - element.on('blur', function () { - if (modelCtrl.$touched) return; + scope.$on('$destroy', function() { + modelCtrl.$$parentForm.$removeControl(modelCtrl); + }); + }, + post: function ngModelPostLink(scope, element, attr, ctrls) { + var modelCtrl = ctrls[0]; + modelCtrl.$$setUpdateOnEvents(); - if ($rootScope.$$phase) { - scope.$evalAsync(setTouched); - } else { - scope.$apply(setTouched); - } - }); + function setTouched() { + modelCtrl.$setTouched(); } - }; - } - }; - }]; - /* exported defaultModelOptions */ - var defaultModelOptions; - var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/; + element.on('blur', function() { + if (modelCtrl.$touched) return; + + if ($rootScope.$$phase) { + scope.$evalAsync(setTouched); + } else { + scope.$apply(setTouched); + } + }); + } + }; + } + }; +}]; + +/* exported defaultModelOptions */ +var defaultModelOptions; +var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/; + +/** + * @ngdoc type + * @name ModelOptions + * @description + * A container for the options set by the {@link ngModelOptions} directive + */ +function ModelOptions(options) { + this.$$options = options; +} + +ModelOptions.prototype = { /** - * @ngdoc type - * @name ModelOptions + * @ngdoc method + * @name ModelOptions#getOption + * @param {string} name the name of the option to retrieve + * @returns {*} the value of the option * @description - * A container for the options set by the {@link ngModelOptions} directive + * Returns the value of the given option */ - function ModelOptions(options) { - this.$$options = options; - } - - ModelOptions.prototype = { - - /** - * @ngdoc method - * @name ModelOptions#getOption - * @param {string} name the name of the option to retrieve - * @returns {*} the value of the option - * @description - * Returns the value of the given option - */ - getOption: function getOption(name) { - return this.$$options[name]; - }, + getOption: function(name) { + return this.$$options[name]; + }, - /** - * @ngdoc method - * @name ModelOptions#createChild - * @param {Object} options a hash of options for the new child that will override the parent's options - * @return {ModelOptions} a new `ModelOptions` object initialized with the given options. - */ - createChild: function createChild(options) { - var inheritAll = false; + /** + * @ngdoc method + * @name ModelOptions#createChild + * @param {Object} options a hash of options for the new child that will override the parent's options + * @return {ModelOptions} a new `ModelOptions` object initialized with the given options. + */ + createChild: function(options) { + var inheritAll = false; - // make a shallow copy - options = extend({}, options); + // make a shallow copy + options = extend({}, options); - // Inherit options from the parent if specified by the value `"$inherit"` - forEach(options, /* @this */function (option, key) { - if (option === '$inherit') { - if (key === '*') { - inheritAll = true; - } else { - options[key] = this.$$options[key]; - // `updateOn` is special so we must also inherit the `updateOnDefault` option - if (key === 'updateOn') { - options.updateOnDefault = this.$$options.updateOnDefault; - } - } + // Inherit options from the parent if specified by the value `"$inherit"` + forEach(options, /* @this */ function(option, key) { + if (option === '$inherit') { + if (key === '*') { + inheritAll = true; } else { + options[key] = this.$$options[key]; + // `updateOn` is special so we must also inherit the `updateOnDefault` option if (key === 'updateOn') { - // If the `updateOn` property contains the `default` event then we have to remove - // it from the event list and set the `updateOnDefault` flag. - options.updateOnDefault = false; - options[key] = trim(option.replace(DEFAULT_REGEXP, function () { - options.updateOnDefault = true; - return ' '; - })); + options.updateOnDefault = this.$$options.updateOnDefault; } } - }, this); - - if (inheritAll) { - // We have a property of the form: `"*": "$inherit"` - delete options['*']; - defaults(options, this.$$options); + } else { + if (key === 'updateOn') { + // If the `updateOn` property contains the `default` event then we have to remove + // it from the event list and set the `updateOnDefault` flag. + options.updateOnDefault = false; + options[key] = trim(option.replace(DEFAULT_REGEXP, function() { + options.updateOnDefault = true; + return ' '; + })); + } } + }, this); - // Finally add in any missing defaults - defaults(options, defaultModelOptions.$$options); - - return new ModelOptions(options); - } - }; - - defaultModelOptions = new ModelOptions({ - updateOn: '', - updateOnDefault: true, - debounce: 0, - getterSetter: false, - allowInvalid: false, - timezone: null - }); - - /** - * @ngdoc directive - * @name ngModelOptions - * @restrict A - * @priority 10 - * - * @description - * This directive allows you to modify the behaviour of {@link ngModel} directives within your - * application. You can specify an `ngModelOptions` directive on any element. All {@link ngModel} - * directives will use the options of their nearest `ngModelOptions` ancestor. - * - * The `ngModelOptions` settings are found by evaluating the value of the attribute directive as - * an Angular expression. This expression should evaluate to an object, whose properties contain - * the settings. For example: `
    - *
    - * - *
    - *
    - * ``` - * - * the `input` element will have the following settings - * - * ```js - * { allowInvalid: true, updateOn: 'default', debounce: 0 } - * ``` - * - * Notice that the `debounce` setting was not inherited and used the default value instead. - * - * You can specify that all undefined settings are automatically inherited from an ancestor by - * including a property with key of `"*"` and value of `"$inherit"`. - * - * For example given the following fragment of HTML - * - * - * ```html - *
    - *
    - * - *
    - *
    - * ``` - * - * the `input` element will have the following settings - * - * ```js - * { allowInvalid: true, updateOn: 'default', debounce: 200 } - * ``` - * - * Notice that the `debounce` setting now inherits the value from the outer `
    ` element. - * - * If you are creating a reusable component then you should be careful when using `"*": "$inherit"` - * since you may inadvertently inherit a setting in the future that changes the behavior of your component. - * - * - * ## Triggering and debouncing model updates - * - * The `updateOn` and `debounce` properties allow you to specify a custom list of events that will - * trigger a model update and/or a debouncing delay so that the actual update only takes place when - * a timer expires; this timer will be reset after another change takes place. - * - * Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might - * be different from the value in the actual model. This means that if you update the model you - * should also invoke {@link ngModel.NgModelController#$rollbackViewValue} on the relevant input field in - * order to make sure it is synchronized with the model and that any debounced action is canceled. - * - * The easiest way to reference the control's {@link ngModel.NgModelController#$rollbackViewValue} - * method is by making sure the input is placed inside a form that has a `name` attribute. This is - * important because `form` controllers are published to the related scope under the name in their - * `name` attribute. - * - * Any pending changes will take place immediately when an enclosing form is submitted via the - * `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` - * to have access to the updated model. - * - * ### Overriding immediate updates - * - * The following example shows how to override immediate updates. Changes on the inputs within the - * form will update the model only when the control loses focus (blur event). If `escape` key is - * pressed while the input field is focused, the value is reset to the value in the current model. - * - * - * - *
    - *
    - *
    - *
    - *
    - *
    user.name = 
    - *
    - *
    - * - * angular.module('optionsExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.user = { name: 'say', data: '' }; - * - * $scope.cancel = function(e) { - * if (e.keyCode === 27) { - * $scope.userForm.userName.$rollbackViewValue(); - * } - * }; - * }]); - * - * - * var model = element(by.binding('user.name')); - * var input = element(by.model('user.name')); - * var other = element(by.model('user.data')); - * - * it('should allow custom events', function() { - * input.sendKeys(' hello'); - * input.click(); - * expect(model.getText()).toEqual('say'); - * other.click(); - * expect(model.getText()).toEqual('say hello'); - * }); - * - * it('should $rollbackViewValue when model changes', function() { - * input.sendKeys(' hello'); - * expect(input.getAttribute('value')).toEqual('say hello'); - * input.sendKeys(protractor.Key.ESCAPE); - * expect(input.getAttribute('value')).toEqual('say'); - * other.click(); - * expect(model.getText()).toEqual('say'); - * }); - * - *
    - * - * ### Debouncing updates - * - * The next example shows how to debounce model changes. Model will be updated only 1 sec after last change. - * If the `Clear` button is pressed, any debounced action is canceled and the value becomes empty. - * - * - * - *
    - *
    - * Name: - * - *
    - *
    - *
    user.name = 
    - *
    - *
    - * - * angular.module('optionsExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.user = { name: 'say' }; - * }]); - * - *
    - * - * - * ## Model updates and validation - * - * The default behaviour in `ngModel` is that the model value is set to `undefined` when the - * validation determines that the value is invalid. By setting the `allowInvalid` property to true, - * the model will still be updated even if the value is invalid. - * - * - * ## Connecting to the scope - * - * By setting the `getterSetter` property to true you are telling ngModel that the `ngModel` expression - * on the scope refers to a "getter/setter" function rather than the value itself. - * - * The following example shows how to bind to getter/setters: - * - * - * - *
    - *
    - * - *
    - *
    user.name = 
    - *
    - *
    - * - * angular.module('getterSetterExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * var _name = 'Brian'; - * $scope.user = { - * name: function(newName) { - * return angular.isDefined(newName) ? (_name = newName) : _name; - * } - * }; - * }]); - * - *
    - * - * - * ## Specifying timezones - * - * You can specify the timezone that date/time input directives expect by providing its name in the - * `timezone` property. - * - * - * ## Programmatically changing options - * - * The `ngModelOptions` expression is only evaluated once when the directive is linked; it is not - * watched for changes. However, it is possible to override the options on a single - * {@link ngModel.NgModelController} instance with - * {@link ngModel.NgModelController#$overrideModelOptions `NgModelController#$overrideModelOptions()`}. - * - * - * @param {Object} ngModelOptions options to apply to {@link ngModel} directives on this element and - * and its descendents. Valid keys are: - * - `updateOn`: string specifying which event should the input be bound to. You can set several - * events using an space delimited list. There is a special event called `default` that - * matches the default events belonging to the control. These are the events that are bound to - * the control, and when fired, update the `$viewValue` via `$setViewValue`. - * - * `ngModelOptions` considers every event that is not listed in `updateOn` a "default" event, - * since different control types use different default events. - * - * See also the section {@link ngModelOptions#triggering-and-debouncing-model-updates - * Triggering and debouncing model updates}. - * - * - `debounce`: integer value which contains the debounce model update value in milliseconds. A - * value of 0 triggers an immediate update. If an object is supplied instead, you can specify a - * custom value for each event. For example: - * ``` - * ng-model-options="{ - * updateOn: 'default blur click', - * debounce: { 'default': 500, 'blur': 0 } - * }" - * ``` - * - * "default" also applies to all events that are listed in `updateOn` but are not - * listed in `debounce`, i.e. "click" would also be debounced by 500 milliseconds. - * - * - `allowInvalid`: boolean value which indicates that the model can be set with values that did - * not validate correctly instead of the default behavior of setting the model to undefined. - * - `getterSetter`: boolean value which determines whether or not to treat functions bound to - * `ngModel` as getters/setters. - * - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for - * ``, ``, ... . It understands UTC/GMT and the - * continental US time zone abbreviations, but for general use, use a time zone offset, for - * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) - * If not specified, the timezone of the browser will be used. - * - */ - var ngModelOptionsDirective = function ngModelOptionsDirective() { - NgModelOptionsController.$inject = ['$attrs', '$scope']; - function NgModelOptionsController($attrs, $scope) { - this.$$attrs = $attrs; - this.$$scope = $scope; + if (inheritAll) { + // We have a property of the form: `"*": "$inherit"` + delete options['*']; + defaults(options, this.$$options); } - NgModelOptionsController.prototype = { - $onInit: function $onInit() { - var parentOptions = this.parentCtrl ? this.parentCtrl.$options : defaultModelOptions; - var modelOptionsDefinition = this.$$scope.$eval(this.$$attrs.ngModelOptions); - - this.$options = parentOptions.createChild(modelOptionsDefinition); - } - }; - return { - restrict: 'A', - // ngModelOptions needs to run before ngModel and input directives - priority: 10, - require: { parentCtrl: '?^^ngModelOptions' }, - bindToController: true, - controller: NgModelOptionsController - }; - }; + // Finally add in any missing defaults + defaults(options, defaultModelOptions.$$options); - // shallow copy over values from `src` that are not already specified on `dst` - function defaults(dst, src) { - forEach(src, function (value, key) { - if (!isDefined(dst[key])) { - dst[key] = value; - } - }); + return new ModelOptions(options); } +}; - /** - * @ngdoc directive - * @name ngNonBindable - * @restrict AC - * @priority 1000 - * @element ANY - * - * @description - * The `ngNonBindable` directive tells AngularJS not to compile or bind the contents of the current - * DOM element, including directives on the element itself that have a lower priority than - * `ngNonBindable`. This is useful if the element contains what appears to be AngularJS directives - * and bindings but which should be ignored by AngularJS. This could be the case if you have a site - * that displays snippets of code, for instance. - * - * @example - * In this example there are two locations where a simple interpolation binding (`{{}}`) is present, - * but the one wrapped in `ngNonBindable` is left alone. - * - - -
    Normal: {{1 + 2}}
    -
    Ignored: {{1 + 2}}
    -
    - - it('should check ng-non-bindable', function() { - expect(element(by.binding('1 + 2')).getText()).toContain('3'); - expect(element.all(by.css('div')).last().getText()).toMatch(/1 \+ 2/); - }); - -
    - */ - var ngNonBindableDirective = ngDirective({ terminal: true, priority: 1000 }); - /* exported ngOptionsDirective */ +defaultModelOptions = new ModelOptions({ + updateOn: '', + updateOnDefault: true, + debounce: 0, + getterSetter: false, + allowInvalid: false, + timezone: null +}); - /* global jqLiteRemove */ - var ngOptionsMinErr = minErr('ngOptions'); +/** + * @ngdoc directive + * @name ngModelOptions + * @restrict A + * @priority 10 + * + * @description + * This directive allows you to modify the behaviour of {@link ngModel} directives within your + * application. You can specify an `ngModelOptions` directive on any element. All {@link ngModel} + * directives will use the options of their nearest `ngModelOptions` ancestor. + * + * The `ngModelOptions` settings are found by evaluating the value of the attribute directive as + * an Angular expression. This expression should evaluate to an object, whose properties contain + * the settings. For example: `
    + *
    + * + *
    + *
    + * ``` + * + * the `input` element will have the following settings + * + * ```js + * { allowInvalid: true, updateOn: 'default', debounce: 0 } + * ``` + * + * Notice that the `debounce` setting was not inherited and used the default value instead. + * + * You can specify that all undefined settings are automatically inherited from an ancestor by + * including a property with key of `"*"` and value of `"$inherit"`. + * + * For example given the following fragment of HTML + * + * + * ```html + *
    + *
    + * + *
    + *
    + * ``` + * + * the `input` element will have the following settings + * + * ```js + * { allowInvalid: true, updateOn: 'default', debounce: 200 } + * ``` + * + * Notice that the `debounce` setting now inherits the value from the outer `
    ` element. + * + * If you are creating a reusable component then you should be careful when using `"*": "$inherit"` + * since you may inadvertently inherit a setting in the future that changes the behavior of your component. + * + * + * ## Triggering and debouncing model updates + * + * The `updateOn` and `debounce` properties allow you to specify a custom list of events that will + * trigger a model update and/or a debouncing delay so that the actual update only takes place when + * a timer expires; this timer will be reset after another change takes place. + * + * Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might + * be different from the value in the actual model. This means that if you update the model you + * should also invoke {@link ngModel.NgModelController#$rollbackViewValue} on the relevant input field in + * order to make sure it is synchronized with the model and that any debounced action is canceled. + * + * The easiest way to reference the control's {@link ngModel.NgModelController#$rollbackViewValue} + * method is by making sure the input is placed inside a form that has a `name` attribute. This is + * important because `form` controllers are published to the related scope under the name in their + * `name` attribute. + * + * Any pending changes will take place immediately when an enclosing form is submitted via the + * `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` + * to have access to the updated model. + * + * ### Overriding immediate updates + * + * The following example shows how to override immediate updates. Changes on the inputs within the + * form will update the model only when the control loses focus (blur event). If `escape` key is + * pressed while the input field is focused, the value is reset to the value in the current model. + * + * + * + *
    + *
    + *
    + *
    + *
    + *
    user.name = 
    + *
    + *
    + * + * angular.module('optionsExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.user = { name: 'say', data: '' }; + * + * $scope.cancel = function(e) { + * if (e.keyCode === 27) { + * $scope.userForm.userName.$rollbackViewValue(); + * } + * }; + * }]); + * + * + * var model = element(by.binding('user.name')); + * var input = element(by.model('user.name')); + * var other = element(by.model('user.data')); + * + * it('should allow custom events', function() { + * input.sendKeys(' hello'); + * input.click(); + * expect(model.getText()).toEqual('say'); + * other.click(); + * expect(model.getText()).toEqual('say hello'); + * }); + * + * it('should $rollbackViewValue when model changes', function() { + * input.sendKeys(' hello'); + * expect(input.getAttribute('value')).toEqual('say hello'); + * input.sendKeys(protractor.Key.ESCAPE); + * expect(input.getAttribute('value')).toEqual('say'); + * other.click(); + * expect(model.getText()).toEqual('say'); + * }); + * + *
    + * + * ### Debouncing updates + * + * The next example shows how to debounce model changes. Model will be updated only 1 sec after last change. + * If the `Clear` button is pressed, any debounced action is canceled and the value becomes empty. + * + * + * + *
    + *
    + * Name: + * + *
    + *
    + *
    user.name = 
    + *
    + *
    + * + * angular.module('optionsExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.user = { name: 'say' }; + * }]); + * + *
    + * + * + * ## Model updates and validation + * + * The default behaviour in `ngModel` is that the model value is set to `undefined` when the + * validation determines that the value is invalid. By setting the `allowInvalid` property to true, + * the model will still be updated even if the value is invalid. + * + * + * ## Connecting to the scope + * + * By setting the `getterSetter` property to true you are telling ngModel that the `ngModel` expression + * on the scope refers to a "getter/setter" function rather than the value itself. + * + * The following example shows how to bind to getter/setters: + * + * + * + *
    + *
    + * + *
    + *
    user.name = 
    + *
    + *
    + * + * angular.module('getterSetterExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * var _name = 'Brian'; + * $scope.user = { + * name: function(newName) { + * return angular.isDefined(newName) ? (_name = newName) : _name; + * } + * }; + * }]); + * + *
    + * + * + * ## Specifying timezones + * + * You can specify the timezone that date/time input directives expect by providing its name in the + * `timezone` property. + * + * + * ## Programmatically changing options + * + * The `ngModelOptions` expression is only evaluated once when the directive is linked; it is not + * watched for changes. However, it is possible to override the options on a single + * {@link ngModel.NgModelController} instance with + * {@link ngModel.NgModelController#$overrideModelOptions `NgModelController#$overrideModelOptions()`}. + * + * + * @param {Object} ngModelOptions options to apply to {@link ngModel} directives on this element and + * and its descendents. Valid keys are: + * - `updateOn`: string specifying which event should the input be bound to. You can set several + * events using an space delimited list. There is a special event called `default` that + * matches the default events belonging to the control. These are the events that are bound to + * the control, and when fired, update the `$viewValue` via `$setViewValue`. + * + * `ngModelOptions` considers every event that is not listed in `updateOn` a "default" event, + * since different control types use different default events. + * + * See also the section {@link ngModelOptions#triggering-and-debouncing-model-updates + * Triggering and debouncing model updates}. + * + * - `debounce`: integer value which contains the debounce model update value in milliseconds. A + * value of 0 triggers an immediate update. If an object is supplied instead, you can specify a + * custom value for each event. For example: + * ``` + * ng-model-options="{ + * updateOn: 'default blur click', + * debounce: { 'default': 500, 'blur': 0 } + * }" + * ``` + * + * "default" also applies to all events that are listed in `updateOn` but are not + * listed in `debounce`, i.e. "click" would also be debounced by 500 milliseconds. + * + * - `allowInvalid`: boolean value which indicates that the model can be set with values that did + * not validate correctly instead of the default behavior of setting the model to undefined. + * - `getterSetter`: boolean value which determines whether or not to treat functions bound to + * `ngModel` as getters/setters. + * - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for + * ``, ``, ... . It understands UTC/GMT and the + * continental US time zone abbreviations, but for general use, use a time zone offset, for + * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) + * If not specified, the timezone of the browser will be used. + * + */ +var ngModelOptionsDirective = function() { + NgModelOptionsController.$inject = ['$attrs', '$scope']; + function NgModelOptionsController($attrs, $scope) { + this.$$attrs = $attrs; + this.$$scope = $scope; + } + NgModelOptionsController.prototype = { + $onInit: function() { + var parentOptions = this.parentCtrl ? this.parentCtrl.$options : defaultModelOptions; + var modelOptionsDefinition = this.$$scope.$eval(this.$$attrs.ngModelOptions); - /** - * @ngdoc directive - * @name ngOptions - * @restrict A - * - * @description - * - * The `ngOptions` attribute can be used to dynamically generate a list of `` - * DOM element. - * * `disable`: The result of this expression will be used to disable the rendered `` + * DOM element. + * * `disable`: The result of this expression will be used to disable the rendered `
    - - - it('should show correct pluralized string', function() { - var withoutOffset = element.all(by.css('ng-pluralize')).get(0); - var withOffset = element.all(by.css('ng-pluralize')).get(1); - var countInput = element(by.model('personCount')); - - expect(withoutOffset.getText()).toEqual('1 person is viewing.'); - expect(withOffset.getText()).toEqual('Igor is viewing.'); - - countInput.clear(); - countInput.sendKeys('0'); - - expect(withoutOffset.getText()).toEqual('Nobody is viewing.'); - expect(withOffset.getText()).toEqual('Nobody is viewing.'); - - countInput.clear(); - countInput.sendKeys('2'); - - expect(withoutOffset.getText()).toEqual('2 people are viewing.'); - expect(withOffset.getText()).toEqual('Igor and Misko are viewing.'); - - countInput.clear(); - countInput.sendKeys('3'); - - expect(withoutOffset.getText()).toEqual('3 people are viewing.'); - expect(withOffset.getText()).toEqual('Igor, Misko and one other person are viewing.'); - - countInput.clear(); - countInput.sendKeys('4'); - - expect(withoutOffset.getText()).toEqual('4 people are viewing.'); - expect(withOffset.getText()).toEqual('Igor, Misko and 2 other people are viewing.'); - }); - it('should show data-bound names', function() { - var withOffset = element.all(by.css('ng-pluralize')).get(1); - var personCount = element(by.model('personCount')); - var person1 = element(by.model('person1')); - var person2 = element(by.model('person2')); - personCount.clear(); - personCount.sendKeys('4'); - person1.clear(); - person1.sendKeys('Di'); - person2.clear(); - person2.sendKeys('Vojta'); - expect(withOffset.getText()).toEqual('Di, Vojta and 2 other people are viewing.'); - }); - - - */ - var ngPluralizeDirective = ['$locale', '$interpolate', '$log', function ($locale, $interpolate, $log) { - var BRACE = /{}/g, - IS_WHEN = /^when(Minus)?(.+)$/; - - return { - link: function link(scope, element, attr) { - var numberExp = attr.count, - whenExp = attr.$attr.when && element.attr(attr.$attr.when), - // we have {{}} in attrs - offset = attr.offset || 0, - whens = scope.$eval(whenExp) || {}, - whensExpFns = {}, - startSymbol = $interpolate.startSymbol(), - endSymbol = $interpolate.endSymbol(), - braceReplacement = startSymbol + numberExp + '-' + offset + endSymbol, - watchRemover = angular.noop, - lastCount; - - forEach(attr, function (expression, attributeName) { - var tmpMatch = IS_WHEN.exec(attributeName); - if (tmpMatch) { - var whenKey = (tmpMatch[1] ? '-' : '') + lowercase(tmpMatch[2]); - whens[whenKey] = element.attr(attr.$attr[attributeName]); - } - }); - forEach(whens, function (expression, key) { - whensExpFns[key] = $interpolate(expression.replace(BRACE, braceReplacement)); - }); - - scope.$watch(numberExp, function ngPluralizeWatchAction(newVal) { - var count = parseFloat(newVal); - var countIsNaN = isNumberNaN(count); - - if (!countIsNaN && !(count in whens)) { - // If an explicit number rule such as 1, 2, 3... is defined, just use it. - // Otherwise, check it against pluralization rules in $locale service. - count = $locale.pluralCat(count - offset); - } - - // If both `count` and `lastCount` are NaN, we don't need to re-register a watch. - // In JS `NaN !== NaN`, so we have to explicitly check. - if (count !== lastCount && !(countIsNaN && isNumberNaN(lastCount))) { - watchRemover(); - var whenExpFn = whensExpFns[count]; - if (isUndefined(whenExpFn)) { - if (newVal != null) { - $log.debug('ngPluralize: no rule defined for \'' + count + '\' in ' + whenExp); - } - watchRemover = noop; - updateElementText(); - } else { - watchRemover = scope.$watch(whenExpFn, updateElementText); - } - lastCount = count; - } - }); - - function updateElementText(newText) { - element.text(newText || ''); - } - } - }; - }]; + } - /* exported ngRepeatDirective */ + return { + restrict: 'A', + terminal: true, + require: ['select', 'ngModel'], + link: { + pre: function ngOptionsPreLink(scope, selectElement, attr, ctrls) { + // Deactivate the SelectController.register method to prevent + // option directives from accidentally registering themselves + // (and unwanted $destroy handlers etc.) + ctrls[0].registerOption = noop; + }, + post: ngOptionsPostLink + } + }; +}]; - /** - * @ngdoc directive - * @name ngRepeat - * @multiElement - * @restrict A - * - * @description - * The `ngRepeat` directive instantiates a template once per item from a collection. Each template - * instance gets its own scope, where the given loop variable is set to the current collection item, - * and `$index` is set to the item index or key. - * - * Special properties are exposed on the local scope of each template instance, including: - * - * | Variable | Type | Details | - * |-----------|-----------------|-----------------------------------------------------------------------------| - * | `$index` | {@type number} | iterator offset of the repeated element (0..length-1) | - * | `$first` | {@type boolean} | true if the repeated element is first in the iterator. | - * | `$middle` | {@type boolean} | true if the repeated element is between the first and last in the iterator. | - * | `$last` | {@type boolean} | true if the repeated element is last in the iterator. | - * | `$even` | {@type boolean} | true if the iterator position `$index` is even (otherwise false). | - * | `$odd` | {@type boolean} | true if the iterator position `$index` is odd (otherwise false). | - * - *
    - * Creating aliases for these properties is possible with {@link ng.directive:ngInit `ngInit`}. - * This may be useful when, for instance, nesting ngRepeats. - *
    - * - * - * ## Iterating over object properties - * - * It is possible to get `ngRepeat` to iterate over the properties of an object using the following - * syntax: - * - * ```js - *
    ...
    - * ``` - * - * However, there are a few limitations compared to array iteration: - * - * - The JavaScript specification does not define the order of keys - * returned for an object, so Angular relies on the order returned by the browser - * when running `for key in myObj`. Browsers generally follow the strategy of providing - * keys in the order in which they were defined, although there are exceptions when keys are deleted - * and reinstated. See the - * [MDN page on `delete` for more info](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_notes). - * - * - `ngRepeat` will silently *ignore* object keys starting with `$`, because - * it's a prefix used by Angular for public (`$`) and private (`$$`) properties. - * - * - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with - * objects, and will throw an error if used with one. - * - * If you are hitting any of these limitations, the recommended workaround is to convert your object into an array - * that is sorted into the order that you prefer before providing it to `ngRepeat`. You could - * do this with a filter such as [toArrayFilter](http://ngmodules.org/modules/angular-toArrayFilter) - * or implement a `$watch` on the object yourself. - * - * - * ## Tracking and Duplicates - * - * `ngRepeat` uses {@link $rootScope.Scope#$watchCollection $watchCollection} to detect changes in - * the collection. When a change happens, `ngRepeat` then makes the corresponding changes to the DOM: - * - * * When an item is added, a new instance of the template is added to the DOM. - * * When an item is removed, its template instance is removed from the DOM. - * * When items are reordered, their respective templates are reordered in the DOM. - * - * To minimize creation of DOM elements, `ngRepeat` uses a function - * to "keep track" of all items in the collection and their corresponding DOM elements. - * For example, if an item is added to the collection, `ngRepeat` will know that all other items - * already have DOM elements, and will not re-render them. - * - * The default tracking function (which tracks items by their identity) does not allow - * duplicate items in arrays. This is because when there are duplicates, it is not possible - * to maintain a one-to-one mapping between collection items and DOM elements. - * - * If you do need to repeat duplicate items, you can substitute the default tracking behavior - * with your own using the `track by` expression. - * - * For example, you may track items by the index of each item in the collection, using the - * special scope property `$index`: - * ```html - *
    - * {{n}} - *
    - * ``` - * - * You may also use arbitrary expressions in `track by`, including references to custom functions - * on the scope: - * ```html - *
    - * {{n}} - *
    - * ``` - * - *
    - * If you are working with objects that have a unique identifier property, you should track - * by this identifier instead of the object instance. Should you reload your data later, `ngRepeat` - * will not have to rebuild the DOM elements for items it has already rendered, even if the - * JavaScript objects in the collection have been substituted for new ones. For large collections, - * this significantly improves rendering performance. If you don't have a unique identifier, - * `track by $index` can also provide a performance boost. - *
    - * - * ```html - *
    - * {{model.name}} - *
    - * ``` - * - *
    - *
    - * Avoid using `track by $index` when the repeated template contains - * {@link guide/expression#one-time-binding one-time bindings}. In such cases, the `nth` DOM - * element will always be matched with the `nth` item of the array, so the bindings on that element - * will not be updated even when the corresponding item changes, essentially causing the view to get - * out-of-sync with the underlying data. - *
    - * - * When no `track by` expression is provided, it is equivalent to tracking by the built-in - * `$id` function, which tracks items by their identity: - * ```html - *
    - * {{obj.prop}} - *
    - * ``` - * - *
    - *
    - * **Note:** `track by` must always be the last expression: - *
    - * ``` - *
    - * {{model.name}} - *
    - * ``` - * - * - * ## Special repeat start and end points - * To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending - * the range of the repeater by defining explicit start and end points by using **ng-repeat-start** and **ng-repeat-end** respectively. - * The **ng-repeat-start** directive works the same as **ng-repeat**, but will repeat all the HTML code (including the tag it's defined on) - * up to and including the ending HTML tag where **ng-repeat-end** is placed. - * - * The example below makes use of this feature: - * ```html - *
    - * Header {{ item }} - *
    - *
    - * Body {{ item }} - *
    - *
    - * Footer {{ item }} - *
    - * ``` - * - * And with an input of {@type ['A','B']} for the items variable in the example above, the output will evaluate to: - * ```html - *
    - * Header A - *
    - *
    - * Body A - *
    - *
    - * Footer A - *
    - *
    - * Header B - *
    - *
    - * Body B - *
    - *
    - * Footer B - *
    - * ``` - * - * The custom start and end points for ngRepeat also support all other HTML directive syntax flavors provided in AngularJS (such - * as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**). - * - * @animations - * | Animation | Occurs | - * |----------------------------------|-------------------------------------| - * | {@link ng.$animate#enter enter} | when a new item is added to the list or when an item is revealed after a filter | - * | {@link ng.$animate#leave leave} | when an item is removed from the list or when an item is filtered out | - * | {@link ng.$animate#move move } | when an adjacent item is filtered out causing a reorder or when the item contents are reordered | - * - * See the example below for defining CSS animations with ngRepeat. - * - * @element ANY - * @scope - * @priority 1000 - * @param {repeat_expression} ngRepeat The expression indicating how to enumerate a collection. These - * formats are currently supported: - * - * * `variable in expression` – where variable is the user defined loop variable and `expression` - * is a scope expression giving the collection to enumerate. - * - * For example: `album in artist.albums`. - * - * * `(key, value) in expression` – where `key` and `value` can be any user defined identifiers, - * and `expression` is the scope expression giving the collection to enumerate. - * - * For example: `(name, age) in {'adam':10, 'amalie':12}`. - * - * * `variable in expression track by tracking_expression` – You can also provide an optional tracking expression - * which can be used to associate the objects in the collection with the DOM elements. If no tracking expression - * is specified, ng-repeat associates elements by identity. It is an error to have - * more than one tracking expression value resolve to the same key. (This would mean that two distinct objects are - * mapped to the same DOM element, which is not possible.) - * - *
    - * Note: the `track by` expression must come last - after any filters, and the alias expression. - *
    - * - * For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements - * will be associated by item identity in the array. - * - * For example: `item in items track by $id(item)`. A built in `$id()` function can be used to assign a unique - * `$$hashKey` property to each item in the array. This property is then used as a key to associated DOM elements - * with the corresponding item in the array by identity. Moving the same object in array would move the DOM - * element in the same way in the DOM. - * - * For example: `item in items track by item.id` is a typical pattern when the items come from the database. In this - * case the object identity does not matter. Two objects are considered equivalent as long as their `id` - * property is same. - * - * For example: `item in items | filter:searchText track by item.id` is a pattern that might be used to apply a filter - * to items in conjunction with a tracking expression. - * - * * `variable in expression as alias_expression` – You can also provide an optional alias expression which will then store the - * intermediate results of the repeater after the filters have been applied. Typically this is used to render a special message - * when a filter is active on the repeater, but the filtered result set is empty. - * - * For example: `item in items | filter:x as results` will store the fragment of the repeated items as `results`, but only after - * the items have been processed through the filter. - * - * Please note that `as [variable name] is not an operator but rather a part of ngRepeat micro-syntax so it can be used only at the end - * (and not as operator, inside an expression). - * - * For example: `item in items | filter : x | orderBy : order | limitTo : limit as results` . - * - * @example - * This example uses `ngRepeat` to display a list of people. A filter is used to restrict the displayed - * results by name or by age. New (entering) and removed (leaving) items are animated. - +/** + * @ngdoc directive + * @name ngPluralize + * @restrict EA + * + * @description + * `ngPluralize` is a directive that displays messages according to en-US localization rules. + * These rules are bundled with angular.js, but can be overridden + * (see {@link guide/i18n Angular i18n} dev guide). You configure ngPluralize directive + * by specifying the mappings between + * [plural categories](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) + * and the strings to be displayed. + * + * ## Plural categories and explicit number rules + * There are two + * [plural categories](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) + * in Angular's default en-US locale: "one" and "other". + * + * While a plural category may match many numbers (for example, in en-US locale, "other" can match + * any number that is not 1), an explicit number rule can only match one number. For example, the + * explicit number rule for "3" matches the number 3. There are examples of plural categories + * and explicit number rules throughout the rest of this documentation. + * + * ## Configuring ngPluralize + * You configure ngPluralize by providing 2 attributes: `count` and `when`. + * You can also provide an optional attribute, `offset`. + * + * The value of the `count` attribute can be either a string or an {@link guide/expression + * Angular expression}; these are evaluated on the current scope for its bound value. + * + * The `when` attribute specifies the mappings between plural categories and the actual + * string to be displayed. The value of the attribute should be a JSON object. + * + * The following example shows how to configure ngPluralize: + * + * ```html + * + * + *``` + * + * In the example, `"0: Nobody is viewing."` is an explicit number rule. If you did not + * specify this rule, 0 would be matched to the "other" category and "0 people are viewing" + * would be shown instead of "Nobody is viewing". You can specify an explicit number rule for + * other numbers, for example 12, so that instead of showing "12 people are viewing", you can + * show "a dozen people are viewing". + * + * You can use a set of closed braces (`{}`) as a placeholder for the number that you want substituted + * into pluralized strings. In the previous example, Angular will replace `{}` with + * `{{personCount}}`. The closed braces `{}` is a placeholder + * for {{numberExpression}}. + * + * If no rule is defined for a category, then an empty string is displayed and a warning is generated. + * Note that some locales define more categories than `one` and `other`. For example, fr-fr defines `few` and `many`. + * + * ## Configuring ngPluralize with offset + * The `offset` attribute allows further customization of pluralized text, which can result in + * a better user experience. For example, instead of the message "4 people are viewing this document", + * you might display "John, Kate and 2 others are viewing this document". + * The offset attribute allows you to offset a number by any desired value. + * Let's take a look at an example: + * + * ```html + * + * + * ``` + * + * Notice that we are still using two plural categories(one, other), but we added + * three explicit number rules 0, 1 and 2. + * When one person, perhaps John, views the document, "John is viewing" will be shown. + * When three people view the document, no explicit number rule is found, so + * an offset of 2 is taken off 3, and Angular uses 1 to decide the plural category. + * In this case, plural category 'one' is matched and "John, Mary and one other person are viewing" + * is shown. + * + * Note that when you specify offsets, you must provide explicit number rules for + * numbers from 0 up to and including the offset. If you use an offset of 3, for example, + * you must provide explicit number rules for 0, 1, 2 and 3. You must also provide plural strings for + * plural categories "one" and "other". + * + * @param {string|expression} count The variable to be bound to. + * @param {string} when The mapping between plural category to its corresponding strings. + * @param {number=} offset Offset to deduct from the total number. + * + * @example + -
    - I have {{friends.length}} friends. They are: - -
      -
    • - [{{$index + 1}}] {{friend.name}} who is {{friend.age}} years old. -
    • -
    • - No results found... -
    • -
    + +
    +
    +
    +
    + + + Without Offset: + +
    + + + With Offset(2): + +
    - - angular.module('ngRepeat', ['ngAnimate']).controller('repeatController', function($scope) { - $scope.friends = [ - {name:'John', age:25, gender:'boy'}, - {name:'Jessie', age:30, gender:'girl'}, - {name:'Johanna', age:28, gender:'girl'}, - {name:'Joy', age:15, gender:'girl'}, - {name:'Mary', age:28, gender:'girl'}, - {name:'Peter', age:95, gender:'boy'}, - {name:'Sebastian', age:50, gender:'boy'}, - {name:'Erika', age:27, gender:'girl'}, - {name:'Patrick', age:40, gender:'boy'}, - {name:'Samantha', age:60, gender:'girl'} - ]; + + it('should show correct pluralized string', function() { + var withoutOffset = element.all(by.css('ng-pluralize')).get(0); + var withOffset = element.all(by.css('ng-pluralize')).get(1); + var countInput = element(by.model('personCount')); + + expect(withoutOffset.getText()).toEqual('1 person is viewing.'); + expect(withOffset.getText()).toEqual('Igor is viewing.'); + + countInput.clear(); + countInput.sendKeys('0'); + + expect(withoutOffset.getText()).toEqual('Nobody is viewing.'); + expect(withOffset.getText()).toEqual('Nobody is viewing.'); + + countInput.clear(); + countInput.sendKeys('2'); + + expect(withoutOffset.getText()).toEqual('2 people are viewing.'); + expect(withOffset.getText()).toEqual('Igor and Misko are viewing.'); + + countInput.clear(); + countInput.sendKeys('3'); + + expect(withoutOffset.getText()).toEqual('3 people are viewing.'); + expect(withOffset.getText()).toEqual('Igor, Misko and one other person are viewing.'); + + countInput.clear(); + countInput.sendKeys('4'); + + expect(withoutOffset.getText()).toEqual('4 people are viewing.'); + expect(withOffset.getText()).toEqual('Igor, Misko and 2 other people are viewing.'); + }); + it('should show data-bound names', function() { + var withOffset = element.all(by.css('ng-pluralize')).get(1); + var personCount = element(by.model('personCount')); + var person1 = element(by.model('person1')); + var person2 = element(by.model('person2')); + personCount.clear(); + personCount.sendKeys('4'); + person1.clear(); + person1.sendKeys('Di'); + person2.clear(); + person2.sendKeys('Vojta'); + expect(withOffset.getText()).toEqual('Di, Vojta and 2 other people are viewing.'); }); - - .example-animate-container { - background:white; - border:1px solid black; - list-style:none; - margin:0; - padding:0 10px; - } - - .animate-repeat { - line-height:30px; - list-style:none; - box-sizing:border-box; - } - - .animate-repeat.ng-move, - .animate-repeat.ng-enter, - .animate-repeat.ng-leave { - transition:all linear 0.5s; + + */ +var ngPluralizeDirective = ['$locale', '$interpolate', '$log', function($locale, $interpolate, $log) { + var BRACE = /{}/g, + IS_WHEN = /^when(Minus)?(.+)$/; + + return { + link: function(scope, element, attr) { + var numberExp = attr.count, + whenExp = attr.$attr.when && element.attr(attr.$attr.when), // we have {{}} in attrs + offset = attr.offset || 0, + whens = scope.$eval(whenExp) || {}, + whensExpFns = {}, + startSymbol = $interpolate.startSymbol(), + endSymbol = $interpolate.endSymbol(), + braceReplacement = startSymbol + numberExp + '-' + offset + endSymbol, + watchRemover = angular.noop, + lastCount; + + forEach(attr, function(expression, attributeName) { + var tmpMatch = IS_WHEN.exec(attributeName); + if (tmpMatch) { + var whenKey = (tmpMatch[1] ? '-' : '') + lowercase(tmpMatch[2]); + whens[whenKey] = element.attr(attr.$attr[attributeName]); } - - .animate-repeat.ng-leave.ng-leave-active, - .animate-repeat.ng-move, - .animate-repeat.ng-enter { - opacity:0; - max-height:0; + }); + forEach(whens, function(expression, key) { + whensExpFns[key] = $interpolate(expression.replace(BRACE, braceReplacement)); + + }); + + scope.$watch(numberExp, function ngPluralizeWatchAction(newVal) { + var count = parseFloat(newVal); + var countIsNaN = isNumberNaN(count); + + if (!countIsNaN && !(count in whens)) { + // If an explicit number rule such as 1, 2, 3... is defined, just use it. + // Otherwise, check it against pluralization rules in $locale service. + count = $locale.pluralCat(count - offset); } - - .animate-repeat.ng-leave, - .animate-repeat.ng-move.ng-move-active, - .animate-repeat.ng-enter.ng-enter-active { - opacity:1; - max-height:30px; + + // If both `count` and `lastCount` are NaN, we don't need to re-register a watch. + // In JS `NaN !== NaN`, so we have to explicitly check. + if ((count !== lastCount) && !(countIsNaN && isNumberNaN(lastCount))) { + watchRemover(); + var whenExpFn = whensExpFns[count]; + if (isUndefined(whenExpFn)) { + if (newVal != null) { + $log.debug('ngPluralize: no rule defined for \'' + count + '\' in ' + whenExp); + } + watchRemover = noop; + updateElementText(); + } else { + watchRemover = scope.$watch(whenExpFn, updateElementText); + } + lastCount = count; } + }); + + function updateElementText(newText) { + element.text(newText || ''); + } + } + }; +}]; + +/* exported ngRepeatDirective */ + +/** + * @ngdoc directive + * @name ngRepeat + * @multiElement + * @restrict A + * + * @description + * The `ngRepeat` directive instantiates a template once per item from a collection. Each template + * instance gets its own scope, where the given loop variable is set to the current collection item, + * and `$index` is set to the item index or key. + * + * Special properties are exposed on the local scope of each template instance, including: + * + * | Variable | Type | Details | + * |-----------|-----------------|-----------------------------------------------------------------------------| + * | `$index` | {@type number} | iterator offset of the repeated element (0..length-1) | + * | `$first` | {@type boolean} | true if the repeated element is first in the iterator. | + * | `$middle` | {@type boolean} | true if the repeated element is between the first and last in the iterator. | + * | `$last` | {@type boolean} | true if the repeated element is last in the iterator. | + * | `$even` | {@type boolean} | true if the iterator position `$index` is even (otherwise false). | + * | `$odd` | {@type boolean} | true if the iterator position `$index` is odd (otherwise false). | + * + *
    + * Creating aliases for these properties is possible with {@link ng.directive:ngInit `ngInit`}. + * This may be useful when, for instance, nesting ngRepeats. + *
    + * + * + * ## Iterating over object properties + * + * It is possible to get `ngRepeat` to iterate over the properties of an object using the following + * syntax: + * + * ```js + *
    ...
    + * ``` + * + * However, there are a few limitations compared to array iteration: + * + * - The JavaScript specification does not define the order of keys + * returned for an object, so Angular relies on the order returned by the browser + * when running `for key in myObj`. Browsers generally follow the strategy of providing + * keys in the order in which they were defined, although there are exceptions when keys are deleted + * and reinstated. See the + * [MDN page on `delete` for more info](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_notes). + * + * - `ngRepeat` will silently *ignore* object keys starting with `$`, because + * it's a prefix used by Angular for public (`$`) and private (`$$`) properties. + * + * - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with + * objects, and will throw an error if used with one. + * + * If you are hitting any of these limitations, the recommended workaround is to convert your object into an array + * that is sorted into the order that you prefer before providing it to `ngRepeat`. You could + * do this with a filter such as [toArrayFilter](http://ngmodules.org/modules/angular-toArrayFilter) + * or implement a `$watch` on the object yourself. + * + * + * ## Tracking and Duplicates + * + * `ngRepeat` uses {@link $rootScope.Scope#$watchCollection $watchCollection} to detect changes in + * the collection. When a change happens, `ngRepeat` then makes the corresponding changes to the DOM: + * + * * When an item is added, a new instance of the template is added to the DOM. + * * When an item is removed, its template instance is removed from the DOM. + * * When items are reordered, their respective templates are reordered in the DOM. + * + * To minimize creation of DOM elements, `ngRepeat` uses a function + * to "keep track" of all items in the collection and their corresponding DOM elements. + * For example, if an item is added to the collection, `ngRepeat` will know that all other items + * already have DOM elements, and will not re-render them. + * + * The default tracking function (which tracks items by their identity) does not allow + * duplicate items in arrays. This is because when there are duplicates, it is not possible + * to maintain a one-to-one mapping between collection items and DOM elements. + * + * If you do need to repeat duplicate items, you can substitute the default tracking behavior + * with your own using the `track by` expression. + * + * For example, you may track items by the index of each item in the collection, using the + * special scope property `$index`: + * ```html + *
    + * {{n}} + *
    + * ``` + * + * You may also use arbitrary expressions in `track by`, including references to custom functions + * on the scope: + * ```html + *
    + * {{n}} + *
    + * ``` + * + *
    + * If you are working with objects that have a unique identifier property, you should track + * by this identifier instead of the object instance. Should you reload your data later, `ngRepeat` + * will not have to rebuild the DOM elements for items it has already rendered, even if the + * JavaScript objects in the collection have been substituted for new ones. For large collections, + * this significantly improves rendering performance. If you don't have a unique identifier, + * `track by $index` can also provide a performance boost. + *
    + * + * ```html + *
    + * {{model.name}} + *
    + * ``` + * + *
    + *
    + * Avoid using `track by $index` when the repeated template contains + * {@link guide/expression#one-time-binding one-time bindings}. In such cases, the `nth` DOM + * element will always be matched with the `nth` item of the array, so the bindings on that element + * will not be updated even when the corresponding item changes, essentially causing the view to get + * out-of-sync with the underlying data. + *
    + * + * When no `track by` expression is provided, it is equivalent to tracking by the built-in + * `$id` function, which tracks items by their identity: + * ```html + *
    + * {{obj.prop}} + *
    + * ``` + * + *
    + *
    + * **Note:** `track by` must always be the last expression: + *
    + * ``` + *
    + * {{model.name}} + *
    + * ``` + * + * + * ## Special repeat start and end points + * To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending + * the range of the repeater by defining explicit start and end points by using **ng-repeat-start** and **ng-repeat-end** respectively. + * The **ng-repeat-start** directive works the same as **ng-repeat**, but will repeat all the HTML code (including the tag it's defined on) + * up to and including the ending HTML tag where **ng-repeat-end** is placed. + * + * The example below makes use of this feature: + * ```html + *
    + * Header {{ item }} + *
    + *
    + * Body {{ item }} + *
    + *
    + * Footer {{ item }} + *
    + * ``` + * + * And with an input of {@type ['A','B']} for the items variable in the example above, the output will evaluate to: + * ```html + *
    + * Header A + *
    + *
    + * Body A + *
    + *
    + * Footer A + *
    + *
    + * Header B + *
    + *
    + * Body B + *
    + *
    + * Footer B + *
    + * ``` + * + * The custom start and end points for ngRepeat also support all other HTML directive syntax flavors provided in AngularJS (such + * as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**). + * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | when a new item is added to the list or when an item is revealed after a filter | + * | {@link ng.$animate#leave leave} | when an item is removed from the list or when an item is filtered out | + * | {@link ng.$animate#move move } | when an adjacent item is filtered out causing a reorder or when the item contents are reordered | + * + * See the example below for defining CSS animations with ngRepeat. + * + * @element ANY + * @scope + * @priority 1000 + * @param {repeat_expression} ngRepeat The expression indicating how to enumerate a collection. These + * formats are currently supported: + * + * * `variable in expression` – where variable is the user defined loop variable and `expression` + * is a scope expression giving the collection to enumerate. + * + * For example: `album in artist.albums`. + * + * * `(key, value) in expression` – where `key` and `value` can be any user defined identifiers, + * and `expression` is the scope expression giving the collection to enumerate. + * + * For example: `(name, age) in {'adam':10, 'amalie':12}`. + * + * * `variable in expression track by tracking_expression` – You can also provide an optional tracking expression + * which can be used to associate the objects in the collection with the DOM elements. If no tracking expression + * is specified, ng-repeat associates elements by identity. It is an error to have + * more than one tracking expression value resolve to the same key. (This would mean that two distinct objects are + * mapped to the same DOM element, which is not possible.) + * + *
    + * Note: the `track by` expression must come last - after any filters, and the alias expression. + *
    + * + * For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements + * will be associated by item identity in the array. + * + * For example: `item in items track by $id(item)`. A built in `$id()` function can be used to assign a unique + * `$$hashKey` property to each item in the array. This property is then used as a key to associated DOM elements + * with the corresponding item in the array by identity. Moving the same object in array would move the DOM + * element in the same way in the DOM. + * + * For example: `item in items track by item.id` is a typical pattern when the items come from the database. In this + * case the object identity does not matter. Two objects are considered equivalent as long as their `id` + * property is same. + * + * For example: `item in items | filter:searchText track by item.id` is a pattern that might be used to apply a filter + * to items in conjunction with a tracking expression. + * + * * `variable in expression as alias_expression` – You can also provide an optional alias expression which will then store the + * intermediate results of the repeater after the filters have been applied. Typically this is used to render a special message + * when a filter is active on the repeater, but the filtered result set is empty. + * + * For example: `item in items | filter:x as results` will store the fragment of the repeated items as `results`, but only after + * the items have been processed through the filter. + * + * Please note that `as [variable name] is not an operator but rather a part of ngRepeat micro-syntax so it can be used only at the end + * (and not as operator, inside an expression). + * + * For example: `item in items | filter : x | orderBy : order | limitTo : limit as results` . + * + * @example + * This example uses `ngRepeat` to display a list of people. A filter is used to restrict the displayed + * results by name or by age. New (entering) and removed (leaving) items are animated. + + +
    + I have {{friends.length}} friends. They are: + +
      +
    • + [{{$index + 1}}] {{friend.name}} who is {{friend.age}} years old. +
    • +
    • + No results found... +
    • +
    +
    +
    + + angular.module('ngRepeat', ['ngAnimate']).controller('repeatController', function($scope) { + $scope.friends = [ + {name:'John', age:25, gender:'boy'}, + {name:'Jessie', age:30, gender:'girl'}, + {name:'Johanna', age:28, gender:'girl'}, + {name:'Joy', age:15, gender:'girl'}, + {name:'Mary', age:28, gender:'girl'}, + {name:'Peter', age:95, gender:'boy'}, + {name:'Sebastian', age:50, gender:'boy'}, + {name:'Erika', age:27, gender:'girl'}, + {name:'Patrick', age:40, gender:'boy'}, + {name:'Samantha', age:60, gender:'girl'} + ]; + }); + + + .example-animate-container { + background:white; + border:1px solid black; + list-style:none; + margin:0; + padding:0 10px; + } + + .animate-repeat { + line-height:30px; + list-style:none; + box-sizing:border-box; + } + + .animate-repeat.ng-move, + .animate-repeat.ng-enter, + .animate-repeat.ng-leave { + transition:all linear 0.5s; + } + + .animate-repeat.ng-leave.ng-leave-active, + .animate-repeat.ng-move, + .animate-repeat.ng-enter { + opacity:0; + max-height:0; + } + + .animate-repeat.ng-leave, + .animate-repeat.ng-move.ng-move-active, + .animate-repeat.ng-enter.ng-enter-active { + opacity:1; + max-height:30px; + } + + + var friends = element.all(by.repeater('friend in friends')); + + it('should render initial data set', function() { + expect(friends.count()).toBe(10); + expect(friends.get(0).getText()).toEqual('[1] John who is 25 years old.'); + expect(friends.get(1).getText()).toEqual('[2] Jessie who is 30 years old.'); + expect(friends.last().getText()).toEqual('[10] Samantha who is 60 years old.'); + expect(element(by.binding('friends.length')).getText()) + .toMatch("I have 10 friends. They are:"); + }); + + it('should update repeater when filter predicate changes', function() { + expect(friends.count()).toBe(10); + + element(by.model('q')).sendKeys('ma'); + + expect(friends.count()).toBe(2); + expect(friends.get(0).getText()).toEqual('[1] Mary who is 28 years old.'); + expect(friends.last().getText()).toEqual('[2] Samantha who is 60 years old.'); + }); - - var friends = element.all(by.repeater('friend in friends')); - - it('should render initial data set', function() { - expect(friends.count()).toBe(10); - expect(friends.get(0).getText()).toEqual('[1] John who is 25 years old.'); - expect(friends.get(1).getText()).toEqual('[2] Jessie who is 30 years old.'); - expect(friends.last().getText()).toEqual('[10] Samantha who is 60 years old.'); - expect(element(by.binding('friends.length')).getText()) - .toMatch("I have 10 friends. They are:"); - }); - - it('should update repeater when filter predicate changes', function() { - expect(friends.count()).toBe(10); - - element(by.model('q')).sendKeys('ma'); - - expect(friends.count()).toBe(2); - expect(friends.get(0).getText()).toEqual('[1] Mary who is 28 years old.'); - expect(friends.last().getText()).toEqual('[2] Samantha who is 60 years old.'); - }); - -
    - */ - var ngRepeatDirective = ['$parse', '$animate', '$compile', function ($parse, $animate, $compile) { - var NG_REMOVED = '$$NG_REMOVED'; - var ngRepeatMinErr = minErr('ngRepeat'); - - var updateScope = function updateScope(scope, index, valueIdentifier, value, keyIdentifier, key, arrayLength) { - // TODO(perf): generate setters to shave off ~40ms or 1-1.5% - scope[valueIdentifier] = value; - if (keyIdentifier) scope[keyIdentifier] = key; - scope.$index = index; - scope.$first = index === 0; - scope.$last = index === arrayLength - 1; - scope.$middle = !(scope.$first || scope.$last); - // eslint-disable-next-line no-bitwise - scope.$odd = !(scope.$even = (index & 1) === 0); - }; + + */ +var ngRepeatDirective = ['$parse', '$animate', '$compile', function($parse, $animate, $compile) { + var NG_REMOVED = '$$NG_REMOVED'; + var ngRepeatMinErr = minErr('ngRepeat'); + + var updateScope = function(scope, index, valueIdentifier, value, keyIdentifier, key, arrayLength) { + // TODO(perf): generate setters to shave off ~40ms or 1-1.5% + scope[valueIdentifier] = value; + if (keyIdentifier) scope[keyIdentifier] = key; + scope.$index = index; + scope.$first = (index === 0); + scope.$last = (index === (arrayLength - 1)); + scope.$middle = !(scope.$first || scope.$last); + // eslint-disable-next-line no-bitwise + scope.$odd = !(scope.$even = (index & 1) === 0); + }; - var getBlockStart = function getBlockStart(block) { - return block.clone[0]; - }; + var getBlockStart = function(block) { + return block.clone[0]; + }; - var getBlockEnd = function getBlockEnd(block) { - return block.clone[block.clone.length - 1]; - }; + var getBlockEnd = function(block) { + return block.clone[block.clone.length - 1]; + }; - return { - restrict: 'A', - multiElement: true, - transclude: 'element', - priority: 1000, - terminal: true, - $$tlb: true, - compile: function ngRepeatCompile($element, $attr) { - var expression = $attr.ngRepeat; - var ngRepeatEndComment = $compile.$$createComment('end ngRepeat', expression); - var match = expression.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/); + return { + restrict: 'A', + multiElement: true, + transclude: 'element', + priority: 1000, + terminal: true, + $$tlb: true, + compile: function ngRepeatCompile($element, $attr) { + var expression = $attr.ngRepeat; + var ngRepeatEndComment = $compile.$$createComment('end ngRepeat', expression); - if (!match) { - throw ngRepeatMinErr('iexp', 'Expected expression in form of \'_item_ in _collection_[ track by _id_]\' but got \'{0}\'.', expression); - } + var match = expression.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/); - var lhs = match[1]; - var rhs = match[2]; - var aliasAs = match[3]; - var trackByExp = match[4]; + if (!match) { + throw ngRepeatMinErr('iexp', 'Expected expression in form of \'_item_ in _collection_[ track by _id_]\' but got \'{0}\'.', + expression); + } - match = lhs.match(/^(?:(\s*[$\w]+)|\(\s*([$\w]+)\s*,\s*([$\w]+)\s*\))$/); + var lhs = match[1]; + var rhs = match[2]; + var aliasAs = match[3]; + var trackByExp = match[4]; - if (!match) { - throw ngRepeatMinErr('iidexp', '\'_item_\' in \'_item_ in _collection_\' should be an identifier or \'(_key_, _value_)\' expression, but got \'{0}\'.', lhs); - } - var valueIdentifier = match[3] || match[1]; - var keyIdentifier = match[2]; + match = lhs.match(/^(?:(\s*[$\w]+)|\(\s*([$\w]+)\s*,\s*([$\w]+)\s*\))$/); - if (aliasAs && (!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(aliasAs) || /^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(aliasAs))) { - throw ngRepeatMinErr('badident', 'alias \'{0}\' is invalid --- must be a valid JS identifier which is not a reserved name.', aliasAs); - } + if (!match) { + throw ngRepeatMinErr('iidexp', '\'_item_\' in \'_item_ in _collection_\' should be an identifier or \'(_key_, _value_)\' expression, but got \'{0}\'.', + lhs); + } + var valueIdentifier = match[3] || match[1]; + var keyIdentifier = match[2]; - var trackByExpGetter, trackByIdExpFn, trackByIdArrayFn, trackByIdObjFn; - var hashFnLocals = { $id: hashKey }; + if (aliasAs && (!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(aliasAs) || + /^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(aliasAs))) { + throw ngRepeatMinErr('badident', 'alias \'{0}\' is invalid --- must be a valid JS identifier which is not a reserved name.', + aliasAs); + } - if (trackByExp) { - trackByExpGetter = $parse(trackByExp); - } else { - trackByIdArrayFn = function trackByIdArrayFn(key, value) { - return hashKey(value); - }; - trackByIdObjFn = function trackByIdObjFn(key) { - return key; + var trackByExpGetter, trackByIdExpFn, trackByIdArrayFn, trackByIdObjFn; + var hashFnLocals = {$id: hashKey}; + + if (trackByExp) { + trackByExpGetter = $parse(trackByExp); + } else { + trackByIdArrayFn = function(key, value) { + return hashKey(value); + }; + trackByIdObjFn = function(key) { + return key; + }; + } + + return function ngRepeatLink($scope, $element, $attr, ctrl, $transclude) { + + if (trackByExpGetter) { + trackByIdExpFn = function(key, value, index) { + // assign key, value, and $index to the locals so that they can be used in hash functions + if (keyIdentifier) hashFnLocals[keyIdentifier] = key; + hashFnLocals[valueIdentifier] = value; + hashFnLocals.$index = index; + return trackByExpGetter($scope, hashFnLocals); }; } - return function ngRepeatLink($scope, $element, $attr, ctrl, $transclude) { - - if (trackByExpGetter) { - trackByIdExpFn = function trackByIdExpFn(key, value, index) { - // assign key, value, and $index to the locals so that they can be used in hash functions - if (keyIdentifier) hashFnLocals[keyIdentifier] = key; - hashFnLocals[valueIdentifier] = value; - hashFnLocals.$index = index; - return trackByExpGetter($scope, hashFnLocals); - }; + // Store a list of elements from previous run. This is a hash where key is the item from the + // iterator, and the value is objects with following properties. + // - scope: bound scope + // - clone: previous element. + // - index: position + // + // We are using no-proto object so that we don't need to guard against inherited props via + // hasOwnProperty. + var lastBlockMap = createMap(); + + //watch props + $scope.$watchCollection(rhs, function ngRepeatAction(collection) { + var index, length, + previousNode = $element[0], // node that cloned nodes should be inserted after + // initialized to the comment node anchor + nextNode, + // Same as lastBlockMap but it has the current state. It will become the + // lastBlockMap on the next iteration. + nextBlockMap = createMap(), + collectionLength, + key, value, // key/value of iteration + trackById, + trackByIdFn, + collectionKeys, + block, // last object information {scope, element, id} + nextBlockOrder, + elementsToRemove; + + if (aliasAs) { + $scope[aliasAs] = collection; } - // Store a list of elements from previous run. This is a hash where key is the item from the - // iterator, and the value is objects with following properties. - // - scope: bound scope - // - clone: previous element. - // - index: position - // - // We are using no-proto object so that we don't need to guard against inherited props via - // hasOwnProperty. - var lastBlockMap = createMap(); - - //watch props - $scope.$watchCollection(rhs, function ngRepeatAction(collection) { - var index, - length, - previousNode = $element[0], - // node that cloned nodes should be inserted after - // initialized to the comment node anchor - nextNode, - - // Same as lastBlockMap but it has the current state. It will become the - // lastBlockMap on the next iteration. - nextBlockMap = createMap(), - collectionLength, - key, - value, - // key/value of iteration - trackById, - trackByIdFn, - collectionKeys, - block, - // last object information {scope, element, id} - nextBlockOrder, - elementsToRemove; - - if (aliasAs) { - $scope[aliasAs] = collection; + if (isArrayLike(collection)) { + collectionKeys = collection; + trackByIdFn = trackByIdExpFn || trackByIdArrayFn; + } else { + trackByIdFn = trackByIdExpFn || trackByIdObjFn; + // if object, extract keys, in enumeration order, unsorted + collectionKeys = []; + for (var itemKey in collection) { + if (hasOwnProperty.call(collection, itemKey) && itemKey.charAt(0) !== '$') { + collectionKeys.push(itemKey); + } } + } - if (isArrayLike(collection)) { - collectionKeys = collection; - trackByIdFn = trackByIdExpFn || trackByIdArrayFn; + collectionLength = collectionKeys.length; + nextBlockOrder = new Array(collectionLength); + + // locate existing items + for (index = 0; index < collectionLength; index++) { + key = (collection === collectionKeys) ? index : collectionKeys[index]; + value = collection[key]; + trackById = trackByIdFn(key, value, index); + if (lastBlockMap[trackById]) { + // found previously seen block + block = lastBlockMap[trackById]; + delete lastBlockMap[trackById]; + nextBlockMap[trackById] = block; + nextBlockOrder[index] = block; + } else if (nextBlockMap[trackById]) { + // if collision detected. restore lastBlockMap and throw an error + forEach(nextBlockOrder, function(block) { + if (block && block.scope) lastBlockMap[block.id] = block; + }); + throw ngRepeatMinErr('dupes', + 'Duplicates in a repeater are not allowed. Use \'track by\' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}', + expression, trackById, value); } else { - trackByIdFn = trackByIdExpFn || trackByIdObjFn; - // if object, extract keys, in enumeration order, unsorted - collectionKeys = []; - for (var itemKey in collection) { - if (hasOwnProperty.call(collection, itemKey) && itemKey.charAt(0) !== '$') { - collectionKeys.push(itemKey); - } - } + // new never before seen block + nextBlockOrder[index] = {id: trackById, scope: undefined, clone: undefined}; + nextBlockMap[trackById] = true; } + } - collectionLength = collectionKeys.length; - nextBlockOrder = new Array(collectionLength); - - // locate existing items - for (index = 0; index < collectionLength; index++) { - key = collection === collectionKeys ? index : collectionKeys[index]; - value = collection[key]; - trackById = trackByIdFn(key, value, index); - if (lastBlockMap[trackById]) { - // found previously seen block - block = lastBlockMap[trackById]; - delete lastBlockMap[trackById]; - nextBlockMap[trackById] = block; - nextBlockOrder[index] = block; - } else if (nextBlockMap[trackById]) { - // if collision detected. restore lastBlockMap and throw an error - forEach(nextBlockOrder, function (block) { - if (block && block.scope) lastBlockMap[block.id] = block; - }); - throw ngRepeatMinErr('dupes', 'Duplicates in a repeater are not allowed. Use \'track by\' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}', expression, trackById, value); - } else { - // new never before seen block - nextBlockOrder[index] = { id: trackById, scope: undefined, clone: undefined }; - nextBlockMap[trackById] = true; + // remove leftover items + for (var blockKey in lastBlockMap) { + block = lastBlockMap[blockKey]; + elementsToRemove = getBlockNodes(block.clone); + $animate.leave(elementsToRemove); + if (elementsToRemove[0].parentNode) { + // if the element was not removed yet because of pending animation, mark it as deleted + // so that we can ignore it later + for (index = 0, length = elementsToRemove.length; index < length; index++) { + elementsToRemove[index][NG_REMOVED] = true; } } + block.scope.$destroy(); + } - // remove leftover items - for (var blockKey in lastBlockMap) { - block = lastBlockMap[blockKey]; - elementsToRemove = getBlockNodes(block.clone); - $animate.leave(elementsToRemove); - if (elementsToRemove[0].parentNode) { - // if the element was not removed yet because of pending animation, mark it as deleted - // so that we can ignore it later - for (index = 0, length = elementsToRemove.length; index < length; index++) { - elementsToRemove[index][NG_REMOVED] = true; - } + // we are not using forEach for perf reasons (trying to avoid #call) + for (index = 0; index < collectionLength; index++) { + key = (collection === collectionKeys) ? index : collectionKeys[index]; + value = collection[key]; + block = nextBlockOrder[index]; + + if (block.scope) { + // if we have already seen this object, then we need to reuse the + // associated scope/element + + nextNode = previousNode; + + // skip nodes that are already pending removal via leave animation + do { + nextNode = nextNode.nextSibling; + } while (nextNode && nextNode[NG_REMOVED]); + + if (getBlockStart(block) !== nextNode) { + // existing item which got moved + $animate.move(getBlockNodes(block.clone), null, previousNode); } - block.scope.$destroy(); + previousNode = getBlockEnd(block); + updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); + } else { + // new item which we don't know about + $transclude(function ngRepeatTransclude(clone, scope) { + block.scope = scope; + // http://jsperf.com/clone-vs-createcomment + var endNode = ngRepeatEndComment.cloneNode(false); + clone[clone.length++] = endNode; + + $animate.enter(clone, null, previousNode); + previousNode = endNode; + // Note: We only need the first/last node of the cloned nodes. + // However, we need to keep the reference to the jqlite wrapper as it might be changed later + // by a directive with templateUrl when its template arrives. + block.clone = clone; + nextBlockMap[block.id] = block; + updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); + }); } + } + lastBlockMap = nextBlockMap; + }); + }; + } + }; +}]; - // we are not using forEach for perf reasons (trying to avoid #call) - for (index = 0; index < collectionLength; index++) { - key = collection === collectionKeys ? index : collectionKeys[index]; - value = collection[key]; - block = nextBlockOrder[index]; +var NG_HIDE_CLASS = 'ng-hide'; +var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate'; +/** + * @ngdoc directive + * @name ngShow + * @multiElement + * + * @description + * The `ngShow` directive shows or hides the given HTML element based on the expression provided to + * the `ngShow` attribute. + * + * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. + * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an + * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see + * {@link ng.directive:ngCsp ngCsp}). + * + * ```html + * + *
    + * + * + *
    + * ``` + * + * When the `ngShow` expression evaluates to a falsy value then the `.ng-hide` CSS class is added + * to the class attribute on the element causing it to become hidden. When truthy, the `.ng-hide` + * CSS class is removed from the element causing the element not to appear hidden. + * + * ## Why is `!important` used? + * + * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the + * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as + * simple as changing the display style on a HTML list item would make hidden elements appear + * visible. This also becomes a bigger issue when dealing with CSS frameworks. + * + * By using `!important`, the show and hide behavior will work as expected despite any clash between + * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a + * developer chooses to override the styling to change how to hide an element then it is just a + * matter of using `!important` in their own CSS code. + * + * ### Overriding `.ng-hide` + * + * By default, the `.ng-hide` class will style the element with `display: none !important`. If you + * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for + * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually + * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. + * + * ```css + * .ng-hide:not(.ng-hide-animate) { + * /* These are just alternative ways of hiding an element */ + * display: block!important; + * position: absolute; + * top: -9999px; + * left: -9999px; + * } + * ``` + * + * By default you don't need to override anything in CSS and the animations will work around the + * display style. + * + * @animations + * | Animation | Occurs | + * |-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------| + * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngShow` expression evaluates to a non truthy value and just before the contents are set to hidden. | + * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngShow` expression evaluates to a truthy value and just before contents are set to visible. | + * + * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the + * directive expression is true and false. This system works like the animation system present with + * `ngClass` except that you must also include the `!important` flag to override the display + * property so that the elements are not actually hidden during the animation. + * + * ```css + * /* A working example can be found at the bottom of this page. */ + * .my-element.ng-hide-add, .my-element.ng-hide-remove { + * transition: all 0.5s linear; + * } + * + * .my-element.ng-hide-add { ... } + * .my-element.ng-hide-add.ng-hide-add-active { ... } + * .my-element.ng-hide-remove { ... } + * .my-element.ng-hide-remove.ng-hide-remove-active { ... } + * ``` + * + * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property + * to block during animation states - ngAnimate will automatically handle the style toggling for you. + * + * @element ANY + * @param {expression} ngShow If the {@link guide/expression expression} is truthy/falsy then the + * element is shown/hidden respectively. + * + * @example + * A simple example, animating the element's opacity: + * + + + Show:
    +
    + I show up when your checkbox is checked. +
    +
    + + .animate-show-hide.ng-hide { + opacity: 0; + } - if (block.scope) { - // if we have already seen this object, then we need to reuse the - // associated scope/element + .animate-show-hide.ng-hide-add, + .animate-show-hide.ng-hide-remove { + transition: all linear 0.5s; + } - nextNode = previousNode; + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngShow', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); - // skip nodes that are already pending removal via leave animation - do { - nextNode = nextNode.nextSibling; - } while (nextNode && nextNode[NG_REMOVED]); + expect(checkElem.isDisplayed()).toBe(false); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(true); + }); + +
    + * + *
    + * @example + * A more complex example, featuring different show/hide animations: + * + + + Show:
    +
    + I show up when your checkbox is checked. +
    +
    + + body { + overflow: hidden; + perspective: 1000px; + } - if (getBlockStart(block) !== nextNode) { - // existing item which got moved - $animate.move(getBlockNodes(block.clone), null, previousNode); - } - previousNode = getBlockEnd(block); - updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); - } else { - // new item which we don't know about - $transclude(function ngRepeatTransclude(clone, scope) { - block.scope = scope; - // http://jsperf.com/clone-vs-createcomment - var endNode = ngRepeatEndComment.cloneNode(false); - clone[clone.length++] = endNode; - - $animate.enter(clone, null, previousNode); - previousNode = endNode; - // Note: We only need the first/last node of the cloned nodes. - // However, we need to keep the reference to the jqlite wrapper as it might be changed later - // by a directive with templateUrl when its template arrives. - block.clone = clone; - nextBlockMap[block.id] = block; - updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); - }); - } - } - lastBlockMap = nextBlockMap; - }); - }; + .funky-show-hide.ng-hide-add { + transform: rotateZ(0); + transform-origin: right; + transition: all 0.5s ease-in-out; } - }; - }]; - var NG_HIDE_CLASS = 'ng-hide'; - var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate'; - /** - * @ngdoc directive - * @name ngShow - * @multiElement - * - * @description - * The `ngShow` directive shows or hides the given HTML element based on the expression provided to - * the `ngShow` attribute. - * - * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. - * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an - * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see - * {@link ng.directive:ngCsp ngCsp}). - * - * ```html - * - *
    - * - * - *
    - * ``` - * - * When the `ngShow` expression evaluates to a falsy value then the `.ng-hide` CSS class is added - * to the class attribute on the element causing it to become hidden. When truthy, the `.ng-hide` - * CSS class is removed from the element causing the element not to appear hidden. - * - * ## Why is `!important` used? - * - * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the - * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as - * simple as changing the display style on a HTML list item would make hidden elements appear - * visible. This also becomes a bigger issue when dealing with CSS frameworks. - * - * By using `!important`, the show and hide behavior will work as expected despite any clash between - * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a - * developer chooses to override the styling to change how to hide an element then it is just a - * matter of using `!important` in their own CSS code. - * - * ### Overriding `.ng-hide` - * - * By default, the `.ng-hide` class will style the element with `display: none !important`. If you - * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for - * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually - * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. - * - * ```css - * .ng-hide:not(.ng-hide-animate) { - * /* These are just alternative ways of hiding an element */ - * display: block!important; - * position: absolute; - * top: -9999px; - * left: -9999px; - * } - * ``` - * - * By default you don't need to override anything in CSS and the animations will work around the - * display style. - * - * @animations - * | Animation | Occurs | - * |-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------| - * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngShow` expression evaluates to a non truthy value and just before the contents are set to hidden. | - * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngShow` expression evaluates to a truthy value and just before contents are set to visible. | - * - * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the - * directive expression is true and false. This system works like the animation system present with - * `ngClass` except that you must also include the `!important` flag to override the display - * property so that the elements are not actually hidden during the animation. - * - * ```css - * /* A working example can be found at the bottom of this page. */ - * .my-element.ng-hide-add, .my-element.ng-hide-remove { - * transition: all 0.5s linear; - * } - * - * .my-element.ng-hide-add { ... } - * .my-element.ng-hide-add.ng-hide-add-active { ... } - * .my-element.ng-hide-remove { ... } - * .my-element.ng-hide-remove.ng-hide-remove-active { ... } - * ``` - * - * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property - * to block during animation states - ngAnimate will automatically handle the style toggling for you. - * - * @element ANY - * @param {expression} ngShow If the {@link guide/expression expression} is truthy/falsy then the - * element is shown/hidden respectively. - * - * @example - * A simple example, animating the element's opacity: - * - - - Show:
    -
    - I show up when your checkbox is checked. -
    -
    - - .animate-show-hide.ng-hide { - opacity: 0; - } - - .animate-show-hide.ng-hide-add, - .animate-show-hide.ng-hide-remove { - transition: all linear 0.5s; - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngShow', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(false); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(true); - }); - -
    - * - *
    - * @example - * A more complex example, featuring different show/hide animations: - * - - - Show:
    -
    - I show up when your checkbox is checked. -
    -
    - - body { - overflow: hidden; - perspective: 1000px; - } - - .funky-show-hide.ng-hide-add { - transform: rotateZ(0); - transform-origin: right; - transition: all 0.5s ease-in-out; - } - - .funky-show-hide.ng-hide-add.ng-hide-add-active { - transform: rotateZ(-135deg); - } - - .funky-show-hide.ng-hide-remove { - transform: rotateY(90deg); - transform-origin: left; - transition: all 0.5s ease; - } - - .funky-show-hide.ng-hide-remove.ng-hide-remove-active { - transform: rotateY(0); - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngShow', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(false); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(true); - }); - -
    - */ - var ngShowDirective = ['$animate', function ($animate) { - return { - restrict: 'A', - multiElement: true, - link: function link(scope, element, attr) { - scope.$watch(attr.ngShow, function ngShowWatchAction(value) { - // we're adding a temporary, animation-specific class for ng-hide since this way - // we can control when the element is actually displayed on screen without having - // to have a global/greedy CSS selector that breaks when other animations are run. - // Read: https://github.com/angular/angular.js/issues/9103#issuecomment-58335845 - $animate[value ? 'removeClass' : 'addClass'](element, NG_HIDE_CLASS, { - tempClasses: NG_HIDE_IN_PROGRESS_CLASS - }); - }); + .funky-show-hide.ng-hide-add.ng-hide-add-active { + transform: rotateZ(-135deg); } - }; - }]; - /** - * @ngdoc directive - * @name ngHide - * @multiElement - * - * @description - * The `ngHide` directive shows or hides the given HTML element based on the expression provided to - * the `ngHide` attribute. - * - * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. - * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an - * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see - * {@link ng.directive:ngCsp ngCsp}). - * - * ```html - * - *
    - * - * - *
    - * ``` - * - * When the `ngHide` expression evaluates to a truthy value then the `.ng-hide` CSS class is added - * to the class attribute on the element causing it to become hidden. When falsy, the `.ng-hide` - * CSS class is removed from the element causing the element not to appear hidden. - * - * ## Why is `!important` used? - * - * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the - * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as - * simple as changing the display style on a HTML list item would make hidden elements appear - * visible. This also becomes a bigger issue when dealing with CSS frameworks. - * - * By using `!important`, the show and hide behavior will work as expected despite any clash between - * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a - * developer chooses to override the styling to change how to hide an element then it is just a - * matter of using `!important` in their own CSS code. - * - * ### Overriding `.ng-hide` - * - * By default, the `.ng-hide` class will style the element with `display: none !important`. If you - * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for - * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually - * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. - * - * ```css - * .ng-hide:not(.ng-hide-animate) { - * /* These are just alternative ways of hiding an element */ - * display: block!important; - * position: absolute; - * top: -9999px; - * left: -9999px; - * } - * ``` - * - * By default you don't need to override in CSS anything and the animations will work around the - * display style. - * - * @animations - * | Animation | Occurs | - * |-----------------------------------------------------|------------------------------------------------------------------------------------------------------------| - * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngHide` expression evaluates to a truthy value and just before the contents are set to hidden. | - * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngHide` expression evaluates to a non truthy value and just before contents are set to visible. | - * - * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the - * directive expression is true and false. This system works like the animation system present with - * `ngClass` except that you must also include the `!important` flag to override the display - * property so that the elements are not actually hidden during the animation. - * - * ```css - * /* A working example can be found at the bottom of this page. */ - * .my-element.ng-hide-add, .my-element.ng-hide-remove { - * transition: all 0.5s linear; - * } - * - * .my-element.ng-hide-add { ... } - * .my-element.ng-hide-add.ng-hide-add-active { ... } - * .my-element.ng-hide-remove { ... } - * .my-element.ng-hide-remove.ng-hide-remove-active { ... } - * ``` - * - * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property - * to block during animation states - ngAnimate will automatically handle the style toggling for you. - * - * @element ANY - * @param {expression} ngHide If the {@link guide/expression expression} is truthy/falsy then the - * element is hidden/shown respectively. - * - * @example - * A simple example, animating the element's opacity: - * - - - Hide:
    -
    - I hide when your checkbox is checked. -
    -
    - - .animate-show-hide.ng-hide { - opacity: 0; - } - - .animate-show-hide.ng-hide-add, - .animate-show-hide.ng-hide-remove { - transition: all linear 0.5s; - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngHide', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(true); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(false); - }); - -
    - * - *
    - * @example - * A more complex example, featuring different show/hide animations: - * - - - Hide:
    -
    - I hide when your checkbox is checked. -
    -
    - - body { - overflow: hidden; - perspective: 1000px; - } - - .funky-show-hide.ng-hide-add { - transform: rotateZ(0); - transform-origin: right; - transition: all 0.5s ease-in-out; - } - - .funky-show-hide.ng-hide-add.ng-hide-add-active { - transform: rotateZ(-135deg); - } - - .funky-show-hide.ng-hide-remove { - transform: rotateY(90deg); - transform-origin: left; - transition: all 0.5s ease; - } - - .funky-show-hide.ng-hide-remove.ng-hide-remove-active { - transform: rotateY(0); - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngHide', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(true); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(false); - }); - -
    - */ - var ngHideDirective = ['$animate', function ($animate) { - return { - restrict: 'A', - multiElement: true, - link: function link(scope, element, attr) { - scope.$watch(attr.ngHide, function ngHideWatchAction(value) { - // The comment inside of the ngShowDirective explains why we add and - // remove a temporary class for the show/hide animation - $animate[value ? 'addClass' : 'removeClass'](element, NG_HIDE_CLASS, { - tempClasses: NG_HIDE_IN_PROGRESS_CLASS - }); - }); + .funky-show-hide.ng-hide-remove { + transform: rotateY(90deg); + transform-origin: left; + transition: all 0.5s ease; } - }; - }]; - /** - * @ngdoc directive - * @name ngStyle - * @restrict AC - * - * @description - * The `ngStyle` directive allows you to set CSS style on an HTML element conditionally. - * - * @knownIssue - * You should not use {@link guide/interpolation interpolation} in the value of the `style` - * attribute, when using the `ngStyle` directive on the same element. - * See {@link guide/interpolation#known-issues here} for more info. - * - * @element ANY - * @param {expression} ngStyle - * - * {@link guide/expression Expression} which evals to an - * object whose keys are CSS style names and values are corresponding values for those CSS - * keys. - * - * Since some CSS style names are not valid keys for an object, they must be quoted. - * See the 'background-color' style in the example below. - * - * @example - - - - - -
    - Sample Text -
    myStyle={{myStyle}}
    -
    - - span { - color: black; - } - - - var colorSpan = element(by.css('span')); - - it('should check ng-style', function() { - expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); - element(by.css('input[value=\'set color\']')).click(); - expect(colorSpan.getCssValue('color')).toBe('rgba(255, 0, 0, 1)'); - element(by.css('input[value=clear]')).click(); - expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); - }); - -
    - */ - var ngStyleDirective = ngDirective(function (scope, element, attr) { - scope.$watch(attr.ngStyle, function ngStyleWatchAction(newStyles, oldStyles) { - if (oldStyles && newStyles !== oldStyles) { - forEach(oldStyles, function (val, style) { - element.css(style, ''); - }); + .funky-show-hide.ng-hide-remove.ng-hide-remove-active { + transform: rotateY(0); } - if (newStyles) element.css(newStyles); - }, true); - }); - /** - * @ngdoc directive - * @name ngSwitch - * @restrict EA - * - * @description - * The `ngSwitch` directive is used to conditionally swap DOM structure on your template based on a scope expression. - * Elements within `ngSwitch` but without `ngSwitchWhen` or `ngSwitchDefault` directives will be preserved at the location - * as specified in the template. - * - * The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it - * from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element - * matches the value obtained from the evaluated expression. In other words, you define a container element - * (where you place the directive), place an expression on the **`on="..."` attribute** - * (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place - * a when attribute per element. The when attribute is used to inform ngSwitch which element to display when the on - * expression is evaluated. If a matching expression is not found via a when attribute then an element with the default - * attribute is displayed. - * - *
    - * Be aware that the attribute values to match against cannot be expressions. They are interpreted - * as literal string values to match against. - * For example, **`ng-switch-when="someVal"`** will match against the string `"someVal"` not against the - * value of the expression `$scope.someVal`. - *
    - - * @animations - * | Animation | Occurs | - * |----------------------------------|-------------------------------------| - * | {@link ng.$animate#enter enter} | after the ngSwitch contents change and the matched child element is placed inside the container | - * | {@link ng.$animate#leave leave} | after the ngSwitch contents change and just before the former contents are removed from the DOM | - * - * @usage - * - * ``` - * - * ... - * ... - * ... - * - * ``` - * - * - * @scope - * @priority 1200 - * @param {*} ngSwitch|on expression to match against ng-switch-when. - * On child elements add: - * - * * `ngSwitchWhen`: the case statement to match against. If match then this - * case will be displayed. If the same match appears multiple times, all the - * elements will be displayed. It is possible to associate multiple values to - * the same `ngSwitchWhen` by defining the optional attribute - * `ngSwitchWhenSeparator`. The separator will be used to split the value of - * the `ngSwitchWhen` attribute into multiple tokens, and the element will show - * if any of the `ngSwitch` evaluates to any of these tokens. - * * `ngSwitchDefault`: the default case when no other case match. If there - * are multiple default cases, all of them will be displayed when no other - * case match. - * - * - * @example - - -
    - - selection={{selection}} -
    -
    -
    Settings Div
    -
    Home Span
    -
    default
    -
    -
    -
    - - angular.module('switchExample', ['ngAnimate']) - .controller('ExampleController', ['$scope', function($scope) { - $scope.items = ['settings', 'home', 'options', 'other']; - $scope.selection = $scope.items[0]; - }]); - - - .animate-switch-container { - position:relative; - background:white; - border:1px solid black; - height:40px; - overflow:hidden; - } - - .animate-switch { - padding:10px; - } - - .animate-switch.ng-animate { - transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; - - position:absolute; - top:0; - left:0; - right:0; - bottom:0; - } - - .animate-switch.ng-leave.ng-leave-active, - .animate-switch.ng-enter { - top:-50px; - } - .animate-switch.ng-leave, - .animate-switch.ng-enter.ng-enter-active { - top:0; - } - - - var switchElem = element(by.css('[ng-switch]')); - var select = element(by.model('selection')); - - it('should start in settings', function() { - expect(switchElem.getText()).toMatch(/Settings Div/); - }); - it('should change to home', function() { - select.all(by.css('option')).get(1).click(); - expect(switchElem.getText()).toMatch(/Home Span/); - }); - it('should change to settings via "options"', function() { - select.all(by.css('option')).get(2).click(); - expect(switchElem.getText()).toMatch(/Settings Div/); - }); - it('should select default', function() { - select.all(by.css('option')).get(3).click(); - expect(switchElem.getText()).toMatch(/default/); + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngShow', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); + + expect(checkElem.isDisplayed()).toBe(false); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(true); + }); + +
    + */ +var ngShowDirective = ['$animate', function($animate) { + return { + restrict: 'A', + multiElement: true, + link: function(scope, element, attr) { + scope.$watch(attr.ngShow, function ngShowWatchAction(value) { + // we're adding a temporary, animation-specific class for ng-hide since this way + // we can control when the element is actually displayed on screen without having + // to have a global/greedy CSS selector that breaks when other animations are run. + // Read: https://github.com/angular/angular.js/issues/9103#issuecomment-58335845 + $animate[value ? 'removeClass' : 'addClass'](element, NG_HIDE_CLASS, { + tempClasses: NG_HIDE_IN_PROGRESS_CLASS }); -
    -
    - */ - var ngSwitchDirective = ['$animate', '$compile', function ($animate, $compile) { - return { - require: 'ngSwitch', - - // asks for $scope to fool the BC controller module - controller: ['$scope', function NgSwitchController() { - this.cases = {}; - }], - link: function link(scope, element, attr, ngSwitchController) { - var watchExpr = attr.ngSwitch || attr.on, - selectedTranscludes = [], - selectedElements = [], - previousLeaveAnimations = [], - selectedScopes = []; - - var spliceFactory = function spliceFactory(array, index) { - return function (response) { - if (response !== false) array.splice(index, 1); - }; - }; + }); + } + }; +}]; - scope.$watch(watchExpr, function ngSwitchWatchAction(value) { - var i, ii; - // Start with the last, in case the array is modified during the loop - while (previousLeaveAnimations.length) { - $animate.cancel(previousLeaveAnimations.pop()); - } +/** + * @ngdoc directive + * @name ngHide + * @multiElement + * + * @description + * The `ngHide` directive shows or hides the given HTML element based on the expression provided to + * the `ngHide` attribute. + * + * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. + * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an + * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see + * {@link ng.directive:ngCsp ngCsp}). + * + * ```html + * + *
    + * + * + *
    + * ``` + * + * When the `ngHide` expression evaluates to a truthy value then the `.ng-hide` CSS class is added + * to the class attribute on the element causing it to become hidden. When falsy, the `.ng-hide` + * CSS class is removed from the element causing the element not to appear hidden. + * + * ## Why is `!important` used? + * + * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the + * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as + * simple as changing the display style on a HTML list item would make hidden elements appear + * visible. This also becomes a bigger issue when dealing with CSS frameworks. + * + * By using `!important`, the show and hide behavior will work as expected despite any clash between + * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a + * developer chooses to override the styling to change how to hide an element then it is just a + * matter of using `!important` in their own CSS code. + * + * ### Overriding `.ng-hide` + * + * By default, the `.ng-hide` class will style the element with `display: none !important`. If you + * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for + * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually + * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. + * + * ```css + * .ng-hide:not(.ng-hide-animate) { + * /* These are just alternative ways of hiding an element */ + * display: block!important; + * position: absolute; + * top: -9999px; + * left: -9999px; + * } + * ``` + * + * By default you don't need to override in CSS anything and the animations will work around the + * display style. + * + * @animations + * | Animation | Occurs | + * |-----------------------------------------------------|------------------------------------------------------------------------------------------------------------| + * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngHide` expression evaluates to a truthy value and just before the contents are set to hidden. | + * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngHide` expression evaluates to a non truthy value and just before contents are set to visible. | + * + * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the + * directive expression is true and false. This system works like the animation system present with + * `ngClass` except that you must also include the `!important` flag to override the display + * property so that the elements are not actually hidden during the animation. + * + * ```css + * /* A working example can be found at the bottom of this page. */ + * .my-element.ng-hide-add, .my-element.ng-hide-remove { + * transition: all 0.5s linear; + * } + * + * .my-element.ng-hide-add { ... } + * .my-element.ng-hide-add.ng-hide-add-active { ... } + * .my-element.ng-hide-remove { ... } + * .my-element.ng-hide-remove.ng-hide-remove-active { ... } + * ``` + * + * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property + * to block during animation states - ngAnimate will automatically handle the style toggling for you. + * + * @element ANY + * @param {expression} ngHide If the {@link guide/expression expression} is truthy/falsy then the + * element is hidden/shown respectively. + * + * @example + * A simple example, animating the element's opacity: + * + + + Hide:
    +
    + I hide when your checkbox is checked. +
    +
    + + .animate-show-hide.ng-hide { + opacity: 0; + } + + .animate-show-hide.ng-hide-add, + .animate-show-hide.ng-hide-remove { + transition: all linear 0.5s; + } + + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngHide', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); + + expect(checkElem.isDisplayed()).toBe(true); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(false); + }); + +
    + * + *
    + * @example + * A more complex example, featuring different show/hide animations: + * + + + Hide:
    +
    + I hide when your checkbox is checked. +
    +
    + + body { + overflow: hidden; + perspective: 1000px; + } - for (i = 0, ii = selectedScopes.length; i < ii; ++i) { - var selected = getBlockNodes(selectedElements[i].clone); - selectedScopes[i].$destroy(); - var runner = previousLeaveAnimations[i] = $animate.leave(selected); - runner.done(spliceFactory(previousLeaveAnimations, i)); - } + .funky-show-hide.ng-hide-add { + transform: rotateZ(0); + transform-origin: right; + transition: all 0.5s ease-in-out; + } - selectedElements.length = 0; - selectedScopes.length = 0; + .funky-show-hide.ng-hide-add.ng-hide-add-active { + transform: rotateZ(-135deg); + } - if (selectedTranscludes = ngSwitchController.cases['!' + value] || ngSwitchController.cases['?']) { - forEach(selectedTranscludes, function (selectedTransclude) { - selectedTransclude.transclude(function (caseElement, selectedScope) { - selectedScopes.push(selectedScope); - var anchor = selectedTransclude.element; - caseElement[caseElement.length++] = $compile.$$createComment('end ngSwitchWhen'); - var block = { clone: caseElement }; + .funky-show-hide.ng-hide-remove { + transform: rotateY(90deg); + transform-origin: left; + transition: all 0.5s ease; + } - selectedElements.push(block); - $animate.enter(caseElement, anchor.parent(), anchor); - }); - }); - } - }); + .funky-show-hide.ng-hide-remove.ng-hide-remove-active { + transform: rotateY(0); } - }; - }]; - var ngSwitchWhenDirective = ngDirective({ - transclude: 'element', - priority: 1200, - require: '^ngSwitch', - multiElement: true, - link: function link(scope, element, attrs, ctrl, $transclude) { + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngHide', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); - var cases = attrs.ngSwitchWhen.split(attrs.ngSwitchWhenSeparator).sort().filter( - // Filter duplicate cases - function (element, index, array) { - return array[index - 1] !== element; + expect(checkElem.isDisplayed()).toBe(true); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(false); }); - - forEach(cases, function (whenCase) { - ctrl.cases['!' + whenCase] = ctrl.cases['!' + whenCase] || []; - ctrl.cases['!' + whenCase].push({ transclude: $transclude, element: element }); + +
    + */ +var ngHideDirective = ['$animate', function($animate) { + return { + restrict: 'A', + multiElement: true, + link: function(scope, element, attr) { + scope.$watch(attr.ngHide, function ngHideWatchAction(value) { + // The comment inside of the ngShowDirective explains why we add and + // remove a temporary class for the show/hide animation + $animate[value ? 'addClass' : 'removeClass'](element,NG_HIDE_CLASS, { + tempClasses: NG_HIDE_IN_PROGRESS_CLASS + }); }); } - }); + }; +}]; - var ngSwitchDefaultDirective = ngDirective({ - transclude: 'element', - priority: 1200, - require: '^ngSwitch', - multiElement: true, - link: function link(scope, element, attr, ctrl, $transclude) { - ctrl.cases['?'] = ctrl.cases['?'] || []; - ctrl.cases['?'].push({ transclude: $transclude, element: element }); +/** + * @ngdoc directive + * @name ngStyle + * @restrict AC + * + * @description + * The `ngStyle` directive allows you to set CSS style on an HTML element conditionally. + * + * @knownIssue + * You should not use {@link guide/interpolation interpolation} in the value of the `style` + * attribute, when using the `ngStyle` directive on the same element. + * See {@link guide/interpolation#known-issues here} for more info. + * + * @element ANY + * @param {expression} ngStyle + * + * {@link guide/expression Expression} which evals to an + * object whose keys are CSS style names and values are corresponding values for those CSS + * keys. + * + * Since some CSS style names are not valid keys for an object, they must be quoted. + * See the 'background-color' style in the example below. + * + * @example + + + + + +
    + Sample Text +
    myStyle={{myStyle}}
    +
    + + span { + color: black; + } + + + var colorSpan = element(by.css('span')); + + it('should check ng-style', function() { + expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); + element(by.css('input[value=\'set color\']')).click(); + expect(colorSpan.getCssValue('color')).toBe('rgba(255, 0, 0, 1)'); + element(by.css('input[value=clear]')).click(); + expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); + }); + +
    + */ +var ngStyleDirective = ngDirective(function(scope, element, attr) { + scope.$watch(attr.ngStyle, function ngStyleWatchAction(newStyles, oldStyles) { + if (oldStyles && (newStyles !== oldStyles)) { + forEach(oldStyles, function(val, style) { element.css(style, '');}); } - }); + if (newStyles) element.css(newStyles); + }, true); +}); - /** - * @ngdoc directive - * @name ngTransclude - * @restrict EAC - * - * @description - * Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion. - * - * You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name - * as the value of the `ng-transclude` or `ng-transclude-slot` attribute. - * - * If the transcluded content is not empty (i.e. contains one or more DOM nodes, including whitespace text nodes), any existing - * content of this element will be removed before the transcluded content is inserted. - * If the transcluded content is empty (or only whitespace), the existing content is left intact. This lets you provide fallback - * content in the case that no transcluded content is provided. - * - * @element ANY - * - * @param {string} ngTransclude|ngTranscludeSlot the name of the slot to insert at this point. If this is not provided, is empty - * or its value is the same as the name of the attribute then the default slot is used. - * - * @example - * ### Basic transclusion - * This example demonstrates basic transclusion of content into a component directive. - * - * - * - *
    - *
    - *
    - * {{text}} - *
    - *
    - * - * it('should have transcluded', function() { - * var titleElement = element(by.model('title')); - * titleElement.clear(); - * titleElement.sendKeys('TITLE'); - * var textElement = element(by.model('text')); - * textElement.clear(); - * textElement.sendKeys('TEXT'); - * expect(element(by.binding('title')).getText()).toEqual('TITLE'); - * expect(element(by.binding('text')).getText()).toEqual('TEXT'); - * }); - * - *
    - * - * @example - * ### Transclude fallback content - * This example shows how to use `NgTransclude` with fallback content, that - * is displayed if no transcluded content is provided. - * - * - * - * - * - * - * - * - * Button2 - * - * - * - * it('should have different transclude element content', function() { - * expect(element(by.id('fallback')).getText()).toBe('Button1'); - * expect(element(by.id('modified')).getText()).toBe('Button2'); - * }); - * - * - * - * @example - * ### Multi-slot transclusion - * This example demonstrates using multi-slot transclusion in a component directive. - * - * - * - *
    - *
    - *
    - * - * {{title}} - *

    {{text}}

    - *
    - *
    - *
    - * - * angular.module('multiSlotTranscludeExample', []) - * .directive('pane', function() { - * return { - * restrict: 'E', - * transclude: { - * 'title': '?paneTitle', - * 'body': 'paneBody', - * 'footer': '?paneFooter' - * }, - * template: '
    ' + - * '
    Fallback Title
    ' + - * '
    ' + - * '' + - * '
    ' - * }; - * }) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.title = 'Lorem Ipsum'; - * $scope.link = 'https://google.com'; - * $scope.text = 'Neque porro quisquam est qui dolorem ipsum quia dolor...'; - * }]); - *
    - * - * it('should have transcluded the title and the body', function() { - * var titleElement = element(by.model('title')); - * titleElement.clear(); - * titleElement.sendKeys('TITLE'); - * var textElement = element(by.model('text')); - * textElement.clear(); - * textElement.sendKeys('TEXT'); - * expect(element(by.css('.title')).getText()).toEqual('TITLE'); - * expect(element(by.binding('text')).getText()).toEqual('TEXT'); - * expect(element(by.css('.footer')).getText()).toEqual('Fallback Footer'); - * }); - * - *
    - */ - var ngTranscludeMinErr = minErr('ngTransclude'); - var ngTranscludeDirective = ['$compile', function ($compile) { - return { - restrict: 'EAC', - terminal: true, - compile: function ngTranscludeCompile(tElement) { +/** + * @ngdoc directive + * @name ngSwitch + * @restrict EA + * + * @description + * The `ngSwitch` directive is used to conditionally swap DOM structure on your template based on a scope expression. + * Elements within `ngSwitch` but without `ngSwitchWhen` or `ngSwitchDefault` directives will be preserved at the location + * as specified in the template. + * + * The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it + * from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element + * matches the value obtained from the evaluated expression. In other words, you define a container element + * (where you place the directive), place an expression on the **`on="..."` attribute** + * (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place + * a when attribute per element. The when attribute is used to inform ngSwitch which element to display when the on + * expression is evaluated. If a matching expression is not found via a when attribute then an element with the default + * attribute is displayed. + * + *
    + * Be aware that the attribute values to match against cannot be expressions. They are interpreted + * as literal string values to match against. + * For example, **`ng-switch-when="someVal"`** will match against the string `"someVal"` not against the + * value of the expression `$scope.someVal`. + *
    + + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | after the ngSwitch contents change and the matched child element is placed inside the container | + * | {@link ng.$animate#leave leave} | after the ngSwitch contents change and just before the former contents are removed from the DOM | + * + * @usage + * + * ``` + * + * ... + * ... + * ... + * + * ``` + * + * + * @scope + * @priority 1200 + * @param {*} ngSwitch|on expression to match against ng-switch-when. + * On child elements add: + * + * * `ngSwitchWhen`: the case statement to match against. If match then this + * case will be displayed. If the same match appears multiple times, all the + * elements will be displayed. It is possible to associate multiple values to + * the same `ngSwitchWhen` by defining the optional attribute + * `ngSwitchWhenSeparator`. The separator will be used to split the value of + * the `ngSwitchWhen` attribute into multiple tokens, and the element will show + * if any of the `ngSwitch` evaluates to any of these tokens. + * * `ngSwitchDefault`: the default case when no other case match. If there + * are multiple default cases, all of them will be displayed when no other + * case match. + * + * + * @example + + +
    + + selection={{selection}} +
    +
    +
    Settings Div
    +
    Home Span
    +
    default
    +
    +
    +
    + + angular.module('switchExample', ['ngAnimate']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.items = ['settings', 'home', 'options', 'other']; + $scope.selection = $scope.items[0]; + }]); + + + .animate-switch-container { + position:relative; + background:white; + border:1px solid black; + height:40px; + overflow:hidden; + } - // Remove and cache any original content to act as a fallback - var fallbackLinkFn = $compile(tElement.contents()); - tElement.empty(); + .animate-switch { + padding:10px; + } - return function ngTranscludePostLink($scope, $element, $attrs, controller, $transclude) { + .animate-switch.ng-animate { + transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; - if (!$transclude) { - throw ngTranscludeMinErr('orphan', 'Illegal use of ngTransclude directive in the template! ' + 'No parent directive that requires a transclusion found. ' + 'Element: {0}', startingTag($element)); - } + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + } - // If the attribute is of the form: `ng-transclude="ng-transclude"` then treat it like the default - if ($attrs.ngTransclude === $attrs.$attr.ngTransclude) { - $attrs.ngTransclude = ''; - } - var slotName = $attrs.ngTransclude || $attrs.ngTranscludeSlot; + .animate-switch.ng-leave.ng-leave-active, + .animate-switch.ng-enter { + top:-50px; + } + .animate-switch.ng-leave, + .animate-switch.ng-enter.ng-enter-active { + top:0; + } + + + var switchElem = element(by.css('[ng-switch]')); + var select = element(by.model('selection')); - // If the slot is required and no transclusion content is provided then this call will throw an error - $transclude(ngTranscludeCloneAttachFn, null, slotName); + it('should start in settings', function() { + expect(switchElem.getText()).toMatch(/Settings Div/); + }); + it('should change to home', function() { + select.all(by.css('option')).get(1).click(); + expect(switchElem.getText()).toMatch(/Home Span/); + }); + it('should change to settings via "options"', function() { + select.all(by.css('option')).get(2).click(); + expect(switchElem.getText()).toMatch(/Settings Div/); + }); + it('should select default', function() { + select.all(by.css('option')).get(3).click(); + expect(switchElem.getText()).toMatch(/default/); + }); + +
    + */ +var ngSwitchDirective = ['$animate', '$compile', function($animate, $compile) { + return { + require: 'ngSwitch', - // If the slot is optional and no transclusion content is provided then use the fallback content - if (slotName && !$transclude.isSlotFilled(slotName)) { - useFallbackContent(); - } + // asks for $scope to fool the BC controller module + controller: ['$scope', function NgSwitchController() { + this.cases = {}; + }], + link: function(scope, element, attr, ngSwitchController) { + var watchExpr = attr.ngSwitch || attr.on, + selectedTranscludes = [], + selectedElements = [], + previousLeaveAnimations = [], + selectedScopes = []; + + var spliceFactory = function(array, index) { + return function(response) { + if (response !== false) array.splice(index, 1); + }; + }; - function ngTranscludeCloneAttachFn(clone, transcludedScope) { - if (clone.length && notWhitespace(clone)) { - $element.append(clone); - } else { - useFallbackContent(); - // There is nothing linked against the transcluded scope since no content was available, - // so it should be safe to clean up the generated scope. - transcludedScope.$destroy(); - } - } + scope.$watch(watchExpr, function ngSwitchWatchAction(value) { + var i, ii; - function useFallbackContent() { - // Since this is the fallback content rather than the transcluded content, - // we link against the scope of this directive rather than the transcluded scope - fallbackLinkFn($scope, function (clone) { - $element.append(clone); - }); - } + // Start with the last, in case the array is modified during the loop + while (previousLeaveAnimations.length) { + $animate.cancel(previousLeaveAnimations.pop()); + } - function notWhitespace(nodes) { - for (var i = 0, ii = nodes.length; i < ii; i++) { - var node = nodes[i]; - if (node.nodeType !== NODE_TYPE_TEXT || node.nodeValue.trim()) { - return true; - } - } - } - }; - } - }; - }]; + for (i = 0, ii = selectedScopes.length; i < ii; ++i) { + var selected = getBlockNodes(selectedElements[i].clone); + selectedScopes[i].$destroy(); + var runner = previousLeaveAnimations[i] = $animate.leave(selected); + runner.done(spliceFactory(previousLeaveAnimations, i)); + } - /** - * @ngdoc directive - * @name script - * @restrict E - * - * @description - * Load the content of a ` - - Load inlined template -
    -
    - - it('should load template defined inside script tag', function() { - element(by.css('#tpl-link')).click(); - expect(element(by.css('#tpl-content')).getText()).toMatch(/Content of the template/); - }); - - - */ - var scriptDirective = ['$templateCache', function ($templateCache) { - return { - restrict: 'E', - terminal: true, - compile: function compile(element, attr) { - if (attr.type === 'text/ng-template') { - var templateUrl = attr.id, - text = element[0].text; + selectedElements.length = 0; + selectedScopes.length = 0; + + if ((selectedTranscludes = ngSwitchController.cases['!' + value] || ngSwitchController.cases['?'])) { + forEach(selectedTranscludes, function(selectedTransclude) { + selectedTransclude.transclude(function(caseElement, selectedScope) { + selectedScopes.push(selectedScope); + var anchor = selectedTransclude.element; + caseElement[caseElement.length++] = $compile.$$createComment('end ngSwitchWhen'); + var block = { clone: caseElement }; - $templateCache.put(templateUrl, text); + selectedElements.push(block); + $animate.enter(caseElement, anchor.parent(), anchor); + }); + }); } - } - }; - }]; + }); + } + }; +}]; - /* exported selectDirective, optionDirective */ +var ngSwitchWhenDirective = ngDirective({ + transclude: 'element', + priority: 1200, + require: '^ngSwitch', + multiElement: true, + link: function(scope, element, attrs, ctrl, $transclude) { - var noopNgModelController = { $setViewValue: noop, $render: noop }; + var cases = attrs.ngSwitchWhen.split(attrs.ngSwitchWhenSeparator).sort().filter( + // Filter duplicate cases + function(element, index, array) { return array[index - 1] !== element; } + ); - function setOptionSelectedStatus(optionEl, value) { - optionEl.prop('selected', value); - /** - * When unselecting an option, setting the property to null / false should be enough - * However, screenreaders might react to the selected attribute instead, see - * https://github.com/angular/angular.js/issues/14419 - * Note: "selected" is a boolean attr and will be removed when the "value" arg in attr() is false - * or null - */ - optionEl.attr('selected', value); + forEach(cases, function(whenCase) { + ctrl.cases['!' + whenCase] = (ctrl.cases['!' + whenCase] || []); + ctrl.cases['!' + whenCase].push({ transclude: $transclude, element: element }); + }); } +}); - /** - * @ngdoc type - * @name select.SelectController - * - * @description - * The controller for the {@link ng.select select} directive. The controller exposes - * a few utility methods that can be used to augment the behavior of a regular or an - * {@link ng.ngOptions ngOptions} select element. - * - * @example - * ### Set a custom error when the unknown option is selected - * - * This example sets a custom error "unknownValue" on the ngModelController - * when the select element's unknown option is selected, i.e. when the model is set to a value - * that is not matched by any option. - * - * - * - *
    - *
    - *
    - *
    - * - * Error: The current model doesn't match any option
    - * - *
    - *
    - *
    - *
    - * - * angular.module('staticSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.selected = null; - * - * $scope.forceUnknownOption = function() { - * $scope.selected = 'nonsense'; - * }; - * }]) - * .directive('unknownValueError', function() { - * return { - * require: ['ngModel', 'select'], - * link: function(scope, element, attrs, ctrls) { - * var ngModelCtrl = ctrls[0]; - * var selectCtrl = ctrls[1]; - * - * ngModelCtrl.$validators.unknownValue = function(modelValue, viewValue) { - * if (selectCtrl.$isUnknownOptionSelected()) { - * return false; - * } - * - * return true; - * }; - * } - * - * }; - * }); - * - *
    - * - * - * @example - * ### Set the "required" error when the unknown option is selected. - * - * By default, the "required" error on the ngModelController is only set on a required select - * when the empty option is selected. This example adds a custom directive that also sets the - * error when the unknown option is selected. - * - * - * - *
    - *
    - *
    - *
    - * Error: Please select a value
    - * - *
    - *
    - *
    - *
    - * - * angular.module('staticSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.selected = null; - * - * $scope.forceUnknownOption = function() { - * $scope.selected = 'nonsense'; - * }; - * }]) - * .directive('unknownValueRequired', function() { - * return { - * priority: 1, // This directive must run after the required directive has added its validator - * require: ['ngModel', 'select'], - * link: function(scope, element, attrs, ctrls) { - * var ngModelCtrl = ctrls[0]; - * var selectCtrl = ctrls[1]; - * - * var originalRequiredValidator = ngModelCtrl.$validators.required; - * - * ngModelCtrl.$validators.required = function() { - * if (attrs.required && selectCtrl.$isUnknownOptionSelected()) { - * return false; - * } - * - * return originalRequiredValidator.apply(this, arguments); - * }; - * } - * }; - * }); - * - * - * it('should show the error message when the unknown option is selected', function() { - - var error = element(by.className('error')); - - expect(error.getText()).toBe('Error: Please select a value'); - - element(by.cssContainingText('option', 'Option 1')).click(); - - expect(error.isPresent()).toBe(false); - - element(by.tagName('button')).click(); - - expect(error.getText()).toBe('Error: Please select a value'); - }); - * - *
    - * - * - */ - var SelectController = ['$element', '$scope', /** @this */function ($element, $scope) { +var ngSwitchDefaultDirective = ngDirective({ + transclude: 'element', + priority: 1200, + require: '^ngSwitch', + multiElement: true, + link: function(scope, element, attr, ctrl, $transclude) { + ctrl.cases['?'] = (ctrl.cases['?'] || []); + ctrl.cases['?'].push({ transclude: $transclude, element: element }); + } +}); + +/** + * @ngdoc directive + * @name ngTransclude + * @restrict EAC + * + * @description + * Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion. + * + * You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name + * as the value of the `ng-transclude` or `ng-transclude-slot` attribute. + * + * If the transcluded content is not empty (i.e. contains one or more DOM nodes, including whitespace text nodes), any existing + * content of this element will be removed before the transcluded content is inserted. + * If the transcluded content is empty (or only whitespace), the existing content is left intact. This lets you provide fallback + * content in the case that no transcluded content is provided. + * + * @element ANY + * + * @param {string} ngTransclude|ngTranscludeSlot the name of the slot to insert at this point. If this is not provided, is empty + * or its value is the same as the name of the attribute then the default slot is used. + * + * @example + * ### Basic transclusion + * This example demonstrates basic transclusion of content into a component directive. + * + * + * + *
    + *
    + *
    + * {{text}} + *
    + *
    + * + * it('should have transcluded', function() { + * var titleElement = element(by.model('title')); + * titleElement.clear(); + * titleElement.sendKeys('TITLE'); + * var textElement = element(by.model('text')); + * textElement.clear(); + * textElement.sendKeys('TEXT'); + * expect(element(by.binding('title')).getText()).toEqual('TITLE'); + * expect(element(by.binding('text')).getText()).toEqual('TEXT'); + * }); + * + *
    + * + * @example + * ### Transclude fallback content + * This example shows how to use `NgTransclude` with fallback content, that + * is displayed if no transcluded content is provided. + * + * + * + * + * + * + * + * + * Button2 + * + * + * + * it('should have different transclude element content', function() { + * expect(element(by.id('fallback')).getText()).toBe('Button1'); + * expect(element(by.id('modified')).getText()).toBe('Button2'); + * }); + * + * + * + * @example + * ### Multi-slot transclusion + * This example demonstrates using multi-slot transclusion in a component directive. + * + * + * + *
    + *
    + *
    + * + * {{title}} + *

    {{text}}

    + *
    + *
    + *
    + * + * angular.module('multiSlotTranscludeExample', []) + * .directive('pane', function() { + * return { + * restrict: 'E', + * transclude: { + * 'title': '?paneTitle', + * 'body': 'paneBody', + * 'footer': '?paneFooter' + * }, + * template: '
    ' + + * '
    Fallback Title
    ' + + * '
    ' + + * '' + + * '
    ' + * }; + * }) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.title = 'Lorem Ipsum'; + * $scope.link = 'https://google.com'; + * $scope.text = 'Neque porro quisquam est qui dolorem ipsum quia dolor...'; + * }]); + *
    + * + * it('should have transcluded the title and the body', function() { + * var titleElement = element(by.model('title')); + * titleElement.clear(); + * titleElement.sendKeys('TITLE'); + * var textElement = element(by.model('text')); + * textElement.clear(); + * textElement.sendKeys('TEXT'); + * expect(element(by.css('.title')).getText()).toEqual('TITLE'); + * expect(element(by.binding('text')).getText()).toEqual('TEXT'); + * expect(element(by.css('.footer')).getText()).toEqual('Fallback Footer'); + * }); + * + *
    + */ +var ngTranscludeMinErr = minErr('ngTransclude'); +var ngTranscludeDirective = ['$compile', function($compile) { + return { + restrict: 'EAC', + terminal: true, + compile: function ngTranscludeCompile(tElement) { - var self = this, - optionsMap = new NgMap(); + // Remove and cache any original content to act as a fallback + var fallbackLinkFn = $compile(tElement.contents()); + tElement.empty(); - self.selectValueMap = {}; // Keys are the hashed values, values the original values + return function ngTranscludePostLink($scope, $element, $attrs, controller, $transclude) { - // If the ngModel doesn't get provided then provide a dummy noop version to prevent errors - self.ngModelCtrl = noopNgModelController; - self.multiple = false; + if (!$transclude) { + throw ngTranscludeMinErr('orphan', + 'Illegal use of ngTransclude directive in the template! ' + + 'No parent directive that requires a transclusion found. ' + + 'Element: {0}', + startingTag($element)); + } - // The "unknown" option is one that is prepended to the list if the viewValue - // does not match any of the options. When it is rendered the value of the unknown - // option is '? XXX ?' where XXX is the hashKey of the value that is not known. - // - // Support: IE 9 only - // We can't just jqLite(' + * + *
    + * + * Error: The current model doesn't match any option
    + * + *
    + * + *
    + *
    + * + * angular.module('staticSelect', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.selected = null; + * + * $scope.forceUnknownOption = function() { + * $scope.selected = 'nonsense'; + * }; + * }]) + * .directive('unknownValueError', function() { + * return { + * require: ['ngModel', 'select'], + * link: function(scope, element, attrs, ctrls) { + * var ngModelCtrl = ctrls[0]; + * var selectCtrl = ctrls[1]; + * + * ngModelCtrl.$validators.unknownValue = function(modelValue, viewValue) { + * if (selectCtrl.$isUnknownOptionSelected()) { + * return false; + * } + * + * return true; + * }; + * } + * + * }; + * }); + * + *
    + * + * + * @example + * ### Set the "required" error when the unknown option is selected. + * + * By default, the "required" error on the ngModelController is only set on a required select + * when the empty option is selected. This example adds a custom directive that also sets the + * error when the unknown option is selected. + * + * + * + *
    + *
    + *
    + *
    + * Error: Please select a value
    + * + *
    + *
    + *
    + *
    + * + * angular.module('staticSelect', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.selected = null; + * + * $scope.forceUnknownOption = function() { + * $scope.selected = 'nonsense'; + * }; + * }]) + * .directive('unknownValueRequired', function() { + * return { + * priority: 1, // This directive must run after the required directive has added its validator + * require: ['ngModel', 'select'], + * link: function(scope, element, attrs, ctrls) { + * var ngModelCtrl = ctrls[0]; + * var selectCtrl = ctrls[1]; + * + * var originalRequiredValidator = ngModelCtrl.$validators.required; + * + * ngModelCtrl.$validators.required = function() { + * if (attrs.required && selectCtrl.$isUnknownOptionSelected()) { + * return false; + * } + * + * return originalRequiredValidator.apply(this, arguments); + * }; + * } + * }; + * }); + * + * + * it('should show the error message when the unknown option is selected', function() { - var hashedVal = hashKey(value); - $element.val(hashedVal in self.selectValueMap ? hashedVal : value); + var error = element(by.className('error')); - // Set selected attribute and property on selected option for screen readers - var selectedOption = $element[0].options[$element[0].selectedIndex]; - setOptionSelectedStatus(jqLite(selectedOption), true); - } else { - self.selectUnknownOrEmptyOption(value); - } - }; + expect(error.getText()).toBe('Error: Please select a value'); - // Tell the select control that an option, with the given value, has been added - self.addOption = function (value, element) { - // Skip comment nodes, as they only pollute the `optionsMap` - if (element[0].nodeType === NODE_TYPE_COMMENT) return; + element(by.cssContainingText('option', 'Option 1')).click(); - assertNotHasOwnProperty(value, '"option value"'); - if (value === '') { - self.hasEmptyOption = true; - self.emptyOption = element; - } - var count = optionsMap.get(value) || 0; - optionsMap.set(value, count + 1); - // Only render at the end of a digest. This improves render performance when many options - // are added during a digest and ensures all relevant options are correctly marked as selected - scheduleRender(); - }; + expect(error.isPresent()).toBe(false); - // Tell the select control that an option, with the given value, has been removed - self.removeOption = function (value) { - var count = optionsMap.get(value); - if (count) { - if (count === 1) { - optionsMap.delete(value); - if (value === '') { - self.hasEmptyOption = false; - self.emptyOption = undefined; - } - } else { - optionsMap.set(value, count - 1); - } - } - }; + element(by.tagName('button')).click(); - // Check whether the select control has an option matching the given value - self.hasOption = function (value) { - return !!optionsMap.get(value); - }; + expect(error.getText()).toBe('Error: Please select a value'); + }); + * + *
    + * + * + */ +var SelectController = + ['$element', '$scope', /** @this */ function($element, $scope) { - /** - * @ngdoc method - * @name select.SelectController#$hasEmptyOption - * - * @description - * - * Returns `true` if the select element currently has an empty option - * element, i.e. an option that signifies that the select is empty / the selection is null. - * - */ - self.$hasEmptyOption = function () { - return self.hasEmptyOption; - }; + var self = this, + optionsMap = new NgMap(); - /** - * @ngdoc method - * @name select.SelectController#$isUnknownOptionSelected - * - * @description - * - * Returns `true` if the select element's unknown option is selected. The unknown option is added - * and automatically selected whenever the select model doesn't match any option. - * - */ - self.$isUnknownOptionSelected = function () { - // Presence of the unknown option means it is selected - return $element[0].options[0] === self.unknownOption[0]; - }; + self.selectValueMap = {}; // Keys are the hashed values, values the original values - /** - * @ngdoc method - * @name select.SelectController#$isEmptyOptionSelected - * - * @description - * - * Returns `true` if the select element has an empty option and this empty option is currently - * selected. Returns `false` if the select element has no empty option or it is not selected. - * - */ - self.$isEmptyOptionSelected = function () { - return self.hasEmptyOption && $element[0].options[$element[0].selectedIndex] === self.emptyOption[0]; - }; + // If the ngModel doesn't get provided then provide a dummy noop version to prevent errors + self.ngModelCtrl = noopNgModelController; + self.multiple = false; - self.selectUnknownOrEmptyOption = function (value) { - if (value == null && self.emptyOption) { - self.removeUnknownOption(); - self.selectEmptyOption(); - } else if (self.unknownOption.parent().length) { - self.updateUnknownOption(value); - } else { - self.renderUnknownOption(value); - } - }; + // The "unknown" option is one that is prepended to the list if the viewValue + // does not match any of the options. When it is rendered the value of the unknown + // option is '? XXX ?' where XXX is the hashKey of the value that is not known. + // + // Support: IE 9 only + // We can't just jqLite(' - * - *
    - * - *
    - *
    - *
    - * singleSelect = {{data.singleSelect}} - * - *
    - *
    - *
    - * multipleSelect = {{data.multipleSelect}}
    - * - *
    - * - * - * angular.module('staticSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * singleSelect: null, - * multipleSelect: [], - * option1: 'option-1' - * }; - * - * $scope.forceUnknownOption = function() { - * $scope.data.singleSelect = 'nonsense'; - * }; - * }]); - * - *
    + */ + self.$hasEmptyOption = function() { + return self.hasEmptyOption; + }; + + /** + * @ngdoc method + * @name select.SelectController#$isUnknownOptionSelected * - * @example - * ### Using `ngRepeat` to generate `select` options - * - * - *
    - *
    - * - * - *
    - *
    - * model = {{data.model}}
    - *
    - *
    - * - * angular.module('ngrepeatSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * model: null, - * availableOptions: [ - * {id: '1', name: 'Option A'}, - * {id: '2', name: 'Option B'}, - * {id: '3', name: 'Option C'} - * ] - * }; - * }]); - * - *
    + * @description * - * @example - * ### Using `ngValue` to bind the model to an array of objects - * - * - *
    - *
    - * - * - *
    - *
    - *
    model = {{data.model | json}}

    - *
    - *
    - * - * angular.module('ngvalueSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * model: null, - * availableOptions: [ - {value: 'myString', name: 'string'}, - {value: 1, name: 'integer'}, - {value: true, name: 'boolean'}, - {value: null, name: 'null'}, - {value: {prop: 'value'}, name: 'object'}, - {value: ['a'], name: 'array'} - * ] - * }; - * }]); - * - *
    + * Returns `true` if the select element's unknown option is selected. The unknown option is added + * and automatically selected whenever the select model doesn't match any option. * - * @example - * ### Using `select` with `ngOptions` and setting a default value - * See the {@link ngOptions ngOptions documentation} for more `ngOptions` usage examples. - * - * - * - *
    - *
    - * - * - *
    - *
    - * option = {{data.selectedOption}}
    - *
    - *
    - * - * angular.module('defaultValueSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * availableOptions: [ - * {id: '1', name: 'Option A'}, - * {id: '2', name: 'Option B'}, - * {id: '3', name: 'Option C'} - * ], - * selectedOption: {id: '3', name: 'Option C'} //This sets the default value of the select in the ui - * }; - * }]); - * - *
    + */ + self.$isUnknownOptionSelected = function() { + // Presence of the unknown option means it is selected + return $element[0].options[0] === self.unknownOption[0]; + }; + + /** + * @ngdoc method + * @name select.SelectController#$isEmptyOptionSelected * - * @example - * ### Binding `select` to a non-string value via `ngModel` parsing / formatting + * @description * - * - * - * - * {{ model }} - * - * - * angular.module('nonStringSelect', []) - * .run(function($rootScope) { - * $rootScope.model = { id: 2 }; - * }) - * .directive('convertToNumber', function() { - * return { - * require: 'ngModel', - * link: function(scope, element, attrs, ngModel) { - * ngModel.$parsers.push(function(val) { - * return parseInt(val, 10); - * }); - * ngModel.$formatters.push(function(val) { - * return '' + val; - * }); - * } - * }; - * }); - * - * - * it('should initialize to model', function() { - * expect(element(by.model('model.id')).$('option:checked').getText()).toEqual('Two'); - * }); - * - * + * Returns `true` if the select element has an empty option and this empty option is currently + * selected. Returns `false` if the select element has no empty option or it is not selected. * */ - var selectDirective = function selectDirective() { + self.$isEmptyOptionSelected = function() { + return self.hasEmptyOption && $element[0].options[$element[0].selectedIndex] === self.emptyOption[0]; + }; - return { - restrict: 'E', - require: ['select', '?ngModel'], - controller: SelectController, - priority: 1, - link: { - pre: selectPreLink, - post: selectPostLink + self.selectUnknownOrEmptyOption = function(value) { + if (value == null && self.emptyOption) { + self.removeUnknownOption(); + self.selectEmptyOption(); + } else if (self.unknownOption.parent().length) { + self.updateUnknownOption(value); + } else { + self.renderUnknownOption(value); + } + }; + + var renderScheduled = false; + function scheduleRender() { + if (renderScheduled) return; + renderScheduled = true; + $scope.$$postDigest(function() { + renderScheduled = false; + self.ngModelCtrl.$render(); + }); + } + + var updateScheduled = false; + function scheduleViewValueUpdate(renderAfter) { + if (updateScheduled) return; + + updateScheduled = true; + + $scope.$$postDigest(function() { + if ($scope.$$destroyed) return; + + updateScheduled = false; + self.ngModelCtrl.$setViewValue(self.readValue()); + if (renderAfter) self.ngModelCtrl.$render(); + }); + } + + + self.registerOption = function(optionScope, optionElement, optionAttrs, interpolateValueFn, interpolateTextFn) { + + if (optionAttrs.$attr.ngValue) { + // The value attribute is set by ngValue + var oldVal, hashedVal = NaN; + optionAttrs.$observe('value', function valueAttributeObserveAction(newVal) { + + var removal; + var previouslySelected = optionElement.prop('selected'); + + if (isDefined(hashedVal)) { + self.removeOption(oldVal); + delete self.selectValueMap[hashedVal]; + removal = true; + } + + hashedVal = hashKey(newVal); + oldVal = newVal; + self.selectValueMap[hashedVal] = newVal; + self.addOption(newVal, optionElement); + // Set the attribute directly instead of using optionAttrs.$set - this stops the observer + // from firing a second time. Other $observers on value will also get the result of the + // ngValue expression, not the hashed value + optionElement.attr('value', hashedVal); + + if (removal && previouslySelected) { + scheduleViewValueUpdate(); + } + + }); + } else if (interpolateValueFn) { + // The value attribute is interpolated + optionAttrs.$observe('value', function valueAttributeObserveAction(newVal) { + // This method is overwritten in ngOptions and has side-effects! + self.readValue(); + + var removal; + var previouslySelected = optionElement.prop('selected'); + + if (isDefined(oldVal)) { + self.removeOption(oldVal); + removal = true; + } + oldVal = newVal; + self.addOption(newVal, optionElement); + + if (removal && previouslySelected) { + scheduleViewValueUpdate(); + } + }); + } else if (interpolateTextFn) { + // The text content is interpolated + optionScope.$watch(interpolateTextFn, function interpolateWatchAction(newVal, oldVal) { + optionAttrs.$set('value', newVal); + var previouslySelected = optionElement.prop('selected'); + if (oldVal !== newVal) { + self.removeOption(oldVal); + } + self.addOption(newVal, optionElement); + + if (oldVal && previouslySelected) { + scheduleViewValueUpdate(); + } + }); + } else { + // The value attribute is static + self.addOption(optionAttrs.value, optionElement); + } + + + optionAttrs.$observe('disabled', function(newVal) { + + // Since model updates will also select disabled options (like ngOptions), + // we only have to handle options becoming disabled, not enabled + + if (newVal === 'true' || newVal && optionElement.prop('selected')) { + if (self.multiple) { + scheduleViewValueUpdate(true); + } else { + self.ngModelCtrl.$setViewValue(null); + self.ngModelCtrl.$render(); + } } - }; + }); + + optionElement.on('$destroy', function() { + var currentValue = self.readValue(); + var removeValue = optionAttrs.value; + + self.removeOption(removeValue); + scheduleRender(); + + if (self.multiple && currentValue && currentValue.indexOf(removeValue) !== -1 || + currentValue === removeValue + ) { + // When multiple (selected) options are destroyed at the same time, we don't want + // to run a model update for each of them. Instead, run a single update in the $$postDigest + scheduleViewValueUpdate(true); + } + }); + }; +}]; + +/** + * @ngdoc directive + * @name select + * @restrict E + * + * @description + * HTML `select` element with angular data-binding. + * + * The `select` directive is used together with {@link ngModel `ngModel`} to provide data-binding + * between the scope and the `` menu is selected, the value of the selected option will be bound + * to the model identified by the `ngModel` directive. With static or repeated options, this is + * the content of the `value` attribute or the textContent of the `
    + + + + + + + + + + + + + + + + + diff --git a/chrome-extension/signmsg.html b/chrome-extension/signmsg.html deleted file mode 100644 index 97fed315c9..0000000000 --- a/chrome-extension/signmsg.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - MyEtherWallet.com - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    - - -
    - -
    - -
    - -
    - - -
    - -
    - -

    - Message -

    - - - -

    - - Include your nickname and where you use the nickname so someone else cannot use it. - - - Include a specific reason for the message so it cannot be reused for a different purpose. - -

    - -
    - - - Sign Message - - -
    -

    - Signature -

    - -
    -
    - - -
    - -
    - Signature -
    - - - - Verify Message - - -

    - {{ verifiedMsg.address }} did sign the message {{ verifiedMsg.msg }}. -

    - -
    - -
    - -
    - -
    - -
    - -
    - -
    - -
    - - -
    - -
    - -




    - -
    - - - - - - - diff --git a/dist/css/etherwallet-master.min.css b/dist/css/etherwallet-master.min.css index 8f12d15dfd..1872abcfc9 100644 --- a/dist/css/etherwallet-master.min.css +++ b/dist/css/etherwallet-master.min.css @@ -1,3 +1,3 @@ @font-face{font-family:Lato;src:url(../fonts/Lato-Light.woff) format("woff");font-style:normal;font-weight:300}@font-face{font-family:Lato;src:url(../fonts/Lato-Regular.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Lato;src:url(../fonts/Lato-Bold.woff) format("woff");font-style:normal;font-weight:700} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.flagged-address{color:red;font-weight:700}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:.9rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:2px}.dropdown-menu>li:last-child{padding-bottom:2px}.dropdown-menu>li>a{display:block;padding:2px 1rem;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.transaction-modal tbody tr td:first-child{width:30%}.transaction-modal tbody tr td:nth-child(2){width:70%}.transaction-modal .text-width-limit{display:grid;grid-auto-rows:1fr}.transaction-modal .text-width-limit p{margin:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.ens-tab a.isActive{color:#333;font-weight:400}.ens-tab .btn-primary-buy-button{width:200px}.ens-tab .btn-red{background-color:#84023d;border-color:#84023d;position:relative;width:200px}.ens-tab .btn-red .na{background-color:red;border-radius:300px;padding:5px 8px;font-weight:900}.ens-tab .btn-red:hover{background-color:#84023d;border-color:#84023d;position:relative}.ens-tab .pad-bot{padding-bottom:5px}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:nth-child(17){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15),.dropdown-node .dropdown-menu li:nth-child(16){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}header.ETSC+.container+.pre-footer+.footer,header.ETSC .nav-container{border-top:.25rem solid #673ab7}header.ETSC+.container .modal-content{border:.25rem solid #673ab7}header.ETSC+.container .alert-info{background-color:#673ab7}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.flagged-address{color:red;font-weight:700}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:.9rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:2px}.dropdown-menu>li:last-child{padding-bottom:2px}.dropdown-menu>li>a{display:block;padding:2px 1rem;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.transaction-modal tbody tr td:first-child{width:30%}.transaction-modal tbody tr td:nth-child(2){width:70%}.transaction-modal .text-width-limit{display:grid;grid-auto-rows:1fr}.transaction-modal .text-width-limit p{margin:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.ens-tab a.isActive{color:#333;font-weight:400}.ens-tab .btn-primary-buy-button{width:200px}.ens-tab .btn-red{background-color:#84023d;border-color:#84023d;position:relative;width:200px}.ens-tab .btn-red .na{background-color:red;border-radius:300px;padding:5px 8px;font-weight:900}.ens-tab .btn-red:hover{background-color:#84023d;border-color:#84023d;position:relative}.ens-tab .pad-bot{padding-bottom:5px}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:nth-child(17){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15),.dropdown-node .dropdown-menu li:nth-child(16){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}header.ETSC+.container+.pre-footer+.footer,header.ETSC .nav-container{border-top:.25rem solid #673ab7}header.ETSC+.container .modal-content{border:.25rem solid #673ab7}header.ETSC+.container .alert-info{background-color:#673ab7}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}.text-ellipsis{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.block-title1{background-color:#007cc0}.block-title1,.block-title2{color:#fff;padding:10px 20px;font-weight:900;font-size:20px}.block-title2{background-color:#3e4b5a}.mywallet-container ::-webkit-scrollbar{width:7px}.mywallet-container ::-webkit-scrollbar-track{background:#d7d7d7}.mywallet-container ::-webkit-scrollbar-thumb{background:#3e4b5a;border-radius:12px}.mywallet-container p{margin:0}.mywallet-container h3{margin:0;font-weight:900}.mywallet-container .addressIdenticon{width:50px!important;height:50px!important}.mywallet-container .grid-bg{background-color:#f5f5f5}.mywallet-container .grid-frame{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.mywallet-container .grid-frame #walletsContainer{-webkit-box-flex:50;-webkit-flex:50;-ms-flex:50;flex:50;height:100%}.mywallet-container .grid-frame .data:last-child{margin:0}.mywallet-container .grid-frame .data{display:grid;grid-template-columns:1fr 350px;grid-gap:4px;margin-bottom:20px}.mywallet-container .grid-frame .data .wallet .editor-icons{height:20px;width:20px}.mywallet-container .grid-frame .data .wallet .block-title1 p{font-weight:900}.mywallet-container .grid-frame .data .wallet .content{padding:25px 30px 20px}.mywallet-container .grid-frame .data .wallet .content>div{display:inline-block;vertical-align:top}.mywallet-container .grid-frame .data .wallet .content .balance{padding:0 20px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block{margin-bottom:15px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .block-title,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .block-title{width:125px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block h3,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block h3{display:inline-block;vertical-align:middle;font-size:20px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .balance-amount,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .balance-amount{vertical-align:middle;display:inline-block;font-size:20px;font-weight:900;color:#00c599}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block{display:inline-block;vertical-align:middle}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block p,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block p{background-color:#fff;padding-left:20px;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block p button,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block p button{background-color:#b3b3b4!important;color:#fff!important;display:inline-block;margin-left:30px;padding:12px 17px!important;border:none;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.mywallet-container .grid-frame .data .wallet .content .balance .address-block .copy-block p button:hover,.mywallet-container .grid-frame .data .wallet .content .balance .balance-block .copy-block p button:hover{background-color:grey!important}.mywallet-container .grid-frame .data .tokens .col-title{background-color:#fff;display:grid;grid-template-columns:1fr 1fr;padding:5px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .data .tokens .col-title p{font-weight:900;font-size:13px}.mywallet-container .grid-frame .data .tokens .content{height:116px;overflow-y:auto;position:relative}.mywallet-container .grid-frame .data .tokens .content>div{display:grid;grid-template-columns:1fr 1fr;padding:5px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .data .tokens .content>div:nth-child(2n){background-color:#ebebeb}.mywallet-container .grid-frame .data .tokens .content>div p{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mywallet-container .grid-frame .sidebar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:15;-webkit-flex:15;-ms-flex:15;flex:15;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:15px;margin-top:4.2rem}.mywallet-container .grid-frame .sidebar .title-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff;background-color:#3e4b5a;padding:10px 20px}.mywallet-container .grid-frame .sidebar .title-container .title{display:inline-block;font-weight:900;font-size:20px}.mywallet-container .grid-frame .sidebar .title-container .total-of{display:inline-block;margin-left:auto;font-size:13px;margin-top:10px}.mywallet-container .grid-frame .sidebar .col-title{background-color:#fff;display:grid;grid-template-columns:2fr 1fr;padding:15px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .sidebar .col-title p{font-size:15px;font-weight:900}.mywallet-container .grid-frame .sidebar .content{overflow-y:scroll;position:relative}.mywallet-container .grid-frame .sidebar .content>div{display:grid;grid-template-columns:2fr 1fr;padding:15px 20px;border-bottom:1px solid #ededed}.mywallet-container .grid-frame .sidebar .content>div p{font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mywallet-container .grid-frame .sidebar .content>div .add-button{position:relative}.mywallet-container .grid-frame .sidebar .content>div .add-button p{cursor:pointer;width:90px;position:absolute;padding:7px 0;border:1px solid blue;font-size:12px;color:blue;text-align:center;top:-6px;left:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.mywallet-container .grid-frame .sidebar .content>div .add-button p:hover{color:#fff;background-color:blue}.mywallet-container .grid-frame .sidebar .content>div .remove-button{position:relative}.mywallet-container .grid-frame .sidebar .content>div .remove-button p{cursor:pointer;width:90px;position:absolute;padding:7px 0;border:1px solid red;font-size:12px;color:red;text-align:center;top:-6px;left:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.mywallet-container .grid-frame .sidebar .content>div .remove-button p:hover{color:#fff;background-color:red}.mywallet-container .grid-frame .sidebar .content .col-title{background-color:#fff}.mywallet-container .grid-frame .sidebar .content .col-title p{font-weight:900}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.toggleTokenContainer span{color:#0e97c0;cursor:pointer}.toggleTokenContainer span:hover{color:#095f79}.walletTokensContainer{max-height:70px;overflow:scroll}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.truncate{max-width:130px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.spinner{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;height:37px}.spinner-container{display:inherit!important;padding:7.5px 20px!important;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file diff --git a/dist/cx-wallet.html b/dist/cx-wallet.html deleted file mode 100644 index dbbd137340..0000000000 --- a/dist/cx-wallet.html +++ /dev/null @@ -1,8393 +0,0 @@ - - - - - -MyEtherWallet.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    - - - - -
    -

    Your Wallets

    - -
    -
    - - -
    -
    -

    Yel Wallet2

    -
    -
    -
    -
    -
    -

    Balance

    -

    1,548,265.20 ETH

    -

    Address

    -
    -

    0xFC60FE91e08c653d2d42d4E31eB695D445295b37 Copy it

    - -
    -
    -
    -
    -
    -

    Selected tokens

    -
    -
    -

    Token Name

    -

    Token Value

    -
    - - -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -
    -
    - - - -
    -
    -

    Yel Wallet

    -
    -
    -
    -
    -
    -

    Balance

    -

    1,548,265.20 ETH

    -

    Address

    -
    -

    0xFC60FE91e08c653d2d42d4E31eB695D445295b37 Copy it

    - -
    -
    -
    -
    -
    -

    Selected tokens

    -
    -
    -

    Token Name

    -

    Token Value

    -
    - - -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -
    -
    - - - -
    -
    -

    Yel Wallet

    -
    -
    -
    -
    -
    -

    Balance

    -

    1,548,265.20 ETH

    -

    Address

    -
    -

    0xFC60FE91e08c653d2d42d4E31eB695D445295b37 Copy it

    - -
    -
    -
    -
    -
    -

    Selected tokens

    -
    -
    -

    Token Name

    -

    Token Value

    -
    - - -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -
    -
    - - - -
    -
    -

    Yel Wallet

    -
    -
    -
    -
    -
    -

    Balance

    -

    1,548,265.20 ETH

    -

    Address

    -
    -

    0xFC60FE91e08c653d2d42d4E31eB695D445295b37 Copy it

    - -
    -
    -
    -
    -
    -

    Selected tokens

    -
    -
    -

    Token Name

    -

    Token Value

    -
    - - -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -

    DwarfPool1

    -

    143.342

    -
    -
    -
    -
    - - -
    - - -
    - -
    - - - - - - - -

    - Your Wallets -

    - - - - - - - - - - - - - -
    -
    -
    -
    -

    - {{twallet.nick}} -

    - - {{twallet.addr}} - -
    -

    - {{twallet.balance|number}} ETH -

    -

    - {{twallet.balance }} ETH -

    - - - - - {{token.getBalance()|number}} - - - {{token.getBalance()}} - - {{token.getSymbol()}}    - - -
    - - Show tokens - - - Hide tokens - -
    - - -
    - - - {{token.getBalance()|number}} - - - {{token.getBalance()}} - - {{token.getSymbol()}}    - -
    -
    - - - - - - - - - -
    - - - - -
    -

    - Your Watch-Only Accounts -

    - - - - - - - - -
    -
    -
    -
    -

    - {{twallet.nick}} -

    - - {{twallet.addr}} - - -
    - -

    - {{twallet.balance|number}} ETH -

    - -

    - {{twallet.balance }} ETH -

    - - - - {{token.getBalance()|number}} - - - {{token.getBalance()}} - -  {{token.getSymbol()}}    - -
    - - - -
    - -
    - - - - -
    - - -
    - -
    - -
    - - -
    - -
    -
    -
    -
    - -
    - - - DOWNLOAD - -
    - -
    - -
    - - -
    -
    - - -
    - - - Print Paper Wallet - -
    -
    - - -
    - -
    - -
    - Your Address: -
    -
    - -
    - -
    - -
    - - Private Key (unencrypted) - -
    - -
    -
    -
    -
    - - -
    -
    - -
    - -
    - - -
    - -
    - -
    - - -
    - - - - - - - - - - - - - - - - - - - -
    - - - -
    - -

    Add Wallet

    - - - -
    - -
    -

    - What would you like to do? -

    - - - - - -
    - - - -
    - - - -
    - -

    - Generate New Wallet: -

    - -
    - - -
    - -
    - -
    - - - -
    -
    - -
    - - - - - -
    - -

    - Select Your Wallet File: -

    - - - -
    -

    - Your file is encrypted. Please enter the password: -

    - -
    - -
    - - - - - -
    -

    - Paste your private key: -

    - -
    - -
    - -
    -

    - Your file is encrypted. Please enter the password: -

    - -
    - -
    - - - - - - -
    -

    - Paste your mnemonic: -

    -
    - -
    -
    - - - - - - -
    - -

    - Add an Account to Watch: -

    - -

    - You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it. -

    - -
    - - -
    - -
    - - -
    - -
    - - - -
    - - - - - - - - - - - -
    - - - - - - -
    - -
    - - -
    - -
    - Account Address: -
    - - - -
    - Account Balance: -
    - - - -
    - Equivalent Values: -
    - - - - - Swap via Bity - - -
    - Transaction History: -
    - -
    - - - - - - - - -
    - -

    Add Wallet

    - -
    - - -
    - -
    - - - -
    - - - - - -
    - -
    - - - - -
    - -
    - - - - - -
    - - -
    - - -
    -

    - You arrived via a link that has the address, amount, gas or data fields filled in for you. You can change any information before sending. Unlock your wallet to get started. -

    -
    - - - -
    -
    - +- -

    - Send Ether & Tokens -

    -
    -
    - - -
    -
    - - - -
    - - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - -
    - - -
    - - - -
    - - - -
    - - -
    -
    Current Rates
    -
    - - - -
    -
    -

    - - ETH = {{bity.curRate.ETHBTC*priceTicker.ETHBTC | number: 6}} BTC -

    -

    - - ETH = {{bity.curRate.ETHREP*priceTicker.ETHREP | number: 6}} REP -

    -
    -
    -

    - - BTC = {{bity.curRate.BTCETH*priceTicker.BTCETH | number: 6}} ETH -

    -

    - - BTC = {{bity.curRate.BTCREP*priceTicker.BTCREP | number: 6}} REP -

    -
    - -
    - - -
    - - - - - - - - - - - -
    - - - -
    -
    Your Information
    - -
    - - - - -
    -
    -

    {{swapOrder.fromVal}} {{swapOrder.fromCoin}}

    -

    Amount to send

    -
    -
    -

    {{swapOrder.toVal}} {{swapOrder.toCoin}}

    -

    Amount to receive

    -
    -
    -

    {{swapOrder.swapRate}} {{swapOrder.swapPair}}

    -

    Your rate

    -
    -
    - - - - -
    -
    -
    - -
    - -
    - -
    -
    - - -
    - Start Swap -
    - -
    - - -
    - - - - -
    - - - -
    - -
    Your Information
    - -
    - - - -
    -
    -

    {{orderResult.reference}}

    -

    Your reference number

    -
    -
    -

    {{orderResult.progress.timeRemaining}}

    -

    Time remaining to send

    -

    Time elapsed since sent

    -
    -
    -

    {{orderResult.output.amount}} {{orderResult.output.currency}}

    -

    Amount to receive

    -
    -
    -

    {{swapOrder.swapRate}} {{swapOrder.swapPair}}

    -

    Your rate

    -
    -
    - - - -
    -
    -
    -
    1

    Order Initiated

    -
    -
    -
    2

    Waiting for your {{orderResult.input.currency}}...

    -
    -
    -
    3

    {{orderResult.input.currency}} Received!

    -
    -
    -
    4
    -

    - Sending your {{orderResult.output.currency}}
    - Waiting for 10 confirmations... - Waiting for 1 confirmation... -

    -
    -
    -
    5

    Order Complete

    -
    -
    - - - -
    -

    - Please send - {{orderResult.input.amount}} {{orderResult.input.currency}} - to address
    - {{orderResult.payment_address}} -

    -
    - - - -
    -
    -
    - +- -
    Unlock your wallet to send ETH or Tokens directly from this page.
    -
    -
    - - -
    -
    - -
    - Warning! You are not connected to an ETH node.
    - Please use the node switcher in the top-right corner to switch to an ETH node. We do not support swapping ETC or Testnet ETH. -
    - -
    - - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - -
    -
    - - - - -
    - -
    -
    -

    - Orders that take too long will have to be processed manually & and may delay the amount of time it takes to receive your coins. -
    - Please use the recommended TX fees seen here. -

    - -
    - - -
    - - - -
    -

    Issue with your Swap? Contact support

    -

    Click here if link doesn't work

    - -
    - -
    - - - - - - - -
    - -

    - Generate & Send Offline Transaction -

    - - - -
    - -

    Step 1: Generate Information (Online Computer)

    - - -
    - - - - - -
    - - - -
    -
    -
    - - - -
    - - GENERATE INFORMATION - -
    - - -
    - - -
    - - -
    - - -
    - - -
    - -
    - -
    - - - - -
    - - -
    - -

    - Step 2: Generate Transaction (Offline Computer) -

    - -
    - - -
    - -
    -
    -
    - -
    -

    - {{customGasMsg}} -

    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    -
    - - - -
    -
    - -
    - - - -
    - -
    - - - - - - - -
    - -
    -

    - Step 3: Send / Publish Transaction -

    -
    - -
    -

    - Paste the signed transaction from Step 2 -

    - - - - SEND TRANSACTION - -
    - -
    -
    -
    - -
    - - - - - - -
    - - -
    - - - - - - - - -
    - - - -
    - - - -

    - Read / Write Contract -

    -
    {{ contract.address }}
    - -
    -

    - Please change the address to your own Multisig Contract Address. -

    -
    - -
    -
      -
    1. - Generate EOS Key-pair -
    2. -
    3. - - Register / Map your EOS Key - -
        -
      • - Select `register` -
      • -
      • - Enter your **EOS Public Key** <--- CAREFUL! EOS PUBLIC KEY! -
      • -
      • - Unlock wallet
      • -
      • - Amount to Send : - 0 - · - Gas Limit: - at least 90000 -
      • -
      -
    4. -
    5. - - Fund EOS Contract on Send Page - -
        -
      • - Go to Send Ether & Tokens Page -
      • -
      • - Unlock same wallet you are unlocking here. -
      • -
      • - Send Amount you want to Contribute to `0xd0a6E6C54DbC68Db5db3A091B171A77407Ff7ccf` -
      • -
      • - Gas Limit: - at least 90000 -
      • -
      -
    6. -
    7. - - Claim EOS Tokens - -
        -
      • - Select `claimAll`. -
      • -
      • - Unlock wallet -
      • -
      • - Amount to Send: - 0 · - Gas Limit: - at least 90000 -
      • -
      -
    8. -
    - - -
    - - - -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -
    -
    - -

    - - -

    - -

    - - -

    - -

    - - -

    - -

    - - - - - - - -

    -

    - - -

    - -
    -
    -
    - - - - - -
    -
    - - -
    - -
    -
    -
    -
    -
    - - -

    - - -

    - - -

    - - -

    - - -

    - - -

    - - -

    - - TRUE - FALSE -

    - - -

    - - -

    -
    -
    -
    - - - -
    - - -
    - -
    - - - - - - -
    - - - - - -
    - - -
    - - -
    -

    - Byte Code: -

    - -
    - - -
    -

    Gas:

    - -
    - - - - - -
    - -
    -

    - Raw Transaction -

    - -
    - -
    -

    - Signed Transaction -

    - -
    -
    - - - - - - - - -
    - - -
    - - - -
    - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - - - -
    - -
    - -
    -

    - ENS -

    -

    - The - - Ethereum Name Service - - is a distributed, open, and extensible naming system based on the Ethereum blockchain. - Once you have a name, you can tell your friends to send ETH to mewtopia.eth instead of 0x7cB57B5A97eAbe942...... -

    -
    - - -
    - - -
    -
    -
    - - -
    - -
    -
    - - -
    - - - -
    -

    - The ENS is only available on the ETH and Ropsten (Testnet) chains. You are currently on the {{ajaxReq.type}} chain. -
    - Please use the node switcher in the upper right corner to select "ETH" or "Ropsten". -

    -
    - - - - -
    - -
    - -

    - What is the process like? -

    - -
    +- - - 1. Preparation - -
    -
      -
    • - Decide which account you wish to own the name & ensure you have multiple backups of that account. -
    • -
    • - Decide the maximum amount of ETH you are willing to pay for the name (your Bid Amount). Ensure that account has enough to cover your bid + 0.01 ETH for gas. -
    • -
    - - -
    +- - - 2. Start an Auction / Place a Bid - -
    -
      -
    • - Bidding period lasts 3 days (72 hours). -
    • -
    • - You will enter the name, Actual Bid Amount, Bid Mask, which is protected by a Secret Phrase. -
    • -
    • - This places your bid, but this information is kept secret until you reveal it. -
    • -
    - - -
    +- - - 3. Reveal your Bid - -
    -
      -
    • - **If you do not reveal your bid, you will not be refunded.** -
    • -
    • - Reveal Period lasts 2 days (48 hours). -
    • -
    • - You will unlock your account, enter the Bid Amount, and the Secret Phrase. -
    • -
    • - In the event that two parties bid exactly the same amount, the first bid revealed will win. -
    • -
    - - -
    +- - - 4. Finalize the Auction - -
    -
      -
    • - Once the auction has ended (after 5 days / 120 hours), the winner needs to finalize the auction in order to claim their new name. -
    • -
    • - The winner will be refunded the difference between their bid and the next-highest bid. If you are the only bidder, you will refunded all but 0.01 ETH. -
    • -
    - - -
    +- - - More Information - -
    - - -
    - -
    - - Knowledge Base: ENS - - -  ·  - - - Debugging a [BAD INSTRUCTION] Reveal - -
    - -

    - Please try the above before relying on support for reveal issues as we are severely backlogged on support tickets. We're so sorry. :( -

    - -
    - -
    - - - - - -
    - -

    - -

    - {{objENS.name}}.eth is not yet available. -

    - -

    - {{objENS.name}}.eth not available. (Forbidden) -

    - -
    - -
    -
    -

    Auction Open On

    -

    {{objENS.allowedTime.toString()}}

    -
    -
    -

    Auction Opens In

    -

    {{objENS.timeRemaining}}

    -
    -
    - - - - -
    - -

    - -

    - An auction has been started for {{objENS.name}}.eth. -

    - -

    - {{objENS.name}}.eth is available! -

    - - -
    -
    -

    Reveal Bids On

    -

    {{getRevealTime().toString()}}

    -

    {{objENS.timeRemainingReveal}}

    -
    -
    -

    Auction Closes On

    -

    {{objENS.registrationDate.toString()}}

    -

    {{objENS.timeRemaining}}

    -
    -
    - -
    - - - - -
    -

    -

    It's time to reveal the bids for {{objENS.name}}.eth.
    Current highest bid is {{objENS.highestBid}} ETH.

    - -
    -
    -

    Auction Closes On

    -

    {{objENS.registrationDate.toString()}}

    -

    {{objENS.timeRemaining}}

    -
    -
    - -
    - - - - - -
    - -

    - -

    {{objENS.name}}.eth - is already owned: - can be purchased through DomainSale -

    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Name: - - {{objENS.name}}.eth - -
    Labelhash ({{objENS.name}}): {{objENS.nameSHA3}}
    Namehash ({{objENS.name}}.eth): {{objENS.namehash}}
    Owner: {{objENS.owner}}
    Highest Bidder (Deed Owner): {{objENS.deedOwner}}
    Resolved Address: {{objENS.resolvedAddress}}
    - -
    - -
    - - - - - -
    -
    -
    - +- -

    - - Do you want {{objENS.name}}.eth? Unlock your Wallet to Start an Auction - - - Do you want {{objENS.name}}.eth? Unlock your Wallet to Place a Bid - - - Did you bid on {{objENS.name}}.eth? You must reveal your bid now. - - - Is that your address? Finalize the auction to claim your new name. - - - Is that your address? It is ready to set up a resolver. - - -

    -
    -
    - - -
    -
    -
    - - - - -
    - -
    - - -
    -
    - -

    - - Place a Bid - - - Start an Auction - - - Reveal your Bid - -

    - - - -
    - - -
    - - - -
    -
    - -- 👆 enter automagically 👆 -- or -- 👇 enter manually 👇 -- -
    -
    - - - - -
    - - -
    - - - -
    - Actual Bid Amount -
    -

    - - *You must remember this to claim your name later.* - -

    - -
    - - - - - - - - -
    - - - -
    -
    - Bid Mask -
    -

    - - *This is the amount of ETH you send when placing your bid. It has no bearing on the *actual* amount you bid (above). It is simply to hide your real bid amount. It must be >= to your actual bid.* - -

    - -
    - - - -
    - Secret Phrase -
    -

    - - *You must remember this to claim your name later (feel free to change this) - -

    -
    - -
    - - - - - - - -
    -

    If you haven't done so already, please screenshot & save the below information.

    -

    Please check your address on https://etherscan.io/ to ensure your BID TX is on the blockchain, without errors.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Name - - {{objENS.name}}.eth -
    - Actual Bid Amount - - {{objENS.bidValue}} {{ajaxReq.type}} -
    - Bid Mask - - {{objENS.dValue}} {{ajaxReq.type}} -
    - Secret Phrase - - {{objENS.secret}} -
    - From Account - - {{wallet.getChecksumAddressString()}} -
    - ⚠ Reveal Date ⚠ - - {{getRevealTime().toString()}} -
    - Auction Ends - - {{objENS.registrationDate.toString()}} -
    - -

    - Copy and save this: -

    - -
    -
    - -
    - - - -
    -

    - Click your TX hash to see if you successfully revealed your {{objENS.bidValue}} bid for {{objENS.name}}.eth. -

    -

    - Please return on {{objENS.registrationDate.toString()}} to finalize the auction and see if you won! -

    -
    - - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    - -
    - - -

    -

    - Finalizing this name assigns the ENS name to the winning bidder. The winner will be refunded the difference between their bid and the next-highest bid. If you are the only bidder, you will refunded all but 0.01 ETH. Any non-winners will also be refunded. -

    -
    - -
    - - - - - - - - - - -
    - -
    - This account is not the owner of {{objENS.name}}.eth. - Please unlock the Owner Account in order to resolve. -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Name: - - {{objENS.name}}.eth - -
    Labelhash ({{objENS.name}}): {{objENS.nameSHA3}}
    Namehash ({{objENS.name}}.eth): {{objENS.namehash}}
    Owner: {{objENS.owner}}
    Highest Bidder (Deed Owner): {{objENS.deedOwner}}
    Resolved Address: {{objENS.resolvedAddress}}
    - - - -
    - - -
    - -
    Enter the address you would like this name to resolve to:
    - - - -
    - -
    - - - -
    - -
    - - - -
    - -

    Set the Resolver for your Name

    - -
      -
    1. - Go to the contracts tab. -
    2. -
    3. - Choose ENS - Registry: 0x314159265dD8dbb310642f98f50C066173C1259b. Click "Access". -
    4. -
    5. - Select setResolver. -
    6. -
    7. - Enter the Namehash of your name under "node (bytes32)". -
        -
      • - node (bytes32): {{objENS.namehash}} -
      • -
      -
    8. -
    9. - Enter the Public Resolver Address under "resolver (address)". -
        -
      • - resolver (address): 0x5FfC014343cd971B7eb70732021E26C35B744cc4 -
      • -
      -
    10. -
    11. - Unlock the owner's account. -
    12. -
    13. - Click WRITE. -
    14. -
    15. - Generate and send this transaction – leave "Amount to Send" as 0 -
    16. -
    17. - - TX should look like this. - -
    18. -
    - -
    - - - -
    - -

    Set the Address That your Name will Resolve To

    - -
      -
    1. - Go to the contracts tab. -
    2. -
    3. - Choose ENS-Public Resolver: 0x5FfC014343cd971B7eb70732021E26C35B744cc4. Click "Access". -
    4. -
    5. - Select setAddr. -
    6. -
    7. - Enter the Namehash of your name under "node (bytes32)". -
        -
      • - node (bytes32): {{objENS.namehash}} -
      • -
      -
    8. -
    9. - Enter the Address you would like to resolve to under "addr (address)". -
        -
      • - addr (address): {{newResolvedAddress}} -
      • -
      -
    10. -
    11. - Unlock the owner's account. -
    12. -
    13. - Click WRITE. -
    14. -
    15. - Generate and send this transaction – leave "Amount to Send" as 0 -
    16. -
    17. - - TX should look like this. - -
    18. -
    - -
    - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    -
    - -
    -

    - Register Sub Domain -

    -

    - -

    -
    - - -
    - - -
    -
    -
    - -
    -
    -
    -
    - - -
    -

    - The Sub domain registration is only available on the ETH chain. You are currently on the {{ajaxReq.type}} chain. -
    - Please use the node switcher in the upper right corner to select "ETH". -

    -
    - -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    - -
    - -
    -
    -
    - +- -
    Unlock your wallet to buy {{objSub.buy.fullName}} for {{objSub.buy.EthVal}} ETH
    -
    -
    - - -
    -
    -
    - - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - -
    -
    - -
    - -
    - - -
    - -
    - - - - - -
    - - -
    -
    -
    - - -
    - -
    -
    - -
    -
    -
    -
    -

    - If you have used DomainSale to buy or sell domains and believe you have funds available for withdrawal you can enter your account address here and it will provide you with a balance -

    -
    - -
    - -
    -
    -
    - - - -
    -

    DomainSale is only available on the ETH and Ropsten (Testnet) chains. You are currently on the {{ajaxReq.type}} chain.
    Please use the node switcher in the upper right corner to select "ETH" or "Ropsten".

    -
    - - - - -
    - -
    - -

    How can I sell a domain?

    -
    - +- - 1. Transfer the domain to DomainSale -
    -
      -
    • Before you sell a domain it must be transferred to DomainSale. This ensures that you own the domain and are eligible to sell it.
    • -
    - -
    - +- - 2. Set immediate and/or auction prices -
    -
      -
    • Decide if you want to make your domain available for immediate purchase, auction, or both.
    • -
        -
      • If you want to make your domain available for immediate purchase you need to pick the price for which you will sell it.
      • -
      • If you want to make your domain available for auction you need to pick the price for which the initial bid will be made.
      • -
      -
    • Please remember that 10% of the final sale fee will be given to referrers, and price accordingly.
    • -
    - -
    - +- - 3. Finish the auction (if applicable) -
    -
      -
    • If your domain was sold at auction then once the auction has closed you (or the buyer) need to finish the auction. This transfers the funds to you and the domain to the buyer. -
    - -

    How can I buy a domain?

    -
    - +- - 1. Obtain details of the sale -
    -
      -
    • Search for the domain that you want to purchase using the check above and obtain the details of the sale.
    • -
        -
      • Note that if the domain is not currently available for sale it might go on sale soon, so make sure to check frequently.
      • -
      -
    - -
    - +- - 2. Buy the domain outright by providing the purchase price -
    -
      -
    • This step is only possible if the domain has a purchase price, otherwise proceed to step 3.
    • -
    - -
    - +- - 3a. Bid on the domain -
    -
      -
    • This step is only possible if the domain has been put up for auction.
    • -
    - -
    - +- - 3b. Wait for the auction to finish -
    -
      -
    • The auction will close 24 hours after the final bid. Note that if someone else places a bid on the name then you can place an additional bid.
    • -
    - -
    - +- - 3c. Finish the auction -
    -
      -
    • Once the auction has closed finish the auction to obtain control of the name.
    • -
    - -

    General

    -
    - +- - More Information -
    -
    - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth is not eligible for auction.

    - - This domain has not yet been registered in ENS. You should check it out on the ENS tab to see its status, and bid for it if you want it. - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth is not currently for sale.

    - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth is ready to be put up for sale.

    - -
    - - - - -
    - -

    - -
    -

    {{objDomainSale.name}}.eth is available for auction.

    - - You can open an auction on this domain by bidding at least {{objDomainSale.reserveEth}} {{ajaxReq.type}}. The auction will remain open until 24 hours have passed without receiving any bids, at which point it will close and the winner can claim the name. -
    - -
    -

    {{objDomainSale.name}}.eth is available for purchase.

    - - You can buy this domain by paying {{objDomainSale.priceEth}} {{ajaxReq.type}}. You will own the domain immediately. -
    - -
    -

    {{objDomainSale.name}}.eth is available for purchase or auction.

    - - You can buy this domain by paying {{objDomainSale.priceEth}} {{ajaxReq.type}}. You will own the domain immediately. Alternatively you can open an auction on this domain by bidding at least {{objDomainSale.reserveEth}} {{ajaxReq.type}}. The auction will remain open until 24 hours have passed without receiving any bids, at which point it will close and the winner can claim the name. -
    - -
    - - - - -
    - -

    - -
    -

    {{objDomainSale.name}}.eth is being auctioned.

    - - The current bid for this domain is {{objDomainSale.lastBidEth}} {{ajaxReq.type}}. It was placed by {{objDomainSale.lastBidder}}. - -
    -
    -

    Auction finishes if no further bids received by

    -

    {{objDomainSale.auctionEnds.toString()}}

    -

    {{objDomainSale.timeRemaining}}

    -
    - -
    - - - - -
    - -

    - -

    {{objDomainSale.name}}.eth auction finished

    - - The auction for this domain was won by {{objDomainSale.lastBidder}} with a bid of {{objDomainSale.lastBidEth}} {{ajaxReq.type}}. - -
    - - - - -
    - -

    - -
    -

    {{objDomainSale.address}} has no balance

    -
    - -
    -

    {{objDomainSale.address}} has balance of {{objDomainSale.balanceEth}} {{ajaxReq.type}}

    -
    - -
    - - - -
    -
    -
    - +- -

    - Want a different wallet? Change it here. - Do you own and want to sell {{objDomainSale.name}}.eth? Unlock your Wallet to transfer the domain to DomainSale - Do you own and want to set prices for {{objDomainSale.name}}.eth? Unlock your Wallet to set buy and bid price - Do you want to buy {{objDomainSale.name}}.eth? Unlock your Wallet to buy it immediately - Do you want to bid for {{objDomainSale.name}}.eth? Unlock your Wallet to place a bid - Do you want to buy or bid for {{objDomainSale.name}}.eth? Unlock your Wallet to continue - Do you want to bid for {{objDomainSale.name}}.eth? Unlock your Wallet to place a bid - Did you buy or sell {{objDomainSale.name}}.eth? Unlock your Wallet to finish the auction - Want to withdraw your funds? Unlock your Wallet to withdraw - -

    -
    -
    - - -
    -
    -
    - - - - - -
    - -
    - - -
    -
    -
    - -

    - Incorrect Wallet -

    -

    - - The wallet you unlocked does not own this name. - - - In order to offer this name, please unlock the wallet with address: - - {{objDomainSale.seller}}. -

    - -
    - -
    - -

    - Transfer {{objDomainSale.name}}.eth to DomainSale -

    - - - - - -
    - - -
    -

    - Click your TX hash to see if you successfully transferred {{objDomainSale.name}}.eth to DomainSale. -

    -
    - - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    -
    - - -
    -
    - -

    - Incorrect Wallet -

    -

    - - The wallet you unlocked does not own this name. - - - In order to offer this name, please unlock the wallet with address: - - {{objDomainSale.seller}}. -

    - -
    -
    - - - -
    - -
    - - -
    -
    - -
    - -
    - - -
    -
    - - -
    -

    - - Offer For Sale: - - {{objDomainSale.name}}.eth -

    -

    - - Set either of both of the prices below to offer your domain for sale. Remember that any funds you have locked in the domain's deed will go to the buyer and 10% of the funds when sold goes to referrers. - -

    -
    - - - -
    -

    - - Alter Your Offer for: - - {{objDomainSale.name}}.eth -

    -

    - - Change either of both of the prices below to alter your domain sale offer. Remember that any funds you have locked in the domain's deed will go to the buyer and 10% of the funds when sold goes to referrers. - -

    -
    - - - -
    - Buy price -
    -

    - - This is the price at which someone can buy the domain immediately. - 0 means that the domain cannot be purchased immediately. - -

    -
    - - -
    - - - -
    Reserve price
    -

    - - This is the price at which someone can start an auction for the domain. 0 means that the domain will not be available for auction. - -

    -
    - - -
    - - - - - -
    - -
    -

    - Cancel your sale -

    -

    - - You can cancel your domain sale, which will return the domain to you with no charge. This is only available before any bids have been received for the domain. - -

    - - - - -
    - - -
    - - - - - - - - - - - - - - - - - - - -
    Name{{objDomainSale.name}}.eth
    Purchase price{{objDomainSale.priceEth}} {{ajaxReq.type}}
    Minimum bid{{objDomainSale.reserveEth}} {{ajaxReq.type}}
    Buy amount{{objDomainSale.buyEth}} {{ajaxReq.type}}
    Bid amount{{objDomainSale.bidEth}} {{ajaxReq.type}}
    - -
    - - -
    - - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - -
    - - -
    - - -

    - Buy the domain -

    - - Price to buy the domain immediately: - - - {{objDomainSale.priceEth}} {{ajaxReq.type}}. - - - - - - - -
    - - - - -
    - -

    - Bid for the domain -

    -
    -
    - - You are currently winning this auction with the highest bid. You can bid higher if you want, but it will delay the close of the auction for 24 hours. - -
    -
    - - - Bid at least - - - {{objDomainSale.minimumBidEth}} {{ajaxReq.type}} - - - on the domain. - - - You will win the domain if no higher bids are placed within the next 24 hours. - - - - - - - - - - -
    - - - -
    - - Note that the domain has a locked value of - - {{objDomainSale.valueEth}} {{ajaxReq.type}}. - - As part of the sale you will receive the deed with this value but cannot claim it unless you release the name. - -
    - - -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    - -
    - - -
    -
    -
    - -

    - Not related to that auction -

    -

    - This address is neither the winner nor the seller of the auction. -

    - -
    - -
    -
    - -

    - Finish the auction -

    -

    - Finish the auction to allocate the domain to the winner and the funds to the seller. -

    - -
    - - - - - - -
    -

    - - Click your TX hash to see if you successfully transferred the domain to DomainSale. - - ({{objDomainSale.name}}.eth) -

    -
    - -
    - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - -
    - -
    - - -
    -
    -
    -
    - -

    Withdraw funds

    - Withdraw {{objDomainSale.balanceEth}} {{ajaxReq.type}} funds for {{wallet.getAddressString()}} - -
    - - - - - - -
    -

    Click your TX hash to see if you successfully withdrew funds from DomainSale.

    -
    - -
    - -
    -
    - -

    Wallet mismatch

    - The wallet you unlocked is for address {{wallet.getAddressString()}}. Please unlock the correct wallet to proceed. - -
    -
    -
    -
    - - - -
    - -
    - - - -
    - -
    - - - - - - - - - -
    - - -
    - - -
    -
    -
    -

    - Check TX Status -

    -

    -
    - -
    - - -
    -
    -
    - - - - -
    - -
    -

    Transaction Found

    -
    {{ tx.hash }}
    -

    -
      -
    • -
    • -
    -
    - -
    -

    - Transaction Not Found -

    -

    - -

    -
      -
    • -
    • -
    • -
    -
    - -
    -

    - Pending Transaction Found -

    -
      -
    • -
    • -
    • -
    -
    - -
    -

    - Transaction Details -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - TX Hash - - - {{ txInfo.hash }} - -
    - From Address - - - {{ txInfo.from }} - -
    - To Address - - - {{ txInfo.to }} - -
    - Amount - - {{ txInfo.valueStr }} -
    - - - Nonce - - - {{ txInfo.nonce }} -
    - - - Gas Limit - - - {{ txInfo.gasLimit }} -
    - - - Gas Price - - - {{ txInfo.gasPrice.gwei }} GWEI - - ({{ txInfo.gasPrice.wei }} WEI) - -
    - Data - - {{ txInfo.data }} -
    -
    -
    - - - - -
    - -

    - -

    - Cancel or Replace Transaction -

    - -
    -
    - +- -

    - Unlock your wallet to replace your transaction. (But, please be careful) -

    -
    -
    - - -
    -
    -
    - - - -
    -
    - - -
    - - - - - - - - -
    - - - -
    - -
    - - - -
    - -
    - -
    - - - - - - -

    - - - Send Entire Balance - - -

    - -
    - - - - - -
    -
    - - - -
    -
    - - - -

    - + Advanced: Add Data -

    -
    - - - -
    - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - - -
    -
    - - - -
    -
    - - - - - -
    -
    - -
    - - - - - - -
    -
    -

    - - A message regarding - - {{tx.to}} -
    - - {{customGasMsg}} - -

    -
    -
    - - - - - -
    - -
    - - -
    - -
    - - -
    - -
    - - - - -
    - -
    - - - - - - - -
    - -
    - -
    - Warning! You do not have enough funds to complete this swap. -
    - -

    - Please add more funds to your wallet or access a different wallet. -

    - -
    - - - -
    - - Advanced Users Only. - -
    - -
    - - - - - - -
    -
    -
    - Please unlock the wallet with address -
    - {{ txInfo.from }} -
    -
    - - - - - - - -
    - -
    - -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - diff --git a/dist/helpers.html b/dist/helpers.html index 0f09957ffb..1afde20f48 100644 --- a/dist/helpers.html +++ b/dist/helpers.html @@ -47,7 +47,7 @@ "@context": "http://schema.org", "@type" : "Organization", "name" : "MyEtherWallet", -"legalName" : "MyEtherWallet LLC", +"legalName" : "MyEtherWallet Inc", "url" : "https://www.myetherwallet.com/", "contactPoint" : [{ "@type" : "ContactPoint", @@ -98,13 +98,13 @@ MyEtherWallet -

    3.21.03

    +

    3.21.04

    - + @@ -1025,7 +1025,7 @@

    - © 2018 MyEtherWallet, LLC + © 2018 MyEtherWallet, Inc

    @@ -1192,7 +1192,7 @@

    Translations of MyEtherWallet: The community has done an amazing job translating MyEtherWallet into a variety of languages. However, MyEtherWallet can only verify the validity and accuracy of the information provided in English and, because of this, the English version of our website is the official text.

    -

    MIT License Copyright © 2015-2017 MyEtherWallet LLC

    +

    MIT License Copyright © 2015-2017 MyEtherWallet INC

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    @@ -1539,7 +1539,7 @@

    Always check the URL: `https://www.myetherwallet.com`.
  • - Always make sure the URL bar has `MYETHERWALLET LLC` in green. + Always make sure the URL bar has `MYETHERWALLET Inc` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/dist/images/icon-edit-white.png b/dist/images/icon-edit-white.png new file mode 100644 index 0000000000000000000000000000000000000000..2d16be81015ee867aacd1e2810b991022c7d8c54 GIT binary patch literal 1883 zcmbVNZA=qq951Lt&>G^~h-~gW%HmslFSLa_tqN_mRgYD~P&K|BcTd}kZSQt>r7g@C zG$v|@Ll%SCmH`VJ%Qgw(HeGbu4^A6nlqk{Z2gV1Z%$KN<%`YzQxl$UoxS4s$-97g_ zzyI(5{=fa6$`$&&S$R60PVaU(s^FW_?ul=}XH&tRz3`PQxz;N>-K1&Sou&Ku(*m7t z!c3vst9qH$G$)2kEHBmqQ!FGwv`)8pX-s0dZ9qk8fnNyQ&_}1vqKLrT&>9PaGm;$y z1XsNb*49^6bM@Oeibt0&K^DhoNDu-li^M{~utLXdXo{DHYi%1tkrYJTW<$$0g@~8& zAa+p(h{a?za)cR2N+}az#myFCAwuFrDTZ4x+-k%L8ZV*;!%ER8g99j>EJ&&#h7paCtra7x z4TYADxDb*uv|%M3CKxa*#!47r!ZnvtK%UFsq=+0$Dd#y11VIRdRRv;+3|0z=s;C6S zf1%DC|4ji5EyHAVywsLZD5FAAopsQSbU!6uMnl}<{mjSDa za?^@MNBcxM#6pLK5bFn+6!xP?CXBRQ42m*T46Q2}yYIH! zJ+kN%g7848T2XgZtueLQpsg z&RXz(dKDCqRJqVBr?r6%<+S_*9!+lxuN{FA+Gqek(*LN75tt(S)F>;1azBjLE9(w} z#$#H;j`)H7)5X-;nC2dZ!-=6SGouQAWQH9G!wDzDQPyANyr|P<-FG|6s{@S>Z!N`s z_Plle$=!W>8_!kL_6+KeTpF18iDU9lR`x`Usx|i>F&KPN{&DsP`ey?tTYu;}VSBM* zdyA>7>*1r1uDv*#)&Kj#b0)-5&(~ZnI@PkXak{7Mi~Paq1=+2|+b_O7uc$HW_>c34 zZdCG9dh&0r<4>NO4^fGD$IbrJ!_CEsulpXI2x^c%9EX=`zy zH#sYD(Njn!pBnIHb(8Xhapy3T9@8!Q(rvAel+f~#;CAKybv#S;y= zz4^09Yv)7f_3lo~sy4Ej@P62OvSQ`c?}o?(E2Xf6L`!y(OFZvW8pz{GILRj}?5I pth~MD`NkVC7qf339!_@OF5G>$^VWk)zdPa0wO~s0St}$68lS3+G0={k6Cf!5 zIj*c+F1IfrX~C>eXTsz!}z#L;l7U}G`-DhIm zoV7+|7uFP&(KS`HfkEcXhGzvyAi&GY6dd$=c!>-ek%(Lptd(sHfg=#P%82AE3gL2l z32YKX7S^fsC{1W_IM1LW^te_>Oo!Dtk%!?r4A-MLLEpIeXx z$u0bg=;-kS3IMfsdsN3mZSi`eDkRym0=O|k$V1UmS+$SFN?A$pi!^Il0nE%)yz!AH zk)>ooEE5FJXrM|)O@>V-ILA)W9Iv>Ld*21tOv$Vf0a2TQ;u=(~E+e!gp(b^CD4s{+ z_%PHiFr2IUp-_OvAAo|CVJMk;B$%N|mmqp6;4tTru6eh?r})lQv$GDV}C+W+MW~QE?nYI`vK`u45@w zO}SjCR;!~>C#7|wIIY1crweCj94LxJj5G_hUrB+{`^^8mUo3K<1S!vB%TWqb$sN+l zNg%4#Bc-#DT|Tn%aBw7DNQzdo=gFs&U!7}R3O)P9vMEV$37oMyYe!Se zp1o_X_iVpDaoT%#vhs$yXZKF7I&y9RY8yJU?Qm@h*S)wu^hs+*mCf``gPR$bpAly} z-6&^VD(`n5`k|^(hA(xr9%%S<<=u0!X79kMg7A~~E~J#7YIpCx^3?6`4xdeMd|#U9 zm~IxCp+ef@&9 z7h*PKZtP14H!dBVZjIGWomTfz#>&3pv*C*R?S1aSU%Jh0iEhif@>+jO(yT2vr#deN zY=L>>nvVZgu=&=iKbOxG&+KSjvdMpNpq=PFx_W-+#Gg)X{Q7e`erkTD$pwAYR}rcY z3*kMv&ByBN!x~5GDfZSmHv8k8lo@Zw4W%9VJ+paASM#w@Zg^L-B{X*Mf;F$9|~SXNM6>sPqwedXez1YcZD%m;z4RiS|s2Wp$bnqtSb znwjBggO^g=mie9c4)$<=-D}HEt|*+ef2)>3K_qXa-}P?leo5Wgs{A)?mLhZeJja^9 E0aMPhWB>pF literal 0 HcmV?d00001 diff --git a/dist/images/icon-spinner-white.svg b/dist/images/icon-spinner-white.svg new file mode 100644 index 0000000000..3689d5ab47 --- /dev/null +++ b/dist/images/icon-spinner-white.svg @@ -0,0 +1,2 @@ + + diff --git a/dist/images/icon-view-white.png b/dist/images/icon-view-white.png new file mode 100644 index 0000000000000000000000000000000000000000..8f916e05381c0fe5d141d9c340be3e225fc32a40 GIT binary patch literal 2245 zcmbVO4Nwzj8s4Z_s-zysF@mKo3o2HU-3R16iuMaX8NKnYbIr`| zem~FmyzldV@B2y}`l8P)#37YdNDF;{1DE(d@pdl#hc|T9lZbpL385ir*BiD|dKw#FPM^FoesrRs7j>(2!*)TCsBTdPfVU*Fft-7u)M@_ zJ~+fkm2;Jn9s!xPw^56pAhZ@s*v4ah@p{81M9EYIWQ+&ov1rl0mS<2KBXX4j&6uiy zo5>+HJYf(RO5y}N$9X0$$~xgPY%sv77K&zlAqfi}I=~nyiP0nA)-n}Xx;g}~u35(du0 z3BWM$F8$$k(qOO(oRjr{4bhgn1SU;}3|yCyp-?IDQFkpCg7k?J<)azWs7F9>lq~BY z7%f$ftJIW2Qx3$cwK%1q)Rq=kGvRz ziJViarUWM21)}w{d4~e$(NMvT=|KNe;^^K(#XSKB9V0Xhw<<6RH#^1$I-CGnS=EV6 zT@W;RIcdzcR|KxMewMd<*{qX&$Lma}VGEL+TE7olV_RY}HD-@QMC+ZuHg1u}y!w~! z$TgcA68aD1=yPJS?T$Fh9&#BQ`E18WX-++Zfw5&QS;P~Qu)lrMhMy&68hD&}5eV5CWDe)q!XtI0ztx5$KT>fD}J z-(O{G3G~fl8^wd)VpZ?gwsbH5xb$~3+6Ly#jI>5vkqyV+)pysGPgxc9VLf|)X69u3 zCpY_LS&c)trtd>jf-$?bdxxN|cc8z;cYofz6KaTik6HYirEje(+oCD!{aUs|o?Y-~ zycqhhfxVtsv}=QQcBU+AoeV%Osho-;`cgb5W)_I%!x1_1ySk@-cbaQ}EW4 z@1!(${_~Q|y1mpM(env)`rWki_J0(VB==uFN`269V8d6t#hfo@7c6_OA+5G*#-WS7 zHBbC?TYFTO^$c~5%RE8o`;H_OH`%qeB6DfZio@+W3x0@Fo1fLLuhI7n%r3TdZ9lbB z{o7}jRZiJ=7ww-DPrBxgV85TExte$B$d2TcTgK~e?2j9~Ft|xPSa`;i>Seq~s4%UQ}?|;FXt`@?gb6hw9>+11k*OKfF1xxus*|^bAiL z9E=LqC6)bnJGb}C{@yjtn+fV&eN~=@1N1;`lIYG8po&Q=?r$h1um9<&JDBSux9>lC zA$h1HN4vwViEjOjiq3kwPhR~|(WR-kqi-~KCmi|miAB3o&jlLidxXZ}ENcGEq$@>< zZy&PqZO2PaH=cbi)^oUiUE8qvL7po9(VX7%0Qqjt-k6U&+OnyV&>s!bly5w^q-_09 DRxmph literal 0 HcmV?d00001 diff --git a/dist/images/icons/icon128.png b/dist/images/icons/icon128.png deleted file mode 100644 index 1359f621994f485ebcee0806c9bddf76c4fbae06..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25795 zcmY(p18^=dyDi*y*LHWcYumPMy|r!Iwr$(pwQbwB&AY#I&VT-UGZQ^oSu0OwlF1|q zmzNcTgT{ge0s?}Q5EoYbm;3!ELW2KG2YB@-{$;?9ieiF5HPbj}|0+;+;u?-XKrkr( ziNHV^S-<}QG|ZLNoz!KdISp;CY4we44UB2stnL1xfq=N(IR6!`jh*!I-K?!_968;1 z2>%Pg`LFyRGaVuRe?goqc?i{I3T`@b3w zp_!AD9VZ=~tE(%mD-*4)gDD*Y2L}foJtG|>Bh5bqjibAblfD~`jU&;2ll*@?!p4q< z4(4`F=C(HY|KZg)uyuCgAtd~d(Eo=29;cJJ$^WlpR=w!UD=}z?WSRt;S-`Cz__YIM;0)t~Snb0L8!{5JCPx0X;+Mx;+krz+BA0tC!1q zyzfum*oDTC-Up`1lbPMUwIF>^(se&LQYihP26?HnK+coQgR!@-?`GF*UhfZ=1VDp3 zlk*L)=S@VVMKz$=VyR+%_*3qMPjlC|4jmHgscZJjx9r$1`t~PM@@Eh4JHIqy)AOe5 znU|e?bv!mocoMzGBfSu5#>q8QhINB}Vq#Betyt8njZ15Sf@6!C5o+|?}BdofHnXl?PGzMsK;^lG;MY42ZPSDoYtfT|^n(^s4BosRS zyLOw#Xb~bheCl^1d4|#cA(wBn?R~~}AAm505zg@b?y^n-vlgv7w4e9;&L%^iXr3`x zo=Qmv3 zp!G-$ZZ#e&{M~>cP`+#D0d9P7aPX`mA(Bi~jK`fg^W>7QaYx}FPd@1dNW z=+aQ|Wg26{0~Wf5W+XV zRGSvb$kofzRoejQRBVXCsdxYDqw(@PB}XzP$4Ie8-;chxXd~DDwBb9~E-K|QBf;vS zAyEVU{Oyg6jrZG7K57Hv1K*A5=H4C=a+>*(;bDMhN=kv$UY+aI-9i4VDc{B_e8_XH zyYUTz&&AS8OMm_p%-W@OWBBQE2$XHLh+yDUohep*nR(FC$i=Yb?31QogZ%a(7};Xk zb2d${Bh_IrniaP}Lid)?1Tw(`E)#=CHrN?fz^sU_Vaf)(VsprmlT3CnmHn0@4E=0ZfZn$;*aKxBEtS}v{H^_H8( z^@exsA9s&0489DmhnT-jvcqD4Uw3YXEsEu)q-2_if=e^+JJUCBOFwD>)<>(;tyn#G zhIp0q$1b>DUv#y6-|N<{S=U!@<%+}(jy!*4mkSjRmMri$U1-0uL`rk=ejU6R_x!EY zX=wrG+_>@oA<-lh78JvN7AQiq36~NsAO)e`GboI!Sox#dSofJ;y|evtWy$;Xx0Gr) zDduZ<1NniWmZ9M{1yd9Y0cbSe)gJ+rLHYoa`*UD+9D#uDL3S6O%|Ol5mPIcvx$Hm?UTR?(iR6F#G8qFoqrS6bqiA<2j?Y=ib}?eZH>K*q(P!(s>8>|( z1nI%9#0&hUmhMysTu-fZw|_5wnznSlbRfLU_&UF>+J1(pm8o8sn3VKQ<_ki|kG1Ex zx(+RMVj+U_@G4$kMK7i|>N5F`65o7Vn7n-Kc#f3k+YPhB z&j)wXTQ31QZQ<^7S}3-B?jXollH#a75rTFwa{~ltwe@XA>p=TG#d0DVDl~aw${H!k zGwC4{upT7A+sbTI%J+VIb$-GFLeAFbO-}lyXorJky^&X|+|PECG7T z`{LlYTDLe;FllyS0KCBZ_{k8MJnvuQ@|BZ^H+hqTVY7^SpT}Q#kbFbBdohpHWFcbCH5`>lHtb>Ws!svIMI${mErR;2sE@)A+U z54zoZ`9e3C-yJu&Ip4wA(H<0vKD@?(QVi^PucptImNo7?%D6BuPb8iXZ^C8<21YNo zKkFM8*sNcrRy(sTfMP3j%OlmrymaR&E2VowB-~eM4fslU3wvft!7=&sp{baCuNfo@8vw^1l}4;S%7S45)$uASi7iec!i&*pbM)1ppDS$iN+`dlIV z6TVTru{aJPxMGnlm?OnGYm^IcoyN!g>S(o}>s;QJR>RFj4^e6FpYPkL4wv+iKc3Pg zJf_nuM=Esu)Ob*QinOVPWA*i`r=~XuayGcD^mj_O?z&E1R~tMtQkj5eB$3w4+O`xe zFjxYit19rtVpA504-JG)#l+}(T9g+;YtDM$PqW{7I7}OQVfHzdTN|Jd;50~}^}+I~ z@-qPfuF*dpE;kW{P70~KZhy7Fe8tQnFqXYS)(m+TD@0MYq|$G*OLd=!*7m%gzK9Sm z%O`vE8r9NrZMWS|vI)ZYi+RYdIS7E_@Z3-HLkXw8ztu@IWlX>KZy5PrtJylO_KG{U z6Hjk?8pqUaGai95{I@YFSI$fL5t4yia}rarrlIXT<{S|tae`i1;D9nBFgY1XYpmpfZI>u_gYdR%(dzzmpQ&WxV1N*?Suxy(pL{(Z6UA_uKBbj^eKot3=eacwYfYH->m^9}Vc<%|Fk!faRf)1Q33sf&_AI;xQWDNj7^7-+(Wb*Hi)cNhto9~aL+tm7w46&j{ z{ijzo*0hRcKC`1C2T6opX}x-7-pSogbt#A+=5^oIE)xb>Kme2 z2k6h_P$wLuCh#HAMx2Z@2@7y2fjUg``p$K%!d))WP_juTie4)6tHlHvnA9qTXubP(ym{qO=_M@ytZIB&f;m zoH3b&N@5<<>USLg4Ob9V)U#X-Hq?2XB+4G{DgK&Iu-$63S;2gd8-f#C`zuw5*QShb1q_r0$bz&0xVF3ZM4-$;>pqH!BeisRJzDEb(B-*i>44 z-f~8;0}UHOEVg|m`8jsG0?%$fS2efYJ1cLt4A+R2 z7&8D^>dhR^nbhbqz#_Uhe{zMkHc%qd*dY^oO@dhnX_%4bH_1!E9cj&&UMg4%3)AY| z)&~jo*AZFhX|#yH_7wXD%{D7udD5lW@D1V;In~#Xa0dKBZ0up}ap3x9caJ#s0jxEv z^PrTr+On$hyjaN84rqQ0GW-{ct{27#jpw$3&=G{yS1?)QH}Oic=}ZyHw?6 z_!FDYK)!9Bm-ZDA6Zk(>6YxlV@*F%wFHunZ=h~7{%b_6&nJ;{C>yBUAwOcD}uOsfn z)o}4{Oh-dqB_mOC$@wGF$C4&Fwz7dZGzwed)DAoP255^A`PLgv5Q>@qzf0kgBzJy*OW}9%2GdjkBaKIOM zy3;9KgIrp~vyk_3%pleaPebkAkV@YT+AF8f$UQ-yFQcDQGk|_?QpU+FbK05!Rb3Rhdj? zN9AdlWSR5#AB^dFH@Nt?@%*U%01y2^z+zxrhh|}#W1mFqHIG9iQJ!<8o@*>*E*MC0 z8$d=0CsH0!faZ?BuTR(YYP1aELS|6}kmc)!@XM z=H4YCmU~@Q5kej`qge+NC0i7x#XRzQZI$p2b$;(qphi zI)Ya0L&GwF6t+1Z0}Qs)+ea4SD+PyXu7X2jN!|;f37BgZOgxgIEQ=NeR5_I`3-?ZD zvXOR7O@xk2N)3lh$#WXcBO?oR!ur<^N{|r*q|u>Heh+Cl+UbvR({mZ~rkb(=TS61r z<)BV<7@y12^z{X8%96PSi*q0af^ttVIF0PY+-;(X)Kzy*$O$7-yWN?DQz$=UHA{1E zX6kN#&D-LB}a-nHZZQ&=?f)Kw;>~EJ__=wtx^wzR`D(G?CjujFwD8${9CpM z3%|N-VO6B2K!*`lj2gN{VOdMA4-Hb#u27Wh zo;yi)kHVU~EEct$Od>syp{xR}+=Js!mi!hHr?sM7L_4-yZlg}p#~H;`9<`2pAL6N&&S@a+FhYxWU`+ihx`Z*CccC% zW_D~7l~X?6G@DT=*43x|0(sy1s}*K#nXc85>qL8RTnw`@1hIlus5r@0=1j!$n9b+$ zj!crPQ3sY}JW-CfT;Q-_>j;@&T!~jJsLOdQ|BWfVyf3q6ho^lHp<>K!xiY`m?|Fqp ziS*BiBs$_E3h0e+PB~tFB{I<7`5s){I-X%gh*lo!N*z*&DP2-s0XjBn(l{)cfR!~V zn7*F&z=Mu*H{Fy=rc4(Pvln8xC?~|4&pg#T8m-o!fYIa0*ilIk3tdWc7kGqpH6h5A zmW1QRNEm9iRA~ez%rz2v!gxwM4|(vbyC~C>QV0UICnw?FN@oG*%f?o}ta$|<(N$5N zoUmiU_$i_ACn`q;V#J%^T^N3^jN-&1E{ip{{jV4nXT`eQVIFvMd|O(NrPP zvF{lko6u3+o1*zLwV0(z6K1f`o7>-6_P8YVOD$O+!DJYeR7528J%(FX{q~K3wu$`5 zTgoXD8mwyyIM=5qIrKkKOH^-1;>3@Md~bVkF>x81EUr){#_}V_Z_ocld1nn~@ zEv###`RY1W`DIvw@zF>}Bbxynl!l0fG6vpqUh^$UjMsJ1kZ$KX>cSWpDJRdB6Fq}K zIVmqL9u|}_H~ao=ezT|SxizseSp#QT?X~Mcs*vkws*gmV zUeq$l&#AA&-M$=^!t+qx#$?7dRE}@be})I|hDS>PXoj+}7L+eD0Z$=9JY^5uZ{z;- z9Ib55Xv?|Ov!vJAd@r}SAXxo<(M*Eyj0vEZJ9e%r|1hta(^ywxj-9e8v4c zBRXGuH(O<{jE)^cbo)pc|G^`G2(?_IA>6l6LJM3wf$%)S^CIoVBPp&W_)ARy7}X$o zij`D?7=t)3&nEjS4)y*mF-`)jns%Ci9Nm3;@b)2pfov)@hqo7dFXEP)E7^Plco(Jj z1Kxy8xAj|=NkPy@Vo@4vZPX=1wiUD#i~pdTmSf9_qo^`JnBuLiylB2@BQBfVsilx8 zJ=gs_b=&D=e>!*bkd z<9c8aG4M#0@WhLN}(2JUqh%)Y%x1D+a2clND}=7B8uu5 za|l)|aJ_V0d)aFSma17Y%jx?I1D)=~*D{OY35BB-@XSIi5y;lx$CorN!>wZ!Q&Pl| z^HC0I6#rj=@_1Nk?ps5I%+!!`&)FS0MM3)wO4v$p=%1u3Qj|2~ki&Zr3)!6I^aVOgYNdA%@OUKT~m2BJk=<2*F=bV2^ zrwsUMRca~g=G*?z5=S~#*gLy!3f-hI*{v{9GYmE%;y7n(t-K^I38H&uiU)0pGB}$U zRGrhJBF;Zoi+AOmQsltmt=k{SG}a$daWA&Dd??sOU-OL{NCj<^zJdkXWg7By4@P9f zwE?=SN@41fFZ^J9kzPPx#N^jB{GrHkFVw80rR66I04+TD;&KOOOd5d5_e;?C*F?E= z5XOLPhSqz|2#@YRT;aPcnyhI(TRuz!M44g!ELq18f_2e0PET#Z5#=DKPo1N~+*I-G+pRkzYko05Hc z?rBJiAmbs$LB&S?xZ3v%avD!%0P1t)rbex#Hp^B4>&Sb!9+!Y}{+lYtKaVN?R(O`} z@~K{$Nz0XNaA~SaFLm>mF~lOz%PK2n?AL|~dfNB?D#OEW_yXu?Gr^;7?uo7#D9GK3 z>m~h-=HCGvG12peVdCBtDE3DSJ<9mFtMf8e1x^l@9!MeCJ?0KI3s$OfqZeV{my7wA z>sS^ZIw%bJBK!ivT<6Mhp!xScU}Vh4Z%1vzl|L7nKRqV~_0qy77LN*tPE6CvrI{4z z(5llJ7bpDV62rbbo47M7k=&ZC#y?kTgi0JTM8=l{y$#ea>(pAjn@fc!>F+X@X>;m% z5nN=?{zMp!u$fbI7z)!-_7>`s7>Z~$^~VM=>^`&@kxobYF_1-~+YIz(CZ_09JVRhi zQF@imsBo?=e_`^efKR>D1|WZ&LR`3mF9@Tm08>R65vo{gH6HJtUD`u!g4A0$=jRm= zEb}HV8Irl1tzXM)W?saq7=St{{D2W#48!UZ4{{%w&tv+- zvi_W*;9n7kdxWx=GMMKLC`Q)?N1II@I!qBRBzKOq!wEqp(I@$eZ}CN-MVg4xJ$5GJ zUKhIxnbP=cF316NE^Djmkntn#ZyR-{--Qmzwahs^E?+P}=v>;f^k{C8BV_Nrrq7Vi@LJsG2b(g+8nX{waE zl6r8 zqG=lGb!IwSX^O)!@d{K*4izki3klLWT57$pAg>E$xohTy$}7}8)>zS$$Ks%?TrQ)K z8Gp0=60#rt{GT0n)jq+xompOnvV*bQ&MKI5s{_bIazkfMq#BRC*NpI^+EPKOBNL|0 z)oyQ3?_z^fZV}*fq3S0w#i^t9v1RAK4b3;K@CU#^mnguBTCR|pd{YC)Vkdg!sB^;# zk;H$j{bjlU^cAK6KW{g>$4c@lkj#4JNm-h!7>iWZ@KISySVjwhi%D2RoQE_j&M|wwd!mpEeP;w z`itWXD!*NunIp%ij-E=cHm3fT$Ypk}6aQg2Na%Y{#Gg?Gj@!EGsp z3+C#Ico8*CRfwh>Y^7PZ`bGV4teuj(dfcQppy2hl>Rn*exSWEl3BSzP z5Kwo$OG_tnak-5`>Pg?1nhlSiG;0~SM8UnX!GjkNsA)dZc^Y-e5X{J5Uo>l&T=}AW z{5;B)%xQ)=rx4R<)NN+Rjssfi_`{UU-0bfCD63r=Vd~M9qCLwEFG6g$9(N*RlXWxq z@TC`nTSS7ncfgE}d+chm7envtm@uCjn(My?R=)1Ns9A7=zfcA$<$KjRO;maSzt9mI zt~6^5Z(<*N)-!stv7za;r=58reC`uS>vD7G$3+pAG)CbIEpkj%6qq834NGi^AU#KV z;5Sm-+e)%3Io>Lio``4>gzJtD&JDVFg}frg37A?NHa+!z8t|`8Ejs-8Kc2=gA9Q1L z=+gzqs&1}YE)d5To_3eUJCXU4w{j&j$JRI;ZT0(L85)rxnz{gnoitIdBlpQ|l@$*Q z9kg9k(T9*%-Bu3MlHAw!`{q_#hl^|$zvi@v)RxUlPO1=`=2POg`Brcvp0n5!IX$kN z2OR59)p1lRJ$jmavW7$Vz(W?eHBDhePbm$vfm$BhD^Tp(?cSTU#*g&9zwnm4@#!~F zKURM0n1UJq`|_Z+oWpAY-u#!HS<;1XISh1Fb*v)0QZx*?%OV`wEP@R8?Jo zVXUE}AgS3S6ES1=KJ$8W|FG0epd$xG{C5LNM`WE!V{b3rGv0g}XGTO}eBuxSNuna;e840q5A%6Yt0VrI z8&aJ=JyBattmtLaCW`-9g6PK3=WsFlCx*rwg~B$@2UO+!2aLhJ!bj=vze;tFk;u9H z^8S)!&t;-Z+JU(lf@-%uQ+mT%T#Lr6&ZU=FgH08(wy^#R{T2J~ASQ3MBVs!56ds>b>#5lRy!4jcT zPXM#8hc1*Jm+6l{af4JG943JyVgU!--6N1xL{6!M8s6njgZn;3&3)zxC{i}O8Zain z2wC!z-UDXKlR9M)si*Px-Om|ZQ#;$w zAdcQ8FyWmhvIWa%wt$KLgj&I8?0nIwRLI0!Q0eFiPALLn_`FUEwT;P+G_+Ne9vVdG zR@hST#?LISGxlaM+JO=UJ=8sku_XO3mjn6rN8={*qOk@hNgONSAFmz#2aFw0)FBL3 z$lhnGkYAbz{Hq}%59*ATq-J_)ml^@+QG_5*P9t4fgj-ul3QzGq8nWMr$gPmU3UG2R zB+ExFRhX9*ORJs-ERVQg*s*wGK&mfz(8eh7=gO7mPjJiQ;n4}iEGgvAdDxlexH1pK z_2{!7GY}`&O^$~GdsGxlIh((zd?`YbTOy1$P*CR2S5;UC`f37EjB_(t6- z(?z3lXbk^dTSg|4;gjf1&+l@q5#ClwDl&&bH)>5D%h$`W1OS=;8h9AW+K)7A8@rT_ zRBub@@xjLoLR0O~G$#-2vyf!`<%w_#w4(3weewaH-s54%hOH^Dp-I@PE`R~w=uF_& zN@e{$a2rN})@)2$7MXCSLEWuHdO9iVEDvVnQe!%_)Nvg(X9kKtd)wlmWtluPHsw-m=N$12oEuX$RoQ()yS!-DGFr~ z&CTE0L$w&H2%6Pa)E!zc zj<6hi$5!K;y;%TRapwb5Jf8FEr-S2_J!m|yHS1&V6Fq`yf$8OJ(gv*MFFbx?sEOZ~J1kT*&w+w|Y)V8UXpCZzD% z>O$Lz!MU5)KmU3p9@j)P`WS^{D2%$z7*T(10`z2-!h)xdxOh{it5H=4j^371yq# zAfr5k+GT*t?+K$x_(P!jf|jI`7RNAGVZ9v{=wc|kY-i_SP5z=Qy`rGN#zZq~FG{>{ zee;2HJz=Wu2n%0C=uWGY8ooBv^qo4M#;mAXC4||G9(Z+r46}d7aSNwuuU*6tCIc14=K1S8816e4iBT)I>z6R!xxj> zbySdpcV|a)*##^BG$fOc^bQR3*i*C&&2JqD7>9vx7%C9w6=P8ok zDj0Z^jl#hGI{kN3Ff-J_hFm7P4J>FAM~J@~I9nGSyi>a* z7a9Dvbu+oEP@xge;iRG)nuky<{}L9IDFdAYhSmh>Z&%k-pC~d#9iC33X!*!cIcnm- z%IN@17Cs--nv*De-;@vWTsEv1ai6KHw!6%JlqtAiB?ub={sw!qfsBh=$RMs95S2eJ z)3x^sIZ~6L4mf~fSv_1fiT*&?U@X!+U#>qZb9lGFSWxiCcrQ2tkz{C_$&SE1s4|us ziKiDW!Oa|gt6f;~z2$$}sr+eqsH6v}(p2p&ELyJbWCB$SW-rerJyl}6roppg6*mq= zM_SKGm~~&qiL`~5jM!BSqww^^#mQEEYu8bP0u*@W>6z*b?E~Zk=ZAok){lF=!SDlS zVxAx^GCw@rxacCDG~X7Ep%?iF^R9N-;1SZ;c3QWrguOkI&%>voS6>ab8&XR0s<;DN_)ce(qpdzVS2RG-jS0g|3*I~7*G6%*~ zGMGDIQD_4t6V9O4UlyCvLZxeK1)g$UiUvUkjfBW`iPEdA?4b`V7GiLLu{LGe&{q5C z49wb*>N1iYr&v9yrg)P$%MJ{|GS%Spi)O;Ku9wLKGa$7f*4FDzJAmgn>xyU;eQO?* zw}?_MVrR^FDztW8Ji6fM>5SF{TNF&g{~`}#iqg~pzlw1=oB#O~d|g@~jO10v#f*~u zq#tk6(_7TTu&7$b50myQF;yDup-QH=_lV1iw#}ve87WSu(YuEOBbAq?A*x2e&($k1 zVp74m!paeHFETHo5}z@>4CnyFsAKJ*X+%?;Fsi|6s}(`~Nk>S}JjaY;lYq#t{H2-> zmyHNce-;21uUaiAn&p3cI+)aExRBApy)eCu?r?{P!4~83p|ZG_`4*rN7&BnOk*tiQ ztSqm_M*Nqfh6vVKysxO0R*7dl-%o{Bi$)=NF4o|;MBqG-DAnbs4BeHDa?7XNiUT7q zmPoMQeOjV~6?djuu=}!dwN;v}!y+6EetAj=quw-*|<%mM+=XselYwu*E99F7F?_o&My%ppJE7E0hKkUb!m9HRmK8q5RX}d!d6DssV7j;4Z0iOI>`~} zf+;}F+7mAbCJcz$C)n*oIgGNLHTf^rplXJz7-EDFR^4^zout-B9~x<}RU7&?TnTXS zC~eG>HHzPpv3W>+3yA<3DK!KnTCgSTG}AS}-%jL+2GIvxAb%g6GP&y!B&=zms*FTr z%>mc>o`?2Etx8L5Dj%aIZj9SHU&mlmv{8biMdtRx_;@}tuYFQLEWR0Ga)xr9XNDBK*KzYU-mcq2-I526nOWwcF-;%%uOd7waHNS zTnZz#xS^%)u9<_?qpi8jt`tJ4(fX5Lq+*-ccy&8@rd5Ez@|ZH0i_x_=e2g|N)lCc|SQQRXBqeUt^)-af7#(8;Ic8}lq+{DWbAwn^sfzZ_ z+4fXA4OA=-G+^$qHehfQOzYR5e)87sMtS<4=dRK;EF6{|4qgMF_jb$4=Q{zeWY~s$ zSm=D%)Y=E%nj6_|jbye1yq`rCZ&{hhuq z<_|Zl2x%+Ux`s9zb;D7PkjdCHGz9X~B1n#JORZ+o^;S}cf_0RI5$D%gm8~68qKKiz zU6z~8cBXQo!6NKm(U+tt8i$hgqbcH6&KzqWZ=n3Lfb(wQzOzVIim@%f=b;H!o(m}sG@Ok42INek$0bW+>vssGBnt#Q z{8Qp+E|z;{VF-EwO~a z1F+g-4rV)3LGq)Ji2_f>3-cK;q%7T5+=+sXo!RWT!*^EwQ1ZbI1&5KQbzDs5l_lHJ zW!o65f(V(dhS`%!C88oMRa*5Tw-zHKcMZ4pn&ZeAYHv;8#Z zxu2-F_`?OFiby=Xp-L2wXrB8EK@1k;o=}!3jGpb+$6V8dEA2ugu@=(d`F7~uAa0k2 zDkRdUp8$tBu-M2%ig8w7?u52QEG?k88dI4xV5LEZgt$byx?TRgp^hl}h!8&}Uu!)K zY6-t#=)*Oax%TZd@c4w!IreSP&~r^$@z$9E_+A7u<|6KZ$p!uxYxJF0sTqkqk@@Os zT)kCoMrSGEol|ONMf!qzUbw8JdDV!oSFk%Jjb@6j$4n~d2B%{`3f>c5g)%wL3fSry zOWN+6l>Wo0>nb*2(QUfzBoc^>BkO@`Qb&58%D}qSY5D?-8d}5gQWIzshSCA8ob<-E#8lw~jGADe zCh~!fAUzEba}Q3iRHTkZdvo%75pPD5-&Z-*6;?brbI`DT=etYV9!{75yrPuHFdquoRf8k z8GA++H?psfUg$lP^UF&)*^@YOrA->?6Cv`x$TJSt^>%T)IQh5SSWUntztAp&*!5*~ zDW1OL8jaUr6%AeGivNiER87$i0;1ik#)ECCS% z7{!j85YLoKyj%D2^yktxmSfX(*Xb=}`PTr0^;aO%T6fU*@SGZ1S>bq`Lb(>T;pr!q5kwCbZ-v6Ht^2o2D+^7_ldj!MX^ zselg2#KyY-c6j9d)s_+r+$`Pa#H!I@Ij=KaJ8Mrh^u6oS_}QaH)*3e!^&ERmo?L>( z6`oy;gVuD=44I2s;Q*Ps4v(`fZEnEHZfX|(0u^K*J-439Na_e;YuOAZdp~&V#$Q>w z^uIq3iN{a5uPN>`Yd99PP9m)x4|D{?d>oBH5WNAR`|D_qVJ>KB z7NC4L3H8j44IdQb0t!jF4>NaEKMEbqG`l-lrsFk62YGFWfrt4u5NaG zz1kBJfcKyS5#8}2^v=cv&Dq<2TdT&5Fvu8V{Z6X+%?^A}GabUkmV#GWNI>HFY^S%s zgR9FN$}v0VT4NlzGSLY|T)#})+RLTu#G@XI-v-fyIAL_SiiJ|`f}h(+Bv(hAp$ zb}GU%F4dq-is8^2*fa-j_ZRXK$HL8=VInjS9@O#+qc2GNCI{mvcw#p7ogf72G*)~w zU)=r3I7kG9v_ZF*EpVoQ^f2g3a25z1R$pkQOEXgpvDhX80?A|woVnu{ICGNrrMQWk zI=BEfeHR`?{Et(>+5iR~TPEMT%)_=V_vEde%d=kmaXStD*Dm`GVK1ddNNY-Y`!=21 zQVTpQ$P$u8@7zF=3WP~nOpV1eEJ@1v(x0poky103_LB${=fy&=uIfHl+~h*%0+K*x z^#KWn5bEF2Bt%b`uzjyd@Em2kFdPtZ`=`jDR0k0Hiqw>!-$YC}*FZa%%KC`PeJ4 z8KBi)Z3jw|!D}i(x|pq=`XkSf9!C(|>mtg=I#mNCYFp#m8a3yHAm>$L@^}-I%r%Uk zMNa&zGDT7lCaP<3YKMoC2n+Vrij_|(<=lAwOofBC{Tnx2ZC2kOi6c{irKB=QDSVsR zte#{hQ@OnF%p=>5vnAt6O71mY7onlw{?&b#q%!Uo3EC-ssM-p`(vGKFrDbG{3YC2! zF*S;3z3ql0J&4c!k$#GU{3VYiY+YlFn3d3fu(2(rrKNB0=w!F5Jvr!9_2}%s#4FL- zz(34dVcOcu!z9n0;OS3FMH6oeIGVEnerok)==1D^O>gT9WRuaBp}BMIep5`ZNOxv9 zOYR~)Zw(k3pwFH?4`1G>!`~ng|<)iMyUc(b5G;{3lFDH?YW~ynvgo7o86YMRU+DBRNX#31cbkz`(@(MQia4 zAF8q#U`Fe4n6K3ocniJU@G`X=W6Bab*Y5@C=}z~DI81?Rs_iG~Ha~tl;W&OU4=S;a z&6teW-pPiwP~k1G6lc3elng5l=3Pc=MQr{>&7fH+&LttFz|8%~3F<=sbCZ~A1SLs> zgku?nW29cE{%~3O8N`%+v!)J=qQ)M1UE+oJUyMY@R{HF!gO{Q7vS_c9)yr+nS6WjP zhPl&jz3R=F#{-yIKg1oZS$LEBSZ2s_cC#hCC1Ow30+}<^KF&^OuQ?9njY+y$n!|`i z{R;dkznU6_F;V-!qr1|pO_~KjS($h0>s<+lj)K^+`nbh=Dl7=TC5p!Jr}4Zb2mG;E=_;Gl8OyU$WY@{ zJQN|Ng`_u_E68`L=T^>5AHi;wrcO|#Oj8Xm{ht63B=6f>oxlOieF^omxR6jUB8V~O z_rsBrjJ+wekdhH}@PmjW403B|7(;_JW)C_A7Nv9;#TY}=2y502x4ZYe!toHgC|hEH z>|3)KHR!tub|Wr9A^;tNwFq(RaBZSN;W|yNG1C=Vda_yY7DFlY=j6mbP}Rb^HUY3- ztQL(jO4jqGe9usGWbxpMzFO^g6$)nM&9Ab4m4)uUkIiJ&AGNsRv;`MGL4isSBe?wj zL#NDB6VHA(jVs#`l0aSG(`DYh>o)V`n_p=@^nxwyGfbEQ!0f|@@UR3>>NG<=a>xQQ zdO3})<8fvvhfu?wM3zVadb@>O0lJHrb>UPS&5r#oBOX(anZc zE8plvWdHytz_111-%c;TDja5@Tt7W>D9r1Rd zBN&4ycl2lZT3OzF^yCy%IKBi%x#zT&gF~_b|8!iCkBS(UpNL4=O!H874|0Gg!g2;h zr85*jOinA9G^M|NUK!AU3=4KuOR3eK%H$$Ws^)Hbb_RG=Pl~ZPQGd%b_VbUuAG#lX zik>}`*;4-TSfRXJk);UWg5T;#KJpP^(7HAOuqM#LMBMib)t8F#YBmnE47{lv z4g)u($;QATT!au5Zts@>-1Qu-GNO+(*JL8*L-$RZyS5xPZ``@XmV32+95-$RMNLjl1_k*!J9O%;#qqFg5RO&7TCLD( zCBxmdxdZ7|>1Y%4Da^b4gv!MMsk<)u>AD<8d~LI;h^g?ArT5zq>V3w0MNOZi5bj4v{5 zEO3;~Y8=cW4Pw*SEUu*Hvd%pyg4#}8#rf&(o^9l_KZ>qdkGP7WNFA)ZK5{9+RwFK( zS((7akVEQ^bd_iKHrVJToZ>2O{_k?^Bmnc_4}Z9>gCb-bP?t)$oLk;locd0rQKqg) zgVxxbq$*KB3mQ2+J3rko>eQ&1aWQ?`+~b)CA1|5reeH4P%IwKk0|j(;(JZboP;}ss zBk)v)E)krr&Ua<~n(H>2mksxt!^j5q(58!&rzW7?O&e1Yt5ntX*sL?ELVeP~l3*J2|d6(xa;0NFda@z~sB$y}j; z29TqiDlORmdD{JR2tY+E5+_KYqN*Y?W*U9XiTjhG#+fE#CLam#!3p5Czz1;JXN@e5 z7y`guaQiNQE=k3UEUau9U?}+7l==K42W=F~zAu!voyjwQ5a=pHmk3T*=evku4QCkq z-Yq+AuZ*e6u1>2ID^R6f)HeX^F?OrOsUsw|2i;Y|eIif*&^eh&ugW}V3tJAbc5`r- zWDjk_6Ttz!JvC*CDXEw$@tZY-+<|88^!UM}kJmGqTC7?vBH)*f9XqBmFUXN6+)4t_ zjuB1xm?E|K+-GztTV0;-ZIusOorqLmO0EX+3-h0qK=00}w&xV%0#@AFa<$B~Xbl3* z+dsY6d~weq8-aRWR`M0OUDel@U$fS{dk3qHNY>f}YJ2wu>ZIoAXXA@(@Acg2Koe8n z1cy^<*YX82a0y&uMe7(6q>L3EiW{ZT8z@+9M3z`OaR#Eer^|y74s~ONwERGK`ON8Z zG`WoNhh2j0JRHhJKbtP_k(G!HM3$GAv7q+KvH8->y5&>%B^%{(Q$_;*kaLy@gm_(@ zbWSWbqS0Uhv{jSzFWlNPI)2V0 z0ENjwq^GBclNp6&$(jG3ApXH+iDn#Qq3YuiIGCM9$HvmoV+LA zDD$yE7QZ{I*!dW>8uiX!8R=;Om8=zNm4Li5Y*-zFeOF-v z>bVzci+29%Fd`W87w52FXG5_g?xZ2X8iTNbM=Ps>Q#sQ6y?DM{S$lZ)J_wRU#ZcbE zUY-wrH|hP#@jNH=o#)UAG%*=!G9@gTS|L|Sc9lmK4n98GSpI$uAUc}CPwPA!qLr(P z(_NKychR8y<=5$W_gF$*&eY7h6c)Uvo90J8{Gj=VClA`FjxBd4d9I%w;jPJL%HmEK6YTHXT|aJ$_r1;Y1YQR>5VY`zlT)Nyg9_g&8cMBv5KW4fAaj zR5DWazs@F=Kod)kM75k>yD<4p&UC_TF|y3kKU*;xIw5>j_OBwLqtzW>mT263^UbON zQc>8eMG}c@X`--@8QCx!?_C>hNJpmHt>WbC5Wn(S@0|qFnFG*-F!rzLt6ETdKP~s! zN2amvSu~qQvaIZ(ZWTCcZSI{(SApVLd%3c7DD@f+xcHlW$4ozSEuGgWlk@?7%NTzP zh(O{`C#O%a8Yi1PEi%az%{d)$FGI~mluXthp|b*=&p`rtiK&jUA5w=^s@=r;byndb z>k1PbPNlt(G*zn>iG|h_bN_hV$=zS8gtH5gT7|<4*)UZqRX+H^4_=S}F316tFLnYg zG9WSEfH$75rER$r|I}Ywn&u!$O*SR1_>^EC4VlQh(PY9HKXPauG?acpm6EI4-0$4 zS6OUNmO!Xzvg4N_Ca0`foxi_ZDOe~XzT^a*VPxyCwy<++oBg@%5O|5uwJ)(7t)86~ z2^85TkZu9tPn$>~2=M`Lcwza-4NvU*R6Y(QWAP5IiYA;Gco_Q{`~2uThZteh|e>PuL^gx(M4P4 zfC>m#)ERA2pjVA`MN_q0VYYiSa5!_GWcK3|jo6j>SY9leK(iGiDZ~V zhyZK__$!L)3>9*HJo(6XP{_}L>*B)&bVySJxqyST`JfalceLG?e=ui0xc8Ka^2IMU zyKrh)gpHBtDFDMlLR_C11P7S~`MGT6yP9*wJC>q%OQ%8gM%kTwj8j36GL8>0zDv6& z)?P*6)4>|*a6n+Iq28+H;(l1TKD1%`3INDXV4lsaGLX?Y+IE%`keULOZy$o+Fvrt7 z?VIB2GjnG!d*|z&%{t~lsd8!VmPht|EZr;}#G*UT*IsAo{bi6}(rm7s_XQqY(_bLi z_eL?K?PEGuCLE6<{)NJszPZU_J=5pSMv~W~nAY4-ZPi(wbMsV)E*Hz)U98o@Y;OEW z(qWpY*HRJ78lWCR`4U@haYE<3`L9o&HisrA;S^>6pa{a^G_p?&K0zq0%}(XwR!R>- zTJUeBJTkRti7ld~SMpL^v407F>it0xHXqsdvy^VRfXWvU zh%j`F`z(t@j#~&On}C~63g-iSd>M_8b4tVLg2-T&!!Tw_)fRgZut058uP;vBJvx2# zVGekm30F#dy0KDRTwE;w&ENdZ1qDA9>bS%{Clw<^Mw^12*%xddRCOST?*=%IRFUtgH>@RlhoREhPb zuA6=8)62uD(b-7%##p_gHH($)usR&7sV*VhrEtiXznpv5v*O5~bpw;Yu8tw0o`(>a zlj(T2H5iyAvJsP;VbiAU>mOhPO7f`L))O`_VAIA}Z%u5o#mBVs2x_4CMF-W)txF?(kb#b|VCUe;l=pBT?Fmq+nKO@%al)l3SRMaE<; z*2u5ZsRYgCwS!nzJnAAEnk3kbpcp!e(#Rgm(UAzlF|!c@(avV+59GvU7KqDt6q>C> z!W$|s9k}lJzE3y$y5_xBbgtg2OX`zFSM?L0_=F^`%W{4TTt-v?3H{L@{ZWX|%G>YG zu)U}sRpEH7w3wdmzvlJ_d$zo*)JhD6*@ygiJHS$+<>&Ug8_c&etp ztp`WY{%^GvL#;gu7JU+D0dYd8x|0T5DeVQB-gTE+4=Y^jv{6PoytS1^1FhJE-DVWB z+q6XH(k$eW2SRDMZ7^lhnJTjo;p%FGLkC7zk`vSEW%|CeJv(u2>?_J z=_Ip74&vI+ar0VE?sOuUZM_)`SEMrlQrar4~M?;kpL{Hbbp z-yB~8ITgv}`0$+3f{!fOF56u;2Y>=qtrmhs<;q-CJ zlVvXk_1POv9slU)iNjCj1_zh_(fR>=$%E@6{NOPW|~5|wD`!iB^D(kN(qQrw6k2qf@hl*(7frUn^aZKnW(V>$^Iku9S$uYJ!axrGZoKX#{rQcHo354v$Gj4 zqbQpz@mynCOz^I|!sM@KT^$X~oA03-$-W+8kx9FqJ=o)4bl`*1%U@^z$`BJBgB2?A z%VI4(+Q+A7M%g_yibc&}*n~0NE+p7$PCgCdZ)78egh?r$q<^WfzI%+VUFxA$Lk9&2 z_g27ES#rF~X_}<s=JKPkP@6}u}Y09V59-Mbq*ckT=U04K)V z4-BynEn$Y24jc`|xGXs1*Oiq>2 zsVCE=BGWSeI9l8N?I>v@SY%qj1Oxf#(>i6sb!2_Fj%$@lmw)Y7)YnfI7#_rhhAD?nsM~)+so2gdMb;v%b58=V;CazaJ6Hr$oS?|h^MzciW z@|6FDoZPl4%nUR%jG>UxDI7dnIk5`T&amWb zcm1@-67sa=+aJpf>^P%WE@=R32p8ShSIT@$d(hsa>+G?eLYUPC@-tsb^ zwLf<3^E-|`@`Y+TJ0A*%=Ue46pHQq82L=Yp81i26xZl}4&zJzDA=J0%u^cj(lfwi; zO+M(PRY|_V8w(9DA3PdLb$Qd#%(aqmJRLYtX7EFrwGH11#pOJc%p#fwYa?8Kep{dQ zQ}~6Pi>pMgw~~kOr`^Q*6n%!Np377kJH5&5do8PeZtRu>k5I-(A~2ieSzw%XK_Tv@ z{2?&Wn^e|01QC6-LTdu<5GV~R74{5jAA(HO=`>jHdZEQd6h6m}{QdT0|MIy;*U%i^ zb4cIw=wg=9$`%6TpIiJ{KrZX)854lZ9ZS>Zt+(E)qvmKJY=_i+V3$58IC>nJAcVGX zGr|CEWi2G6!1mktV#sm@=vo){E+ULDt2$cu z;Ok^fG_BtJ)beud$idHDJH7iKo2lMefSDKa>G>A z{dR;Ip9mZ$kW4VLbo_WE9xX0KQ)^1GR5}8euqPm@#U1EstBX0?@Z{MFiWnZKIuZCQ-BDWP%3AmklnRnd~=>let)OeA#4l=tPL) zXt4Z%=SdiHJ^XTNpvKfC?8rH8pm$w*cj0<>jqmPwo#!9|%ccp?JX~KYlb&BrTtLW| z(@h*<0!`sE)S_kIcK$ZTDnAwmKfR5sBp_UiJ=#O)pDn@b^m8nMva%;f%Uryu|L zx`|UisHf8N2+|h$>iI&xmUvP2XxevG+*Kn0K_e?75rOOpQAz4s?;KCeBsQ9C_2j0O zhAMLhs_A5MIh+`8RO9S8q!l%z;^1c66M}ZSWX%-M5smBZD-*fATp!W9^II7=c$ajq zPu2Is?(OQ`ig+Rbt@@o|7jZi)J#-Sk(rh(MM^-QC?- zq*tNraM5cvD%E(R5pC2<>lY60kHj;jg;;!JC7en`WMLRbZcyuAiBqG?bt1q$`yu|X zTH6tU(m2BDj1xR7xi|n*S3X0ddE>cGoIpp=O`sFDyiCLc*MQ$3VY=MA%h9EA@4;OHnbfvD$N~OmbNm2{G^TLJ z=P~&b?vVc5$X67X{{`|5vbQls>#cCqTS6F2FU&r;bfmj?IQ6%m3MSeo~k_Hq!h=kO?`QDP&?vf1q5`d{@owak%ZpaWPSQ#hq(z?+a4$T}x z?JKRHCN@I&0xO0G=1O+;(N5u9o&v>J0qV(jongL@1_5ikUt=Y3xR5)vesTI=*3BMy zA|9%qF2ypO&sdwm=o+;?v(iwgj4V|{+Skg)RYkfFj{p0daDdJNq%pkZmRp)=t)w(6 zqQRp6n6X8o^!a9aZ2s`co>1!)V@0$Oib51@q~hB&At{fT8kva9WX^BR&N5bgc1d(s z^SLH;L%_=Sj!e|KbC`D3nEx-a6gEx4luUS00yB3R2aWda@q}jljvo(i=zsyzMvSmvJE-Lk|gH$26la^Yvw({|tN9$#UA)d*oP40L4u3t)v*#|4(5J;7-L*6e?b3}2Ri4UQ z5#61~0Q(kZN&7A4jqKJ9ML30hU190r>t~Ps!dG)@WG6s`)A8y<@oFiK-o1Ca zcf;o6nXx<1M6)lbv=S+QrpVzk`kuX1%9l$BLXtypClPcKg`RZ@vQDJ(x?1B{)=!uX zl~z;k?65*G4mBRcZAF=QwNe}_FYjKzICa35m z%d*^^n^_poo!-;q)sJ!dVyNylV^vP9Xn1k@6FLOiUFwDaMXTY-FEYT7eR0o{Wk=}1cy<0P=AzD z$};qXWS9*|RnJR%^?I-62%*qGA=TA0mmb@AI63_C1(V#=@O0)aC-K=ORMzV?r4mU9 zMAc{|hj5(0-4(~x+>h_lDTlK|hT?ZR@g52Zl4=`1iamIjR&-cP=&qNi61CdghWyO^ z1IwomrmMwVv{j#_$MXS>$O4DJ7d6g%us=4vXa%o4H8o}JEmzyR-C6W=_3WDAxyt{N z`D$1|X%t1v6=rD}?GWmra5xJqWoa(lhw3fG`8GXXqZBLtf7PAaa@#f#h7E!gMNtRa zaXLwpjD6!5==(oKZgZ11<9IT0YRNiKAPJz~Pl_I=z36l%9V?u%Em5!lVt4;tEEc=P z+4SRij3PrS zz=0{?{e$#7MxNuDTP5Q-5PsI)8^E9?qBY|T0yt{4bQCib6f{~y z?@QZ+^E7bkIhxZ|F@H%Y^n8_{y}e7P*PATA*u?w|o2sRfB#aQJf@x`Qzd`UFdtXb4POen{?_*zmow)U% zg>Sbn)?faxu_7K1$caf)mt|K30n}Qe64u1&#o$~QYO3|To+0ht zIayO|Fqe+!>vA?DKo#Y2e$i(67&RT7Dd)W-ug3(5yRZT27Jr1?kVzV`NL#lXx%+h< znrgmXKC}j>y|ruF?on1*uw@m}WF2g5(O)>U-TetJ8$za4bIl+0?cX{ zv-&)0;%iQho&hw-!_|#-uobvxD0Gp+5C)hfHwrC-H4UPp5xjXv33oHs3f>Y2~b6S?{>SIEsRuzzP-I|=p(^SX{MxI zJxF>ZMwR+HK)uF#^u*V*{Y(s?@&4lyG7L9yq9n?N2Sa3_L!zvwd}fs)TMR**Le~~% z2z(~VRlBI4;k~{K0(SuyN}dff7~&p@#k5|_wu3tAi2H=#!w`PDzkdNB$wkLOrjpPA O0000jp;N*e8= z>%Qmb#({QBHD9UcO9dA9qDBmW5x&M)0S@jg$s;}-e*Q{GX*HA>XsR7TDq4zPI|(E0 z4ZgejlLMN{t$7j@-TY3sGeG@^8a1CN-BIE!Mn85+;9sj1XjR;Q_Xz^vG7Jg*>Yfxh Y0TdotFk&DsI{*Lx07*qoM6N<$f87HT zFe-eg5an9A^KokmA=$UzAHUb*abC~A&f`2@f1Xzg&FPSckhBm003!Bw*3N&){l7s9 z{Ph56zTsccX-8ab4uu}^^78WktKi_%K|!Wj=?Z0e_{tLeLk_;K$Sj&=_~?=C^LkQZ zfoACgd{L?GgXa<4uJX@g?KA(){#@tt`S?3!_*>=HWeukTgK=5q_#2g4*|qrOYCNMF zAM)^b=ryCix1__Iom>E6nf*>zoBr;U@cBc3@&5`5N1c8J0QfO`Yl>?mWGScbe3>rV zrdw&iiS>ogA9K_-`C+H+pv;NN`{%5Xj=9lbh5UuIs^=Bqj=N9X61uDSis#Ux{MxfM zMpvbW5)Pgxtu=5S{{~%r`u&vIwnm#f)i{bxkf#ds8U>(4 z1|1)E8E9JH{YSztEECdm6lQmk3|M25YIi#wCYZWTV>2nMDI()-k94utcgJxY0@2E@ zGNAU_wLNP_T%X^TpSum3LI{YG;oD3tg?~lAeC3xI7Nace{K~K{VgLRRo?;1R0%T;6 z?DBR5|D>s`;)$r3-$4$2=nz%4Ll89M556dP67$; z4NLx!scNChmy`h{ALxEHe377BkK+)G{{4zP`f7!t-7V z$=E5JIL)h0Ktf=R-t7GiwzmAt>$pymy;9=-Y!T2Q;qFEVsv)kOE{E!^?bR{-N(Jl2^wmWlrALq_?psn%V94>tbgGu7plzs25>s(2 zx$_=Zl&l8~m1Ug`L7g4AMyoXO1RTbFje%Z(B#+_Lw*v=|FtjekVc*946!yZ3CZ3@xTAv>UL~4hNucqZ(cZ=LLJ~3yq7xpoJU*y(o zR1)N4SC&fW6V3Z4>`5!Bca93aWC?@g5Nk6-=@L2!knyfB63MEXTlHc7$uwc=_^xlq z^CYBzH8A4jXZ9tt!G$0vMkW8YhR{DNY@|T^8(4 z6yLyLpsX+iaP7xG$jF1Yz(;#xZxC7?fx(y1AT$|Yg(7pX2SKH!Rbv4Q+-aB`c*`wM zkpNXvlUi0K5)7nBZ%p??5g^dw=qsLf>^ASrbrM7U3fG>S^(sHFd(q` z8rw`jK#fHLALe@wRIoRp+Z4ww4Btm%x=? zPDJ9RM9YFy%8?y}2-$3Uj0#b(CSl~60(9$UkPOTFEFo^#dM)1;5yn<;)BB3D(v(p7 zUPMAF5!_n`#I6m#R5|LgvTmM>{q4O(##Rwrm{Uz&qX=Z=;n3CypV%|-G{1nlGiMC? zQh=b%G3r@~*mUP#qCzBcYR4n_!J54~F7PU~%Wo*Er*i2_@FXY7jDS zj1s*20tt;yMm3D=ev)}AV7OyBMhy@hxk4L))I#35h|H24;vb&hJV}WaOE+2(hy23K z606016?nf#OhRX(T3$xL7(y9~KD5y2Nur1)mcyDC>^sFwxPF9lizy8BIxGut&x?&u zjy-3t!r_%NOzBn;a&)p;P!dSQZs>YT7Acp()7w3WeJl`0YcAwf zM<=WFDNiFi+!c9^q6{{Z+vuZKzn+PWF&h%nrV)|nhy@!iNZk|_LG3ZPmY%-V;Pb3s z8f~v2Cgxe=wbw@cp`#SmU~rV96M{)j1WDu6hC@VKmAs@n{5-EAsZv(f&(?UNNBG%y z@%S%PJADk1ETqsYyJpgJnf+8ag=i;;wIaN|FbL(YA~H!tcFFk0i!hSv?W@Q~{ZIhv zT%H3c^h!17ATxX{^eIbS=K}>Hb_UIXsBKzV{n zAc$neDpbt8Wh(e@E}?%{_N_ZX2AMB0E%*ImTm0^B_k}YO3>gR{1I7fAnv8j(thB%F zq+{nx*tz1#(EZrD(l1mg1v4)1SfjWk*uXqTv^eoQ(rHfL>aMW)+XNjUe=`Zu`^sBX z)2ceGr1KG}LKmh2JrH~tZaU!(34ii0BlThyYBHdXN)#>p;%NLQ0W**8QET{*w z7DCo<$z$L&`}KQf? zX>^YSIrro zFcJ_3cz*_QTHt3%cm#{yfre$Ahu@UK$7b!SnqfLoM8In;#J5B)yGulzlL15Dt>h9sssa z%BoE(st>L=N-r3W00Em_ly;h?6rk3YN}_1(A!cx5Y2t<=GLSQt9|&>^jq9L%$p*JT6>CgJxx{CkO=Jx zcrOTEneAKD2cmUs^foSfJG@^fj{@(joo%=&klD2!b@}_;JBf(zCn>hz$2XXBBI{Q` z2NWGJ-|>)IAv%^+KKvo@bxR$1Ki0RSUx{%sEMWUNI@IMpgkF)2%4C|9L^vH)2=UVUI&tkdTS2UglCrf=K14F?wTIv{&yrj z`wUthVcfAu*XW$#a4s3!71W(97`XbbL<8l7GH$|hM^mAY2f}+R^Zc}Cs3&w+`-q1X z4}LHEP}!s?^y4jb)Ae;ni*EGRwNi0UA%=y&c1W37u)yn&pAFcQ!b6k{J&S>W#>Kf< z&l!G^+W`PZX7)LcXG7m?Zrv5?eszAdy`YS0SU#~R9t6qsg?0)(Z(+TPM8E2=^Am;e~uNwxzD%r8d8n@6yHE$cS&Q$D*?p~Q@Lc?YLFAu!IsF=+wIdpOfr4U({=A=_8?&$e zd{wo6k%=ZEmBuxslED1Q5JTnrqx#L(-2Ljx@!rqu+^e%d%*%`JmteXvh15?vW zLvpCN(%YPRHd3Z3Wa0&#yZH3dq07!glRuxvqU!wfAYZ5V($p2~)NR>mGIiTI^~$*T z!%%U9t$q&nnZ1bIFL?zrsaXHMRqX=_)PBMdc-3Q1Ub9{5#h4ZDs<2tEJH{C%-nLTa zvyh5*L6%_`)$IZ_X}B&;7d?wyS~OA(hp2ur;f!^%)_{sLcJ4uMTJZwZdIfW}$FN@F zP;F;0BqU1Nv*NgqiOPlJ(5eK0_rhF0w#J&S3AFXrhky(wS=R1{&Dzt^45Jt+OmQ%5tTxeiFsUD3KI6_mb;U$o9&q= z!a=!AM&k0Z*4zTW%X4iml=v$rg$_+Ggl3qkNk*%s$;uyx``F@dfBJn0x`$VmCi7(= z%0<@N+*RD4@t}lTn6e~@fFh3rc4|4_GCLd#?yV3Pil55GQ0R=642EwMF?3%|xD5=m z^+Xhw|KVjq73=E|psavj6TF%?uin(R01_Q)&{?Vom6+rL8r@<4 zl5Fw-wRYRR@#F3pS7Xzk2Ee@*x;Rq4H}nWd2yh71egbdp-FX(L0o9PT*87aiW=_HK z4og6RT1CEYj5>~cPj@}TnTxw&#*yiF3h$Iz`7fY4{lIa>T=}M|LR0e~J9^6-)M0>VZ``jg}L!&)`HjvGxg?A%HWz z!p^uLtqu=TOyy;3DCd1I9nAGROX`A}Z3?~Cxr~Oi&NL=K^eP-(_i>$cfkMNZg=uzH zH7iEQYd8#%_{kfR$&Gvd)(lm9X{Q}Fa43|9yyZh=FXw+(PX=<5#~sXfmeqn$bVw58 zXaDLwCx(D~q~V8z2#RS?N)^s;V5**Zc@Iy%v2ZrBTuBpE#W8gEw7t&u`DSow$nleC zK5o1`9t}}}NMv#nfF$pO?xkX};grKZ>&|+%%cLVBVRb2+_AI4oV>RT+yioUYORX)A zGnm+ge~L7|iwcAXqHDGGGaf338L@o{<%r=DhlJdbTO?2dCOgG}w^%t&+tbTY%`)Ue!=k#>}^rBI9!YDQbrJ_WY`eB);Hrrv&V%{?XG3m z2Hntopz=GcBK4)$;eXB7wMDl&$71m7rIQMxw1@P~3&N7Q>hozI~$N8Gqj2N2nIN^Q?_Y`yOjD zC)Q$F%DNL8-(qD++x)m45i9=jLy&jiHyDY~Olr&C=gV&g;FirOr0Z^zNYc9M4?hlO z_ah9w@Ml6fH@-c}r)8oCJ+VQ@6ISL-y)5Uly5y<6i0Qjr3`E{6wrwj?(2DFEZSNG1 zMox^Zo{W=g35E*�}{<`Epbz<@q8$3b4c|d<;_ZJSyg)YVNl&tk6&WP0U8_r>-bj z3xt{)B4LHfEvcIkE?T6}3!tLuiGca${kSx%FoJyphI3}iftSXR$;e9r4z4|F&1Gn# z1nudNn9Zig!rp6RA4o9>xQvp*^$M)b;s55jR51%72Nx~{=e}uTv;Aq*NUxKEYo8qW zrM;2cj~6iMw31#<5okQYKOKG9!7k5tl_B}(s#+&S`joZ)AC^hb&w-651WIe|B7K?L iG9^>X6S!K~Cf4`+TzbfKed6CX5U{s#vVLeqXZ#ObT{?LH diff --git a/dist/images/icons/icon32.png b/dist/images/icons/icon32.png deleted file mode 100644 index 478f0b961e112c18f95b5667117e16bfd4b3d375..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 836 zcmV-K1H1f*P)|NsC0|NsC0|NsBx|C0az z|Nm|O|NpK2-2eao@c;k+{r~^N3V&Li0006PNklaB#cQZ1?P-=@s!l`tgs{lK@J3`ku2h0 z1Sn=nsd9+qP$a@IO#P7v$8nZ3a;j8`Km-*MBitH+hK|IXw4JK*+$~%YaS3slVD+Q` zWI=jW>by$hCgfa<1}3Nne|2ym_2%4k>?c- z4B;%9!LpuD03K&UfJPxufdIzd;<_&*@jCkxam-7Frh@8{9PS1A*Q$%o7^U6U<|1^^4Ys}DTU8+hQpul855o6T2zDkvc{kMCEEfX@R zK|{)a8}cnycKINx0R%e9tlyV6>mMHy-Dex}H?vdQUmlN3-=4l*|NjBh(poT49q--% O0000 MyEtherWallet -

    3.21.03

    +

    3.21.04

    - + @@ -2377,7 +2377,17 @@

    ng-disabled="checkTxReadOnly" ng-class="Validator.isPositiveNumber(gasPriceDec) ? 'is-valid' : 'is-invalid'" />

    @@ -6819,7 +6829,7 @@

    - © 2018 MyEtherWallet, LLC + © 2018 MyEtherWallet, Inc

    @@ -6986,7 +6996,7 @@

    Translations of MyEtherWallet: The community has done an amazing job translating MyEtherWallet into a variety of languages. However, MyEtherWallet can only verify the validity and accuracy of the information provided in English and, because of this, the English version of our website is the official text.

    -

    MIT License Copyright © 2015-2017 MyEtherWallet LLC

    +

    MIT License Copyright © 2015-2017 MyEtherWallet INC

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    @@ -7333,7 +7343,7 @@

    Always check the URL: `https://www.myetherwallet.com`.

  • - Always make sure the URL bar has `MYETHERWALLET LLC` in green. + Always make sure the URL bar has `MYETHERWALLET Inc` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/dist/js/etherwallet-master.js b/dist/js/etherwallet-master.js index e9df7524b2..37365a188c 100644 --- a/dist/js/etherwallet-master.js +++ b/dist/js/etherwallet-master.js @@ -50,6 +50,18 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"totalSupply","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenName","type":"string"},{"name":"tokenSymbol","type":"string"},{"name":"tokenSupply","type":"uint256"}],"name":"SetupToken","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[{"name":"adr","type":"address"}],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "APIS Token", + "address": "0x4c0fbe1bb46612915e7967d2c3213cd4d87257ad", + "abi": + '[{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"},{"name":"_timeLockUpEnd","type":"uint256"}],"name":"walletLockBoth","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"}],"name":"walletLockBothForever","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"manoContracts","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"burn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_subtractedValue","type":"uint256"}],"name":"decreaseApproval","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_apisWei","type":"uint256"}],"name":"transferAndLockForever","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"},{"name":"_timeLockEnd","type":"uint256"},{"name":"_sendLock","type":"bool"},{"name":"_receiveLock","type":"bool"}],"name":"walletLock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"isWalletLocked_Receive","outputs":[{"name":"isReceiveLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"manoAddr","type":"address"},{"name":"registered","type":"bool"}],"name":"registerManoContract","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_apisWei","type":"uint256"},{"name":"_timeLockUpEnd","type":"uint256"}],"name":"transferAndLockUntil","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_apisWei","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_targetWallet","type":"address"}],"name":"walletUnlock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"lockedWalletInfo","outputs":[{"name":"timeLockUpEnd","type":"uint256"},{"name":"sendLock","type":"bool"},{"name":"receiveLock","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_addedValue","type":"uint256"}],"name":"increaseApproval","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isMyWalletLocked_Receive","outputs":[{"name":"isReceiveLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"isWalletLocked_Send","outputs":[{"name":"isSendLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"isMyWalletLocked_Send","outputs":[{"name":"isSendLocked","type":"bool"},{"name":"until","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"target","type":"address"},{"indexed":false,"name":"timeLockUpEnd","type":"uint256"},{"indexed":false,"name":"sendLock","type":"bool"},{"indexed":false,"name":"receiveLock","type":"bool"}],"name":"Locked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"target","type":"address"}],"name":"Unlocked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"RejectedPaymentToLockedUpWallet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"RejectedPaymentFromLockedUpWallet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"manoContract","type":"address"},{"indexed":false,"name":"registered","type":"bool"}],"name":"ManoContractRegistered","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' + }, + { + "name": "APIS Crowdsale", + "address": "0x749e66e12c09E4105381e373c0E6CA0bCe573d36", + "abi": + '[{"constant":true,"inputs":[],"name":"fundingGoalCurrent","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"isClaimable","outputs":[{"name":"message","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"endTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_closed","type":"bool"}],"name":"closeSale","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"whiteListOf","outputs":[{"name":"message","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"price","type":"uint256"}],"name":"setPriceOfApis","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"fundersProperty","outputs":[{"name":"reservedFunds","type":"uint256"},{"name":"paidFunds","type":"uint256"},{"name":"reservedApis","type":"uint256"},{"name":"withdrawedApis","type":"uint256"},{"name":"purchaseTime","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_target","type":"address"}],"name":"claimApis","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"isOpened","outputs":[{"name":"isOpend","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"fundingGoal","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"buyToken","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_funder","type":"address"}],"name":"refundByOwner","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"priceOfApisPerFund","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_currentFundingGoalAPIS","type":"uint256"}],"name":"setCurrentFundingGoal","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"claimMyApis","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"saleStatus","outputs":[{"name":"totalReservedFunds","type":"uint256"},{"name":"totalPaidFunds","type":"uint256"},{"name":"totalReceivedFunds","type":"uint256"},{"name":"totalReservedApis","type":"uint256"},{"name":"totalWithdrawedApis","type":"uint256"},{"name":"totalSoldApis","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"remainRefundable","type":"bool"}],"name":"withdrawalFunds","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[{"name":"_fundingGoalApis","type":"uint256"},{"name":"_startTime","type":"uint256"},{"name":"_endTime","type":"uint256"},{"name":"_addressOfApisTokenUsedAsReward","type":"address"},{"name":"_addressOfWhiteList","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"beneficiary","type":"address"},{"indexed":false,"name":"amountOfFunds","type":"uint256"},{"indexed":false,"name":"amountOfApis","type":"uint256"}],"name":"ReservedApis","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"addr","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"WithdrawalFunds","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"funder","type":"address"},{"indexed":false,"name":"amountOfFunds","type":"uint256"},{"indexed":false,"name":"amountOfApis","type":"uint256"}],"name":"WithdrawalApis","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_backer","type":"address"},{"indexed":false,"name":"_amountFunds","type":"uint256"},{"indexed":false,"name":"_amountApis","type":"uint256"}],"name":"Refund","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"}]' + }, { "name": "Augur / REP", "address": "0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5", @@ -227,6 +239,12 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[{"name":"_tokenHolder","type":"address"}],"name":"getTokensHeldByAddress","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"ownerUpdateCurrentEpoch","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"payoutsPaused","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newTreasury","type":"address"}],"name":"ownerSetTreasury","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalRewardsForEpoch","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newPayoutStatus","type":"bool"}],"name":"ownerPausePayouts","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"ownerChangeOwner","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"treasury","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"currentEpoch","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_sendTo","type":"address"},{"name":"_amount","type":"uint256"}],"name":"ownerTransferEther","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"theTokenAddress","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_tokenHolder","type":"address"}],"name":"getExpectedPayout","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_tokenHolder","type":"address"}],"name":"getAddressLastPaidOutEpoch","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getMyReward","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"ownerkill","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newTotalRewardsForEpochInWei","type":"uint256"}],"name":"ownerUpdateTotalRewardsForEpoch","outputs":[],"payable":false,"type":"function"},{"inputs":[{"name":"tokenAddress","type":"address"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"SentToAddress","type":"address"},{"indexed":true,"name":"AmountTransferred","type":"uint256"}],"name":"LogOwnerTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"SentToAddress","type":"address"},{"indexed":true,"name":"AmountTransferred","type":"uint256"},{"indexed":true,"name":"NumberOfTokens","type":"uint256"},{"indexed":false,"name":"TotalRewardsForEpoch","type":"uint256"},{"indexed":false,"name":"Epoch","type":"uint256"}],"name":"LogPaidOut","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"NewCurrentEpoch","type":"uint256"}],"name":"LogEpochUpdated","type":"event"}]' }, + { + "name": "GANA", + "address": "0x6754e21b9EAa053c62d7854dD6561ae451B0cBCf", + "abi": + '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string","value":"GANA"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256","value":"2e+27"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_addr","type":"address"}],"name":"unsetManager","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8","value":"18"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"burn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_subtractedValue","type":"uint256"}],"name":"decreaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256","value":"0"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"release","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address","value":"0xbb226cc72dda7fa8ef463bd3d0f3559965d9bc00"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string","value":"GANA"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"released","outputs":[{"name":"","type":"bool","value":false}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"saleTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_addr","type":"address"}],"name":"setManager","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"manager","outputs":[{"name":"","type":"bool","value":false}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_addedValue","type":"uint256"}],"name":"increaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256","value":"0"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_token","type":"address"},{"name":"_claimedBalance","type":"uint256"}],"name":"claimTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"manager","type":"address"},{"indexed":false,"name":"_token","type":"address"},{"indexed":false,"name":"claimedBalance","type":"uint256"}],"name":"ClaimedTokens","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_addr","type":"address"}],"name":"SetManager","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_addr","type":"address"}],"name":"UnsetManager","type":"event"},{"anonymous":false,"inputs":[],"name":"Release","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]' + }, { "name": "Global Academy Place (GAP)", "address": "0xC86414354c06dC8bA428A08BCc589C72c2805959", @@ -325,6 +343,11 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"killContract","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amount","type":"uint256"}],"name":"burn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"standard","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"disableMinting","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_tokenAddress","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"salvageTokensFromContract","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_untilBlock","type":"uint256"},{"name":"_reason","type":"string"}],"name":"lockUntil","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"},{"name":"_extraData","type":"bytes"}],"name":"approveAndCall","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"lockedUntilBlock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_untilBlock","type":"uint256"},{"indexed":false,"name":"_reason","type":"string"}],"name":"ContractLocked","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_prevOwner","type":"address"},{"indexed":false,"name":"_newOwner","type":"address"}],"name":"OwnerUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "Nebula Ai Crowdsale", + "address": "0x83c451371EF470D206cf011405D89f6ccb0e915e", + "abi": '[{"constant":true,"inputs":[],"name":"hasClosed","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_index","type":"uint256"}],"name":"get_time_locked_contract","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"rate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"cap","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"weiRaised","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"contributions","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"hasStarted","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"closingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"capReached","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"caps","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"release_all","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"getUserCap","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isFinalized","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"openingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"getUserContribution","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[],"name":"Finalized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"purchaser","type":"address"},{"indexed":true,"name":"beneficiary","type":"address"},{"indexed":false,"name":"value","type":"uint256"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"TokenPurchase","type":"event"}]' + }, { "name": "Nimiq Network Interim Token", "address": "0xcfb98637bcae43C13323EAa1731cED2B716962fD", @@ -387,6 +410,17 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amount","type":"uint256"},{"name":"_wallet","type":"string"}],"name":"TransferToWaves","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"INITIAL_SUPPLY","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"unpause","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"paused","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_subtractedValue","type":"uint256"}],"name":"decreaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"pause","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_amount","type":"uint256"},{"name":"_wallet","type":"string"},{"name":"_currency","type":"string"}],"name":"TransferBase","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"reclaimEther","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_addedValue","type":"uint256"}],"name":"increaseApproval","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":false,"stateMutability":"nonpayable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"amount","type":"uint256"},{"indexed":false,"name":"wallet","type":"string"},{"indexed":false,"name":"currency","type":"string"}],"name":"TokenTransferLog","type":"event"},{"anonymous":false,"inputs":[],"name":"Pause","type":"event"},{"anonymous":false,"inputs":[],"name":"Unpause","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]' }, + { + "name": "Proof of Weak Hands 3D (P3D)", + "address": "0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe", + "abi": + '[{"constant":true,"inputs":[{"name":"_customerAddress","type":"address"}],"name":"dividendsOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_ethereumToSpend","type":"uint256"}],"name":"calculateTokensReceived","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_tokensToSell","type":"uint256"}],"name":"calculateEthereumReceived","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"onlyAmbassadors","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"bytes32"}],"name":"administrators","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"sellPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stakingRequirement","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_includeReferralBonus","type":"bool"}],"name":"myDividends","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalEthereumBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_customerAddress","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_amountOfTokens","type":"uint256"}],"name":"setStakingRequirement","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"buyPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_identifier","type":"bytes32"},{"name":"_status","type":"bool"}],"name":"setAdministrator","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"myTokens","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"disableInitialStage","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_toAddress","type":"address"},{"name":"_amountOfTokens","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_symbol","type":"string"}],"name":"setSymbol","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"setName","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amountOfTokens","type":"uint256"}],"name":"sell","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"exit","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_referredBy","type":"address"}],"name":"buy","outputs":[{"name":"","type":"uint256"}],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[],"name":"reinvest","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"incomingEthereum","type":"uint256"},{"indexed":false,"name":"tokensMinted","type":"uint256"},{"indexed":true,"name":"referredBy","type":"address"}],"name":"onTokenPurchase","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"tokensBurned","type":"uint256"},{"indexed":false,"name":"ethereumEarned","type":"uint256"}],"name":"onTokenSell","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"ethereumReinvested","type":"uint256"},{"indexed":false,"name":"tokensMinted","type":"uint256"}],"name":"onReinvestment","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"ethereumWithdrawn","type":"uint256"}],"name":"onWithdraw","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Transfer","type":"event"}]' + }, + { + "name": "PUC", + "address": "0xef6b4ce8c9bc83744fbcde2657b32ec18790458a", + "abi": '[{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":false,"stateMutability":"nonpayable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' + }, { "name": "Q - TiiQu Network", "address": "0x2C3C1F05187dBa7A5f2Dd47Dca57281C4d4F183F", @@ -450,9 +484,9 @@ module.exports=[ }, { "name": "Skraps", - "address": "0x6E34d8d84764D40f6D7b39cd569Fd017bF53177D", + "address": "0xfdfe8b7ab6cf1bd1e3d14538ef40686296c42052", "abi": - '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"withdrawTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"candidate","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_who","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_owner","type":"address"}],"name":"changeOwner","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwner","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' + '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"cancelMigration","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"startMigration","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_who","type":"address"}],"name":"manualMigrate","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"withdrawTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_who","type":"address"}],"name":"removeSupport","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"withdrawEther","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"closeICO","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_value","type":"uint256"}],"name":"refundTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_who","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_agent","type":"address"}],"name":"setMigrationAgent","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"supportAccounts","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"startICO","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"migrationAgent","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"migrate","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_tokens","type":"uint256"}],"name":"setTokensPerEther","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_who","type":"address"}],"name":"addSupport","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"state","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"pendingOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"tokensPerEther","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"state","type":"uint8"}],"name":"NewState","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_who","type":"address"}],"name":"SupportAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_who","type":"address"}],"name":"SupportRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]' }, { "name": "Skrilla Token", @@ -466,6 +500,12 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"stop","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"distributionComplete","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"publicKeySize","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"addr","type":"address"}],"name":"getData","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"addr","type":"address"},{"name":"amount","type":"uint256"},{"name":"freeze","type":"bool"}],"name":"distributeAdviserBounty","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"publicKey","type":"string"}],"name":"registerKey","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"timeTransferbleUntil","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"sale","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stopped","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"},{"name":"_data","type":"string"}],"name":"burn","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"data","type":"uint256[]"},{"name":"freeze","type":"bool"}],"name":"multiDistributeAdviserBounty","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"publicKeys","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_publicKeySize","type":"uint8"}],"name":"modifyPublicKeySize","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"frozenAccount","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_symbol","type":"string"}],"name":"setSymbol","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"data","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"setName","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"adviserAndBounty","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_target","type":"address"}],"name":"isFrozen","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"data","type":"uint256[]"}],"name":"multiDistribute","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":false,"name":"_publicKey","type":"string"}],"name":"RegisterKey","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_size","type":"uint8"}],"name":"ModifyPublicKeySize","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":false,"name":"value","type":"uint256"},{"indexed":false,"name":"data","type":"string"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[],"name":"LogStop","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "Su Squares (SU)", + "address": "0x6731560e455537c9f088EA02A47a0ECFa28a9231", + "abi": + '[{"constant":true,"inputs":[],"name":"executiveOfficerAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"interfaceID","type":"bytes4"}],"name":"supportsInterface","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"promoCreatedCount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[{"name":"_tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_approved","type":"address"},{"name":"_tokenId","type":"uint256"}],"name":"approve","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"name":"_tokenId","type":"uint256"},{"name":"_newOwner","type":"address"}],"name":"grantToken","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"name":"_operatingOfficerAddress","type":"address"}],"name":"setOperatingOfficer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"name":"_tokenId","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"_index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdrawBalance","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"name":"_owner","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"operatingOfficerAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_squareId","type":"uint256"},{"name":"_rgbData","type":"bytes"},{"name":"_title","type":"string"},{"name":"_href","type":"string"}],"name":"personalizeSquare","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"_operator","type":"address"},{"name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"financialOfficerAddress","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_tokenId","type":"uint256"},{"name":"data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"name":"_tokenURI","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_financialOfficerAddress","type":"address"}],"name":"setFinancialOfficer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_executiveOfficerAddress","type":"address"}],"name":"setExecutiveOfficer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_nftId","type":"uint256"}],"name":"purchase","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"suSquares","outputs":[{"name":"version","type":"uint256"},{"name":"rgbData","type":"bytes"},{"name":"title","type":"string"},{"name":"href","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_nftId","type":"uint256"}],"name":"Personalized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_approved","type":"address"},{"indexed":false,"name":"_tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_operator","type":"address"},{"indexed":false,"name":"_approved","type":"bool"}],"name":"ApprovalForAll","type":"event"}]' + }, { "name": "Telcoin Redeem", "address": "0x6D9FE564C9B1C81C305e066346dF73de6cF9295f", @@ -503,6 +543,12 @@ module.exports=[ "abi": '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"startDate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"ETH_RECEIVED_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"proceed","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"finalize","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenExchange","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalReceivedEth","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"pause","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"MIN_ETH_TRANS","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"ethFundDeposit","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"deadlines","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenAccountAddress","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"prices","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"state","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"endDate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"ETH_RECEIVED_CAP","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"startRedeeming","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"TOKEN_MIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"redeemTokens","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenExchangeAddress","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"LogCreateVIBEX","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"},{"indexed":false,"name":"_value2","type":"uint256"},{"indexed":false,"name":"_value3","type":"uint256"}],"name":"LogRedeemVIBE","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]' }, + { + "name": "VORMACOIN", + "address": "0xc3bc9eb71f75ec439a6b6c8e8b746fcf5b62f703", + "abi": + '[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"tokens","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"from","type":"address"},{"name":"to","type":"address"},{"name":"tokens","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"tokenOwner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"acceptOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeSub","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"to","type":"address"},{"name":"tokens","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeDiv","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"tokens","type":"uint256"},{"name":"data","type":"bytes"}],"name":"approveAndCall","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeMul","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[],"name":"newOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"tokenAddress","type":"address"},{"name":"tokens","type":"uint256"}],"name":"transferAnyERC20Token","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"tokenOwner","type":"address"},{"name":"spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"a","type":"uint256"},{"name":"b","type":"uint256"}],"name":"safeAdd","outputs":[{"name":"c","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"tokenOwner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Approval","type":"event"}]' + }, { "name": "Who The Eth?", "address": "0x842D6dA3097B5efdE5a81535144f947Ab482b6eE", @@ -700,8 +746,6 @@ bity.post = function (path, data, callback) { module.exports = bity; },{}],14:[function(require,module,exports){ -"use strict"; - var darklist = function darklist() { return [{ address: "0xD0cC2B24980CBCCA47EF755Da88B220a82291407", @@ -3602,170 +3646,309 @@ var mainPopCtrl = function mainPopCtrl($scope, $sce) { module.exports = mainPopCtrl; },{}],18:[function(require,module,exports){ -'use strict'; +"use strict"; -var myWalletsCtrl = function myWalletsCtrl($scope, $sce, walletService) { - $scope.editModal = new Modal(document.getElementById('editWallet')); - $scope.viewModal = new Modal(document.getElementById('viewWalletDetails')); - $scope.removeModal = new Modal(document.getElementById('removeWallet')); - $scope.allWallets = []; - $scope.allWatchOnly = []; - $scope.nickNames = []; - $scope.fiatVal = { - usd: 0, - eur: 0, - btc: 0 - }; - $scope.viewWallet = {}; - $scope.ajaxReq = ajaxReq; - $scope.setNickNames = function () { - cxFuncs.getAllNickNames(function (nicks) { - $scope.nickNames = nicks; - }); - }; - $scope.setAllWallets = function () { - cxFuncs.getWalletsArr(function (wlts) { - $scope.allWallets = wlts; - $scope.updateBalance('allWallets'); - $scope.setTokens('allWallets'); - }); - cxFuncs.getWatchOnlyArr(function (wlts) { - $scope.allWatchOnly = wlts; - $scope.updateBalance('allWatchOnly'); - $scope.setTokens('allWatchOnly'); - }); - }; - $scope.$watch('ajaxReq.key', function () { - if ($scope.allWallets) { - $scope.updateBalance('allWallets'); - $scope.setTokens('allWallets'); - } - if ($scope.allWatchOnly) { - $scope.updateBalance('allWatchOnly'); - $scope.setTokens('allWatchOnly'); - } - }); - $scope.setTokens = function (varWal) { - for (var j = 0; j < $scope[varWal].length; j++) { - $scope.tokens = Token.popTokens; - $scope[varWal][j].tokens = []; - for (var i = 0; i < $scope.tokens.length; i++) { - $scope[varWal][j].tokens.push(new Token($scope.tokens[i].address, $scope[varWal][j].addr, $scope.tokens[i].symbol, $scope.tokens[i].decimal)); - $scope[varWal][j].tokens[$scope[varWal][j].tokens.length - 1].setBalance(); - } - var storedTokens = globalFuncs.localStorage.getItem("localTokens", null) != null ? JSON.parse(globalFuncs.localStorage.getItem("localTokens")) : []; - for (var i = 0; i < storedTokens.length; i++) { - $scope[varWal][j].tokens.push(new Token(storedTokens[i].contractAddress, $scope[varWal][j].addr, globalFuncs.stripTags(storedTokens[i].symbol), storedTokens[i].decimal)); - $scope[varWal][j].tokens[$scope[varWal][j].tokens.length - 1].setBalance(); - } - } - }; - $scope.updateBalance = function (varWal) { - for (var i = 0; i < $scope[varWal].length; i++) { - $scope.setBalance($scope[varWal][i].addr, i, varWal); - } - }; - $scope.setBalance = function (address, id, varWal) { - ajaxReq.getBalance(address, function (data) { - if (data.error) { - $scope[varWal][id].balance = data.msg; - } else { - $scope[varWal][id].balance = etherUnits.toEther(data.data.balance, 'wei'); - $scope[varWal][id].balanceR = new BigNumber($scope[varWal][id].balance).toPrecision(5); - $scope[varWal][id].usd = etherUnits.toFiat($scope[varWal][id].balance, 'ether', $scope.fiatVal.usd); - $scope[varWal][id].eur = etherUnits.toFiat($scope[varWal][id].balance, 'ether', $scope.fiatVal.eur); - $scope[varWal][id].btc = etherUnits.toFiat($scope[varWal][id].balance, 'ether', $scope.fiatVal.btc); - - $scope[varWal][id].balance = $scope.wallet.setBalance(); - $scope[varWal][id].balanceR = $scope.wallet.setTokens(); - } - }); - }; - $scope.setViewWalletObj = function (val, type) { - var vtype = 'allWallets'; - if (type == 'watchOnly') vtype = 'allWatchOnly'; - $scope.viewWallet = { - nick: $scope[vtype][val].nick, - addr: $scope[vtype][val].addr, - id: val, - type: type - }; - }; - $scope.editMWallet = function (val, type) { - $scope.setViewWalletObj(val, type); - $scope.editModal.open(); - }; - $scope.editSave = function () { - if ($scope.nickNames.indexOf($scope.viewWallet.nick) !== -1) { - $scope.notifier.danger(globalFuncs.errorMsgs[13]); - } else { - cxFuncs.editNickName($scope.viewWallet.addr, $scope.viewWallet.nick, function () { - if (chrome.runtime.lastError) $scope.notifier.danger(chrome.runtime.lastError.message);else { - $scope.setAllWallets(); - $scope.setNickNames(); - $scope.editModal.close(); - } - }); - } - }; - $scope.viewMWallet = function (val, type) { - $scope.setViewWalletObj(val, type); - $scope.viewModal.open(); - }; - $scope.decryptWallet = function () { - $scope.wallet = null; +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - try { - var priv = $scope.allWallets[$scope.viewWallet.id].priv; - if (priv.length == 132) $scope.wallet = Wallet.fromMyEtherWalletKey(priv, $scope.password);else $scope.wallet = Wallet.getWalletFromPrivKeyFile(priv, $scope.password); - $scope.viewModal.close(); - $scope.setWalletInfo(); - $scope.password = ""; - } catch (e) { - $scope.notifier.danger(globalFuncs.errorMsgs[6] + ":" + e); - } - }; - $scope.printQRCode = function () { - globalFuncs.printPaperWallets(JSON.stringify([{ - address: $scope.wallet.getChecksumAddressString(), - private: $scope.wallet.getPrivateKeyString() - }])); - }; - $scope.resetWallet = function () { - $scope.wallet = null; - walletService.wallet = null; - walletService.password = ''; - $scope.blob = $scope.blobEnc = $scope.password = ""; - }; - $scope.setWalletInfo = function () { - walletService.wallet = $scope.wallet; - walletService.password = $scope.password; - }; - $scope.deleteWalletMsg = function (val, type) { - $scope.setViewWalletObj(val, type); - $scope.removeModal.open(); - }; - $scope.deleteWallet = function () { - cxFuncs.deleteAccount($scope.viewWallet.addr, function () { - $scope.setAllWallets(); - $scope.setNickNames(); - $scope.removeModal.close(); - }); - }; - ajaxReq.getETHvalue(function (data) { - $scope.fiatVal.usd = data.usd; - $scope.fiatVal.eur = data.eur; - $scope.fiatVal.btc = data.btc; - $scope.setAllWallets(); - }); - $scope.setNickNames(); +var myWalletsCtrl = function myWalletsCtrl($scope, $sce, $timeout, walletService) { + $scope.editModal = new Modal(document.getElementById("editWallet")); + $scope.viewModal = new Modal(document.getElementById("viewWalletDetails")); + $scope.removeModal = new Modal(document.getElementById("removeWallet")); + $scope.tokens = Token.popTokens; + $scope.currentPagination = 25; + $scope.currentIndex = 0; + $scope.tokensShown = $scope.tokens.slice($scope.currentIndex, $scope.currentPagination); + + $scope.qtyPerPage = 25; + + $scope.walletsContainer = document.getElementById("walletsContainer"); + $scope.sideBarTokens = document.getElementById("sideBarTokens"); + + $scope.loadingTokens = false; + + $scope.allWallets = []; + $scope.allWatchOnly = []; + $scope.nickNames = []; + $scope.fiatVal = { + usd: 0, + eur: 0, + btc: 0 + }; + + $scope.viewWallet = {}; + $scope.ajaxReq = ajaxReq; + $scope.setNickNames = function () { + cxFuncs.getAllNickNames(function (nicks) { + $scope.nickNames = nicks; + }); + }; + + $scope.getLocalTokens = function () { + cxFuncs.getLocalTokens(function (tokens) { + if (tokens["localTokens"] === undefined) { + cxFuncs.setLocalTokens(); + $scope.localTokens = []; + } else { + $scope.localTokens = tokens["localTokens"]; + } + }); + }; + + $scope.copy = function (addr) { + var copyElm = document.createElement("textarea"); + var body = document.getElementsByTagName("body")[0]; + copyElm.style.position = "fixed"; + copyElm.style.opacity = 0; + copyElm.textContent = addr; + body.appendChild(copyElm); + copyElm.select(); + document.execCommand("copy"); + body.removeChild(copyElm); + }; + + function scrollContent() { + $scope.loadingTokens = true; + var loadTokens = $timeout(function () { + $scope.nextPage($scope.qtyPerPage); + }, 500); + $scope.loadTokens = false; + } + + angular.element(function () { + angular.element($scope.sideBarTokens).bind("scroll", function (e) { + if (e.target.scrollTop === e.target.scrollHeight - e.target.offsetHeight) { + scrollContent(); + $scope.$apply(); + } + }); + }); + + // Update height when height is changed and keep watching height + $scope.$watch('walletsContainer.clientHeight', function () { + if ($scope.allWatchOnly.length !== 0) { + angular.element($scope.sideBarTokens).css('maxHeight', $scope.walletsContainer.clientHeight - 167.200 + 'px'); + } else { + angular.element($scope.sideBarTokens).css('maxHeight', $scope.walletsContainer.clientHeight - 237 + 'px'); + } + }); + + // Only check if scroll exists once + var checkForScroll = $scope.$watch('sideBarTokens.scrollHeight', function () { + if ($scope.sideBarTokens.scrollHeight === $scope.sideBarTokens.clientHeight) { + scrollContent(); + } + checkForScroll(); + }); + + $scope.nextPage = function (currentIndex) { + $scope.currentIndex += currentIndex; + $scope.currentPagination += currentIndex; + $scope.tokens.slice($scope.currentIndex, $scope.currentPagination).forEach(function (item) { + $scope.tokensShown.push(item); + }); + }; + + $scope.checkIfExists = function (arr) { + return (typeof arr === "undefined" ? "undefined" : _typeof(arr)) === "object"; + }; + + $scope.checkIfAdded = function (token) { + if ($scope.localTokens && $scope.localTokens.length === 0) { + return false; + } else if ($scope.localTokens && $scope.localTokens.length > 0) { + for (var i = 0; i <= $scope.localTokens.length; i++) { + if ($scope.localTokens.find(function (item) { + return item.address === token.address; + }) === undefined) { + return false; + } else { + return true; + } + } + } + }; + + $scope.addTokenToLocal = function (token) { + if ($scope.localTokens.length === 0) { + $scope.localTokens.push(token); + } else { + if (!!$scope.localTokens.find(function (item) { + return item.address === token.address; + }) === false) { + $scope.localTokens.push(token); + } + } + + chrome.storage.sync.set({ localTokens: $scope.localTokens }); + $scope.setTokens("allWallets"); + $scope.setTokens("allWatchOnly"); + }; + + $scope.removeTokenLocal = function (token) { + var tokenToRemove = $scope.localTokens.findIndex(function (locTk) { + return locTk.address.toLowerCase() === token.address.toLowerCase() && locTk.symbol === token.symbol; + }); + + $scope.localTokens.splice(tokenToRemove, 1); + chrome.storage.sync.set({ localTokens: $scope.localTokens }); + $scope.setTokens("allWallets"); + $scope.setTokens("allWatchOnly"); + }; + + $scope.setAllWallets = function () { + cxFuncs.getWalletsArr(function (wlts) { + $scope.allWallets = wlts; + + $scope.updateBalance("allWallets"); + $scope.setTokens("allWallets"); + }); + + cxFuncs.getWatchOnlyArr(function (wlts) { + $scope.allWatchOnly = wlts; + + $scope.updateBalance("allWatchOnly"); + $scope.setTokens("allWatchOnly"); + }); + }; + + $scope.$watch("ajaxReq.key", function () { + if ($scope.allWallets) { + $scope.updateBalance("allWallets"); + $scope.setTokens("allWallets"); + } + if ($scope.allWatchOnly) { + $scope.updateBalance("allWatchOnly"); + $scope.setTokens("allWatchOnly"); + } + }); + + $scope.setTokens = function (varWal) { + for (var j = 0; j < $scope[varWal].length; j++) { + $scope[varWal][j].tokens = []; + for (var i = 0; i < $scope.localTokens.length; i++) { + $scope[varWal][j].tokens.push(new Token($scope.localTokens[i].address, $scope[varWal][j].addr, $scope.localTokens[i].symbol, $scope.localTokens[i].decimal)); + $scope[varWal][j].tokens[$scope[varWal][j].tokens.length - 1].setBalance(); + } + } + }; + + $scope.updateBalance = function (varWal) { + for (var i = 0; i < $scope[varWal].length; i++) { + $scope.setBalance($scope[varWal][i].addr, i, varWal); + } + }; + + $scope.setBalance = function (address, id, varWal) { + ajaxReq.getBalance(address, function (data) { + if (data.error) { + $scope[varWal][id].balance = data.msg; + } else { + $scope[varWal][id].balance = etherUnits.toEther(data.data.balance, "wei"); + $scope[varWal][id].balanceR = new BigNumber($scope[varWal][id].balance).toPrecision(5); + $scope[varWal][id].usd = etherUnits.toFiat($scope[varWal][id].balance, "ether", $scope.fiatVal.usd); + $scope[varWal][id].eur = etherUnits.toFiat($scope[varWal][id].balance, "ether", $scope.fiatVal.eur); + $scope[varWal][id].btc = etherUnits.toFiat($scope[varWal][id].balance, "ether", $scope.fiatVal.btc); + } + }); + }; + + $scope.setViewWalletObj = function (val, type) { + var vtype = "allWallets"; + if (type == "watchOnly") vtype = "allWatchOnly"; + $scope.viewWallet = { + nick: $scope[vtype][val].nick, + addr: $scope[vtype][val].addr, + id: val, + type: type + }; + }; + + $scope.editMWallet = function (val, type) { + $scope.setViewWalletObj(val, type); + $scope.editModal.open(); + }; + + $scope.editSave = function () { + if ($scope.nickNames.indexOf($scope.viewWallet.nick) !== -1) { + $scope.notifier.danger(globalFuncs.errorMsgs[13]); + } else { + cxFuncs.editNickName($scope.viewWallet.addr, $scope.viewWallet.nick, function () { + if (chrome.runtime.lastError) $scope.notifier.danger(chrome.runtime.lastError.message);else { + $scope.setAllWallets(); + $scope.setNickNames(); + $scope.editModal.close(); + } + }); + } + }; + + $scope.viewMWallet = function (val, type) { + $scope.setViewWalletObj(val, type); + $scope.viewModal.open(); + }; + + $scope.decryptWallet = function () { + $scope.wallet = null; + + try { + var priv = $scope.allWallets[$scope.viewWallet.id].priv; + if (priv.length == 132) $scope.wallet = Wallet.fromMyEtherWalletKey(priv, $scope.password);else $scope.wallet = Wallet.getWalletFromPrivKeyFile(priv, $scope.password); + $scope.viewModal.close(); + $scope.setWalletInfo(); + $scope.password = ""; + } catch (e) { + $scope.notifier.danger(globalFuncs.errorMsgs[6] + ":" + e); + } + }; + + $scope.printQRCode = function () { + globalFuncs.printPaperWallets(JSON.stringify([{ + address: $scope.wallet.getChecksumAddressString(), + private: $scope.wallet.getPrivateKeyString() + }])); + }; + + $scope.resetWallet = function () { + $scope.wallet = null; + walletService.wallet = null; + walletService.password = ""; + $scope.blob = $scope.blobEnc = $scope.password = ""; + }; + + $scope.setWalletInfo = function () { + walletService.wallet = $scope.wallet; + walletService.password = $scope.password; + }; + + $scope.deleteWalletMsg = function (val, type) { + $scope.setViewWalletObj(val, type); + $scope.removeModal.open(); + }; + + $scope.deleteWallet = function () { + cxFuncs.deleteAccount($scope.viewWallet.addr, function () { + $scope.setAllWallets(); + $scope.setNickNames(); + $scope.removeModal.close(); + }); + }; + + ajaxReq.getETHvalue(function (data) { + $scope.fiatVal.usd = data.usd; + $scope.fiatVal.eur = data.eur; + $scope.fiatVal.btc = data.btc; + $scope.setAllWallets(); + }); + $scope.setNickNames(); + $scope.getLocalTokens(); }; module.exports = myWalletsCtrl; },{}],19:[function(require,module,exports){ 'use strict'; -var quickSendCtrl = function quickSendCtrl($scope, $sce) { +var quickSendCtrl = function quickSendCtrl($scope, $sce, darkList) { + var Darklist = darkList(); $scope.allWallets = []; $scope.selectedWallet = ""; $scope.showConfirm = false; @@ -3802,7 +3985,14 @@ var quickSendCtrl = function quickSendCtrl($scope, $sce) { }; $scope.validateAddress = function () { if (ethFuncs.validateEtherAddress($scope.tx.to)) { - $scope.validateAddressStatus = $sce.trustAsHtml(globalFuncs.getSuccessText(globalFuncs.successMsgs[0])); + for (var i = 0; i < Darklist.length; i++) { + if ($scope.tx.to.length > 0 && $scope.tx.to.toLowerCase() === Darklist[i].address.toLowerCase()) { + $scope.validateAddressStatus = Darklist[i].comment !== "" ? $sce.trustAsHtml(globalFuncs.getDangerText("" + (globalFuncs.phishingWarning[0] + Darklist[i].comment))) : $sce.trustAsHtml(globalFuncs.getDangerText(globalFuncs.phishingWarning[1])); + return; + } else { + $scope.validateAddressStatus = $sce.trustAsHtml(globalFuncs.getSuccessText(globalFuncs.successMsgs[0])); + } + } } else { $scope.validateAddressStatus = $sce.trustAsHtml(globalFuncs.getDangerText(globalFuncs.errorMsgs[5])); } @@ -3852,6 +4042,7 @@ var quickSendCtrl = function quickSendCtrl($scope, $sce) { $scope.validateTxStatus = $sce.trustAsHtml(globalFuncs.getDangerText(e)); } }; + $scope.decryptWallet = function () { $scope.wallet = null; $scope.validateTxStatus = ""; @@ -4483,7 +4674,7 @@ var decryptWalletCtrl = function decryptWalletCtrl($scope, $sce, walletService) module.exports = decryptWalletCtrl; }).call(this,require("buffer").Buffer) -},{"buffer":209}],23:[function(require,module,exports){ +},{"buffer":211}],23:[function(require,module,exports){ 'use strict'; var domainsaleCtrl = function domainsaleCtrl($scope, $sce, walletService) { @@ -5453,6 +5644,8 @@ FINALIZE 'use strict'; var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { + $scope.gpDropdown = false; + $scope.gasPriceDef = globalFuncs.localStorage.getItem('gasPriceDef') || 'WEI'; $scope.ajaxReq = ajaxReq; walletService.wallet = null; walletService.password = ''; @@ -5496,6 +5689,19 @@ var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { if (walletService.wallet == null) return; $scope.wallet = walletService.wallet; }); + + $scope.changePrice = function (price) { + $scope.gasPriceDef = price; + globalFuncs.localStorage.setItem('gasPriceDef', price); + $scope.gpDropdown = false; + }; + + $scope.convertPrice = function (gasPrice) { + if ($scope.gasPriceDef === 'GWEI') { + return etherUnits.toWei(gasPrice, $scope.gasPriceDef.toLowerCase()); + }return gasPrice; + }; + $scope.setTokens = function () { $scope.tokenObjs = []; for (var i = 0; i < $scope.tokens.length; i++) { @@ -5518,6 +5724,9 @@ var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { }); } }; + $scope.$watch('gasPriceDef', function (newValue, oldValue) { + if (newValue == "WEI" && oldValue == "GWEI") $scope.gasPriceDec = etherUnits.toWei($scope.gasPriceDec, 'gwei');else if (newValue == "GWEI" && oldValue == "WEI") $scope.gasPriceDec = etherUnits.toGwei($scope.gasPriceDec, 'wei');else $scope.gasPriceDec = 0; + }); $scope.$watch('tx', function () { $scope.showRaw = false; }, true); @@ -5571,7 +5780,7 @@ var offlineTxCtrl = function offlineTxCtrl($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); txData.isOffline = true; txData.nonce = ethFuncs.sanitizeHex(ethFuncs.decimalToHex($scope.nonceDec)); - txData.gasPrice = ethFuncs.sanitizeHex(ethFuncs.decimalToHex($scope.gasPriceDec)); + txData.gasPrice = ethFuncs.sanitizeHex(ethFuncs.decimalToHex($scope.convertPrice($scope.gasPriceDec))); if ($scope.tokenTx.id != 'ether') { txData.data = $scope.tokenObjs[$scope.tokenTx.id].getData($scope.tx.to, $scope.tx.value).data; txData.to = $scope.tokenObjs[$scope.tokenTx.id].getContractAddress(); @@ -5948,13 +6157,20 @@ var sendTxCtrl = function sendTxCtrl($scope, $sce, walletService, $rootScope) { }; $scope.parseSignedTx = function (signedTx) { - if (signedTx.slice(0, 2) == "0x") signedTx = signedTx.slice(2, signedTx.length); + var txData = {}; + var isJSON = false; $scope.parsedSignedTx = {}; - var txData = new ethUtil.Tx(signedTx); + if (Validator.isJSON(signedTx)) { + txData = new ethUtil.Tx(JSON.parse(signedTx)); + isJSON = true; + } else { + if (signedTx.slice(0, 2) == "0x") signedTx = signedTx.slice(2, signedTx.length); + txData = new ethUtil.Tx(signedTx); + } $scope.parsedSignedTx.gasPrice = {}; $scope.parsedSignedTx.txFee = {}; $scope.parsedSignedTx.balance = $scope.wallet.getBalance(); - $scope.parsedSignedTx.from = ethFuncs.sanitizeHex(ethUtil.toChecksumAddress(txData.from.toString('hex'))); + $scope.parsedSignedTx.from = isJSON ? $scope.wallet.getChecksumAddressString() : ethFuncs.sanitizeHex(ethUtil.toChecksumAddress(txData.from.toString('hex'))); $scope.parsedSignedTx.to = ethFuncs.sanitizeHex(ethUtil.toChecksumAddress(txData.to.toString('hex'))); $scope.parsedSignedTx.value = txData.value == '0x' || txData.value == '' || txData.value == null ? '0' : etherUnits.toEther(new BigNumber(ethFuncs.sanitizeHex(txData.value.toString('hex'))).toString(), 'wei'); $scope.parsedSignedTx.gasLimit = new BigNumber(ethFuncs.sanitizeHex(txData.gasLimit.toString('hex'))).toString(); @@ -6183,7 +6399,7 @@ var signMsgCtrl = function signMsgCtrl($scope, $sce, walletService) { module.exports = signMsgCtrl; }).call(this,require("buffer").Buffer) -},{"buffer":209}],31:[function(require,module,exports){ +},{"buffer":211}],31:[function(require,module,exports){ 'use strict'; var swapCtrl = function swapCtrl($scope, $sce, walletService) { @@ -7053,8 +7269,6 @@ var walletGenCtrl = function walletGenCtrl($scope) { module.exports = walletGenCtrl; },{}],38:[function(require,module,exports){ -'use strict'; - // For token sale holders: // 1. Add the address users are sending to // 2. Add the gas limit users should use to send successfully (this avoids OOG errors) @@ -7069,12 +7283,30 @@ module.exports = [{ gasLimit: 300000, data: '', msg: ' Accord (ARD) ERC20 token sale - http://accordtoken.com' +}, { + // Primalbase Token (PBT) + to: '0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0', + gasLimit: 100000, + data: '', + msg: '' }, { // BTQ Token Sale to: '0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3', gasLimit: 200000, data: '', msg: 'BTQ ICO ends February 1, 2018. btc btq is your exclusive bitcoin boutique and world\'s premier cryptocurrency lifestyle brand. https://thebtcbtq.com/btq' +}, { + // EPX Token Sale + to: '0x5A8658dE344972fC8b6b6a01Cd87a64bc7420A38', + gasLimit: 200000, + data: '', + msg: 'ethPoker.io EPX token sale - https://ethPoker.io' +}, { + // ARXT Token Sale + to: '0xb65E16b44A80C9c44aDdD56a5014CbA2814a82D1', + gasLimit: 200000, + data: '', + msg: 'Assistive Reality ARXT token sale - https://aronline.io' }, { // STC Token Sale to: '0x8d040556214125F3fE7d8B22cF17c364603A6035', @@ -7339,12 +7571,42 @@ module.exports = [{ gasLimit: 200000, data: '', msg: 'LALA World Token (LALA) Token Sale. Official sale website: https://lalaworld.io' +}, { + // Digital Asset Exchange Token (DAXT) Token Sale + to: '0x61725f3db4004afe014745b21dab1e1677cc328b', + gasLimit: 200000, + data: '', + msg: 'Digital Asset Exchange Token (DAXT) Token Sale. Official sale website: https://www.daxt.io' }, { // Duty of Care (VDOC) Token sale to: '0xe8DB4ceA1f7ad7Ba22F3DbbAb55A336545701d96', gasLimit: 200000, data: '', msg: ' Duty of Care VDOC token sale - https://dutyof.care/token-launch/' +}, { + // GANA (GANA) Pre ICO + to: '0xf51397513C3516effeEF0e0f7332E05816135d01', + gasLimit: 200000, + data: '', + msg: 'GANA Pre ICO - Learning health with Cannabis - Official site https://ganacoin.io' +}, { + // GANA (GANA) Public ICO + to: '0xCe2f65261858BDfC4Ac65BB166919b8D35A4C82f', + gasLimit: 200000, + data: '', + msg: 'GANA Public ICO - Learning health with Cannabis - Official site https://ganacoin.io' +}, { + // APIS Token sale + to: '0x749e66e12c09E4105381e373c0E6CA0bCe573d36', + gasLimit: 200000, + data: '', + msg: ' APIS token sale - https://apisplatform.io' +}, { + // WhoHas (WHO) Token Sale + to: '0xe933c0Cd9784414d5F278C114904F5A84b396919', + gasLimit: 200000, + data: '', + msg: 'WhoHas-Token Sale. Please register through our offical website: https://whohas.io/' }]; },{}],39:[function(require,module,exports){ @@ -7356,9 +7618,9 @@ cxFuncs.getAllNickNames = function (callback) { var nickNames = []; this.storage.get(null, function (items) { for (var key in items) { - if (items.hasOwnProperty(key)) { + if (key !== 'localTokens' && items.hasOwnProperty(key)) { var tobj = JSON.parse(items[key]); - if (tobj.type == 'wallet' || tobj.type == 'watchOnly') { + if (tobj.type === 'wallet' || tobj.type === 'watchOnly') { nickNames.push(tobj.nick); nickNames.push(key); } @@ -7367,6 +7629,15 @@ cxFuncs.getAllNickNames = function (callback) { callback(nickNames); }); }; + +cxFuncs.setLocalTokens = function () { + this.storage.set({ localTokens: [] }); +}; + +cxFuncs.getLocalTokens = function (callback) { + this.storage.get('localTokens', callback); +}; + cxFuncs.addWalletToStorage = function (address, encStr, nickname, callback) { nickname = nickname.replace(/(<([^>]+)>)/ig, ""); var value = { @@ -7394,7 +7665,7 @@ cxFuncs.getStorageArr = function (filter, callback) { var wallets = []; this.storage.get(null, function (items) { for (var key in items) { - if (items.hasOwnProperty(key)) { + if (key !== 'localTokens' && items.hasOwnProperty(key)) { var tobj = JSON.parse(items[key]); if (tobj.type == filter) { tobj['addr'] = key; @@ -7484,7 +7755,7 @@ var addressFieldDrtv = function addressFieldDrtv($compile, darkList) { var checkDarkList = function checkDarkList(value) { for (var i = 0; i < Darklist.length; i++) { - if (value.length > 0 && value === Darklist[i].address) { + if (value.length > 0 && value.toLowerCase() === Darklist[i].address.toLowerCase()) { scope.phishing.msg = Darklist[i].comment !== '' ? '' + (globalFuncs.phishingWarning[0] + Darklist[i].comment) : '' + globalFuncs.phishingWarning[1]; scope.phishing.error = true; return; @@ -7626,7 +7897,7 @@ var fileReaderDrtv = function fileReaderDrtv($parse) { module.exports = fileReaderDrtv; },{}],47:[function(require,module,exports){ -module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n \n \n \n
    \n

    \n Secalot Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; +module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n \n \n \n
    \n

    \n Secalot Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET INC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; },{}],48:[function(require,module,exports){ 'use strict'; @@ -7639,8 +7910,6 @@ var walletDecryptDrtv = function walletDecryptDrtv() { module.exports = walletDecryptDrtv; },{"./walletDecryptDrtv.html":47}],49:[function(require,module,exports){ -'use strict'; - var ens = require('./ens'); var domainsaleInterface = require('./domainsaleConfigs/domainsaleABI.json'); @@ -8222,8 +8491,6 @@ module.exports=[ },{}],51:[function(require,module,exports){ (function (Buffer){ -'use strict'; - function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } var uts46 = require('idna-uts46'); @@ -8621,7 +8888,7 @@ ens.prototype.checkDomain = function () { module.exports = ens; }).call(this,require("buffer").Buffer) -},{"./ensConfigs/ETHConfig.json":52,"./ensConfigs/ROPConfig.json":53,"./ensConfigs/RinkebyConfig.json":54,"./ensConfigs/auctionABI.json":55,"./ensConfigs/deedABI.json":56,"./ensConfigs/registryABI.json":57,"./ensConfigs/resolverABI.json":58,"./ensConfigs/subDomainABI.json":59,"buffer":209,"idna-uts46":595}],52:[function(require,module,exports){ +},{"./ensConfigs/ETHConfig.json":52,"./ensConfigs/ROPConfig.json":53,"./ensConfigs/RinkebyConfig.json":54,"./ensConfigs/auctionABI.json":55,"./ensConfigs/deedABI.json":56,"./ensConfigs/registryABI.json":57,"./ensConfigs/resolverABI.json":58,"./ensConfigs/subDomainABI.json":59,"buffer":211,"idna-uts46":597}],52:[function(require,module,exports){ module.exports={ "public": { "resolver": "0x1da022710dF5002339274AaDEe8D58218e9D6AB5", @@ -10147,7 +10414,10 @@ etherUnits.toEther = function (number, unit) { var returnValue = new BigNumber(this.toWei(number, unit)).div(this.getValueOfUnit('ether')); return returnValue.toString(10); }; - +etherUnits.toGwei = function (number, unit) { + var returnValue = new BigNumber(this.toWei(number, unit)).div(this.getValueOfUnit('gwei')); + return returnValue.toString(10); +}; etherUnits.toWei = function (number, unit) { var returnValue = new BigNumber(String(number)).times(this.getValueOfUnit(unit)); return returnValue.toString(10); @@ -10546,7 +10816,1191 @@ globalFuncs.localStorage = { module.exports = globalFuncs; -},{"./nodes":73,"./tokens/etcTokens.json":102,"./tokens/ethTokens.json":103,"./tokens/kovanTokens.json":106,"./tokens/rinkebyTokens.json":108,"./tokens/ropstenTokens.json":109}],63:[function(require,module,exports){ +},{"./nodes":74,"./tokens/etcTokens.json":103,"./tokens/ethTokens.json":104,"./tokens/kovanTokens.json":107,"./tokens/rinkebyTokens.json":109,"./tokens/ropstenTokens.json":110}],63:[function(require,module,exports){ +module.exports={ + "A": "A", + "Α": "A", + "А": "A", + "Ꭺ": "A", + "ᗅ": "A", + "ᴀ": "A", + "ꓮ": "A", + "ꭺ": "A", + "A": "A", + "𐊠": "A", + "𖽀": "A", + "𝐀": "A", + "𝐴": "A", + "𝑨": "A", + "𝒜": "A", + "𝓐": "A", + "𝔄": "A", + "𝔸": "A", + "𝕬": "A", + "𝖠": "A", + "𝗔": "A", + "𝘈": "A", + "𝘼": "A", + "𝙰": "A", + "𝚨": "A", + "𝛢": "A", + "𝜜": "A", + "𝝖": "A", + "𝞐": "A", + "B": "B", + "ʙ": "B", + "Β": "B", + "В": "B", + "в": "B", + "Ᏼ": "B", + "ᏼ": "B", + "ᗷ": "B", + "ᛒ": "B", + "ℬ": "B", + "ꓐ": "B", + "Ꞵ": "B", + "B": "B", + "𐊂": "B", + "𐊡": "B", + "𐌁": "B", + "𝐁": "B", + "𝐵": "B", + "𝑩": "B", + "𝓑": "B", + "𝔅": "B", + "𝔹": "B", + "𝕭": "B", + "𝖡": "B", + "𝗕": "B", + "𝘉": "B", + "𝘽": "B", + "𝙱": "B", + "𝚩": "B", + "𝛣": "B", + "𝜝": "B", + "𝝗": "B", + "𝞑": "B", + "C": "C", + "Ϲ": "C", + "С": "C", + "Ꮯ": "C", + "ℂ": "C", + "ℭ": "C", + "Ⅽ": "C", + "Ⲥ": "C", + "ꓚ": "C", + "C": "C", + "𐊢": "C", + "𐌂": "C", + "𐐕": "C", + "𐔜": "C", + "𑣩": "C", + "𑣲": "C", + "𝐂": "C", + "𝐶": "C", + "𝑪": "C", + "𝒞": "C", + "𝓒": "C", + "𝕮": "C", + "𝖢": "C", + "𝗖": "C", + "𝘊": "C", + "𝘾": "C", + "𝙲": "C", + "🝌": "C", + "D": "D", + "Ꭰ": "D", + "ᗞ": "D", + "ᗪ": "D", + "ᴅ": "D", + "ⅅ": "D", + "Ⅾ": "D", + "ꓓ": "D", + "ꭰ": "D", + "D": "D", + "𝐃": "D", + "𝐷": "D", + "𝑫": "D", + "𝒟": "D", + "𝓓": "D", + "𝔇": "D", + "𝔻": "D", + "𝕯": "D", + "𝖣": "D", + "𝗗": "D", + "𝘋": "D", + "𝘿": "D", + "𝙳": "D", + "E": "E", + "Ε": "E", + "Е": "E", + "Ꭼ": "E", + "ᴇ": "E", + "ℰ": "E", + "⋿": "E", + "ⴹ": "E", + "ꓰ": "E", + "ꭼ": "E", + "E": "E", + "𐊆": "E", + "𑢦": "E", + "𑢮": "E", + "𝐄": "E", + "𝐸": "E", + "𝑬": "E", + "𝓔": "E", + "𝔈": "E", + "𝔼": "E", + "𝕰": "E", + "𝖤": "E", + "𝗘": "E", + "𝘌": "E", + "𝙀": "E", + "𝙴": "E", + "𝚬": "E", + "𝛦": "E", + "𝜠": "E", + "𝝚": "E", + "𝞔": "E", + "F": "F", + "Ϝ": "F", + "ᖴ": "F", + "ℱ": "F", + "ꓝ": "F", + "Ꞙ": "F", + "F": "F", + "𐊇": "F", + "𐊥": "F", + "𐔥": "F", + "𑢢": "F", + "𑣂": "F", + "𝈓": "F", + "𝐅": "F", + "𝐹": "F", + "𝑭": "F", + "𝓕": "F", + "𝔉": "F", + "𝔽": "F", + "𝕱": "F", + "𝖥": "F", + "𝗙": "F", + "𝘍": "F", + "𝙁": "F", + "𝙵": "F", + "𝟊": "F", + "G": "G", + "ɢ": "G", + "Ԍ": "G", + "ԍ": "G", + "Ꮐ": "G", + "Ᏻ": "G", + "ᏻ": "G", + "ꓖ": "G", + "ꮐ": "G", + "G": "G", + "𝐆": "G", + "𝐺": "G", + "𝑮": "G", + "𝒢": "G", + "𝓖": "G", + "𝔊": "G", + "𝔾": "G", + "𝕲": "G", + "𝖦": "G", + "𝗚": "G", + "𝘎": "G", + "𝙂": "G", + "𝙶": "G", + "H": "H", + "ʜ": "H", + "Η": "H", + "Н": "H", + "н": "H", + "Ꮋ": "H", + "ᕼ": "H", + "ℋ": "H", + "ℌ": "H", + "ℍ": "H", + "Ⲏ": "H", + "ꓧ": "H", + "ꮋ": "H", + "H": "H", + "𐋏": "H", + "𝐇": "H", + "𝐻": "H", + "𝑯": "H", + "𝓗": "H", + "𝕳": "H", + "𝖧": "H", + "𝗛": "H", + "𝘏": "H", + "𝙃": "H", + "𝙷": "H", + "𝚮": "H", + "𝛨": "H", + "𝜢": "H", + "𝝜": "H", + "𝞖": "H", + "J": "J", + "Ϳ": "J", + "Ј": "J", + "Ꭻ": "J", + "ᒍ": "J", + "ᴊ": "J", + "ꓙ": "J", + "Ʝ": "J", + "ꭻ": "J", + "J": "J", + "𝐉": "J", + "𝐽": "J", + "𝑱": "J", + "𝒥": "J", + "𝓙": "J", + "𝔍": "J", + "𝕁": "J", + "𝕵": "J", + "𝖩": "J", + "𝗝": "J", + "𝘑": "J", + "𝙅": "J", + "𝙹": "J", + "K": "K", + "Κ": "K", + "К": "K", + "Ꮶ": "K", + "ᛕ": "K", + "K": "K", + "Ⲕ": "K", + "ꓗ": "K", + "K": "K", + "𐔘": "K", + "𝐊": "K", + "𝐾": "K", + "𝑲": "K", + "𝒦": "K", + "𝓚": "K", + "𝔎": "K", + "𝕂": "K", + "𝕶": "K", + "𝖪": "K", + "𝗞": "K", + "𝘒": "K", + "𝙆": "K", + "𝙺": "K", + "𝚱": "K", + "𝛫": "K", + "𝜥": "K", + "𝝟": "K", + "𝞙": "K", + "L": "L", + "ʟ": "L", + "Ꮮ": "L", + "ᒪ": "L", + "ℒ": "L", + "Ⅼ": "L", + "Ⳑ": "L", + "ⳑ": "L", + "ꓡ": "L", + "ꮮ": "L", + "L": "L", + "𐐛": "L", + "𐑃": "L", + "𐔦": "L", + "𑢣": "L", + "𑢲": "L", + "𖼖": "L", + "𝈪": "L", + "𝐋": "L", + "𝐿": "L", + "𝑳": "L", + "𝓛": "L", + "𝔏": "L", + "𝕃": "L", + "𝕷": "L", + "𝖫": "L", + "𝗟": "L", + "𝘓": "L", + "𝙇": "L", + "𝙻": "L", + "M": "M", + "Μ": "M", + "Ϻ": "M", + "М": "M", + "Ꮇ": "M", + "ᗰ": "M", + "ᛖ": "M", + "ℳ": "M", + "Ⅿ": "M", + "Ⲙ": "M", + "ꓟ": "M", + "M": "M", + "𐊰": "M", + "𐌑": "M", + "𝐌": "M", + "𝑀": "M", + "𝑴": "M", + "𝓜": "M", + "𝔐": "M", + "𝕄": "M", + "𝕸": "M", + "𝖬": "M", + "𝗠": "M", + "𝘔": "M", + "𝙈": "M", + "𝙼": "M", + "𝚳": "M", + "𝛭": "M", + "𝜧": "M", + "𝝡": "M", + "𝞛": "M", + "N": "N", + "ɴ": "N", + "Ν": "N", + "ℕ": "N", + "Ⲛ": "N", + "ꓠ": "N", + "N": "N", + "𐔓": "N", + "𝐍": "N", + "𝑁": "N", + "𝑵": "N", + "𝒩": "N", + "𝓝": "N", + "𝔑": "N", + "𝕹": "N", + "𝖭": "N", + "𝗡": "N", + "𝘕": "N", + "𝙉": "N", + "𝙽": "N", + "𝚴": "N", + "𝛮": "N", + "𝜨": "N", + "𝝢": "N", + "𝞜": "N", + "P": "P", + "Ρ": "P", + "Р": "P", + "Ꮲ": "P", + "ᑭ": "P", + "ᴘ": "P", + "ᴩ": "P", + "ℙ": "P", + "Ⲣ": "P", + "ꓑ": "P", + "ꮲ": "P", + "P": "P", + "𐊕": "P", + "𝐏": "P", + "𝑃": "P", + "𝑷": "P", + "𝒫": "P", + "𝓟": "P", + "𝔓": "P", + "𝕻": "P", + "𝖯": "P", + "𝗣": "P", + "𝘗": "P", + "𝙋": "P", + "𝙿": "P", + "𝚸": "P", + "𝛲": "P", + "𝜬": "P", + "𝝦": "P", + "𝞠": "P", + "Q": "Q", + "ℚ": "Q", + "ⵕ": "Q", + "Q": "Q", + "𝐐": "Q", + "𝑄": "Q", + "𝑸": "Q", + "𝒬": "Q", + "𝓠": "Q", + "𝔔": "Q", + "𝕼": "Q", + "𝖰": "Q", + "𝗤": "Q", + "𝘘": "Q", + "𝙌": "Q", + "𝚀": "Q", + "R": "R", + "Ʀ": "R", + "ʀ": "R", + "Ꭱ": "R", + "Ꮢ": "R", + "ᖇ": "R", + "ᚱ": "R", + "ℛ": "R", + "ℜ": "R", + "ℝ": "R", + "ꓣ": "R", + "ꭱ": "R", + "ꮢ": "R", + "R": "R", + "𐒴": "R", + "𖼵": "R", + "𝈖": "R", + "𝐑": "R", + "𝑅": "R", + "𝑹": "R", + "𝓡": "R", + "𝕽": "R", + "𝖱": "R", + "𝗥": "R", + "𝘙": "R", + "𝙍": "R", + "𝚁": "R", + "S": "S", + "Ѕ": "S", + "Տ": "S", + "Ꮥ": "S", + "Ꮪ": "S", + "ꓢ": "S", + "S": "S", + "𐊖": "S", + "𐐠": "S", + "𖼺": "S", + "𝐒": "S", + "𝑆": "S", + "𝑺": "S", + "𝒮": "S", + "𝓢": "S", + "𝔖": "S", + "𝕊": "S", + "𝕾": "S", + "𝖲": "S", + "𝗦": "S", + "𝘚": "S", + "𝙎": "S", + "𝚂": "S", + "T": "T", + "Τ": "T", + "τ": "T", + "Т": "T", + "т": "T", + "Ꭲ": "T", + "ᴛ": "T", + "⊤": "T", + "⟙": "T", + "Ⲧ": "T", + "ꓔ": "T", + "ꭲ": "T", + "T": "T", + "𐊗": "T", + "𐊱": "T", + "𐌕": "T", + "𑢼": "T", + "𖼊": "T", + "𝐓": "T", + "𝑇": "T", + "𝑻": "T", + "𝒯": "T", + "𝓣": "T", + "𝔗": "T", + "𝕋": "T", + "𝕿": "T", + "𝖳": "T", + "𝗧": "T", + "𝘛": "T", + "𝙏": "T", + "𝚃": "T", + "𝚻": "T", + "𝛕": "T", + "𝛵": "T", + "𝜏": "T", + "𝜯": "T", + "𝝉": "T", + "𝝩": "T", + "𝞃": "T", + "𝞣": "T", + "𝞽": "T", + "🝨": "T", + "U": "U", + "Ս": "U", + "ሀ": "U", + "ᑌ": "U", + "∪": "U", + "⋃": "U", + "ꓴ": "U", + "U": "U", + "𐓎": "U", + "𑢸": "U", + "𖽂": "U", + "𝐔": "U", + "𝑈": "U", + "𝑼": "U", + "𝒰": "U", + "𝓤": "U", + "𝔘": "U", + "𝕌": "U", + "𝖀": "U", + "𝖴": "U", + "𝗨": "U", + "𝘜": "U", + "𝙐": "U", + "𝚄": "U", + "V": "V", + "Ѵ": "V", + "٧": "V", + "۷": "V", + "Ꮩ": "V", + "ᐯ": "V", + "Ⅴ": "V", + "ⴸ": "V", + "ꓦ": "V", + "ꛟ": "V", + "V": "V", + "𐔝": "V", + "𑢠": "V", + "𖼈": "V", + "𝈍": "V", + "𝐕": "V", + "𝑉": "V", + "𝑽": "V", + "𝒱": "V", + "𝓥": "V", + "𝔙": "V", + "𝕍": "V", + "𝖁": "V", + "𝖵": "V", + "𝗩": "V", + "𝘝": "V", + "𝙑": "V", + "𝚅": "V", + "W": "W", + "Ԝ": "W", + "Ꮃ": "W", + "Ꮤ": "W", + "ꓪ": "W", + "W": "W", + "𑣦": "W", + "𑣯": "W", + "𝐖": "W", + "𝑊": "W", + "𝑾": "W", + "𝒲": "W", + "𝓦": "W", + "𝔚": "W", + "𝕎": "W", + "𝖂": "W", + "𝖶": "W", + "𝗪": "W", + "𝘞": "W", + "𝙒": "W", + "𝚆": "W", + "X": "X", + "Χ": "X", + "Х": "X", + "᙭": "X", + "ᚷ": "X", + "Ⅹ": "X", + "╳": "X", + "Ⲭ": "X", + "ⵝ": "X", + "ꓫ": "X", + "Ꭓ": "X", + "X": "X", + "𐊐": "X", + "𐊴": "X", + "𐌗": "X", + "𐌢": "X", + "𐔧": "X", + "𑣬": "X", + "𝐗": "X", + "𝑋": "X", + "𝑿": "X", + "𝒳": "X", + "𝓧": "X", + "𝔛": "X", + "𝕏": "X", + "𝖃": "X", + "𝖷": "X", + "𝗫": "X", + "𝘟": "X", + "𝙓": "X", + "𝚇": "X", + "𝚾": "X", + "𝛸": "X", + "𝜲": "X", + "𝝬": "X", + "𝞦": "X", + "Y": "Y", + "Υ": "Y", + "ϒ": "Y", + "У": "Y", + "Ү": "Y", + "Ꭹ": "Y", + "Ꮍ": "Y", + "Ⲩ": "Y", + "ꓬ": "Y", + "Y": "Y", + "𐊲": "Y", + "𑢤": "Y", + "𖽃": "Y", + "𝐘": "Y", + "𝑌": "Y", + "𝒀": "Y", + "𝒴": "Y", + "𝓨": "Y", + "𝔜": "Y", + "𝕐": "Y", + "𝖄": "Y", + "𝖸": "Y", + "𝗬": "Y", + "𝘠": "Y", + "𝙔": "Y", + "𝚈": "Y", + "𝚼": "Y", + "𝛶": "Y", + "𝜰": "Y", + "𝝪": "Y", + "𝞤": "Y", + "Z": "Z", + "Ζ": "Z", + "Ꮓ": "Z", + "ℤ": "Z", + "ℨ": "Z", + "ꓜ": "Z", + "Z": "Z", + "𐋵": "Z", + "𑢩": "Z", + "𑣥": "Z", + "𝐙": "Z", + "𝑍": "Z", + "𝒁": "Z", + "𝒵": "Z", + "𝓩": "Z", + "𝖅": "Z", + "𝖹": "Z", + "𝗭": "Z", + "𝘡": "Z", + "𝙕": "Z", + "𝚉": "Z", + "𝚭": "Z", + "𝛧": "Z", + "𝜡": "Z", + "𝝛": "Z", + "𝞕": "Z", + "a": "a", + "ɑ": "a", + "α": "a", + "а": "a", + "⍺": "a", + "a": "a", + "𝐚": "a", + "𝑎": "a", + "𝒂": "a", + "𝒶": "a", + "𝓪": "a", + "𝔞": "a", + "𝕒": "a", + "𝖆": "a", + "𝖺": "a", + "𝗮": "a", + "𝘢": "a", + "𝙖": "a", + "𝚊": "a", + "𝛂": "a", + "𝛼": "a", + "𝜶": "a", + "𝝰": "a", + "𝞪": "a", + "b": "b", + "Ƅ": "b", + "Ь": "b", + "Ꮟ": "b", + "ᖯ": "b", + "b": "b", + "𝐛": "b", + "𝑏": "b", + "𝒃": "b", + "𝒷": "b", + "𝓫": "b", + "𝔟": "b", + "𝕓": "b", + "𝖇": "b", + "𝖻": "b", + "𝗯": "b", + "𝘣": "b", + "𝙗": "b", + "𝚋": "b", + "c": "c", + "ϲ": "c", + "с": "c", + "ᴄ": "c", + "ⅽ": "c", + "ⲥ": "c", + "ꮯ": "c", + "c": "c", + "𐐽": "c", + "𝐜": "c", + "𝑐": "c", + "𝒄": "c", + "𝒸": "c", + "𝓬": "c", + "𝔠": "c", + "𝕔": "c", + "𝖈": "c", + "𝖼": "c", + "𝗰": "c", + "𝘤": "c", + "𝙘": "c", + "𝚌": "c", + "d": "d", + "ԁ": "d", + "Ꮷ": "d", + "ᑯ": "d", + "ⅆ": "d", + "ⅾ": "d", + "ꓒ": "d", + "d": "d", + "𝐝": "d", + "𝑑": "d", + "𝒅": "d", + "𝒹": "d", + "𝓭": "d", + "𝔡": "d", + "𝕕": "d", + "𝖉": "d", + "𝖽": "d", + "𝗱": "d", + "𝘥": "d", + "𝙙": "d", + "𝚍": "d", + "e": "e", + "е": "e", + "ҽ": "e", + "℮": "e", + "ℯ": "e", + "ⅇ": "e", + "ꬲ": "e", + "e": "e", + "𝐞": "e", + "𝑒": "e", + "𝒆": "e", + "𝓮": "e", + "𝔢": "e", + "𝕖": "e", + "𝖊": "e", + "𝖾": "e", + "𝗲": "e", + "𝘦": "e", + "𝙚": "e", + "𝚎": "e", + "f": "f", + "ſ": "f", + "ϝ": "f", + "ք": "f", + "ẝ": "f", + "ꞙ": "f", + "ꬵ": "f", + "f": "f", + "𝐟": "f", + "𝑓": "f", + "𝒇": "f", + "𝒻": "f", + "𝓯": "f", + "𝔣": "f", + "𝕗": "f", + "𝖋": "f", + "𝖿": "f", + "𝗳": "f", + "𝘧": "f", + "𝙛": "f", + "𝚏": "f", + "𝟋": "f", + "g": "g", + "ƍ": "g", + "ɡ": "g", + "ց": "g", + "ᶃ": "g", + "ℊ": "g", + "g": "g", + "𝐠": "g", + "𝑔": "g", + "𝒈": "g", + "𝓰": "g", + "𝔤": "g", + "𝕘": "g", + "𝖌": "g", + "𝗀": "g", + "𝗴": "g", + "𝘨": "g", + "𝙜": "g", + "𝚐": "g", + "h": "h", + "һ": "h", + "հ": "h", + "Ꮒ": "h", + "ℎ": "h", + "h": "h", + "𝐡": "h", + "𝒉": "h", + "𝒽": "h", + "𝓱": "h", + "𝔥": "h", + "𝕙": "h", + "𝖍": "h", + "𝗁": "h", + "𝗵": "h", + "𝘩": "h", + "𝙝": "h", + "𝚑": "h", + "i": "i", + "ı": "i", + "ɩ": "i", + "ɪ": "i", + "˛": "i", + "ͺ": "i", + "ι": "i", + "і": "i", + "ӏ": "i", + "Ꭵ": "i", + "ι": "i", + "ℹ": "i", + "ⅈ": "i", + "ⅰ": "i", + "⍳": "i", + "ꙇ": "i", + "ꭵ": "i", + "i": "i", + "𑣃": "i", + "𝐢": "i", + "𝑖": "i", + "𝒊": "i", + "𝒾": "i", + "𝓲": "i", + "𝔦": "i", + "𝕚": "i", + "𝖎": "i", + "𝗂": "i", + "𝗶": "i", + "𝘪": "i", + "𝙞": "i", + "𝚒": "i", + "𝚤": "i", + "𝛊": "i", + "𝜄": "i", + "𝜾": "i", + "𝝸": "i", + "𝞲": "i", + "j": "j", + "ϳ": "j", + "ј": "j", + "ⅉ": "j", + "j": "j", + "𝐣": "j", + "𝑗": "j", + "𝒋": "j", + "𝒿": "j", + "𝓳": "j", + "𝔧": "j", + "𝕛": "j", + "𝖏": "j", + "𝗃": "j", + "𝗷": "j", + "𝘫": "j", + "𝙟": "j", + "𝚓": "j", + "k": "k", + "k": "k", + "𝐤": "k", + "𝑘": "k", + "𝒌": "k", + "𝓀": "k", + "𝓴": "k", + "𝔨": "k", + "𝕜": "k", + "𝖐": "k", + "𝗄": "k", + "𝗸": "k", + "𝘬": "k", + "𝙠": "k", + "𝚔": "k", + "m": "m", + "m": "m", + "n": "n", + "ո": "n", + "ռ": "n", + "n": "n", + "𝐧": "n", + "𝑛": "n", + "𝒏": "n", + "𝓃": "n", + "𝓷": "n", + "𝔫": "n", + "𝕟": "n", + "𝖓": "n", + "𝗇": "n", + "𝗻": "n", + "𝘯": "n", + "𝙣": "n", + "𝚗": "n", + "p": "p", + "ρ": "p", + "ϱ": "p", + "р": "p", + "⍴": "p", + "ⲣ": "p", + "p": "p", + "𝐩": "p", + "𝑝": "p", + "𝒑": "p", + "𝓅": "p", + "𝓹": "p", + "𝔭": "p", + "𝕡": "p", + "𝖕": "p", + "𝗉": "p", + "𝗽": "p", + "𝘱": "p", + "𝙥": "p", + "𝚙": "p", + "𝛒": "p", + "𝛠": "p", + "𝜌": "p", + "𝜚": "p", + "𝝆": "p", + "𝝔": "p", + "𝞀": "p", + "𝞎": "p", + "𝞺": "p", + "𝟈": "p", + "q": "q", + "ԛ": "q", + "գ": "q", + "զ": "q", + "q": "q", + "𝐪": "q", + "𝑞": "q", + "𝒒": "q", + "𝓆": "q", + "𝓺": "q", + "𝔮": "q", + "𝕢": "q", + "𝖖": "q", + "𝗊": "q", + "𝗾": "q", + "𝘲": "q", + "𝙦": "q", + "𝚚": "q", + "r": "r", + "г": "r", + "ᴦ": "r", + "ⲅ": "r", + "ꭇ": "r", + "ꭈ": "r", + "ꮁ": "r", + "r": "r", + "𝐫": "r", + "𝑟": "r", + "𝒓": "r", + "𝓇": "r", + "𝓻": "r", + "𝔯": "r", + "𝕣": "r", + "𝖗": "r", + "𝗋": "r", + "𝗿": "r", + "𝘳": "r", + "𝙧": "r", + "𝚛": "r", + "s": "s", + "ƽ": "s", + "ѕ": "s", + "ꜱ": "s", + "ꮪ": "s", + "s": "s", + "𐑈": "s", + "𑣁": "s", + "𝐬": "s", + "𝑠": "s", + "𝒔": "s", + "𝓈": "s", + "𝓼": "s", + "𝔰": "s", + "𝕤": "s", + "𝖘": "s", + "𝗌": "s", + "𝘀": "s", + "𝘴": "s", + "𝙨": "s", + "𝚜": "s", + "t": "t", + "t": "t", + "𝐭": "t", + "𝑡": "t", + "𝒕": "t", + "𝓉": "t", + "𝓽": "t", + "𝔱": "t", + "𝕥": "t", + "𝖙": "t", + "𝗍": "t", + "𝘁": "t", + "𝘵": "t", + "𝙩": "t", + "𝚝": "t", + "u": "u", + "ʋ": "u", + "υ": "u", + "ս": "u", + "ᴜ": "u", + "ꞟ": "u", + "ꭎ": "u", + "ꭒ": "u", + "u": "u", + "𐓶": "u", + "𑣘": "u", + "𝐮": "u", + "𝑢": "u", + "𝒖": "u", + "𝓊": "u", + "𝓾": "u", + "𝔲": "u", + "𝕦": "u", + "𝖚": "u", + "𝗎": "u", + "𝘂": "u", + "𝘶": "u", + "𝙪": "u", + "𝚞": "u", + "𝛖": "u", + "𝜐": "u", + "𝝊": "u", + "𝞄": "u", + "𝞾": "u", + "v": "v", + "ν": "v", + "ѵ": "v", + "ט": "v", + "ᴠ": "v", + "ⅴ": "v", + "∨": "v", + "⋁": "v", + "ꮩ": "v", + "v": "v", + "𑜆": "v", + "𑣀": "v", + "𝐯": "v", + "𝑣": "v", + "𝒗": "v", + "𝓋": "v", + "𝓿": "v", + "𝔳": "v", + "𝕧": "v", + "𝖛": "v", + "𝗏": "v", + "𝘃": "v", + "𝘷": "v", + "𝙫": "v", + "𝚟": "v", + "𝛎": "v", + "𝜈": "v", + "𝝂": "v", + "𝝼": "v", + "𝞶": "v", + "w": "w", + "ɯ": "w", + "ѡ": "w", + "ԝ": "w", + "ա": "w", + "ᴡ": "w", + "ꮃ": "w", + "w": "w", + "𑜊": "w", + "𑜎": "w", + "𑜏": "w", + "𝐰": "w", + "𝑤": "w", + "𝒘": "w", + "𝓌": "w", + "𝔀": "w", + "𝔴": "w", + "𝕨": "w", + "𝖜": "w", + "𝗐": "w", + "𝘄": "w", + "𝘸": "w", + "𝙬": "w", + "𝚠": "w", + "x": "x", + "×": "x", + "х": "x", + "ᕁ": "x", + "ᕽ": "x", + "᙮": "x", + "ⅹ": "x", + "⤫": "x", + "⤬": "x", + "⨯": "x", + "x": "x", + "𝐱": "x", + "𝑥": "x", + "𝒙": "x", + "𝓍": "x", + "𝔁": "x", + "𝔵": "x", + "𝕩": "x", + "𝖝": "x", + "𝗑": "x", + "𝘅": "x", + "𝘹": "x", + "𝙭": "x", + "𝚡": "x", + "y": "y", + "ɣ": "y", + "ʏ": "y", + "γ": "y", + "у": "y", + "ү": "y", + "ყ": "y", + "ᶌ": "y", + "ỿ": "y", + "ℽ": "y", + "ꭚ": "y", + "y": "y", + "𑣜": "y", + "𝐲": "y", + "𝑦": "y", + "𝒚": "y", + "𝓎": "y", + "𝔂": "y", + "𝔶": "y", + "𝕪": "y", + "𝖞": "y", + "𝗒": "y", + "𝘆": "y", + "𝘺": "y", + "𝙮": "y", + "𝚢": "y", + "𝛄": "y", + "𝛾": "y", + "𝜸": "y", + "𝝲": "y", + "𝞬": "y", + "z": "z", + "ᴢ": "z", + "ꮓ": "z", + "z": "z", + "𑣄": "z", + "𝐳": "z", + "𝑧": "z", + "𝒛": "z", + "𝓏": "z", + "𝔃": "z", + "𝔷": "z", + "𝕫": "z", + "𝖟": "z", + "𝗓": "z", + "𝘇": "z", + "𝘻": "z", + "𝙯": "z", + "𝚣": "z" +} + +},{}],64:[function(require,module,exports){ 'use strict'; function storageAvailable(type) { @@ -10651,7 +12105,7 @@ if (!storageAvailable('localStorage')) { module.exports = null; -},{}],64:[function(require,module,exports){ +},{}],65:[function(require,module,exports){ 'use strict'; require('babel-polyfill'); @@ -10714,7 +12168,18 @@ window.domainsale = domainsale; var translate = require('./translations/translate.js'); if (IS_CX) { var cxFuncs = require('./cxFuncs'); + var punycode = require('punycode'); + var similarity = require('similarity'); + var levenshtein = require('levenshtein'); + var uniMap = require('unicode/category/Ll'); + var homoglyphs = require('./homoglyphs.json'); + window.cxHelpers = {}; window.cxFuncs = cxFuncs; + window.cxHelpers['punycode'] = punycode; + window.cxHelpers['uniMap'] = uniMap; + window.cxHelpers['homoglyphs'] = homoglyphs; + window.cxHelpers['similarity'] = similarity; + window.cxHelpers['levenshtein'] = levenshtein; } else { var u2f = require('./staticJS/u2f-api'); var ledger3 = require('./staticJS/ledger3'); @@ -10811,13 +12276,13 @@ app.controller('walletBalanceCtrl', ['$scope', '$sce', '$rootScope', walletBalan app.controller('helpersCtrl', ['$scope', helpersCtrl]); if (IS_CX) { app.controller('addWalletCtrl', ['$scope', '$sce', addWalletCtrl]); - app.controller('myWalletsCtrl', ['$scope', '$sce', 'walletService', myWalletsCtrl]); + app.controller('myWalletsCtrl', ['$scope', '$sce', '$timeout', 'walletService', myWalletsCtrl]); app.controller('mainPopCtrl', ['$scope', '$sce', mainPopCtrl]); - app.controller('quickSendCtrl', ['$scope', '$sce', quickSendCtrl]); + app.controller('quickSendCtrl', ['$scope', '$sce', 'darkList', quickSendCtrl]); app.controller('cxDecryptWalletCtrl', ['$scope', '$sce', 'walletService', cxDecryptWalletCtrl]); } -},{"./ajaxReq":12,"./bity":13,"./constants/darkListConst":14,"./controllers/CX/addWalletCtrl":15,"./controllers/CX/cxDecryptWalletCtrl":16,"./controllers/CX/mainPopCtrl":17,"./controllers/CX/myWalletsCtrl":18,"./controllers/CX/quickSendCtrl":19,"./controllers/bulkGenCtrl":20,"./controllers/contractsCtrl":21,"./controllers/decryptWalletCtrl":22,"./controllers/domainsaleCtrl":23,"./controllers/ensCtrl":24,"./controllers/footerCtrl":25,"./controllers/helpersCtrl":26,"./controllers/offlineTxCtrl":27,"./controllers/onboardingCtrl":28,"./controllers/sendTxCtrl":29,"./controllers/signMsgCtrl":30,"./controllers/swapCtrl":31,"./controllers/tabsCtrl":32,"./controllers/txStatusCtrl":33,"./controllers/viewCtrl":34,"./controllers/viewWalletCtrl":35,"./controllers/walletBalanceCtrl":36,"./controllers/walletGenCtrl":37,"./customGas.js":38,"./cxFuncs":39,"./directives/QRCodeDrtv":40,"./directives/addressFieldDrtv":41,"./directives/balanceDrtv":43,"./directives/blockiesDrtv":44,"./directives/cxWalletDecryptDrtv":45,"./directives/fileReaderDrtv":46,"./directives/walletDecryptDrtv":48,"./domainsale":49,"./ens":51,"./ethFuncs":60,"./etherUnits":61,"./globalFuncs":62,"./localStoragePolyfill":63,"./myetherwallet":65,"./nodes":73,"./services/globalService":74,"./services/walletService":75,"./solidity/coder":79,"./solidity/utils":90,"./staticJS/customMarked":91,"./staticJS/digitalBitboxEth":92,"./staticJS/digitalBitboxUsb":93,"./staticJS/ledger-eth":94,"./staticJS/ledger3":95,"./staticJS/secalotEth":96,"./staticJS/secalotUsb":97,"./staticJS/trezorConnect":98,"./staticJS/u2f-api":99,"./tokenlib":100,"./translations/translate.js":133,"./uiFuncs":137,"./validator":138,"./web3Wallet":139,"angular":147,"angular-animate":141,"angular-sanitize":143,"angular-translate":145,"angular-translate-handler-log":144,"babel-polyfill":163,"bignumber.js":166,"bip39":167,"crypto":543,"detect-browser":550,"ethereumjs-tx":574,"ethereumjs-util":575,"hdkey":592,"scryptsy":652,"string-format":668,"uuid":677,"wallet-address-validator":686,"xss-filters":687}],65:[function(require,module,exports){ +},{"./ajaxReq":12,"./bity":13,"./constants/darkListConst":14,"./controllers/CX/addWalletCtrl":15,"./controllers/CX/cxDecryptWalletCtrl":16,"./controllers/CX/mainPopCtrl":17,"./controllers/CX/myWalletsCtrl":18,"./controllers/CX/quickSendCtrl":19,"./controllers/bulkGenCtrl":20,"./controllers/contractsCtrl":21,"./controllers/decryptWalletCtrl":22,"./controllers/domainsaleCtrl":23,"./controllers/ensCtrl":24,"./controllers/footerCtrl":25,"./controllers/helpersCtrl":26,"./controllers/offlineTxCtrl":27,"./controllers/onboardingCtrl":28,"./controllers/sendTxCtrl":29,"./controllers/signMsgCtrl":30,"./controllers/swapCtrl":31,"./controllers/tabsCtrl":32,"./controllers/txStatusCtrl":33,"./controllers/viewCtrl":34,"./controllers/viewWalletCtrl":35,"./controllers/walletBalanceCtrl":36,"./controllers/walletGenCtrl":37,"./customGas.js":38,"./cxFuncs":39,"./directives/QRCodeDrtv":40,"./directives/addressFieldDrtv":41,"./directives/balanceDrtv":43,"./directives/blockiesDrtv":44,"./directives/cxWalletDecryptDrtv":45,"./directives/fileReaderDrtv":46,"./directives/walletDecryptDrtv":48,"./domainsale":49,"./ens":51,"./ethFuncs":60,"./etherUnits":61,"./globalFuncs":62,"./homoglyphs.json":63,"./localStoragePolyfill":64,"./myetherwallet":66,"./nodes":74,"./services/globalService":75,"./services/walletService":76,"./solidity/coder":80,"./solidity/utils":91,"./staticJS/customMarked":92,"./staticJS/digitalBitboxEth":93,"./staticJS/digitalBitboxUsb":94,"./staticJS/ledger-eth":95,"./staticJS/ledger3":96,"./staticJS/secalotEth":97,"./staticJS/secalotUsb":98,"./staticJS/trezorConnect":99,"./staticJS/u2f-api":100,"./tokenlib":101,"./translations/translate.js":134,"./uiFuncs":138,"./validator":139,"./web3Wallet":140,"angular":148,"angular-animate":142,"angular-sanitize":144,"angular-translate":146,"angular-translate-handler-log":145,"babel-polyfill":164,"bignumber.js":167,"bip39":168,"crypto":545,"detect-browser":552,"ethereumjs-tx":576,"ethereumjs-util":577,"hdkey":594,"levenshtein":612,"punycode":208,"scryptsy":655,"similarity":670,"string-format":672,"unicode/category/Ll":675,"uuid":682,"wallet-address-validator":691,"xss-filters":692}],66:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -11224,7 +12689,7 @@ Wallet.getWalletFromPrivKeyFile = function (strjson, password) { module.exports = Wallet; }).call(this,require("buffer").Buffer) -},{"buffer":209}],66:[function(require,module,exports){ +},{"buffer":211}],67:[function(require,module,exports){ 'use strict'; var customNode = function customNode(srvrUrl, port, httpBasicAuthentication) { @@ -11351,7 +12816,7 @@ customNode.prototype.post = function (data, callback) { }; module.exports = customNode; -},{}],67:[function(require,module,exports){ +},{}],68:[function(require,module,exports){ 'use strict'; var http; @@ -11384,7 +12849,7 @@ ethPrice.getRates = function (callback) { }; module.exports = ethPrice; -},{}],68:[function(require,module,exports){ +},{}],69:[function(require,module,exports){ 'use strict'; var etherscan = function etherscan() {}; @@ -11512,7 +12977,7 @@ etherscan.post = function (data, _callback) { }; module.exports = etherscan; -},{}],69:[function(require,module,exports){ +},{}],70:[function(require,module,exports){ 'use strict'; var _ethscan = require('./etherscan'); @@ -11523,7 +12988,7 @@ for (var attr in _ethscan) { kovan.SERVERURL = 'https://kovan.etherscan.io/api'; module.exports = kovan; -},{"./etherscan":68}],70:[function(require,module,exports){ +},{"./etherscan":69}],71:[function(require,module,exports){ 'use strict'; var _ethscan = require('./etherscan'); @@ -11534,7 +12999,7 @@ for (var attr in _ethscan) { rinkeby.SERVERURL = 'https://rinkeby.etherscan.io/api'; module.exports = rinkeby; -},{"./etherscan":68}],71:[function(require,module,exports){ +},{"./etherscan":69}],72:[function(require,module,exports){ 'use strict'; var customNode = require('./customNode'); @@ -11549,7 +13014,7 @@ var infura = function infura(srvrUrl, port, httpBasicAuthentication) { }; module.exports = infura; -},{"./customNode":66}],72:[function(require,module,exports){ +},{"./customNode":67}],73:[function(require,module,exports){ 'use strict'; var customNode = require('./customNode'); @@ -11592,7 +13057,7 @@ function forEachPayload(maybeArray, fn) { array.forEach(fn); } -},{"./customNode":66}],73:[function(require,module,exports){ +},{"./customNode":67}],74:[function(require,module,exports){ 'use strict'; var nodes = function nodes() {}; @@ -11858,7 +13323,7 @@ nodes.nodeList = { nodes.ethPrice = require('./nodeHelpers/ethPrice'); module.exports = nodes; -},{"./abiDefinitions/ellaAbi.json":1,"./abiDefinitions/etcAbi.json":2,"./abiDefinitions/ethAbi.json":3,"./abiDefinitions/etscAbi.json":4,"./abiDefinitions/expAbi.json":5,"./abiDefinitions/kovanAbi.json":6,"./abiDefinitions/poaAbi.json":7,"./abiDefinitions/rinkebyAbi.json":8,"./abiDefinitions/ropstenAbi.json":9,"./abiDefinitions/tomoAbi.json":10,"./abiDefinitions/ubqAbi.json":11,"./nodeHelpers/customNode":66,"./nodeHelpers/ethPrice":67,"./nodeHelpers/etherscan":68,"./nodeHelpers/etherscanKov":69,"./nodeHelpers/etherscanRin":70,"./nodeHelpers/infura":71,"./nodeHelpers/metamask":72,"./tokens/ellaTokens.json":101,"./tokens/etcTokens.json":102,"./tokens/ethTokens.json":103,"./tokens/etscTokens.json":104,"./tokens/expTokens.json":105,"./tokens/kovanTokens.json":106,"./tokens/poaTokens.json":107,"./tokens/rinkebyTokens.json":108,"./tokens/ropstenTokens.json":109,"./tokens/tomoTokens.json":110,"./tokens/ubqTokens.json":111}],74:[function(require,module,exports){ +},{"./abiDefinitions/ellaAbi.json":1,"./abiDefinitions/etcAbi.json":2,"./abiDefinitions/ethAbi.json":3,"./abiDefinitions/etscAbi.json":4,"./abiDefinitions/expAbi.json":5,"./abiDefinitions/kovanAbi.json":6,"./abiDefinitions/poaAbi.json":7,"./abiDefinitions/rinkebyAbi.json":8,"./abiDefinitions/ropstenAbi.json":9,"./abiDefinitions/tomoAbi.json":10,"./abiDefinitions/ubqAbi.json":11,"./nodeHelpers/customNode":67,"./nodeHelpers/ethPrice":68,"./nodeHelpers/etherscan":69,"./nodeHelpers/etherscanKov":70,"./nodeHelpers/etherscanRin":71,"./nodeHelpers/infura":72,"./nodeHelpers/metamask":73,"./tokens/ellaTokens.json":102,"./tokens/etcTokens.json":103,"./tokens/ethTokens.json":104,"./tokens/etscTokens.json":105,"./tokens/expTokens.json":106,"./tokens/kovanTokens.json":107,"./tokens/poaTokens.json":108,"./tokens/rinkebyTokens.json":109,"./tokens/ropstenTokens.json":110,"./tokens/tomoTokens.json":111,"./tokens/ubqTokens.json":112}],75:[function(require,module,exports){ 'use strict'; var globalService = function globalService($http, $httpParamSerializerJQLike) { @@ -11975,7 +13440,7 @@ var globalService = function globalService($http, $httpParamSerializerJQLike) { module.exports = globalService; -},{}],75:[function(require,module,exports){ +},{}],76:[function(require,module,exports){ 'use strict'; var walletService = function walletService() { @@ -11986,9 +13451,7 @@ var walletService = function walletService() { }; module.exports = walletService; -},{}],76:[function(require,module,exports){ -'use strict'; - +},{}],77:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12016,9 +13479,7 @@ SolidityTypeAddress.prototype.isType = function (name) { module.exports = SolidityTypeAddress; -},{"./formatters":82,"./type":87}],77:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],78:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12046,9 +13507,7 @@ SolidityTypeBool.prototype.isType = function (name) { module.exports = SolidityTypeBool; -},{"./formatters":82,"./type":87}],78:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],79:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12079,9 +13538,7 @@ SolidityTypeBytes.prototype.isType = function (name) { module.exports = SolidityTypeBytes; -},{"./formatters":82,"./type":87}],79:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],80:[function(require,module,exports){ /* This file is part of web3.js. @@ -12332,9 +13789,7 @@ var coder = new SolidityCoder([new SolidityTypeAddress(), new SolidityTypeBool() module.exports = coder; -},{"./address":76,"./bool":77,"./bytes":78,"./dynamicbytes":81,"./formatters":82,"./int":83,"./real":85,"./string":86,"./uint":88,"./ureal":89,"./utils":90}],80:[function(require,module,exports){ -'use strict'; - +},{"./address":77,"./bool":78,"./bytes":79,"./dynamicbytes":82,"./formatters":83,"./int":84,"./real":86,"./string":87,"./uint":89,"./ureal":90,"./utils":91}],81:[function(require,module,exports){ /* This file is part of web3.js. @@ -12385,9 +13840,7 @@ module.exports = { defaultAccount: undefined }; -},{"bignumber.js":166}],81:[function(require,module,exports){ -'use strict'; - +},{"bignumber.js":167}],82:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12409,9 +13862,7 @@ SolidityTypeDynamicBytes.prototype.isDynamicType = function () { module.exports = SolidityTypeDynamicBytes; -},{"./formatters":82,"./type":87}],82:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],83:[function(require,module,exports){ /* This file is part of web3.js. @@ -12664,9 +14115,7 @@ module.exports = { formatOutputAddress: formatOutputAddress }; -},{"./config":80,"./param":84,"./utils":90,"bignumber.js":166}],83:[function(require,module,exports){ -'use strict'; - +},{"./config":81,"./param":85,"./utils":91,"bignumber.js":167}],84:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12700,9 +14149,7 @@ SolidityTypeInt.prototype.isType = function (name) { module.exports = SolidityTypeInt; -},{"./formatters":82,"./type":87}],84:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],85:[function(require,module,exports){ /* This file is part of web3.js. @@ -12853,9 +14300,7 @@ SolidityParam.encodeList = function (params) { module.exports = SolidityParam; -},{"./utils":90}],85:[function(require,module,exports){ -'use strict'; - +},{"./utils":91}],86:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12889,9 +14334,7 @@ SolidityTypeReal.prototype.isType = function (name) { module.exports = SolidityTypeReal; -},{"./formatters":82,"./type":87}],86:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],87:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -12913,9 +14356,7 @@ SolidityTypeString.prototype.isDynamicType = function () { module.exports = SolidityTypeString; -},{"./formatters":82,"./type":87}],87:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],88:[function(require,module,exports){ var f = require('./formatters'); var SolidityParam = require('./param'); @@ -13167,9 +14608,7 @@ SolidityType.prototype.decode = function (bytes, offset, name) { module.exports = SolidityType; -},{"./formatters":82,"./param":84}],88:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./param":85}],89:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -13203,9 +14642,7 @@ SolidityTypeUInt.prototype.isType = function (name) { module.exports = SolidityTypeUInt; -},{"./formatters":82,"./type":87}],89:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],90:[function(require,module,exports){ var f = require('./formatters'); var SolidityType = require('./type'); @@ -13239,9 +14676,7 @@ SolidityTypeUReal.prototype.isType = function (name) { module.exports = SolidityTypeUReal; -},{"./formatters":82,"./type":87}],90:[function(require,module,exports){ -'use strict'; - +},{"./formatters":83,"./type":88}],91:[function(require,module,exports){ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; /* @@ -13828,7 +15263,7 @@ module.exports = { isJson: isJson }; -},{"bignumber.js":166,"ethereumjs-util":575,"utf8":672}],91:[function(require,module,exports){ +},{"bignumber.js":167,"ethereumjs-util":577,"utf8":677}],92:[function(require,module,exports){ 'use strict'; var marked = require('marked'); @@ -13859,7 +15294,7 @@ marked.setOptions({ }); module.exports = marked; -},{"marked":609}],92:[function(require,module,exports){ +},{"marked":613}],93:[function(require,module,exports){ (function (Buffer){ /** * (c) 2017 Douglas Bakkum, Shift Devices AG @@ -14027,7 +15462,7 @@ DigitalBitboxEth.prototype.signMessage = function (path, messageHex, callback) { module.exports = DigitalBitboxEth; }).call(this,require("buffer").Buffer) -},{"buffer":209,"crypto":543,"hdkey":592}],93:[function(require,module,exports){ +},{"buffer":211,"crypto":545,"hdkey":594}],94:[function(require,module,exports){ (function (Buffer){ /** * (c) 2017 Douglas Bakkum, Shift Devices AG @@ -14081,7 +15516,7 @@ DigitalBitboxUsb.prototype.exchange = function (msg, callback) { module.exports = DigitalBitboxUsb; }).call(this,require("buffer").Buffer) -},{"buffer":209}],94:[function(require,module,exports){ +},{"buffer":211}],95:[function(require,module,exports){ (function (Buffer){ /******************************************************************************** * Ledger Communication toolkit @@ -14296,7 +15731,7 @@ LedgerEth.prototype.signPersonalMessage_async = function (path, messageHex, call module.exports = LedgerEth; }).call(this,require("buffer").Buffer) -},{"buffer":209}],95:[function(require,module,exports){ +},{"buffer":211}],96:[function(require,module,exports){ (function (Buffer){ /******************************************************************************** * Ledger Communication toolkit @@ -14367,7 +15802,7 @@ Ledger3.prototype.exchange = function (apduHex, callback) { module.exports = Ledger3; }).call(this,require("buffer").Buffer) -},{"buffer":209}],96:[function(require,module,exports){ +},{"buffer":211}],97:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -14626,7 +16061,7 @@ SecalotEth.prototype.signMessage = function (path, message, callback) { module.exports = SecalotEth; }).call(this,require("buffer").Buffer) -},{"buffer":209}],97:[function(require,module,exports){ +},{"buffer":211}],98:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -14670,9 +16105,7 @@ SecalotUsb.prototype.exchange = function (apduHex, callback) { module.exports = SecalotUsb; }).call(this,require("buffer").Buffer) -},{"buffer":209}],98:[function(require,module,exports){ -'use strict'; - +},{"buffer":211}],99:[function(require,module,exports){ /** * (C) 2017 SatoshiLabs * @@ -15595,7 +17028,7 @@ var connect = new TrezorConnect(); module.exports = { TrezorConnect: connect }; -},{}],99:[function(require,module,exports){ +},{}],100:[function(require,module,exports){ //Copyright 2014-2015 Google Inc. All rights reserved. //Use of this source code is governed by a BSD-style @@ -16319,7 +17752,7 @@ u2f.getApiVersion = function (callback, opt_timeoutSeconds) { }; module.exports = u2f; -},{}],100:[function(require,module,exports){ +},{}],101:[function(require,module,exports){ 'use strict'; var Token = function Token(contractAddress, userAddress, symbol, decimal, type) { @@ -16403,7 +17836,7 @@ Token.prototype.getData = function (toAdd, value) { }; module.exports = Token; -},{}],101:[function(require,module,exports){ +},{}],102:[function(require,module,exports){ module.exports=[ { "address": "0x991e7fe4b05f2b3db1d788e705963f5d647b0044", @@ -16413,7 +17846,7 @@ module.exports=[ } ] -},{}],102:[function(require,module,exports){ +},{}],103:[function(require,module,exports){ module.exports=[ { "address":"0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C", @@ -16433,7 +17866,7 @@ module.exports=[ } ] -},{}],103:[function(require,module,exports){ +},{}],104:[function(require,module,exports){ module.exports=[ { "address": "0x7dd7f56d697cc0f2b52bd55c057f378f1fe6ab4b", @@ -16477,6 +17910,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31", + "symbol": "ADH", + "decimal": 18, + "type": "default" + }, { "address": "0x8810C63470d38639954c6B41AaC545848C46484a", "symbol": "ADI", @@ -16579,6 +18018,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x4c0fbe1bb46612915e7967d2c3213cd4d87257ad", + "symbol": "APIS", + "decimal": 18, + "type": "default" + }, { "address": "0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db", "symbol": "APPC", @@ -16747,6 +18192,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x763186eb8d4856d536ed4478302971214febc6a9", + "symbol": "BETR", + "decimal": 18, + "type": "default" + }, { "address": "0xb2bfeb70b903f1baac7f2ba2c62934c7e5b974c4", "symbol": "BKB", @@ -16807,6 +18258,12 @@ module.exports=[ "decimal": 12, "type": "default" }, + { + "address": "0xdA2C424Fc98c741c2d4ef2f42897CEfed897CA75", + "symbol": "BNFT", + "decimal": 9, + "type": "default" + }, { "address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C", "symbol": "BNT", @@ -16885,6 +18342,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xa02e3bb9cebc03952601b3724b4940e0845bebcf", + "symbol": "BTHR", + "decimal": 18, + "type": "default" + }, { "address": "0xdb8646f5b487b5dd979fac618350e85018f557d4", "symbol": "BTK", @@ -16957,6 +18420,12 @@ module.exports=[ "decimal": 9, "type": "default" }, + { + "address": "0xa517a46baad6b054a76bd19c46844f717fe69fea", + "symbol": "CARB", + "decimal": 8, + "type": "default" + }, { "address": "0xe8780B48bdb05F928697A5e8155f672ED91462F7", "symbol": "CAS", @@ -17035,6 +18504,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xba9d4199fab4f26efe3551d490e3821486f135ba", + "symbol": "CHSB", + "decimal": 8, + "type": "default" + }, { "address": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "symbol": "CK", @@ -17077,6 +18552,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xEBf2F9E8De960f64ec0fDCDa6Cb282423133347B", + "symbol": "CNB", + "decimal": 8, + "type": "default" + }, { "address": "0xd4c435f5b09f855c3317c8524cb1f586e42795fa", "symbol": "CND", @@ -17299,6 +18780,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0x7cF271966F36343Bf0150F25E5364f7961c58201", + "symbol": "DEPO", + "decimal": 0, + "type": "default" + }, { "address": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A", "symbol": "DGD", @@ -17443,6 +18930,12 @@ module.exports=[ "decimal": 2, "type": "default" }, + { + "address": "0xfa1de2ee97e4c10c94c91cb2b5062b89fb140b82", + "symbol": "EDC", + "decimal": 6, + "type": "default" + }, { "address": "0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c", "symbol": "EDG", @@ -17551,6 +19044,18 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0xdd74a7a3769fa72561b3a69e65968f49748c690c", + "symbol": "ETCH", + "decimal": 18, + "type": "default" + }, + { + "address": "0x6927C69fb4daf2043fbB1Cb7b86c5661416bea29", + "symbol": "ETR", + "decimal": 18, + "type": "default" + }, { "address": "0xabdf147870235fcfc34153828c769a70b3fae01f", "symbol": "EURT", @@ -17683,6 +19188,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0x6754e21b9EAa053c62d7854dD6561ae451B0cBCf", + "symbol": "GANA", + "decimal": 18, + "type": "default" + }, { "address": "0x708876f486e448ee89eb332bfbc8e593553058b9", "symbol": "GAVEL", @@ -17695,6 +19206,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283", + "symbol": "GBX", + "decimal": 18, + "type": "default" + }, { "address": "0x4F4f0Db4de903B88f2B1a2847971E231D54F8fd3", "symbol": "GEE", @@ -18019,6 +19536,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5", + "symbol": "KC", + "decimal": 18, + "type": "default" + }, { "address": "0x72D32ac1c5E66BfC5b08806271f8eEF915545164", "symbol": "KEE", @@ -18378,6 +19901,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D", + "symbol": "NBAI", + "decimal": 18, + "type": "default" + }, { "address": "0x9e46a38f5daabe8683e10793b06749eef7d733d1", "symbol": "NCT", @@ -18426,6 +19955,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0x4ce6b362bc77a24966dda9078f9cef81b3b886a7", + "symbol": "NPER", + "decimal": 18, + "type": "default" + }, { "address": "0xb91318f35bdb262e9423bc7c7c2a3a93dd93c92c", "symbol": "NULS", @@ -18504,6 +20039,12 @@ module.exports=[ "decimal": 3, "type": "default" }, + { + "address": "0xfeDAE5642668f8636A11987Ff386bfd215F942EE", + "symbol": "PAL", + "decimal": 18, + "type": "default" + }, { "address": "0xea5f88e54d982cbb0c441cde4e79bc305e5b43bc", "symbol": "PARETO", @@ -18516,6 +20057,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xF813F3902bBc00A6DCe378634d3B79D84F9803d7", + "symbol": "PATH", + "decimal": 18, + "type": "default" + }, { "address": "0xB97048628DB6B661D4C2aA833e95Dbe1A905B280", "symbol": "PAY", @@ -18528,6 +20075,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0", + "symbol": "PBT", + "decimal": 4, + "type": "default" + }, { "address": "0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e", "symbol": "PCH", @@ -18678,6 +20231,12 @@ module.exports=[ "decimal": 8, "type": "default" }, + { + "address": "0xA3149E0fA0061A9007fAf307074cdCd290f0e2Fd", + "symbol": "PRON", + "decimal": 8, + "type": "default" + }, { "address": "0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f", "symbol": "PRPS", @@ -18762,6 +20321,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6", + "symbol": "RCN", + "decimal": 18, + "type": "default" + }, { "address": "0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6", "symbol": "RDN", @@ -18804,6 +20369,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xd0929d411954c47438dc1d871dd6081f5c5e149c", + "symbol": "RFR", + "decimal": 4, + "type": "default" + }, { "address": "0xdd007278b667f6bef52fd0a4c23604aa1f96039a", "symbol": "RIPT", @@ -18840,6 +20411,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xA40106134c5bF4c41411554e6db99B95A15ed9d8", + "symbol": "ROCK", + "decimal": 18, + "type": "default" + }, { "address": "0xc9de4b7f0c3d991e967158e4d4bfa4b51ec0b114", "symbol": "ROK", @@ -19398,6 +20975,12 @@ module.exports=[ "decimal": 18, "type": "default" }, + { + "address": "0xc3bc9eb71f75ec439a6b6c8e8b746fcf5b62f703", + "symbol": "VOC", + "decimal": 18, + "type": "default" + }, { "address": "0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3", "symbol": "VOISE", @@ -19647,11 +21230,11 @@ module.exports=[ } ] -},{}],104:[function(require,module,exports){ -arguments[4][7][0].apply(exports,arguments) -},{"dup":7}],105:[function(require,module,exports){ +},{}],105:[function(require,module,exports){ arguments[4][7][0].apply(exports,arguments) },{"dup":7}],106:[function(require,module,exports){ +arguments[4][7][0].apply(exports,arguments) +},{"dup":7}],107:[function(require,module,exports){ module.exports=[{ "address":"0xbd287b4398b248032183994229f5f6a9fdac98b1", "symbol":"💥 PLASMA", @@ -19669,9 +21252,9 @@ module.exports=[{ "type":"default" }] -},{}],107:[function(require,module,exports){ +},{}],108:[function(require,module,exports){ arguments[4][7][0].apply(exports,arguments) -},{"dup":7}],108:[function(require,module,exports){ +},{"dup":7}],109:[function(require,module,exports){ module.exports=[{ "address":"0xA52832A0B3EBfAeF629B1a44A922F46c90445108", "symbol":"☼ PLASMA", @@ -19689,7 +21272,7 @@ module.exports=[{ "type": "default" }] -},{}],109:[function(require,module,exports){ +},{}],110:[function(require,module,exports){ module.exports=[{ "address":"0x95D7321EdCe519419ba1DbC60A89bAfbF55EAC0D", "symbol":"💥 PLASMA", @@ -19697,9 +21280,9 @@ module.exports=[{ "type":"default" }] -},{}],110:[function(require,module,exports){ +},{}],111:[function(require,module,exports){ arguments[4][7][0].apply(exports,arguments) -},{"dup":7}],111:[function(require,module,exports){ +},{"dup":7}],112:[function(require,module,exports){ module.exports=[ { "address":"0xd245207cfbf6eb6f34970db2a807ab1d178fde6c", @@ -19739,7 +21322,7 @@ module.exports=[ } ] -},{}],112:[function(require,module,exports){ +},{}],113:[function(require,module,exports){ // Català 'use strict'; @@ -19900,11 +21483,11 @@ ca.data = (_ca$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'x_Secalot', 'Secalot '), _defineProperty(_ca$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ca$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); +}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'x_Secalot', 'Secalot '), _defineProperty(_ca$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ca$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); module.exports = ca; -},{}],113:[function(require,module,exports){ +},{}],114:[function(require,module,exports){ // German 'use strict'; @@ -20065,11 +21648,11 @@ de.data = (_de$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'x_Secalot', 'Secalot '), _defineProperty(_de$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); +}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'x_Secalot', 'Secalot '), _defineProperty(_de$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); module.exports = de; -},{}],114:[function(require,module,exports){ +},{}],115:[function(require,module,exports){ // Greek 'use strict'; @@ -20230,11 +21813,11 @@ el.data = (_el$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'x_Secalot', 'Secalot '), _defineProperty(_el$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); +}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'x_Secalot', 'Secalot '), _defineProperty(_el$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); module.exports = el; -},{}],115:[function(require,module,exports){ +},{}],116:[function(require,module,exports){ // English 'use strict'; @@ -20400,11 +21983,11 @@ en.data = (_en$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_en$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_en$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'ERROR_40', '(error_41) Please enter a valid private key'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Secalot', 'Secalot '), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _defineProperty(_en$data, 'PHISHING_Warning_1', 'This address has been flagged: '), _defineProperty(_en$data, 'PHISHING_Warning_2', 'This address has been flagged in our Phishing list. Please make sure you are sending to the right address'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Head', "It seems like you're using an IPhone or an IPad."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_1', "Just letting you know that generating wallets isn't supported in these devices because of Apple's storage restrictions."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_2', 'Please use the actual website on a laptop or computer.'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Understand', 'I understand.'), _en$data); +}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_en$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_en$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'ERROR_40', '(error_41) Please enter a valid private key'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Secalot', 'Secalot '), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _defineProperty(_en$data, 'PHISHING_Warning_1', 'This address has been flagged: '), _defineProperty(_en$data, 'PHISHING_Warning_2', 'This address has been flagged in our Phishing list. Please make sure you are sending to the right address'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Head', "It seems like you're using an IPhone or an IPad."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_1', "Just letting you know that generating wallets isn't supported in these devices because of Apple's storage restrictions."), _defineProperty(_en$data, 'APPLE_Mob_Notice_Body_2', 'Please use the actual website on a laptop or computer.'), _defineProperty(_en$data, 'APPLE_Mob_Notice_Understand', 'I understand.'), _en$data); module.exports = en; -},{}],116:[function(require,module,exports){ +},{}],117:[function(require,module,exports){ // Spanish 'use strict'; @@ -20565,11 +22148,11 @@ es.data = (_es$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'x_Secalot', 'Secalot '), _defineProperty(_es$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_es$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); +}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'x_Secalot', 'Secalot '), _defineProperty(_es$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_es$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); module.exports = es; -},{}],117:[function(require,module,exports){ +},{}],118:[function(require,module,exports){ // Farsi / Persian Last sync with en.js : commit f025c496254b8ce69660b682f90ec3dc5a12caa8 'use strict'; @@ -20730,11 +22313,11 @@ fa.data = (_fa$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); +}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); module.exports = fa; -},{}],118:[function(require,module,exports){ +},{}],119:[function(require,module,exports){ // Finnish 'use strict'; @@ -20895,11 +22478,11 @@ fi.data = (_fi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'x_Secalot', 'Secalot '), _defineProperty(_fi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); +}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'x_Secalot', 'Secalot '), _defineProperty(_fi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); module.exports = fi; -},{}],119:[function(require,module,exports){ +},{}],120:[function(require,module,exports){ // French 'use strict'; @@ -21060,11 +22643,11 @@ fr.data = (_fr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'x_Secalot', 'Secalot '), _defineProperty(_fr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); +}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'x_Secalot', 'Secalot '), _defineProperty(_fr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); module.exports = fr; -},{}],120:[function(require,module,exports){ +},{}],121:[function(require,module,exports){ //Kreyol 'use strict'; @@ -21225,11 +22808,11 @@ ht.data = (_ht$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'x_Secalot', 'Secalot '), _defineProperty(_ht$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); +}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'x_Secalot', 'Secalot '), _defineProperty(_ht$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); module.exports = ht; -},{}],121:[function(require,module,exports){ +},{}],122:[function(require,module,exports){ // Hungarian 'use strict'; @@ -21390,11 +22973,11 @@ hu.data = (_hu$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'x_Secalot', 'Secalot '), _defineProperty(_hu$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); +}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'x_Secalot', 'Secalot '), _defineProperty(_hu$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); module.exports = hu; -},{}],122:[function(require,module,exports){ +},{}],123:[function(require,module,exports){ // Indonesian 'use strict'; @@ -21555,11 +23138,11 @@ id.data = (_id$data = { ONBOARD_why_content__8: 'Jagalah selalu agar Kunci Privat dan password Anda tetap aman. Kunci Privat Anda terkadang disebut juga sebagai frase mnemonik, file keystore, file UTC, file JSON maupun file dompet.', ONBOARD_why_content__9: 'Jika Anda kehilangan Kunci Privat atau password Anda, tidak ada yang bisa mengembalikannya.', ONBOARD_why_content__10: 'Jika Anda memasukkan Kunci Privat Anda di situs phishing, **semua dana Anda akan dicuri**.' -}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'x_Secalot', 'Secalot '), _defineProperty(_id$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_id$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); +}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET INC` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'x_Secalot', 'Secalot '), _defineProperty(_id$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_id$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); module.exports = id; -},{}],123:[function(require,module,exports){ +},{}],124:[function(require,module,exports){ // Italian // Last sync with en.js : commit ff3b9cb53afbdf9936d4655f0a0af210f926daef 'use strict'; @@ -21721,11 +23304,11 @@ it.data = (_it$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'x_Secalot', 'Secalot '), _defineProperty(_it$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_it$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); +}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'x_Secalot', 'Secalot '), _defineProperty(_it$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_it$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); module.exports = it; -},{}],124:[function(require,module,exports){ +},{}],125:[function(require,module,exports){ // Japanese 'use strict'; @@ -21890,11 +23473,11 @@ ja.data = (_ja$data = { ONBOARD_why_content__7: '**あなた**が、そして**あなただけ**が自分のセキュリテイの全責任を持ちます。', /***You** and **only you** are responsible for your security.*/ ONBOARD_why_content__8: '秘密鍵とパスワードを大事に保管してください。秘密鍵は、ニーモニックフレーズ、キーストアファイル、UTCファイル、JSONファイル、お財布(ワレット)ファイルとも呼ばれることがあります。', /*Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.*/ ONBOARD_why_content__9: 'もし秘密鍵やパスワードを忘れると、誰も回復させることができません。', /*If you lose your private key or password, no one can recover it.*/ - ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET LLC`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ja$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ja$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_Secalot', 'Secalot '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); + ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET INC`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ja$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ja$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_Secalot', 'Secalot '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); module.exports = ja; -},{}],125:[function(require,module,exports){ +},{}],126:[function(require,module,exports){ // Korean 'use strict'; @@ -22055,11 +23638,11 @@ ko.data = (_ko$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'x_Secalot', 'Secalot '), _defineProperty(_ko$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ko$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ko$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); +}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'x_Secalot', 'Secalot '), _defineProperty(_ko$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ko$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ko$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); module.exports = ko; -},{}],126:[function(require,module,exports){ +},{}],127:[function(require,module,exports){ // Dutch 'use strict'; @@ -22220,11 +23803,11 @@ nl.data = (_nl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'x_Secalot', 'Secalot '), _defineProperty(_nl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_nl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); +}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'x_Secalot', 'Secalot '), _defineProperty(_nl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_nl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); module.exports = nl; -},{}],127:[function(require,module,exports){ +},{}],128:[function(require,module,exports){ // Norwegian 'use strict'; @@ -22385,11 +23968,11 @@ no.data = (_no$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'x_Secalot', 'Secalot '), _defineProperty(_no$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_no$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); +}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'x_Secalot', 'Secalot '), _defineProperty(_no$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_no$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); module.exports = no; -},{}],128:[function(require,module,exports){ +},{}],129:[function(require,module,exports){ // Polish 'use strict'; @@ -22550,11 +24133,11 @@ pl.data = (_pl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'x_Secalot', 'Secalot '), _defineProperty(_pl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_pl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); +}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'x_Secalot', 'Secalot '), _defineProperty(_pl$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_pl$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); module.exports = pl; -},{}],129:[function(require,module,exports){ +},{}],130:[function(require,module,exports){ // Portuguese 'use strict'; @@ -22715,11 +24298,11 @@ pt.data = (_pt$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); +}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); module.exports = pt; -},{}],130:[function(require,module,exports){ +},{}],131:[function(require,module,exports){ // Russian 'use strict'; @@ -22880,11 +24463,11 @@ ru.data = (_ru$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'x_Secalot', 'Secalot '), _defineProperty(_ru$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ru$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); +}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'x_Secalot', 'Secalot '), _defineProperty(_ru$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ru$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); module.exports = ru; -},{}],131:[function(require,module,exports){ +},{}],132:[function(require,module,exports){ // English 'use strict'; @@ -23045,11 +24628,11 @@ th.data = (_th$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'x_Secalot', 'Secalot '), _defineProperty(_th$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_th$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); +}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'x_Secalot', 'Secalot '), _defineProperty(_th$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_th$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); module.exports = th; -},{}],132:[function(require,module,exports){ +},{}],133:[function(require,module,exports){ // Turkish 'use strict'; @@ -23210,11 +24793,11 @@ tr.data = (_tr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'x_Secalot', 'Secalot '), _defineProperty(_tr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); +}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'x_Secalot', 'Secalot '), _defineProperty(_tr$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); module.exports = tr; -},{}],133:[function(require,module,exports){ +},{}],134:[function(require,module,exports){ 'use strict'; var ca = require('./ca'); @@ -23280,7 +24863,7 @@ translate.marked = function (data) { }; module.exports = translate; -},{"./ca":112,"./de":113,"./el":114,"./en":115,"./es":116,"./fa":117,"./fi":118,"./fr":119,"./ht":120,"./hu":121,"./id":122,"./it":123,"./ja":124,"./ko":125,"./nl":126,"./no":127,"./pl":128,"./pt":129,"./ru":130,"./th":131,"./tr":132,"./vi":134,"./zhcn":135,"./zhtw":136}],134:[function(require,module,exports){ +},{"./ca":113,"./de":114,"./el":115,"./en":116,"./es":117,"./fa":118,"./fi":119,"./fr":120,"./ht":121,"./hu":122,"./id":123,"./it":124,"./ja":125,"./ko":126,"./nl":127,"./no":128,"./pl":129,"./pt":130,"./ru":131,"./th":132,"./tr":133,"./vi":135,"./zhcn":136,"./zhtw":137}],135:[function(require,module,exports){ // Vietnamese 'use strict'; @@ -23441,11 +25024,11 @@ vi.data = (_vi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'x_Secalot', 'Secalot '), _defineProperty(_vi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_vi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_vi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); +}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'x_Secalot', 'Secalot '), _defineProperty(_vi$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_vi$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_vi$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); module.exports = vi; -},{}],135:[function(require,module,exports){ +},{}],136:[function(require,module,exports){ // simplified Chinese, zh-CN, 简体中文 'use strict'; @@ -23606,11 +25189,11 @@ zhcn.data = (_zhcn$data = { ONBOARD_why_content__8: '请积极地关注你账户私钥和密码的安全, 你的私钥有时也会以助记词(mnemonic phrase), keystore文件, UTC文件, JSON文件, 钱包文件等形式存在.', ONBOARD_why_content__9: '请记住如果你不慎丢失了你的私钥或者密码, 没有任何人可以恢复它们.', ONBOARD_why_content__10: '如果你在钓鱼网站录入了你的私钥 ,那么它们会**盗取你所有的资金**.' -}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhcn$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); +}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET INC` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhcn$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); module.exports = zhcn; -},{}],136:[function(require,module,exports){ +},{}],137:[function(require,module,exports){ // Traditional Chinese 繁體中文 - zh-tw.js 'use strict'; @@ -23771,11 +25354,11 @@ zhtw.data = (_zhtw$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhtw$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhtw$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); +}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET INC` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'x_Secalot', 'Secalot '), _defineProperty(_zhtw$data, 'ADD_Secalot_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_Secalot_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhtw$data, 'ADD_Secalot_scan', 'Connect your Secalot '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); module.exports = zhtw; -},{}],137:[function(require,module,exports){ +},{}],138:[function(require,module,exports){ (function (Buffer){ 'use strict'; @@ -23926,7 +25509,8 @@ uiFuncs.generateTx = function (txData, callback) { value: ethFuncs.sanitizeHex(ethFuncs.decimalToHex(etherUnits.toWei(txData.value, txData.unit))), data: ethFuncs.sanitizeHex(txData.data) }; - if (ajaxReq.eip155) rawTx.chainId = ajaxReq.chainId; + if (ajaxReq.eip155) rawTx.chainId = ethFuncs.sanitizeHex(new BigNumber(ajaxReq.chainId).toString(16)); + rawTx.data = rawTx.data == '' ? '0x' : rawTx.data; var eTx = new ethUtil.Tx(rawTx); if (typeof txData.hwType != "undefined" && txData.hwType == "ledger") { var app = new ledgerEth(txData.hwTransport); @@ -23956,7 +25540,9 @@ uiFuncs.generateTx = function (txData, callback) { // for web3, we dont actually sign it here // instead we put the final params in the "signedTx" field and // wait for the confirmation dialogue / sendTx method - var txParams = Object.assign({ from: txData.from }, rawTx); + var txParams = Object.assign({ + from: txData.from + }, rawTx); rawTx.rawTx = JSON.stringify(rawTx); rawTx.signedTx = JSON.stringify(txParams); rawTx.isError = false; @@ -24012,7 +25598,9 @@ uiFuncs.sendTx = function (signedTx, callback) { error: err.stack }); } - callback({ data: txHash }); + callback({ + data: txHash + }); }); return; } @@ -24108,7 +25696,7 @@ uiFuncs.notifier = { module.exports = uiFuncs; }).call(this,require("buffer").Buffer) -},{"buffer":209}],138:[function(require,module,exports){ +},{"buffer":211}],139:[function(require,module,exports){ 'use strict'; var validator = function validator() {}; @@ -24185,7 +25773,7 @@ validator.isValidURL = function (str) { }; module.exports = validator; -},{}],139:[function(require,module,exports){ +},{}],140:[function(require,module,exports){ 'use strict'; var Wallet = require('./myetherwallet.js'); @@ -24241,1697 +25829,2100 @@ Web3Wallet.prototype.getV3Filename = function (timestamp) { module.exports = Web3Wallet; -},{"./myetherwallet.js":65}],140:[function(require,module,exports){ -'use strict'; - +},{"./myetherwallet.js":66}],141:[function(require,module,exports){ /** * @license AngularJS v1.6.8 * (c) 2010-2017 Google, Inc. http://angularjs.org * License: MIT */ -(function (window, angular) { - 'use strict'; +(function(window, angular) {'use strict'; + +var ELEMENT_NODE = 1; +var COMMENT_NODE = 8; + +var ADD_CLASS_SUFFIX = '-add'; +var REMOVE_CLASS_SUFFIX = '-remove'; +var EVENT_CLASS_PREFIX = 'ng-'; +var ACTIVE_CLASS_SUFFIX = '-active'; +var PREPARE_CLASS_SUFFIX = '-prepare'; + +var NG_ANIMATE_CLASSNAME = 'ng-animate'; +var NG_ANIMATE_CHILDREN_DATA = '$$ngAnimateChildren'; + +// Detect proper transitionend/animationend event names. +var CSS_PREFIX = '', TRANSITION_PROP, TRANSITIONEND_EVENT, ANIMATION_PROP, ANIMATIONEND_EVENT; + +// If unprefixed events are not supported but webkit-prefixed are, use the latter. +// Otherwise, just use W3C names, browsers not supporting them at all will just ignore them. +// Note: Chrome implements `window.onwebkitanimationend` and doesn't implement `window.onanimationend` +// but at the same time dispatches the `animationend` event and not `webkitAnimationEnd`. +// Register both events in case `window.onanimationend` is not supported because of that, +// do the same for `transitionend` as Safari is likely to exhibit similar behavior. +// Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit +// therefore there is no reason to test anymore for other vendor prefixes: +// http://caniuse.com/#search=transition +if ((window.ontransitionend === undefined) && (window.onwebkittransitionend !== undefined)) { + CSS_PREFIX = '-webkit-'; + TRANSITION_PROP = 'WebkitTransition'; + TRANSITIONEND_EVENT = 'webkitTransitionEnd transitionend'; +} else { + TRANSITION_PROP = 'transition'; + TRANSITIONEND_EVENT = 'transitionend'; +} - var ELEMENT_NODE = 1; - var COMMENT_NODE = 8; - - var ADD_CLASS_SUFFIX = '-add'; - var REMOVE_CLASS_SUFFIX = '-remove'; - var EVENT_CLASS_PREFIX = 'ng-'; - var ACTIVE_CLASS_SUFFIX = '-active'; - var PREPARE_CLASS_SUFFIX = '-prepare'; - - var NG_ANIMATE_CLASSNAME = 'ng-animate'; - var NG_ANIMATE_CHILDREN_DATA = '$$ngAnimateChildren'; - - // Detect proper transitionend/animationend event names. - var CSS_PREFIX = '', - TRANSITION_PROP, - TRANSITIONEND_EVENT, - ANIMATION_PROP, - ANIMATIONEND_EVENT; - - // If unprefixed events are not supported but webkit-prefixed are, use the latter. - // Otherwise, just use W3C names, browsers not supporting them at all will just ignore them. - // Note: Chrome implements `window.onwebkitanimationend` and doesn't implement `window.onanimationend` - // but at the same time dispatches the `animationend` event and not `webkitAnimationEnd`. - // Register both events in case `window.onanimationend` is not supported because of that, - // do the same for `transitionend` as Safari is likely to exhibit similar behavior. - // Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit - // therefore there is no reason to test anymore for other vendor prefixes: - // http://caniuse.com/#search=transition - if (window.ontransitionend === undefined && window.onwebkittransitionend !== undefined) { - CSS_PREFIX = '-webkit-'; - TRANSITION_PROP = 'WebkitTransition'; - TRANSITIONEND_EVENT = 'webkitTransitionEnd transitionend'; - } else { - TRANSITION_PROP = 'transition'; - TRANSITIONEND_EVENT = 'transitionend'; - } +if ((window.onanimationend === undefined) && (window.onwebkitanimationend !== undefined)) { + CSS_PREFIX = '-webkit-'; + ANIMATION_PROP = 'WebkitAnimation'; + ANIMATIONEND_EVENT = 'webkitAnimationEnd animationend'; +} else { + ANIMATION_PROP = 'animation'; + ANIMATIONEND_EVENT = 'animationend'; +} + +var DURATION_KEY = 'Duration'; +var PROPERTY_KEY = 'Property'; +var DELAY_KEY = 'Delay'; +var TIMING_KEY = 'TimingFunction'; +var ANIMATION_ITERATION_COUNT_KEY = 'IterationCount'; +var ANIMATION_PLAYSTATE_KEY = 'PlayState'; +var SAFE_FAST_FORWARD_DURATION_VALUE = 9999; + +var ANIMATION_DELAY_PROP = ANIMATION_PROP + DELAY_KEY; +var ANIMATION_DURATION_PROP = ANIMATION_PROP + DURATION_KEY; +var TRANSITION_DELAY_PROP = TRANSITION_PROP + DELAY_KEY; +var TRANSITION_DURATION_PROP = TRANSITION_PROP + DURATION_KEY; + +var ngMinErr = angular.$$minErr('ng'); +function assertArg(arg, name, reason) { + if (!arg) { + throw ngMinErr('areq', 'Argument \'{0}\' is {1}', (name || '?'), (reason || 'required')); + } + return arg; +} + +function mergeClasses(a,b) { + if (!a && !b) return ''; + if (!a) return b; + if (!b) return a; + if (isArray(a)) a = a.join(' '); + if (isArray(b)) b = b.join(' '); + return a + ' ' + b; +} + +function packageStyles(options) { + var styles = {}; + if (options && (options.to || options.from)) { + styles.to = options.to; + styles.from = options.from; + } + return styles; +} + +function pendClasses(classes, fix, isPrefix) { + var className = ''; + classes = isArray(classes) + ? classes + : classes && isString(classes) && classes.length + ? classes.split(/\s+/) + : []; + forEach(classes, function(klass, i) { + if (klass && klass.length > 0) { + className += (i > 0) ? ' ' : ''; + className += isPrefix ? fix + klass + : klass + fix; + } + }); + return className; +} - if (window.onanimationend === undefined && window.onwebkitanimationend !== undefined) { - CSS_PREFIX = '-webkit-'; - ANIMATION_PROP = 'WebkitAnimation'; - ANIMATIONEND_EVENT = 'webkitAnimationEnd animationend'; - } else { - ANIMATION_PROP = 'animation'; - ANIMATIONEND_EVENT = 'animationend'; +function removeFromArray(arr, val) { + var index = arr.indexOf(val); + if (val >= 0) { + arr.splice(index, 1); } +} - var DURATION_KEY = 'Duration'; - var PROPERTY_KEY = 'Property'; - var DELAY_KEY = 'Delay'; - var TIMING_KEY = 'TimingFunction'; - var ANIMATION_ITERATION_COUNT_KEY = 'IterationCount'; - var ANIMATION_PLAYSTATE_KEY = 'PlayState'; - var SAFE_FAST_FORWARD_DURATION_VALUE = 9999; +function stripCommentsFromElement(element) { + if (element instanceof jqLite) { + switch (element.length) { + case 0: + return element; - var ANIMATION_DELAY_PROP = ANIMATION_PROP + DELAY_KEY; - var ANIMATION_DURATION_PROP = ANIMATION_PROP + DURATION_KEY; - var TRANSITION_DELAY_PROP = TRANSITION_PROP + DELAY_KEY; - var TRANSITION_DURATION_PROP = TRANSITION_PROP + DURATION_KEY; + case 1: + // there is no point of stripping anything if the element + // is the only element within the jqLite wrapper. + // (it's important that we retain the element instance.) + if (element[0].nodeType === ELEMENT_NODE) { + return element; + } + break; - var ngMinErr = angular.$$minErr('ng'); - function assertArg(arg, name, reason) { - if (!arg) { - throw ngMinErr('areq', 'Argument \'{0}\' is {1}', name || '?', reason || 'required'); + default: + return jqLite(extractElementNode(element)); } - return arg; } - function mergeClasses(a, b) { - if (!a && !b) return ''; - if (!a) return b; - if (!b) return a; - if (isArray(a)) a = a.join(' '); - if (isArray(b)) b = b.join(' '); - return a + ' ' + b; + if (element.nodeType === ELEMENT_NODE) { + return jqLite(element); } +} - function packageStyles(options) { - var styles = {}; - if (options && (options.to || options.from)) { - styles.to = options.to; - styles.from = options.from; +function extractElementNode(element) { + if (!element[0]) return element; + for (var i = 0; i < element.length; i++) { + var elm = element[i]; + if (elm.nodeType === ELEMENT_NODE) { + return elm; } - return styles; } +} - function pendClasses(classes, fix, isPrefix) { - var className = ''; - classes = isArray(classes) ? classes : classes && isString(classes) && classes.length ? classes.split(/\s+/) : []; - forEach(classes, function (klass, i) { - if (klass && klass.length > 0) { - className += i > 0 ? ' ' : ''; - className += isPrefix ? fix + klass : klass + fix; - } - }); - return className; - } +function $$addClass($$jqLite, element, className) { + forEach(element, function(elm) { + $$jqLite.addClass(elm, className); + }); +} + +function $$removeClass($$jqLite, element, className) { + forEach(element, function(elm) { + $$jqLite.removeClass(elm, className); + }); +} - function removeFromArray(arr, val) { - var index = arr.indexOf(val); - if (val >= 0) { - arr.splice(index, 1); +function applyAnimationClassesFactory($$jqLite) { + return function(element, options) { + if (options.addClass) { + $$addClass($$jqLite, element, options.addClass); + options.addClass = null; + } + if (options.removeClass) { + $$removeClass($$jqLite, element, options.removeClass); + options.removeClass = null; } + }; +} + +function prepareAnimationOptions(options) { + options = options || {}; + if (!options.$$prepared) { + var domOperation = options.domOperation || noop; + options.domOperation = function() { + options.$$domOperationFired = true; + domOperation(); + domOperation = noop; + }; + options.$$prepared = true; } + return options; +} - function stripCommentsFromElement(element) { - if (element instanceof jqLite) { - switch (element.length) { - case 0: - return element; +function applyAnimationStyles(element, options) { + applyAnimationFromStyles(element, options); + applyAnimationToStyles(element, options); +} - case 1: - // there is no point of stripping anything if the element - // is the only element within the jqLite wrapper. - // (it's important that we retain the element instance.) - if (element[0].nodeType === ELEMENT_NODE) { - return element; - } - break; +function applyAnimationFromStyles(element, options) { + if (options.from) { + element.css(options.from); + options.from = null; + } +} - default: - return jqLite(extractElementNode(element)); - } - } +function applyAnimationToStyles(element, options) { + if (options.to) { + element.css(options.to); + options.to = null; + } +} - if (element.nodeType === ELEMENT_NODE) { - return jqLite(element); - } +function mergeAnimationDetails(element, oldAnimation, newAnimation) { + var target = oldAnimation.options || {}; + var newOptions = newAnimation.options || {}; + + var toAdd = (target.addClass || '') + ' ' + (newOptions.addClass || ''); + var toRemove = (target.removeClass || '') + ' ' + (newOptions.removeClass || ''); + var classes = resolveElementClasses(element.attr('class'), toAdd, toRemove); + + if (newOptions.preparationClasses) { + target.preparationClasses = concatWithSpace(newOptions.preparationClasses, target.preparationClasses); + delete newOptions.preparationClasses; } - function extractElementNode(element) { - if (!element[0]) return element; - for (var i = 0; i < element.length; i++) { - var elm = element[i]; - if (elm.nodeType === ELEMENT_NODE) { - return elm; - } - } + // noop is basically when there is no callback; otherwise something has been set + var realDomOperation = target.domOperation !== noop ? target.domOperation : null; + + extend(target, newOptions); + + // TODO(matsko or sreeramu): proper fix is to maintain all animation callback in array and call at last,but now only leave has the callback so no issue with this. + if (realDomOperation) { + target.domOperation = realDomOperation; } - function $$addClass($$jqLite, element, className) { - forEach(element, function (elm) { - $$jqLite.addClass(elm, className); - }); + if (classes.addClass) { + target.addClass = classes.addClass; + } else { + target.addClass = null; } - function $$removeClass($$jqLite, element, className) { - forEach(element, function (elm) { - $$jqLite.removeClass(elm, className); - }); + if (classes.removeClass) { + target.removeClass = classes.removeClass; + } else { + target.removeClass = null; } - function applyAnimationClassesFactory($$jqLite) { - return function (element, options) { - if (options.addClass) { - $$addClass($$jqLite, element, options.addClass); - options.addClass = null; - } - if (options.removeClass) { - $$removeClass($$jqLite, element, options.removeClass); - options.removeClass = null; + oldAnimation.addClass = target.addClass; + oldAnimation.removeClass = target.removeClass; + + return target; +} + +function resolveElementClasses(existing, toAdd, toRemove) { + var ADD_CLASS = 1; + var REMOVE_CLASS = -1; + + var flags = {}; + existing = splitClassesToLookup(existing); + + toAdd = splitClassesToLookup(toAdd); + forEach(toAdd, function(value, key) { + flags[key] = ADD_CLASS; + }); + + toRemove = splitClassesToLookup(toRemove); + forEach(toRemove, function(value, key) { + flags[key] = flags[key] === ADD_CLASS ? null : REMOVE_CLASS; + }); + + var classes = { + addClass: '', + removeClass: '' + }; + + forEach(flags, function(val, klass) { + var prop, allow; + if (val === ADD_CLASS) { + prop = 'addClass'; + allow = !existing[klass] || existing[klass + REMOVE_CLASS_SUFFIX]; + } else if (val === REMOVE_CLASS) { + prop = 'removeClass'; + allow = existing[klass] || existing[klass + ADD_CLASS_SUFFIX]; + } + if (allow) { + if (classes[prop].length) { + classes[prop] += ' '; } - }; - } + classes[prop] += klass; + } + }); - function prepareAnimationOptions(options) { - options = options || {}; - if (!options.$$prepared) { - var domOperation = options.domOperation || noop; - options.domOperation = function () { - options.$$domOperationFired = true; - domOperation(); - domOperation = noop; - }; - options.$$prepared = true; + function splitClassesToLookup(classes) { + if (isString(classes)) { + classes = classes.split(' '); } - return options; + + var obj = {}; + forEach(classes, function(klass) { + // sometimes the split leaves empty string values + // incase extra spaces were applied to the options + if (klass.length) { + obj[klass] = true; + } + }); + return obj; } - function applyAnimationStyles(element, options) { - applyAnimationFromStyles(element, options); - applyAnimationToStyles(element, options); + return classes; +} + +function getDomNode(element) { + return (element instanceof jqLite) ? element[0] : element; +} + +function applyGeneratedPreparationClasses(element, event, options) { + var classes = ''; + if (event) { + classes = pendClasses(event, EVENT_CLASS_PREFIX, true); } + if (options.addClass) { + classes = concatWithSpace(classes, pendClasses(options.addClass, ADD_CLASS_SUFFIX)); + } + if (options.removeClass) { + classes = concatWithSpace(classes, pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX)); + } + if (classes.length) { + options.preparationClasses = classes; + element.addClass(classes); + } +} - function applyAnimationFromStyles(element, options) { - if (options.from) { - element.css(options.from); - options.from = null; - } +function clearGeneratedClasses(element, options) { + if (options.preparationClasses) { + element.removeClass(options.preparationClasses); + options.preparationClasses = null; + } + if (options.activeClasses) { + element.removeClass(options.activeClasses); + options.activeClasses = null; } +} - function applyAnimationToStyles(element, options) { - if (options.to) { - element.css(options.to); - options.to = null; - } +function blockTransitions(node, duration) { + // we use a negative delay value since it performs blocking + // yet it doesn't kill any existing transitions running on the + // same element which makes this safe for class-based animations + var value = duration ? '-' + duration + 's' : ''; + applyInlineStyle(node, [TRANSITION_DELAY_PROP, value]); + return [TRANSITION_DELAY_PROP, value]; +} + +function blockKeyframeAnimations(node, applyBlock) { + var value = applyBlock ? 'paused' : ''; + var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY; + applyInlineStyle(node, [key, value]); + return [key, value]; +} + +function applyInlineStyle(node, styleTuple) { + var prop = styleTuple[0]; + var value = styleTuple[1]; + node.style[prop] = value; +} + +function concatWithSpace(a,b) { + if (!a) return b; + if (!b) return a; + return a + ' ' + b; +} + +var $$rAFSchedulerFactory = ['$$rAF', function($$rAF) { + var queue, cancelFn; + + function scheduler(tasks) { + // we make a copy since RAFScheduler mutates the state + // of the passed in array variable and this would be difficult + // to track down on the outside code + queue = queue.concat(tasks); + nextTick(); } - function mergeAnimationDetails(element, oldAnimation, newAnimation) { - var target = oldAnimation.options || {}; - var newOptions = newAnimation.options || {}; + queue = scheduler.queue = []; - var toAdd = (target.addClass || '') + ' ' + (newOptions.addClass || ''); - var toRemove = (target.removeClass || '') + ' ' + (newOptions.removeClass || ''); - var classes = resolveElementClasses(element.attr('class'), toAdd, toRemove); + /* waitUntilQuiet does two things: + * 1. It will run the FINAL `fn` value only when an uncanceled RAF has passed through + * 2. It will delay the next wave of tasks from running until the quiet `fn` has run. + * + * The motivation here is that animation code can request more time from the scheduler + * before the next wave runs. This allows for certain DOM properties such as classes to + * be resolved in time for the next animation to run. + */ + scheduler.waitUntilQuiet = function(fn) { + if (cancelFn) cancelFn(); - if (newOptions.preparationClasses) { - target.preparationClasses = concatWithSpace(newOptions.preparationClasses, target.preparationClasses); - delete newOptions.preparationClasses; - } + cancelFn = $$rAF(function() { + cancelFn = null; + fn(); + nextTick(); + }); + }; - // noop is basically when there is no callback; otherwise something has been set - var realDomOperation = target.domOperation !== noop ? target.domOperation : null; + return scheduler; - extend(target, newOptions); + function nextTick() { + if (!queue.length) return; - // TODO(matsko or sreeramu): proper fix is to maintain all animation callback in array and call at last,but now only leave has the callback so no issue with this. - if (realDomOperation) { - target.domOperation = realDomOperation; + var items = queue.shift(); + for (var i = 0; i < items.length; i++) { + items[i](); } - if (classes.addClass) { - target.addClass = classes.addClass; - } else { - target.addClass = null; + if (!cancelFn) { + $$rAF(function() { + if (!cancelFn) nextTick(); + }); } + } +}]; - if (classes.removeClass) { - target.removeClass = classes.removeClass; - } else { - target.removeClass = null; - } +/** + * @ngdoc directive + * @name ngAnimateChildren + * @restrict AE + * @element ANY + * + * @description + * + * ngAnimateChildren allows you to specify that children of this element should animate even if any + * of the children's parents are currently animating. By default, when an element has an active `enter`, `leave`, or `move` + * (structural) animation, child elements that also have an active structural animation are not animated. + * + * Note that even if `ngAnimateChildren` is set, no child animations will run when the parent element is removed from the DOM (`leave` animation). + * + * + * @param {string} ngAnimateChildren If the value is empty, `true` or `on`, + * then child animations are allowed. If the value is `false`, child animations are not allowed. + * + * @example + * + +
    + + +
    +
    +
    + List of items: +
    Item {{item}}
    +
    +
    +
    +
    + - oldAnimation.addClass = target.addClass; - oldAnimation.removeClass = target.removeClass; + .container.ng-enter, + .container.ng-leave { + transition: all ease 1.5s; + } - return target; - } + .container.ng-enter, + .container.ng-leave-active { + opacity: 0; + } - function resolveElementClasses(existing, toAdd, toRemove) { - var ADD_CLASS = 1; - var REMOVE_CLASS = -1; + .container.ng-leave, + .container.ng-enter-active { + opacity: 1; + } - var flags = {}; - existing = splitClassesToLookup(existing); + .item { + background: firebrick; + color: #FFF; + margin-bottom: 10px; + } - toAdd = splitClassesToLookup(toAdd); - forEach(toAdd, function (value, key) { - flags[key] = ADD_CLASS; - }); + .item.ng-enter, + .item.ng-leave { + transition: transform 1.5s ease; + } - toRemove = splitClassesToLookup(toRemove); - forEach(toRemove, function (value, key) { - flags[key] = flags[key] === ADD_CLASS ? null : REMOVE_CLASS; - }); + .item.ng-enter { + transform: translateX(50px); + } - var classes = { - addClass: '', - removeClass: '' - }; + .item.ng-enter-active { + transform: translateX(0); + } + + + angular.module('ngAnimateChildren', ['ngAnimate']) + .controller('MainController', function MainController() { + this.animateChildren = false; + this.enterElement = false; + }); + +
    + */ +var $$AnimateChildrenDirective = ['$interpolate', function($interpolate) { + return { + link: function(scope, element, attrs) { + var val = attrs.ngAnimateChildren; + if (isString(val) && val.length === 0) { //empty attribute + element.data(NG_ANIMATE_CHILDREN_DATA, true); + } else { + // Interpolate and set the value, so that it is available to + // animations that run right after compilation + setData($interpolate(val)(scope)); + attrs.$observe('ngAnimateChildren', setData); + } - forEach(flags, function (val, klass) { - var prop, allow; - if (val === ADD_CLASS) { - prop = 'addClass'; - allow = !existing[klass] || existing[klass + REMOVE_CLASS_SUFFIX]; - } else if (val === REMOVE_CLASS) { - prop = 'removeClass'; - allow = existing[klass] || existing[klass + ADD_CLASS_SUFFIX]; + function setData(value) { + value = value === 'on' || value === 'true'; + element.data(NG_ANIMATE_CHILDREN_DATA, value); } - if (allow) { - if (classes[prop].length) { - classes[prop] += ' '; - } - classes[prop] += klass; + } + }; +}]; + +/* exported $AnimateCssProvider */ + +var ANIMATE_TIMER_KEY = '$$animateCss'; + +/** + * @ngdoc service + * @name $animateCss + * @kind object + * + * @description + * The `$animateCss` service is a useful utility to trigger customized CSS-based transitions/keyframes + * from a JavaScript-based animation or directly from a directive. The purpose of `$animateCss` is NOT + * to side-step how `$animate` and ngAnimate work, but the goal is to allow pre-existing animations or + * directives to create more complex animations that can be purely driven using CSS code. + * + * Note that only browsers that support CSS transitions and/or keyframe animations are capable of + * rendering animations triggered via `$animateCss` (bad news for IE9 and lower). + * + * ## General Use + * Once again, `$animateCss` is designed to be used inside of a registered JavaScript animation that + * is powered by ngAnimate. It is possible to use `$animateCss` directly inside of a directive, however, + * any automatic control over cancelling animations and/or preventing animations from being run on + * child elements will not be handled by Angular. For this to work as expected, please use `$animate` to + * trigger the animation and then setup a JavaScript animation that injects `$animateCss` to trigger + * the CSS animation. + * + * The example below shows how we can create a folding animation on an element using `ng-if`: + * + * ```html + * + *
    + * This element will go BOOM + *
    + * + * ``` + * + * Now we create the **JavaScript animation** that will trigger the CSS transition: + * + * ```js + * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { + * return { + * enter: function(element, doneFn) { + * var height = element[0].offsetHeight; + * return $animateCss(element, { + * from: { height:'0px' }, + * to: { height:height + 'px' }, + * duration: 1 // one second + * }); + * } + * } + * }]); + * ``` + * + * ## More Advanced Uses + * + * `$animateCss` is the underlying code that ngAnimate uses to power **CSS-based animations** behind the scenes. Therefore CSS hooks + * like `.ng-EVENT`, `.ng-EVENT-active`, `.ng-EVENT-stagger` are all features that can be triggered using `$animateCss` via JavaScript code. + * + * This also means that just about any combination of adding classes, removing classes, setting styles, dynamically setting a keyframe animation, + * applying a hardcoded duration or delay value, changing the animation easing or applying a stagger animation are all options that work with + * `$animateCss`. The service itself is smart enough to figure out the combination of options and examine the element styling properties in order + * to provide a working animation that will run in CSS. + * + * The example below showcases a more advanced version of the `.fold-animation` from the example above: + * + * ```js + * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { + * return { + * enter: function(element, doneFn) { + * var height = element[0].offsetHeight; + * return $animateCss(element, { + * addClass: 'red large-text pulse-twice', + * easing: 'ease-out', + * from: { height:'0px' }, + * to: { height:height + 'px' }, + * duration: 1 // one second + * }); + * } + * } + * }]); + * ``` + * + * Since we're adding/removing CSS classes then the CSS transition will also pick those up: + * + * ```css + * /* since a hardcoded duration value of 1 was provided in the JavaScript animation code, + * the CSS classes below will be transitioned despite them being defined as regular CSS classes */ + * .red { background:red; } + * .large-text { font-size:20px; } + * + * /* we can also use a keyframe animation and $animateCss will make it work alongside the transition */ + * .pulse-twice { + * animation: 0.5s pulse linear 2; + * -webkit-animation: 0.5s pulse linear 2; + * } + * + * @keyframes pulse { + * from { transform: scale(0.5); } + * to { transform: scale(1.5); } + * } + * + * @-webkit-keyframes pulse { + * from { -webkit-transform: scale(0.5); } + * to { -webkit-transform: scale(1.5); } + * } + * ``` + * + * Given this complex combination of CSS classes, styles and options, `$animateCss` will figure everything out and make the animation happen. + * + * ## How the Options are handled + * + * `$animateCss` is very versatile and intelligent when it comes to figuring out what configurations to apply to the element to ensure the animation + * works with the options provided. Say for example we were adding a class that contained a keyframe value and we wanted to also animate some inline + * styles using the `from` and `to` properties. + * + * ```js + * var animator = $animateCss(element, { + * from: { background:'red' }, + * to: { background:'blue' } + * }); + * animator.start(); + * ``` + * + * ```css + * .rotating-animation { + * animation:0.5s rotate linear; + * -webkit-animation:0.5s rotate linear; + * } + * + * @keyframes rotate { + * from { transform: rotate(0deg); } + * to { transform: rotate(360deg); } + * } + * + * @-webkit-keyframes rotate { + * from { -webkit-transform: rotate(0deg); } + * to { -webkit-transform: rotate(360deg); } + * } + * ``` + * + * The missing pieces here are that we do not have a transition set (within the CSS code nor within the `$animateCss` options) and the duration of the animation is + * going to be detected from what the keyframe styles on the CSS class are. In this event, `$animateCss` will automatically create an inline transition + * style matching the duration detected from the keyframe style (which is present in the CSS class that is being added) and then prepare both the transition + * and keyframe animations to run in parallel on the element. Then when the animation is underway the provided `from` and `to` CSS styles will be applied + * and spread across the transition and keyframe animation. + * + * ## What is returned + * + * `$animateCss` works in two stages: a preparation phase and an animation phase. Therefore when `$animateCss` is first called it will NOT actually + * start the animation. All that is going on here is that the element is being prepared for the animation (which means that the generated CSS classes are + * added and removed on the element). Once `$animateCss` is called it will return an object with the following properties: + * + * ```js + * var animator = $animateCss(element, { ... }); + * ``` + * + * Now what do the contents of our `animator` variable look like: + * + * ```js + * { + * // starts the animation + * start: Function, + * + * // ends (aborts) the animation + * end: Function + * } + * ``` + * + * To actually start the animation we need to run `animation.start()` which will then return a promise that we can hook into to detect when the animation ends. + * If we choose not to run the animation then we MUST run `animation.end()` to perform a cleanup on the element (since some CSS classes and styles may have been + * applied to the element during the preparation phase). Note that all other properties such as duration, delay, transitions and keyframes are just properties + * and that changing them will not reconfigure the parameters of the animation. + * + * ### runner.done() vs runner.then() + * It is documented that `animation.start()` will return a promise object and this is true, however, there is also an additional method available on the + * runner called `.done(callbackFn)`. The done method works the same as `.finally(callbackFn)`, however, it does **not trigger a digest to occur**. + * Therefore, for performance reasons, it's always best to use `runner.done(callback)` instead of `runner.then()`, `runner.catch()` or `runner.finally()` + * unless you really need a digest to kick off afterwards. + * + * Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss + * (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). + * Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works. + * + * @param {DOMElement} element the element that will be animated + * @param {object} options the animation-related options that will be applied during the animation + * + * * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied + * to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.) + * * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and + * `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted. + * * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both). + * * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`). + * * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`). + * * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation. + * * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition. + * * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation. + * * `removeClass` - A space separated list of CSS classes that will be removed from the element and spread across the animation. + * * `duration` - A number value representing the total duration of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `0` + * is provided then the animation will be skipped entirely. + * * `delay` - A number value representing the total delay of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `true` is + * used then whatever delay value is detected from the CSS classes will be mirrored on the elements styles (e.g. by setting delay true then the style value + * of the element will be `transition-delay: DETECTED_VALUE`). Using `true` is useful when you want the CSS classes and inline styles to all share the same + * CSS delay value. + * * `stagger` - A numeric time value representing the delay between successively animated elements + * ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.}) + * * `staggerIndex` - The numeric index representing the stagger item (e.g. a value of 5 is equal to the sixth item in the stagger; therefore when a + * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`) + * * `applyClassesEarly` - Whether or not the classes being added or removed will be used when detecting the animation. This is set by `$animate` when enter/leave/move animations are fired to ensure that the CSS classes are resolved in time. (Note that this will prevent any transitions from occurring on the classes being added and removed.) + * * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once + * the animation is closed. This is useful for when the styles are used purely for the sake of + * the animation and do not have a lasting visual effect on the element (e.g. a collapse and open animation). + * By default this value is set to `false`. + * + * @return {object} an object with start and end methods and details about the animation. + * + * * `start` - The method to start the animation. This will return a `Promise` when called. + * * `end` - This method will cancel the animation and remove all applied CSS classes and styles. + */ +var ONE_SECOND = 1000; + +var ELAPSED_TIME_MAX_DECIMAL_PLACES = 3; +var CLOSING_TIME_BUFFER = 1.5; + +var DETECT_CSS_PROPERTIES = { + transitionDuration: TRANSITION_DURATION_PROP, + transitionDelay: TRANSITION_DELAY_PROP, + transitionProperty: TRANSITION_PROP + PROPERTY_KEY, + animationDuration: ANIMATION_DURATION_PROP, + animationDelay: ANIMATION_DELAY_PROP, + animationIterationCount: ANIMATION_PROP + ANIMATION_ITERATION_COUNT_KEY +}; + +var DETECT_STAGGER_CSS_PROPERTIES = { + transitionDuration: TRANSITION_DURATION_PROP, + transitionDelay: TRANSITION_DELAY_PROP, + animationDuration: ANIMATION_DURATION_PROP, + animationDelay: ANIMATION_DELAY_PROP +}; + +function getCssKeyframeDurationStyle(duration) { + return [ANIMATION_DURATION_PROP, duration + 's']; +} + +function getCssDelayStyle(delay, isKeyframeAnimation) { + var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP; + return [prop, delay + 's']; +} + +function computeCssStyles($window, element, properties) { + var styles = Object.create(null); + var detectedStyles = $window.getComputedStyle(element) || {}; + forEach(properties, function(formalStyleName, actualStyleName) { + var val = detectedStyles[formalStyleName]; + if (val) { + var c = val.charAt(0); + + // only numerical-based values have a negative sign or digit as the first value + if (c === '-' || c === '+' || c >= 0) { + val = parseMaxTime(val); } - }); - function splitClassesToLookup(classes) { - if (isString(classes)) { - classes = classes.split(' '); + // by setting this to null in the event that the delay is not set or is set directly as 0 + // then we can still allow for negative values to be used later on and not mistake this + // value for being greater than any other negative value. + if (val === 0) { + val = null; } + styles[actualStyleName] = val; + } + }); - var obj = {}; - forEach(classes, function (klass) { - // sometimes the split leaves empty string values - // incase extra spaces were applied to the options - if (klass.length) { - obj[klass] = true; - } - }); - return obj; + return styles; +} + +function parseMaxTime(str) { + var maxValue = 0; + var values = str.split(/\s*,\s*/); + forEach(values, function(value) { + // it's always safe to consider only second values and omit `ms` values since + // getComputedStyle will always handle the conversion for us + if (value.charAt(value.length - 1) === 's') { + value = value.substring(0, value.length - 1); } + value = parseFloat(value) || 0; + maxValue = maxValue ? Math.max(value, maxValue) : value; + }); + return maxValue; +} - return classes; - } +function truthyTimingValue(val) { + return val === 0 || val != null; +} - function getDomNode(element) { - return element instanceof jqLite ? element[0] : element; +function getCssTransitionDurationStyle(duration, applyOnlyDuration) { + var style = TRANSITION_PROP; + var value = duration + 's'; + if (applyOnlyDuration) { + style += DURATION_KEY; + } else { + value += ' linear all'; } + return [style, value]; +} - function applyGeneratedPreparationClasses(element, event, options) { - var classes = ''; - if (event) { - classes = pendClasses(event, EVENT_CLASS_PREFIX, true); - } - if (options.addClass) { - classes = concatWithSpace(classes, pendClasses(options.addClass, ADD_CLASS_SUFFIX)); - } - if (options.removeClass) { - classes = concatWithSpace(classes, pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX)); - } - if (classes.length) { - options.preparationClasses = classes; - element.addClass(classes); +function createLocalCacheLookup() { + var cache = Object.create(null); + return { + flush: function() { + cache = Object.create(null); + }, + + count: function(key) { + var entry = cache[key]; + return entry ? entry.total : 0; + }, + + get: function(key) { + var entry = cache[key]; + return entry && entry.value; + }, + + put: function(key, value) { + if (!cache[key]) { + cache[key] = { total: 1, value: value }; + } else { + cache[key].total++; + } } - } + }; +} + +// we do not reassign an already present style value since +// if we detect the style property value again we may be +// detecting styles that were added via the `from` styles. +// We make use of `isDefined` here since an empty string +// or null value (which is what getPropertyValue will return +// for a non-existing style) will still be marked as a valid +// value for the style (a falsy value implies that the style +// is to be removed at the end of the animation). If we had a simple +// "OR" statement then it would not be enough to catch that. +function registerRestorableStyles(backup, node, properties) { + forEach(properties, function(prop) { + backup[prop] = isDefined(backup[prop]) + ? backup[prop] + : node.style.getPropertyValue(prop); + }); +} + +var $AnimateCssProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var gcsLookup = createLocalCacheLookup(); + var gcsStaggerLookup = createLocalCacheLookup(); - function clearGeneratedClasses(element, options) { - if (options.preparationClasses) { - element.removeClass(options.preparationClasses); - options.preparationClasses = null; + this.$get = ['$window', '$$jqLite', '$$AnimateRunner', '$timeout', + '$$forceReflow', '$sniffer', '$$rAFScheduler', '$$animateQueue', + function($window, $$jqLite, $$AnimateRunner, $timeout, + $$forceReflow, $sniffer, $$rAFScheduler, $$animateQueue) { + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + + var parentCounter = 0; + function gcsHashFn(node, extraClasses) { + var KEY = '$$ngAnimateParentKey'; + var parentNode = node.parentNode; + var parentID = parentNode[KEY] || (parentNode[KEY] = ++parentCounter); + return parentID + '-' + node.getAttribute('class') + '-' + extraClasses; } - if (options.activeClasses) { - element.removeClass(options.activeClasses); - options.activeClasses = null; + + function computeCachedCssStyles(node, className, cacheKey, properties) { + var timings = gcsLookup.get(cacheKey); + + if (!timings) { + timings = computeCssStyles($window, node, properties); + if (timings.animationIterationCount === 'infinite') { + timings.animationIterationCount = 1; + } + } + + // we keep putting this in multiple times even though the value and the cacheKey are the same + // because we're keeping an internal tally of how many duplicate animations are detected. + gcsLookup.put(cacheKey, timings); + return timings; } - } - function blockTransitions(node, duration) { - // we use a negative delay value since it performs blocking - // yet it doesn't kill any existing transitions running on the - // same element which makes this safe for class-based animations - var value = duration ? '-' + duration + 's' : ''; - applyInlineStyle(node, [TRANSITION_DELAY_PROP, value]); - return [TRANSITION_DELAY_PROP, value]; - } + function computeCachedCssStaggerStyles(node, className, cacheKey, properties) { + var stagger; - function blockKeyframeAnimations(node, applyBlock) { - var value = applyBlock ? 'paused' : ''; - var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY; - applyInlineStyle(node, [key, value]); - return [key, value]; - } + // if we have one or more existing matches of matching elements + // containing the same parent + CSS styles (which is how cacheKey works) + // then staggering is possible + if (gcsLookup.count(cacheKey) > 0) { + stagger = gcsStaggerLookup.get(cacheKey); - function applyInlineStyle(node, styleTuple) { - var prop = styleTuple[0]; - var value = styleTuple[1]; - node.style[prop] = value; - } + if (!stagger) { + var staggerClassName = pendClasses(className, '-stagger'); - function concatWithSpace(a, b) { - if (!a) return b; - if (!b) return a; - return a + ' ' + b; - } + $$jqLite.addClass(node, staggerClassName); - var $$rAFSchedulerFactory = ['$$rAF', function ($$rAF) { - var queue, cancelFn; + stagger = computeCssStyles($window, node, properties); - function scheduler(tasks) { - // we make a copy since RAFScheduler mutates the state - // of the passed in array variable and this would be difficult - // to track down on the outside code - queue = queue.concat(tasks); - nextTick(); + // force the conversion of a null value to zero incase not set + stagger.animationDuration = Math.max(stagger.animationDuration, 0); + stagger.transitionDuration = Math.max(stagger.transitionDuration, 0); + + $$jqLite.removeClass(node, staggerClassName); + + gcsStaggerLookup.put(cacheKey, stagger); + } + } + + return stagger || {}; } - queue = scheduler.queue = []; + var rafWaitQueue = []; + function waitUntilQuiet(callback) { + rafWaitQueue.push(callback); + $$rAFScheduler.waitUntilQuiet(function() { + gcsLookup.flush(); + gcsStaggerLookup.flush(); - /* waitUntilQuiet does two things: - * 1. It will run the FINAL `fn` value only when an uncanceled RAF has passed through - * 2. It will delay the next wave of tasks from running until the quiet `fn` has run. - * - * The motivation here is that animation code can request more time from the scheduler - * before the next wave runs. This allows for certain DOM properties such as classes to - * be resolved in time for the next animation to run. - */ - scheduler.waitUntilQuiet = function (fn) { - if (cancelFn) cancelFn(); + // DO NOT REMOVE THIS LINE OR REFACTOR OUT THE `pageWidth` variable. + // PLEASE EXAMINE THE `$$forceReflow` service to understand why. + var pageWidth = $$forceReflow(); - cancelFn = $$rAF(function () { - cancelFn = null; - fn(); - nextTick(); + // we use a for loop to ensure that if the queue is changed + // during this looping then it will consider new requests + for (var i = 0; i < rafWaitQueue.length; i++) { + rafWaitQueue[i](pageWidth); + } + rafWaitQueue.length = 0; }); - }; + } - return scheduler; + function computeTimings(node, className, cacheKey) { + var timings = computeCachedCssStyles(node, className, cacheKey, DETECT_CSS_PROPERTIES); + var aD = timings.animationDelay; + var tD = timings.transitionDelay; + timings.maxDelay = aD && tD + ? Math.max(aD, tD) + : (aD || tD); + timings.maxDuration = Math.max( + timings.animationDuration * timings.animationIterationCount, + timings.transitionDuration); - function nextTick() { - if (!queue.length) return; + return timings; + } - var items = queue.shift(); - for (var i = 0; i < items.length; i++) { - items[i](); + return function init(element, initialOptions) { + // all of the animation functions should create + // a copy of the options data, however, if a + // parent service has already created a copy then + // we should stick to using that + var options = initialOptions || {}; + if (!options.$$prepared) { + options = prepareAnimationOptions(copy(options)); } - if (!cancelFn) { - $$rAF(function () { - if (!cancelFn) nextTick(); - }); + var restoreStyles = {}; + var node = getDomNode(element); + if (!node + || !node.parentNode + || !$$animateQueue.enabled()) { + return closeAndReturnNoopAnimator(); } - } - }]; - /** - * @ngdoc directive - * @name ngAnimateChildren - * @restrict AE - * @element ANY - * - * @description - * - * ngAnimateChildren allows you to specify that children of this element should animate even if any - * of the children's parents are currently animating. By default, when an element has an active `enter`, `leave`, or `move` - * (structural) animation, child elements that also have an active structural animation are not animated. - * - * Note that even if `ngAnimateChildren` is set, no child animations will run when the parent element is removed from the DOM (`leave` animation). - * - * - * @param {string} ngAnimateChildren If the value is empty, `true` or `on`, - * then child animations are allowed. If the value is `false`, child animations are not allowed. - * - * @example - * - -
    - - -
    -
    -
    - List of items: -
    Item {{item}}
    -
    -
    -
    -
    - - - .container.ng-enter, - .container.ng-leave { - transition: all ease 1.5s; - } - - .container.ng-enter, - .container.ng-leave-active { - opacity: 0; - } - - .container.ng-leave, - .container.ng-enter-active { - opacity: 1; - } - - .item { - background: firebrick; - color: #FFF; - margin-bottom: 10px; - } - - .item.ng-enter, - .item.ng-leave { - transition: transform 1.5s ease; - } - - .item.ng-enter { - transform: translateX(50px); - } - - .item.ng-enter-active { - transform: translateX(0); - } - - - angular.module('ngAnimateChildren', ['ngAnimate']) - .controller('MainController', function MainController() { - this.animateChildren = false; - this.enterElement = false; - }); - -
    - */ - var $$AnimateChildrenDirective = ['$interpolate', function ($interpolate) { - return { - link: function link(scope, element, attrs) { - var val = attrs.ngAnimateChildren; - if (isString(val) && val.length === 0) { - //empty attribute - element.data(NG_ANIMATE_CHILDREN_DATA, true); - } else { - // Interpolate and set the value, so that it is available to - // animations that run right after compilation - setData($interpolate(val)(scope)); - attrs.$observe('ngAnimateChildren', setData); - } + var temporaryStyles = []; + var classes = element.attr('class'); + var styles = packageStyles(options); + var animationClosed; + var animationPaused; + var animationCompleted; + var runner; + var runnerHost; + var maxDelay; + var maxDelayTime; + var maxDuration; + var maxDurationTime; + var startTime; + var events = []; - function setData(value) { - value = value === 'on' || value === 'true'; - element.data(NG_ANIMATE_CHILDREN_DATA, value); - } + if (options.duration === 0 || (!$sniffer.animations && !$sniffer.transitions)) { + return closeAndReturnNoopAnimator(); } - }; - }]; - /* exported $AnimateCssProvider */ + var method = options.event && isArray(options.event) + ? options.event.join(' ') + : options.event; - var ANIMATE_TIMER_KEY = '$$animateCss'; + var isStructural = method && options.structural; + var structuralClassName = ''; + var addRemoveClassName = ''; - /** - * @ngdoc service - * @name $animateCss - * @kind object - * - * @description - * The `$animateCss` service is a useful utility to trigger customized CSS-based transitions/keyframes - * from a JavaScript-based animation or directly from a directive. The purpose of `$animateCss` is NOT - * to side-step how `$animate` and ngAnimate work, but the goal is to allow pre-existing animations or - * directives to create more complex animations that can be purely driven using CSS code. - * - * Note that only browsers that support CSS transitions and/or keyframe animations are capable of - * rendering animations triggered via `$animateCss` (bad news for IE9 and lower). - * - * ## General Use - * Once again, `$animateCss` is designed to be used inside of a registered JavaScript animation that - * is powered by ngAnimate. It is possible to use `$animateCss` directly inside of a directive, however, - * any automatic control over cancelling animations and/or preventing animations from being run on - * child elements will not be handled by Angular. For this to work as expected, please use `$animate` to - * trigger the animation and then setup a JavaScript animation that injects `$animateCss` to trigger - * the CSS animation. - * - * The example below shows how we can create a folding animation on an element using `ng-if`: - * - * ```html - * - *
    - * This element will go BOOM - *
    - * - * ``` - * - * Now we create the **JavaScript animation** that will trigger the CSS transition: - * - * ```js - * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { - * return { - * enter: function(element, doneFn) { - * var height = element[0].offsetHeight; - * return $animateCss(element, { - * from: { height:'0px' }, - * to: { height:height + 'px' }, - * duration: 1 // one second - * }); - * } - * } - * }]); - * ``` - * - * ## More Advanced Uses - * - * `$animateCss` is the underlying code that ngAnimate uses to power **CSS-based animations** behind the scenes. Therefore CSS hooks - * like `.ng-EVENT`, `.ng-EVENT-active`, `.ng-EVENT-stagger` are all features that can be triggered using `$animateCss` via JavaScript code. - * - * This also means that just about any combination of adding classes, removing classes, setting styles, dynamically setting a keyframe animation, - * applying a hardcoded duration or delay value, changing the animation easing or applying a stagger animation are all options that work with - * `$animateCss`. The service itself is smart enough to figure out the combination of options and examine the element styling properties in order - * to provide a working animation that will run in CSS. - * - * The example below showcases a more advanced version of the `.fold-animation` from the example above: - * - * ```js - * ngModule.animation('.fold-animation', ['$animateCss', function($animateCss) { - * return { - * enter: function(element, doneFn) { - * var height = element[0].offsetHeight; - * return $animateCss(element, { - * addClass: 'red large-text pulse-twice', - * easing: 'ease-out', - * from: { height:'0px' }, - * to: { height:height + 'px' }, - * duration: 1 // one second - * }); - * } - * } - * }]); - * ``` - * - * Since we're adding/removing CSS classes then the CSS transition will also pick those up: - * - * ```css - * /* since a hardcoded duration value of 1 was provided in the JavaScript animation code, - * the CSS classes below will be transitioned despite them being defined as regular CSS classes */ - * .red { background:red; } - * .large-text { font-size:20px; } - * - * /* we can also use a keyframe animation and $animateCss will make it work alongside the transition */ - * .pulse-twice { - * animation: 0.5s pulse linear 2; - * -webkit-animation: 0.5s pulse linear 2; - * } - * - * @keyframes pulse { - * from { transform: scale(0.5); } - * to { transform: scale(1.5); } - * } - * - * @-webkit-keyframes pulse { - * from { -webkit-transform: scale(0.5); } - * to { -webkit-transform: scale(1.5); } - * } - * ``` - * - * Given this complex combination of CSS classes, styles and options, `$animateCss` will figure everything out and make the animation happen. - * - * ## How the Options are handled - * - * `$animateCss` is very versatile and intelligent when it comes to figuring out what configurations to apply to the element to ensure the animation - * works with the options provided. Say for example we were adding a class that contained a keyframe value and we wanted to also animate some inline - * styles using the `from` and `to` properties. - * - * ```js - * var animator = $animateCss(element, { - * from: { background:'red' }, - * to: { background:'blue' } - * }); - * animator.start(); - * ``` - * - * ```css - * .rotating-animation { - * animation:0.5s rotate linear; - * -webkit-animation:0.5s rotate linear; - * } - * - * @keyframes rotate { - * from { transform: rotate(0deg); } - * to { transform: rotate(360deg); } - * } - * - * @-webkit-keyframes rotate { - * from { -webkit-transform: rotate(0deg); } - * to { -webkit-transform: rotate(360deg); } - * } - * ``` - * - * The missing pieces here are that we do not have a transition set (within the CSS code nor within the `$animateCss` options) and the duration of the animation is - * going to be detected from what the keyframe styles on the CSS class are. In this event, `$animateCss` will automatically create an inline transition - * style matching the duration detected from the keyframe style (which is present in the CSS class that is being added) and then prepare both the transition - * and keyframe animations to run in parallel on the element. Then when the animation is underway the provided `from` and `to` CSS styles will be applied - * and spread across the transition and keyframe animation. - * - * ## What is returned - * - * `$animateCss` works in two stages: a preparation phase and an animation phase. Therefore when `$animateCss` is first called it will NOT actually - * start the animation. All that is going on here is that the element is being prepared for the animation (which means that the generated CSS classes are - * added and removed on the element). Once `$animateCss` is called it will return an object with the following properties: - * - * ```js - * var animator = $animateCss(element, { ... }); - * ``` - * - * Now what do the contents of our `animator` variable look like: - * - * ```js - * { - * // starts the animation - * start: Function, - * - * // ends (aborts) the animation - * end: Function - * } - * ``` - * - * To actually start the animation we need to run `animation.start()` which will then return a promise that we can hook into to detect when the animation ends. - * If we choose not to run the animation then we MUST run `animation.end()` to perform a cleanup on the element (since some CSS classes and styles may have been - * applied to the element during the preparation phase). Note that all other properties such as duration, delay, transitions and keyframes are just properties - * and that changing them will not reconfigure the parameters of the animation. - * - * ### runner.done() vs runner.then() - * It is documented that `animation.start()` will return a promise object and this is true, however, there is also an additional method available on the - * runner called `.done(callbackFn)`. The done method works the same as `.finally(callbackFn)`, however, it does **not trigger a digest to occur**. - * Therefore, for performance reasons, it's always best to use `runner.done(callback)` instead of `runner.then()`, `runner.catch()` or `runner.finally()` - * unless you really need a digest to kick off afterwards. - * - * Keep in mind that, to make this easier, ngAnimate has tweaked the JS animations API to recognize when a runner instance is returned from $animateCss - * (so there is no need to call `runner.done(doneFn)` inside of your JavaScript animation code). - * Check the {@link ngAnimate.$animateCss#usage animation code above} to see how this works. - * - * @param {DOMElement} element the element that will be animated - * @param {object} options the animation-related options that will be applied during the animation - * - * * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied - * to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.) - * * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and - * `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted. - * * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both). - * * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`). - * * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`). - * * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation. - * * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition. - * * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation. - * * `removeClass` - A space separated list of CSS classes that will be removed from the element and spread across the animation. - * * `duration` - A number value representing the total duration of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `0` - * is provided then the animation will be skipped entirely. - * * `delay` - A number value representing the total delay of the transition and/or keyframe (note that a value of 1 is 1000ms). If a value of `true` is - * used then whatever delay value is detected from the CSS classes will be mirrored on the elements styles (e.g. by setting delay true then the style value - * of the element will be `transition-delay: DETECTED_VALUE`). Using `true` is useful when you want the CSS classes and inline styles to all share the same - * CSS delay value. - * * `stagger` - A numeric time value representing the delay between successively animated elements - * ({@link ngAnimate#css-staggering-animations Click here to learn how CSS-based staggering works in ngAnimate.}) - * * `staggerIndex` - The numeric index representing the stagger item (e.g. a value of 5 is equal to the sixth item in the stagger; therefore when a - * `stagger` option value of `0.1` is used then there will be a stagger delay of `600ms`) - * * `applyClassesEarly` - Whether or not the classes being added or removed will be used when detecting the animation. This is set by `$animate` when enter/leave/move animations are fired to ensure that the CSS classes are resolved in time. (Note that this will prevent any transitions from occurring on the classes being added and removed.) - * * `cleanupStyles` - Whether or not the provided `from` and `to` styles will be removed once - * the animation is closed. This is useful for when the styles are used purely for the sake of - * the animation and do not have a lasting visual effect on the element (e.g. a collapse and open animation). - * By default this value is set to `false`. - * - * @return {object} an object with start and end methods and details about the animation. - * - * * `start` - The method to start the animation. This will return a `Promise` when called. - * * `end` - This method will cancel the animation and remove all applied CSS classes and styles. - */ - var ONE_SECOND = 1000; + if (isStructural) { + structuralClassName = pendClasses(method, EVENT_CLASS_PREFIX, true); + } else if (method) { + structuralClassName = method; + } - var ELAPSED_TIME_MAX_DECIMAL_PLACES = 3; - var CLOSING_TIME_BUFFER = 1.5; + if (options.addClass) { + addRemoveClassName += pendClasses(options.addClass, ADD_CLASS_SUFFIX); + } - var DETECT_CSS_PROPERTIES = { - transitionDuration: TRANSITION_DURATION_PROP, - transitionDelay: TRANSITION_DELAY_PROP, - transitionProperty: TRANSITION_PROP + PROPERTY_KEY, - animationDuration: ANIMATION_DURATION_PROP, - animationDelay: ANIMATION_DELAY_PROP, - animationIterationCount: ANIMATION_PROP + ANIMATION_ITERATION_COUNT_KEY - }; + if (options.removeClass) { + if (addRemoveClassName.length) { + addRemoveClassName += ' '; + } + addRemoveClassName += pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX); + } + + // there may be a situation where a structural animation is combined together + // with CSS classes that need to resolve before the animation is computed. + // However this means that there is no explicit CSS code to block the animation + // from happening (by setting 0s none in the class name). If this is the case + // we need to apply the classes before the first rAF so we know to continue if + // there actually is a detected transition or keyframe animation + if (options.applyClassesEarly && addRemoveClassName.length) { + applyAnimationClasses(element, options); + } + + var preparationClasses = [structuralClassName, addRemoveClassName].join(' ').trim(); + var fullClassName = classes + ' ' + preparationClasses; + var activeClasses = pendClasses(preparationClasses, ACTIVE_CLASS_SUFFIX); + var hasToStyles = styles.to && Object.keys(styles.to).length > 0; + var containsKeyframeAnimation = (options.keyframeStyle || '').length > 0; + + // there is no way we can trigger an animation if no styles and + // no classes are being applied which would then trigger a transition, + // unless there a is raw keyframe value that is applied to the element. + if (!containsKeyframeAnimation + && !hasToStyles + && !preparationClasses) { + return closeAndReturnNoopAnimator(); + } + + var cacheKey, stagger; + if (options.stagger > 0) { + var staggerVal = parseFloat(options.stagger); + stagger = { + transitionDelay: staggerVal, + animationDelay: staggerVal, + transitionDuration: 0, + animationDuration: 0 + }; + } else { + cacheKey = gcsHashFn(node, fullClassName); + stagger = computeCachedCssStaggerStyles(node, preparationClasses, cacheKey, DETECT_STAGGER_CSS_PROPERTIES); + } - var DETECT_STAGGER_CSS_PROPERTIES = { - transitionDuration: TRANSITION_DURATION_PROP, - transitionDelay: TRANSITION_DELAY_PROP, - animationDuration: ANIMATION_DURATION_PROP, - animationDelay: ANIMATION_DELAY_PROP - }; + if (!options.$$skipPreparationClasses) { + $$jqLite.addClass(element, preparationClasses); + } - function getCssKeyframeDurationStyle(duration) { - return [ANIMATION_DURATION_PROP, duration + 's']; - } + var applyOnlyDuration; - function getCssDelayStyle(delay, isKeyframeAnimation) { - var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP; - return [prop, delay + 's']; - } + if (options.transitionStyle) { + var transitionStyle = [TRANSITION_PROP, options.transitionStyle]; + applyInlineStyle(node, transitionStyle); + temporaryStyles.push(transitionStyle); + } - function computeCssStyles($window, element, properties) { - var styles = Object.create(null); - var detectedStyles = $window.getComputedStyle(element) || {}; - forEach(properties, function (formalStyleName, actualStyleName) { - var val = detectedStyles[formalStyleName]; - if (val) { - var c = val.charAt(0); + if (options.duration >= 0) { + applyOnlyDuration = node.style[TRANSITION_PROP].length > 0; + var durationStyle = getCssTransitionDurationStyle(options.duration, applyOnlyDuration); - // only numerical-based values have a negative sign or digit as the first value - if (c === '-' || c === '+' || c >= 0) { - val = parseMaxTime(val); - } + // we set the duration so that it will be picked up by getComputedStyle later + applyInlineStyle(node, durationStyle); + temporaryStyles.push(durationStyle); + } - // by setting this to null in the event that the delay is not set or is set directly as 0 - // then we can still allow for negative values to be used later on and not mistake this - // value for being greater than any other negative value. - if (val === 0) { - val = null; - } - styles[actualStyleName] = val; + if (options.keyframeStyle) { + var keyframeStyle = [ANIMATION_PROP, options.keyframeStyle]; + applyInlineStyle(node, keyframeStyle); + temporaryStyles.push(keyframeStyle); } - }); - return styles; - } + var itemIndex = stagger + ? options.staggerIndex >= 0 + ? options.staggerIndex + : gcsLookup.count(cacheKey) + : 0; - function parseMaxTime(str) { - var maxValue = 0; - var values = str.split(/\s*,\s*/); - forEach(values, function (value) { - // it's always safe to consider only second values and omit `ms` values since - // getComputedStyle will always handle the conversion for us - if (value.charAt(value.length - 1) === 's') { - value = value.substring(0, value.length - 1); - } - value = parseFloat(value) || 0; - maxValue = maxValue ? Math.max(value, maxValue) : value; - }); - return maxValue; - } + var isFirst = itemIndex === 0; - function truthyTimingValue(val) { - return val === 0 || val != null; - } + // this is a pre-emptive way of forcing the setup classes to be added and applied INSTANTLY + // without causing any combination of transitions to kick in. By adding a negative delay value + // it forces the setup class' transition to end immediately. We later then remove the negative + // transition delay to allow for the transition to naturally do it's thing. The beauty here is + // that if there is no transition defined then nothing will happen and this will also allow + // other transitions to be stacked on top of each other without any chopping them out. + if (isFirst && !options.skipBlocking) { + blockTransitions(node, SAFE_FAST_FORWARD_DURATION_VALUE); + } - function getCssTransitionDurationStyle(duration, applyOnlyDuration) { - var style = TRANSITION_PROP; - var value = duration + 's'; - if (applyOnlyDuration) { - style += DURATION_KEY; - } else { - value += ' linear all'; - } - return [style, value]; - } + var timings = computeTimings(node, fullClassName, cacheKey); + var relativeDelay = timings.maxDelay; + maxDelay = Math.max(relativeDelay, 0); + maxDuration = timings.maxDuration; - function createLocalCacheLookup() { - var cache = Object.create(null); - return { - flush: function flush() { - cache = Object.create(null); - }, + var flags = {}; + flags.hasTransitions = timings.transitionDuration > 0; + flags.hasAnimations = timings.animationDuration > 0; + flags.hasTransitionAll = flags.hasTransitions && timings.transitionProperty === 'all'; + flags.applyTransitionDuration = hasToStyles && ( + (flags.hasTransitions && !flags.hasTransitionAll) + || (flags.hasAnimations && !flags.hasTransitions)); + flags.applyAnimationDuration = options.duration && flags.hasAnimations; + flags.applyTransitionDelay = truthyTimingValue(options.delay) && (flags.applyTransitionDuration || flags.hasTransitions); + flags.applyAnimationDelay = truthyTimingValue(options.delay) && flags.hasAnimations; + flags.recalculateTimingStyles = addRemoveClassName.length > 0; - count: function count(key) { - var entry = cache[key]; - return entry ? entry.total : 0; - }, + if (flags.applyTransitionDuration || flags.applyAnimationDuration) { + maxDuration = options.duration ? parseFloat(options.duration) : maxDuration; - get: function get(key) { - var entry = cache[key]; - return entry && entry.value; - }, + if (flags.applyTransitionDuration) { + flags.hasTransitions = true; + timings.transitionDuration = maxDuration; + applyOnlyDuration = node.style[TRANSITION_PROP + PROPERTY_KEY].length > 0; + temporaryStyles.push(getCssTransitionDurationStyle(maxDuration, applyOnlyDuration)); + } - put: function put(key, value) { - if (!cache[key]) { - cache[key] = { total: 1, value: value }; - } else { - cache[key].total++; + if (flags.applyAnimationDuration) { + flags.hasAnimations = true; + timings.animationDuration = maxDuration; + temporaryStyles.push(getCssKeyframeDurationStyle(maxDuration)); } } - }; - } - // we do not reassign an already present style value since - // if we detect the style property value again we may be - // detecting styles that were added via the `from` styles. - // We make use of `isDefined` here since an empty string - // or null value (which is what getPropertyValue will return - // for a non-existing style) will still be marked as a valid - // value for the style (a falsy value implies that the style - // is to be removed at the end of the animation). If we had a simple - // "OR" statement then it would not be enough to catch that. - function registerRestorableStyles(backup, node, properties) { - forEach(properties, function (prop) { - backup[prop] = isDefined(backup[prop]) ? backup[prop] : node.style.getPropertyValue(prop); - }); - } + if (maxDuration === 0 && !flags.recalculateTimingStyles) { + return closeAndReturnNoopAnimator(); + } - var $AnimateCssProvider = ['$animateProvider', /** @this */function ($animateProvider) { - var gcsLookup = createLocalCacheLookup(); - var gcsStaggerLookup = createLocalCacheLookup(); + if (options.delay != null) { + var delayStyle; + if (typeof options.delay !== 'boolean') { + delayStyle = parseFloat(options.delay); + // number in options.delay means we have to recalculate the delay for the closing timeout + maxDelay = Math.max(delayStyle, 0); + } - this.$get = ['$window', '$$jqLite', '$$AnimateRunner', '$timeout', '$$forceReflow', '$sniffer', '$$rAFScheduler', '$$animateQueue', function ($window, $$jqLite, $$AnimateRunner, $timeout, $$forceReflow, $sniffer, $$rAFScheduler, $$animateQueue) { + if (flags.applyTransitionDelay) { + temporaryStyles.push(getCssDelayStyle(delayStyle)); + } - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + if (flags.applyAnimationDelay) { + temporaryStyles.push(getCssDelayStyle(delayStyle, true)); + } + } - var parentCounter = 0; - function gcsHashFn(node, extraClasses) { - var KEY = '$$ngAnimateParentKey'; - var parentNode = node.parentNode; - var parentID = parentNode[KEY] || (parentNode[KEY] = ++parentCounter); - return parentID + '-' + node.getAttribute('class') + '-' + extraClasses; + // we need to recalculate the delay value since we used a pre-emptive negative + // delay value and the delay value is required for the final event checking. This + // property will ensure that this will happen after the RAF phase has passed. + if (options.duration == null && timings.transitionDuration > 0) { + flags.recalculateTimingStyles = flags.recalculateTimingStyles || isFirst; } - function computeCachedCssStyles(node, className, cacheKey, properties) { - var timings = gcsLookup.get(cacheKey); + maxDelayTime = maxDelay * ONE_SECOND; + maxDurationTime = maxDuration * ONE_SECOND; + if (!options.skipBlocking) { + flags.blockTransition = timings.transitionDuration > 0; + flags.blockKeyframeAnimation = timings.animationDuration > 0 && + stagger.animationDelay > 0 && + stagger.animationDuration === 0; + } - if (!timings) { - timings = computeCssStyles($window, node, properties); - if (timings.animationIterationCount === 'infinite') { - timings.animationIterationCount = 1; - } + if (options.from) { + if (options.cleanupStyles) { + registerRestorableStyles(restoreStyles, node, Object.keys(options.from)); } + applyAnimationFromStyles(element, options); + } - // we keep putting this in multiple times even though the value and the cacheKey are the same - // because we're keeping an internal tally of how many duplicate animations are detected. - gcsLookup.put(cacheKey, timings); - return timings; + if (flags.blockTransition || flags.blockKeyframeAnimation) { + applyBlocking(maxDuration); + } else if (!options.skipBlocking) { + blockTransitions(node, false); } - function computeCachedCssStaggerStyles(node, className, cacheKey, properties) { - var stagger; + // TODO(matsko): for 1.5 change this code to have an animator object for better debugging + return { + $$willAnimate: true, + end: endFn, + start: function() { + if (animationClosed) return; + + runnerHost = { + end: endFn, + cancel: cancelFn, + resume: null, //this will be set during the start() phase + pause: null + }; - // if we have one or more existing matches of matching elements - // containing the same parent + CSS styles (which is how cacheKey works) - // then staggering is possible - if (gcsLookup.count(cacheKey) > 0) { - stagger = gcsStaggerLookup.get(cacheKey); + runner = new $$AnimateRunner(runnerHost); - if (!stagger) { - var staggerClassName = pendClasses(className, '-stagger'); + waitUntilQuiet(start); - $$jqLite.addClass(node, staggerClassName); + // we don't have access to pause/resume the animation + // since it hasn't run yet. AnimateRunner will therefore + // set noop functions for resume and pause and they will + // later be overridden once the animation is triggered + return runner; + } + }; - stagger = computeCssStyles($window, node, properties); + function endFn() { + close(); + } - // force the conversion of a null value to zero incase not set - stagger.animationDuration = Math.max(stagger.animationDuration, 0); - stagger.transitionDuration = Math.max(stagger.transitionDuration, 0); + function cancelFn() { + close(true); + } - $$jqLite.removeClass(node, staggerClassName); + function close(rejected) { + // if the promise has been called already then we shouldn't close + // the animation again + if (animationClosed || (animationCompleted && animationPaused)) return; + animationClosed = true; + animationPaused = false; - gcsStaggerLookup.put(cacheKey, stagger); - } + if (!options.$$skipPreparationClasses) { + $$jqLite.removeClass(element, preparationClasses); } + $$jqLite.removeClass(element, activeClasses); - return stagger || {}; - } + blockKeyframeAnimations(node, false); + blockTransitions(node, false); - var rafWaitQueue = []; - function waitUntilQuiet(callback) { - rafWaitQueue.push(callback); - $$rAFScheduler.waitUntilQuiet(function () { - gcsLookup.flush(); - gcsStaggerLookup.flush(); + forEach(temporaryStyles, function(entry) { + // There is only one way to remove inline style properties entirely from elements. + // By using `removeProperty` this works, but we need to convert camel-cased CSS + // styles down to hyphenated values. + node.style[entry[0]] = ''; + }); - // DO NOT REMOVE THIS LINE OR REFACTOR OUT THE `pageWidth` variable. - // PLEASE EXAMINE THE `$$forceReflow` service to understand why. - var pageWidth = $$forceReflow(); + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); - // we use a for loop to ensure that if the queue is changed - // during this looping then it will consider new requests - for (var i = 0; i < rafWaitQueue.length; i++) { - rafWaitQueue[i](pageWidth); - } - rafWaitQueue.length = 0; - }); - } + if (Object.keys(restoreStyles).length) { + forEach(restoreStyles, function(value, prop) { + if (value) { + node.style.setProperty(prop, value); + } else { + node.style.removeProperty(prop); + } + }); + } - function computeTimings(node, className, cacheKey) { - var timings = computeCachedCssStyles(node, className, cacheKey, DETECT_CSS_PROPERTIES); - var aD = timings.animationDelay; - var tD = timings.transitionDelay; - timings.maxDelay = aD && tD ? Math.max(aD, tD) : aD || tD; - timings.maxDuration = Math.max(timings.animationDuration * timings.animationIterationCount, timings.transitionDuration); + // the reason why we have this option is to allow a synchronous closing callback + // that is fired as SOON as the animation ends (when the CSS is removed) or if + // the animation never takes off at all. A good example is a leave animation since + // the element must be removed just after the animation is over or else the element + // will appear on screen for one animation frame causing an overbearing flicker. + if (options.onDone) { + options.onDone(); + } - return timings; - } + if (events && events.length) { + // Remove the transitionend / animationend listener(s) + element.off(events.join(' '), onAnimationProgress); + } - return function init(element, initialOptions) { - // all of the animation functions should create - // a copy of the options data, however, if a - // parent service has already created a copy then - // we should stick to using that - var options = initialOptions || {}; - if (!options.$$prepared) { - options = prepareAnimationOptions(copy(options)); + //Cancel the fallback closing timeout and remove the timer data + var animationTimerData = element.data(ANIMATE_TIMER_KEY); + if (animationTimerData) { + $timeout.cancel(animationTimerData[0].timer); + element.removeData(ANIMATE_TIMER_KEY); } - var restoreStyles = {}; - var node = getDomNode(element); - if (!node || !node.parentNode || !$$animateQueue.enabled()) { - return closeAndReturnNoopAnimator(); + // if the preparation function fails then the promise is not setup + if (runner) { + runner.complete(!rejected); } + } - var temporaryStyles = []; - var classes = element.attr('class'); - var styles = packageStyles(options); - var animationClosed; - var animationPaused; - var animationCompleted; - var runner; - var runnerHost; - var maxDelay; - var maxDelayTime; - var maxDuration; - var maxDurationTime; - var startTime; - var events = []; + function applyBlocking(duration) { + if (flags.blockTransition) { + blockTransitions(node, duration); + } - if (options.duration === 0 || !$sniffer.animations && !$sniffer.transitions) { - return closeAndReturnNoopAnimator(); + if (flags.blockKeyframeAnimation) { + blockKeyframeAnimations(node, !!duration); } + } - var method = options.event && isArray(options.event) ? options.event.join(' ') : options.event; + function closeAndReturnNoopAnimator() { + runner = new $$AnimateRunner({ + end: endFn, + cancel: cancelFn + }); - var isStructural = method && options.structural; - var structuralClassName = ''; - var addRemoveClassName = ''; + // should flush the cache animation + waitUntilQuiet(noop); + close(); - if (isStructural) { - structuralClassName = pendClasses(method, EVENT_CLASS_PREFIX, true); - } else if (method) { - structuralClassName = method; - } + return { + $$willAnimate: false, + start: function() { + return runner; + }, + end: endFn + }; + } - if (options.addClass) { - addRemoveClassName += pendClasses(options.addClass, ADD_CLASS_SUFFIX); - } + function onAnimationProgress(event) { + event.stopPropagation(); + var ev = event.originalEvent || event; - if (options.removeClass) { - if (addRemoveClassName.length) { - addRemoveClassName += ' '; - } - addRemoveClassName += pendClasses(options.removeClass, REMOVE_CLASS_SUFFIX); + if (ev.target !== node) { + // Since TransitionEvent / AnimationEvent bubble up, + // we have to ignore events by finished child animations + return; } - // there may be a situation where a structural animation is combined together - // with CSS classes that need to resolve before the animation is computed. - // However this means that there is no explicit CSS code to block the animation - // from happening (by setting 0s none in the class name). If this is the case - // we need to apply the classes before the first rAF so we know to continue if - // there actually is a detected transition or keyframe animation - if (options.applyClassesEarly && addRemoveClassName.length) { - applyAnimationClasses(element, options); + // we now always use `Date.now()` due to the recent changes with + // event.timeStamp in Firefox, Webkit and Chrome (see #13494 for more info) + var timeStamp = ev.$manualTimeStamp || Date.now(); + + /* Firefox (or possibly just Gecko) likes to not round values up + * when a ms measurement is used for the animation */ + var elapsedTime = parseFloat(ev.elapsedTime.toFixed(ELAPSED_TIME_MAX_DECIMAL_PLACES)); + + /* $manualTimeStamp is a mocked timeStamp value which is set + * within browserTrigger(). This is only here so that tests can + * mock animations properly. Real events fallback to event.timeStamp, + * or, if they don't, then a timeStamp is automatically created for them. + * We're checking to see if the timeStamp surpasses the expected delay, + * but we're using elapsedTime instead of the timeStamp on the 2nd + * pre-condition since animationPauseds sometimes close off early */ + if (Math.max(timeStamp - startTime, 0) >= maxDelayTime && elapsedTime >= maxDuration) { + // we set this flag to ensure that if the transition is paused then, when resumed, + // the animation will automatically close itself since transitions cannot be paused. + animationCompleted = true; + close(); } + } - var preparationClasses = [structuralClassName, addRemoveClassName].join(' ').trim(); - var fullClassName = classes + ' ' + preparationClasses; - var activeClasses = pendClasses(preparationClasses, ACTIVE_CLASS_SUFFIX); - var hasToStyles = styles.to && Object.keys(styles.to).length > 0; - var containsKeyframeAnimation = (options.keyframeStyle || '').length > 0; - - // there is no way we can trigger an animation if no styles and - // no classes are being applied which would then trigger a transition, - // unless there a is raw keyframe value that is applied to the element. - if (!containsKeyframeAnimation && !hasToStyles && !preparationClasses) { - return closeAndReturnNoopAnimator(); + function start() { + if (animationClosed) return; + if (!node.parentNode) { + close(); + return; } - var cacheKey, stagger; - if (options.stagger > 0) { - var staggerVal = parseFloat(options.stagger); - stagger = { - transitionDelay: staggerVal, - animationDelay: staggerVal, - transitionDuration: 0, - animationDuration: 0 - }; + // even though we only pause keyframe animations here the pause flag + // will still happen when transitions are used. Only the transition will + // not be paused since that is not possible. If the animation ends when + // paused then it will not complete until unpaused or cancelled. + var playPause = function(playAnimation) { + if (!animationCompleted) { + animationPaused = !playAnimation; + if (timings.animationDuration) { + var value = blockKeyframeAnimations(node, animationPaused); + if (animationPaused) { + temporaryStyles.push(value); + } else { + removeFromArray(temporaryStyles, value); + } + } + } else if (animationPaused && playAnimation) { + animationPaused = false; + close(); + } + }; + + // checking the stagger duration prevents an accidentally cascade of the CSS delay style + // being inherited from the parent. If the transition duration is zero then we can safely + // rely that the delay value is an intentional stagger delay style. + var maxStagger = itemIndex > 0 + && ((timings.transitionDuration && stagger.transitionDuration === 0) || + (timings.animationDuration && stagger.animationDuration === 0)) + && Math.max(stagger.animationDelay, stagger.transitionDelay); + if (maxStagger) { + $timeout(triggerAnimationStart, + Math.floor(maxStagger * itemIndex * ONE_SECOND), + false); } else { - cacheKey = gcsHashFn(node, fullClassName); - stagger = computeCachedCssStaggerStyles(node, preparationClasses, cacheKey, DETECT_STAGGER_CSS_PROPERTIES); + triggerAnimationStart(); } - if (!options.$$skipPreparationClasses) { - $$jqLite.addClass(element, preparationClasses); - } + // this will decorate the existing promise runner with pause/resume methods + runnerHost.resume = function() { + playPause(true); + }; - var applyOnlyDuration; + runnerHost.pause = function() { + playPause(false); + }; - if (options.transitionStyle) { - var transitionStyle = [TRANSITION_PROP, options.transitionStyle]; - applyInlineStyle(node, transitionStyle); - temporaryStyles.push(transitionStyle); - } + function triggerAnimationStart() { + // just incase a stagger animation kicks in when the animation + // itself was cancelled entirely + if (animationClosed) return; - if (options.duration >= 0) { - applyOnlyDuration = node.style[TRANSITION_PROP].length > 0; - var durationStyle = getCssTransitionDurationStyle(options.duration, applyOnlyDuration); + applyBlocking(false); - // we set the duration so that it will be picked up by getComputedStyle later - applyInlineStyle(node, durationStyle); - temporaryStyles.push(durationStyle); - } + forEach(temporaryStyles, function(entry) { + var key = entry[0]; + var value = entry[1]; + node.style[key] = value; + }); - if (options.keyframeStyle) { - var keyframeStyle = [ANIMATION_PROP, options.keyframeStyle]; - applyInlineStyle(node, keyframeStyle); - temporaryStyles.push(keyframeStyle); - } + applyAnimationClasses(element, options); + $$jqLite.addClass(element, activeClasses); - var itemIndex = stagger ? options.staggerIndex >= 0 ? options.staggerIndex : gcsLookup.count(cacheKey) : 0; + if (flags.recalculateTimingStyles) { + fullClassName = node.getAttribute('class') + ' ' + preparationClasses; + cacheKey = gcsHashFn(node, fullClassName); - var isFirst = itemIndex === 0; + timings = computeTimings(node, fullClassName, cacheKey); + relativeDelay = timings.maxDelay; + maxDelay = Math.max(relativeDelay, 0); + maxDuration = timings.maxDuration; - // this is a pre-emptive way of forcing the setup classes to be added and applied INSTANTLY - // without causing any combination of transitions to kick in. By adding a negative delay value - // it forces the setup class' transition to end immediately. We later then remove the negative - // transition delay to allow for the transition to naturally do it's thing. The beauty here is - // that if there is no transition defined then nothing will happen and this will also allow - // other transitions to be stacked on top of each other without any chopping them out. - if (isFirst && !options.skipBlocking) { - blockTransitions(node, SAFE_FAST_FORWARD_DURATION_VALUE); - } + if (maxDuration === 0) { + close(); + return; + } - var timings = computeTimings(node, fullClassName, cacheKey); - var relativeDelay = timings.maxDelay; - maxDelay = Math.max(relativeDelay, 0); - maxDuration = timings.maxDuration; + flags.hasTransitions = timings.transitionDuration > 0; + flags.hasAnimations = timings.animationDuration > 0; + } - var flags = {}; - flags.hasTransitions = timings.transitionDuration > 0; - flags.hasAnimations = timings.animationDuration > 0; - flags.hasTransitionAll = flags.hasTransitions && timings.transitionProperty === 'all'; - flags.applyTransitionDuration = hasToStyles && (flags.hasTransitions && !flags.hasTransitionAll || flags.hasAnimations && !flags.hasTransitions); - flags.applyAnimationDuration = options.duration && flags.hasAnimations; - flags.applyTransitionDelay = truthyTimingValue(options.delay) && (flags.applyTransitionDuration || flags.hasTransitions); - flags.applyAnimationDelay = truthyTimingValue(options.delay) && flags.hasAnimations; - flags.recalculateTimingStyles = addRemoveClassName.length > 0; + if (flags.applyAnimationDelay) { + relativeDelay = typeof options.delay !== 'boolean' && truthyTimingValue(options.delay) + ? parseFloat(options.delay) + : relativeDelay; + + maxDelay = Math.max(relativeDelay, 0); + timings.animationDelay = relativeDelay; + delayStyle = getCssDelayStyle(relativeDelay, true); + temporaryStyles.push(delayStyle); + node.style[delayStyle[0]] = delayStyle[1]; + } - if (flags.applyTransitionDuration || flags.applyAnimationDuration) { - maxDuration = options.duration ? parseFloat(options.duration) : maxDuration; + maxDelayTime = maxDelay * ONE_SECOND; + maxDurationTime = maxDuration * ONE_SECOND; - if (flags.applyTransitionDuration) { - flags.hasTransitions = true; - timings.transitionDuration = maxDuration; - applyOnlyDuration = node.style[TRANSITION_PROP + PROPERTY_KEY].length > 0; - temporaryStyles.push(getCssTransitionDurationStyle(maxDuration, applyOnlyDuration)); + if (options.easing) { + var easeProp, easeVal = options.easing; + if (flags.hasTransitions) { + easeProp = TRANSITION_PROP + TIMING_KEY; + temporaryStyles.push([easeProp, easeVal]); + node.style[easeProp] = easeVal; + } + if (flags.hasAnimations) { + easeProp = ANIMATION_PROP + TIMING_KEY; + temporaryStyles.push([easeProp, easeVal]); + node.style[easeProp] = easeVal; + } } - if (flags.applyAnimationDuration) { - flags.hasAnimations = true; - timings.animationDuration = maxDuration; - temporaryStyles.push(getCssKeyframeDurationStyle(maxDuration)); + if (timings.transitionDuration) { + events.push(TRANSITIONEND_EVENT); } - } - if (maxDuration === 0 && !flags.recalculateTimingStyles) { - return closeAndReturnNoopAnimator(); - } + if (timings.animationDuration) { + events.push(ANIMATIONEND_EVENT); + } - if (options.delay != null) { - var delayStyle; - if (typeof options.delay !== 'boolean') { - delayStyle = parseFloat(options.delay); - // number in options.delay means we have to recalculate the delay for the closing timeout - maxDelay = Math.max(delayStyle, 0); + startTime = Date.now(); + var timerTime = maxDelayTime + CLOSING_TIME_BUFFER * maxDurationTime; + var endTime = startTime + timerTime; + + var animationsData = element.data(ANIMATE_TIMER_KEY) || []; + var setupFallbackTimer = true; + if (animationsData.length) { + var currentTimerData = animationsData[0]; + setupFallbackTimer = endTime > currentTimerData.expectedEndTime; + if (setupFallbackTimer) { + $timeout.cancel(currentTimerData.timer); + } else { + animationsData.push(close); + } } - if (flags.applyTransitionDelay) { - temporaryStyles.push(getCssDelayStyle(delayStyle)); + if (setupFallbackTimer) { + var timer = $timeout(onAnimationExpired, timerTime, false); + animationsData[0] = { + timer: timer, + expectedEndTime: endTime + }; + animationsData.push(close); + element.data(ANIMATE_TIMER_KEY, animationsData); } - if (flags.applyAnimationDelay) { - temporaryStyles.push(getCssDelayStyle(delayStyle, true)); + if (events.length) { + element.on(events.join(' '), onAnimationProgress); } - } - // we need to recalculate the delay value since we used a pre-emptive negative - // delay value and the delay value is required for the final event checking. This - // property will ensure that this will happen after the RAF phase has passed. - if (options.duration == null && timings.transitionDuration > 0) { - flags.recalculateTimingStyles = flags.recalculateTimingStyles || isFirst; + if (options.to) { + if (options.cleanupStyles) { + registerRestorableStyles(restoreStyles, node, Object.keys(options.to)); + } + applyAnimationToStyles(element, options); + } } - maxDelayTime = maxDelay * ONE_SECOND; - maxDurationTime = maxDuration * ONE_SECOND; - if (!options.skipBlocking) { - flags.blockTransition = timings.transitionDuration > 0; - flags.blockKeyframeAnimation = timings.animationDuration > 0 && stagger.animationDelay > 0 && stagger.animationDuration === 0; - } + function onAnimationExpired() { + var animationsData = element.data(ANIMATE_TIMER_KEY); - if (options.from) { - if (options.cleanupStyles) { - registerRestorableStyles(restoreStyles, node, Object.keys(options.from)); + // this will be false in the event that the element was + // removed from the DOM (via a leave animation or something + // similar) + if (animationsData) { + for (var i = 1; i < animationsData.length; i++) { + animationsData[i](); + } + element.removeData(ANIMATE_TIMER_KEY); } - applyAnimationFromStyles(element, options); } + } + }; + }]; +}]; - if (flags.blockTransition || flags.blockKeyframeAnimation) { - applyBlocking(maxDuration); - } else if (!options.skipBlocking) { - blockTransitions(node, false); - } +var $$AnimateCssDriverProvider = ['$$animationProvider', /** @this */ function($$animationProvider) { + $$animationProvider.drivers.push('$$animateCssDriver'); - // TODO(matsko): for 1.5 change this code to have an animator object for better debugging - return { - $$willAnimate: true, - end: endFn, - start: function start() { - if (animationClosed) return; - - runnerHost = { - end: endFn, - cancel: cancelFn, - resume: null, //this will be set during the start() phase - pause: null - }; + var NG_ANIMATE_SHIM_CLASS_NAME = 'ng-animate-shim'; + var NG_ANIMATE_ANCHOR_CLASS_NAME = 'ng-anchor'; - runner = new $$AnimateRunner(runnerHost); + var NG_OUT_ANCHOR_CLASS_NAME = 'ng-anchor-out'; + var NG_IN_ANCHOR_CLASS_NAME = 'ng-anchor-in'; - waitUntilQuiet(_start); + function isDocumentFragment(node) { + return node.parentNode && node.parentNode.nodeType === 11; + } - // we don't have access to pause/resume the animation - // since it hasn't run yet. AnimateRunner will therefore - // set noop functions for resume and pause and they will - // later be overridden once the animation is triggered - return runner; - } - }; + this.$get = ['$animateCss', '$rootScope', '$$AnimateRunner', '$rootElement', '$sniffer', '$$jqLite', '$document', + function($animateCss, $rootScope, $$AnimateRunner, $rootElement, $sniffer, $$jqLite, $document) { - function endFn() { - close(); - } + // only browsers that support these properties can render animations + if (!$sniffer.animations && !$sniffer.transitions) return noop; - function cancelFn() { - close(true); - } + var bodyNode = $document[0].body; + var rootNode = getDomNode($rootElement); - function close(rejected) { - // if the promise has been called already then we shouldn't close - // the animation again - if (animationClosed || animationCompleted && animationPaused) return; - animationClosed = true; - animationPaused = false; + var rootBodyElement = jqLite( + // this is to avoid using something that exists outside of the body + // we also special case the doc fragment case because our unit test code + // appends the $rootElement to the body after the app has been bootstrapped + isDocumentFragment(rootNode) || bodyNode.contains(rootNode) ? rootNode : bodyNode + ); - if (!options.$$skipPreparationClasses) { - $$jqLite.removeClass(element, preparationClasses); - } - $$jqLite.removeClass(element, activeClasses); + return function initDriverFn(animationDetails) { + return animationDetails.from && animationDetails.to + ? prepareFromToAnchorAnimation(animationDetails.from, + animationDetails.to, + animationDetails.classes, + animationDetails.anchors) + : prepareRegularAnimation(animationDetails); + }; - blockKeyframeAnimations(node, false); - blockTransitions(node, false); + function filterCssClasses(classes) { + //remove all the `ng-` stuff + return classes.replace(/\bng-\S+\b/g, ''); + } - forEach(temporaryStyles, function (entry) { - // There is only one way to remove inline style properties entirely from elements. - // By using `removeProperty` this works, but we need to convert camel-cased CSS - // styles down to hyphenated values. - node.style[entry[0]] = ''; - }); + function getUniqueValues(a, b) { + if (isString(a)) a = a.split(' '); + if (isString(b)) b = b.split(' '); + return a.filter(function(val) { + return b.indexOf(val) === -1; + }).join(' '); + } - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); + function prepareAnchoredAnimation(classes, outAnchor, inAnchor) { + var clone = jqLite(getDomNode(outAnchor).cloneNode(true)); + var startingClasses = filterCssClasses(getClassVal(clone)); - if (Object.keys(restoreStyles).length) { - forEach(restoreStyles, function (value, prop) { - if (value) { - node.style.setProperty(prop, value); - } else { - node.style.removeProperty(prop); - } - }); - } + outAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); + inAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); - // the reason why we have this option is to allow a synchronous closing callback - // that is fired as SOON as the animation ends (when the CSS is removed) or if - // the animation never takes off at all. A good example is a leave animation since - // the element must be removed just after the animation is over or else the element - // will appear on screen for one animation frame causing an overbearing flicker. - if (options.onDone) { - options.onDone(); - } + clone.addClass(NG_ANIMATE_ANCHOR_CLASS_NAME); - if (events && events.length) { - // Remove the transitionend / animationend listener(s) - element.off(events.join(' '), onAnimationProgress); - } + rootBodyElement.append(clone); - //Cancel the fallback closing timeout and remove the timer data - var animationTimerData = element.data(ANIMATE_TIMER_KEY); - if (animationTimerData) { - $timeout.cancel(animationTimerData[0].timer); - element.removeData(ANIMATE_TIMER_KEY); - } + var animatorIn, animatorOut = prepareOutAnimation(); - // if the preparation function fails then the promise is not setup - if (runner) { - runner.complete(!rejected); - } + // the user may not end up using the `out` animation and + // only making use of the `in` animation or vice-versa. + // In either case we should allow this and not assume the + // animation is over unless both animations are not used. + if (!animatorOut) { + animatorIn = prepareInAnimation(); + if (!animatorIn) { + return end(); } + } - function applyBlocking(duration) { - if (flags.blockTransition) { - blockTransitions(node, duration); - } + var startingAnimator = animatorOut || animatorIn; - if (flags.blockKeyframeAnimation) { - blockKeyframeAnimations(node, !!duration); - } - } + return { + start: function() { + var runner; + + var currentAnimation = startingAnimator.start(); + currentAnimation.done(function() { + currentAnimation = null; + if (!animatorIn) { + animatorIn = prepareInAnimation(); + if (animatorIn) { + currentAnimation = animatorIn.start(); + currentAnimation.done(function() { + currentAnimation = null; + end(); + runner.complete(); + }); + return currentAnimation; + } + } + // in the event that there is no `in` animation + end(); + runner.complete(); + }); - function closeAndReturnNoopAnimator() { runner = new $$AnimateRunner({ end: endFn, - cancel: cancelFn + cancel: endFn }); - // should flush the cache animation - waitUntilQuiet(noop); - close(); - - return { - $$willAnimate: false, - start: function start() { - return runner; - }, - end: endFn - }; - } - - function onAnimationProgress(event) { - event.stopPropagation(); - var ev = event.originalEvent || event; - - if (ev.target !== node) { - // Since TransitionEvent / AnimationEvent bubble up, - // we have to ignore events by finished child animations - return; - } + return runner; - // we now always use `Date.now()` due to the recent changes with - // event.timeStamp in Firefox, Webkit and Chrome (see #13494 for more info) - var timeStamp = ev.$manualTimeStamp || Date.now(); - - /* Firefox (or possibly just Gecko) likes to not round values up - * when a ms measurement is used for the animation */ - var elapsedTime = parseFloat(ev.elapsedTime.toFixed(ELAPSED_TIME_MAX_DECIMAL_PLACES)); - - /* $manualTimeStamp is a mocked timeStamp value which is set - * within browserTrigger(). This is only here so that tests can - * mock animations properly. Real events fallback to event.timeStamp, - * or, if they don't, then a timeStamp is automatically created for them. - * We're checking to see if the timeStamp surpasses the expected delay, - * but we're using elapsedTime instead of the timeStamp on the 2nd - * pre-condition since animationPauseds sometimes close off early */ - if (Math.max(timeStamp - startTime, 0) >= maxDelayTime && elapsedTime >= maxDuration) { - // we set this flag to ensure that if the transition is paused then, when resumed, - // the animation will automatically close itself since transitions cannot be paused. - animationCompleted = true; - close(); + function endFn() { + if (currentAnimation) { + currentAnimation.end(); + } } } + }; - function _start() { - if (animationClosed) return; - if (!node.parentNode) { - close(); - return; - } + function calculateAnchorStyles(anchor) { + var styles = {}; - // even though we only pause keyframe animations here the pause flag - // will still happen when transitions are used. Only the transition will - // not be paused since that is not possible. If the animation ends when - // paused then it will not complete until unpaused or cancelled. - var playPause = function playPause(playAnimation) { - if (!animationCompleted) { - animationPaused = !playAnimation; - if (timings.animationDuration) { - var value = blockKeyframeAnimations(node, animationPaused); - if (animationPaused) { - temporaryStyles.push(value); - } else { - removeFromArray(temporaryStyles, value); - } - } - } else if (animationPaused && playAnimation) { - animationPaused = false; - close(); - } - }; + var coords = getDomNode(anchor).getBoundingClientRect(); - // checking the stagger duration prevents an accidentally cascade of the CSS delay style - // being inherited from the parent. If the transition duration is zero then we can safely - // rely that the delay value is an intentional stagger delay style. - var maxStagger = itemIndex > 0 && (timings.transitionDuration && stagger.transitionDuration === 0 || timings.animationDuration && stagger.animationDuration === 0) && Math.max(stagger.animationDelay, stagger.transitionDelay); - if (maxStagger) { - $timeout(triggerAnimationStart, Math.floor(maxStagger * itemIndex * ONE_SECOND), false); - } else { - triggerAnimationStart(); + // we iterate directly since safari messes up and doesn't return + // all the keys for the coords object when iterated + forEach(['width','height','top','left'], function(key) { + var value = coords[key]; + switch (key) { + case 'top': + value += bodyNode.scrollTop; + break; + case 'left': + value += bodyNode.scrollLeft; + break; } + styles[key] = Math.floor(value) + 'px'; + }); + return styles; + } - // this will decorate the existing promise runner with pause/resume methods - runnerHost.resume = function () { - playPause(true); - }; - - runnerHost.pause = function () { - playPause(false); - }; - - function triggerAnimationStart() { - // just incase a stagger animation kicks in when the animation - // itself was cancelled entirely - if (animationClosed) return; - - applyBlocking(false); - - forEach(temporaryStyles, function (entry) { - var key = entry[0]; - var value = entry[1]; - node.style[key] = value; - }); + function prepareOutAnimation() { + var animator = $animateCss(clone, { + addClass: NG_OUT_ANCHOR_CLASS_NAME, + delay: true, + from: calculateAnchorStyles(outAnchor) + }); - applyAnimationClasses(element, options); - $$jqLite.addClass(element, activeClasses); + // read the comment within `prepareRegularAnimation` to understand + // why this check is necessary + return animator.$$willAnimate ? animator : null; + } - if (flags.recalculateTimingStyles) { - fullClassName = node.getAttribute('class') + ' ' + preparationClasses; - cacheKey = gcsHashFn(node, fullClassName); + function getClassVal(element) { + return element.attr('class') || ''; + } - timings = computeTimings(node, fullClassName, cacheKey); - relativeDelay = timings.maxDelay; - maxDelay = Math.max(relativeDelay, 0); - maxDuration = timings.maxDuration; + function prepareInAnimation() { + var endingClasses = filterCssClasses(getClassVal(inAnchor)); + var toAdd = getUniqueValues(endingClasses, startingClasses); + var toRemove = getUniqueValues(startingClasses, endingClasses); - if (maxDuration === 0) { - close(); - return; - } + var animator = $animateCss(clone, { + to: calculateAnchorStyles(inAnchor), + addClass: NG_IN_ANCHOR_CLASS_NAME + ' ' + toAdd, + removeClass: NG_OUT_ANCHOR_CLASS_NAME + ' ' + toRemove, + delay: true + }); - flags.hasTransitions = timings.transitionDuration > 0; - flags.hasAnimations = timings.animationDuration > 0; - } + // read the comment within `prepareRegularAnimation` to understand + // why this check is necessary + return animator.$$willAnimate ? animator : null; + } - if (flags.applyAnimationDelay) { - relativeDelay = typeof options.delay !== 'boolean' && truthyTimingValue(options.delay) ? parseFloat(options.delay) : relativeDelay; + function end() { + clone.remove(); + outAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + inAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + } + } - maxDelay = Math.max(relativeDelay, 0); - timings.animationDelay = relativeDelay; - delayStyle = getCssDelayStyle(relativeDelay, true); - temporaryStyles.push(delayStyle); - node.style[delayStyle[0]] = delayStyle[1]; - } + function prepareFromToAnchorAnimation(from, to, classes, anchors) { + var fromAnimation = prepareRegularAnimation(from, noop); + var toAnimation = prepareRegularAnimation(to, noop); - maxDelayTime = maxDelay * ONE_SECOND; - maxDurationTime = maxDuration * ONE_SECOND; + var anchorAnimations = []; + forEach(anchors, function(anchor) { + var outElement = anchor['out']; + var inElement = anchor['in']; + var animator = prepareAnchoredAnimation(classes, outElement, inElement); + if (animator) { + anchorAnimations.push(animator); + } + }); - if (options.easing) { - var easeProp, - easeVal = options.easing; - if (flags.hasTransitions) { - easeProp = TRANSITION_PROP + TIMING_KEY; - temporaryStyles.push([easeProp, easeVal]); - node.style[easeProp] = easeVal; - } - if (flags.hasAnimations) { - easeProp = ANIMATION_PROP + TIMING_KEY; - temporaryStyles.push([easeProp, easeVal]); - node.style[easeProp] = easeVal; - } - } + // no point in doing anything when there are no elements to animate + if (!fromAnimation && !toAnimation && anchorAnimations.length === 0) return; - if (timings.transitionDuration) { - events.push(TRANSITIONEND_EVENT); - } + return { + start: function() { + var animationRunners = []; - if (timings.animationDuration) { - events.push(ANIMATIONEND_EVENT); - } + if (fromAnimation) { + animationRunners.push(fromAnimation.start()); + } - startTime = Date.now(); - var timerTime = maxDelayTime + CLOSING_TIME_BUFFER * maxDurationTime; - var endTime = startTime + timerTime; - - var animationsData = element.data(ANIMATE_TIMER_KEY) || []; - var setupFallbackTimer = true; - if (animationsData.length) { - var currentTimerData = animationsData[0]; - setupFallbackTimer = endTime > currentTimerData.expectedEndTime; - if (setupFallbackTimer) { - $timeout.cancel(currentTimerData.timer); - } else { - animationsData.push(close); - } - } + if (toAnimation) { + animationRunners.push(toAnimation.start()); + } - if (setupFallbackTimer) { - var timer = $timeout(onAnimationExpired, timerTime, false); - animationsData[0] = { - timer: timer, - expectedEndTime: endTime - }; - animationsData.push(close); - element.data(ANIMATE_TIMER_KEY, animationsData); - } + forEach(anchorAnimations, function(animation) { + animationRunners.push(animation.start()); + }); - if (events.length) { - element.on(events.join(' '), onAnimationProgress); - } + var runner = new $$AnimateRunner({ + end: endFn, + cancel: endFn // CSS-driven animations cannot be cancelled, only ended + }); - if (options.to) { - if (options.cleanupStyles) { - registerRestorableStyles(restoreStyles, node, Object.keys(options.to)); - } - applyAnimationToStyles(element, options); - } - } + $$AnimateRunner.all(animationRunners, function(status) { + runner.complete(status); + }); - function onAnimationExpired() { - var animationsData = element.data(ANIMATE_TIMER_KEY); + return runner; - // this will be false in the event that the element was - // removed from the DOM (via a leave animation or something - // similar) - if (animationsData) { - for (var i = 1; i < animationsData.length; i++) { - animationsData[i](); - } - element.removeData(ANIMATE_TIMER_KEY); - } + function endFn() { + forEach(animationRunners, function(runner) { + runner.end(); + }); } } }; - }]; - }]; + } - var $$AnimateCssDriverProvider = ['$$animationProvider', /** @this */function ($$animationProvider) { - $$animationProvider.drivers.push('$$animateCssDriver'); + function prepareRegularAnimation(animationDetails) { + var element = animationDetails.element; + var options = animationDetails.options || {}; - var NG_ANIMATE_SHIM_CLASS_NAME = 'ng-animate-shim'; - var NG_ANIMATE_ANCHOR_CLASS_NAME = 'ng-anchor'; + if (animationDetails.structural) { + options.event = animationDetails.event; + options.structural = true; + options.applyClassesEarly = true; - var NG_OUT_ANCHOR_CLASS_NAME = 'ng-anchor-out'; - var NG_IN_ANCHOR_CLASS_NAME = 'ng-anchor-in'; + // we special case the leave animation since we want to ensure that + // the element is removed as soon as the animation is over. Otherwise + // a flicker might appear or the element may not be removed at all + if (animationDetails.event === 'leave') { + options.onDone = options.domOperation; + } + } - function isDocumentFragment(node) { - return node.parentNode && node.parentNode.nodeType === 11; - } + // We assign the preparationClasses as the actual animation event since + // the internals of $animateCss will just suffix the event token values + // with `-active` to trigger the animation. + if (options.preparationClasses) { + options.event = concatWithSpace(options.event, options.preparationClasses); + } - this.$get = ['$animateCss', '$rootScope', '$$AnimateRunner', '$rootElement', '$sniffer', '$$jqLite', '$document', function ($animateCss, $rootScope, $$AnimateRunner, $rootElement, $sniffer, $$jqLite, $document) { + var animator = $animateCss(element, options); - // only browsers that support these properties can render animations - if (!$sniffer.animations && !$sniffer.transitions) return noop; + // the driver lookup code inside of $$animation attempts to spawn a + // driver one by one until a driver returns a.$$willAnimate animator object. + // $animateCss will always return an object, however, it will pass in + // a flag as a hint as to whether an animation was detected or not + return animator.$$willAnimate ? animator : null; + } + }]; +}]; - var bodyNode = $document[0].body; - var rootNode = getDomNode($rootElement); +// TODO(matsko): use caching here to speed things up for detection +// TODO(matsko): add documentation +// by the time... - var rootBodyElement = jqLite( - // this is to avoid using something that exists outside of the body - // we also special case the doc fragment case because our unit test code - // appends the $rootElement to the body after the app has been bootstrapped - isDocumentFragment(rootNode) || bodyNode.contains(rootNode) ? rootNode : bodyNode); +var $$AnimateJsProvider = ['$animateProvider', /** @this */ function($animateProvider) { + this.$get = ['$injector', '$$AnimateRunner', '$$jqLite', + function($injector, $$AnimateRunner, $$jqLite) { - return function initDriverFn(animationDetails) { - return animationDetails.from && animationDetails.to ? prepareFromToAnchorAnimation(animationDetails.from, animationDetails.to, animationDetails.classes, animationDetails.anchors) : prepareRegularAnimation(animationDetails); - }; + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + // $animateJs(element, 'enter'); + return function(element, event, classes, options) { + var animationClosed = false; - function filterCssClasses(classes) { - //remove all the `ng-` stuff - return classes.replace(/\bng-\S+\b/g, ''); + // the `classes` argument is optional and if it is not used + // then the classes will be resolved from the element's className + // property as well as options.addClass/options.removeClass. + if (arguments.length === 3 && isObject(classes)) { + options = classes; + classes = null; } - function getUniqueValues(a, b) { - if (isString(a)) a = a.split(' '); - if (isString(b)) b = b.split(' '); - return a.filter(function (val) { - return b.indexOf(val) === -1; - }).join(' '); + options = prepareAnimationOptions(options); + if (!classes) { + classes = element.attr('class') || ''; + if (options.addClass) { + classes += ' ' + options.addClass; + } + if (options.removeClass) { + classes += ' ' + options.removeClass; + } } - function prepareAnchoredAnimation(classes, outAnchor, inAnchor) { - var clone = jqLite(getDomNode(outAnchor).cloneNode(true)); - var startingClasses = filterCssClasses(getClassVal(clone)); + var classesToAdd = options.addClass; + var classesToRemove = options.removeClass; - outAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); - inAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME); + // the lookupAnimations function returns a series of animation objects that are + // matched up with one or more of the CSS classes. These animation objects are + // defined via the module.animation factory function. If nothing is detected then + // we don't return anything which then makes $animation query the next driver. + var animations = lookupAnimations(classes); + var before, after; + if (animations.length) { + var afterFn, beforeFn; + if (event === 'leave') { + beforeFn = 'leave'; + afterFn = 'afterLeave'; // TODO(matsko): get rid of this + } else { + beforeFn = 'before' + event.charAt(0).toUpperCase() + event.substr(1); + afterFn = event; + } - clone.addClass(NG_ANIMATE_ANCHOR_CLASS_NAME); + if (event !== 'enter' && event !== 'move') { + before = packageAnimations(element, event, options, animations, beforeFn); + } + after = packageAnimations(element, event, options, animations, afterFn); + } - rootBodyElement.append(clone); + // no matching animations + if (!before && !after) return; - var animatorIn, - animatorOut = prepareOutAnimation(); + function applyOptions() { + options.domOperation(); + applyAnimationClasses(element, options); + } - // the user may not end up using the `out` animation and - // only making use of the `in` animation or vice-versa. - // In either case we should allow this and not assume the - // animation is over unless both animations are not used. - if (!animatorOut) { - animatorIn = prepareInAnimation(); - if (!animatorIn) { - return end(); - } - } + function close() { + animationClosed = true; + applyOptions(); + applyAnimationStyles(element, options); + } - var startingAnimator = animatorOut || animatorIn; + var runner; - return { - start: function start() { - var runner; + return { + $$willAnimate: true, + end: function() { + if (runner) { + runner.end(); + } else { + close(); + runner = new $$AnimateRunner(); + runner.complete(true); + } + return runner; + }, + start: function() { + if (runner) { + return runner; + } - var currentAnimation = startingAnimator.start(); - currentAnimation.done(function () { - currentAnimation = null; - if (!animatorIn) { - animatorIn = prepareInAnimation(); - if (animatorIn) { - currentAnimation = animatorIn.start(); - currentAnimation.done(function () { - currentAnimation = null; - end(); - runner.complete(); - }); - return currentAnimation; - } - } - // in the event that there is no `in` animation - end(); - runner.complete(); + runner = new $$AnimateRunner(); + var closeActiveAnimations; + var chain = []; + + if (before) { + chain.push(function(fn) { + closeActiveAnimations = before(fn); }); + } - runner = new $$AnimateRunner({ - end: endFn, - cancel: endFn + if (chain.length) { + chain.push(function(fn) { + applyOptions(); + fn(true); }); + } else { + applyOptions(); + } - return runner; + if (after) { + chain.push(function(fn) { + closeActiveAnimations = after(fn); + }); + } - function endFn() { - if (currentAnimation) { - currentAnimation.end(); - } + runner.setHost({ + end: function() { + endAnimations(); + }, + cancel: function() { + endAnimations(true); } - } - }; + }); - function calculateAnchorStyles(anchor) { - var styles = {}; + $$AnimateRunner.chain(chain, onComplete); + return runner; - var coords = getDomNode(anchor).getBoundingClientRect(); + function onComplete(success) { + close(success); + runner.complete(success); + } - // we iterate directly since safari messes up and doesn't return - // all the keys for the coords object when iterated - forEach(['width', 'height', 'top', 'left'], function (key) { - var value = coords[key]; - switch (key) { - case 'top': - value += bodyNode.scrollTop; - break; - case 'left': - value += bodyNode.scrollLeft; - break; + function endAnimations(cancelled) { + if (!animationClosed) { + (closeActiveAnimations || noop)(cancelled); + onComplete(cancelled); } - styles[key] = Math.floor(value) + 'px'; - }); - return styles; + } } + }; - function prepareOutAnimation() { - var animator = $animateCss(clone, { - addClass: NG_OUT_ANCHOR_CLASS_NAME, - delay: true, - from: calculateAnchorStyles(outAnchor) - }); + function executeAnimationFn(fn, element, event, options, onDone) { + var args; + switch (event) { + case 'animate': + args = [element, options.from, options.to, onDone]; + break; + + case 'setClass': + args = [element, classesToAdd, classesToRemove, onDone]; + break; + + case 'addClass': + args = [element, classesToAdd, onDone]; + break; + + case 'removeClass': + args = [element, classesToRemove, onDone]; + break; - // read the comment within `prepareRegularAnimation` to understand - // why this check is necessary - return animator.$$willAnimate ? animator : null; + default: + args = [element, onDone]; + break; } - function getClassVal(element) { - return element.attr('class') || ''; + args.push(options); + + var value = fn.apply(fn, args); + if (value) { + if (isFunction(value.start)) { + value = value.start(); + } + + if (value instanceof $$AnimateRunner) { + value.done(onDone); + } else if (isFunction(value)) { + // optional onEnd / onCancel callback + return value; + } } - function prepareInAnimation() { - var endingClasses = filterCssClasses(getClassVal(inAnchor)); - var toAdd = getUniqueValues(endingClasses, startingClasses); - var toRemove = getUniqueValues(startingClasses, endingClasses); + return noop; + } + + function groupEventedAnimations(element, event, options, animations, fnName) { + var operations = []; + forEach(animations, function(ani) { + var animation = ani[fnName]; + if (!animation) return; + + // note that all of these animations will run in parallel + operations.push(function() { + var runner; + var endProgressCb; + + var resolved = false; + var onAnimationComplete = function(rejected) { + if (!resolved) { + resolved = true; + (endProgressCb || noop)(rejected); + runner.complete(!rejected); + } + }; + + runner = new $$AnimateRunner({ + end: function() { + onAnimationComplete(); + }, + cancel: function() { + onAnimationComplete(true); + } + }); + + endProgressCb = executeAnimationFn(animation, element, event, options, function(result) { + var cancelled = result === false; + onAnimationComplete(cancelled); + }); - var animator = $animateCss(clone, { - to: calculateAnchorStyles(inAnchor), - addClass: NG_IN_ANCHOR_CLASS_NAME + ' ' + toAdd, - removeClass: NG_OUT_ANCHOR_CLASS_NAME + ' ' + toRemove, - delay: true + return runner; }); + }); - // read the comment within `prepareRegularAnimation` to understand - // why this check is necessary - return animator.$$willAnimate ? animator : null; - } + return operations; + } + + function packageAnimations(element, event, options, animations, fnName) { + var operations = groupEventedAnimations(element, event, options, animations, fnName); + if (operations.length === 0) { + var a, b; + if (fnName === 'beforeSetClass') { + a = groupEventedAnimations(element, 'removeClass', options, animations, 'beforeRemoveClass'); + b = groupEventedAnimations(element, 'addClass', options, animations, 'beforeAddClass'); + } else if (fnName === 'setClass') { + a = groupEventedAnimations(element, 'removeClass', options, animations, 'removeClass'); + b = groupEventedAnimations(element, 'addClass', options, animations, 'addClass'); + } - function end() { - clone.remove(); - outAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); - inAnchor.removeClass(NG_ANIMATE_SHIM_CLASS_NAME); + if (a) { + operations = operations.concat(a); + } + if (b) { + operations = operations.concat(b); + } } - } - function prepareFromToAnchorAnimation(from, to, classes, anchors) { - var fromAnimation = prepareRegularAnimation(from, noop); - var toAnimation = prepareRegularAnimation(to, noop); + if (operations.length === 0) return; - var anchorAnimations = []; - forEach(anchors, function (anchor) { - var outElement = anchor['out']; - var inElement = anchor['in']; - var animator = prepareAnchoredAnimation(classes, outElement, inElement); - if (animator) { - anchorAnimations.push(animator); + // TODO(matsko): add documentation + return function startAnimation(callback) { + var runners = []; + if (operations.length) { + forEach(operations, function(animateFn) { + runners.push(animateFn()); + }); } - }); - // no point in doing anything when there are no elements to animate - if (!fromAnimation && !toAnimation && anchorAnimations.length === 0) return; + if (runners.length) { + $$AnimateRunner.all(runners, callback); + } else { + callback(); + } + + return function endFn(reject) { + forEach(runners, function(runner) { + if (reject) { + runner.cancel(); + } else { + runner.end(); + } + }); + }; + }; + } + }; + + function lookupAnimations(classes) { + classes = isArray(classes) ? classes : classes.split(' '); + var matches = [], flagMap = {}; + for (var i = 0; i < classes.length; i++) { + var klass = classes[i], + animationFactory = $animateProvider.$$registeredAnimations[klass]; + if (animationFactory && !flagMap[klass]) { + matches.push($injector.get(animationFactory)); + flagMap[klass] = true; + } + } + return matches; + } + }]; +}]; + +var $$AnimateJsDriverProvider = ['$$animationProvider', /** @this */ function($$animationProvider) { + $$animationProvider.drivers.push('$$animateJsDriver'); + this.$get = ['$$animateJs', '$$AnimateRunner', function($$animateJs, $$AnimateRunner) { + return function initDriverFn(animationDetails) { + if (animationDetails.from && animationDetails.to) { + var fromAnimation = prepareAnimation(animationDetails.from); + var toAnimation = prepareAnimation(animationDetails.to); + if (!fromAnimation && !toAnimation) return; return { - start: function start() { + start: function() { var animationRunners = []; if (fromAnimation) { @@ -25942,547 +27933,181 @@ module.exports = Web3Wallet; animationRunners.push(toAnimation.start()); } - forEach(anchorAnimations, function (animation) { - animationRunners.push(animation.start()); - }); + $$AnimateRunner.all(animationRunners, done); var runner = new $$AnimateRunner({ - end: endFn, - cancel: endFn // CSS-driven animations cannot be cancelled, only ended - }); - - $$AnimateRunner.all(animationRunners, function (status) { - runner.complete(status); + end: endFnFactory(), + cancel: endFnFactory() }); return runner; - function endFn() { - forEach(animationRunners, function (runner) { - runner.end(); - }); + function endFnFactory() { + return function() { + forEach(animationRunners, function(runner) { + // at this point we cannot cancel animations for groups just yet. 1.5+ + runner.end(); + }); + }; + } + + function done(status) { + runner.complete(status); } } }; + } else { + return prepareAnimation(animationDetails); } + }; - function prepareRegularAnimation(animationDetails) { - var element = animationDetails.element; - var options = animationDetails.options || {}; + function prepareAnimation(animationDetails) { + // TODO(matsko): make sure to check for grouped animations and delegate down to normal animations + var element = animationDetails.element; + var event = animationDetails.event; + var options = animationDetails.options; + var classes = animationDetails.classes; + return $$animateJs(element, event, classes, options); + } + }]; +}]; - if (animationDetails.structural) { - options.event = animationDetails.event; - options.structural = true; - options.applyClassesEarly = true; +var NG_ANIMATE_ATTR_NAME = 'data-ng-animate'; +var NG_ANIMATE_PIN_DATA = '$ngAnimatePin'; +var $$AnimateQueueProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var PRE_DIGEST_STATE = 1; + var RUNNING_STATE = 2; + var ONE_SPACE = ' '; + + var rules = this.rules = { + skip: [], + cancel: [], + join: [] + }; - // we special case the leave animation since we want to ensure that - // the element is removed as soon as the animation is over. Otherwise - // a flicker might appear or the element may not be removed at all - if (animationDetails.event === 'leave') { - options.onDone = options.domOperation; - } - } + function makeTruthyCssClassMap(classString) { + if (!classString) { + return null; + } - // We assign the preparationClasses as the actual animation event since - // the internals of $animateCss will just suffix the event token values - // with `-active` to trigger the animation. - if (options.preparationClasses) { - options.event = concatWithSpace(options.event, options.preparationClasses); - } + var keys = classString.split(ONE_SPACE); + var map = Object.create(null); - var animator = $animateCss(element, options); + forEach(keys, function(key) { + map[key] = true; + }); + return map; + } - // the driver lookup code inside of $$animation attempts to spawn a - // driver one by one until a driver returns a.$$willAnimate animator object. - // $animateCss will always return an object, however, it will pass in - // a flag as a hint as to whether an animation was detected or not - return animator.$$willAnimate ? animator : null; - } - }]; - }]; + function hasMatchingClasses(newClassString, currentClassString) { + if (newClassString && currentClassString) { + var currentClassMap = makeTruthyCssClassMap(currentClassString); + return newClassString.split(ONE_SPACE).some(function(className) { + return currentClassMap[className]; + }); + } + } - // TODO(matsko): use caching here to speed things up for detection - // TODO(matsko): add documentation - // by the time... + function isAllowed(ruleType, currentAnimation, previousAnimation) { + return rules[ruleType].some(function(fn) { + return fn(currentAnimation, previousAnimation); + }); + } - var $$AnimateJsProvider = ['$animateProvider', /** @this */function ($animateProvider) { - this.$get = ['$injector', '$$AnimateRunner', '$$jqLite', function ($injector, $$AnimateRunner, $$jqLite) { + function hasAnimationClasses(animation, and) { + var a = (animation.addClass || '').length > 0; + var b = (animation.removeClass || '').length > 0; + return and ? a && b : a || b; + } - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); - // $animateJs(element, 'enter'); - return function (element, event, classes, options) { - var animationClosed = false; + rules.join.push(function(newAnimation, currentAnimation) { + // if the new animation is class-based then we can just tack that on + return !newAnimation.structural && hasAnimationClasses(newAnimation); + }); - // the `classes` argument is optional and if it is not used - // then the classes will be resolved from the element's className - // property as well as options.addClass/options.removeClass. - if (arguments.length === 3 && isObject(classes)) { - options = classes; - classes = null; - } + rules.skip.push(function(newAnimation, currentAnimation) { + // there is no need to animate anything if no classes are being added and + // there is no structural animation that will be triggered + return !newAnimation.structural && !hasAnimationClasses(newAnimation); + }); - options = prepareAnimationOptions(options); - if (!classes) { - classes = element.attr('class') || ''; - if (options.addClass) { - classes += ' ' + options.addClass; - } - if (options.removeClass) { - classes += ' ' + options.removeClass; - } - } + rules.skip.push(function(newAnimation, currentAnimation) { + // why should we trigger a new structural animation if the element will + // be removed from the DOM anyway? + return currentAnimation.event === 'leave' && newAnimation.structural; + }); - var classesToAdd = options.addClass; - var classesToRemove = options.removeClass; - - // the lookupAnimations function returns a series of animation objects that are - // matched up with one or more of the CSS classes. These animation objects are - // defined via the module.animation factory function. If nothing is detected then - // we don't return anything which then makes $animation query the next driver. - var animations = lookupAnimations(classes); - var before, after; - if (animations.length) { - var afterFn, beforeFn; - if (event === 'leave') { - beforeFn = 'leave'; - afterFn = 'afterLeave'; // TODO(matsko): get rid of this - } else { - beforeFn = 'before' + event.charAt(0).toUpperCase() + event.substr(1); - afterFn = event; - } + rules.skip.push(function(newAnimation, currentAnimation) { + // if there is an ongoing current animation then don't even bother running the class-based animation + return currentAnimation.structural && currentAnimation.state === RUNNING_STATE && !newAnimation.structural; + }); - if (event !== 'enter' && event !== 'move') { - before = packageAnimations(element, event, options, animations, beforeFn); - } - after = packageAnimations(element, event, options, animations, afterFn); - } - - // no matching animations - if (!before && !after) return; - - function applyOptions() { - options.domOperation(); - applyAnimationClasses(element, options); - } - - function close() { - animationClosed = true; - applyOptions(); - applyAnimationStyles(element, options); - } - - var runner; - - return { - $$willAnimate: true, - end: function end() { - if (runner) { - runner.end(); - } else { - close(); - runner = new $$AnimateRunner(); - runner.complete(true); - } - return runner; - }, - start: function start() { - if (runner) { - return runner; - } - - runner = new $$AnimateRunner(); - var closeActiveAnimations; - var chain = []; - - if (before) { - chain.push(function (fn) { - closeActiveAnimations = before(fn); - }); - } - - if (chain.length) { - chain.push(function (fn) { - applyOptions(); - fn(true); - }); - } else { - applyOptions(); - } - - if (after) { - chain.push(function (fn) { - closeActiveAnimations = after(fn); - }); - } - - runner.setHost({ - end: function end() { - endAnimations(); - }, - cancel: function cancel() { - endAnimations(true); - } - }); - - $$AnimateRunner.chain(chain, onComplete); - return runner; - - function onComplete(success) { - close(success); - runner.complete(success); - } - - function endAnimations(cancelled) { - if (!animationClosed) { - (closeActiveAnimations || noop)(cancelled); - onComplete(cancelled); - } - } - } - }; - - function executeAnimationFn(fn, element, event, options, onDone) { - var args; - switch (event) { - case 'animate': - args = [element, options.from, options.to, onDone]; - break; - - case 'setClass': - args = [element, classesToAdd, classesToRemove, onDone]; - break; - - case 'addClass': - args = [element, classesToAdd, onDone]; - break; - - case 'removeClass': - args = [element, classesToRemove, onDone]; - break; - - default: - args = [element, onDone]; - break; - } - - args.push(options); - - var value = fn.apply(fn, args); - if (value) { - if (isFunction(value.start)) { - value = value.start(); - } - - if (value instanceof $$AnimateRunner) { - value.done(onDone); - } else if (isFunction(value)) { - // optional onEnd / onCancel callback - return value; - } - } - - return noop; - } - - function groupEventedAnimations(element, event, options, animations, fnName) { - var operations = []; - forEach(animations, function (ani) { - var animation = ani[fnName]; - if (!animation) return; - - // note that all of these animations will run in parallel - operations.push(function () { - var runner; - var endProgressCb; - - var resolved = false; - var onAnimationComplete = function onAnimationComplete(rejected) { - if (!resolved) { - resolved = true; - (endProgressCb || noop)(rejected); - runner.complete(!rejected); - } - }; - - runner = new $$AnimateRunner({ - end: function end() { - onAnimationComplete(); - }, - cancel: function cancel() { - onAnimationComplete(true); - } - }); - - endProgressCb = executeAnimationFn(animation, element, event, options, function (result) { - var cancelled = result === false; - onAnimationComplete(cancelled); - }); - - return runner; - }); - }); - - return operations; - } - - function packageAnimations(element, event, options, animations, fnName) { - var operations = groupEventedAnimations(element, event, options, animations, fnName); - if (operations.length === 0) { - var a, b; - if (fnName === 'beforeSetClass') { - a = groupEventedAnimations(element, 'removeClass', options, animations, 'beforeRemoveClass'); - b = groupEventedAnimations(element, 'addClass', options, animations, 'beforeAddClass'); - } else if (fnName === 'setClass') { - a = groupEventedAnimations(element, 'removeClass', options, animations, 'removeClass'); - b = groupEventedAnimations(element, 'addClass', options, animations, 'addClass'); - } - - if (a) { - operations = operations.concat(a); - } - if (b) { - operations = operations.concat(b); - } - } - - if (operations.length === 0) return; - - // TODO(matsko): add documentation - return function startAnimation(callback) { - var runners = []; - if (operations.length) { - forEach(operations, function (animateFn) { - runners.push(animateFn()); - }); - } - - if (runners.length) { - $$AnimateRunner.all(runners, callback); - } else { - callback(); - } - - return function endFn(reject) { - forEach(runners, function (runner) { - if (reject) { - runner.cancel(); - } else { - runner.end(); - } - }); - }; - }; - } - }; - - function lookupAnimations(classes) { - classes = isArray(classes) ? classes : classes.split(' '); - var matches = [], - flagMap = {}; - for (var i = 0; i < classes.length; i++) { - var klass = classes[i], - animationFactory = $animateProvider.$$registeredAnimations[klass]; - if (animationFactory && !flagMap[klass]) { - matches.push($injector.get(animationFactory)); - flagMap[klass] = true; - } - } - return matches; - } - }]; - }]; - - var $$AnimateJsDriverProvider = ['$$animationProvider', /** @this */function ($$animationProvider) { - $$animationProvider.drivers.push('$$animateJsDriver'); - this.$get = ['$$animateJs', '$$AnimateRunner', function ($$animateJs, $$AnimateRunner) { - return function initDriverFn(animationDetails) { - if (animationDetails.from && animationDetails.to) { - var fromAnimation = prepareAnimation(animationDetails.from); - var toAnimation = prepareAnimation(animationDetails.to); - if (!fromAnimation && !toAnimation) return; - - return { - start: function start() { - var animationRunners = []; + rules.cancel.push(function(newAnimation, currentAnimation) { + // there can never be two structural animations running at the same time + return currentAnimation.structural && newAnimation.structural; + }); - if (fromAnimation) { - animationRunners.push(fromAnimation.start()); - } + rules.cancel.push(function(newAnimation, currentAnimation) { + // if the previous animation is already running, but the new animation will + // be triggered, but the new animation is structural + return currentAnimation.state === RUNNING_STATE && newAnimation.structural; + }); - if (toAnimation) { - animationRunners.push(toAnimation.start()); - } + rules.cancel.push(function(newAnimation, currentAnimation) { + // cancel the animation if classes added / removed in both animation cancel each other out, + // but only if the current animation isn't structural - $$AnimateRunner.all(animationRunners, done); + if (currentAnimation.structural) return false; - var runner = new $$AnimateRunner({ - end: endFnFactory(), - cancel: endFnFactory() - }); + var nA = newAnimation.addClass; + var nR = newAnimation.removeClass; + var cA = currentAnimation.addClass; + var cR = currentAnimation.removeClass; - return runner; + // early detection to save the global CPU shortage :) + if ((isUndefined(nA) && isUndefined(nR)) || (isUndefined(cA) && isUndefined(cR))) { + return false; + } - function endFnFactory() { - return function () { - forEach(animationRunners, function (runner) { - // at this point we cannot cancel animations for groups just yet. 1.5+ - runner.end(); - }); - }; - } + return hasMatchingClasses(nA, cR) || hasMatchingClasses(nR, cA); + }); - function done(status) { - runner.complete(status); - } - } - }; + this.$get = ['$$rAF', '$rootScope', '$rootElement', '$document', '$$Map', + '$$animation', '$$AnimateRunner', '$templateRequest', '$$jqLite', '$$forceReflow', + '$$isDocumentHidden', + function($$rAF, $rootScope, $rootElement, $document, $$Map, + $$animation, $$AnimateRunner, $templateRequest, $$jqLite, $$forceReflow, + $$isDocumentHidden) { + + var activeAnimationsLookup = new $$Map(); + var disabledElementsLookup = new $$Map(); + var animationsEnabled = null; + + function postDigestTaskFactory() { + var postDigestCalled = false; + return function(fn) { + // we only issue a call to postDigest before + // it has first passed. This prevents any callbacks + // from not firing once the animation has completed + // since it will be out of the digest cycle. + if (postDigestCalled) { + fn(); } else { - return prepareAnimation(animationDetails); + $rootScope.$$postDigest(function() { + postDigestCalled = true; + fn(); + }); } }; - - function prepareAnimation(animationDetails) { - // TODO(matsko): make sure to check for grouped animations and delegate down to normal animations - var element = animationDetails.element; - var event = animationDetails.event; - var options = animationDetails.options; - var classes = animationDetails.classes; - return $$animateJs(element, event, classes, options); - } - }]; - }]; - - var NG_ANIMATE_ATTR_NAME = 'data-ng-animate'; - var NG_ANIMATE_PIN_DATA = '$ngAnimatePin'; - var $$AnimateQueueProvider = ['$animateProvider', /** @this */function ($animateProvider) { - var PRE_DIGEST_STATE = 1; - var RUNNING_STATE = 2; - var ONE_SPACE = ' '; - - var rules = this.rules = { - skip: [], - cancel: [], - join: [] - }; - - function makeTruthyCssClassMap(classString) { - if (!classString) { - return null; - } - - var keys = classString.split(ONE_SPACE); - var map = Object.create(null); - - forEach(keys, function (key) { - map[key] = true; - }); - return map; - } - - function hasMatchingClasses(newClassString, currentClassString) { - if (newClassString && currentClassString) { - var currentClassMap = makeTruthyCssClassMap(currentClassString); - return newClassString.split(ONE_SPACE).some(function (className) { - return currentClassMap[className]; - }); - } - } - - function isAllowed(ruleType, currentAnimation, previousAnimation) { - return rules[ruleType].some(function (fn) { - return fn(currentAnimation, previousAnimation); - }); - } - - function hasAnimationClasses(animation, and) { - var a = (animation.addClass || '').length > 0; - var b = (animation.removeClass || '').length > 0; - return and ? a && b : a || b; } - rules.join.push(function (newAnimation, currentAnimation) { - // if the new animation is class-based then we can just tack that on - return !newAnimation.structural && hasAnimationClasses(newAnimation); - }); - - rules.skip.push(function (newAnimation, currentAnimation) { - // there is no need to animate anything if no classes are being added and - // there is no structural animation that will be triggered - return !newAnimation.structural && !hasAnimationClasses(newAnimation); - }); - - rules.skip.push(function (newAnimation, currentAnimation) { - // why should we trigger a new structural animation if the element will - // be removed from the DOM anyway? - return currentAnimation.event === 'leave' && newAnimation.structural; - }); - - rules.skip.push(function (newAnimation, currentAnimation) { - // if there is an ongoing current animation then don't even bother running the class-based animation - return currentAnimation.structural && currentAnimation.state === RUNNING_STATE && !newAnimation.structural; - }); - - rules.cancel.push(function (newAnimation, currentAnimation) { - // there can never be two structural animations running at the same time - return currentAnimation.structural && newAnimation.structural; - }); - - rules.cancel.push(function (newAnimation, currentAnimation) { - // if the previous animation is already running, but the new animation will - // be triggered, but the new animation is structural - return currentAnimation.state === RUNNING_STATE && newAnimation.structural; - }); - - rules.cancel.push(function (newAnimation, currentAnimation) { - // cancel the animation if classes added / removed in both animation cancel each other out, - // but only if the current animation isn't structural - - if (currentAnimation.structural) return false; - - var nA = newAnimation.addClass; - var nR = newAnimation.removeClass; - var cA = currentAnimation.addClass; - var cR = currentAnimation.removeClass; - - // early detection to save the global CPU shortage :) - if (isUndefined(nA) && isUndefined(nR) || isUndefined(cA) && isUndefined(cR)) { - return false; - } - - return hasMatchingClasses(nA, cR) || hasMatchingClasses(nR, cA); - }); - - this.$get = ['$$rAF', '$rootScope', '$rootElement', '$document', '$$Map', '$$animation', '$$AnimateRunner', '$templateRequest', '$$jqLite', '$$forceReflow', '$$isDocumentHidden', function ($$rAF, $rootScope, $rootElement, $document, $$Map, $$animation, $$AnimateRunner, $templateRequest, $$jqLite, $$forceReflow, $$isDocumentHidden) { - - var activeAnimationsLookup = new $$Map(); - var disabledElementsLookup = new $$Map(); - var animationsEnabled = null; - - function postDigestTaskFactory() { - var postDigestCalled = false; - return function (fn) { - // we only issue a call to postDigest before - // it has first passed. This prevents any callbacks - // from not firing once the animation has completed - // since it will be out of the digest cycle. - if (postDigestCalled) { - fn(); - } else { - $rootScope.$$postDigest(function () { - postDigestCalled = true; - fn(); - }); - } - }; - } - - // Wait until all directive and route-related templates are downloaded and - // compiled. The $templateRequest.totalPendingRequests variable keeps track of - // all of the remote templates being currently downloaded. If there are no - // templates currently downloading then the watcher will still fire anyway. - var deregisterWatch = $rootScope.$watch(function () { - return $templateRequest.totalPendingRequests === 0; - }, function (isEmpty) { + // Wait until all directive and route-related templates are downloaded and + // compiled. The $templateRequest.totalPendingRequests variable keeps track of + // all of the remote templates being currently downloaded. If there are no + // templates currently downloading then the watcher will still fire anyway. + var deregisterWatch = $rootScope.$watch( + function() { return $templateRequest.totalPendingRequests === 0; }, + function(isEmpty) { if (!isEmpty) return; deregisterWatch(); @@ -26493,8 +28118,8 @@ module.exports = Web3Wallet; // use $postDigest, it's important that the code below executes at the end. // This basically means that the page is fully downloaded and compiled before // any animations are triggered. - $rootScope.$$postDigest(function () { - $rootScope.$$postDigest(function () { + $rootScope.$$postDigest(function() { + $rootScope.$$postDigest(function() { // we check for null directly in the event that the application already called // .enabled() with whatever arguments that it provided it with if (animationsEnabled === null) { @@ -26502,16514 +28127,16781 @@ module.exports = Web3Wallet; } }); }); - }); + } + ); - var callbackRegistry = Object.create(null); + var callbackRegistry = Object.create(null); - // remember that the `customFilter`/`classNameFilter` are set during the - // provider/config stage therefore we can optimize here and setup helper functions - var customFilter = $animateProvider.customFilter(); - var classNameFilter = $animateProvider.classNameFilter(); - var returnTrue = function returnTrue() { - return true; - }; + // remember that the `customFilter`/`classNameFilter` are set during the + // provider/config stage therefore we can optimize here and setup helper functions + var customFilter = $animateProvider.customFilter(); + var classNameFilter = $animateProvider.classNameFilter(); + var returnTrue = function() { return true; }; - var isAnimatableByFilter = customFilter || returnTrue; - var isAnimatableClassName = !classNameFilter ? returnTrue : function (node, options) { - var className = [node.getAttribute('class'), options.addClass, options.removeClass].join(' '); - return classNameFilter.test(className); - }; + var isAnimatableByFilter = customFilter || returnTrue; + var isAnimatableClassName = !classNameFilter ? returnTrue : function(node, options) { + var className = [node.getAttribute('class'), options.addClass, options.removeClass].join(' '); + return classNameFilter.test(className); + }; + + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + function normalizeAnimationDetails(element, animation) { + return mergeAnimationDetails(element, animation, {}); + } - function normalizeAnimationDetails(element, animation) { - return mergeAnimationDetails(element, animation, {}); + // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. + var contains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return this === arg || !!(this.compareDocumentPosition(arg) & 16); + }; + + function findCallbacks(targetParentNode, targetNode, event) { + var matches = []; + var entries = callbackRegistry[event]; + if (entries) { + forEach(entries, function(entry) { + if (contains.call(entry.node, targetNode)) { + matches.push(entry.callback); + } else if (event === 'leave' && contains.call(entry.node, targetParentNode)) { + matches.push(entry.callback); + } + }); } - // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. - var contains = window.Node.prototype.contains || /** @this */function (arg) { - // eslint-disable-next-line no-bitwise - return this === arg || !!(this.compareDocumentPosition(arg) & 16); - }; + return matches; + } - function findCallbacks(targetParentNode, targetNode, event) { - var matches = []; - var entries = callbackRegistry[event]; - if (entries) { - forEach(entries, function (entry) { - if (contains.call(entry.node, targetNode)) { - matches.push(entry.callback); - } else if (event === 'leave' && contains.call(entry.node, targetParentNode)) { - matches.push(entry.callback); - } - }); - } + function filterFromRegistry(list, matchContainer, matchCallback) { + var containerNode = extractElementNode(matchContainer); + return list.filter(function(entry) { + var isMatch = entry.node === containerNode && + (!matchCallback || entry.callback === matchCallback); + return !isMatch; + }); + } - return matches; + function cleanupEventListeners(phase, node) { + if (phase === 'close' && !node.parentNode) { + // If the element is not attached to a parentNode, it has been removed by + // the domOperation, and we can safely remove the event callbacks + $animate.off(node); } + } - function filterFromRegistry(list, matchContainer, matchCallback) { - var containerNode = extractElementNode(matchContainer); - return list.filter(function (entry) { - var isMatch = entry.node === containerNode && (!matchCallback || entry.callback === matchCallback); - return !isMatch; + var $animate = { + on: function(event, container, callback) { + var node = extractElementNode(container); + callbackRegistry[event] = callbackRegistry[event] || []; + callbackRegistry[event].push({ + node: node, + callback: callback }); - } - - function cleanupEventListeners(phase, node) { - if (phase === 'close' && !node.parentNode) { - // If the element is not attached to a parentNode, it has been removed by - // the domOperation, and we can safely remove the event callbacks - $animate.off(node); - } - } - var $animate = { - on: function on(event, container, callback) { - var node = extractElementNode(container); - callbackRegistry[event] = callbackRegistry[event] || []; - callbackRegistry[event].push({ - node: node, - callback: callback - }); + // Remove the callback when the element is removed from the DOM + jqLite(container).on('$destroy', function() { + var animationDetails = activeAnimationsLookup.get(node); - // Remove the callback when the element is removed from the DOM - jqLite(container).on('$destroy', function () { - var animationDetails = activeAnimationsLookup.get(node); + if (!animationDetails) { + // If there's an animation ongoing, the callback calling code will remove + // the event listeners. If we'd remove here, the callbacks would be removed + // before the animation ends + $animate.off(event, container, callback); + } + }); + }, - if (!animationDetails) { - // If there's an animation ongoing, the callback calling code will remove - // the event listeners. If we'd remove here, the callbacks would be removed - // before the animation ends - $animate.off(event, container, callback); - } - }); - }, + off: function(event, container, callback) { + if (arguments.length === 1 && !isString(arguments[0])) { + container = arguments[0]; + for (var eventType in callbackRegistry) { + callbackRegistry[eventType] = filterFromRegistry(callbackRegistry[eventType], container); + } - off: function off(event, container, callback) { - if (arguments.length === 1 && !isString(arguments[0])) { - container = arguments[0]; - for (var eventType in callbackRegistry) { - callbackRegistry[eventType] = filterFromRegistry(callbackRegistry[eventType], container); - } + return; + } - return; - } + var entries = callbackRegistry[event]; + if (!entries) return; - var entries = callbackRegistry[event]; - if (!entries) return; + callbackRegistry[event] = arguments.length === 1 + ? null + : filterFromRegistry(entries, container, callback); + }, - callbackRegistry[event] = arguments.length === 1 ? null : filterFromRegistry(entries, container, callback); - }, + pin: function(element, parentElement) { + assertArg(isElement(element), 'element', 'not an element'); + assertArg(isElement(parentElement), 'parentElement', 'not an element'); + element.data(NG_ANIMATE_PIN_DATA, parentElement); + }, - pin: function pin(element, parentElement) { - assertArg(isElement(element), 'element', 'not an element'); - assertArg(isElement(parentElement), 'parentElement', 'not an element'); - element.data(NG_ANIMATE_PIN_DATA, parentElement); - }, + push: function(element, event, options, domOperation) { + options = options || {}; + options.domOperation = domOperation; + return queueAnimation(element, event, options); + }, - push: function push(element, event, options, domOperation) { - options = options || {}; - options.domOperation = domOperation; - return queueAnimation(element, event, options); - }, + // this method has four signatures: + // () - global getter + // (bool) - global setter + // (element) - element getter + // (element, bool) - element setter + enabled: function(element, bool) { + var argCount = arguments.length; + + if (argCount === 0) { + // () - Global getter + bool = !!animationsEnabled; + } else { + var hasElement = isElement(element); - // this method has four signatures: - // () - global getter - // (bool) - global setter - // (element) - element getter - // (element, bool) - element setter - enabled: function enabled(element, bool) { - var argCount = arguments.length; - - if (argCount === 0) { - // () - Global getter - bool = !!animationsEnabled; + if (!hasElement) { + // (bool) - Global setter + bool = animationsEnabled = !!element; } else { - var hasElement = isElement(element); + var node = getDomNode(element); - if (!hasElement) { - // (bool) - Global setter - bool = animationsEnabled = !!element; + if (argCount === 1) { + // (element) - Element getter + bool = !disabledElementsLookup.get(node); } else { - var node = getDomNode(element); - - if (argCount === 1) { - // (element) - Element getter - bool = !disabledElementsLookup.get(node); - } else { - // (element, bool) - Element setter - disabledElementsLookup.set(node, !bool); - } + // (element, bool) - Element setter + disabledElementsLookup.set(node, !bool); } } - - return bool; } - }; - return $animate; + return bool; + } + }; - function queueAnimation(originalElement, event, initialOptions) { - // we always make a copy of the options since - // there should never be any side effects on - // the input data when running `$animateCss`. - var options = copy(initialOptions); + return $animate; - var element = stripCommentsFromElement(originalElement); - var node = getDomNode(element); - var parentNode = node && node.parentNode; + function queueAnimation(originalElement, event, initialOptions) { + // we always make a copy of the options since + // there should never be any side effects on + // the input data when running `$animateCss`. + var options = copy(initialOptions); - options = prepareAnimationOptions(options); + var element = stripCommentsFromElement(originalElement); + var node = getDomNode(element); + var parentNode = node && node.parentNode; - // we create a fake runner with a working promise. - // These methods will become available after the digest has passed - var runner = new $$AnimateRunner(); + options = prepareAnimationOptions(options); - // this is used to trigger callbacks in postDigest mode - var runInNextPostDigestOrNow = postDigestTaskFactory(); + // we create a fake runner with a working promise. + // These methods will become available after the digest has passed + var runner = new $$AnimateRunner(); - if (isArray(options.addClass)) { - options.addClass = options.addClass.join(' '); - } + // this is used to trigger callbacks in postDigest mode + var runInNextPostDigestOrNow = postDigestTaskFactory(); - if (options.addClass && !isString(options.addClass)) { - options.addClass = null; - } + if (isArray(options.addClass)) { + options.addClass = options.addClass.join(' '); + } - if (isArray(options.removeClass)) { - options.removeClass = options.removeClass.join(' '); - } + if (options.addClass && !isString(options.addClass)) { + options.addClass = null; + } - if (options.removeClass && !isString(options.removeClass)) { - options.removeClass = null; - } + if (isArray(options.removeClass)) { + options.removeClass = options.removeClass.join(' '); + } - if (options.from && !isObject(options.from)) { - options.from = null; - } + if (options.removeClass && !isString(options.removeClass)) { + options.removeClass = null; + } - if (options.to && !isObject(options.to)) { - options.to = null; - } + if (options.from && !isObject(options.from)) { + options.from = null; + } - // If animations are hard-disabled for the whole application there is no need to continue. - // There are also situations where a directive issues an animation for a jqLite wrapper that - // contains only comment nodes. In this case, there is no way we can perform an animation. - if (!animationsEnabled || !node || !isAnimatableByFilter(node, event, initialOptions) || !isAnimatableClassName(node, options)) { - close(); - return runner; - } + if (options.to && !isObject(options.to)) { + options.to = null; + } - var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; + // If animations are hard-disabled for the whole application there is no need to continue. + // There are also situations where a directive issues an animation for a jqLite wrapper that + // contains only comment nodes. In this case, there is no way we can perform an animation. + if (!animationsEnabled || + !node || + !isAnimatableByFilter(node, event, initialOptions) || + !isAnimatableClassName(node, options)) { + close(); + return runner; + } - var documentHidden = $$isDocumentHidden(); + var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; - // This is a hard disable of all animations the element itself, therefore there is no need to - // continue further past this point if not enabled - // Animations are also disabled if the document is currently hidden (page is not visible - // to the user), because browsers slow down or do not flush calls to requestAnimationFrame - var skipAnimations = documentHidden || disabledElementsLookup.get(node); - var existingAnimation = !skipAnimations && activeAnimationsLookup.get(node) || {}; - var hasExistingAnimation = !!existingAnimation.state; + var documentHidden = $$isDocumentHidden(); - // there is no point in traversing the same collection of parent ancestors if a followup - // animation will be run on the same element that already did all that checking work - if (!skipAnimations && (!hasExistingAnimation || existingAnimation.state !== PRE_DIGEST_STATE)) { - skipAnimations = !areAnimationsAllowed(node, parentNode, event); - } + // This is a hard disable of all animations the element itself, therefore there is no need to + // continue further past this point if not enabled + // Animations are also disabled if the document is currently hidden (page is not visible + // to the user), because browsers slow down or do not flush calls to requestAnimationFrame + var skipAnimations = documentHidden || disabledElementsLookup.get(node); + var existingAnimation = (!skipAnimations && activeAnimationsLookup.get(node)) || {}; + var hasExistingAnimation = !!existingAnimation.state; - if (skipAnimations) { - // Callbacks should fire even if the document is hidden (regression fix for issue #14120) - if (documentHidden) notifyProgress(runner, event, 'start'); - close(); - if (documentHidden) notifyProgress(runner, event, 'close'); - return runner; - } + // there is no point in traversing the same collection of parent ancestors if a followup + // animation will be run on the same element that already did all that checking work + if (!skipAnimations && (!hasExistingAnimation || existingAnimation.state !== PRE_DIGEST_STATE)) { + skipAnimations = !areAnimationsAllowed(node, parentNode, event); + } - if (isStructural) { - closeChildAnimations(node); - } + if (skipAnimations) { + // Callbacks should fire even if the document is hidden (regression fix for issue #14120) + if (documentHidden) notifyProgress(runner, event, 'start'); + close(); + if (documentHidden) notifyProgress(runner, event, 'close'); + return runner; + } - var newAnimation = { - structural: isStructural, - element: element, - event: event, - addClass: options.addClass, - removeClass: options.removeClass, - close: close, - options: options, - runner: runner - }; + if (isStructural) { + closeChildAnimations(node); + } - if (hasExistingAnimation) { - var skipAnimationFlag = isAllowed('skip', newAnimation, existingAnimation); - if (skipAnimationFlag) { - if (existingAnimation.state === RUNNING_STATE) { - close(); - return runner; - } else { - mergeAnimationDetails(element, existingAnimation, newAnimation); - return existingAnimation.runner; - } + var newAnimation = { + structural: isStructural, + element: element, + event: event, + addClass: options.addClass, + removeClass: options.removeClass, + close: close, + options: options, + runner: runner + }; + + if (hasExistingAnimation) { + var skipAnimationFlag = isAllowed('skip', newAnimation, existingAnimation); + if (skipAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + close(); + return runner; + } else { + mergeAnimationDetails(element, existingAnimation, newAnimation); + return existingAnimation.runner; + } + } + var cancelAnimationFlag = isAllowed('cancel', newAnimation, existingAnimation); + if (cancelAnimationFlag) { + if (existingAnimation.state === RUNNING_STATE) { + // this will end the animation right away and it is safe + // to do so since the animation is already running and the + // runner callback code will run in async + existingAnimation.runner.end(); + } else if (existingAnimation.structural) { + // this means that the animation is queued into a digest, but + // hasn't started yet. Therefore it is safe to run the close + // method which will call the runner methods in async. + existingAnimation.close(); + } else { + // this will merge the new animation options into existing animation options + mergeAnimationDetails(element, existingAnimation, newAnimation); + + return existingAnimation.runner; } - var cancelAnimationFlag = isAllowed('cancel', newAnimation, existingAnimation); - if (cancelAnimationFlag) { + } else { + // a joined animation means that this animation will take over the existing one + // so an example would involve a leave animation taking over an enter. Then when + // the postDigest kicks in the enter will be ignored. + var joinAnimationFlag = isAllowed('join', newAnimation, existingAnimation); + if (joinAnimationFlag) { if (existingAnimation.state === RUNNING_STATE) { - // this will end the animation right away and it is safe - // to do so since the animation is already running and the - // runner callback code will run in async - existingAnimation.runner.end(); - } else if (existingAnimation.structural) { - // this means that the animation is queued into a digest, but - // hasn't started yet. Therefore it is safe to run the close - // method which will call the runner methods in async. - existingAnimation.close(); + normalizeAnimationDetails(element, newAnimation); } else { - // this will merge the new animation options into existing animation options - mergeAnimationDetails(element, existingAnimation, newAnimation); + applyGeneratedPreparationClasses(element, isStructural ? event : null, options); - return existingAnimation.runner; - } - } else { - // a joined animation means that this animation will take over the existing one - // so an example would involve a leave animation taking over an enter. Then when - // the postDigest kicks in the enter will be ignored. - var joinAnimationFlag = isAllowed('join', newAnimation, existingAnimation); - if (joinAnimationFlag) { - if (existingAnimation.state === RUNNING_STATE) { - normalizeAnimationDetails(element, newAnimation); - } else { - applyGeneratedPreparationClasses(element, isStructural ? event : null, options); + event = newAnimation.event = existingAnimation.event; + options = mergeAnimationDetails(element, existingAnimation, newAnimation); - event = newAnimation.event = existingAnimation.event; - options = mergeAnimationDetails(element, existingAnimation, newAnimation); - - //we return the same runner since only the option values of this animation will - //be fed into the `existingAnimation`. - return existingAnimation.runner; - } + //we return the same runner since only the option values of this animation will + //be fed into the `existingAnimation`. + return existingAnimation.runner; } } - } else { - // normalization in this case means that it removes redundant CSS classes that - // already exist (addClass) or do not exist (removeClass) on the element - normalizeAnimationDetails(element, newAnimation); } + } else { + // normalization in this case means that it removes redundant CSS classes that + // already exist (addClass) or do not exist (removeClass) on the element + normalizeAnimationDetails(element, newAnimation); + } - // when the options are merged and cleaned up we may end up not having to do - // an animation at all, therefore we should check this before issuing a post - // digest callback. Structural animations will always run no matter what. - var isValidAnimation = newAnimation.structural; - if (!isValidAnimation) { - // animate (from/to) can be quickly checked first, otherwise we check if any classes are present - isValidAnimation = newAnimation.event === 'animate' && Object.keys(newAnimation.options.to || {}).length > 0 || hasAnimationClasses(newAnimation); - } + // when the options are merged and cleaned up we may end up not having to do + // an animation at all, therefore we should check this before issuing a post + // digest callback. Structural animations will always run no matter what. + var isValidAnimation = newAnimation.structural; + if (!isValidAnimation) { + // animate (from/to) can be quickly checked first, otherwise we check if any classes are present + isValidAnimation = (newAnimation.event === 'animate' && Object.keys(newAnimation.options.to || {}).length > 0) + || hasAnimationClasses(newAnimation); + } - if (!isValidAnimation) { - close(); - clearElementAnimationState(node); - return runner; - } + if (!isValidAnimation) { + close(); + clearElementAnimationState(node); + return runner; + } - // the counter keeps track of cancelled animations - var counter = (existingAnimation.counter || 0) + 1; - newAnimation.counter = counter; + // the counter keeps track of cancelled animations + var counter = (existingAnimation.counter || 0) + 1; + newAnimation.counter = counter; + + markElementAnimationState(node, PRE_DIGEST_STATE, newAnimation); + + $rootScope.$$postDigest(function() { + // It is possible that the DOM nodes inside `originalElement` have been replaced. This can + // happen if the animated element is a transcluded clone and also has a `templateUrl` + // directive on it. Therefore, we must recreate `element` in order to interact with the + // actual DOM nodes. + // Note: We still need to use the old `node` for certain things, such as looking up in + // HashMaps where it was used as the key. + + element = stripCommentsFromElement(originalElement); + + var animationDetails = activeAnimationsLookup.get(node); + var animationCancelled = !animationDetails; + animationDetails = animationDetails || {}; + + // if addClass/removeClass is called before something like enter then the + // registered parent element may not be present. The code below will ensure + // that a final value for parent element is obtained + var parentElement = element.parent() || []; + + // animate/structural/class-based animations all have requirements. Otherwise there + // is no point in performing an animation. The parent node must also be set. + var isValidAnimation = parentElement.length > 0 + && (animationDetails.event === 'animate' + || animationDetails.structural + || hasAnimationClasses(animationDetails)); + + // this means that the previous animation was cancelled + // even if the follow-up animation is the same event + if (animationCancelled || animationDetails.counter !== counter || !isValidAnimation) { + // if another animation did not take over then we need + // to make sure that the domOperation and options are + // handled accordingly + if (animationCancelled) { + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + } - markElementAnimationState(node, PRE_DIGEST_STATE, newAnimation); + // if the event changed from something like enter to leave then we do + // it, otherwise if it's the same then the end result will be the same too + if (animationCancelled || (isStructural && animationDetails.event !== event)) { + options.domOperation(); + runner.end(); + } - $rootScope.$$postDigest(function () { - // It is possible that the DOM nodes inside `originalElement` have been replaced. This can - // happen if the animated element is a transcluded clone and also has a `templateUrl` - // directive on it. Therefore, we must recreate `element` in order to interact with the - // actual DOM nodes. - // Note: We still need to use the old `node` for certain things, such as looking up in - // HashMaps where it was used as the key. + // in the event that the element animation was not cancelled or a follow-up animation + // isn't allowed to animate from here then we need to clear the state of the element + // so that any future animations won't read the expired animation data. + if (!isValidAnimation) { + clearElementAnimationState(node); + } - element = stripCommentsFromElement(originalElement); + return; + } - var animationDetails = activeAnimationsLookup.get(node); - var animationCancelled = !animationDetails; - animationDetails = animationDetails || {}; - - // if addClass/removeClass is called before something like enter then the - // registered parent element may not be present. The code below will ensure - // that a final value for parent element is obtained - var parentElement = element.parent() || []; - - // animate/structural/class-based animations all have requirements. Otherwise there - // is no point in performing an animation. The parent node must also be set. - var isValidAnimation = parentElement.length > 0 && (animationDetails.event === 'animate' || animationDetails.structural || hasAnimationClasses(animationDetails)); - - // this means that the previous animation was cancelled - // even if the follow-up animation is the same event - if (animationCancelled || animationDetails.counter !== counter || !isValidAnimation) { - // if another animation did not take over then we need - // to make sure that the domOperation and options are - // handled accordingly - if (animationCancelled) { - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); - } + // this combined multiple class to addClass / removeClass into a setClass event + // so long as a structural event did not take over the animation + event = !animationDetails.structural && hasAnimationClasses(animationDetails, true) + ? 'setClass' + : animationDetails.event; - // if the event changed from something like enter to leave then we do - // it, otherwise if it's the same then the end result will be the same too - if (animationCancelled || isStructural && animationDetails.event !== event) { - options.domOperation(); - runner.end(); - } + markElementAnimationState(node, RUNNING_STATE); + var realRunner = $$animation(element, event, animationDetails.options); - // in the event that the element animation was not cancelled or a follow-up animation - // isn't allowed to animate from here then we need to clear the state of the element - // so that any future animations won't read the expired animation data. - if (!isValidAnimation) { - clearElementAnimationState(node); - } + // this will update the runner's flow-control events based on + // the `realRunner` object. + runner.setHost(realRunner); + notifyProgress(runner, event, 'start', {}); - return; + realRunner.done(function(status) { + close(!status); + var animationDetails = activeAnimationsLookup.get(node); + if (animationDetails && animationDetails.counter === counter) { + clearElementAnimationState(node); } - - // this combined multiple class to addClass / removeClass into a setClass event - // so long as a structural event did not take over the animation - event = !animationDetails.structural && hasAnimationClasses(animationDetails, true) ? 'setClass' : animationDetails.event; - - markElementAnimationState(node, RUNNING_STATE); - var realRunner = $$animation(element, event, animationDetails.options); - - // this will update the runner's flow-control events based on - // the `realRunner` object. - runner.setHost(realRunner); - notifyProgress(runner, event, 'start', {}); - - realRunner.done(function (status) { - close(!status); - var animationDetails = activeAnimationsLookup.get(node); - if (animationDetails && animationDetails.counter === counter) { - clearElementAnimationState(node); - } - notifyProgress(runner, event, 'close', {}); - }); + notifyProgress(runner, event, 'close', {}); }); + }); - return runner; - - function notifyProgress(runner, event, phase, data) { - runInNextPostDigestOrNow(function () { - var callbacks = findCallbacks(parentNode, node, event); - if (callbacks.length) { - // do not optimize this call here to RAF because - // we don't know how heavy the callback code here will - // be and if this code is buffered then this can - // lead to a performance regression. - $$rAF(function () { - forEach(callbacks, function (callback) { - callback(element, phase, data); - }); - cleanupEventListeners(phase, node); + return runner; + + function notifyProgress(runner, event, phase, data) { + runInNextPostDigestOrNow(function() { + var callbacks = findCallbacks(parentNode, node, event); + if (callbacks.length) { + // do not optimize this call here to RAF because + // we don't know how heavy the callback code here will + // be and if this code is buffered then this can + // lead to a performance regression. + $$rAF(function() { + forEach(callbacks, function(callback) { + callback(element, phase, data); }); - } else { cleanupEventListeners(phase, node); - } - }); - runner.progress(event, phase, data); - } + }); + } else { + cleanupEventListeners(phase, node); + } + }); + runner.progress(event, phase, data); + } - function close(reject) { - clearGeneratedClasses(element, options); - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); - options.domOperation(); - runner.complete(!reject); - } + function close(reject) { + clearGeneratedClasses(element, options); + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + options.domOperation(); + runner.complete(!reject); } + } - function closeChildAnimations(node) { - var children = node.querySelectorAll('[' + NG_ANIMATE_ATTR_NAME + ']'); - forEach(children, function (child) { - var state = parseInt(child.getAttribute(NG_ANIMATE_ATTR_NAME), 10); - var animationDetails = activeAnimationsLookup.get(child); - if (animationDetails) { - switch (state) { - case RUNNING_STATE: - animationDetails.runner.end(); + function closeChildAnimations(node) { + var children = node.querySelectorAll('[' + NG_ANIMATE_ATTR_NAME + ']'); + forEach(children, function(child) { + var state = parseInt(child.getAttribute(NG_ANIMATE_ATTR_NAME), 10); + var animationDetails = activeAnimationsLookup.get(child); + if (animationDetails) { + switch (state) { + case RUNNING_STATE: + animationDetails.runner.end(); /* falls through */ - case PRE_DIGEST_STATE: - activeAnimationsLookup.delete(child); - break; - } + case PRE_DIGEST_STATE: + activeAnimationsLookup.delete(child); + break; } - }); - } + } + }); + } - function clearElementAnimationState(node) { - node.removeAttribute(NG_ANIMATE_ATTR_NAME); - activeAnimationsLookup.delete(node); - } + function clearElementAnimationState(node) { + node.removeAttribute(NG_ANIMATE_ATTR_NAME); + activeAnimationsLookup.delete(node); + } - /** - * This fn returns false if any of the following is true: - * a) animations on any parent element are disabled, and animations on the element aren't explicitly allowed - * b) a parent element has an ongoing structural animation, and animateChildren is false - * c) the element is not a child of the body - * d) the element is not a child of the $rootElement - */ - function areAnimationsAllowed(node, parentNode, event) { - var bodyNode = $document[0].body; - var rootNode = getDomNode($rootElement); + /** + * This fn returns false if any of the following is true: + * a) animations on any parent element are disabled, and animations on the element aren't explicitly allowed + * b) a parent element has an ongoing structural animation, and animateChildren is false + * c) the element is not a child of the body + * d) the element is not a child of the $rootElement + */ + function areAnimationsAllowed(node, parentNode, event) { + var bodyNode = $document[0].body; + var rootNode = getDomNode($rootElement); + + var bodyNodeDetected = (node === bodyNode) || node.nodeName === 'HTML'; + var rootNodeDetected = (node === rootNode); + var parentAnimationDetected = false; + var elementDisabled = disabledElementsLookup.get(node); + var animateChildren; - var bodyNodeDetected = node === bodyNode || node.nodeName === 'HTML'; - var rootNodeDetected = node === rootNode; - var parentAnimationDetected = false; - var elementDisabled = disabledElementsLookup.get(node); - var animateChildren; + var parentHost = jqLite.data(node, NG_ANIMATE_PIN_DATA); + if (parentHost) { + parentNode = getDomNode(parentHost); + } - var parentHost = jqLite.data(node, NG_ANIMATE_PIN_DATA); - if (parentHost) { - parentNode = getDomNode(parentHost); + while (parentNode) { + if (!rootNodeDetected) { + // angular doesn't want to attempt to animate elements outside of the application + // therefore we need to ensure that the rootElement is an ancestor of the current element + rootNodeDetected = (parentNode === rootNode); } - while (parentNode) { - if (!rootNodeDetected) { - // angular doesn't want to attempt to animate elements outside of the application - // therefore we need to ensure that the rootElement is an ancestor of the current element - rootNodeDetected = parentNode === rootNode; - } + if (parentNode.nodeType !== ELEMENT_NODE) { + // no point in inspecting the #document element + break; + } - if (parentNode.nodeType !== ELEMENT_NODE) { - // no point in inspecting the #document element - break; - } + var details = activeAnimationsLookup.get(parentNode) || {}; + // either an enter, leave or move animation will commence + // therefore we can't allow any animations to take place + // but if a parent animation is class-based then that's ok + if (!parentAnimationDetected) { + var parentNodeDisabled = disabledElementsLookup.get(parentNode); - var details = activeAnimationsLookup.get(parentNode) || {}; - // either an enter, leave or move animation will commence - // therefore we can't allow any animations to take place - // but if a parent animation is class-based then that's ok - if (!parentAnimationDetected) { - var parentNodeDisabled = disabledElementsLookup.get(parentNode); - - if (parentNodeDisabled === true && elementDisabled !== false) { - // disable animations if the user hasn't explicitly enabled animations on the - // current element - elementDisabled = true; - // element is disabled via parent element, no need to check anything else - break; - } else if (parentNodeDisabled === false) { - elementDisabled = false; - } - parentAnimationDetected = details.structural; + if (parentNodeDisabled === true && elementDisabled !== false) { + // disable animations if the user hasn't explicitly enabled animations on the + // current element + elementDisabled = true; + // element is disabled via parent element, no need to check anything else + break; + } else if (parentNodeDisabled === false) { + elementDisabled = false; } + parentAnimationDetected = details.structural; + } - if (isUndefined(animateChildren) || animateChildren === true) { - var value = jqLite.data(parentNode, NG_ANIMATE_CHILDREN_DATA); - if (isDefined(value)) { - animateChildren = value; - } + if (isUndefined(animateChildren) || animateChildren === true) { + var value = jqLite.data(parentNode, NG_ANIMATE_CHILDREN_DATA); + if (isDefined(value)) { + animateChildren = value; } + } - // there is no need to continue traversing at this point - if (parentAnimationDetected && animateChildren === false) break; + // there is no need to continue traversing at this point + if (parentAnimationDetected && animateChildren === false) break; - if (!bodyNodeDetected) { - // we also need to ensure that the element is or will be a part of the body element - // otherwise it is pointless to even issue an animation to be rendered - bodyNodeDetected = parentNode === bodyNode; - } + if (!bodyNodeDetected) { + // we also need to ensure that the element is or will be a part of the body element + // otherwise it is pointless to even issue an animation to be rendered + bodyNodeDetected = (parentNode === bodyNode); + } - if (bodyNodeDetected && rootNodeDetected) { - // If both body and root have been found, any other checks are pointless, - // as no animation data should live outside the application - break; - } + if (bodyNodeDetected && rootNodeDetected) { + // If both body and root have been found, any other checks are pointless, + // as no animation data should live outside the application + break; + } - if (!rootNodeDetected) { - // If `rootNode` is not detected, check if `parentNode` is pinned to another element - parentHost = jqLite.data(parentNode, NG_ANIMATE_PIN_DATA); - if (parentHost) { - // The pin target element becomes the next parent element - parentNode = getDomNode(parentHost); - continue; - } + if (!rootNodeDetected) { + // If `rootNode` is not detected, check if `parentNode` is pinned to another element + parentHost = jqLite.data(parentNode, NG_ANIMATE_PIN_DATA); + if (parentHost) { + // The pin target element becomes the next parent element + parentNode = getDomNode(parentHost); + continue; } - - parentNode = parentNode.parentNode; } - var allowAnimation = (!parentAnimationDetected || animateChildren) && elementDisabled !== true; - return allowAnimation && rootNodeDetected && bodyNodeDetected; + parentNode = parentNode.parentNode; } - function markElementAnimationState(node, state, details) { - details = details || {}; - details.state = state; + var allowAnimation = (!parentAnimationDetected || animateChildren) && elementDisabled !== true; + return allowAnimation && rootNodeDetected && bodyNodeDetected; + } - node.setAttribute(NG_ANIMATE_ATTR_NAME, state); + function markElementAnimationState(node, state, details) { + details = details || {}; + details.state = state; - var oldValue = activeAnimationsLookup.get(node); - var newValue = oldValue ? extend(oldValue, details) : details; - activeAnimationsLookup.set(node, newValue); - } - }]; + node.setAttribute(NG_ANIMATE_ATTR_NAME, state); + + var oldValue = activeAnimationsLookup.get(node); + var newValue = oldValue + ? extend(oldValue, details) + : details; + activeAnimationsLookup.set(node, newValue); + } }]; +}]; - /* exported $$AnimationProvider */ +/* exported $$AnimationProvider */ - var $$AnimationProvider = ['$animateProvider', /** @this */function ($animateProvider) { - var NG_ANIMATE_REF_ATTR = 'ng-animate-ref'; +var $$AnimationProvider = ['$animateProvider', /** @this */ function($animateProvider) { + var NG_ANIMATE_REF_ATTR = 'ng-animate-ref'; - var drivers = this.drivers = []; + var drivers = this.drivers = []; - var RUNNER_STORAGE_KEY = '$$animationRunner'; + var RUNNER_STORAGE_KEY = '$$animationRunner'; - function setRunner(element, runner) { - element.data(RUNNER_STORAGE_KEY, runner); - } + function setRunner(element, runner) { + element.data(RUNNER_STORAGE_KEY, runner); + } - function removeRunner(element) { - element.removeData(RUNNER_STORAGE_KEY); - } + function removeRunner(element) { + element.removeData(RUNNER_STORAGE_KEY); + } - function getRunner(element) { - return element.data(RUNNER_STORAGE_KEY); - } + function getRunner(element) { + return element.data(RUNNER_STORAGE_KEY); + } - this.$get = ['$$jqLite', '$rootScope', '$injector', '$$AnimateRunner', '$$Map', '$$rAFScheduler', function ($$jqLite, $rootScope, $injector, $$AnimateRunner, $$Map, $$rAFScheduler) { + this.$get = ['$$jqLite', '$rootScope', '$injector', '$$AnimateRunner', '$$Map', '$$rAFScheduler', + function($$jqLite, $rootScope, $injector, $$AnimateRunner, $$Map, $$rAFScheduler) { - var animationQueue = []; - var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); + var animationQueue = []; + var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); - function sortAnimations(animations) { - var tree = { children: [] }; - var i, - lookup = new $$Map(); + function sortAnimations(animations) { + var tree = { children: [] }; + var i, lookup = new $$Map(); - // this is done first beforehand so that the map - // is filled with a list of the elements that will be animated - for (i = 0; i < animations.length; i++) { - var animation = animations[i]; - lookup.set(animation.domNode, animations[i] = { - domNode: animation.domNode, - fn: animation.fn, - children: [] - }); - } + // this is done first beforehand so that the map + // is filled with a list of the elements that will be animated + for (i = 0; i < animations.length; i++) { + var animation = animations[i]; + lookup.set(animation.domNode, animations[i] = { + domNode: animation.domNode, + fn: animation.fn, + children: [] + }); + } - for (i = 0; i < animations.length; i++) { - processNode(animations[i]); - } + for (i = 0; i < animations.length; i++) { + processNode(animations[i]); + } - return flatten(tree); + return flatten(tree); - function processNode(entry) { - if (entry.processed) return entry; - entry.processed = true; + function processNode(entry) { + if (entry.processed) return entry; + entry.processed = true; - var elementNode = entry.domNode; - var parentNode = elementNode.parentNode; - lookup.set(elementNode, entry); + var elementNode = entry.domNode; + var parentNode = elementNode.parentNode; + lookup.set(elementNode, entry); - var parentEntry; - while (parentNode) { - parentEntry = lookup.get(parentNode); - if (parentEntry) { - if (!parentEntry.processed) { - parentEntry = processNode(parentEntry); - } - break; + var parentEntry; + while (parentNode) { + parentEntry = lookup.get(parentNode); + if (parentEntry) { + if (!parentEntry.processed) { + parentEntry = processNode(parentEntry); } - parentNode = parentNode.parentNode; + break; } - - (parentEntry || tree).children.push(entry); - return entry; + parentNode = parentNode.parentNode; } - function flatten(tree) { - var result = []; - var queue = []; - var i; - - for (i = 0; i < tree.children.length; i++) { - queue.push(tree.children[i]); - } - - var remainingLevelEntries = queue.length; - var nextLevelEntries = 0; - var row = []; - - for (i = 0; i < queue.length; i++) { - var entry = queue[i]; - if (remainingLevelEntries <= 0) { - remainingLevelEntries = nextLevelEntries; - nextLevelEntries = 0; - result.push(row); - row = []; - } - row.push(entry.fn); - entry.children.forEach(function (childEntry) { - nextLevelEntries++; - queue.push(childEntry); - }); - remainingLevelEntries--; - } + (parentEntry || tree).children.push(entry); + return entry; + } - if (row.length) { - result.push(row); - } + function flatten(tree) { + var result = []; + var queue = []; + var i; - return result; + for (i = 0; i < tree.children.length; i++) { + queue.push(tree.children[i]); } - } - // TODO(matsko): document the signature in a better way - return function (element, event, options) { - options = prepareAnimationOptions(options); - var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; + var remainingLevelEntries = queue.length; + var nextLevelEntries = 0; + var row = []; - // there is no animation at the current moment, however - // these runner methods will get later updated with the - // methods leading into the driver's end/cancel methods - // for now they just stop the animation from starting - var runner = new $$AnimateRunner({ - end: function end() { - close(); - }, - cancel: function cancel() { - close(true); + for (i = 0; i < queue.length; i++) { + var entry = queue[i]; + if (remainingLevelEntries <= 0) { + remainingLevelEntries = nextLevelEntries; + nextLevelEntries = 0; + result.push(row); + row = []; } - }); + row.push(entry.fn); + entry.children.forEach(function(childEntry) { + nextLevelEntries++; + queue.push(childEntry); + }); + remainingLevelEntries--; + } - if (!drivers.length) { - close(); - return runner; + if (row.length) { + result.push(row); } - setRunner(element, runner); + return result; + } + } - var classes = mergeClasses(element.attr('class'), mergeClasses(options.addClass, options.removeClass)); - var tempClasses = options.tempClasses; - if (tempClasses) { - classes += ' ' + tempClasses; - options.tempClasses = null; - } - - var prepareClassName; - if (isStructural) { - prepareClassName = 'ng-' + event + PREPARE_CLASS_SUFFIX; - $$jqLite.addClass(element, prepareClassName); - } - - animationQueue.push({ - // this data is used by the postDigest code and passed into - // the driver step function - element: element, - classes: classes, - event: event, - structural: isStructural, - options: options, - beforeStart: beforeStart, - close: close - }); + // TODO(matsko): document the signature in a better way + return function(element, event, options) { + options = prepareAnimationOptions(options); + var isStructural = ['enter', 'move', 'leave'].indexOf(event) >= 0; - element.on('$destroy', handleDestroyedElement); - - // we only want there to be one function called within the post digest - // block. This way we can group animations for all the animations that - // were apart of the same postDigest flush call. - if (animationQueue.length > 1) return runner; - - $rootScope.$$postDigest(function () { - var animations = []; - forEach(animationQueue, function (entry) { - // the element was destroyed early on which removed the runner - // form its storage. This means we can't animate this element - // at all and it already has been closed due to destruction. - if (getRunner(entry.element)) { - animations.push(entry); - } else { - entry.close(); - } - }); + // there is no animation at the current moment, however + // these runner methods will get later updated with the + // methods leading into the driver's end/cancel methods + // for now they just stop the animation from starting + var runner = new $$AnimateRunner({ + end: function() { close(); }, + cancel: function() { close(true); } + }); - // now any future animations will be in another postDigest - animationQueue.length = 0; + if (!drivers.length) { + close(); + return runner; + } - var groupedAnimations = groupAnimations(animations); - var toBeSortedAnimations = []; + setRunner(element, runner); - forEach(groupedAnimations, function (animationEntry) { - toBeSortedAnimations.push({ - domNode: getDomNode(animationEntry.from ? animationEntry.from.element : animationEntry.element), - fn: function triggerAnimationStart() { - // it's important that we apply the `ng-animate` CSS class and the - // temporary classes before we do any driver invoking since these - // CSS classes may be required for proper CSS detection. - animationEntry.beforeStart(); + var classes = mergeClasses(element.attr('class'), mergeClasses(options.addClass, options.removeClass)); + var tempClasses = options.tempClasses; + if (tempClasses) { + classes += ' ' + tempClasses; + options.tempClasses = null; + } - var startAnimationFn, - closeFn = animationEntry.close; + var prepareClassName; + if (isStructural) { + prepareClassName = 'ng-' + event + PREPARE_CLASS_SUFFIX; + $$jqLite.addClass(element, prepareClassName); + } - // in the event that the element was removed before the digest runs or - // during the RAF sequencing then we should not trigger the animation. - var targetElement = animationEntry.anchors ? animationEntry.from.element || animationEntry.to.element : animationEntry.element; + animationQueue.push({ + // this data is used by the postDigest code and passed into + // the driver step function + element: element, + classes: classes, + event: event, + structural: isStructural, + options: options, + beforeStart: beforeStart, + close: close + }); - if (getRunner(targetElement)) { - var operation = invokeFirstDriver(animationEntry); - if (operation) { - startAnimationFn = operation.start; - } - } + element.on('$destroy', handleDestroyedElement); + + // we only want there to be one function called within the post digest + // block. This way we can group animations for all the animations that + // were apart of the same postDigest flush call. + if (animationQueue.length > 1) return runner; + + $rootScope.$$postDigest(function() { + var animations = []; + forEach(animationQueue, function(entry) { + // the element was destroyed early on which removed the runner + // form its storage. This means we can't animate this element + // at all and it already has been closed due to destruction. + if (getRunner(entry.element)) { + animations.push(entry); + } else { + entry.close(); + } + }); - if (!startAnimationFn) { - closeFn(); - } else { - var animationRunner = startAnimationFn(); - animationRunner.done(function (status) { - closeFn(!status); - }); - updateAnimationRunners(animationEntry, animationRunner); + // now any future animations will be in another postDigest + animationQueue.length = 0; + + var groupedAnimations = groupAnimations(animations); + var toBeSortedAnimations = []; + + forEach(groupedAnimations, function(animationEntry) { + toBeSortedAnimations.push({ + domNode: getDomNode(animationEntry.from ? animationEntry.from.element : animationEntry.element), + fn: function triggerAnimationStart() { + // it's important that we apply the `ng-animate` CSS class and the + // temporary classes before we do any driver invoking since these + // CSS classes may be required for proper CSS detection. + animationEntry.beforeStart(); + + var startAnimationFn, closeFn = animationEntry.close; + + // in the event that the element was removed before the digest runs or + // during the RAF sequencing then we should not trigger the animation. + var targetElement = animationEntry.anchors + ? (animationEntry.from.element || animationEntry.to.element) + : animationEntry.element; + + if (getRunner(targetElement)) { + var operation = invokeFirstDriver(animationEntry); + if (operation) { + startAnimationFn = operation.start; } } - }); - }); - - // we need to sort each of the animations in order of parent to child - // relationships. This ensures that the child classes are applied at the - // right time. - $$rAFScheduler(sortAnimations(toBeSortedAnimations)); - }); - - return runner; - // TODO(matsko): change to reference nodes - function getAnchorNodes(node) { - var SELECTOR = '[' + NG_ANIMATE_REF_ATTR + ']'; - var items = node.hasAttribute(NG_ANIMATE_REF_ATTR) ? [node] : node.querySelectorAll(SELECTOR); - var anchors = []; - forEach(items, function (node) { - var attr = node.getAttribute(NG_ANIMATE_REF_ATTR); - if (attr && attr.length) { - anchors.push(node); + if (!startAnimationFn) { + closeFn(); + } else { + var animationRunner = startAnimationFn(); + animationRunner.done(function(status) { + closeFn(!status); + }); + updateAnimationRunners(animationEntry, animationRunner); + } } }); - return anchors; - } + }); - function groupAnimations(animations) { - var preparedAnimations = []; - var refLookup = {}; - forEach(animations, function (animation, index) { - var element = animation.element; - var node = getDomNode(element); - var event = animation.event; - var enterOrMove = ['enter', 'move'].indexOf(event) >= 0; - var anchorNodes = animation.structural ? getAnchorNodes(node) : []; - - if (anchorNodes.length) { - var direction = enterOrMove ? 'to' : 'from'; - - forEach(anchorNodes, function (anchor) { - var key = anchor.getAttribute(NG_ANIMATE_REF_ATTR); - refLookup[key] = refLookup[key] || {}; - refLookup[key][direction] = { - animationID: index, - element: jqLite(anchor) - }; - }); - } else { - preparedAnimations.push(animation); - } - }); + // we need to sort each of the animations in order of parent to child + // relationships. This ensures that the child classes are applied at the + // right time. + $$rAFScheduler(sortAnimations(toBeSortedAnimations)); + }); - var usedIndicesLookup = {}; - var anchorGroups = {}; - forEach(refLookup, function (operations, key) { - var from = operations.from; - var to = operations.to; - - if (!from || !to) { - // only one of these is set therefore we can't have an - // anchor animation since all three pieces are required - var index = from ? from.animationID : to.animationID; - var indexKey = index.toString(); - if (!usedIndicesLookup[indexKey]) { - usedIndicesLookup[indexKey] = true; - preparedAnimations.push(animations[index]); - } - return; + return runner; + + // TODO(matsko): change to reference nodes + function getAnchorNodes(node) { + var SELECTOR = '[' + NG_ANIMATE_REF_ATTR + ']'; + var items = node.hasAttribute(NG_ANIMATE_REF_ATTR) + ? [node] + : node.querySelectorAll(SELECTOR); + var anchors = []; + forEach(items, function(node) { + var attr = node.getAttribute(NG_ANIMATE_REF_ATTR); + if (attr && attr.length) { + anchors.push(node); + } + }); + return anchors; + } + + function groupAnimations(animations) { + var preparedAnimations = []; + var refLookup = {}; + forEach(animations, function(animation, index) { + var element = animation.element; + var node = getDomNode(element); + var event = animation.event; + var enterOrMove = ['enter', 'move'].indexOf(event) >= 0; + var anchorNodes = animation.structural ? getAnchorNodes(node) : []; + + if (anchorNodes.length) { + var direction = enterOrMove ? 'to' : 'from'; + + forEach(anchorNodes, function(anchor) { + var key = anchor.getAttribute(NG_ANIMATE_REF_ATTR); + refLookup[key] = refLookup[key] || {}; + refLookup[key][direction] = { + animationID: index, + element: jqLite(anchor) + }; + }); + } else { + preparedAnimations.push(animation); + } + }); + + var usedIndicesLookup = {}; + var anchorGroups = {}; + forEach(refLookup, function(operations, key) { + var from = operations.from; + var to = operations.to; + + if (!from || !to) { + // only one of these is set therefore we can't have an + // anchor animation since all three pieces are required + var index = from ? from.animationID : to.animationID; + var indexKey = index.toString(); + if (!usedIndicesLookup[indexKey]) { + usedIndicesLookup[indexKey] = true; + preparedAnimations.push(animations[index]); } + return; + } - var fromAnimation = animations[from.animationID]; - var toAnimation = animations[to.animationID]; - var lookupKey = from.animationID.toString(); - if (!anchorGroups[lookupKey]) { - var group = anchorGroups[lookupKey] = { - structural: true, - beforeStart: function beforeStart() { - fromAnimation.beforeStart(); - toAnimation.beforeStart(); - }, - close: function close() { - fromAnimation.close(); - toAnimation.close(); - }, - classes: cssClassesIntersection(fromAnimation.classes, toAnimation.classes), - from: fromAnimation, - to: toAnimation, - anchors: [] // TODO(matsko): change to reference nodes - }; + var fromAnimation = animations[from.animationID]; + var toAnimation = animations[to.animationID]; + var lookupKey = from.animationID.toString(); + if (!anchorGroups[lookupKey]) { + var group = anchorGroups[lookupKey] = { + structural: true, + beforeStart: function() { + fromAnimation.beforeStart(); + toAnimation.beforeStart(); + }, + close: function() { + fromAnimation.close(); + toAnimation.close(); + }, + classes: cssClassesIntersection(fromAnimation.classes, toAnimation.classes), + from: fromAnimation, + to: toAnimation, + anchors: [] // TODO(matsko): change to reference nodes + }; - // the anchor animations require that the from and to elements both have at least - // one shared CSS class which effectively marries the two elements together to use - // the same animation driver and to properly sequence the anchor animation. - if (group.classes.length) { - preparedAnimations.push(group); - } else { - preparedAnimations.push(fromAnimation); - preparedAnimations.push(toAnimation); - } + // the anchor animations require that the from and to elements both have at least + // one shared CSS class which effectively marries the two elements together to use + // the same animation driver and to properly sequence the anchor animation. + if (group.classes.length) { + preparedAnimations.push(group); + } else { + preparedAnimations.push(fromAnimation); + preparedAnimations.push(toAnimation); } + } - anchorGroups[lookupKey].anchors.push({ - 'out': from.element, 'in': to.element - }); + anchorGroups[lookupKey].anchors.push({ + 'out': from.element, 'in': to.element }); + }); - return preparedAnimations; - } + return preparedAnimations; + } - function cssClassesIntersection(a, b) { - a = a.split(' '); - b = b.split(' '); - var matches = []; + function cssClassesIntersection(a,b) { + a = a.split(' '); + b = b.split(' '); + var matches = []; - for (var i = 0; i < a.length; i++) { - var aa = a[i]; - if (aa.substring(0, 3) === 'ng-') continue; + for (var i = 0; i < a.length; i++) { + var aa = a[i]; + if (aa.substring(0,3) === 'ng-') continue; - for (var j = 0; j < b.length; j++) { - if (aa === b[j]) { - matches.push(aa); - break; - } + for (var j = 0; j < b.length; j++) { + if (aa === b[j]) { + matches.push(aa); + break; } } - - return matches.join(' '); } - function invokeFirstDriver(animationDetails) { - // we loop in reverse order since the more general drivers (like CSS and JS) - // may attempt more elements, but custom drivers are more particular - for (var i = drivers.length - 1; i >= 0; i--) { - var driverName = drivers[i]; - var factory = $injector.get(driverName); - var driver = factory(animationDetails); - if (driver) { - return driver; - } - } - } + return matches.join(' '); + } - function beforeStart() { - element.addClass(NG_ANIMATE_CLASSNAME); - if (tempClasses) { - $$jqLite.addClass(element, tempClasses); - } - if (prepareClassName) { - $$jqLite.removeClass(element, prepareClassName); - prepareClassName = null; + function invokeFirstDriver(animationDetails) { + // we loop in reverse order since the more general drivers (like CSS and JS) + // may attempt more elements, but custom drivers are more particular + for (var i = drivers.length - 1; i >= 0; i--) { + var driverName = drivers[i]; + var factory = $injector.get(driverName); + var driver = factory(animationDetails); + if (driver) { + return driver; } } + } - function updateAnimationRunners(animation, newRunner) { - if (animation.from && animation.to) { - update(animation.from.element); - update(animation.to.element); - } else { - update(animation.element); - } + function beforeStart() { + element.addClass(NG_ANIMATE_CLASSNAME); + if (tempClasses) { + $$jqLite.addClass(element, tempClasses); + } + if (prepareClassName) { + $$jqLite.removeClass(element, prepareClassName); + prepareClassName = null; + } + } - function update(element) { - var runner = getRunner(element); - if (runner) runner.setHost(newRunner); - } + function updateAnimationRunners(animation, newRunner) { + if (animation.from && animation.to) { + update(animation.from.element); + update(animation.to.element); + } else { + update(animation.element); } - function handleDestroyedElement() { + function update(element) { var runner = getRunner(element); - if (runner && (event !== 'leave' || !options.$$domOperationFired)) { - runner.end(); - } + if (runner) runner.setHost(newRunner); } + } - function close(rejected) { - element.off('$destroy', handleDestroyedElement); - removeRunner(element); + function handleDestroyedElement() { + var runner = getRunner(element); + if (runner && (event !== 'leave' || !options.$$domOperationFired)) { + runner.end(); + } + } - applyAnimationClasses(element, options); - applyAnimationStyles(element, options); - options.domOperation(); + function close(rejected) { + element.off('$destroy', handleDestroyedElement); + removeRunner(element); - if (tempClasses) { - $$jqLite.removeClass(element, tempClasses); - } + applyAnimationClasses(element, options); + applyAnimationStyles(element, options); + options.domOperation(); - element.removeClass(NG_ANIMATE_CLASSNAME); - runner.complete(!rejected); + if (tempClasses) { + $$jqLite.removeClass(element, tempClasses); } - }; - }]; + + element.removeClass(NG_ANIMATE_CLASSNAME); + runner.complete(!rejected); + } + }; }]; +}]; - /** - * @ngdoc directive - * @name ngAnimateSwap - * @restrict A - * @scope - * - * @description - * - * ngAnimateSwap is a animation-oriented directive that allows for the container to - * be removed and entered in whenever the associated expression changes. A - * common usecase for this directive is a rotating banner or slider component which - * contains one image being present at a time. When the active image changes - * then the old image will perform a `leave` animation and the new element - * will be inserted via an `enter` animation. - * - * @animations - * | Animation | Occurs | - * |----------------------------------|--------------------------------------| - * | {@link ng.$animate#enter enter} | when the new element is inserted to the DOM | - * | {@link ng.$animate#leave leave} | when the old element is removed from the DOM | - * - * @example - * - * - *
    - *
    - * {{ number }} - *
    - *
    - *
    - * - * angular.module('ngAnimateSwapExample', ['ngAnimate']) - * .controller('AppCtrl', ['$scope', '$interval', function($scope, $interval) { - * $scope.number = 0; - * $interval(function() { - * $scope.number++; - * }, 1000); - * - * var colors = ['red','blue','green','yellow','orange']; - * $scope.colorClass = function(number) { - * return colors[number % colors.length]; - * }; - * }]); - * - * - * .container { - * height:250px; - * width:250px; - * position:relative; - * overflow:hidden; - * border:2px solid black; - * } - * .container .cell { - * font-size:150px; - * text-align:center; - * line-height:250px; - * position:absolute; - * top:0; - * left:0; - * right:0; - * border-bottom:2px solid black; - * } - * .swap-animation.ng-enter, .swap-animation.ng-leave { - * transition:0.5s linear all; - * } - * .swap-animation.ng-enter { - * top:-250px; - * } - * .swap-animation.ng-enter-active { - * top:0px; - * } - * .swap-animation.ng-leave { - * top:0px; - * } - * .swap-animation.ng-leave-active { - * top:250px; - * } - * .red { background:red; } - * .green { background:green; } - * .blue { background:blue; } - * .yellow { background:yellow; } - * .orange { background:orange; } - * - *
    - */ - var ngAnimateSwapDirective = ['$animate', '$rootScope', function ($animate, $rootScope) { - return { - restrict: 'A', - transclude: 'element', - terminal: true, - priority: 600, // we use 600 here to ensure that the directive is caught before others - link: function link(scope, $element, attrs, ctrl, $transclude) { - var previousElement, previousScope; - scope.$watchCollection(attrs.ngAnimateSwap || attrs['for'], function (value) { - if (previousElement) { - $animate.leave(previousElement); - } - if (previousScope) { - previousScope.$destroy(); - previousScope = null; - } - if (value || value === 0) { - previousScope = scope.$new(); - $transclude(previousScope, function (element) { - previousElement = element; - $animate.enter(element, null, $element); - }); - } - }); +/** + * @ngdoc directive + * @name ngAnimateSwap + * @restrict A + * @scope + * + * @description + * + * ngAnimateSwap is a animation-oriented directive that allows for the container to + * be removed and entered in whenever the associated expression changes. A + * common usecase for this directive is a rotating banner or slider component which + * contains one image being present at a time. When the active image changes + * then the old image will perform a `leave` animation and the new element + * will be inserted via an `enter` animation. + * + * @animations + * | Animation | Occurs | + * |----------------------------------|--------------------------------------| + * | {@link ng.$animate#enter enter} | when the new element is inserted to the DOM | + * | {@link ng.$animate#leave leave} | when the old element is removed from the DOM | + * + * @example + * + * + *
    + *
    + * {{ number }} + *
    + *
    + *
    + * + * angular.module('ngAnimateSwapExample', ['ngAnimate']) + * .controller('AppCtrl', ['$scope', '$interval', function($scope, $interval) { + * $scope.number = 0; + * $interval(function() { + * $scope.number++; + * }, 1000); + * + * var colors = ['red','blue','green','yellow','orange']; + * $scope.colorClass = function(number) { + * return colors[number % colors.length]; + * }; + * }]); + * + * + * .container { + * height:250px; + * width:250px; + * position:relative; + * overflow:hidden; + * border:2px solid black; + * } + * .container .cell { + * font-size:150px; + * text-align:center; + * line-height:250px; + * position:absolute; + * top:0; + * left:0; + * right:0; + * border-bottom:2px solid black; + * } + * .swap-animation.ng-enter, .swap-animation.ng-leave { + * transition:0.5s linear all; + * } + * .swap-animation.ng-enter { + * top:-250px; + * } + * .swap-animation.ng-enter-active { + * top:0px; + * } + * .swap-animation.ng-leave { + * top:0px; + * } + * .swap-animation.ng-leave-active { + * top:250px; + * } + * .red { background:red; } + * .green { background:green; } + * .blue { background:blue; } + * .yellow { background:yellow; } + * .orange { background:orange; } + * + *
    + */ +var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $rootScope) { + return { + restrict: 'A', + transclude: 'element', + terminal: true, + priority: 600, // we use 600 here to ensure that the directive is caught before others + link: function(scope, $element, attrs, ctrl, $transclude) { + var previousElement, previousScope; + scope.$watchCollection(attrs.ngAnimateSwap || attrs['for'], function(value) { + if (previousElement) { + $animate.leave(previousElement); + } + if (previousScope) { + previousScope.$destroy(); + previousScope = null; + } + if (value || value === 0) { + previousScope = scope.$new(); + $transclude(previousScope, function(element) { + previousElement = element; + $animate.enter(element, null, $element); + }); + } + }); + } + }; +}]; + +/** + * @ngdoc module + * @name ngAnimate + * @description + * + * The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via + * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an Angular app. + * + * ## Usage + * Simply put, there are two ways to make use of animations when ngAnimate is used: by using **CSS** and **JavaScript**. The former works purely based + * using CSS (by using matching CSS selectors/styles) and the latter triggers animations that are registered via `module.animation()`. For + * both CSS and JS animations the sole requirement is to have a matching `CSS class` that exists both in the registered animation and within + * the HTML element that the animation will be triggered on. + * + * ## Directive Support + * The following directives are "animation aware": + * + * | Directive | Supported Animations | + * |----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| + * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave and move | + * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | + * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | + * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | + * | {@link ng.directive:ngIf#animations ngIf} | enter and leave | + * | {@link ng.directive:ngClass#animations ngClass} | add and remove (the CSS class(es) present) | + * | {@link ng.directive:ngShow#animations ngShow} & {@link ng.directive:ngHide#animations ngHide} | add and remove (the ng-hide class value) | + * | {@link ng.directive:form#animations form} & {@link ng.directive:ngModel#animations ngModel} | add and remove (dirty, pristine, valid, invalid & all other validations) | + * | {@link module:ngMessages#animations ngMessages} | add and remove (ng-active & ng-inactive) | + * | {@link module:ngMessages#animations ngMessage} | enter and leave | + * + * (More information can be found by visiting each the documentation associated with each directive.) + * + * ## CSS-based Animations + * + * CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML + * and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation. + * + * The example below shows how an `enter` animation can be made possible on an element using `ng-if`: + * + * ```html + *
    + * Fade me in out + *
    + * + * + * ``` + * + * Notice the CSS class **fade**? We can now create the CSS transition code that references this class: + * + * ```css + * /* The starting CSS styles for the enter animation */ + * .fade.ng-enter { + * transition:0.5s linear all; + * opacity:0; + * } + * + * /* The finishing CSS styles for the enter animation */ + * .fade.ng-enter.ng-enter-active { + * opacity:1; + * } + * ``` + * + * The key thing to remember here is that, depending on the animation event (which each of the directives above trigger depending on what's going on) two + * generated CSS classes will be applied to the element; in the example above we have `.ng-enter` and `.ng-enter-active`. For CSS transitions, the transition + * code **must** be defined within the starting CSS class (in this case `.ng-enter`). The destination class is what the transition will animate towards. + * + * If for example we wanted to create animations for `leave` and `move` (ngRepeat triggers move) then we can do so using the same CSS naming conventions: + * + * ```css + * /* now the element will fade out before it is removed from the DOM */ + * .fade.ng-leave { + * transition:0.5s linear all; + * opacity:1; + * } + * .fade.ng-leave.ng-leave-active { + * opacity:0; + * } + * ``` + * + * We can also make use of **CSS Keyframes** by referencing the keyframe animation within the starting CSS class: + * + * ```css + * /* there is no need to define anything inside of the destination + * CSS class since the keyframe will take charge of the animation */ + * .fade.ng-leave { + * animation: my_fade_animation 0.5s linear; + * -webkit-animation: my_fade_animation 0.5s linear; + * } + * + * @keyframes my_fade_animation { + * from { opacity:1; } + * to { opacity:0; } + * } + * + * @-webkit-keyframes my_fade_animation { + * from { opacity:1; } + * to { opacity:0; } + * } + * ``` + * + * Feel free also mix transitions and keyframes together as well as any other CSS classes on the same element. + * + * ### CSS Class-based Animations + * + * Class-based animations (animations that are triggered via `ngClass`, `ngShow`, `ngHide` and some other directives) have a slightly different + * naming convention. Class-based animations are basic enough that a standard transition or keyframe can be referenced on the class being added + * and removed. + * + * For example if we wanted to do a CSS animation for `ngHide` then we place an animation on the `.ng-hide` CSS class: + * + * ```html + *
    + * Show and hide me + *
    + * + * + * + * ``` + * + * All that is going on here with ngShow/ngHide behind the scenes is the `.ng-hide` class is added/removed (when the hidden state is valid). Since + * ngShow and ngHide are animation aware then we can match up a transition and ngAnimate handles the rest. + * + * In addition the addition and removal of the CSS class, ngAnimate also provides two helper methods that we can use to further decorate the animation + * with CSS styles. + * + * ```html + *
    + * Highlight this box + *
    + * + * + * + * ``` + * + * We can also make use of CSS keyframes by placing them within the CSS classes. + * + * + * ### CSS Staggering Animations + * A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a + * curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be + * performed by creating a **ng-EVENT-stagger** CSS class and attaching that class to the base CSS class used for + * the animation. The style property expected within the stagger class can either be a **transition-delay** or an + * **animation-delay** property (or both if your animation contains both transitions and keyframe animations). + * + * ```css + * .my-animation.ng-enter { + * /* standard transition code */ + * transition: 1s linear all; + * opacity:0; + * } + * .my-animation.ng-enter-stagger { + * /* this will have a 100ms delay between each successive leave animation */ + * transition-delay: 0.1s; + * + * /* As of 1.4.4, this must always be set: it signals ngAnimate + * to not accidentally inherit a delay property from another CSS class */ + * transition-duration: 0s; + * + * /* if you are using animations instead of transitions you should configure as follows: + * animation-delay: 0.1s; + * animation-duration: 0s; */ + * } + * .my-animation.ng-enter.ng-enter-active { + * /* standard transition styles */ + * opacity:1; + * } + * ``` + * + * Staggering animations work by default in ngRepeat (so long as the CSS class is defined). Outside of ngRepeat, to use staggering animations + * on your own, they can be triggered by firing multiple calls to the same event on $animate. However, the restrictions surrounding this + * are that each of the elements must have the same CSS className value as well as the same parent element. A stagger operation + * will also be reset if one or more animation frames have passed since the multiple calls to `$animate` were fired. + * + * The following code will issue the **ng-leave-stagger** event on the element provided: + * + * ```js + * var kids = parent.children(); + * + * $animate.leave(kids[0]); //stagger index=0 + * $animate.leave(kids[1]); //stagger index=1 + * $animate.leave(kids[2]); //stagger index=2 + * $animate.leave(kids[3]); //stagger index=3 + * $animate.leave(kids[4]); //stagger index=4 + * + * window.requestAnimationFrame(function() { + * //stagger has reset itself + * $animate.leave(kids[5]); //stagger index=0 + * $animate.leave(kids[6]); //stagger index=1 + * + * $scope.$digest(); + * }); + * ``` + * + * Stagger animations are currently only supported within CSS-defined animations. + * + * ### The `ng-animate` CSS class + * + * When ngAnimate is animating an element it will apply the `ng-animate` CSS class to the element for the duration of the animation. + * This is a temporary CSS class and it will be removed once the animation is over (for both JavaScript and CSS-based animations). + * + * Therefore, animations can be applied to an element using this temporary class directly via CSS. + * + * ```css + * .zipper.ng-animate { + * transition:0.5s linear all; + * } + * .zipper.ng-enter { + * opacity:0; + * } + * .zipper.ng-enter.ng-enter-active { + * opacity:1; + * } + * .zipper.ng-leave { + * opacity:1; + * } + * .zipper.ng-leave.ng-leave-active { + * opacity:0; + * } + * ``` + * + * (Note that the `ng-animate` CSS class is reserved and it cannot be applied on an element directly since ngAnimate will always remove + * the CSS class once an animation has completed.) + * + * + * ### The `ng-[event]-prepare` class + * + * This is a special class that can be used to prevent unwanted flickering / flash of content before + * the actual animation starts. The class is added as soon as an animation is initialized, but removed + * before the actual animation starts (after waiting for a $digest). + * It is also only added for *structural* animations (`enter`, `move`, and `leave`). + * + * In practice, flickering can appear when nesting elements with structural animations such as `ngIf` + * into elements that have class-based animations such as `ngClass`. + * + * ```html + *
    + *
    + *
    + *
    + *
    + * ``` + * + * It is possible that during the `enter` animation, the `.message` div will be briefly visible before it starts animating. + * In that case, you can add styles to the CSS that make sure the element stays hidden before the animation starts: + * + * ```css + * .message.ng-enter-prepare { + * opacity: 0; + * } + * + * ``` + * + * ## JavaScript-based Animations + * + * ngAnimate also allows for animations to be consumed by JavaScript code. The approach is similar to CSS-based animations (where there is a shared + * CSS class that is referenced in our HTML code) but in addition we need to register the JavaScript animation on the module. By making use of the + * `module.animation()` module function we can register the animation. + * + * Let's see an example of a enter/leave animation using `ngRepeat`: + * + * ```html + *
    + * {{ item }} + *
    + * ``` + * + * See the **slide** CSS class? Let's use that class to define an animation that we'll structure in our module code by using `module.animation`: + * + * ```js + * myModule.animation('.slide', [function() { + * return { + * // make note that other events (like addClass/removeClass) + * // have different function input parameters + * enter: function(element, doneFn) { + * jQuery(element).fadeIn(1000, doneFn); + * + * // remember to call doneFn so that angular + * // knows that the animation has concluded + * }, + * + * move: function(element, doneFn) { + * jQuery(element).fadeIn(1000, doneFn); + * }, + * + * leave: function(element, doneFn) { + * jQuery(element).fadeOut(1000, doneFn); + * } + * } + * }]); + * ``` + * + * The nice thing about JS-based animations is that we can inject other services and make use of advanced animation libraries such as + * greensock.js and velocity.js. + * + * If our animation code class-based (meaning that something like `ngClass`, `ngHide` and `ngShow` triggers it) then we can still define + * our animations inside of the same registered animation, however, the function input arguments are a bit different: + * + * ```html + *
    + * this box is moody + *
    + * + * + * + * ``` + * + * ```js + * myModule.animation('.colorful', [function() { + * return { + * addClass: function(element, className, doneFn) { + * // do some cool animation and call the doneFn + * }, + * removeClass: function(element, className, doneFn) { + * // do some cool animation and call the doneFn + * }, + * setClass: function(element, addedClass, removedClass, doneFn) { + * // do some cool animation and call the doneFn + * } + * } + * }]); + * ``` + * + * ## CSS + JS Animations Together + * + * AngularJS 1.4 and higher has taken steps to make the amalgamation of CSS and JS animations more flexible. However, unlike earlier versions of Angular, + * defining CSS and JS animations to work off of the same CSS class will not work anymore. Therefore the example below will only result in **JS animations taking + * charge of the animation**: + * + * ```html + *
    + * Slide in and out + *
    + * ``` + * + * ```js + * myModule.animation('.slide', [function() { + * return { + * enter: function(element, doneFn) { + * jQuery(element).slideIn(1000, doneFn); + * } + * } + * }]); + * ``` + * + * ```css + * .slide.ng-enter { + * transition:0.5s linear all; + * transform:translateY(-100px); + * } + * .slide.ng-enter.ng-enter-active { + * transform:translateY(0); + * } + * ``` + * + * Does this mean that CSS and JS animations cannot be used together? Do JS-based animations always have higher priority? We can make up for the + * lack of CSS animations by using the `$animateCss` service to trigger our own tweaked-out, CSS-based animations directly from + * our own JS-based animation code: + * + * ```js + * myModule.animation('.slide', ['$animateCss', function($animateCss) { + * return { + * enter: function(element) { +* // this will trigger `.slide.ng-enter` and `.slide.ng-enter-active`. + * return $animateCss(element, { + * event: 'enter', + * structural: true + * }); + * } + * } + * }]); + * ``` + * + * The nice thing here is that we can save bandwidth by sticking to our CSS-based animation code and we don't need to rely on a 3rd-party animation framework. + * + * The `$animateCss` service is very powerful since we can feed in all kinds of extra properties that will be evaluated and fed into a CSS transition or + * keyframe animation. For example if we wanted to animate the height of an element while adding and removing classes then we can do so by providing that + * data into `$animateCss` directly: + * + * ```js + * myModule.animation('.slide', ['$animateCss', function($animateCss) { + * return { + * enter: function(element) { + * return $animateCss(element, { + * event: 'enter', + * structural: true, + * addClass: 'maroon-setting', + * from: { height:0 }, + * to: { height: 200 } + * }); + * } + * } + * }]); + * ``` + * + * Now we can fill in the rest via our transition CSS code: + * + * ```css + * /* the transition tells ngAnimate to make the animation happen */ + * .slide.ng-enter { transition:0.5s linear all; } + * + * /* this extra CSS class will be absorbed into the transition + * since the $animateCss code is adding the class */ + * .maroon-setting { background:red; } + * ``` + * + * And `$animateCss` will figure out the rest. Just make sure to have the `done()` callback fire the `doneFn` function to signal when the animation is over. + * + * To learn more about what's possible be sure to visit the {@link ngAnimate.$animateCss $animateCss service}. + * + * ## Animation Anchoring (via `ng-animate-ref`) + * + * ngAnimate in AngularJS 1.4 comes packed with the ability to cross-animate elements between + * structural areas of an application (like views) by pairing up elements using an attribute + * called `ng-animate-ref`. + * + * Let's say for example we have two views that are managed by `ng-view` and we want to show + * that there is a relationship between two components situated in within these views. By using the + * `ng-animate-ref` attribute we can identify that the two components are paired together and we + * can then attach an animation, which is triggered when the view changes. + * + * Say for example we have the following template code: + * + * ```html + * + *
    + *
    + * + * + * + * + * + * + * + * + * ``` + * + * Now, when the view changes (once the link is clicked), ngAnimate will examine the + * HTML contents to see if there is a match reference between any components in the view + * that is leaving and the view that is entering. It will scan both the view which is being + * removed (leave) and inserted (enter) to see if there are any paired DOM elements that + * contain a matching ref value. + * + * The two images match since they share the same ref value. ngAnimate will now create a + * transport element (which is a clone of the first image element) and it will then attempt + * to animate to the position of the second image element in the next view. For the animation to + * work a special CSS class called `ng-anchor` will be added to the transported element. + * + * We can now attach a transition onto the `.banner.ng-anchor` CSS class and then + * ngAnimate will handle the entire transition for us as well as the addition and removal of + * any changes of CSS classes between the elements: + * + * ```css + * .banner.ng-anchor { + * /* this animation will last for 1 second since there are + * two phases to the animation (an `in` and an `out` phase) */ + * transition:0.5s linear all; + * } + * ``` + * + * We also **must** include animations for the views that are being entered and removed + * (otherwise anchoring wouldn't be possible since the new view would be inserted right away). + * + * ```css + * .view-animation.ng-enter, .view-animation.ng-leave { + * transition:0.5s linear all; + * position:fixed; + * left:0; + * top:0; + * width:100%; + * } + * .view-animation.ng-enter { + * transform:translateX(100%); + * } + * .view-animation.ng-leave, + * .view-animation.ng-enter.ng-enter-active { + * transform:translateX(0%); + * } + * .view-animation.ng-leave.ng-leave-active { + * transform:translateX(-100%); + * } + * ``` + * + * Now we can jump back to the anchor animation. When the animation happens, there are two stages that occur: + * an `out` and an `in` stage. The `out` stage happens first and that is when the element is animated away + * from its origin. Once that animation is over then the `in` stage occurs which animates the + * element to its destination. The reason why there are two animations is to give enough time + * for the enter animation on the new element to be ready. + * + * The example above sets up a transition for both the in and out phases, but we can also target the out or + * in phases directly via `ng-anchor-out` and `ng-anchor-in`. + * + * ```css + * .banner.ng-anchor-out { + * transition: 0.5s linear all; + * + * /* the scale will be applied during the out animation, + * but will be animated away when the in animation runs */ + * transform: scale(1.2); + * } + * + * .banner.ng-anchor-in { + * transition: 1s linear all; + * } + * ``` + * + * + * + * + * ### Anchoring Demo + * + + + Home +
    +
    +
    +
    +
    + + angular.module('anchoringExample', ['ngAnimate', 'ngRoute']) + .config(['$routeProvider', function($routeProvider) { + $routeProvider.when('/', { + templateUrl: 'home.html', + controller: 'HomeController as home' + }); + $routeProvider.when('/profile/:id', { + templateUrl: 'profile.html', + controller: 'ProfileController as profile' + }); + }]) + .run(['$rootScope', function($rootScope) { + $rootScope.records = [ + { id: 1, title: 'Miss Beulah Roob' }, + { id: 2, title: 'Trent Morissette' }, + { id: 3, title: 'Miss Ava Pouros' }, + { id: 4, title: 'Rod Pouros' }, + { id: 5, title: 'Abdul Rice' }, + { id: 6, title: 'Laurie Rutherford Sr.' }, + { id: 7, title: 'Nakia McLaughlin' }, + { id: 8, title: 'Jordon Blanda DVM' }, + { id: 9, title: 'Rhoda Hand' }, + { id: 10, title: 'Alexandrea Sauer' } + ]; + }]) + .controller('HomeController', [function() { + //empty + }]) + .controller('ProfileController', ['$rootScope', '$routeParams', + function ProfileController($rootScope, $routeParams) { + var index = parseInt($routeParams.id, 10); + var record = $rootScope.records[index - 1]; + + this.title = record.title; + this.id = record.id; + }]); + + +

    Welcome to the home page

    +

    Please click on an element

    + + {{ record.title }} + +
    + +
    + {{ profile.title }} +
    +
    + + .record { + display:block; + font-size:20px; + } + .profile { + background:black; + color:white; + font-size:100px; + } + .view-container { + position:relative; + } + .view-container > .view.ng-animate { + position:absolute; + top:0; + left:0; + width:100%; + min-height:500px; + } + .view.ng-enter, .view.ng-leave, + .record.ng-anchor { + transition:0.5s linear all; + } + .view.ng-enter { + transform:translateX(100%); } + .view.ng-enter.ng-enter-active, .view.ng-leave { + transform:translateX(0%); + } + .view.ng-leave.ng-leave-active { + transform:translateX(-100%); + } + .record.ng-anchor-out { + background:red; + } + +
    + * + * ### How is the element transported? + * + * When an anchor animation occurs, ngAnimate will clone the starting element and position it exactly where the starting + * element is located on screen via absolute positioning. The cloned element will be placed inside of the root element + * of the application (where ng-app was defined) and all of the CSS classes of the starting element will be applied. The + * element will then animate into the `out` and `in` animations and will eventually reach the coordinates and match + * the dimensions of the destination element. During the entire animation a CSS class of `.ng-animate-shim` will be applied + * to both the starting and destination elements in order to hide them from being visible (the CSS styling for the class + * is: `visibility:hidden`). Once the anchor reaches its destination then it will be removed and the destination element + * will become visible since the shim class will be removed. + * + * ### How is the morphing handled? + * + * CSS Anchoring relies on transitions and keyframes and the internal code is intelligent enough to figure out + * what CSS classes differ between the starting element and the destination element. These different CSS classes + * will be added/removed on the anchor element and a transition will be applied (the transition that is provided + * in the anchor class). Long story short, ngAnimate will figure out what classes to add and remove which will + * make the transition of the element as smooth and automatic as possible. Be sure to use simple CSS classes that + * do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since + * the cloned element is placed inside of root element which is likely close to the body element). + * + * Note that if the root element is on the `` element then the cloned node will be placed inside of body. + * + * + * ## Using $animate in your directive code + * + * So far we've explored how to feed in animations into an Angular application, but how do we trigger animations within our own directives in our application? + * By injecting the `$animate` service into our directive code, we can trigger structural and class-based hooks which can then be consumed by animations. Let's + * imagine we have a greeting box that shows and hides itself when the data changes + * + * ```html + * Hi there + * ``` + * + * ```js + * ngModule.directive('greetingBox', ['$animate', function($animate) { + * return function(scope, element, attrs) { + * attrs.$observe('active', function(value) { + * value ? $animate.addClass(element, 'on') : $animate.removeClass(element, 'on'); + * }); + * }); + * }]); + * ``` + * + * Now the `on` CSS class is added and removed on the greeting box component. Now if we add a CSS class on top of the greeting box element + * in our HTML code then we can trigger a CSS or JS animation to happen. + * + * ```css + * /* normally we would create a CSS class to reference on the element */ + * greeting-box.on { transition:0.5s linear all; background:green; color:white; } + * ``` + * + * The `$animate` service contains a variety of other methods like `enter`, `leave`, `animate` and `setClass`. To learn more about what's + * possible be sure to visit the {@link ng.$animate $animate service API page}. + * + * + * ## Callbacks and Promises + * + * When `$animate` is called it returns a promise that can be used to capture when the animation has ended. Therefore if we were to trigger + * an animation (within our directive code) then we can continue performing directive and scope related activities after the animation has + * ended by chaining onto the returned promise that animation method returns. + * + * ```js + * // somewhere within the depths of the directive + * $animate.enter(element, parent).then(function() { + * //the animation has completed + * }); + * ``` + * + * (Note that earlier versions of Angular prior to v1.4 required the promise code to be wrapped using `$scope.$apply(...)`. This is not the case + * anymore.) + * + * In addition to the animation promise, we can also make use of animation-related callbacks within our directives and controller code by registering + * an event listener using the `$animate` service. Let's say for example that an animation was triggered on our view + * routing controller to hook into that: + * + * ```js + * ngModule.controller('HomePageController', ['$animate', function($animate) { + * $animate.on('enter', ngViewElement, function(element) { + * // the animation for this route has completed + * }]); + * }]) + * ``` + * + * (Note that you will need to trigger a digest within the callback to get angular to notice any scope-related changes.) + */ + +var copy; +var extend; +var forEach; +var isArray; +var isDefined; +var isElement; +var isFunction; +var isObject; +var isString; +var isUndefined; +var jqLite; +var noop; + +/** + * @ngdoc service + * @name $animate + * @kind object + * + * @description + * The ngAnimate `$animate` service documentation is the same for the core `$animate` service. + * + * Click here {@link ng.$animate to learn more about animations with `$animate`}. + */ +angular.module('ngAnimate', [], function initAngularHelpers() { + // Access helpers from angular core. + // Do it inside a `config` block to ensure `window.angular` is available. + noop = angular.noop; + copy = angular.copy; + extend = angular.extend; + jqLite = angular.element; + forEach = angular.forEach; + isArray = angular.isArray; + isString = angular.isString; + isObject = angular.isObject; + isUndefined = angular.isUndefined; + isDefined = angular.isDefined; + isFunction = angular.isFunction; + isElement = angular.isElement; +}) + .info({ angularVersion: '1.6.8' }) + .directive('ngAnimateSwap', ngAnimateSwapDirective) + + .directive('ngAnimateChildren', $$AnimateChildrenDirective) + .factory('$$rAFScheduler', $$rAFSchedulerFactory) + + .provider('$$animateQueue', $$AnimateQueueProvider) + .provider('$$animation', $$AnimationProvider) + + .provider('$animateCss', $AnimateCssProvider) + .provider('$$animateCssDriver', $$AnimateCssDriverProvider) + + .provider('$$animateJs', $$AnimateJsProvider) + .provider('$$animateJsDriver', $$AnimateJsDriverProvider); + + +})(window, window.angular); + +},{}],142:[function(require,module,exports){ +require('./angular-animate'); +module.exports = 'ngAnimate'; + +},{"./angular-animate":141}],143:[function(require,module,exports){ +/** + * @license AngularJS v1.6.8 + * (c) 2010-2017 Google, Inc. http://angularjs.org + * License: MIT + */ +(function(window, angular) {'use strict'; + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +var $sanitizeMinErr = angular.$$minErr('$sanitize'); +var bind; +var extend; +var forEach; +var isDefined; +var lowercase; +var noop; +var nodeContains; +var htmlParser; +var htmlSanitizeWriter; + +/** + * @ngdoc module + * @name ngSanitize + * @description + * + * The `ngSanitize` module provides functionality to sanitize HTML. + * + * See {@link ngSanitize.$sanitize `$sanitize`} for usage. + */ + +/** + * @ngdoc service + * @name $sanitize + * @kind function + * + * @description + * Sanitizes an html string by stripping all potentially dangerous tokens. + * + * The input is sanitized by parsing the HTML into tokens. All safe tokens (from a whitelist) are + * then serialized back to properly escaped html string. This means that no unsafe input can make + * it into the returned string. + * + * The whitelist for URL sanitization of attribute values is configured using the functions + * `aHrefSanitizationWhitelist` and `imgSrcSanitizationWhitelist` of {@link ng.$compileProvider + * `$compileProvider`}. + * + * The input may also contain SVG markup if this is enabled via {@link $sanitizeProvider}. + * + * @param {string} html HTML input. + * @returns {string} Sanitized HTML. + * + * @example + + + +
    + Snippet: + + + + + + + + + + + + + + + + + + + + + + + + + +
    DirectiveHowSourceRendered
    ng-bind-htmlAutomatically uses $sanitize
    <div ng-bind-html="snippet">
    </div>
    ng-bind-htmlBypass $sanitize by explicitly trusting the dangerous value +
    <div ng-bind-html="deliberatelyTrustDangerousSnippet()">
    +</div>
    +
    ng-bindAutomatically escapes
    <div ng-bind="snippet">
    </div>
    +
    +
    + + it('should sanitize the html snippet by default', function() { + expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). + toBe('

    an html\nclick here\nsnippet

    '); + }); + + it('should inline raw snippet if bound to a trusted value', function() { + expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')). + toBe("

    an html\n" + + "click here\n" + + "snippet

    "); + }); + + it('should escape snippet without any filter', function() { + expect(element(by.css('#bind-default div')).getAttribute('innerHTML')). + toBe("<p style=\"color:blue\">an html\n" + + "<em onmouseover=\"this.textContent='PWN3D!'\">click here</em>\n" + + "snippet</p>"); + }); + + it('should update', function() { + element(by.model('snippet')).clear(); + element(by.model('snippet')).sendKeys('new text'); + expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). + toBe('new text'); + expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')).toBe( + 'new text'); + expect(element(by.css('#bind-default div')).getAttribute('innerHTML')).toBe( + "new <b onclick=\"alert(1)\">text</b>"); + }); +
    +
    + */ + + +/** + * @ngdoc provider + * @name $sanitizeProvider + * @this + * + * @description + * Creates and configures {@link $sanitize} instance. + */ +function $SanitizeProvider() { + var svgEnabled = false; + + this.$get = ['$$sanitizeUri', function($$sanitizeUri) { + if (svgEnabled) { + extend(validElements, svgElements); + } + return function(html) { + var buf = []; + htmlParser(html, htmlSanitizeWriter(buf, function(uri, isImage) { + return !/^unsafe:/.test($$sanitizeUri(uri, isImage)); + })); + return buf.join(''); }; }]; + /** - * @ngdoc module - * @name ngAnimate - * @description - * - * The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via - * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an Angular app. - * - * ## Usage - * Simply put, there are two ways to make use of animations when ngAnimate is used: by using **CSS** and **JavaScript**. The former works purely based - * using CSS (by using matching CSS selectors/styles) and the latter triggers animations that are registered via `module.animation()`. For - * both CSS and JS animations the sole requirement is to have a matching `CSS class` that exists both in the registered animation and within - * the HTML element that the animation will be triggered on. - * - * ## Directive Support - * The following directives are "animation aware": - * - * | Directive | Supported Animations | - * |----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| - * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave and move | - * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | - * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | - * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | - * | {@link ng.directive:ngIf#animations ngIf} | enter and leave | - * | {@link ng.directive:ngClass#animations ngClass} | add and remove (the CSS class(es) present) | - * | {@link ng.directive:ngShow#animations ngShow} & {@link ng.directive:ngHide#animations ngHide} | add and remove (the ng-hide class value) | - * | {@link ng.directive:form#animations form} & {@link ng.directive:ngModel#animations ngModel} | add and remove (dirty, pristine, valid, invalid & all other validations) | - * | {@link module:ngMessages#animations ngMessages} | add and remove (ng-active & ng-inactive) | - * | {@link module:ngMessages#animations ngMessage} | enter and leave | - * - * (More information can be found by visiting each the documentation associated with each directive.) - * - * ## CSS-based Animations - * - * CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML - * and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation. - * - * The example below shows how an `enter` animation can be made possible on an element using `ng-if`: - * - * ```html - *
    - * Fade me in out - *
    - * - * - * ``` - * - * Notice the CSS class **fade**? We can now create the CSS transition code that references this class: - * - * ```css - * /* The starting CSS styles for the enter animation */ - * .fade.ng-enter { - * transition:0.5s linear all; - * opacity:0; - * } - * - * /* The finishing CSS styles for the enter animation */ - * .fade.ng-enter.ng-enter-active { - * opacity:1; - * } - * ``` - * - * The key thing to remember here is that, depending on the animation event (which each of the directives above trigger depending on what's going on) two - * generated CSS classes will be applied to the element; in the example above we have `.ng-enter` and `.ng-enter-active`. For CSS transitions, the transition - * code **must** be defined within the starting CSS class (in this case `.ng-enter`). The destination class is what the transition will animate towards. - * - * If for example we wanted to create animations for `leave` and `move` (ngRepeat triggers move) then we can do so using the same CSS naming conventions: - * - * ```css - * /* now the element will fade out before it is removed from the DOM */ - * .fade.ng-leave { - * transition:0.5s linear all; - * opacity:1; - * } - * .fade.ng-leave.ng-leave-active { - * opacity:0; - * } - * ``` - * - * We can also make use of **CSS Keyframes** by referencing the keyframe animation within the starting CSS class: - * - * ```css - * /* there is no need to define anything inside of the destination - * CSS class since the keyframe will take charge of the animation */ - * .fade.ng-leave { - * animation: my_fade_animation 0.5s linear; - * -webkit-animation: my_fade_animation 0.5s linear; - * } - * - * @keyframes my_fade_animation { - * from { opacity:1; } - * to { opacity:0; } - * } - * - * @-webkit-keyframes my_fade_animation { - * from { opacity:1; } - * to { opacity:0; } - * } - * ``` - * - * Feel free also mix transitions and keyframes together as well as any other CSS classes on the same element. - * - * ### CSS Class-based Animations - * - * Class-based animations (animations that are triggered via `ngClass`, `ngShow`, `ngHide` and some other directives) have a slightly different - * naming convention. Class-based animations are basic enough that a standard transition or keyframe can be referenced on the class being added - * and removed. - * - * For example if we wanted to do a CSS animation for `ngHide` then we place an animation on the `.ng-hide` CSS class: - * - * ```html - *
    - * Show and hide me - *
    - * - * - * - * ``` - * - * All that is going on here with ngShow/ngHide behind the scenes is the `.ng-hide` class is added/removed (when the hidden state is valid). Since - * ngShow and ngHide are animation aware then we can match up a transition and ngAnimate handles the rest. - * - * In addition the addition and removal of the CSS class, ngAnimate also provides two helper methods that we can use to further decorate the animation - * with CSS styles. - * - * ```html - *
    - * Highlight this box - *
    - * - * - * - * ``` - * - * We can also make use of CSS keyframes by placing them within the CSS classes. - * - * - * ### CSS Staggering Animations - * A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a - * curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be - * performed by creating a **ng-EVENT-stagger** CSS class and attaching that class to the base CSS class used for - * the animation. The style property expected within the stagger class can either be a **transition-delay** or an - * **animation-delay** property (or both if your animation contains both transitions and keyframe animations). - * - * ```css - * .my-animation.ng-enter { - * /* standard transition code */ - * transition: 1s linear all; - * opacity:0; - * } - * .my-animation.ng-enter-stagger { - * /* this will have a 100ms delay between each successive leave animation */ - * transition-delay: 0.1s; - * - * /* As of 1.4.4, this must always be set: it signals ngAnimate - * to not accidentally inherit a delay property from another CSS class */ - * transition-duration: 0s; - * - * /* if you are using animations instead of transitions you should configure as follows: - * animation-delay: 0.1s; - * animation-duration: 0s; */ - * } - * .my-animation.ng-enter.ng-enter-active { - * /* standard transition styles */ - * opacity:1; - * } - * ``` - * - * Staggering animations work by default in ngRepeat (so long as the CSS class is defined). Outside of ngRepeat, to use staggering animations - * on your own, they can be triggered by firing multiple calls to the same event on $animate. However, the restrictions surrounding this - * are that each of the elements must have the same CSS className value as well as the same parent element. A stagger operation - * will also be reset if one or more animation frames have passed since the multiple calls to `$animate` were fired. - * - * The following code will issue the **ng-leave-stagger** event on the element provided: - * - * ```js - * var kids = parent.children(); - * - * $animate.leave(kids[0]); //stagger index=0 - * $animate.leave(kids[1]); //stagger index=1 - * $animate.leave(kids[2]); //stagger index=2 - * $animate.leave(kids[3]); //stagger index=3 - * $animate.leave(kids[4]); //stagger index=4 - * - * window.requestAnimationFrame(function() { - * //stagger has reset itself - * $animate.leave(kids[5]); //stagger index=0 - * $animate.leave(kids[6]); //stagger index=1 - * - * $scope.$digest(); - * }); - * ``` - * - * Stagger animations are currently only supported within CSS-defined animations. - * - * ### The `ng-animate` CSS class - * - * When ngAnimate is animating an element it will apply the `ng-animate` CSS class to the element for the duration of the animation. - * This is a temporary CSS class and it will be removed once the animation is over (for both JavaScript and CSS-based animations). - * - * Therefore, animations can be applied to an element using this temporary class directly via CSS. - * - * ```css - * .zipper.ng-animate { - * transition:0.5s linear all; - * } - * .zipper.ng-enter { - * opacity:0; - * } - * .zipper.ng-enter.ng-enter-active { - * opacity:1; - * } - * .zipper.ng-leave { - * opacity:1; - * } - * .zipper.ng-leave.ng-leave-active { - * opacity:0; - * } - * ``` - * - * (Note that the `ng-animate` CSS class is reserved and it cannot be applied on an element directly since ngAnimate will always remove - * the CSS class once an animation has completed.) - * - * - * ### The `ng-[event]-prepare` class - * - * This is a special class that can be used to prevent unwanted flickering / flash of content before - * the actual animation starts. The class is added as soon as an animation is initialized, but removed - * before the actual animation starts (after waiting for a $digest). - * It is also only added for *structural* animations (`enter`, `move`, and `leave`). - * - * In practice, flickering can appear when nesting elements with structural animations such as `ngIf` - * into elements that have class-based animations such as `ngClass`. - * - * ```html - *
    - *
    - *
    - *
    - *
    - * ``` - * - * It is possible that during the `enter` animation, the `.message` div will be briefly visible before it starts animating. - * In that case, you can add styles to the CSS that make sure the element stays hidden before the animation starts: - * - * ```css - * .message.ng-enter-prepare { - * opacity: 0; - * } - * - * ``` - * - * ## JavaScript-based Animations - * - * ngAnimate also allows for animations to be consumed by JavaScript code. The approach is similar to CSS-based animations (where there is a shared - * CSS class that is referenced in our HTML code) but in addition we need to register the JavaScript animation on the module. By making use of the - * `module.animation()` module function we can register the animation. - * - * Let's see an example of a enter/leave animation using `ngRepeat`: - * - * ```html - *
    - * {{ item }} - *
    - * ``` - * - * See the **slide** CSS class? Let's use that class to define an animation that we'll structure in our module code by using `module.animation`: - * - * ```js - * myModule.animation('.slide', [function() { - * return { - * // make note that other events (like addClass/removeClass) - * // have different function input parameters - * enter: function(element, doneFn) { - * jQuery(element).fadeIn(1000, doneFn); - * - * // remember to call doneFn so that angular - * // knows that the animation has concluded - * }, - * - * move: function(element, doneFn) { - * jQuery(element).fadeIn(1000, doneFn); - * }, - * - * leave: function(element, doneFn) { - * jQuery(element).fadeOut(1000, doneFn); - * } - * } - * }]); - * ``` - * - * The nice thing about JS-based animations is that we can inject other services and make use of advanced animation libraries such as - * greensock.js and velocity.js. - * - * If our animation code class-based (meaning that something like `ngClass`, `ngHide` and `ngShow` triggers it) then we can still define - * our animations inside of the same registered animation, however, the function input arguments are a bit different: - * - * ```html - *
    - * this box is moody - *
    - * - * - * - * ``` - * - * ```js - * myModule.animation('.colorful', [function() { - * return { - * addClass: function(element, className, doneFn) { - * // do some cool animation and call the doneFn - * }, - * removeClass: function(element, className, doneFn) { - * // do some cool animation and call the doneFn - * }, - * setClass: function(element, addedClass, removedClass, doneFn) { - * // do some cool animation and call the doneFn - * } - * } - * }]); - * ``` - * - * ## CSS + JS Animations Together - * - * AngularJS 1.4 and higher has taken steps to make the amalgamation of CSS and JS animations more flexible. However, unlike earlier versions of Angular, - * defining CSS and JS animations to work off of the same CSS class will not work anymore. Therefore the example below will only result in **JS animations taking - * charge of the animation**: - * - * ```html - *
    - * Slide in and out - *
    - * ``` - * - * ```js - * myModule.animation('.slide', [function() { - * return { - * enter: function(element, doneFn) { - * jQuery(element).slideIn(1000, doneFn); - * } - * } - * }]); - * ``` - * - * ```css - * .slide.ng-enter { - * transition:0.5s linear all; - * transform:translateY(-100px); - * } - * .slide.ng-enter.ng-enter-active { - * transform:translateY(0); - * } - * ``` + * @ngdoc method + * @name $sanitizeProvider#enableSvg + * @kind function * - * Does this mean that CSS and JS animations cannot be used together? Do JS-based animations always have higher priority? We can make up for the - * lack of CSS animations by using the `$animateCss` service to trigger our own tweaked-out, CSS-based animations directly from - * our own JS-based animation code: + * @description + * Enables a subset of svg to be supported by the sanitizer. * - * ```js - * myModule.animation('.slide', ['$animateCss', function($animateCss) { - * return { - * enter: function(element) { - * // this will trigger `.slide.ng-enter` and `.slide.ng-enter-active`. - * return $animateCss(element, { - * event: 'enter', - * structural: true - * }); - * } - * } - * }]); - * ``` + *
    + *

    By enabling this setting without taking other precautions, you might expose your + * application to click-hijacking attacks. In these attacks, sanitized svg elements could be positioned + * outside of the containing element and be rendered over other elements on the page (e.g. a login + * link). Such behavior can then result in phishing incidents.

    * - * The nice thing here is that we can save bandwidth by sticking to our CSS-based animation code and we don't need to rely on a 3rd-party animation framework. + *

    To protect against these, explicitly setup `overflow: hidden` css rule for all potential svg + * tags within the sanitized content:

    * - * The `$animateCss` service is very powerful since we can feed in all kinds of extra properties that will be evaluated and fed into a CSS transition or - * keyframe animation. For example if we wanted to animate the height of an element while adding and removing classes then we can do so by providing that - * data into `$animateCss` directly: + *
    * - * ```js - * myModule.animation('.slide', ['$animateCss', function($animateCss) { - * return { - * enter: function(element) { - * return $animateCss(element, { - * event: 'enter', - * structural: true, - * addClass: 'maroon-setting', - * from: { height:0 }, - * to: { height: 200 } - * }); - * } + *
    
    +   *   .rootOfTheIncludedContent svg {
    +   *     overflow: hidden !important;
        *   }
    -   * }]);
    -   * ```
    -   *
    -   * Now we can fill in the rest via our transition CSS code:
    -   *
    -   * ```css
    -   * /* the transition tells ngAnimate to make the animation happen */
    -   * .slide.ng-enter { transition:0.5s linear all; }
    -   *
    -   * /* this extra CSS class will be absorbed into the transition
    -   * since the $animateCss code is adding the class */
    -   * .maroon-setting { background:red; }
    -   * ```
    -   *
    -   * And `$animateCss` will figure out the rest. Just make sure to have the `done()` callback fire the `doneFn` function to signal when the animation is over.
    -   *
    -   * To learn more about what's possible be sure to visit the {@link ngAnimate.$animateCss $animateCss service}.
    -   *
    -   * ## Animation Anchoring (via `ng-animate-ref`)
    -   *
    -   * ngAnimate in AngularJS 1.4 comes packed with the ability to cross-animate elements between
    -   * structural areas of an application (like views) by pairing up elements using an attribute
    -   * called `ng-animate-ref`.
    -   *
    -   * Let's say for example we have two views that are managed by `ng-view` and we want to show
    -   * that there is a relationship between two components situated in within these views. By using the
    -   * `ng-animate-ref` attribute we can identify that the two components are paired together and we
    -   * can then attach an animation, which is triggered when the view changes.
    -   *
    -   * Say for example we have the following template code:
    -   *
    -   * ```html
    -   * 
    -   * 
    + *
    *
    * - * - * - * - * - * - * - * - * ``` - * - * Now, when the view changes (once the link is clicked), ngAnimate will examine the - * HTML contents to see if there is a match reference between any components in the view - * that is leaving and the view that is entering. It will scan both the view which is being - * removed (leave) and inserted (enter) to see if there are any paired DOM elements that - * contain a matching ref value. - * - * The two images match since they share the same ref value. ngAnimate will now create a - * transport element (which is a clone of the first image element) and it will then attempt - * to animate to the position of the second image element in the next view. For the animation to - * work a special CSS class called `ng-anchor` will be added to the transported element. - * - * We can now attach a transition onto the `.banner.ng-anchor` CSS class and then - * ngAnimate will handle the entire transition for us as well as the addition and removal of - * any changes of CSS classes between the elements: - * - * ```css - * .banner.ng-anchor { - * /* this animation will last for 1 second since there are - * two phases to the animation (an `in` and an `out` phase) */ - * transition:0.5s linear all; - * } - * ``` - * - * We also **must** include animations for the views that are being entered and removed - * (otherwise anchoring wouldn't be possible since the new view would be inserted right away). - * - * ```css - * .view-animation.ng-enter, .view-animation.ng-leave { - * transition:0.5s linear all; - * position:fixed; - * left:0; - * top:0; - * width:100%; - * } - * .view-animation.ng-enter { - * transform:translateX(100%); - * } - * .view-animation.ng-leave, - * .view-animation.ng-enter.ng-enter-active { - * transform:translateX(0%); - * } - * .view-animation.ng-leave.ng-leave-active { - * transform:translateX(-100%); - * } - * ``` - * - * Now we can jump back to the anchor animation. When the animation happens, there are two stages that occur: - * an `out` and an `in` stage. The `out` stage happens first and that is when the element is animated away - * from its origin. Once that animation is over then the `in` stage occurs which animates the - * element to its destination. The reason why there are two animations is to give enough time - * for the enter animation on the new element to be ready. - * - * The example above sets up a transition for both the in and out phases, but we can also target the out or - * in phases directly via `ng-anchor-out` and `ng-anchor-in`. - * - * ```css - * .banner.ng-anchor-out { - * transition: 0.5s linear all; - * - * /* the scale will be applied during the out animation, - * but will be animated away when the in animation runs */ - * transform: scale(1.2); - * } - * - * .banner.ng-anchor-in { - * transition: 1s linear all; - * } - * ``` - * - * - * - * - * ### Anchoring Demo + * @param {boolean=} flag Enable or disable SVG support in the sanitizer. + * @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called + * without an argument or self for chaining otherwise. + */ + this.enableSvg = function(enableSvg) { + if (isDefined(enableSvg)) { + svgEnabled = enableSvg; + return this; + } else { + return svgEnabled; + } + }; + + ////////////////////////////////////////////////////////////////////////////////////////////////// + // Private stuff + ////////////////////////////////////////////////////////////////////////////////////////////////// + + bind = angular.bind; + extend = angular.extend; + forEach = angular.forEach; + isDefined = angular.isDefined; + lowercase = angular.lowercase; + noop = angular.noop; + + htmlParser = htmlParserImpl; + htmlSanitizeWriter = htmlSanitizeWriterImpl; + + nodeContains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return !!(this.compareDocumentPosition(arg) & 16); + }; + + // Regular Expressions for parsing tags and attributes + var SURROGATE_PAIR_REGEXP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + // Match everything outside of normal chars and " (quote character) + NON_ALPHANUMERIC_REGEXP = /([^#-~ |!])/g; + + + // Good source of info about elements and attributes + // http://dev.w3.org/html5/spec/Overview.html#semantics + // http://simon.html5.org/html-elements + + // Safe Void Elements - HTML5 + // http://dev.w3.org/html5/spec/Overview.html#void-elements + var voidElements = toMap('area,br,col,hr,img,wbr'); + + // Elements that you can, intentionally, leave open (and which close themselves) + // http://dev.w3.org/html5/spec/Overview.html#optional-tags + var optionalEndTagBlockElements = toMap('colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr'), + optionalEndTagInlineElements = toMap('rp,rt'), + optionalEndTagElements = extend({}, + optionalEndTagInlineElements, + optionalEndTagBlockElements); + + // Safe Block Elements - HTML5 + var blockElements = extend({}, optionalEndTagBlockElements, toMap('address,article,' + + 'aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,' + + 'h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul')); + + // Inline Elements - HTML5 + var inlineElements = extend({}, optionalEndTagInlineElements, toMap('a,abbr,acronym,b,' + + 'bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,' + + 'samp,small,span,strike,strong,sub,sup,time,tt,u,var')); + + // SVG Elements + // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Elements + // Note: the elements animate,animateColor,animateMotion,animateTransform,set are intentionally omitted. + // They can potentially allow for arbitrary javascript to be executed. See #11290 + var svgElements = toMap('circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,' + + 'hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,' + + 'radialGradient,rect,stop,svg,switch,text,title,tspan'); + + // Blocked Elements (will be stripped) + var blockedElements = toMap('script,style'); + + var validElements = extend({}, + voidElements, + blockElements, + inlineElements, + optionalEndTagElements); + + //Attributes that have href and hence need to be sanitized + var uriAttrs = toMap('background,cite,href,longdesc,src,xlink:href'); + + var htmlAttrs = toMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' + + 'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' + + 'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' + + 'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' + + 'valign,value,vspace,width'); + + // SVG attributes (without "id" and "name" attributes) + // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Attributes + var svgAttrs = toMap('accent-height,accumulate,additive,alphabetic,arabic-form,ascent,' + + 'baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,' + + 'cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,' + + 'font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,' + + 'height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,' + + 'marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,' + + 'max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,' + + 'path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,' + + 'requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,' + + 'stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,' + + 'stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,' + + 'stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,' + + 'underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,' + + 'width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,' + + 'xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan', true); + + var validAttrs = extend({}, + uriAttrs, + svgAttrs, + htmlAttrs); + + function toMap(str, lowercaseKeys) { + var obj = {}, items = str.split(','), i; + for (i = 0; i < items.length; i++) { + obj[lowercaseKeys ? lowercase(items[i]) : items[i]] = true; + } + return obj; + } + + /** + * Create an inert document that contains the dirty HTML that needs sanitizing + * Depending upon browser support we use one of three strategies for doing this. + * Support: Safari 10.x -> XHR strategy + * Support: Firefox -> DomParser strategy + */ + var getInertBodyElement /* function(html: string): HTMLBodyElement */ = (function(window, document) { + var inertDocument; + if (document && document.implementation) { + inertDocument = document.implementation.createHTMLDocument('inert'); + } else { + throw $sanitizeMinErr('noinert', 'Can\'t create an inert html document'); + } + var inertBodyElement = (inertDocument.documentElement || inertDocument.getDocumentElement()).querySelector('body'); + + // Check for the Safari 10.1 bug - which allows JS to run inside the SVG G element + inertBodyElement.innerHTML = ''; + if (!inertBodyElement.querySelector('svg')) { + return getInertBodyElement_XHR; + } else { + // Check for the Firefox bug - which prevents the inner img JS from being sanitized + inertBodyElement.innerHTML = '

    '; + if (inertBodyElement.querySelector('svg img')) { + return getInertBodyElement_DOMParser; + } else { + return getInertBodyElement_InertDocument; + } + } + + function getInertBodyElement_XHR(html) { + // We add this dummy element to ensure that the rest of the content is parsed as expected + // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. + html = '' + html; + try { + html = encodeURI(html); + } catch (e) { + return undefined; + } + var xhr = new window.XMLHttpRequest(); + xhr.responseType = 'document'; + xhr.open('GET', 'data:text/html;charset=utf-8,' + html, false); + xhr.send(null); + var body = xhr.response.body; + body.firstChild.remove(); + return body; + } + + function getInertBodyElement_DOMParser(html) { + // We add this dummy element to ensure that the rest of the content is parsed as expected + // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. + html = '' + html; + try { + var body = new window.DOMParser().parseFromString(html, 'text/html').body; + body.firstChild.remove(); + return body; + } catch (e) { + return undefined; + } + } + + function getInertBodyElement_InertDocument(html) { + inertBodyElement.innerHTML = html; + + // Support: IE 9-11 only + // strip custom-namespaced attributes on IE<=11 + if (document.documentMode) { + stripCustomNsAttrs(inertBodyElement); + } + + return inertBodyElement; + } + })(window, window.document); + + /** + * @example + * htmlParser(htmlString, { + * start: function(tag, attrs) {}, + * end: function(tag) {}, + * chars: function(text) {}, + * comment: function(text) {} + * }); * - - - Home -


    -
    -
    -
    - - - angular.module('anchoringExample', ['ngAnimate', 'ngRoute']) - .config(['$routeProvider', function($routeProvider) { - $routeProvider.when('/', { - templateUrl: 'home.html', - controller: 'HomeController as home' - }); - $routeProvider.when('/profile/:id', { - templateUrl: 'profile.html', - controller: 'ProfileController as profile' - }); - }]) - .run(['$rootScope', function($rootScope) { - $rootScope.records = [ - { id: 1, title: 'Miss Beulah Roob' }, - { id: 2, title: 'Trent Morissette' }, - { id: 3, title: 'Miss Ava Pouros' }, - { id: 4, title: 'Rod Pouros' }, - { id: 5, title: 'Abdul Rice' }, - { id: 6, title: 'Laurie Rutherford Sr.' }, - { id: 7, title: 'Nakia McLaughlin' }, - { id: 8, title: 'Jordon Blanda DVM' }, - { id: 9, title: 'Rhoda Hand' }, - { id: 10, title: 'Alexandrea Sauer' } - ]; - }]) - .controller('HomeController', [function() { - //empty - }]) - .controller('ProfileController', ['$rootScope', '$routeParams', - function ProfileController($rootScope, $routeParams) { - var index = parseInt($routeParams.id, 10); - var record = $rootScope.records[index - 1]; - - this.title = record.title; - this.id = record.id; - }]); - - -

    Welcome to the home page

    -

    Please click on an element

    - - {{ record.title }} - -
    - -
    - {{ profile.title }} -
    -
    - - .record { - display:block; - font-size:20px; - } - .profile { - background:black; - color:white; - font-size:100px; - } - .view-container { - position:relative; - } - .view-container > .view.ng-animate { - position:absolute; - top:0; - left:0; - width:100%; - min-height:500px; + * @param {string} html string + * @param {object} handler + */ + function htmlParserImpl(html, handler) { + if (html === null || html === undefined) { + html = ''; + } else if (typeof html !== 'string') { + html = '' + html; + } + + var inertBodyElement = getInertBodyElement(html); + if (!inertBodyElement) return ''; + + //mXSS protection + var mXSSAttempts = 5; + do { + if (mXSSAttempts === 0) { + throw $sanitizeMinErr('uinput', 'Failed to sanitize html because the input is unstable'); + } + mXSSAttempts--; + + // trigger mXSS if it is going to happen by reading and writing the innerHTML + html = inertBodyElement.innerHTML; + inertBodyElement = getInertBodyElement(html); + } while (html !== inertBodyElement.innerHTML); + + var node = inertBodyElement.firstChild; + while (node) { + switch (node.nodeType) { + case 1: // ELEMENT_NODE + handler.start(node.nodeName.toLowerCase(), attrToMap(node.attributes)); + break; + case 3: // TEXT NODE + handler.chars(node.textContent); + break; + } + + var nextNode; + if (!(nextNode = node.firstChild)) { + if (node.nodeType === 1) { + handler.end(node.nodeName.toLowerCase()); } - .view.ng-enter, .view.ng-leave, - .record.ng-anchor { - transition:0.5s linear all; + nextNode = getNonDescendant('nextSibling', node); + if (!nextNode) { + while (nextNode == null) { + node = getNonDescendant('parentNode', node); + if (node === inertBodyElement) break; + nextNode = getNonDescendant('nextSibling', node); + if (node.nodeType === 1) { + handler.end(node.nodeName.toLowerCase()); + } + } } - .view.ng-enter { - transform:translateX(100%); + } + node = nextNode; + } + + while ((node = inertBodyElement.firstChild)) { + inertBodyElement.removeChild(node); + } + } + + function attrToMap(attrs) { + var map = {}; + for (var i = 0, ii = attrs.length; i < ii; i++) { + var attr = attrs[i]; + map[attr.name] = attr.value; + } + return map; + } + + + /** + * Escapes all potentially dangerous characters, so that the + * resulting string can be safely inserted into attribute or + * element text. + * @param value + * @returns {string} escaped text + */ + function encodeEntities(value) { + return value. + replace(/&/g, '&'). + replace(SURROGATE_PAIR_REGEXP, function(value) { + var hi = value.charCodeAt(0); + var low = value.charCodeAt(1); + return '&#' + (((hi - 0xD800) * 0x400) + (low - 0xDC00) + 0x10000) + ';'; + }). + replace(NON_ALPHANUMERIC_REGEXP, function(value) { + return '&#' + value.charCodeAt(0) + ';'; + }). + replace(//g, '>'); + } + + /** + * create an HTML/XML writer which writes to buffer + * @param {Array} buf use buf.join('') to get out sanitized html string + * @returns {object} in the form of { + * start: function(tag, attrs) {}, + * end: function(tag) {}, + * chars: function(text) {}, + * comment: function(text) {} + * } + */ + function htmlSanitizeWriterImpl(buf, uriValidator) { + var ignoreCurrentElement = false; + var out = bind(buf, buf.push); + return { + start: function(tag, attrs) { + tag = lowercase(tag); + if (!ignoreCurrentElement && blockedElements[tag]) { + ignoreCurrentElement = tag; + } + if (!ignoreCurrentElement && validElements[tag] === true) { + out('<'); + out(tag); + forEach(attrs, function(value, key) { + var lkey = lowercase(key); + var isImage = (tag === 'img' && lkey === 'src') || (lkey === 'background'); + if (validAttrs[lkey] === true && + (uriAttrs[lkey] !== true || uriValidator(value, isImage))) { + out(' '); + out(key); + out('="'); + out(encodeEntities(value)); + out('"'); + } + }); + out('>'); } - .view.ng-enter.ng-enter-active, .view.ng-leave { - transform:translateX(0%); + }, + end: function(tag) { + tag = lowercase(tag); + if (!ignoreCurrentElement && validElements[tag] === true && voidElements[tag] !== true) { + out(''); } - .view.ng-leave.ng-leave-active { - transform:translateX(-100%); + // eslint-disable-next-line eqeqeq + if (tag == ignoreCurrentElement) { + ignoreCurrentElement = false; } - .record.ng-anchor-out { - background:red; + }, + chars: function(chars) { + if (!ignoreCurrentElement) { + out(encodeEntities(chars)); } - - - * - * ### How is the element transported? - * - * When an anchor animation occurs, ngAnimate will clone the starting element and position it exactly where the starting - * element is located on screen via absolute positioning. The cloned element will be placed inside of the root element - * of the application (where ng-app was defined) and all of the CSS classes of the starting element will be applied. The - * element will then animate into the `out` and `in` animations and will eventually reach the coordinates and match - * the dimensions of the destination element. During the entire animation a CSS class of `.ng-animate-shim` will be applied - * to both the starting and destination elements in order to hide them from being visible (the CSS styling for the class - * is: `visibility:hidden`). Once the anchor reaches its destination then it will be removed and the destination element - * will become visible since the shim class will be removed. - * - * ### How is the morphing handled? - * - * CSS Anchoring relies on transitions and keyframes and the internal code is intelligent enough to figure out - * what CSS classes differ between the starting element and the destination element. These different CSS classes - * will be added/removed on the anchor element and a transition will be applied (the transition that is provided - * in the anchor class). Long story short, ngAnimate will figure out what classes to add and remove which will - * make the transition of the element as smooth and automatic as possible. Be sure to use simple CSS classes that - * do not rely on DOM nesting structure so that the anchor element appears the same as the starting element (since - * the cloned element is placed inside of root element which is likely close to the body element). - * - * Note that if the root element is on the `` element then the cloned node will be placed inside of body. - * - * - * ## Using $animate in your directive code - * - * So far we've explored how to feed in animations into an Angular application, but how do we trigger animations within our own directives in our application? - * By injecting the `$animate` service into our directive code, we can trigger structural and class-based hooks which can then be consumed by animations. Let's - * imagine we have a greeting box that shows and hides itself when the data changes - * - * ```html - * Hi there - * ``` - * - * ```js - * ngModule.directive('greetingBox', ['$animate', function($animate) { - * return function(scope, element, attrs) { - * attrs.$observe('active', function(value) { - * value ? $animate.addClass(element, 'on') : $animate.removeClass(element, 'on'); - * }); - * }); - * }]); - * ``` - * - * Now the `on` CSS class is added and removed on the greeting box component. Now if we add a CSS class on top of the greeting box element - * in our HTML code then we can trigger a CSS or JS animation to happen. - * - * ```css - * /* normally we would create a CSS class to reference on the element */ - * greeting-box.on { transition:0.5s linear all; background:green; color:white; } - * ``` - * - * The `$animate` service contains a variety of other methods like `enter`, `leave`, `animate` and `setClass`. To learn more about what's - * possible be sure to visit the {@link ng.$animate $animate service API page}. - * - * - * ## Callbacks and Promises - * - * When `$animate` is called it returns a promise that can be used to capture when the animation has ended. Therefore if we were to trigger - * an animation (within our directive code) then we can continue performing directive and scope related activities after the animation has - * ended by chaining onto the returned promise that animation method returns. - * - * ```js - * // somewhere within the depths of the directive - * $animate.enter(element, parent).then(function() { - * //the animation has completed - * }); - * ``` - * - * (Note that earlier versions of Angular prior to v1.4 required the promise code to be wrapped using `$scope.$apply(...)`. This is not the case - * anymore.) - * - * In addition to the animation promise, we can also make use of animation-related callbacks within our directives and controller code by registering - * an event listener using the `$animate` service. Let's say for example that an animation was triggered on our view - * routing controller to hook into that: - * - * ```js - * ngModule.controller('HomePageController', ['$animate', function($animate) { - * $animate.on('enter', ngViewElement, function(element) { - * // the animation for this route has completed - * }]); - * }]) - * ``` - * - * (Note that you will need to trigger a digest within the callback to get angular to notice any scope-related changes.) - */ + } + }; + } - var copy; - var extend; - var forEach; - var isArray; - var isDefined; - var isElement; - var isFunction; - var isObject; - var isString; - var isUndefined; - var jqLite; - var noop; /** - * @ngdoc service - * @name $animate - * @kind object + * When IE9-11 comes across an unknown namespaced attribute e.g. 'xlink:foo' it adds 'xmlns:ns1' attribute to declare + * ns1 namespace and prefixes the attribute with 'ns1' (e.g. 'ns1:xlink:foo'). This is undesirable since we don't want + * to allow any of these custom attributes. This method strips them all. * - * @description - * The ngAnimate `$animate` service documentation is the same for the core `$animate` service. - * - * Click here {@link ng.$animate to learn more about animations with `$animate`}. + * @param node Root element to process */ - angular.module('ngAnimate', [], function initAngularHelpers() { - // Access helpers from angular core. - // Do it inside a `config` block to ensure `window.angular` is available. - noop = angular.noop; - copy = angular.copy; - extend = angular.extend; - jqLite = angular.element; - forEach = angular.forEach; - isArray = angular.isArray; - isString = angular.isString; - isObject = angular.isObject; - isUndefined = angular.isUndefined; - isDefined = angular.isDefined; - isFunction = angular.isFunction; - isElement = angular.isElement; - }).info({ angularVersion: '1.6.8' }).directive('ngAnimateSwap', ngAnimateSwapDirective).directive('ngAnimateChildren', $$AnimateChildrenDirective).factory('$$rAFScheduler', $$rAFSchedulerFactory).provider('$$animateQueue', $$AnimateQueueProvider).provider('$$animation', $$AnimationProvider).provider('$animateCss', $AnimateCssProvider).provider('$$animateCssDriver', $$AnimateCssDriverProvider).provider('$$animateJs', $$AnimateJsProvider).provider('$$animateJsDriver', $$AnimateJsDriverProvider); + function stripCustomNsAttrs(node) { + while (node) { + if (node.nodeType === window.Node.ELEMENT_NODE) { + var attrs = node.attributes; + for (var i = 0, l = attrs.length; i < l; i++) { + var attrNode = attrs[i]; + var attrName = attrNode.name.toLowerCase(); + if (attrName === 'xmlns:ns1' || attrName.lastIndexOf('ns1:', 0) === 0) { + node.removeAttributeNode(attrNode); + i--; + l--; + } + } + } + + var nextNode = node.firstChild; + if (nextNode) { + stripCustomNsAttrs(nextNode); + } + + node = getNonDescendant('nextSibling', node); + } + } + + function getNonDescendant(propName, node) { + // An element is clobbered if its `propName` property points to one of its descendants + var nextNode = node[propName]; + if (nextNode && nodeContains.call(node, nextNode)) { + throw $sanitizeMinErr('elclob', 'Failed to sanitize html because the element is clobbered: {0}', node.outerHTML || node.outerText); + } + return nextNode; + } +} + +function sanitizeText(chars) { + var buf = []; + var writer = htmlSanitizeWriter(buf, noop); + writer.chars(chars); + return buf.join(''); +} + + +// define ngSanitize module and register $sanitize service +angular.module('ngSanitize', []) + .provider('$sanitize', $SanitizeProvider) + .info({ angularVersion: '1.6.8' }); + +/** + * @ngdoc filter + * @name linky + * @kind function + * + * @description + * Finds links in text input and turns them into html links. Supports `http/https/ftp/sftp/mailto` and + * plain email address links. + * + * Requires the {@link ngSanitize `ngSanitize`} module to be installed. + * + * @param {string} text Input text. + * @param {string} [target] Window (`_blank|_self|_parent|_top`) or named frame to open links in. + * @param {object|function(url)} [attributes] Add custom attributes to the link element. + * + * Can be one of: + * + * - `object`: A map of attributes + * - `function`: Takes the url as a parameter and returns a map of attributes + * + * If the map of attributes contains a value for `target`, it overrides the value of + * the target parameter. + * + * + * @returns {string} Html-linkified and {@link $sanitize sanitized} text. + * + * @usage + + * + * @example + + +
    + Snippet: + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilterSourceRendered
    linky filter +
    <div ng-bind-html="snippet | linky">
    </div>
    +
    +
    +
    linky target +
    <div ng-bind-html="snippetWithSingleURL | linky:'_blank'">
    </div>
    +
    +
    +
    linky custom attributes +
    <div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}">
    </div>
    +
    +
    +
    no filter
    <div ng-bind="snippet">
    </div>
    + + + angular.module('linkyExample', ['ngSanitize']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.snippet = + 'Pretty text with some links:\n' + + 'http://angularjs.org/,\n' + + 'mailto:us@somewhere.org,\n' + + 'another@somewhere.org,\n' + + 'and one more: ftp://127.0.0.1/.'; + $scope.snippetWithSingleURL = 'http://angularjs.org/'; + }]); + + + it('should linkify the snippet with urls', function() { + expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). + toBe('Pretty text with some links: http://angularjs.org/, us@somewhere.org, ' + + 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); + expect(element.all(by.css('#linky-filter a')).count()).toEqual(4); + }); + + it('should not linkify snippet without the linky filter', function() { + expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()). + toBe('Pretty text with some links: http://angularjs.org/, mailto:us@somewhere.org, ' + + 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); + expect(element.all(by.css('#escaped-html a')).count()).toEqual(0); + }); + + it('should update', function() { + element(by.model('snippet')).clear(); + element(by.model('snippet')).sendKeys('new http://link.'); + expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). + toBe('new http://link.'); + expect(element.all(by.css('#linky-filter a')).count()).toEqual(1); + expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()) + .toBe('new http://link.'); + }); + + it('should work with the target property', function() { + expect(element(by.id('linky-target')). + element(by.binding("snippetWithSingleURL | linky:'_blank'")).getText()). + toBe('http://angularjs.org/'); + expect(element(by.css('#linky-target a')).getAttribute('target')).toEqual('_blank'); + }); + + it('should optionally add custom attributes', function() { + expect(element(by.id('linky-custom-attributes')). + element(by.binding("snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}")).getText()). + toBe('http://angularjs.org/'); + expect(element(by.css('#linky-custom-attributes a')).getAttribute('rel')).toEqual('nofollow'); + }); + + + */ +angular.module('ngSanitize').filter('linky', ['$sanitize', function($sanitize) { + var LINKY_URL_REGEXP = + /((s?ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i, + MAILTO_REGEXP = /^mailto:/i; + + var linkyMinErr = angular.$$minErr('linky'); + var isDefined = angular.isDefined; + var isFunction = angular.isFunction; + var isObject = angular.isObject; + var isString = angular.isString; + + return function(text, target, attributes) { + if (text == null || text === '') return text; + if (!isString(text)) throw linkyMinErr('notstring', 'Expected string but received: {0}', text); + + var attributesFn = + isFunction(attributes) ? attributes : + isObject(attributes) ? function getAttributesObject() {return attributes;} : + function getEmptyAttributesObject() {return {};}; + + var match; + var raw = text; + var html = []; + var url; + var i; + while ((match = raw.match(LINKY_URL_REGEXP))) { + // We can not end in these as they are sometimes found at the end of the sentence + url = match[0]; + // if we did not match ftp/http/www/mailto then assume mailto + if (!match[2] && !match[4]) { + url = (match[3] ? 'http://' : 'mailto:') + url; + } + i = match.index; + addText(raw.substr(0, i)); + addLink(url, match[0].replace(MAILTO_REGEXP, '')); + raw = raw.substring(i + match[0].length); + } + addText(raw); + return $sanitize(html.join('')); + + function addText(text) { + if (!text) { + return; + } + html.push(sanitizeText(text)); + } + + function addLink(url, text) { + var key, linkAttributes = attributesFn(url); + html.push(''); + addText(text); + html.push(''); + } + }; +}]); + + })(window, window.angular); -},{}],141:[function(require,module,exports){ -'use strict'; +},{}],144:[function(require,module,exports){ +require('./angular-sanitize'); +module.exports = 'ngSanitize'; -require('./angular-animate'); -module.exports = 'ngAnimate'; +},{"./angular-sanitize":143}],145:[function(require,module,exports){ +/*! + * angular-translate - v2.17.0 - 2017-12-21 + * + * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT + */ +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module unless amdModuleId is set + define([], function () { + return (factory()); + }); + } else if (typeof module === 'object' && module.exports) { + // Node. Does not work with strict CommonJS, but + // only CommonJS-like environments that support module.exports, + // like Node. + module.exports = factory(); + } else { + factory(); + } +}(this, function () { -},{"./angular-animate":140}],142:[function(require,module,exports){ -'use strict'; +$translateMissingTranslationHandlerLog.$inject = ['$log']; +angular.module('pascalprecht.translate') /** - * @license AngularJS v1.6.8 - * (c) 2010-2017 Google, Inc. http://angularjs.org - * License: MIT + * @ngdoc object + * @name pascalprecht.translate.$translateMissingTranslationHandlerLog + * @requires $log + * + * @description + * Uses angular's `$log` service to give a warning when trying to translate a + * translation id which doesn't exist. + * + * @returns {function} Handler function + */ +.factory('$translateMissingTranslationHandlerLog', $translateMissingTranslationHandlerLog); + +function $translateMissingTranslationHandlerLog ($log) { + + 'use strict'; + + return function (translationId) { + $log.warn('Translation for ' + translationId + ' doesn\'t exist'); + }; +} + +$translateMissingTranslationHandlerLog.displayName = '$translateMissingTranslationHandlerLog'; +return 'pascalprecht.translate'; + +})); + +},{}],146:[function(require,module,exports){ +/*! + * angular-translate - v2.17.0 - 2017-12-21 + * + * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT + */ +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module unless amdModuleId is set + define([], function () { + return (factory()); + }); + } else if (typeof module === 'object' && module.exports) { + // Node. Does not work with strict CommonJS, but + // only CommonJS-like environments that support module.exports, + // like Node. + module.exports = factory(); + } else { + factory(); + } +}(this, function () { + +/** + * @ngdoc overview + * @name pascalprecht.translate + * + * @description + * The main module which holds everything together. + */ +runTranslate.$inject = ['$translate']; +$translate.$inject = ['$STORAGE_KEY', '$windowProvider', '$translateSanitizationProvider', 'pascalprechtTranslateOverrider']; +$translateDefaultInterpolation.$inject = ['$interpolate', '$translateSanitization']; +translateDirective.$inject = ['$translate', '$interpolate', '$compile', '$parse', '$rootScope']; +translateAttrDirective.$inject = ['$translate', '$rootScope']; +translateCloakDirective.$inject = ['$translate', '$rootScope']; +translateFilterFactory.$inject = ['$parse', '$translate']; +$translationCache.$inject = ['$cacheFactory']; +angular.module('pascalprecht.translate', ['ng']) + .run(runTranslate); + +function runTranslate($translate) { + + 'use strict'; + + var key = $translate.storageKey(), + storage = $translate.storage(); + + var fallbackFromIncorrectStorageValue = function () { + var preferred = $translate.preferredLanguage(); + if (angular.isString(preferred)) { + $translate.use(preferred); + // $translate.use() will also remember the language. + // So, we don't need to call storage.put() here. + } else { + storage.put(key, $translate.use()); + } + }; + + fallbackFromIncorrectStorageValue.displayName = 'fallbackFromIncorrectStorageValue'; + + if (storage) { + if (!storage.get(key)) { + fallbackFromIncorrectStorageValue(); + } else { + $translate.use(storage.get(key))['catch'](fallbackFromIncorrectStorageValue); + } + } else if (angular.isString($translate.preferredLanguage())) { + $translate.use($translate.preferredLanguage()); + } +} + +runTranslate.displayName = 'runTranslate'; + +/** + * @ngdoc object + * @name pascalprecht.translate.$translateSanitizationProvider + * + * @description + * + * Configurations for $translateSanitization */ -(function (window, angular) { +angular.module('pascalprecht.translate').provider('$translateSanitization', $translateSanitizationProvider); + +function $translateSanitizationProvider () { + 'use strict'; - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - - var $sanitizeMinErr = angular.$$minErr('$sanitize'); - var bind; - var extend; - var forEach; - var isDefined; - var lowercase; - var noop; - var nodeContains; - var htmlParser; - var htmlSanitizeWriter; + var $sanitize, + $sce, + currentStrategy = null, // TODO change to either 'sanitize', 'escape' or ['sanitize', 'escapeParameters'] in 3.0. + hasConfiguredStrategy = false, + hasShownNoStrategyConfiguredWarning = false, + strategies; /** - * @ngdoc module - * @name ngSanitize - * @description - * - * The `ngSanitize` module provides functionality to sanitize HTML. - * - * See {@link ngSanitize.$sanitize `$sanitize`} for usage. + * Definition of a sanitization strategy function + * @callback StrategyFunction + * @param {string|object} value - value to be sanitized (either a string or an interpolated value map) + * @param {string} mode - either 'text' for a string (translation) or 'params' for the interpolated params + * @return {string|object} */ /** - * @ngdoc service - * @name $sanitize - * @kind function + * @ngdoc property + * @name strategies + * @propertyOf pascalprecht.translate.$translateSanitizationProvider * * @description - * Sanitizes an html string by stripping all potentially dangerous tokens. + * Following strategies are built-in: + *
    + *
    sanitize
    + *
    Sanitizes HTML in the translation text using $sanitize
    + *
    escape
    + *
    Escapes HTML in the translation
    + *
    sanitizeParameters
    + *
    Sanitizes HTML in the values of the interpolation parameters using $sanitize
    + *
    escapeParameters
    + *
    Escapes HTML in the values of the interpolation parameters
    + *
    escaped
    + *
    Support legacy strategy name 'escaped' for backwards compatibility (will be removed in 3.0)
    + *
    * - * The input is sanitized by parsing the HTML into tokens. All safe tokens (from a whitelist) are - * then serialized back to properly escaped html string. This means that no unsafe input can make - * it into the returned string. - * - * The whitelist for URL sanitization of attribute values is configured using the functions - * `aHrefSanitizationWhitelist` and `imgSrcSanitizationWhitelist` of {@link ng.$compileProvider - * `$compileProvider`}. - * - * The input may also contain SVG markup if this is enabled via {@link $sanitizeProvider}. + */ + + strategies = { + sanitize: function (value, mode/*, context*/) { + if (mode === 'text') { + value = htmlSanitizeValue(value); + } + return value; + }, + escape: function (value, mode/*, context*/) { + if (mode === 'text') { + value = htmlEscapeValue(value); + } + return value; + }, + sanitizeParameters: function (value, mode/*, context*/) { + if (mode === 'params') { + value = mapInterpolationParameters(value, htmlSanitizeValue); + } + return value; + }, + escapeParameters: function (value, mode/*, context*/) { + if (mode === 'params') { + value = mapInterpolationParameters(value, htmlEscapeValue); + } + return value; + }, + sce: function (value, mode, context) { + if (mode === 'text') { + value = htmlTrustValue(value); + } else if (mode === 'params') { + if (context !== 'filter') { + // do html escape in filter context #1101 + value = mapInterpolationParameters(value, htmlEscapeValue); + } + } + return value; + }, + sceParameters: function (value, mode/*, context*/) { + if (mode === 'params') { + value = mapInterpolationParameters(value, htmlTrustValue); + } + return value; + } + }; + // Support legacy strategy name 'escaped' for backwards compatibility. + // TODO should be removed in 3.0 + strategies.escaped = strategies.escapeParameters; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitizationProvider#addStrategy + * @methodOf pascalprecht.translate.$translateSanitizationProvider * - * @param {string} html HTML input. - * @returns {string} Sanitized HTML. + * @description + * Adds a sanitization strategy to the list of known strategies. * - * @example - - - -
    - Snippet: - - - - - - - - - - - - - - - - - - - - - - - - - -
    DirectiveHowSourceRendered
    ng-bind-htmlAutomatically uses $sanitize
    <div ng-bind-html="snippet">
    </div>
    ng-bind-htmlBypass $sanitize by explicitly trusting the dangerous value -
    <div ng-bind-html="deliberatelyTrustDangerousSnippet()">
    -  </div>
    -
    ng-bindAutomatically escapes
    <div ng-bind="snippet">
    </div>
    -
    -
    - - it('should sanitize the html snippet by default', function() { - expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). - toBe('

    an html\nclick here\nsnippet

    '); - }); - - it('should inline raw snippet if bound to a trusted value', function() { - expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')). - toBe("

    an html\n" + - "click here\n" + - "snippet

    "); - }); - - it('should escape snippet without any filter', function() { - expect(element(by.css('#bind-default div')).getAttribute('innerHTML')). - toBe("<p style=\"color:blue\">an html\n" + - "<em onmouseover=\"this.textContent='PWN3D!'\">click here</em>\n" + - "snippet</p>"); - }); - - it('should update', function() { - element(by.model('snippet')).clear(); - element(by.model('snippet')).sendKeys('new text'); - expect(element(by.css('#bind-html-with-sanitize div')).getAttribute('innerHTML')). - toBe('new text'); - expect(element(by.css('#bind-html-with-trust div')).getAttribute('innerHTML')).toBe( - 'new text'); - expect(element(by.css('#bind-default div')).getAttribute('innerHTML')).toBe( - "new <b onclick=\"alert(1)\">text</b>"); - }); -
    -
    + * @param {string} strategyName - unique key for a strategy + * @param {StrategyFunction} strategyFunction - strategy function + * @returns {object} this + */ + this.addStrategy = function (strategyName, strategyFunction) { + strategies[strategyName] = strategyFunction; + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitizationProvider#removeStrategy + * @methodOf pascalprecht.translate.$translateSanitizationProvider + * + * @description + * Removes a sanitization strategy from the list of known strategies. + * + * @param {string} strategyName - unique key for a strategy + * @returns {object} this */ + this.removeStrategy = function (strategyName) { + delete strategies[strategyName]; + return this; + }; /** - * @ngdoc provider - * @name $sanitizeProvider - * @this + * @ngdoc function + * @name pascalprecht.translate.$translateSanitizationProvider#useStrategy + * @methodOf pascalprecht.translate.$translateSanitizationProvider * * @description - * Creates and configures {@link $sanitize} instance. + * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. + * + * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. + * @returns {object} this */ - function $SanitizeProvider() { - var svgEnabled = false; + this.useStrategy = function (strategy) { + hasConfiguredStrategy = true; + currentStrategy = strategy; + return this; + }; - this.$get = ['$$sanitizeUri', function ($$sanitizeUri) { - if (svgEnabled) { - extend(validElements, svgElements); - } - return function (html) { - var buf = []; - htmlParser(html, htmlSanitizeWriter(buf, function (uri, isImage) { - return !/^unsafe:/.test($$sanitizeUri(uri, isImage)); - })); - return buf.join(''); - }; - }]; + /** + * @ngdoc object + * @name pascalprecht.translate.$translateSanitization + * @requires $injector + * @requires $log + * + * @description + * Sanitizes interpolation parameters and translated texts. + * + */ + this.$get = ['$injector', '$log', function ($injector, $log) { + + var cachedStrategyMap = {}; + + var applyStrategies = function (value, mode, context, selectedStrategies) { + angular.forEach(selectedStrategies, function (selectedStrategy) { + if (angular.isFunction(selectedStrategy)) { + value = selectedStrategy(value, mode, context); + } else if (angular.isFunction(strategies[selectedStrategy])) { + value = strategies[selectedStrategy](value, mode, context); + } else if (angular.isString(strategies[selectedStrategy])) { + if (!cachedStrategyMap[strategies[selectedStrategy]]) { + try { + cachedStrategyMap[strategies[selectedStrategy]] = $injector.get(strategies[selectedStrategy]); + } catch (e) { + cachedStrategyMap[strategies[selectedStrategy]] = function() {}; + throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); + } + } + value = cachedStrategyMap[strategies[selectedStrategy]](value, mode, context); + } else { + throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); + } + }); + return value; + }; - /** - * @ngdoc method - * @name $sanitizeProvider#enableSvg - * @kind function - * - * @description - * Enables a subset of svg to be supported by the sanitizer. - * - *
    - *

    By enabling this setting without taking other precautions, you might expose your - * application to click-hijacking attacks. In these attacks, sanitized svg elements could be positioned - * outside of the containing element and be rendered over other elements on the page (e.g. a login - * link). Such behavior can then result in phishing incidents.

    - * - *

    To protect against these, explicitly setup `overflow: hidden` css rule for all potential svg - * tags within the sanitized content:

    - * - *
    - * - *
    
    -     *   .rootOfTheIncludedContent svg {
    -     *     overflow: hidden !important;
    -     *   }
    -     *   
    - *
    - * - * @param {boolean=} flag Enable or disable SVG support in the sanitizer. - * @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called - * without an argument or self for chaining otherwise. - */ - this.enableSvg = function (enableSvg) { - if (isDefined(enableSvg)) { - svgEnabled = enableSvg; - return this; - } else { - return svgEnabled; + // TODO: should be removed in 3.0 + var showNoStrategyConfiguredWarning = function () { + if (!hasConfiguredStrategy && !hasShownNoStrategyConfiguredWarning) { + $log.warn('pascalprecht.translate.$translateSanitization: No sanitization strategy has been configured. This can have serious security implications. See http://angular-translate.github.io/docs/#/guide/19_security for details.'); + hasShownNoStrategyConfiguredWarning = true; } }; - ////////////////////////////////////////////////////////////////////////////////////////////////// - // Private stuff - ////////////////////////////////////////////////////////////////////////////////////////////////// + if ($injector.has('$sanitize')) { + $sanitize = $injector.get('$sanitize'); + } + if ($injector.has('$sce')) { + $sce = $injector.get('$sce'); + } - bind = angular.bind; - extend = angular.extend; - forEach = angular.forEach; - isDefined = angular.isDefined; - lowercase = angular.lowercase; - noop = angular.noop; + return { + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitization#useStrategy + * @methodOf pascalprecht.translate.$translateSanitization + * + * @description + * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. + * + * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. + */ + useStrategy: (function (self) { + return function (strategy) { + self.useStrategy(strategy); + }; + })(this), - htmlParser = htmlParserImpl; - htmlSanitizeWriter = htmlSanitizeWriterImpl; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateSanitization#sanitize + * @methodOf pascalprecht.translate.$translateSanitization + * + * @description + * Sanitizes a value. + * + * @param {string|object} value The value which should be sanitized. + * @param {string} mode The current sanitization mode, either 'params' or 'text'. + * @param {string|StrategyFunction|array} [strategy] Optional custom strategy which should be used instead of the currently selected strategy. + * @param {string} [context] The context of this call: filter, service. Default is service + * @returns {string|object} sanitized value + */ + sanitize: function (value, mode, strategy, context) { + if (!currentStrategy) { + showNoStrategyConfiguredWarning(); + } - nodeContains = window.Node.prototype.contains || /** @this */function (arg) { - // eslint-disable-next-line no-bitwise - return !!(this.compareDocumentPosition(arg) & 16); + if (!strategy && strategy !== null) { + strategy = currentStrategy; + } + + if (!strategy) { + return value; + } + + if (!context) { + context = 'service'; + } + + var selectedStrategies = angular.isArray(strategy) ? strategy : [strategy]; + return applyStrategies(value, mode, context, selectedStrategies); + } }; + }]; - // Regular Expressions for parsing tags and attributes - var SURROGATE_PAIR_REGEXP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + var htmlEscapeValue = function (value) { + var element = angular.element('
    '); + element.text(value); // not chainable, see #1044 + return element.html(); + }; - // Match everything outside of normal chars and " (quote character) - NON_ALPHANUMERIC_REGEXP = /([^#-~ |!])/g; + var htmlSanitizeValue = function (value) { + if (!$sanitize) { + throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sanitize service. Either include the ngSanitize module (https://docs.angularjs.org/api/ngSanitize) or use a sanitization strategy which does not depend on $sanitize, such as \'escape\'.'); + } + return $sanitize(value); + }; - // Good source of info about elements and attributes - // http://dev.w3.org/html5/spec/Overview.html#semantics - // http://simon.html5.org/html-elements + var htmlTrustValue = function (value) { + if (!$sce) { + throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sce service.'); + } + return $sce.trustAsHtml(value); + }; - // Safe Void Elements - HTML5 - // http://dev.w3.org/html5/spec/Overview.html#void-elements - var voidElements = toMap('area,br,col,hr,img,wbr'); + var mapInterpolationParameters = function (value, iteratee, stack) { + if (angular.isDate(value)) { + return value; + } else if (angular.isObject(value)) { + var result = angular.isArray(value) ? [] : {}; - // Elements that you can, intentionally, leave open (and which close themselves) - // http://dev.w3.org/html5/spec/Overview.html#optional-tags - var optionalEndTagBlockElements = toMap('colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr'), - optionalEndTagInlineElements = toMap('rp,rt'), - optionalEndTagElements = extend({}, optionalEndTagInlineElements, optionalEndTagBlockElements); + if (!stack) { + stack = []; + } else { + if (stack.indexOf(value) > -1) { + throw new Error('pascalprecht.translate.$translateSanitization: Error cannot interpolate parameter due recursive object'); + } + } - // Safe Block Elements - HTML5 - var blockElements = extend({}, optionalEndTagBlockElements, toMap('address,article,' + 'aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,' + 'h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul')); + stack.push(value); + angular.forEach(value, function (propertyValue, propertyKey) { - // Inline Elements - HTML5 - var inlineElements = extend({}, optionalEndTagInlineElements, toMap('a,abbr,acronym,b,' + 'bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,' + 'samp,small,span,strike,strong,sub,sup,time,tt,u,var')); + /* Skipping function properties. */ + if (angular.isFunction(propertyValue)) { + return; + } - // SVG Elements - // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Elements - // Note: the elements animate,animateColor,animateMotion,animateTransform,set are intentionally omitted. - // They can potentially allow for arbitrary javascript to be executed. See #11290 - var svgElements = toMap('circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,' + 'hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,' + 'radialGradient,rect,stop,svg,switch,text,title,tspan'); + result[propertyKey] = mapInterpolationParameters(propertyValue, iteratee, stack); + }); + stack.splice(-1, 1); // remove last - // Blocked Elements (will be stripped) - var blockedElements = toMap('script,style'); + return result; + } else if (angular.isNumber(value)) { + return value; + } else if (value === true || value === false) { + return value; + } else if (!angular.isUndefined(value) && value !== null) { + return iteratee(value); + } else { + return value; + } + }; +} - var validElements = extend({}, voidElements, blockElements, inlineElements, optionalEndTagElements); +/** + * @ngdoc object + * @name pascalprecht.translate.$translateProvider + * @description + * + * $translateProvider allows developers to register translation-tables, asynchronous loaders + * and similar to configure translation behavior directly inside of a module. + * + */ +angular.module('pascalprecht.translate') + .constant('pascalprechtTranslateOverrider', {}) + .provider('$translate', $translate); - //Attributes that have href and hence need to be sanitized - var uriAttrs = toMap('background,cite,href,longdesc,src,xlink:href'); +function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvider, pascalprechtTranslateOverrider) { - var htmlAttrs = toMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' + 'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' + 'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' + 'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' + 'valign,value,vspace,width'); + 'use strict'; - // SVG attributes (without "id" and "name" attributes) - // https://wiki.whatwg.org/wiki/Sanitization_rules#svg_Attributes - var svgAttrs = toMap('accent-height,accumulate,additive,alphabetic,arabic-form,ascent,' + 'baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,' + 'cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,' + 'font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,' + 'height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,' + 'marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,' + 'max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,' + 'path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,' + 'requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,' + 'stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,' + 'stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,' + 'stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,' + 'underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,' + 'width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,' + 'xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan', true); + var $translationTable = {}, + $preferredLanguage, + $availableLanguageKeys = [], + $languageKeyAliases, + $fallbackLanguage, + $fallbackWasString, + $uses, + $nextLang, + $storageFactory, + $storageKey = $STORAGE_KEY, + $storagePrefix, + $missingTranslationHandlerFactory, + $interpolationFactory, + $interpolatorFactories = [], + $loaderFactory, + $cloakClassName = 'translate-cloak', + $loaderOptions, + $notFoundIndicatorLeft, + $notFoundIndicatorRight, + $postCompilingEnabled = false, + $forceAsyncReloadEnabled = false, + $nestedObjectDelimeter = '.', + $isReady = false, + $keepContent = false, + loaderCache, + directivePriority = 0, + statefulFilter = true, + postProcessFn, + uniformLanguageTagResolver = 'default', + languageTagResolver = { + 'default' : function (tag) { + return (tag || '').split('-').join('_'); + }, + java : function (tag) { + var temp = (tag || '').split('-').join('_'); + var parts = temp.split('_'); + return parts.length > 1 ? (parts[0].toLowerCase() + '_' + parts[1].toUpperCase()) : temp; + }, + bcp47 : function (tag) { + var temp = (tag || '').split('_').join('-'); + var parts = temp.split('-'); - var validAttrs = extend({}, uriAttrs, svgAttrs, htmlAttrs); + switch (parts.length) { + case 1: // language only + parts[0] = parts[0].toLowerCase(); + break; + case 2: // language-script or language-region + parts[0] = parts[0].toLowerCase(); + if (parts[1].length === 4) { // parts[1] is script + parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); + } else { // parts[1] is region + parts[1] = parts[1].toUpperCase(); + } + break; + case 3: // language-script-region + parts[0] = parts[0].toLowerCase(); + parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); + parts[2] = parts[2].toUpperCase(); + break; + default: + return temp; + } - function toMap(str, lowercaseKeys) { - var obj = {}, - items = str.split(','), - i; - for (i = 0; i < items.length; i++) { - obj[lowercaseKeys ? lowercase(items[i]) : items[i]] = true; + return parts.join('-'); + }, + 'iso639-1' : function (tag) { + var temp = (tag || '').split('_').join('-'); + var parts = temp.split('-'); + return parts[0].toLowerCase(); } - return obj; + }; + + var version = '2.17.0'; + + // tries to determine the browsers language + var getFirstBrowserLanguage = function () { + + // internal purpose only + if (angular.isFunction(pascalprechtTranslateOverrider.getLocale)) { + return pascalprechtTranslateOverrider.getLocale(); } - /** - * Create an inert document that contains the dirty HTML that needs sanitizing - * Depending upon browser support we use one of three strategies for doing this. - * Support: Safari 10.x -> XHR strategy - * Support: Firefox -> DomParser strategy - */ - var getInertBodyElement /* function(html: string): HTMLBodyElement */ = function (window, document) { - var inertDocument; - if (document && document.implementation) { - inertDocument = document.implementation.createHTMLDocument('inert'); - } else { - throw $sanitizeMinErr('noinert', 'Can\'t create an inert html document'); - } - var inertBodyElement = (inertDocument.documentElement || inertDocument.getDocumentElement()).querySelector('body'); + var nav = $windowProvider.$get().navigator, + browserLanguagePropertyKeys = ['language', 'browserLanguage', 'systemLanguage', 'userLanguage'], + i, + language; - // Check for the Safari 10.1 bug - which allows JS to run inside the SVG G element - inertBodyElement.innerHTML = ''; - if (!inertBodyElement.querySelector('svg')) { - return getInertBodyElement_XHR; - } else { - // Check for the Firefox bug - which prevents the inner img JS from being sanitized - inertBodyElement.innerHTML = '

    '; - if (inertBodyElement.querySelector('svg img')) { - return getInertBodyElement_DOMParser; - } else { - return getInertBodyElement_InertDocument; + // support for HTML 5.1 "navigator.languages" + if (angular.isArray(nav.languages)) { + for (i = 0; i < nav.languages.length; i++) { + language = nav.languages[i]; + if (language && language.length) { + return language; } } + } - function getInertBodyElement_XHR(html) { - // We add this dummy element to ensure that the rest of the content is parsed as expected - // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. - html = '' + html; - try { - html = encodeURI(html); - } catch (e) { - return undefined; - } - var xhr = new window.XMLHttpRequest(); - xhr.responseType = 'document'; - xhr.open('GET', 'data:text/html;charset=utf-8,' + html, false); - xhr.send(null); - var body = xhr.response.body; - body.firstChild.remove(); - return body; + // support for other well known properties in browsers + for (i = 0; i < browserLanguagePropertyKeys.length; i++) { + language = nav[browserLanguagePropertyKeys[i]]; + if (language && language.length) { + return language; } + } - function getInertBodyElement_DOMParser(html) { - // We add this dummy element to ensure that the rest of the content is parsed as expected - // e.g. leading whitespace is maintained and tags like `` do not get hoisted to the `` tag. - html = '' + html; - try { - var body = new window.DOMParser().parseFromString(html, 'text/html').body; - body.firstChild.remove(); - return body; - } catch (e) { - return undefined; - } + return null; + }; + getFirstBrowserLanguage.displayName = 'angular-translate/service: getFirstBrowserLanguage'; + + // tries to determine the browsers locale + var getLocale = function () { + var locale = getFirstBrowserLanguage() || ''; + if (languageTagResolver[uniformLanguageTagResolver]) { + locale = languageTagResolver[uniformLanguageTagResolver](locale); + } + return locale; + }; + getLocale.displayName = 'angular-translate/service: getLocale'; + + /** + * @name indexOf + * @private + * + * @description + * indexOf polyfill. Kinda sorta. + * + * @param {array} array Array to search in. + * @param {string} searchElement Element to search for. + * + * @returns {int} Index of search element. + */ + var indexOf = function (array, searchElement) { + for (var i = 0, len = array.length; i < len; i++) { + if (array[i] === searchElement) { + return i; } + } + return -1; + }; - function getInertBodyElement_InertDocument(html) { - inertBodyElement.innerHTML = html; + /** + * @name trim + * @private + * + * @description + * trim polyfill + * + * @returns {string} The string stripped of whitespace from both ends + */ + var trim = function () { + return this.toString().replace(/^\s+|\s+$/g, ''); + }; - // Support: IE 9-11 only - // strip custom-namespaced attributes on IE<=11 - if (document.documentMode) { - stripCustomNsAttrs(inertBodyElement); - } + /** + * @name lowercase + * @private + * + * @description + * Return the lowercase string only if the type is string + * + * @returns {string} The string all in lowercase + */ + var lowercase = function (string) { + return angular.isString(string) ? string.toLowerCase() : string; + }; - return inertBodyElement; - } - }(window, window.document); + var negotiateLocale = function (preferred) { + if (!preferred) { + return; + } - /** - * @example - * htmlParser(htmlString, { - * start: function(tag, attrs) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * }); - * - * @param {string} html string - * @param {object} handler - */ - function htmlParserImpl(html, handler) { - if (html === null || html === undefined) { - html = ''; - } else if (typeof html !== 'string') { - html = '' + html; - } + var avail = [], + locale = lowercase(preferred), + i = 0, + n = $availableLanguageKeys.length; + + for (; i < n; i++) { + avail.push(lowercase($availableLanguageKeys[i])); + } - var inertBodyElement = getInertBodyElement(html); - if (!inertBodyElement) return ''; + // Check for an exact match in our list of available keys + i = indexOf(avail, locale); + if (i > -1) { + return $availableLanguageKeys[i]; + } - //mXSS protection - var mXSSAttempts = 5; - do { - if (mXSSAttempts === 0) { - throw $sanitizeMinErr('uinput', 'Failed to sanitize html because the input is unstable'); - } - mXSSAttempts--; - - // trigger mXSS if it is going to happen by reading and writing the innerHTML - html = inertBodyElement.innerHTML; - inertBodyElement = getInertBodyElement(html); - } while (html !== inertBodyElement.innerHTML); - - var node = inertBodyElement.firstChild; - while (node) { - switch (node.nodeType) { - case 1: - // ELEMENT_NODE - handler.start(node.nodeName.toLowerCase(), attrToMap(node.attributes)); - break; - case 3: - // TEXT NODE - handler.chars(node.textContent); - break; - } + if ($languageKeyAliases) { + var alias; + for (var langKeyAlias in $languageKeyAliases) { + if ($languageKeyAliases.hasOwnProperty(langKeyAlias)) { + var hasWildcardKey = false; + var hasExactKey = Object.prototype.hasOwnProperty.call($languageKeyAliases, langKeyAlias) && + lowercase(langKeyAlias) === lowercase(preferred); - var nextNode; - if (!(nextNode = node.firstChild)) { - if (node.nodeType === 1) { - handler.end(node.nodeName.toLowerCase()); + if (langKeyAlias.slice(-1) === '*') { + hasWildcardKey = lowercase(langKeyAlias.slice(0, -1)) === lowercase(preferred.slice(0, langKeyAlias.length - 1)); } - nextNode = getNonDescendant('nextSibling', node); - if (!nextNode) { - while (nextNode == null) { - node = getNonDescendant('parentNode', node); - if (node === inertBodyElement) break; - nextNode = getNonDescendant('nextSibling', node); - if (node.nodeType === 1) { - handler.end(node.nodeName.toLowerCase()); - } + if (hasExactKey || hasWildcardKey) { + alias = $languageKeyAliases[langKeyAlias]; + if (indexOf(avail, lowercase(alias)) > -1) { + return alias; } } } - node = nextNode; } + } - while (node = inertBodyElement.firstChild) { - inertBodyElement.removeChild(node); - } + // Check for a language code without region + var parts = preferred.split('_'); + + if (parts.length > 1 && indexOf(avail, lowercase(parts[0])) > -1) { + return parts[0]; + } + + // If everything fails, return undefined. + return; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#translations + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Registers a new translation table for specific language key. + * + * To register a translation table for specific language, pass a defined language + * key as first parameter. + * + *

    +   *  // register translation table for language: 'de_DE'
    +   *  $translateProvider.translations('de_DE', {
    +   *    'GREETING': 'Hallo Welt!'
    +   *  });
    +   *
    +   *  // register another one
    +   *  $translateProvider.translations('en_US', {
    +   *    'GREETING': 'Hello world!'
    +   *  });
    +   * 
    + * + * When registering multiple translation tables for for the same language key, + * the actual translation table gets extended. This allows you to define module + * specific translation which only get added, once a specific module is loaded in + * your app. + * + * Invoking this method with no arguments returns the translation table which was + * registered with no language key. Invoking it with a language key returns the + * related translation table. + * + * @param {string} langKey A language key. + * @param {object} translationTable A plain old JavaScript object that represents a translation table. + * + */ + var translations = function (langKey, translationTable) { + + if (!langKey && !translationTable) { + return $translationTable; } - function attrToMap(attrs) { - var map = {}; - for (var i = 0, ii = attrs.length; i < ii; i++) { - var attr = attrs[i]; - map[attr.name] = attr.value; + if (langKey && !translationTable) { + if (angular.isString(langKey)) { + return $translationTable[langKey]; } - return map; + } else { + if (!angular.isObject($translationTable[langKey])) { + $translationTable[langKey] = {}; + } + angular.extend($translationTable[langKey], flatObject(translationTable)); } + return this; + }; - /** - * Escapes all potentially dangerous characters, so that the - * resulting string can be safely inserted into attribute or - * element text. - * @param value - * @returns {string} escaped text - */ - function encodeEntities(value) { - return value.replace(/&/g, '&').replace(SURROGATE_PAIR_REGEXP, function (value) { - var hi = value.charCodeAt(0); - var low = value.charCodeAt(1); - return '&#' + ((hi - 0xD800) * 0x400 + (low - 0xDC00) + 0x10000) + ';'; - }).replace(NON_ALPHANUMERIC_REGEXP, function (value) { - return '&#' + value.charCodeAt(0) + ';'; - }).replace(//g, '>'); + this.translations = translations; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#cloakClassName + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * + * Let's you change the class name for `translate-cloak` directive. + * Default class name is `translate-cloak`. + * + * @param {string} name translate-cloak class name + */ + this.cloakClassName = function (name) { + if (!name) { + return $cloakClassName; } + $cloakClassName = name; + return this; + }; - /** - * create an HTML/XML writer which writes to buffer - * @param {Array} buf use buf.join('') to get out sanitized html string - * @returns {object} in the form of { - * start: function(tag, attrs) {}, - * end: function(tag) {}, - * chars: function(text) {}, - * comment: function(text) {} - * } - */ - function htmlSanitizeWriterImpl(buf, uriValidator) { - var ignoreCurrentElement = false; - var out = bind(buf, buf.push); - return { - start: function start(tag, attrs) { - tag = lowercase(tag); - if (!ignoreCurrentElement && blockedElements[tag]) { - ignoreCurrentElement = tag; - } - if (!ignoreCurrentElement && validElements[tag] === true) { - out('<'); - out(tag); - forEach(attrs, function (value, key) { - var lkey = lowercase(key); - var isImage = tag === 'img' && lkey === 'src' || lkey === 'background'; - if (validAttrs[lkey] === true && (uriAttrs[lkey] !== true || uriValidator(value, isImage))) { - out(' '); - out(key); - out('="'); - out(encodeEntities(value)); - out('"'); - } - }); - out('>'); - } - }, - end: function end(tag) { - tag = lowercase(tag); - if (!ignoreCurrentElement && validElements[tag] === true && voidElements[tag] !== true) { - out(''); - } - // eslint-disable-next-line eqeqeq - if (tag == ignoreCurrentElement) { - ignoreCurrentElement = false; - } - }, - chars: function chars(_chars) { - if (!ignoreCurrentElement) { - out(encodeEntities(_chars)); - } - } - }; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#nestedObjectDelimeter + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * + * Let's you change the delimiter for namespaced translations. + * Default delimiter is `.`. + * + * @param {string} delimiter namespace separator + */ + this.nestedObjectDelimeter = function (delimiter) { + if (!delimiter) { + return $nestedObjectDelimeter; } + $nestedObjectDelimeter = delimiter; + return this; + }; - /** - * When IE9-11 comes across an unknown namespaced attribute e.g. 'xlink:foo' it adds 'xmlns:ns1' attribute to declare - * ns1 namespace and prefixes the attribute with 'ns1' (e.g. 'ns1:xlink:foo'). This is undesirable since we don't want - * to allow any of these custom attributes. This method strips them all. - * - * @param node Root element to process - */ - function stripCustomNsAttrs(node) { - while (node) { - if (node.nodeType === window.Node.ELEMENT_NODE) { - var attrs = node.attributes; - for (var i = 0, l = attrs.length; i < l; i++) { - var attrNode = attrs[i]; - var attrName = attrNode.name.toLowerCase(); - if (attrName === 'xmlns:ns1' || attrName.lastIndexOf('ns1:', 0) === 0) { - node.removeAttributeNode(attrNode); - i--; - l--; - } - } - } + /** + * @name flatObject + * @private + * + * @description + * Flats an object. This function is used to flatten given translation data with + * namespaces, so they are later accessible via dot notation. + */ + var flatObject = function (data, path, result, prevKey) { + var key, keyWithPath, keyWithShortPath, val; - var nextNode = node.firstChild; - if (nextNode) { - stripCustomNsAttrs(nextNode); + if (!path) { + path = []; + } + if (!result) { + result = {}; + } + for (key in data) { + if (!Object.prototype.hasOwnProperty.call(data, key)) { + continue; + } + val = data[key]; + if (angular.isObject(val)) { + flatObject(val, path.concat(key), result, key); + } else { + keyWithPath = path.length ? ('' + path.join($nestedObjectDelimeter) + $nestedObjectDelimeter + key) : key; + if (path.length && key === prevKey) { + // Create shortcut path (foo.bar == foo.bar.bar) + keyWithShortPath = '' + path.join($nestedObjectDelimeter); + // Link it to original path + result[keyWithShortPath] = '@:' + keyWithPath; } - - node = getNonDescendant('nextSibling', node); + result[keyWithPath] = val; } } + return result; + }; + flatObject.displayName = 'flatObject'; - function getNonDescendant(propName, node) { - // An element is clobbered if its `propName` property points to one of its descendants - var nextNode = node[propName]; - if (nextNode && nodeContains.call(node, nextNode)) { - throw $sanitizeMinErr('elclob', 'Failed to sanitize html because the element is clobbered: {0}', node.outerHTML || node.outerText); - } - return nextNode; - } - } + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#addInterpolation + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Adds interpolation services to angular-translate, so it can manage them. + * + * @param {object} factory Interpolation service factory + */ + this.addInterpolation = function (factory) { + $interpolatorFactories.push(factory); + return this; + }; - function sanitizeText(chars) { - var buf = []; - var writer = htmlSanitizeWriter(buf, noop); - writer.chars(chars); - return buf.join(''); - } + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useMessageFormatInterpolation + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use interpolation functionality of messageformat.js. + * This is useful when having high level pluralization and gender selection. + */ + this.useMessageFormatInterpolation = function () { + return this.useInterpolation('$translateMessageFormatInterpolation'); + }; - // define ngSanitize module and register $sanitize service - angular.module('ngSanitize', []).provider('$sanitize', $SanitizeProvider).info({ angularVersion: '1.6.8' }); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useInterpolation + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate which interpolation style to use as default, application-wide. + * Simply pass a factory/service name. The interpolation service has to implement + * the correct interface. + * + * @param {string} factory Interpolation service name. + */ + this.useInterpolation = function (factory) { + $interpolationFactory = factory; + return this; + }; /** - * @ngdoc filter - * @name linky - * @kind function + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useSanitizeStrategy + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Simply sets a sanitation strategy type. + * + * @param {string} value Strategy type. + */ + this.useSanitizeValueStrategy = function (value) { + $translateSanitizationProvider.useStrategy(value); + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#preferredLanguage + * @methodOf pascalprecht.translate.$translateProvider * * @description - * Finds links in text input and turns them into html links. Supports `http/https/ftp/sftp/mailto` and - * plain email address links. + * Tells the module which of the registered translation tables to use for translation + * at initial startup by passing a language key. Similar to `$translateProvider#use` + * only that it says which language to **prefer**. + * It is recommended to call this after {@link pascalprecht.translate.$translate#fallbackLanguage fallbackLanguage()}. * - * Requires the {@link ngSanitize `ngSanitize`} module to be installed. + * @param {string} langKey A language key. + */ + this.preferredLanguage = function (langKey) { + if (langKey) { + setupPreferredLanguage(langKey); + return this; + } + return $preferredLanguage; + }; + var setupPreferredLanguage = function (langKey) { + if (langKey) { + $preferredLanguage = langKey; + } + return $preferredLanguage; + }; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicator + * @methodOf pascalprecht.translate.$translateProvider * - * @param {string} text Input text. - * @param {string} [target] Window (`_blank|_self|_parent|_top`) or named frame to open links in. - * @param {object|function(url)} [attributes] Add custom attributes to the link element. + * @description + * Sets an indicator which is used when a translation isn't found. E.g. when + * setting the indicator as 'X' and one tries to translate a translation id + * called `NOT_FOUND`, this will result in `X NOT_FOUND X`. * - * Can be one of: + * Internally this methods sets a left indicator and a right indicator using + * `$translateProvider.translationNotFoundIndicatorLeft()` and + * `$translateProvider.translationNotFoundIndicatorRight()`. * - * - `object`: A map of attributes - * - `function`: Takes the url as a parameter and returns a map of attributes + * **Note**: These methods automatically add a whitespace between the indicators + * and the translation id. * - * If the map of attributes contains a value for `target`, it overrides the value of - * the target parameter. + * @param {string} indicator An indicator, could be any string. + */ + this.translationNotFoundIndicator = function (indicator) { + this.translationNotFoundIndicatorLeft(indicator); + this.translationNotFoundIndicatorRight(indicator); + return this; + }; + + /** + * ngdoc function + * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft + * @methodOf pascalprecht.translate.$translateProvider * + * @description + * Sets an indicator which is used when a translation isn't found left to the + * translation id. * - * @returns {string} Html-linkified and {@link $sanitize sanitized} text. + * @param {string} indicator An indicator. + */ + this.translationNotFoundIndicatorLeft = function (indicator) { + if (!indicator) { + return $notFoundIndicatorLeft; + } + $notFoundIndicatorLeft = indicator; + return this; + }; + + /** + * ngdoc function + * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft + * @methodOf pascalprecht.translate.$translateProvider * - * @usage - + * @description + * Sets an indicator which is used when a translation isn't found right to the + * translation id. * - * @example - - -
    - Snippet: - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilterSourceRendered
    linky filter -
    <div ng-bind-html="snippet | linky">
    </div>
    -
    -
    -
    linky target -
    <div ng-bind-html="snippetWithSingleURL | linky:'_blank'">
    </div>
    -
    -
    -
    linky custom attributes -
    <div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}">
    </div>
    -
    -
    -
    no filter
    <div ng-bind="snippet">
    </div>
    - - - angular.module('linkyExample', ['ngSanitize']) - .controller('ExampleController', ['$scope', function($scope) { - $scope.snippet = - 'Pretty text with some links:\n' + - 'http://angularjs.org/,\n' + - 'mailto:us@somewhere.org,\n' + - 'another@somewhere.org,\n' + - 'and one more: ftp://127.0.0.1/.'; - $scope.snippetWithSingleURL = 'http://angularjs.org/'; - }]); - - - it('should linkify the snippet with urls', function() { - expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). - toBe('Pretty text with some links: http://angularjs.org/, us@somewhere.org, ' + - 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); - expect(element.all(by.css('#linky-filter a')).count()).toEqual(4); - }); - - it('should not linkify snippet without the linky filter', function() { - expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()). - toBe('Pretty text with some links: http://angularjs.org/, mailto:us@somewhere.org, ' + - 'another@somewhere.org, and one more: ftp://127.0.0.1/.'); - expect(element.all(by.css('#escaped-html a')).count()).toEqual(0); - }); - - it('should update', function() { - element(by.model('snippet')).clear(); - element(by.model('snippet')).sendKeys('new http://link.'); - expect(element(by.id('linky-filter')).element(by.binding('snippet | linky')).getText()). - toBe('new http://link.'); - expect(element.all(by.css('#linky-filter a')).count()).toEqual(1); - expect(element(by.id('escaped-html')).element(by.binding('snippet')).getText()) - .toBe('new http://link.'); - }); - - it('should work with the target property', function() { - expect(element(by.id('linky-target')). - element(by.binding("snippetWithSingleURL | linky:'_blank'")).getText()). - toBe('http://angularjs.org/'); - expect(element(by.css('#linky-target a')).getAttribute('target')).toEqual('_blank'); - }); - - it('should optionally add custom attributes', function() { - expect(element(by.id('linky-custom-attributes')). - element(by.binding("snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}")).getText()). - toBe('http://angularjs.org/'); - expect(element(by.css('#linky-custom-attributes a')).getAttribute('rel')).toEqual('nofollow'); - }); - - + * @param {string} indicator An indicator. */ - angular.module('ngSanitize').filter('linky', ['$sanitize', function ($sanitize) { - var LINKY_URL_REGEXP = /((s?ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i, - MAILTO_REGEXP = /^mailto:/i; - - var linkyMinErr = angular.$$minErr('linky'); - var isDefined = angular.isDefined; - var isFunction = angular.isFunction; - var isObject = angular.isObject; - var isString = angular.isString; - - return function (text, target, attributes) { - if (text == null || text === '') return text; - if (!isString(text)) throw linkyMinErr('notstring', 'Expected string but received: {0}', text); - - var attributesFn = isFunction(attributes) ? attributes : isObject(attributes) ? function getAttributesObject() { - return attributes; - } : function getEmptyAttributesObject() { - return {}; - }; + this.translationNotFoundIndicatorRight = function (indicator) { + if (!indicator) { + return $notFoundIndicatorRight; + } + $notFoundIndicatorRight = indicator; + return this; + }; - var match; - var raw = text; - var html = []; - var url; - var i; - while (match = raw.match(LINKY_URL_REGEXP)) { - // We can not end in these as they are sometimes found at the end of the sentence - url = match[0]; - // if we did not match ftp/http/www/mailto then assume mailto - if (!match[2] && !match[4]) { - url = (match[3] ? 'http://' : 'mailto:') + url; - } - i = match.index; - addText(raw.substr(0, i)); - addLink(url, match[0].replace(MAILTO_REGEXP, '')); - raw = raw.substring(i + match[0].length); - } - addText(raw); - return $sanitize(html.join('')); - - function addText(text) { - if (!text) { - return; - } - html.push(sanitizeText(text)); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#fallbackLanguage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells the module which of the registered translation tables to use when missing translations + * at initial startup by passing a language key. Similar to `$translateProvider#use` + * only that it says which language to **fallback**. + * + * @param {string||array} langKey A language key. + * + */ + this.fallbackLanguage = function (langKey) { + fallbackStack(langKey); + return this; + }; + + var fallbackStack = function (langKey) { + if (langKey) { + if (angular.isString(langKey)) { + $fallbackWasString = true; + $fallbackLanguage = [langKey]; + } else if (angular.isArray(langKey)) { + $fallbackWasString = false; + $fallbackLanguage = langKey; + } + if (angular.isString($preferredLanguage) && indexOf($fallbackLanguage, $preferredLanguage) < 0) { + $fallbackLanguage.push($preferredLanguage); } - function addLink(url, text) { - var key, - linkAttributes = attributesFn(url); - html.push(''); - addText(text); - html.push(''); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#resolveClientLocale + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. + * + * @returns {string} the current client/browser language key + */ + this.resolveClientLocale = function () { + return getLocale(); + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#storageKey + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells the module which key must represent the choosed language by a user in the storage. + * + * @param {string} key A key for the storage. + */ + var storageKey = function (key) { + if (!key) { + if ($storagePrefix) { + return $storagePrefix + $storageKey; } - }; - }]); -})(window, window.angular); + return $storageKey; + } + $storageKey = key; + return this; + }; -},{}],143:[function(require,module,exports){ -'use strict'; + this.storageKey = storageKey; -require('./angular-sanitize'); -module.exports = 'ngSanitize'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useUrlLoader + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateUrlLoader` extension service as loader. + * + * @param {string} url Url + * @param {Object=} options Optional configuration object + */ + this.useUrlLoader = function (url, options) { + return this.useLoader('$translateUrlLoader', angular.extend({url : url}, options)); + }; -},{"./angular-sanitize":142}],144:[function(require,module,exports){ -'use strict'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useStaticFilesLoader + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateStaticFilesLoader` extension service as loader. + * + * @param {Object=} options Optional configuration object + */ + this.useStaticFilesLoader = function (options) { + return this.useLoader('$translateStaticFilesLoader', options); + }; -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useLoader + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use any other service as loader. + * + * @param {string} loaderFactory Factory name to use + * @param {Object=} options Optional configuration object + */ + this.useLoader = function (loaderFactory, options) { + $loaderFactory = loaderFactory; + $loaderOptions = options || {}; + return this; + }; -/*! - * angular-translate - v2.17.0 - 2017-12-21 - * - * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT - */ -(function (root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module unless amdModuleId is set - define([], function () { - return factory(); - }); - } else if ((typeof module === 'undefined' ? 'undefined' : _typeof(module)) === 'object' && module.exports) { - // Node. Does not work with strict CommonJS, but - // only CommonJS-like environments that support module.exports, - // like Node. - module.exports = factory(); - } else { - factory(); - } -})(undefined, function () { + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useLocalStorage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateLocalStorage` service as storage layer. + * + */ + this.useLocalStorage = function () { + return this.useStorage('$translateLocalStorage'); + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useCookieStorage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use `$translateCookieStorage` service as storage layer. + */ + this.useCookieStorage = function () { + return this.useStorage('$translateCookieStorage'); + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useStorage + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use custom service as storage layer. + */ + this.useStorage = function (storageFactory) { + $storageFactory = storageFactory; + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#storagePrefix + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Sets prefix for storage key. + * + * @param {string} prefix Storage key prefix + */ + this.storagePrefix = function (prefix) { + if (!prefix) { + return prefix; + } + $storagePrefix = prefix; + return this; + }; - $translateMissingTranslationHandlerLog.$inject = ['$log']; - angular.module('pascalprecht.translate') + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandlerLog + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate to use built-in log handler when trying to translate + * a translation Id which doesn't exist. + * + * This is actually a shortcut method for `useMissingTranslationHandler()`. + * + */ + this.useMissingTranslationHandlerLog = function () { + return this.useMissingTranslationHandler('$translateMissingTranslationHandlerLog'); + }; /** - * @ngdoc object - * @name pascalprecht.translate.$translateMissingTranslationHandlerLog - * @requires $log + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandler + * @methodOf pascalprecht.translate.$translateProvider * * @description - * Uses angular's `$log` service to give a warning when trying to translate a - * translation id which doesn't exist. + * Expects a factory name which later gets instantiated with `$injector`. + * This method can be used to tell angular-translate to use a custom + * missingTranslationHandler. Just build a factory which returns a function + * and expects a translation id as argument. + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.useMissingTranslationHandler('customHandler');
    +   *  });
    +   *
    +   *  app.factory('customHandler', function (dep1, dep2) {
    +   *    return function (translationId) {
    +   *      // something with translationId and dep1 and dep2
    +   *    };
    +   *  });
    +   * 
    * - * @returns {function} Handler function + * @param {string} factory Factory name */ - .factory('$translateMissingTranslationHandlerLog', $translateMissingTranslationHandlerLog); - - function $translateMissingTranslationHandlerLog($log) { + this.useMissingTranslationHandler = function (factory) { + $missingTranslationHandlerFactory = factory; + return this; + }; - 'use strict'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#usePostCompiling + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * If post compiling is enabled, all translated values will be processed + * again with AngularJS' $compile. + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.usePostCompiling(true);
    +   *  });
    +   * 
    + * + * @param {string} factory Factory name + */ + this.usePostCompiling = function (value) { + $postCompilingEnabled = !(!value); + return this; + }; - return function (translationId) { - $log.warn('Translation for ' + translationId + ' doesn\'t exist'); - }; - } + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#forceAsyncReload + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * If force async reload is enabled, async loader will always be called + * even if $translationTable already contains the language key, adding + * possible new entries to the $translationTable. + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.forceAsyncReload(true);
    +   *  });
    +   * 
    + * + * @param {boolean} value - valid values are true or false + */ + this.forceAsyncReload = function (value) { + $forceAsyncReloadEnabled = !(!value); + return this; + }; - $translateMissingTranslationHandlerLog.displayName = '$translateMissingTranslationHandlerLog'; - return 'pascalprecht.translate'; -}); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#uniformLanguageTag + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Tells angular-translate which language tag should be used as a result when determining + * the current browser language. + * + * This setting must be set before invoking {@link pascalprecht.translate.$translateProvider#methods_determinePreferredLanguage determinePreferredLanguage()}. + * + *
    +   * $translateProvider
    +   *   .uniformLanguageTag('bcp47')
    +   *   .determinePreferredLanguage()
    +   * 
    + * + * The resolver currently supports: + * * default + * (traditionally: hyphens will be converted into underscores, i.e. en-US => en_US) + * en-US => en_US + * en_US => en_US + * en-us => en_us + * * java + * like default, but the second part will be always in uppercase + * en-US => en_US + * en_US => en_US + * en-us => en_US + * * BCP 47 (RFC 4646 & 4647) + * EN => en + * en-US => en-US + * en_US => en-US + * en-us => en-US + * sr-latn => sr-Latn + * sr-latn-rs => sr-Latn-RS + * + * See also: + * * http://en.wikipedia.org/wiki/IETF_language_tag + * * http://www.w3.org/International/core/langtags/ + * * http://tools.ietf.org/html/bcp47 + * + * @param {string|object} options - options (or standard) + * @param {string} options.standard - valid values are 'default', 'bcp47', 'java' + */ + this.uniformLanguageTag = function (options) { -},{}],145:[function(require,module,exports){ -'use strict'; + if (!options) { + options = {}; + } else if (angular.isString(options)) { + options = { + standard : options + }; + } -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + uniformLanguageTagResolver = options.standard; -/*! - * angular-translate - v2.17.0 - 2017-12-21 - * - * Copyright (c) 2017 The angular-translate team, Pascal Precht; Licensed MIT - */ -(function (root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module unless amdModuleId is set - define([], function () { - return factory(); - }); - } else if ((typeof module === 'undefined' ? 'undefined' : _typeof(module)) === 'object' && module.exports) { - // Node. Does not work with strict CommonJS, but - // only CommonJS-like environments that support module.exports, - // like Node. - module.exports = factory(); - } else { - factory(); - } -})(undefined, function () { + return this; + }; /** - * @ngdoc overview - * @name pascalprecht.translate + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#determinePreferredLanguage + * @methodOf pascalprecht.translate.$translateProvider * * @description - * The main module which holds everything together. + * Tells angular-translate to try to determine on its own which language key + * to set as preferred language. When `fn` is given, angular-translate uses it + * to determine a language key, otherwise it uses the built-in `getLocale()` + * method. + * + * The `getLocale()` returns a language key in the format `[lang]_[country]` or + * `[lang]` depending on what the browser provides. + * + * Use this method at your own risk, since not all browsers return a valid + * locale (see {@link pascalprecht.translate.$translateProvider#methods_uniformLanguageTag uniformLanguageTag()}). + * + * @param {Function=} fn Function to determine a browser's locale */ - runTranslate.$inject = ['$translate']; - $translate.$inject = ['$STORAGE_KEY', '$windowProvider', '$translateSanitizationProvider', 'pascalprechtTranslateOverrider']; - $translateDefaultInterpolation.$inject = ['$interpolate', '$translateSanitization']; - translateDirective.$inject = ['$translate', '$interpolate', '$compile', '$parse', '$rootScope']; - translateAttrDirective.$inject = ['$translate', '$rootScope']; - translateCloakDirective.$inject = ['$translate', '$rootScope']; - translateFilterFactory.$inject = ['$parse', '$translate']; - $translationCache.$inject = ['$cacheFactory']; - angular.module('pascalprecht.translate', ['ng']).run(runTranslate); - - function runTranslate($translate) { + this.determinePreferredLanguage = function (fn) { - 'use strict'; + var locale = (fn && angular.isFunction(fn)) ? fn() : getLocale(); - var key = $translate.storageKey(), - storage = $translate.storage(); + if (!$availableLanguageKeys.length) { + $preferredLanguage = locale; + } else { + $preferredLanguage = negotiateLocale(locale) || locale; + } - var fallbackFromIncorrectStorageValue = function fallbackFromIncorrectStorageValue() { - var preferred = $translate.preferredLanguage(); - if (angular.isString(preferred)) { - $translate.use(preferred); - // $translate.use() will also remember the language. - // So, we don't need to call storage.put() here. - } else { - storage.put(key, $translate.use()); + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#registerAvailableLanguageKeys + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Registers a set of language keys the app will work with. Use this method in + * combination with + * {@link pascalprecht.translate.$translateProvider#determinePreferredLanguage determinePreferredLanguage}. + * When available languages keys are registered, angular-translate + * tries to find the best fitting language key depending on the browsers locale, + * considering your language key convention. + * + * @param {object} languageKeys Array of language keys the your app will use + * @param {object=} aliases Alias map. + */ + this.registerAvailableLanguageKeys = function (languageKeys, aliases) { + if (languageKeys) { + $availableLanguageKeys = languageKeys; + if (aliases) { + $languageKeyAliases = aliases; } - }; + return this; + } + return $availableLanguageKeys; + }; - fallbackFromIncorrectStorageValue.displayName = 'fallbackFromIncorrectStorageValue'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#useLoaderCache + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Registers a cache for internal $http based loaders. + * {@link pascalprecht.translate.$translationCache $translationCache}. + * When false the cache will be disabled (default). When true or undefined + * the cache will be a default (see $cacheFactory). When an object it will + * be treat as a cache object itself: the usage is $http({cache: cache}) + * + * @param {object} cache boolean, string or cache-object + */ + this.useLoaderCache = function (cache) { + if (cache === false) { + // disable cache + loaderCache = undefined; + } else if (cache === true) { + // enable cache using AJS defaults + loaderCache = true; + } else if (typeof(cache) === 'undefined') { + // enable cache using default + loaderCache = '$translationCache'; + } else if (cache) { + // enable cache using given one (see $cacheFactory) + loaderCache = cache; + } + return this; + }; - if (storage) { - if (!storage.get(key)) { - fallbackFromIncorrectStorageValue(); - } else { - $translate.use(storage.get(key))['catch'](fallbackFromIncorrectStorageValue); - } - } else if (angular.isString($translate.preferredLanguage())) { - $translate.use($translate.preferredLanguage()); + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#directivePriority + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Sets the default priority of the translate directive. The standard value is `0`. + * Calling this function without an argument will return the current value. + * + * @param {number} priority for the translate-directive + */ + this.directivePriority = function (priority) { + if (priority === undefined) { + // getter + return directivePriority; + } else { + // setter with chaining + directivePriority = priority; + return this; } - } + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#statefulFilter + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * Since AngularJS 1.3, filters which are not stateless (depending at the scope) + * have to explicit define this behavior. + * Sets whether the translate filter should be stateful or stateless. The standard value is `true` + * meaning being stateful. + * Calling this function without an argument will return the current value. + * + * @param {boolean} state - defines the state of the filter + */ + this.statefulFilter = function (state) { + if (state === undefined) { + // getter + return statefulFilter; + } else { + // setter with chaining + statefulFilter = state; + return this; + } + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#postProcess + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * The post processor will be intercept right after the translation result. It can modify the result. + * + * @param {object} fn Function or service name (string) to be called after the translation value has been set / resolved. The function itself will enrich every value being processed and then continue the normal resolver process + */ + this.postProcess = function (fn) { + if (fn) { + postProcessFn = fn; + } else { + postProcessFn = undefined; + } + return this; + }; - runTranslate.displayName = 'runTranslate'; + /** + * @ngdoc function + * @name pascalprecht.translate.$translateProvider#keepContent + * @methodOf pascalprecht.translate.$translateProvider + * + * @description + * If keepContent is set to true than translate directive will always use innerHTML + * as a default translation + * + * Example: + *
    +   *  app.config(function ($translateProvider) {
    +   *    $translateProvider.keepContent(true);
    +   *  });
    +   * 
    + * + * @param {boolean} value - valid values are true or false + */ + this.keepContent = function (value) { + $keepContent = !(!value); + return this; + }; /** * @ngdoc object - * @name pascalprecht.translate.$translateSanitizationProvider + * @name pascalprecht.translate.$translate + * @requires $interpolate + * @requires $log + * @requires $rootScope + * @requires $q * * @description + * The `$translate` service is the actual core of angular-translate. It expects a translation id + * and optional interpolate parameters to translate contents. + * + *
    +   *  $translate('HEADLINE_TEXT').then(function (translation) {
    +   *    $scope.translatedText = translation;
    +   *  });
    +   * 
    * - * Configurations for $translateSanitization + * @param {string|array} translationId A token which represents a translation id + * This can be optionally an array of translation ids which + * results that the function returns an object where each key + * is the translation id and the value the translation. + * @param {object=} [interpolateParams={}] An object hash for dynamic values + * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) + * @param {string=} [defaultTranslationText=undefined] the optional default translation text that is written as + * as default text in case it is not found in any configured language + * @param {string=} [forceLanguage=false] A language to be used instead of the current language + * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) + * @returns {object} promise */ - angular.module('pascalprecht.translate').provider('$translateSanitization', $translateSanitizationProvider); + this.$get = ['$log', '$injector', '$rootScope', '$q', function ($log, $injector, $rootScope, $q) { + + var Storage, + defaultInterpolator = $injector.get($interpolationFactory || '$translateDefaultInterpolation'), + pendingLoader = false, + interpolatorHashMap = {}, + langPromises = {}, + fallbackIndex, + startFallbackIteration; + + var $translate = function (translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy) { + if (!$uses && $preferredLanguage) { + $uses = $preferredLanguage; + } + var uses = (forceLanguage && forceLanguage !== $uses) ? // we don't want to re-negotiate $uses + (negotiateLocale(forceLanguage) || forceLanguage) : $uses; + + // Check forceLanguage is present + if (forceLanguage) { + loadTranslationsIfMissing(forceLanguage); + } + + // Duck detection: If the first argument is an array, a bunch of translations was requested. + // The result is an object. + if (angular.isArray(translationId)) { + // Inspired by Q.allSettled by Kris Kowal + // https://github.com/kriskowal/q/blob/b0fa72980717dc202ffc3cbf03b936e10ebbb9d7/q.js#L1553-1563 + // This transforms all promises regardless resolved or rejected + var translateAll = function (translationIds) { + var results = {}; // storing the actual results + var promises = []; // promises to wait for + // Wraps the promise a) being always resolved and b) storing the link id->value + var translate = function (translationId) { + var deferred = $q.defer(); + var regardless = function (value) { + results[translationId] = value; + deferred.resolve([translationId, value]); + }; + // we don't care whether the promise was resolved or rejected; just store the values + $translate(translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy).then(regardless, regardless); + return deferred.promise; + }; + for (var i = 0, c = translationIds.length; i < c; i++) { + promises.push(translate(translationIds[i])); + } + // wait for all (including storing to results) + return $q.all(promises).then(function () { + // return the results + return results; + }); + }; + return translateAll(translationId); + } - function $translateSanitizationProvider() { + var deferred = $q.defer(); - 'use strict'; + // trim off any whitespace + if (translationId) { + translationId = trim.apply(translationId); + } - var $sanitize, - $sce, - currentStrategy = null, - // TODO change to either 'sanitize', 'escape' or ['sanitize', 'escapeParameters'] in 3.0. - hasConfiguredStrategy = false, - hasShownNoStrategyConfiguredWarning = false, - strategies; + var promiseToWaitFor = (function () { + var promise = langPromises[uses] || langPromises[$preferredLanguage]; - /** - * Definition of a sanitization strategy function - * @callback StrategyFunction - * @param {string|object} value - value to be sanitized (either a string or an interpolated value map) - * @param {string} mode - either 'text' for a string (translation) or 'params' for the interpolated params - * @return {string|object} - */ + fallbackIndex = 0; - /** - * @ngdoc property - * @name strategies - * @propertyOf pascalprecht.translate.$translateSanitizationProvider - * - * @description - * Following strategies are built-in: - *
    - *
    sanitize
    - *
    Sanitizes HTML in the translation text using $sanitize
    - *
    escape
    - *
    Escapes HTML in the translation
    - *
    sanitizeParameters
    - *
    Sanitizes HTML in the values of the interpolation parameters using $sanitize
    - *
    escapeParameters
    - *
    Escapes HTML in the values of the interpolation parameters
    - *
    escaped
    - *
    Support legacy strategy name 'escaped' for backwards compatibility (will be removed in 3.0)
    - *
    - * - */ + if ($storageFactory && !promise) { + // looks like there's no pending promise for $preferredLanguage or + // $uses. Maybe there's one pending for a language that comes from + // storage. + var langKey = Storage.get($storageKey); + promise = langPromises[langKey]; - strategies = { - sanitize: function sanitize(value, mode /*, context*/) { - if (mode === 'text') { - value = htmlSanitizeValue(value); - } - return value; - }, - escape: function escape(value, mode /*, context*/) { - if (mode === 'text') { - value = htmlEscapeValue(value); - } - return value; - }, - sanitizeParameters: function sanitizeParameters(value, mode /*, context*/) { - if (mode === 'params') { - value = mapInterpolationParameters(value, htmlSanitizeValue); - } - return value; - }, - escapeParameters: function escapeParameters(value, mode /*, context*/) { - if (mode === 'params') { - value = mapInterpolationParameters(value, htmlEscapeValue); - } - return value; - }, - sce: function sce(value, mode, context) { - if (mode === 'text') { - value = htmlTrustValue(value); - } else if (mode === 'params') { - if (context !== 'filter') { - // do html escape in filter context #1101 - value = mapInterpolationParameters(value, htmlEscapeValue); + if ($fallbackLanguage && $fallbackLanguage.length) { + var index = indexOf($fallbackLanguage, langKey); + // maybe the language from storage is also defined as fallback language + // we increase the fallback language index to not search in that language + // as fallback, since it's probably the first used language + // in that case the index starts after the first element + fallbackIndex = (index === 0) ? 1 : 0; + + // but we can make sure to ALWAYS fallback to preferred language at least + if (indexOf($fallbackLanguage, $preferredLanguage) < 0) { + $fallbackLanguage.push($preferredLanguage); + } } } - return value; - }, - sceParameters: function sceParameters(value, mode /*, context*/) { - if (mode === 'params') { - value = mapInterpolationParameters(value, htmlTrustValue); - } - return value; + return promise; + }()); + + if (!promiseToWaitFor) { + // no promise to wait for? okay. Then there's no loader registered + // nor is a one pending for language that comes from storage. + // We can just translate. + determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); + } else { + var promiseResolved = function () { + // $uses may have changed while waiting + if (!forceLanguage) { + uses = $uses; + } + determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); + }; + promiseResolved.displayName = 'promiseResolved'; + + promiseToWaitFor['finally'](promiseResolved)['catch'](angular.noop); // we don't care about errors here, already handled } + return deferred.promise; }; - // Support legacy strategy name 'escaped' for backwards compatibility. - // TODO should be removed in 3.0 - strategies.escaped = strategies.escapeParameters; /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitizationProvider#addStrategy - * @methodOf pascalprecht.translate.$translateSanitizationProvider + * @name applyNotFoundIndicators + * @private * * @description - * Adds a sanitization strategy to the list of known strategies. + * Applies not fount indicators to given translation id, if needed. + * This function gets only executed, if a translation id doesn't exist, + * which is why a translation id is expected as argument. * - * @param {string} strategyName - unique key for a strategy - * @param {StrategyFunction} strategyFunction - strategy function - * @returns {object} this + * @param {string} translationId Translation id. + * @returns {string} Same as given translation id but applied with not found + * indicators. */ - this.addStrategy = function (strategyName, strategyFunction) { - strategies[strategyName] = strategyFunction; - return this; + var applyNotFoundIndicators = function (translationId) { + // applying notFoundIndicators + if ($notFoundIndicatorLeft) { + translationId = [$notFoundIndicatorLeft, translationId].join(' '); + } + if ($notFoundIndicatorRight) { + translationId = [translationId, $notFoundIndicatorRight].join(' '); + } + return translationId; }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitizationProvider#removeStrategy - * @methodOf pascalprecht.translate.$translateSanitizationProvider + * @name useLanguage + * @private * * @description - * Removes a sanitization strategy from the list of known strategies. + * Makes actual use of a language by setting a given language key as used + * language and informs registered interpolators to also use the given + * key as locale. * - * @param {string} strategyName - unique key for a strategy - * @returns {object} this + * @param {string} key Locale key. */ - this.removeStrategy = function (strategyName) { - delete strategies[strategyName]; - return this; - }; + var useLanguage = function (key) { + $uses = key; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitizationProvider#useStrategy - * @methodOf pascalprecht.translate.$translateSanitizationProvider - * - * @description - * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. - * - * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. - * @returns {object} this - */ - this.useStrategy = function (strategy) { - hasConfiguredStrategy = true; - currentStrategy = strategy; - return this; + // make sure to store new language key before triggering success event + if ($storageFactory) { + Storage.put($translate.storageKey(), $uses); + } + + $rootScope.$emit('$translateChangeSuccess', {language : key}); + + // inform default interpolator + defaultInterpolator.setLocale($uses); + + var eachInterpolator = function (interpolator, id) { + interpolatorHashMap[id].setLocale($uses); + }; + eachInterpolator.displayName = 'eachInterpolatorLocaleSetter'; + + // inform all others too! + angular.forEach(interpolatorHashMap, eachInterpolator); + $rootScope.$emit('$translateChangeEnd', {language : key}); }; /** - * @ngdoc object - * @name pascalprecht.translate.$translateSanitization - * @requires $injector - * @requires $log + * @name loadAsync + * @private * * @description - * Sanitizes interpolation parameters and translated texts. + * Kicks off registered async loader using `$injector` and applies existing + * loader options. When resolved, it updates translation tables accordingly + * or rejects with given language key. * + * @param {string} key Language key. + * @return {Promise} A promise. */ - this.$get = ['$injector', '$log', function ($injector, $log) { - - var cachedStrategyMap = {}; - - var applyStrategies = function applyStrategies(value, mode, context, selectedStrategies) { - angular.forEach(selectedStrategies, function (selectedStrategy) { - if (angular.isFunction(selectedStrategy)) { - value = selectedStrategy(value, mode, context); - } else if (angular.isFunction(strategies[selectedStrategy])) { - value = strategies[selectedStrategy](value, mode, context); - } else if (angular.isString(strategies[selectedStrategy])) { - if (!cachedStrategyMap[strategies[selectedStrategy]]) { - try { - cachedStrategyMap[strategies[selectedStrategy]] = $injector.get(strategies[selectedStrategy]); - } catch (e) { - cachedStrategyMap[strategies[selectedStrategy]] = function () {}; - throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); - } - } - value = cachedStrategyMap[strategies[selectedStrategy]](value, mode, context); - } else { - throw new Error('pascalprecht.translate.$translateSanitization: Unknown sanitization strategy: \'' + selectedStrategy + '\''); - } - }); - return value; - }; - - // TODO: should be removed in 3.0 - var showNoStrategyConfiguredWarning = function showNoStrategyConfiguredWarning() { - if (!hasConfiguredStrategy && !hasShownNoStrategyConfiguredWarning) { - $log.warn('pascalprecht.translate.$translateSanitization: No sanitization strategy has been configured. This can have serious security implications. See http://angular-translate.github.io/docs/#/guide/19_security for details.'); - hasShownNoStrategyConfiguredWarning = true; - } - }; - - if ($injector.has('$sanitize')) { - $sanitize = $injector.get('$sanitize'); - } - if ($injector.has('$sce')) { - $sce = $injector.get('$sce'); + var loadAsync = function (key) { + if (!key) { + throw 'No language key specified for loading.'; } - return { - /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitization#useStrategy - * @methodOf pascalprecht.translate.$translateSanitization - * - * @description - * Selects a sanitization strategy. When an array is provided the strategies will be executed in order. - * - * @param {string|StrategyFunction|array} strategy The sanitization strategy / strategies which should be used. Either a name of an existing strategy, a custom strategy function, or an array consisting of multiple names and / or custom functions. - */ - useStrategy: function (self) { - return function (strategy) { - self.useStrategy(strategy); - }; - }(this), - - /** - * @ngdoc function - * @name pascalprecht.translate.$translateSanitization#sanitize - * @methodOf pascalprecht.translate.$translateSanitization - * - * @description - * Sanitizes a value. - * - * @param {string|object} value The value which should be sanitized. - * @param {string} mode The current sanitization mode, either 'params' or 'text'. - * @param {string|StrategyFunction|array} [strategy] Optional custom strategy which should be used instead of the currently selected strategy. - * @param {string} [context] The context of this call: filter, service. Default is service - * @returns {string|object} sanitized value - */ - sanitize: function sanitize(value, mode, strategy, context) { - if (!currentStrategy) { - showNoStrategyConfiguredWarning(); - } - - if (!strategy && strategy !== null) { - strategy = currentStrategy; - } - - if (!strategy) { - return value; - } - - if (!context) { - context = 'service'; - } - - var selectedStrategies = angular.isArray(strategy) ? strategy : [strategy]; - return applyStrategies(value, mode, context, selectedStrategies); - } - }; - }]; + var deferred = $q.defer(); - var htmlEscapeValue = function htmlEscapeValue(value) { - var element = angular.element('
    '); - element.text(value); // not chainable, see #1044 - return element.html(); - }; + $rootScope.$emit('$translateLoadingStart', {language : key}); + pendingLoader = true; - var htmlSanitizeValue = function htmlSanitizeValue(value) { - if (!$sanitize) { - throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sanitize service. Either include the ngSanitize module (https://docs.angularjs.org/api/ngSanitize) or use a sanitization strategy which does not depend on $sanitize, such as \'escape\'.'); + var cache = loaderCache; + if (typeof(cache) === 'string') { + // getting on-demand instance of loader + cache = $injector.get(cache); } - return $sanitize(value); - }; - var htmlTrustValue = function htmlTrustValue(value) { - if (!$sce) { - throw new Error('pascalprecht.translate.$translateSanitization: Error cannot find $sce service.'); - } - return $sce.trustAsHtml(value); - }; + var loaderOptions = angular.extend({}, $loaderOptions, { + key : key, + $http : angular.extend({}, { + cache : cache + }, $loaderOptions.$http) + }); - var mapInterpolationParameters = function mapInterpolationParameters(value, iteratee, stack) { - if (angular.isDate(value)) { - return value; - } else if (angular.isObject(value)) { - var result = angular.isArray(value) ? [] : {}; + var onLoaderSuccess = function (data) { + var translationTable = {}; + $rootScope.$emit('$translateLoadingSuccess', {language : key}); - if (!stack) { - stack = []; + if (angular.isArray(data)) { + angular.forEach(data, function (table) { + angular.extend(translationTable, flatObject(table)); + }); } else { - if (stack.indexOf(value) > -1) { - throw new Error('pascalprecht.translate.$translateSanitization: Error cannot interpolate parameter due recursive object'); - } + angular.extend(translationTable, flatObject(data)); } - - stack.push(value); - angular.forEach(value, function (propertyValue, propertyKey) { - - /* Skipping function properties. */ - if (angular.isFunction(propertyValue)) { - return; - } - - result[propertyKey] = mapInterpolationParameters(propertyValue, iteratee, stack); + pendingLoader = false; + deferred.resolve({ + key : key, + table : translationTable }); - stack.splice(-1, 1); // remove last - - return result; - } else if (angular.isNumber(value)) { - return value; - } else if (value === true || value === false) { - return value; - } else if (!angular.isUndefined(value) && value !== null) { - return iteratee(value); - } else { - return value; - } - }; - } - - /** - * @ngdoc object - * @name pascalprecht.translate.$translateProvider - * @description - * - * $translateProvider allows developers to register translation-tables, asynchronous loaders - * and similar to configure translation behavior directly inside of a module. - * - */ - angular.module('pascalprecht.translate').constant('pascalprechtTranslateOverrider', {}).provider('$translate', $translate); - - function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvider, pascalprechtTranslateOverrider) { - - 'use strict'; + $rootScope.$emit('$translateLoadingEnd', {language : key}); + }; + onLoaderSuccess.displayName = 'onLoaderSuccess'; - var $translationTable = {}, - $preferredLanguage, - $availableLanguageKeys = [], - $languageKeyAliases, - $fallbackLanguage, - $fallbackWasString, - $uses, - $nextLang, - $storageFactory, - $storageKey = $STORAGE_KEY, - $storagePrefix, - $missingTranslationHandlerFactory, - $interpolationFactory, - $interpolatorFactories = [], - $loaderFactory, - $cloakClassName = 'translate-cloak', - $loaderOptions, - $notFoundIndicatorLeft, - $notFoundIndicatorRight, - $postCompilingEnabled = false, - $forceAsyncReloadEnabled = false, - $nestedObjectDelimeter = '.', - $isReady = false, - $keepContent = false, - loaderCache, - directivePriority = 0, - statefulFilter = true, - postProcessFn, - uniformLanguageTagResolver = 'default', - languageTagResolver = { - 'default': function _default(tag) { - return (tag || '').split('-').join('_'); - }, - java: function java(tag) { - var temp = (tag || '').split('-').join('_'); - var parts = temp.split('_'); - return parts.length > 1 ? parts[0].toLowerCase() + '_' + parts[1].toUpperCase() : temp; - }, - bcp47: function bcp47(tag) { - var temp = (tag || '').split('_').join('-'); - var parts = temp.split('-'); + var onLoaderError = function (key) { + $rootScope.$emit('$translateLoadingError', {language : key}); + deferred.reject(key); + $rootScope.$emit('$translateLoadingEnd', {language : key}); + }; + onLoaderError.displayName = 'onLoaderError'; - switch (parts.length) { - case 1: - // language only - parts[0] = parts[0].toLowerCase(); - break; - case 2: - // language-script or language-region - parts[0] = parts[0].toLowerCase(); - if (parts[1].length === 4) { - // parts[1] is script - parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); - } else { - // parts[1] is region - parts[1] = parts[1].toUpperCase(); - } - break; - case 3: - // language-script-region - parts[0] = parts[0].toLowerCase(); - parts[1] = parts[1].charAt(0).toUpperCase() + parts[1].slice(1).toLowerCase(); - parts[2] = parts[2].toUpperCase(); - break; - default: - return temp; - } + $injector.get($loaderFactory)(loaderOptions) + .then(onLoaderSuccess, onLoaderError); - return parts.join('-'); - }, - 'iso639-1': function iso6391(tag) { - var temp = (tag || '').split('_').join('-'); - var parts = temp.split('-'); - return parts[0].toLowerCase(); - } + return deferred.promise; }; - var version = '2.17.0'; - - // tries to determine the browsers language - var getFirstBrowserLanguage = function getFirstBrowserLanguage() { - - // internal purpose only - if (angular.isFunction(pascalprechtTranslateOverrider.getLocale)) { - return pascalprechtTranslateOverrider.getLocale(); - } - - var nav = $windowProvider.$get().navigator, - browserLanguagePropertyKeys = ['language', 'browserLanguage', 'systemLanguage', 'userLanguage'], - i, - language; + if ($storageFactory) { + Storage = $injector.get($storageFactory); - // support for HTML 5.1 "navigator.languages" - if (angular.isArray(nav.languages)) { - for (i = 0; i < nav.languages.length; i++) { - language = nav.languages[i]; - if (language && language.length) { - return language; - } - } - } - - // support for other well known properties in browsers - for (i = 0; i < browserLanguagePropertyKeys.length; i++) { - language = nav[browserLanguagePropertyKeys[i]]; - if (language && language.length) { - return language; - } + if (!Storage.get || !Storage.put) { + throw new Error('Couldn\'t use storage \'' + $storageFactory + '\', missing get() or put() method!'); } + } - return null; - }; - getFirstBrowserLanguage.displayName = 'angular-translate/service: getFirstBrowserLanguage'; + // if we have additional interpolations that were added via + // $translateProvider.addInterpolation(), we have to map'em + if ($interpolatorFactories.length) { + var eachInterpolationFactory = function (interpolatorFactory) { + var interpolator = $injector.get(interpolatorFactory); + // setting initial locale for each interpolation service + interpolator.setLocale($preferredLanguage || $uses); + // make'em recognizable through id + interpolatorHashMap[interpolator.getInterpolationIdentifier()] = interpolator; + }; + eachInterpolationFactory.displayName = 'interpolationFactoryAdder'; - // tries to determine the browsers locale - var getLocale = function getLocale() { - var locale = getFirstBrowserLanguage() || ''; - if (languageTagResolver[uniformLanguageTagResolver]) { - locale = languageTagResolver[uniformLanguageTagResolver](locale); - } - return locale; - }; - getLocale.displayName = 'angular-translate/service: getLocale'; + angular.forEach($interpolatorFactories, eachInterpolationFactory); + } /** - * @name indexOf + * @name getTranslationTable * @private * * @description - * indexOf polyfill. Kinda sorta. + * Returns a promise that resolves to the translation table + * or is rejected if an error occurred. * - * @param {array} array Array to search in. - * @param {string} searchElement Element to search for. - * - * @returns {int} Index of search element. + * @param langKey + * @returns {Q.promise} */ - var indexOf = function indexOf(array, searchElement) { - for (var i = 0, len = array.length; i < len; i++) { - if (array[i] === searchElement) { - return i; - } + var getTranslationTable = function (langKey) { + var deferred = $q.defer(); + if (Object.prototype.hasOwnProperty.call($translationTable, langKey)) { + deferred.resolve($translationTable[langKey]); + } else if (langPromises[langKey]) { + var onResolve = function (data) { + translations(data.key, data.table); + deferred.resolve(data.table); + }; + onResolve.displayName = 'translationTableResolver'; + langPromises[langKey].then(onResolve, deferred.reject); + } else { + deferred.reject(); } - return -1; - }; - - /** - * @name trim - * @private - * - * @description - * trim polyfill - * - * @returns {string} The string stripped of whitespace from both ends - */ - var trim = function trim() { - return this.toString().replace(/^\s+|\s+$/g, ''); + return deferred.promise; }; /** - * @name lowercase + * @name getFallbackTranslation * @private * * @description - * Return the lowercase string only if the type is string - * - * @returns {string} The string all in lowercase + * Returns a promise that will resolve to the translation + * or be rejected if no translation was found for the language. + * This function is currently only used for fallback language translation. + * + * @param langKey The language to translate to. + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy + * @returns {Q.promise} */ - var lowercase = function lowercase(string) { - return angular.isString(string) ? string.toLowerCase() : string; - }; - - var negotiateLocale = function negotiateLocale(preferred) { - if (!preferred) { - return; - } + var getFallbackTranslation = function (langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { + var deferred = $q.defer(); - var avail = [], - locale = lowercase(preferred), - i = 0, - n = $availableLanguageKeys.length; - - for (; i < n; i++) { - avail.push(lowercase($availableLanguageKeys[i])); - } - - // Check for an exact match in our list of available keys - i = indexOf(avail, locale); - if (i > -1) { - return $availableLanguageKeys[i]; - } + var onResolve = function (translationTable) { + if (Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { + Interpolator.setLocale(langKey); + var translation = translationTable[translationId]; + if (translation.substr(0, 2) === '@:') { + getFallbackTranslation(langKey, translation.substr(2), interpolateParams, Interpolator, sanitizeStrategy) + .then(deferred.resolve, deferred.reject); + } else { + var interpolatedValue = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'service', sanitizeStrategy, translationId); + interpolatedValue = applyPostProcessing(translationId, translationTable[translationId], interpolatedValue, interpolateParams, langKey); - if ($languageKeyAliases) { - var alias; - for (var langKeyAlias in $languageKeyAliases) { - if ($languageKeyAliases.hasOwnProperty(langKeyAlias)) { - var hasWildcardKey = false; - var hasExactKey = Object.prototype.hasOwnProperty.call($languageKeyAliases, langKeyAlias) && lowercase(langKeyAlias) === lowercase(preferred); + deferred.resolve(interpolatedValue); - if (langKeyAlias.slice(-1) === '*') { - hasWildcardKey = lowercase(langKeyAlias.slice(0, -1)) === lowercase(preferred.slice(0, langKeyAlias.length - 1)); - } - if (hasExactKey || hasWildcardKey) { - alias = $languageKeyAliases[langKeyAlias]; - if (indexOf(avail, lowercase(alias)) > -1) { - return alias; - } - } } + Interpolator.setLocale($uses); + } else { + deferred.reject(); } - } - - // Check for a language code without region - var parts = preferred.split('_'); + }; + onResolve.displayName = 'fallbackTranslationResolver'; - if (parts.length > 1 && indexOf(avail, lowercase(parts[0])) > -1) { - return parts[0]; - } + getTranslationTable(langKey).then(onResolve, deferred.reject); - // If everything fails, return undefined. - return; + return deferred.promise; }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#translations - * @methodOf pascalprecht.translate.$translateProvider + * @name getFallbackTranslationInstant + * @private * * @description - * Registers a new translation table for specific language key. - * - * To register a translation table for specific language, pass a defined language - * key as first parameter. - * - *
    -     *  // register translation table for language: 'de_DE'
    -     *  $translateProvider.translations('de_DE', {
    -     *    'GREETING': 'Hallo Welt!'
    -     *  });
    -     *
    -     *  // register another one
    -     *  $translateProvider.translations('en_US', {
    -     *    'GREETING': 'Hello world!'
    -     *  });
    -     * 
    + * Returns a translation + * This function is currently only used for fallback language translation. * - * When registering multiple translation tables for for the same language key, - * the actual translation table gets extended. This allows you to define module - * specific translation which only get added, once a specific module is loaded in - * your app. - * - * Invoking this method with no arguments returns the translation table which was - * registered with no language key. Invoking it with a language key returns the - * related translation table. - * - * @param {string} langKey A language key. - * @param {object} translationTable A plain old JavaScript object that represents a translation table. + * @param langKey The language to translate to. + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy sanitize strategy override * + * @returns {string} translation */ - var translations = function translations(langKey, translationTable) { - - if (!langKey && !translationTable) { - return $translationTable; - } - - if (langKey && !translationTable) { - if (angular.isString(langKey)) { - return $translationTable[langKey]; - } - } else { - if (!angular.isObject($translationTable[langKey])) { - $translationTable[langKey] = {}; + var getFallbackTranslationInstant = function (langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { + var result, translationTable = $translationTable[langKey]; + + if (translationTable && Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { + Interpolator.setLocale(langKey); + result = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'filter', sanitizeStrategy, translationId); + result = applyPostProcessing(translationId, translationTable[translationId], result, interpolateParams, langKey, sanitizeStrategy); + // workaround for TrustedValueHolderType + if (!angular.isString(result) && angular.isFunction(result.$$unwrapTrustedValue)) { + var result2 = result.$$unwrapTrustedValue(); + if (result2.substr(0, 2) === '@:') { + return getFallbackTranslationInstant(langKey, result2.substr(2), interpolateParams, Interpolator, sanitizeStrategy); + } + } else if (result.substr(0, 2) === '@:') { + return getFallbackTranslationInstant(langKey, result.substr(2), interpolateParams, Interpolator, sanitizeStrategy); } - angular.extend($translationTable[langKey], flatObject(translationTable)); + Interpolator.setLocale($uses); } - return this; + + return result; }; - this.translations = translations; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#cloakClassName - * @methodOf pascalprecht.translate.$translateProvider + * @name translateByHandler + * @private * - * @description + * Translate by missing translation handler. * - * Let's you change the class name for `translate-cloak` directive. - * Default class name is `translate-cloak`. + * @param translationId + * @param interpolateParams + * @param defaultTranslationText + * @param sanitizeStrategy sanitize strategy override * - * @param {string} name translate-cloak class name + * @returns translation created by $missingTranslationHandler or translationId is $missingTranslationHandler is + * absent */ - this.cloakClassName = function (name) { - if (!name) { - return $cloakClassName; + var translateByHandler = function (translationId, interpolateParams, defaultTranslationText, sanitizeStrategy) { + // If we have a handler factory - we might also call it here to determine if it provides + // a default text for a translationid that can't be found anywhere in our tables + if ($missingTranslationHandlerFactory) { + return $injector.get($missingTranslationHandlerFactory)(translationId, $uses, interpolateParams, defaultTranslationText, sanitizeStrategy); + } else { + return translationId; } - $cloakClassName = name; - return this; }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#nestedObjectDelimeter - * @methodOf pascalprecht.translate.$translateProvider - * - * @description + * @name resolveForFallbackLanguage + * @private * - * Let's you change the delimiter for namespaced translations. - * Default delimiter is `.`. + * Recursive helper function for fallbackTranslation that will sequentially look + * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. * - * @param {string} delimiter namespace separator + * @param fallbackLanguageIndex + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param defaultTranslationText + * @param sanitizeStrategy + * @returns {Q.promise} Promise that will resolve to the translation. */ - this.nestedObjectDelimeter = function (delimiter) { - if (!delimiter) { - return $nestedObjectDelimeter; + var resolveForFallbackLanguage = function (fallbackLanguageIndex, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { + var deferred = $q.defer(); + + if (fallbackLanguageIndex < $fallbackLanguage.length) { + var langKey = $fallbackLanguage[fallbackLanguageIndex]; + getFallbackTranslation(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy).then( + function (data) { + deferred.resolve(data); + }, + function () { + // Look in the next fallback language for a translation. + // It delays the resolving by passing another promise to resolve. + return resolveForFallbackLanguage(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy).then(deferred.resolve, deferred.reject); + } + ); + } else { + // No translation found in any fallback language + // if a default translation text is set in the directive, then return this as a result + if (defaultTranslationText) { + deferred.resolve(defaultTranslationText); + } else { + var missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); + + // if no default translation is set and an error handler is defined, send it to the handler + // and then return the result if it isn't undefined + if ($missingTranslationHandlerFactory && missingTranslationHandlerTranslation) { + deferred.resolve(missingTranslationHandlerTranslation); + } else { + deferred.reject(applyNotFoundIndicators(translationId)); + } + } } - $nestedObjectDelimeter = delimiter; - return this; + return deferred.promise; }; /** - * @name flatObject + * @name resolveForFallbackLanguageInstant * @private * - * @description - * Flats an object. This function is used to flatten given translation data with - * namespaces, so they are later accessible via dot notation. + * Recursive helper function for fallbackTranslation that will sequentially look + * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. + * + * @param fallbackLanguageIndex + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy + * @returns {string} translation */ - var flatObject = function flatObject(data, path, result, prevKey) { - var key, keyWithPath, keyWithShortPath, val; + var resolveForFallbackLanguageInstant = function (fallbackLanguageIndex, translationId, interpolateParams, Interpolator, sanitizeStrategy) { + var result; - if (!path) { - path = []; - } - if (!result) { - result = {}; - } - for (key in data) { - if (!Object.prototype.hasOwnProperty.call(data, key)) { - continue; - } - val = data[key]; - if (angular.isObject(val)) { - flatObject(val, path.concat(key), result, key); - } else { - keyWithPath = path.length ? '' + path.join($nestedObjectDelimeter) + $nestedObjectDelimeter + key : key; - if (path.length && key === prevKey) { - // Create shortcut path (foo.bar == foo.bar.bar) - keyWithShortPath = '' + path.join($nestedObjectDelimeter); - // Link it to original path - result[keyWithShortPath] = '@:' + keyWithPath; - } - result[keyWithPath] = val; + if (fallbackLanguageIndex < $fallbackLanguage.length) { + var langKey = $fallbackLanguage[fallbackLanguageIndex]; + result = getFallbackTranslationInstant(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy); + if (!result && result !== '') { + result = resolveForFallbackLanguageInstant(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator); } } return result; }; - flatObject.displayName = 'flatObject'; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#addInterpolation - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Adds interpolation services to angular-translate, so it can manage them. - * - * @param {object} factory Interpolation service factory + * Translates with the usage of the fallback languages. + * + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param defaultTranslationText + * @param sanitizeStrategy + * @returns {Q.promise} Promise, that resolves to the translation. */ - this.addInterpolation = function (factory) { - $interpolatorFactories.push(factory); - return this; + var fallbackTranslation = function (translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { + // Start with the fallbackLanguage with index 0 + return resolveForFallbackLanguage((startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex), translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy); }; /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useMessageFormatInterpolation - * @methodOf pascalprecht.translate.$translateProvider + * Translates with the usage of the fallback languages. * - * @description - * Tells angular-translate to use interpolation functionality of messageformat.js. - * This is useful when having high level pluralization and gender selection. + * @param translationId + * @param interpolateParams + * @param Interpolator + * @param sanitizeStrategy + * @returns {String} translation */ - this.useMessageFormatInterpolation = function () { - return this.useInterpolation('$translateMessageFormatInterpolation'); + var fallbackTranslationInstant = function (translationId, interpolateParams, Interpolator, sanitizeStrategy) { + // Start with the fallbackLanguage with index 0 + return resolveForFallbackLanguageInstant((startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex), translationId, interpolateParams, Interpolator, sanitizeStrategy); }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useInterpolation - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Tells angular-translate which interpolation style to use as default, application-wide. - * Simply pass a factory/service name. The interpolation service has to implement - * the correct interface. - * - * @param {string} factory Interpolation service name. - */ - this.useInterpolation = function (factory) { - $interpolationFactory = factory; - return this; - }; + var determineTranslation = function (translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy) { - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useSanitizeStrategy - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Simply sets a sanitation strategy type. - * - * @param {string} value Strategy type. - */ - this.useSanitizeValueStrategy = function (value) { - $translateSanitizationProvider.useStrategy(value); - return this; - }; + var deferred = $q.defer(); - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#preferredLanguage - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Tells the module which of the registered translation tables to use for translation - * at initial startup by passing a language key. Similar to `$translateProvider#use` - * only that it says which language to **prefer**. - * It is recommended to call this after {@link pascalprecht.translate.$translate#fallbackLanguage fallbackLanguage()}. - * - * @param {string} langKey A language key. - */ - this.preferredLanguage = function (langKey) { - if (langKey) { - setupPreferredLanguage(langKey); - return this; + var table = uses ? $translationTable[uses] : $translationTable, + Interpolator = (interpolationId) ? interpolatorHashMap[interpolationId] : defaultInterpolator; + + // if the translation id exists, we can just interpolate it + if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { + var translation = table[translationId]; + + // If using link, rerun $translate with linked translationId and return it + if (translation.substr(0, 2) === '@:') { + + $translate(translation.substr(2), interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy) + .then(deferred.resolve, deferred.reject); + } else { + // + var resolvedTranslation = Interpolator.interpolate(translation, interpolateParams, 'service', sanitizeStrategy, translationId); + resolvedTranslation = applyPostProcessing(translationId, translation, resolvedTranslation, interpolateParams, uses); + deferred.resolve(resolvedTranslation); + } + } else { + var missingTranslationHandlerTranslation; + // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise + if ($missingTranslationHandlerFactory && !pendingLoader) { + missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); + } + + // since we couldn't translate the inital requested translation id, + // we try it now with one or more fallback languages, if fallback language(s) is + // configured. + if (uses && $fallbackLanguage && $fallbackLanguage.length) { + fallbackTranslation(translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) + .then(function (translation) { + deferred.resolve(translation); + }, function (_translationId) { + deferred.reject(applyNotFoundIndicators(_translationId)); + }); + } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { + // looks like the requested translation id doesn't exists. + // Now, if there is a registered handler for missing translations and no + // asyncLoader is pending, we execute the handler + if (defaultTranslationText) { + deferred.resolve(defaultTranslationText); + } else { + deferred.resolve(missingTranslationHandlerTranslation); + } + } else { + if (defaultTranslationText) { + deferred.resolve(defaultTranslationText); + } else { + deferred.reject(applyNotFoundIndicators(translationId)); + } + } } - return $preferredLanguage; + return deferred.promise; }; - var setupPreferredLanguage = function setupPreferredLanguage(langKey) { - if (langKey) { - $preferredLanguage = langKey; + + var determineTranslationInstant = function (translationId, interpolateParams, interpolationId, uses, sanitizeStrategy) { + + var result, table = uses ? $translationTable[uses] : $translationTable, + Interpolator = defaultInterpolator; + + // if the interpolation id exists use custom interpolator + if (interpolatorHashMap && Object.prototype.hasOwnProperty.call(interpolatorHashMap, interpolationId)) { + Interpolator = interpolatorHashMap[interpolationId]; } - return $preferredLanguage; - }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicator - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Sets an indicator which is used when a translation isn't found. E.g. when - * setting the indicator as 'X' and one tries to translate a translation id - * called `NOT_FOUND`, this will result in `X NOT_FOUND X`. - * - * Internally this methods sets a left indicator and a right indicator using - * `$translateProvider.translationNotFoundIndicatorLeft()` and - * `$translateProvider.translationNotFoundIndicatorRight()`. - * - * **Note**: These methods automatically add a whitespace between the indicators - * and the translation id. - * - * @param {string} indicator An indicator, could be any string. - */ - this.translationNotFoundIndicator = function (indicator) { - this.translationNotFoundIndicatorLeft(indicator); - this.translationNotFoundIndicatorRight(indicator); - return this; - }; - /** - * ngdoc function - * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Sets an indicator which is used when a translation isn't found left to the - * translation id. - * - * @param {string} indicator An indicator. - */ - this.translationNotFoundIndicatorLeft = function (indicator) { - if (!indicator) { - return $notFoundIndicatorLeft; + // if the translation id exists, we can just interpolate it + if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { + var translation = table[translationId]; + + // If using link, rerun $translate with linked translationId and return it + if (translation.substr(0, 2) === '@:') { + result = determineTranslationInstant(translation.substr(2), interpolateParams, interpolationId, uses, sanitizeStrategy); + } else { + result = Interpolator.interpolate(translation, interpolateParams, 'filter', sanitizeStrategy, translationId); + result = applyPostProcessing(translationId, translation, result, interpolateParams, uses, sanitizeStrategy); + } + } else { + var missingTranslationHandlerTranslation; + // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise + if ($missingTranslationHandlerFactory && !pendingLoader) { + missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); + } + + // since we couldn't translate the inital requested translation id, + // we try it now with one or more fallback languages, if fallback language(s) is + // configured. + if (uses && $fallbackLanguage && $fallbackLanguage.length) { + fallbackIndex = 0; + result = fallbackTranslationInstant(translationId, interpolateParams, Interpolator, sanitizeStrategy); + } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { + // looks like the requested translation id doesn't exists. + // Now, if there is a registered handler for missing translations and no + // asyncLoader is pending, we execute the handler + result = missingTranslationHandlerTranslation; + } else { + result = applyNotFoundIndicators(translationId); + } } - $notFoundIndicatorLeft = indicator; - return this; + + return result; }; - /** - * ngdoc function - * @name pascalprecht.translate.$translateProvider#translationNotFoundIndicatorLeft - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Sets an indicator which is used when a translation isn't found right to the - * translation id. - * - * @param {string} indicator An indicator. - */ - this.translationNotFoundIndicatorRight = function (indicator) { - if (!indicator) { - return $notFoundIndicatorRight; + var clearNextLangAndPromise = function (key) { + if ($nextLang === key) { + $nextLang = undefined; } - $notFoundIndicatorRight = indicator; - return this; + langPromises[key] = undefined; }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateProvider#fallbackLanguage - * @methodOf pascalprecht.translate.$translateProvider - * - * @description - * Tells the module which of the registered translation tables to use when missing translations - * at initial startup by passing a language key. Similar to `$translateProvider#use` - * only that it says which language to **fallback**. - * - * @param {string||array} langKey A language key. - * - */ - this.fallbackLanguage = function (langKey) { - fallbackStack(langKey); - return this; - }; + var applyPostProcessing = function (translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy) { + var fn = postProcessFn; - var fallbackStack = function fallbackStack(langKey) { - if (langKey) { - if (angular.isString(langKey)) { - $fallbackWasString = true; - $fallbackLanguage = [langKey]; - } else if (angular.isArray(langKey)) { - $fallbackWasString = false; - $fallbackLanguage = langKey; + if (fn) { + + if (typeof(fn) === 'string') { + // getting on-demand instance + fn = $injector.get(fn); } - if (angular.isString($preferredLanguage) && indexOf($fallbackLanguage, $preferredLanguage) < 0) { - $fallbackLanguage.push($preferredLanguage); + if (fn) { + return fn(translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy); } + } - return this; - } else { - if ($fallbackWasString) { - return $fallbackLanguage[0]; - } else { - return $fallbackLanguage; - } + return resolvedTranslation; + }; + + var loadTranslationsIfMissing = function (key) { + if (!$translationTable[key] && $loaderFactory && !langPromises[key]) { + langPromises[key] = loadAsync(key).then(function (translation) { + translations(translation.key, translation.table); + return translation; + }); } }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#use - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#preferredLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Set which translation table to use for translation by given language key. When - * trying to 'use' a language which isn't provided, it'll throw an error. + * Returns the language key for the preferred language. * - * You actually don't have to use this method since `$translateProvider#preferredLanguage` - * does the job too. + * @param {string} langKey language String or Array to be used as preferredLanguage (changing at runtime) * - * @param {string} langKey A language key. + * @return {string} preferred language key */ - this.use = function (langKey) { + $translate.preferredLanguage = function (langKey) { if (langKey) { - if (!$translationTable[langKey] && !$loaderFactory) { - // only throw an error, when not loading translation data asynchronously - throw new Error('$translateProvider couldn\'t find translationTable for langKey: \'' + langKey + '\''); - } - $uses = langKey; - return this; + setupPreferredLanguage(langKey); } - return $uses; + return $preferredLanguage; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#resolveClientLocale - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#cloakClassName + * @methodOf pascalprecht.translate.$translate * * @description - * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. + * Returns the configured class name for `translate-cloak` directive. * - * @returns {string} the current client/browser language key + * @return {string} cloakClassName */ - this.resolveClientLocale = function () { - return getLocale(); + $translate.cloakClassName = function () { + return $cloakClassName; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#storageKey - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#nestedObjectDelimeter + * @methodOf pascalprecht.translate.$translate * * @description - * Tells the module which key must represent the choosed language by a user in the storage. + * Returns the configured delimiter for nested namespaces. * - * @param {string} key A key for the storage. + * @return {string} nestedObjectDelimeter */ - var storageKey = function storageKey(key) { - if (!key) { - if ($storagePrefix) { - return $storagePrefix + $storageKey; - } - return $storageKey; - } - $storageKey = key; - return this; + $translate.nestedObjectDelimeter = function () { + return $nestedObjectDelimeter; }; - this.storageKey = storageKey; - /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useUrlLoader - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#fallbackLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateUrlLoader` extension service as loader. + * Returns the language key for the fallback languages or sets a new fallback stack. + * It is recommended to call this before {@link pascalprecht.translate.$translateProvider#preferredLanguage preferredLanguage()}. + * + * @param {string=} langKey language String or Array of fallback languages to be used (to change stack at runtime) * - * @param {string} url Url - * @param {Object=} options Optional configuration object + * @return {string||array} fallback language key */ - this.useUrlLoader = function (url, options) { - return this.useLoader('$translateUrlLoader', angular.extend({ url: url }, options)); + $translate.fallbackLanguage = function (langKey) { + if (langKey !== undefined && langKey !== null) { + fallbackStack(langKey); + + // as we might have an async loader initiated and a new translation language might have been defined + // we need to add the promise to the stack also. So - iterate. + if ($loaderFactory) { + if ($fallbackLanguage && $fallbackLanguage.length) { + for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { + if (!langPromises[$fallbackLanguage[i]]) { + langPromises[$fallbackLanguage[i]] = loadAsync($fallbackLanguage[i]); + } + } + } + } + $translate.use($translate.use()); + } + if ($fallbackWasString) { + return $fallbackLanguage[0]; + } else { + return $fallbackLanguage; + } + }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useStaticFilesLoader - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#useFallbackLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateStaticFilesLoader` extension service as loader. + * Sets the first key of the fallback language stack to be used for translation. + * Therefore all languages in the fallback array BEFORE this key will be skipped! * - * @param {Object=} options Optional configuration object + * @param {string=} langKey Contains the langKey the iteration shall start with. Set to false if you want to + * get back to the whole stack */ - this.useStaticFilesLoader = function (options) { - return this.useLoader('$translateStaticFilesLoader', options); + $translate.useFallbackLanguage = function (langKey) { + if (langKey !== undefined && langKey !== null) { + if (!langKey) { + startFallbackIteration = 0; + } else { + var langKeyPosition = indexOf($fallbackLanguage, langKey); + if (langKeyPosition > -1) { + startFallbackIteration = langKeyPosition; + } + } + + } + }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useLoader - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#proposedLanguage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use any other service as loader. + * Returns the language key of language that is currently loaded asynchronously. * - * @param {string} loaderFactory Factory name to use - * @param {Object=} options Optional configuration object + * @return {string} language key */ - this.useLoader = function (loaderFactory, options) { - $loaderFactory = loaderFactory; - $loaderOptions = options || {}; - return this; + $translate.proposedLanguage = function () { + return $nextLang; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useLocalStorage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#storage + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateLocalStorage` service as storage layer. + * Returns registered storage. * + * @return {object} Storage */ - this.useLocalStorage = function () { - return this.useStorage('$translateLocalStorage'); + $translate.storage = function () { + return Storage; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useCookieStorage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#negotiateLocale + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use `$translateCookieStorage` service as storage layer. + * Returns a language key based on available languages and language aliases. If a + * language key cannot be resolved, returns undefined. + * + * If no or a falsy key is given, returns undefined. + * + * @param {string} [key] Language key + * @return {string|undefined} Language key or undefined if no language key is found. */ - this.useCookieStorage = function () { - return this.useStorage('$translateCookieStorage'); - }; + $translate.negotiateLocale = negotiateLocale; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useStorage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#use + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use custom service as storage layer. + * Tells angular-translate which language to use by given language key. This method is + * used to change language at runtime. It also takes care of storing the language + * key in a configured store to let your app remember the choosed language. + * + * When trying to 'use' a language which isn't available it tries to load it + * asynchronously with registered loaders. + * + * Returns promise object with loaded language file data or string of the currently used language. + * + * If no or a falsy key is given it returns the currently used language key. + * The returned string will be ```undefined``` if setting up $translate hasn't finished. + * @example + * $translate.use("en_US").then(function(data){ + * $scope.text = $translate("HELLO"); + * }); + * + * @param {string=} key Language key + * @return {object|string} Promise with loaded language data or the language key if a falsy param was given. */ - this.useStorage = function (storageFactory) { - $storageFactory = storageFactory; - return this; + $translate.use = function (key) { + if (!key) { + return $uses; + } + + var deferred = $q.defer(); + deferred.promise.then(null, angular.noop); // AJS "Possibly unhandled rejection" + + $rootScope.$emit('$translateChangeStart', {language : key}); + + // Try to get the aliased language key + var aliasedKey = negotiateLocale(key); + // Ensure only registered language keys will be loaded + if ($availableLanguageKeys.length > 0 && !aliasedKey) { + return $q.reject(key); + } + + if (aliasedKey) { + key = aliasedKey; + } + + // if there isn't a translation table for the language we've requested, + // we load it asynchronously + $nextLang = key; + if (($forceAsyncReloadEnabled || !$translationTable[key]) && $loaderFactory && !langPromises[key]) { + langPromises[key] = loadAsync(key).then(function (translation) { + translations(translation.key, translation.table); + deferred.resolve(translation.key); + if ($nextLang === key) { + useLanguage(translation.key); + } + return translation; + }, function (key) { + $rootScope.$emit('$translateChangeError', {language : key}); + deferred.reject(key); + $rootScope.$emit('$translateChangeEnd', {language : key}); + return $q.reject(key); + }); + langPromises[key]['finally'](function () { + clearNextLangAndPromise(key); + })['catch'](angular.noop); // we don't care about errors (clearing) + } else if (langPromises[key]) { + // we are already loading this asynchronously + // resolve our new deferred when the old langPromise is resolved + langPromises[key].then(function (translation) { + if ($nextLang === translation.key) { + useLanguage(translation.key); + } + deferred.resolve(translation.key); + return translation; + }, function (key) { + // find first available fallback language if that request has failed + if (!$uses && $fallbackLanguage && $fallbackLanguage.length > 0 && $fallbackLanguage[0] !== key) { + return $translate.use($fallbackLanguage[0]).then(deferred.resolve, deferred.reject); + } else { + return deferred.reject(key); + } + }); + } else { + deferred.resolve(key); + useLanguage(key); + } + + return deferred.promise; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#storagePrefix - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#resolveClientLocale + * @methodOf pascalprecht.translate.$translate * * @description - * Sets prefix for storage key. + * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. * - * @param {string} prefix Storage key prefix + * @returns {string} the current client/browser language key */ - this.storagePrefix = function (prefix) { - if (!prefix) { - return prefix; - } - $storagePrefix = prefix; - return this; + $translate.resolveClientLocale = function () { + return getLocale(); }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandlerLog - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#storageKey + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to use built-in log handler when trying to translate - * a translation Id which doesn't exist. - * - * This is actually a shortcut method for `useMissingTranslationHandler()`. + * Returns the key for the storage. * + * @return {string} storage key */ - this.useMissingTranslationHandlerLog = function () { - return this.useMissingTranslationHandler('$translateMissingTranslationHandlerLog'); + $translate.storageKey = function () { + return storageKey(); }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useMissingTranslationHandler - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isPostCompilingEnabled + * @methodOf pascalprecht.translate.$translate * * @description - * Expects a factory name which later gets instantiated with `$injector`. - * This method can be used to tell angular-translate to use a custom - * missingTranslationHandler. Just build a factory which returns a function - * and expects a translation id as argument. - * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.useMissingTranslationHandler('customHandler');
    -     *  });
    +     * Returns whether post compiling is enabled or not
          *
    -     *  app.factory('customHandler', function (dep1, dep2) {
    -     *    return function (translationId) {
    -     *      // something with translationId and dep1 and dep2
    -     *    };
    -     *  });
    -     * 
    - * - * @param {string} factory Factory name + * @return {bool} storage key */ - this.useMissingTranslationHandler = function (factory) { - $missingTranslationHandlerFactory = factory; - return this; + $translate.isPostCompilingEnabled = function () { + return $postCompilingEnabled; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#usePostCompiling - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isForceAsyncReloadEnabled + * @methodOf pascalprecht.translate.$translate * * @description - * If post compiling is enabled, all translated values will be processed - * again with AngularJS' $compile. + * Returns whether force async reload is enabled or not * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.usePostCompiling(true);
    -     *  });
    -     * 
    - * - * @param {string} factory Factory name + * @return {boolean} forceAsyncReload value */ - this.usePostCompiling = function (value) { - $postCompilingEnabled = !!value; - return this; + $translate.isForceAsyncReloadEnabled = function () { + return $forceAsyncReloadEnabled; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#forceAsyncReload - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isKeepContent + * @methodOf pascalprecht.translate.$translate * * @description - * If force async reload is enabled, async loader will always be called - * even if $translationTable already contains the language key, adding - * possible new entries to the $translationTable. + * Returns whether keepContent or not * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.forceAsyncReload(true);
    -     *  });
    -     * 
    - * - * @param {boolean} value - valid values are true or false + * @return {boolean} keepContent value */ - this.forceAsyncReload = function (value) { - $forceAsyncReloadEnabled = !!value; - return this; + $translate.isKeepContent = function () { + return $keepContent; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#uniformLanguageTag - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#refresh + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate which language tag should be used as a result when determining - * the current browser language. + * Refreshes a translation table pointed by the given langKey. If langKey is not specified, + * the module will drop all existent translation tables and load new version of those which + * are currently in use. * - * This setting must be set before invoking {@link pascalprecht.translate.$translateProvider#methods_determinePreferredLanguage determinePreferredLanguage()}. + * Refresh means that the module will drop target translation table and try to load it again. * - *
    -     * $translateProvider
    -     *   .uniformLanguageTag('bcp47')
    -     *   .determinePreferredLanguage()
    -     * 
    + * In case there are no loaders registered the refresh() method will throw an Error. * - * The resolver currently supports: - * * default - * (traditionally: hyphens will be converted into underscores, i.e. en-US => en_US) - * en-US => en_US - * en_US => en_US - * en-us => en_us - * * java - * like default, but the second part will be always in uppercase - * en-US => en_US - * en_US => en_US - * en-us => en_US - * * BCP 47 (RFC 4646 & 4647) - * EN => en - * en-US => en-US - * en_US => en-US - * en-us => en-US - * sr-latn => sr-Latn - * sr-latn-rs => sr-Latn-RS + * If the module is able to refresh translation tables refresh() method will broadcast + * $translateRefreshStart and $translateRefreshEnd events. + * + * @example + * // this will drop all currently existent translation tables and reload those which are + * // currently in use + * $translate.refresh(); + * // this will refresh a translation table for the en_US language + * $translate.refresh('en_US'); * - * See also: - * * http://en.wikipedia.org/wiki/IETF_language_tag - * * http://www.w3.org/International/core/langtags/ - * * http://tools.ietf.org/html/bcp47 + * @param {string} langKey A language key of the table, which has to be refreshed * - * @param {string|object} options - options (or standard) - * @param {string} options.standard - valid values are 'default', 'bcp47', 'java' + * @return {promise} Promise, which will be resolved in case a translation tables refreshing + * process is finished successfully, and reject if not. */ - this.uniformLanguageTag = function (options) { + $translate.refresh = function (langKey) { + if (!$loaderFactory) { + throw new Error('Couldn\'t refresh translation table, no loader registered!'); + } - if (!options) { - options = {}; - } else if (angular.isString(options)) { - options = { - standard: options - }; + $rootScope.$emit('$translateRefreshStart', {language : langKey}); + + var deferred = $q.defer(), updatedLanguages = {}; + + //private helper + function loadNewData(languageKey) { + var promise = loadAsync(languageKey); + //update the load promise cache for this language + langPromises[languageKey] = promise; + //register a data handler for the promise + promise.then(function (data) { + //clear the cache for this language + $translationTable[languageKey] = {}; + //add the new data for this language + translations(languageKey, data.table); + //track that we updated this language + updatedLanguages[languageKey] = true; + }, + //handle rejection to appease the $q validation + angular.noop); + return promise; } - uniformLanguageTagResolver = options.standard; + //set up post-processing + deferred.promise.then( + function () { + for (var key in $translationTable) { + if ($translationTable.hasOwnProperty(key)) { + //delete cache entries that were not updated + if (!(key in updatedLanguages)) { + delete $translationTable[key]; + } + } + } + if ($uses) { + useLanguage($uses); + } + }, + //handle rejection to appease the $q validation + angular.noop + )['finally']( + function () { + $rootScope.$emit('$translateRefreshEnd', {language : langKey}); + } + ); + + if (!langKey) { + // if there's no language key specified we refresh ALL THE THINGS! + var languagesToReload = $fallbackLanguage && $fallbackLanguage.slice() || []; + if ($uses && languagesToReload.indexOf($uses) === -1) { + languagesToReload.push($uses); + } + $q.all(languagesToReload.map(loadNewData)).then(deferred.resolve, deferred.reject); - return this; + } else if ($translationTable[langKey]) { + //just refresh the specified language cache + loadNewData(langKey).then(deferred.resolve, deferred.reject); + + } else { + deferred.reject(); + } + + return deferred.promise; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#determinePreferredLanguage - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#instant + * @methodOf pascalprecht.translate.$translate * * @description - * Tells angular-translate to try to determine on its own which language key - * to set as preferred language. When `fn` is given, angular-translate uses it - * to determine a language key, otherwise it uses the built-in `getLocale()` - * method. - * - * The `getLocale()` returns a language key in the format `[lang]_[country]` or - * `[lang]` depending on what the browser provides. + * Returns a translation instantly from the internal state of loaded translation. All rules + * regarding the current language, the preferred language of even fallback languages will be + * used except any promise handling. If a language was not found, an asynchronous loading + * will be invoked in the background. * - * Use this method at your own risk, since not all browsers return a valid - * locale (see {@link pascalprecht.translate.$translateProvider#methods_uniformLanguageTag uniformLanguageTag()}). + * @param {string|array} translationId A token which represents a translation id + * This can be optionally an array of translation ids which + * results that the function's promise returns an object where + * each key is the translation id and the value the translation. + * @param {object=} [interpolateParams={}] Params + * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) + * @param {string=} [forceLanguage=false] A language to be used instead of the current language + * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) * - * @param {Function=} fn Function to determine a browser's locale + * @return {string|object} translation */ - this.determinePreferredLanguage = function (fn) { + $translate.instant = function (translationId, interpolateParams, interpolationId, forceLanguage, sanitizeStrategy) { - var locale = fn && angular.isFunction(fn) ? fn() : getLocale(); + // we don't want to re-negotiate $uses + var uses = (forceLanguage && forceLanguage !== $uses) ? // we don't want to re-negotiate $uses + (negotiateLocale(forceLanguage) || forceLanguage) : $uses; - if (!$availableLanguageKeys.length) { - $preferredLanguage = locale; - } else { - $preferredLanguage = negotiateLocale(locale) || locale; + // Detect undefined and null values to shorten the execution and prevent exceptions + if (translationId === null || angular.isUndefined(translationId)) { + return translationId; } - return this; + // Check forceLanguage is present + if (forceLanguage) { + loadTranslationsIfMissing(forceLanguage); + } + + // Duck detection: If the first argument is an array, a bunch of translations was requested. + // The result is an object. + if (angular.isArray(translationId)) { + var results = {}; + for (var i = 0, c = translationId.length; i < c; i++) { + results[translationId[i]] = $translate.instant(translationId[i], interpolateParams, interpolationId, forceLanguage, sanitizeStrategy); + } + return results; + } + + // We discarded unacceptable values. So we just need to verify if translationId is empty String + if (angular.isString(translationId) && translationId.length < 1) { + return translationId; + } + + // trim off any whitespace + if (translationId) { + translationId = trim.apply(translationId); + } + + var result, possibleLangKeys = []; + if ($preferredLanguage) { + possibleLangKeys.push($preferredLanguage); + } + if (uses) { + possibleLangKeys.push(uses); + } + if ($fallbackLanguage && $fallbackLanguage.length) { + possibleLangKeys = possibleLangKeys.concat($fallbackLanguage); + } + for (var j = 0, d = possibleLangKeys.length; j < d; j++) { + var possibleLangKey = possibleLangKeys[j]; + if ($translationTable[possibleLangKey]) { + if (typeof $translationTable[possibleLangKey][translationId] !== 'undefined') { + result = determineTranslationInstant(translationId, interpolateParams, interpolationId, uses, sanitizeStrategy); + } + } + if (typeof result !== 'undefined') { + break; + } + } + + if (!result && result !== '') { + if ($notFoundIndicatorLeft || $notFoundIndicatorRight) { + result = applyNotFoundIndicators(translationId); + } else { + // Return translation of default interpolator if not found anything. + result = defaultInterpolator.interpolate(translationId, interpolateParams, 'filter', sanitizeStrategy); + + // looks like the requested translation id doesn't exists. + // Now, if there is a registered handler for missing translations and no + // asyncLoader is pending, we execute the handler + var missingTranslationHandlerTranslation; + if ($missingTranslationHandlerFactory && !pendingLoader) { + missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); + } + + if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { + result = missingTranslationHandlerTranslation; + } + } + } + + return result; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#registerAvailableLanguageKeys - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#versionInfo + * @methodOf pascalprecht.translate.$translate * * @description - * Registers a set of language keys the app will work with. Use this method in - * combination with - * {@link pascalprecht.translate.$translateProvider#determinePreferredLanguage determinePreferredLanguage}. - * When available languages keys are registered, angular-translate - * tries to find the best fitting language key depending on the browsers locale, - * considering your language key convention. + * Returns the current version information for the angular-translate library * - * @param {object} languageKeys Array of language keys the your app will use - * @param {object=} aliases Alias map. + * @return {string} angular-translate version */ - this.registerAvailableLanguageKeys = function (languageKeys, aliases) { - if (languageKeys) { - $availableLanguageKeys = languageKeys; - if (aliases) { - $languageKeyAliases = aliases; - } - return this; - } - return $availableLanguageKeys; + $translate.versionInfo = function () { + return version; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#useLoaderCache - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#loaderCache + * @methodOf pascalprecht.translate.$translate * * @description - * Registers a cache for internal $http based loaders. - * {@link pascalprecht.translate.$translationCache $translationCache}. - * When false the cache will be disabled (default). When true or undefined - * the cache will be a default (see $cacheFactory). When an object it will - * be treat as a cache object itself: the usage is $http({cache: cache}) + * Returns the defined loaderCache. * - * @param {object} cache boolean, string or cache-object + * @return {boolean|string|object} current value of loaderCache */ - this.useLoaderCache = function (cache) { - if (cache === false) { - // disable cache - loaderCache = undefined; - } else if (cache === true) { - // enable cache using AJS defaults - loaderCache = true; - } else if (typeof cache === 'undefined') { - // enable cache using default - loaderCache = '$translationCache'; - } else if (cache) { - // enable cache using given one (see $cacheFactory) - loaderCache = cache; - } - return this; + $translate.loaderCache = function () { + return loaderCache; + }; + + // internal purpose only + $translate.directivePriority = function () { + return directivePriority; + }; + + // internal purpose only + $translate.statefulFilter = function () { + return statefulFilter; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#directivePriority - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#isReady + * @methodOf pascalprecht.translate.$translate * * @description - * Sets the default priority of the translate directive. The standard value is `0`. - * Calling this function without an argument will return the current value. + * Returns whether the service is "ready" to translate (i.e. loading 1st language). + * + * See also {@link pascalprecht.translate.$translate#methods_onReady onReady()}. * - * @param {number} priority for the translate-directive + * @return {boolean} current value of ready */ - this.directivePriority = function (priority) { - if (priority === undefined) { - // getter - return directivePriority; - } else { - // setter with chaining - directivePriority = priority; - return this; - } + $translate.isReady = function () { + return $isReady; }; + var $onReadyDeferred = $q.defer(); + $onReadyDeferred.promise.then(function () { + $isReady = true; + }); + /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#statefulFilter - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#onReady + * @methodOf pascalprecht.translate.$translate * * @description - * Since AngularJS 1.3, filters which are not stateless (depending at the scope) - * have to explicit define this behavior. - * Sets whether the translate filter should be stateful or stateless. The standard value is `true` - * meaning being stateful. - * Calling this function without an argument will return the current value. + * Calls the function provided or resolved the returned promise after the service is "ready" to translate (i.e. loading 1st language). + * + * See also {@link pascalprecht.translate.$translate#methods_isReady isReady()}. * - * @param {boolean} state - defines the state of the filter + * @param {Function=} fn Function to invoke when service is ready + * @return {object} Promise resolved when service is ready */ - this.statefulFilter = function (state) { - if (state === undefined) { - // getter - return statefulFilter; + $translate.onReady = function (fn) { + var deferred = $q.defer(); + if (angular.isFunction(fn)) { + deferred.promise.then(fn); + } + if ($isReady) { + deferred.resolve(); } else { - // setter with chaining - statefulFilter = state; - return this; + $onReadyDeferred.promise.then(deferred.resolve); } + return deferred.promise; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#postProcess - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#getAvailableLanguageKeys + * @methodOf pascalprecht.translate.$translate * * @description - * The post processor will be intercept right after the translation result. It can modify the result. + * This function simply returns the registered language keys being defined before in the config phase + * With this, an application can use the array to provide a language selection dropdown or similar + * without any additional effort * - * @param {object} fn Function or service name (string) to be called after the translation value has been set / resolved. The function itself will enrich every value being processed and then continue the normal resolver process + * @returns {object} returns the list of possibly registered language keys and mapping or null if not defined */ - this.postProcess = function (fn) { - if (fn) { - postProcessFn = fn; - } else { - postProcessFn = undefined; + $translate.getAvailableLanguageKeys = function () { + if ($availableLanguageKeys.length > 0) { + return $availableLanguageKeys; } - return this; + return null; }; /** * @ngdoc function - * @name pascalprecht.translate.$translateProvider#keepContent - * @methodOf pascalprecht.translate.$translateProvider + * @name pascalprecht.translate.$translate#getTranslationTable + * @methodOf pascalprecht.translate.$translate * * @description - * If keepContent is set to true than translate directive will always use innerHTML - * as a default translation + * Returns translation table by the given language key. + * + * Unless a language is provided it returns a translation table of the current one. + * Note: If translation dictionary is currently downloading or in progress + * it will return null. * - * Example: - *
    -     *  app.config(function ($translateProvider) {
    -     *    $translateProvider.keepContent(true);
    -     *  });
    -     * 
    + * @param {string} langKey A token which represents a translation id * - * @param {boolean} value - valid values are true or false + * @return {object} a copy of angular-translate $translationTable */ - this.keepContent = function (value) { - $keepContent = !!value; - return this; + $translate.getTranslationTable = function (langKey) { + langKey = langKey || $translate.use(); + if (langKey && $translationTable[langKey]) { + return angular.copy($translationTable[langKey]); + } + return null; }; - /** - * @ngdoc object - * @name pascalprecht.translate.$translate - * @requires $interpolate - * @requires $log - * @requires $rootScope - * @requires $q - * - * @description - * The `$translate` service is the actual core of angular-translate. It expects a translation id - * and optional interpolate parameters to translate contents. - * - *
    -     *  $translate('HEADLINE_TEXT').then(function (translation) {
    -     *    $scope.translatedText = translation;
    -     *  });
    -     * 
    - * - * @param {string|array} translationId A token which represents a translation id - * This can be optionally an array of translation ids which - * results that the function returns an object where each key - * is the translation id and the value the translation. - * @param {object=} [interpolateParams={}] An object hash for dynamic values - * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) - * @param {string=} [defaultTranslationText=undefined] the optional default translation text that is written as - * as default text in case it is not found in any configured language - * @param {string=} [forceLanguage=false] A language to be used instead of the current language - * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) - * @returns {object} promise - */ - this.$get = ['$log', '$injector', '$rootScope', '$q', function ($log, $injector, $rootScope, $q) { - - var Storage, - defaultInterpolator = $injector.get($interpolationFactory || '$translateDefaultInterpolation'), - pendingLoader = false, - interpolatorHashMap = {}, - langPromises = {}, - fallbackIndex, - startFallbackIteration; - - var $translate = function $translate(translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy) { - if (!$uses && $preferredLanguage) { - $uses = $preferredLanguage; - } - var uses = forceLanguage && forceLanguage !== $uses ? // we don't want to re-negotiate $uses - negotiateLocale(forceLanguage) || forceLanguage : $uses; - - // Check forceLanguage is present - if (forceLanguage) { - loadTranslationsIfMissing(forceLanguage); - } - - // Duck detection: If the first argument is an array, a bunch of translations was requested. - // The result is an object. - if (angular.isArray(translationId)) { - // Inspired by Q.allSettled by Kris Kowal - // https://github.com/kriskowal/q/blob/b0fa72980717dc202ffc3cbf03b936e10ebbb9d7/q.js#L1553-1563 - // This transforms all promises regardless resolved or rejected - var translateAll = function translateAll(translationIds) { - var results = {}; // storing the actual results - var promises = []; // promises to wait for - // Wraps the promise a) being always resolved and b) storing the link id->value - var translate = function translate(translationId) { - var deferred = $q.defer(); - var regardless = function regardless(value) { - results[translationId] = value; - deferred.resolve([translationId, value]); - }; - // we don't care whether the promise was resolved or rejected; just store the values - $translate(translationId, interpolateParams, interpolationId, defaultTranslationText, forceLanguage, sanitizeStrategy).then(regardless, regardless); - return deferred.promise; - }; - for (var i = 0, c = translationIds.length; i < c; i++) { - promises.push(translate(translationIds[i])); - } - // wait for all (including storing to results) - return $q.all(promises).then(function () { - // return the results - return results; - }); - }; - return translateAll(translationId); - } + // Whenever $translateReady is being fired, this will ensure the state of $isReady + var globalOnReadyListener = $rootScope.$on('$translateReady', function () { + $onReadyDeferred.resolve(); + globalOnReadyListener(); // one time only + globalOnReadyListener = null; + }); + var globalOnChangeListener = $rootScope.$on('$translateChangeEnd', function () { + $onReadyDeferred.resolve(); + globalOnChangeListener(); // one time only + globalOnChangeListener = null; + }); - var deferred = $q.defer(); + if ($loaderFactory) { + + // If at least one async loader is defined and there are no + // (default) translations available we should try to load them. + if (angular.equals($translationTable, {})) { + if ($translate.use()) { + $translate.use($translate.use()); + } + } - // trim off any whitespace - if (translationId) { - translationId = trim.apply(translationId); + // Also, if there are any fallback language registered, we start + // loading them asynchronously as soon as we can. + if ($fallbackLanguage && $fallbackLanguage.length) { + var processAsyncResult = function (translation) { + translations(translation.key, translation.table); + $rootScope.$emit('$translateChangeEnd', {language : translation.key}); + return translation; + }; + for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { + var fallbackLanguageId = $fallbackLanguage[i]; + if ($forceAsyncReloadEnabled || !$translationTable[fallbackLanguageId]) { + langPromises[fallbackLanguageId] = loadAsync(fallbackLanguageId).then(processAsyncResult); + } } + } + } else { + $rootScope.$emit('$translateReady', {language : $translate.use()}); + } + + return $translate; + }]; +} - var promiseToWaitFor = function () { - var promise = langPromises[uses] || langPromises[$preferredLanguage]; +$translate.displayName = 'displayName'; - fallbackIndex = 0; +/** + * @ngdoc object + * @name pascalprecht.translate.$translateDefaultInterpolation + * @requires $interpolate + * + * @description + * Uses angular's `$interpolate` services to interpolate strings against some values. + * + * Be aware to configure a proper sanitization strategy. + * + * See also: + * * {@link pascalprecht.translate.$translateSanitization} + * + * @return {object} $translateDefaultInterpolation Interpolator service + */ +angular.module('pascalprecht.translate').factory('$translateDefaultInterpolation', $translateDefaultInterpolation); + +function $translateDefaultInterpolation ($interpolate, $translateSanitization) { + + 'use strict'; + + var $translateInterpolator = {}, + $locale, + $identifier = 'default'; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateDefaultInterpolation#setLocale + * @methodOf pascalprecht.translate.$translateDefaultInterpolation + * + * @description + * Sets current locale (this is currently not use in this interpolation). + * + * @param {string} locale Language key or locale. + */ + $translateInterpolator.setLocale = function (locale) { + $locale = locale; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateDefaultInterpolation#getInterpolationIdentifier + * @methodOf pascalprecht.translate.$translateDefaultInterpolation + * + * @description + * Returns an identifier for this interpolation service. + * + * @returns {string} $identifier + */ + $translateInterpolator.getInterpolationIdentifier = function () { + return $identifier; + }; + + /** + * @deprecated will be removed in 3.0 + * @see {@link pascalprecht.translate.$translateSanitization} + */ + $translateInterpolator.useSanitizeValueStrategy = function (value) { + $translateSanitization.useStrategy(value); + return this; + }; + + /** + * @ngdoc function + * @name pascalprecht.translate.$translateDefaultInterpolation#interpolate + * @methodOf pascalprecht.translate.$translateDefaultInterpolation + * + * @description + * Interpolates given value agains given interpolate params using angulars + * `$interpolate` service. + * + * Since AngularJS 1.5, `value` must not be a string but can be anything input. + * + * @param {string} value translation + * @param {object} [interpolationParams={}] interpolation params + * @param {string} [context=undefined] current context (filter, directive, service) + * @param {string} [sanitizeStrategy=undefined] sanitize strategy (use default unless set) + * @param {string} translationId current translationId + * + * @returns {string} interpolated string + */ + $translateInterpolator.interpolate = function (value, interpolationParams, context, sanitizeStrategy, translationId) { // jshint ignore:line + interpolationParams = interpolationParams || {}; + interpolationParams = $translateSanitization.sanitize(interpolationParams, 'params', sanitizeStrategy, context); + + var interpolatedText; + if (angular.isNumber(value)) { + // numbers are safe + interpolatedText = '' + value; + } else if (angular.isString(value)) { + // strings must be interpolated (that's the job here) + interpolatedText = $interpolate(value)(interpolationParams); + interpolatedText = $translateSanitization.sanitize(interpolatedText, 'text', sanitizeStrategy, context); + } else { + // neither a number or a string, cant interpolate => empty string + interpolatedText = ''; + } + + return interpolatedText; + }; + + return $translateInterpolator; +} + +$translateDefaultInterpolation.displayName = '$translateDefaultInterpolation'; + +angular.module('pascalprecht.translate').constant('$STORAGE_KEY', 'NG_TRANSLATE_LANG_KEY'); + +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translate + * @requires $interpolate, + * @requires $compile, + * @requires $parse, + * @requires $rootScope + * @restrict AE + * + * @description + * Translates given translation id either through attribute or DOM content. + * Internally it uses $translate service to translate the translation id. It possible to + * pass an optional `translate-values` object literal as string into translation id. + * + * @param {string=} translate Translation id which could be either string or interpolated string. + * @param {string=} translate-values Values to pass into translation id. Can be passed as object literal string or interpolated object. + * @param {string=} translate-attr-ATTR translate Translation id and put it into ATTR attribute. + * @param {string=} translate-default will be used unless translation was successful + * @param {string=} translate-sanitize-strategy defines locally sanitize strategy + * @param {boolean=} translate-compile (default true if present) defines locally activation of {@link pascalprecht.translate.$translateProvider#methods_usePostCompiling} + * @param {boolean=} translate-keep-content (default true if present) defines that in case a KEY could not be translated, that the existing content is left in the innerHTML} + * + * @example + + +
    + +
    
    +        
    TRANSLATION_ID
    +
    
    +        
    
    +        
    {{translationId}}
    +
    
    +        
    WITH_VALUES
    +
    
    +        
    WITH_VALUES
    +
    
    +        
    
    +
    +      
    +
    + + angular.module('ngView', ['pascalprecht.translate']) + + .config(function ($translateProvider) { + + $translateProvider.translations('en',{ + 'TRANSLATION_ID': 'Hello there!', + 'WITH_VALUES': 'The following value is dynamic: {{value}}', + 'WITH_CAMEL_CASE_KEY': 'The interpolation key is camel cased: {{camelCaseKey}}' + }).preferredLanguage('en'); + + }); + + angular.module('ngView').controller('TranslateCtrl', function ($scope) { + $scope.translationId = 'TRANSLATION_ID'; + + $scope.values = { + value: 78 + }; + }); + + + it('should translate', function () { + inject(function ($rootScope, $compile) { + $rootScope.translationId = 'TRANSLATION_ID'; + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    TRANSLATION_ID

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    {{translationId}}

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('Hello there!'); + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.attr('title')).toBe('Hello there!'); + + element = $compile('

    ')($rootScope); + $rootScope.$digest(); + expect(element.text()).toBe('The interpolation key is camel cased: Hello'); + }); + }); +
    +
    + */ +.directive('translate', translateDirective); +function translateDirective($translate, $interpolate, $compile, $parse, $rootScope) { + + 'use strict'; + + /** + * @name trim + * @private + * + * @description + * trim polyfill + * + * @returns {string} The string stripped of whitespace from both ends + */ + var trim = function() { + return this.toString().replace(/^\s+|\s+$/g, ''); + }; + + /** + * @name lowercase + * @private + * + * @description + * Return the lowercase string only if the type is string + * + * @returns {string} The string all in lowercase + */ + var lowercase = function (string) { + return angular.isString(string) ? string.toLowerCase() : string; + }; + + return { + restrict: 'AE', + scope: true, + priority: $translate.directivePriority(), + compile: function (tElement, tAttr) { + + var translateValuesExist = (tAttr.translateValues) ? + tAttr.translateValues : undefined; + + var translateInterpolation = (tAttr.translateInterpolation) ? + tAttr.translateInterpolation : undefined; + + var translateSanitizeStrategyExist = (tAttr.translateSanitizeStrategy) ? + tAttr.translateSanitizeStrategy : undefined; + + var translateValueExist = tElement[0].outerHTML.match(/translate-value-+/i); - if ($storageFactory && !promise) { - // looks like there's no pending promise for $preferredLanguage or - // $uses. Maybe there's one pending for a language that comes from - // storage. - var langKey = Storage.get($storageKey); - promise = langPromises[langKey]; - - if ($fallbackLanguage && $fallbackLanguage.length) { - var index = indexOf($fallbackLanguage, langKey); - // maybe the language from storage is also defined as fallback language - // we increase the fallback language index to not search in that language - // as fallback, since it's probably the first used language - // in that case the index starts after the first element - fallbackIndex = index === 0 ? 1 : 0; - - // but we can make sure to ALWAYS fallback to preferred language at least - if (indexOf($fallbackLanguage, $preferredLanguage) < 0) { - $fallbackLanguage.push($preferredLanguage); + var interpolateRegExp = '^(.*)(' + $interpolate.startSymbol() + '.*' + $interpolate.endSymbol() + ')(.*)', + watcherRegExp = '^(.*)' + $interpolate.startSymbol() + '(.*)' + $interpolate.endSymbol() + '(.*)'; + + return function linkFn(scope, iElement, iAttr) { + + scope.interpolateParams = {}; + scope.preText = ''; + scope.postText = ''; + scope.translateNamespace = getTranslateNamespace(scope); + var translationIds = {}; + + var initInterpolationParams = function (interpolateParams, iAttr, tAttr) { + // initial setup + if (iAttr.translateValues) { + angular.extend(interpolateParams, $parse(iAttr.translateValues)(scope.$parent)); + } + // initially fetch all attributes if existing and fill the params + if (translateValueExist) { + for (var attr in tAttr) { + if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { + var attributeName = lowercase(attr.substr(14, 1)) + attr.substr(15); + interpolateParams[attributeName] = tAttr[attr]; } } } - return promise; - }(); + }; - if (!promiseToWaitFor) { - // no promise to wait for? okay. Then there's no loader registered - // nor is a one pending for language that comes from storage. - // We can just translate. - determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); - } else { - var promiseResolved = function promiseResolved() { - // $uses may have changed while waiting - if (!forceLanguage) { - uses = $uses; + // Ensures any change of the attribute "translate" containing the id will + // be re-stored to the scope's "translationId". + // If the attribute has no content, the element's text value (white spaces trimmed off) will be used. + var observeElementTranslation = function (translationId) { + + // Remove any old watcher + if (angular.isFunction(observeElementTranslation._unwatchOld)) { + observeElementTranslation._unwatchOld(); + observeElementTranslation._unwatchOld = undefined; + } + + if (angular.equals(translationId , '') || !angular.isDefined(translationId)) { + var iElementText = trim.apply(iElement.text()); + + // Resolve translation id by inner html if required + var interpolateMatches = iElementText.match(interpolateRegExp); + // Interpolate translation id if required + if (angular.isArray(interpolateMatches)) { + scope.preText = interpolateMatches[1]; + scope.postText = interpolateMatches[3]; + translationIds.translate = $interpolate(interpolateMatches[2])(scope.$parent); + var watcherMatches = iElementText.match(watcherRegExp); + if (angular.isArray(watcherMatches) && watcherMatches[2] && watcherMatches[2].length) { + observeElementTranslation._unwatchOld = scope.$watch(watcherMatches[2], function (newValue) { + translationIds.translate = newValue; + updateTranslations(); + }); + } + } else { + // do not assigne the translation id if it is empty. + translationIds.translate = !iElementText ? undefined : iElementText; } - determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); - }; - promiseResolved.displayName = 'promiseResolved'; + } else { + translationIds.translate = translationId; + } + updateTranslations(); + }; - promiseToWaitFor['finally'](promiseResolved)['catch'](angular.noop); // we don't care about errors here, already handled - } - return deferred.promise; - }; + var observeAttributeTranslation = function (translateAttr) { + iAttr.$observe(translateAttr, function (translationId) { + translationIds[translateAttr] = translationId; + updateTranslations(); + }); + }; - /** - * @name applyNotFoundIndicators - * @private - * - * @description - * Applies not fount indicators to given translation id, if needed. - * This function gets only executed, if a translation id doesn't exist, - * which is why a translation id is expected as argument. - * - * @param {string} translationId Translation id. - * @returns {string} Same as given translation id but applied with not found - * indicators. - */ - var applyNotFoundIndicators = function applyNotFoundIndicators(translationId) { - // applying notFoundIndicators - if ($notFoundIndicatorLeft) { - translationId = [$notFoundIndicatorLeft, translationId].join(' '); + // initial setup with values + initInterpolationParams(scope.interpolateParams, iAttr, tAttr); + + var firstAttributeChangedEvent = true; + iAttr.$observe('translate', function (translationId) { + if (typeof translationId === 'undefined') { + // case of element "xyz" + observeElementTranslation(''); + } else { + // case of regular attribute + if (translationId !== '' || !firstAttributeChangedEvent) { + translationIds.translate = translationId; + updateTranslations(); + } + } + firstAttributeChangedEvent = false; + }); + + for (var translateAttr in iAttr) { + if (iAttr.hasOwnProperty(translateAttr) && translateAttr.substr(0, 13) === 'translateAttr' && translateAttr.length > 13) { + observeAttributeTranslation(translateAttr); + } } - if ($notFoundIndicatorRight) { - translationId = [translationId, $notFoundIndicatorRight].join(' '); + + iAttr.$observe('translateDefault', function (value) { + scope.defaultText = value; + updateTranslations(); + }); + + if (translateSanitizeStrategyExist) { + iAttr.$observe('translateSanitizeStrategy', function (value) { + scope.sanitizeStrategy = $parse(value)(scope.$parent); + updateTranslations(); + }); } - return translationId; - }; - /** - * @name useLanguage - * @private - * - * @description - * Makes actual use of a language by setting a given language key as used - * language and informs registered interpolators to also use the given - * key as locale. - * - * @param {string} key Locale key. - */ - var useLanguage = function useLanguage(key) { - $uses = key; + if (translateValuesExist) { + iAttr.$observe('translateValues', function (interpolateParams) { + if (interpolateParams) { + scope.$parent.$watch(function () { + angular.extend(scope.interpolateParams, $parse(interpolateParams)(scope.$parent)); + }); + } + }); + } - // make sure to store new language key before triggering success event - if ($storageFactory) { - Storage.put($translate.storageKey(), $uses); + if (translateValueExist) { + var observeValueAttribute = function (attrName) { + iAttr.$observe(attrName, function (value) { + var attributeName = lowercase(attrName.substr(14, 1)) + attrName.substr(15); + scope.interpolateParams[attributeName] = value; + }); + }; + for (var attr in iAttr) { + if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { + observeValueAttribute(attr); + } + } } - $rootScope.$emit('$translateChangeSuccess', { language: key }); + // Master update function + var updateTranslations = function () { + for (var key in translationIds) { + if (translationIds.hasOwnProperty(key) && translationIds[key] !== undefined) { + updateTranslation(key, translationIds[key], scope, scope.interpolateParams, scope.defaultText, scope.translateNamespace); + } + } + }; - // inform default interpolator - defaultInterpolator.setLocale($uses); + // Put translation processing function outside loop + var updateTranslation = function(translateAttr, translationId, scope, interpolateParams, defaultTranslationText, translateNamespace) { + if (translationId) { + // if translation id starts with '.' and translateNamespace given, prepend namespace + if (translateNamespace && translationId.charAt(0) === '.') { + translationId = translateNamespace + translationId; + } - var eachInterpolator = function eachInterpolator(interpolator, id) { - interpolatorHashMap[id].setLocale($uses); + $translate(translationId, interpolateParams, translateInterpolation, defaultTranslationText, scope.translateLanguage, scope.sanitizeStrategy) + .then(function (translation) { + applyTranslation(translation, scope, true, translateAttr); + }, function (translationId) { + applyTranslation(translationId, scope, false, translateAttr); + }); + } else { + // as an empty string cannot be translated, we can solve this using successful=false + applyTranslation(translationId, scope, false, translateAttr); + } }; - eachInterpolator.displayName = 'eachInterpolatorLocaleSetter'; - // inform all others too! - angular.forEach(interpolatorHashMap, eachInterpolator); - $rootScope.$emit('$translateChangeEnd', { language: key }); - }; + var applyTranslation = function (value, scope, successful, translateAttr) { + if (!successful) { + if (typeof scope.defaultText !== 'undefined') { + value = scope.defaultText; + } + } + if (translateAttr === 'translate') { + // default translate into innerHTML + if (successful || (!successful && !$translate.isKeepContent() && typeof iAttr.translateKeepContent === 'undefined')) { + iElement.empty().append(scope.preText + value + scope.postText); + } + var globallyEnabled = $translate.isPostCompilingEnabled(); + var locallyDefined = typeof tAttr.translateCompile !== 'undefined'; + var locallyEnabled = locallyDefined && tAttr.translateCompile !== 'false'; + if ((globallyEnabled && !locallyDefined) || locallyEnabled) { + $compile(iElement.contents())(scope); + } + } else { + // translate attribute + var attributeName = iAttr.$attr[translateAttr]; + if (attributeName.substr(0, 5) === 'data-') { + // ensure html5 data prefix is stripped + attributeName = attributeName.substr(5); + } + attributeName = attributeName.substr(15); + iElement.attr(attributeName, value); + } + }; - /** - * @name loadAsync - * @private - * - * @description - * Kicks off registered async loader using `$injector` and applies existing - * loader options. When resolved, it updates translation tables accordingly - * or rejects with given language key. - * - * @param {string} key Language key. - * @return {Promise} A promise. - */ - var loadAsync = function loadAsync(key) { - if (!key) { - throw 'No language key specified for loading.'; + if (translateValuesExist || translateValueExist || iAttr.translateDefault) { + scope.$watch('interpolateParams', updateTranslations, true); } - var deferred = $q.defer(); + // Replaced watcher on translateLanguage with event listener + scope.$on('translateLanguageChanged', updateTranslations); - $rootScope.$emit('$translateLoadingStart', { language: key }); - pendingLoader = true; + // Ensures the text will be refreshed after the current language was changed + // w/ $translate.use(...) + var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); - var cache = loaderCache; - if (typeof cache === 'string') { - // getting on-demand instance of loader - cache = $injector.get(cache); + // ensure translation will be looked up at least one + if (iElement.text().length) { + if (iAttr.translate) { + observeElementTranslation(iAttr.translate); + } else { + observeElementTranslation(''); + } + } else if (iAttr.translate) { + // ensure attribute will be not skipped + observeElementTranslation(iAttr.translate); } + updateTranslations(); + scope.$on('$destroy', unbind); + }; + } + }; +} - var loaderOptions = angular.extend({}, $loaderOptions, { - key: key, - $http: angular.extend({}, { - cache: cache - }, $loaderOptions.$http) - }); +/** + * Returns the scope's namespace. + * @private + * @param scope + * @returns {string} + */ +function getTranslateNamespace(scope) { + 'use strict'; + if (scope.translateNamespace) { + return scope.translateNamespace; + } + if (scope.$parent) { + return getTranslateNamespace(scope.$parent); + } +} - var onLoaderSuccess = function onLoaderSuccess(data) { - var translationTable = {}; - $rootScope.$emit('$translateLoadingSuccess', { language: key }); +translateDirective.displayName = 'translateDirective'; - if (angular.isArray(data)) { - angular.forEach(data, function (table) { - angular.extend(translationTable, flatObject(table)); - }); - } else { - angular.extend(translationTable, flatObject(data)); - } - pendingLoader = false; - deferred.resolve({ - key: key, - table: translationTable - }); - $rootScope.$emit('$translateLoadingEnd', { language: key }); - }; - onLoaderSuccess.displayName = 'onLoaderSuccess'; +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translate-attr + * @restrict A + * + * @description + * Translates attributes like translate-attr-ATTR, but with an object like ng-class. + * Internally it uses `translate` service to translate translation id. It possible to + * pass an optional `translate-values` object literal as string into translation id. + * + * @param {string=} translate-attr Object literal mapping attributes to translation ids. + * @param {string=} translate-values Values to pass into the translation ids. Can be passed as object literal string. + * @param {string=} translate-sanitize-strategy defines locally sanitize strategy + * + * @example + + +
    - var onLoaderError = function onLoaderError(key) { - $rootScope.$emit('$translateLoadingError', { language: key }); - deferred.reject(key); - $rootScope.$emit('$translateLoadingEnd', { language: key }); + + +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) + + .config(function ($translateProvider) { + + $translateProvider.translations('en',{ + 'TRANSLATION_ID': 'Hello there!', + 'WITH_VALUES': 'The following value is dynamic: {{value}}', + }).preferredLanguage('en'); + + }); + + angular.module('ngView').controller('TranslateCtrl', function ($scope) { + $scope.translationId = 'TRANSLATION_ID'; + + $scope.values = { + value: 78 }; - onLoaderError.displayName = 'onLoaderError'; + }); + + + it('should translate', function () { + inject(function ($rootScope, $compile) { + $rootScope.translationId = 'TRANSLATION_ID'; - $injector.get($loaderFactory)(loaderOptions).then(onLoaderSuccess, onLoaderError); + element = $compile('')($rootScope); + $rootScope.$digest(); + expect(element.attr('placeholder)).toBe('Hello there!'); + expect(element.attr('title)).toBe('The following value is dynamic: 5'); + }); + }); + +
    + */ +.directive('translateAttr', translateAttrDirective); +function translateAttrDirective($translate, $rootScope) { - return deferred.promise; - }; + 'use strict'; - if ($storageFactory) { - Storage = $injector.get($storageFactory); + return { + restrict: 'A', + priority: $translate.directivePriority(), + link: function linkFn(scope, element, attr) { + + var translateAttr, + translateValues, + translateSanitizeStrategy, + previousAttributes = {}; + + // Main update translations function + var updateTranslations = function () { + angular.forEach(translateAttr, function (translationId, attributeName) { + if (!translationId) { + return; + } + previousAttributes[attributeName] = true; - if (!Storage.get || !Storage.put) { - throw new Error('Couldn\'t use storage \'' + $storageFactory + '\', missing get() or put() method!'); - } - } + // if translation id starts with '.' and translateNamespace given, prepend namespace + if (scope.translateNamespace && translationId.charAt(0) === '.') { + translationId = scope.translateNamespace + translationId; + } + $translate(translationId, translateValues, attr.translateInterpolation, undefined, scope.translateLanguage, translateSanitizeStrategy) + .then(function (translation) { + element.attr(attributeName, translation); + }, function (translationId) { + element.attr(attributeName, translationId); + }); + }); + + // Removing unused attributes that were previously used + angular.forEach(previousAttributes, function (flag, attributeName) { + if (!translateAttr[attributeName]) { + element.removeAttr(attributeName); + delete previousAttributes[attributeName]; + } + }); + }; - // if we have additional interpolations that were added via - // $translateProvider.addInterpolation(), we have to map'em - if ($interpolatorFactories.length) { - var eachInterpolationFactory = function eachInterpolationFactory(interpolatorFactory) { - var interpolator = $injector.get(interpolatorFactory); - // setting initial locale for each interpolation service - interpolator.setLocale($preferredLanguage || $uses); - // make'em recognizable through id - interpolatorHashMap[interpolator.getInterpolationIdentifier()] = interpolator; - }; - eachInterpolationFactory.displayName = 'interpolationFactoryAdder'; + // Watch for attribute changes + watchAttribute( + scope, + attr.translateAttr, + function (newValue) { translateAttr = newValue; }, + updateTranslations + ); + // Watch for value changes + watchAttribute( + scope, + attr.translateValues, + function (newValue) { translateValues = newValue; }, + updateTranslations + ); + // Watch for sanitize strategy changes + watchAttribute( + scope, + attr.translateSanitizeStrategy, + function (newValue) { translateSanitizeStrategy = newValue; }, + updateTranslations + ); - angular.forEach($interpolatorFactories, eachInterpolationFactory); + if (attr.translateValues) { + scope.$watch(attr.translateValues, updateTranslations, true); } - /** - * @name getTranslationTable - * @private - * - * @description - * Returns a promise that resolves to the translation table - * or is rejected if an error occurred. - * - * @param langKey - * @returns {Q.promise} - */ - var getTranslationTable = function getTranslationTable(langKey) { - var deferred = $q.defer(); - if (Object.prototype.hasOwnProperty.call($translationTable, langKey)) { - deferred.resolve($translationTable[langKey]); - } else if (langPromises[langKey]) { - var onResolve = function onResolve(data) { - translations(data.key, data.table); - deferred.resolve(data.table); - }; - onResolve.displayName = 'translationTableResolver'; - langPromises[langKey].then(onResolve, deferred.reject); - } else { - deferred.reject(); - } - return deferred.promise; - }; + // Replaced watcher on translateLanguage with event listener + scope.$on('translateLanguageChanged', updateTranslations); - /** - * @name getFallbackTranslation - * @private - * - * @description - * Returns a promise that will resolve to the translation - * or be rejected if no translation was found for the language. - * This function is currently only used for fallback language translation. - * - * @param langKey The language to translate to. - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy - * @returns {Q.promise} - */ - var getFallbackTranslation = function getFallbackTranslation(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { - var deferred = $q.defer(); - - var onResolve = function onResolve(translationTable) { - if (Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { - Interpolator.setLocale(langKey); - var translation = translationTable[translationId]; - if (translation.substr(0, 2) === '@:') { - getFallbackTranslation(langKey, translation.substr(2), interpolateParams, Interpolator, sanitizeStrategy).then(deferred.resolve, deferred.reject); - } else { - var interpolatedValue = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'service', sanitizeStrategy, translationId); - interpolatedValue = applyPostProcessing(translationId, translationTable[translationId], interpolatedValue, interpolateParams, langKey); + // Ensures the text will be refreshed after the current language was changed + // w/ $translate.use(...) + var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); - deferred.resolve(interpolatedValue); - } - Interpolator.setLocale($uses); - } else { - deferred.reject(); - } - }; - onResolve.displayName = 'fallbackTranslationResolver'; + updateTranslations(); + scope.$on('$destroy', unbind); + } + }; +} - getTranslationTable(langKey).then(onResolve, deferred.reject); +function watchAttribute(scope, attribute, valueCallback, changeCallback) { + 'use strict'; + if (!attribute) { + return; + } + if (attribute.substr(0, 2) === '::') { + attribute = attribute.substr(2); + } else { + scope.$watch(attribute, function(newValue) { + valueCallback(newValue); + changeCallback(); + }, true); + } + valueCallback(scope.$eval(attribute)); +} - return deferred.promise; - }; +translateAttrDirective.displayName = 'translateAttrDirective'; - /** - * @name getFallbackTranslationInstant - * @private - * - * @description - * Returns a translation - * This function is currently only used for fallback language translation. - * - * @param langKey The language to translate to. - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy sanitize strategy override - * - * @returns {string} translation - */ - var getFallbackTranslationInstant = function getFallbackTranslationInstant(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy) { - var result, - translationTable = $translationTable[langKey]; +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translateCloak + * @requires $translate + * @restrict A + * + * $description + * Adds a `translate-cloak` class name to the given element where this directive + * is applied initially and removes it, once a loader has finished loading. + * + * This directive can be used to prevent initial flickering when loading translation + * data asynchronously. + * + * The class name is defined in + * {@link pascalprecht.translate.$translateProvider#cloakClassName $translate.cloakClassName()}. + * + * @param {string=} translate-cloak If a translationId is provided, it will be used for showing + * or hiding the cloak. Basically it relies on the translation + * resolve. + */ +.directive('translateCloak', translateCloakDirective); - if (translationTable && Object.prototype.hasOwnProperty.call(translationTable, translationId) && translationTable[translationId] !== null) { - Interpolator.setLocale(langKey); - result = Interpolator.interpolate(translationTable[translationId], interpolateParams, 'filter', sanitizeStrategy, translationId); - result = applyPostProcessing(translationId, translationTable[translationId], result, interpolateParams, langKey, sanitizeStrategy); - // workaround for TrustedValueHolderType - if (!angular.isString(result) && angular.isFunction(result.$$unwrapTrustedValue)) { - var result2 = result.$$unwrapTrustedValue(); - if (result2.substr(0, 2) === '@:') { - return getFallbackTranslationInstant(langKey, result2.substr(2), interpolateParams, Interpolator, sanitizeStrategy); - } - } else if (result.substr(0, 2) === '@:') { - return getFallbackTranslationInstant(langKey, result.substr(2), interpolateParams, Interpolator, sanitizeStrategy); - } - Interpolator.setLocale($uses); - } +function translateCloakDirective($translate, $rootScope) { - return result; - }; + 'use strict'; - /** - * @name translateByHandler - * @private - * - * Translate by missing translation handler. - * - * @param translationId - * @param interpolateParams - * @param defaultTranslationText - * @param sanitizeStrategy sanitize strategy override - * - * @returns translation created by $missingTranslationHandler or translationId is $missingTranslationHandler is - * absent - */ - var translateByHandler = function translateByHandler(translationId, interpolateParams, defaultTranslationText, sanitizeStrategy) { - // If we have a handler factory - we might also call it here to determine if it provides - // a default text for a translationid that can't be found anywhere in our tables - if ($missingTranslationHandlerFactory) { - return $injector.get($missingTranslationHandlerFactory)(translationId, $uses, interpolateParams, defaultTranslationText, sanitizeStrategy); + return { + compile : function (tElement) { + var applyCloak = function (element) { + element.addClass($translate.cloakClassName()); + }, + removeCloak = function (element) { + element.removeClass($translate.cloakClassName()); + }; + applyCloak(tElement); + + return function linkFn(scope, iElement, iAttr) { + //Create bound functions that incorporate the active DOM element. + var iRemoveCloak = removeCloak.bind(this, iElement), iApplyCloak = applyCloak.bind(this, iElement); + if (iAttr.translateCloak && iAttr.translateCloak.length) { + // Register a watcher for the defined translation allowing a fine tuned cloak + iAttr.$observe('translateCloak', function (translationId) { + $translate(translationId).then(iRemoveCloak, iApplyCloak); + }); + $rootScope.$on('$translateChangeSuccess', function () { + $translate(iAttr.translateCloak).then(iRemoveCloak, iApplyCloak); + }); } else { - return translationId; + $translate.onReady(iRemoveCloak); } }; + } + }; +} - /** - * @name resolveForFallbackLanguage - * @private - * - * Recursive helper function for fallbackTranslation that will sequentially look - * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. - * - * @param fallbackLanguageIndex - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param defaultTranslationText - * @param sanitizeStrategy - * @returns {Q.promise} Promise that will resolve to the translation. - */ - var resolveForFallbackLanguage = function resolveForFallbackLanguage(fallbackLanguageIndex, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { - var deferred = $q.defer(); +translateCloakDirective.displayName = 'translateCloakDirective'; - if (fallbackLanguageIndex < $fallbackLanguage.length) { - var langKey = $fallbackLanguage[fallbackLanguageIndex]; - getFallbackTranslation(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy).then(function (data) { - deferred.resolve(data); - }, function () { - // Look in the next fallback language for a translation. - // It delays the resolving by passing another promise to resolve. - return resolveForFallbackLanguage(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy).then(deferred.resolve, deferred.reject); - }); - } else { - // No translation found in any fallback language - // if a default translation text is set in the directive, then return this as a result - if (defaultTranslationText) { - deferred.resolve(defaultTranslationText); - } else { - var missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translateNamespace + * @restrict A + * + * @description + * Translates given translation id either through attribute or DOM content. + * Internally it uses `translate` filter to translate translation id. It possible to + * pass an optional `translate-values` object literal as string into translation id. + * + * @param {string=} translate namespace name which could be either string or interpolated string. + * + * @example + + +
    - // if no default translation is set and an error handler is defined, send it to the handler - // and then return the result if it isn't undefined - if ($missingTranslationHandlerFactory && missingTranslationHandlerTranslation) { - deferred.resolve(missingTranslationHandlerTranslation); - } else { - deferred.reject(applyNotFoundIndicators(translationId)); - } - } - } - return deferred.promise; - }; +
    +

    .HEADERS.TITLE

    +

    .HEADERS.WELCOME

    +
    - /** - * @name resolveForFallbackLanguageInstant - * @private - * - * Recursive helper function for fallbackTranslation that will sequentially look - * for a translation in the fallbackLanguages starting with fallbackLanguageIndex. - * - * @param fallbackLanguageIndex - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy - * @returns {string} translation - */ - var resolveForFallbackLanguageInstant = function resolveForFallbackLanguageInstant(fallbackLanguageIndex, translationId, interpolateParams, Interpolator, sanitizeStrategy) { - var result; - - if (fallbackLanguageIndex < $fallbackLanguage.length) { - var langKey = $fallbackLanguage[fallbackLanguageIndex]; - result = getFallbackTranslationInstant(langKey, translationId, interpolateParams, Interpolator, sanitizeStrategy); - if (!result && result !== '') { - result = resolveForFallbackLanguageInstant(fallbackLanguageIndex + 1, translationId, interpolateParams, Interpolator); - } - } - return result; - }; +
    +

    .TITLE

    +

    .WELCOME

    +
    - /** - * Translates with the usage of the fallback languages. - * - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param defaultTranslationText - * @param sanitizeStrategy - * @returns {Q.promise} Promise, that resolves to the translation. - */ - var fallbackTranslation = function fallbackTranslation(translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy) { - // Start with the fallbackLanguage with index 0 - return resolveForFallbackLanguage(startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex, translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy); - }; +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) - /** - * Translates with the usage of the fallback languages. - * - * @param translationId - * @param interpolateParams - * @param Interpolator - * @param sanitizeStrategy - * @returns {String} translation - */ - var fallbackTranslationInstant = function fallbackTranslationInstant(translationId, interpolateParams, Interpolator, sanitizeStrategy) { - // Start with the fallbackLanguage with index 0 - return resolveForFallbackLanguageInstant(startFallbackIteration > 0 ? startFallbackIteration : fallbackIndex, translationId, interpolateParams, Interpolator, sanitizeStrategy); - }; + .config(function ($translateProvider) { - var determineTranslation = function determineTranslation(translationId, interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy) { + $translateProvider.translations('en',{ + 'TRANSLATION_ID': 'Hello there!', + 'CONTENT': { + 'HEADERS': { + TITLE: 'Title' + } + }, + 'CONTENT.HEADERS.WELCOME': 'Welcome' + }).preferredLanguage('en'); - var deferred = $q.defer(); + }); - var table = uses ? $translationTable[uses] : $translationTable, - Interpolator = interpolationId ? interpolatorHashMap[interpolationId] : defaultInterpolator; + +
    + */ +.directive('translateNamespace', translateNamespaceDirective); - // if the translation id exists, we can just interpolate it - if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { - var translation = table[translationId]; +function translateNamespaceDirective() { - // If using link, rerun $translate with linked translationId and return it - if (translation.substr(0, 2) === '@:') { + 'use strict'; - $translate(translation.substr(2), interpolateParams, interpolationId, defaultTranslationText, uses, sanitizeStrategy).then(deferred.resolve, deferred.reject); - } else { - // - var resolvedTranslation = Interpolator.interpolate(translation, interpolateParams, 'service', sanitizeStrategy, translationId); - resolvedTranslation = applyPostProcessing(translationId, translation, resolvedTranslation, interpolateParams, uses); - deferred.resolve(resolvedTranslation); - } - } else { - var missingTranslationHandlerTranslation; - // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise - if ($missingTranslationHandlerFactory && !pendingLoader) { - missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, defaultTranslationText); - } + return { + restrict: 'A', + scope: true, + compile: function () { + return { + pre: function (scope, iElement, iAttrs) { + scope.translateNamespace = getTranslateNamespace(scope); - // since we couldn't translate the inital requested translation id, - // we try it now with one or more fallback languages, if fallback language(s) is - // configured. - if (uses && $fallbackLanguage && $fallbackLanguage.length) { - fallbackTranslation(translationId, interpolateParams, Interpolator, defaultTranslationText, sanitizeStrategy).then(function (translation) { - deferred.resolve(translation); - }, function (_translationId) { - deferred.reject(applyNotFoundIndicators(_translationId)); - }); - } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { - // looks like the requested translation id doesn't exists. - // Now, if there is a registered handler for missing translations and no - // asyncLoader is pending, we execute the handler - if (defaultTranslationText) { - deferred.resolve(defaultTranslationText); - } else { - deferred.resolve(missingTranslationHandlerTranslation); - } + if (scope.translateNamespace && iAttrs.translateNamespace.charAt(0) === '.') { + scope.translateNamespace += iAttrs.translateNamespace; } else { - if (defaultTranslationText) { - deferred.resolve(defaultTranslationText); - } else { - deferred.reject(applyNotFoundIndicators(translationId)); - } + scope.translateNamespace = iAttrs.translateNamespace; } } - return deferred.promise; }; + } + }; +} - var determineTranslationInstant = function determineTranslationInstant(translationId, interpolateParams, interpolationId, uses, sanitizeStrategy) { +/** + * Returns the scope's namespace. + * @private + * @param scope + * @returns {string} + */ +function getTranslateNamespace(scope) { + 'use strict'; + if (scope.translateNamespace) { + return scope.translateNamespace; + } + if (scope.$parent) { + return getTranslateNamespace(scope.$parent); + } +} - var result, - table = uses ? $translationTable[uses] : $translationTable, - Interpolator = defaultInterpolator; +translateNamespaceDirective.displayName = 'translateNamespaceDirective'; - // if the interpolation id exists use custom interpolator - if (interpolatorHashMap && Object.prototype.hasOwnProperty.call(interpolatorHashMap, interpolationId)) { - Interpolator = interpolatorHashMap[interpolationId]; - } +angular.module('pascalprecht.translate') +/** + * @ngdoc directive + * @name pascalprecht.translate.directive:translateLanguage + * @restrict A + * + * @description + * Forces the language to the directives in the underlying scope. + * + * @param {string=} translate language that will be negotiated. + * + * @example + + +
    - // if the translation id exists, we can just interpolate it - if (table && Object.prototype.hasOwnProperty.call(table, translationId) && table[translationId] !== null) { - var translation = table[translationId]; +
    +

    HELLO

    +
    - // If using link, rerun $translate with linked translationId and return it - if (translation.substr(0, 2) === '@:') { - result = determineTranslationInstant(translation.substr(2), interpolateParams, interpolationId, uses, sanitizeStrategy); - } else { - result = Interpolator.interpolate(translation, interpolateParams, 'filter', sanitizeStrategy, translationId); - result = applyPostProcessing(translationId, translation, result, interpolateParams, uses, sanitizeStrategy); - } - } else { - var missingTranslationHandlerTranslation; - // for logging purposes only (as in $translateMissingTranslationHandlerLog), value is not returned to promise - if ($missingTranslationHandlerFactory && !pendingLoader) { - missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); - } +
    +

    HELLO

    +
    - // since we couldn't translate the inital requested translation id, - // we try it now with one or more fallback languages, if fallback language(s) is - // configured. - if (uses && $fallbackLanguage && $fallbackLanguage.length) { - fallbackIndex = 0; - result = fallbackTranslationInstant(translationId, interpolateParams, Interpolator, sanitizeStrategy); - } else if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { - // looks like the requested translation id doesn't exists. - // Now, if there is a registered handler for missing translations and no - // asyncLoader is pending, we execute the handler - result = missingTranslationHandlerTranslation; - } else { - result = applyNotFoundIndicators(translationId); - } - } +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) - return result; - }; + .config(function ($translateProvider) { - var clearNextLangAndPromise = function clearNextLangAndPromise(key) { - if ($nextLang === key) { - $nextLang = undefined; - } - langPromises[key] = undefined; - }; + $translateProvider + .translations('en',{ + 'HELLO': 'Hello world!' + }) + .translations('de',{ + 'HELLO': 'Hallo Welt!' + }) + .preferredLanguage('en'); - var applyPostProcessing = function applyPostProcessing(translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy) { - var fn = postProcessFn; + }); - if (fn) { + +
    + */ +.directive('translateLanguage', translateLanguageDirective); - if (typeof fn === 'string') { - // getting on-demand instance - fn = $injector.get(fn); - } - if (fn) { - return fn(translationId, translation, resolvedTranslation, interpolateParams, uses, sanitizeStrategy); - } - } +function translateLanguageDirective() { - return resolvedTranslation; - }; + 'use strict'; - var loadTranslationsIfMissing = function loadTranslationsIfMissing(key) { - if (!$translationTable[key] && $loaderFactory && !langPromises[key]) { - langPromises[key] = loadAsync(key).then(function (translation) { - translations(translation.key, translation.table); - return translation; - }); - } - }; + return { + restrict: 'A', + scope: true, + compile: function () { + return function linkFn(scope, iElement, iAttrs) { - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#preferredLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the language key for the preferred language. - * - * @param {string} langKey language String or Array to be used as preferredLanguage (changing at runtime) - * - * @return {string} preferred language key - */ - $translate.preferredLanguage = function (langKey) { - if (langKey) { - setupPreferredLanguage(langKey); - } - return $preferredLanguage; - }; + iAttrs.$observe('translateLanguage', function (newTranslateLanguage) { + scope.translateLanguage = newTranslateLanguage; + }); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#cloakClassName - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the configured class name for `translate-cloak` directive. - * - * @return {string} cloakClassName - */ - $translate.cloakClassName = function () { - return $cloakClassName; + scope.$watch('translateLanguage', function(){ + scope.$broadcast('translateLanguageChanged'); + }); }; + } + }; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#nestedObjectDelimeter - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the configured delimiter for nested namespaces. - * - * @return {string} nestedObjectDelimeter - */ - $translate.nestedObjectDelimeter = function () { - return $nestedObjectDelimeter; - }; +translateLanguageDirective.displayName = 'translateLanguageDirective'; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#fallbackLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the language key for the fallback languages or sets a new fallback stack. - * It is recommended to call this before {@link pascalprecht.translate.$translateProvider#preferredLanguage preferredLanguage()}. - * - * @param {string=} langKey language String or Array of fallback languages to be used (to change stack at runtime) - * - * @return {string||array} fallback language key - */ - $translate.fallbackLanguage = function (langKey) { - if (langKey !== undefined && langKey !== null) { - fallbackStack(langKey); - - // as we might have an async loader initiated and a new translation language might have been defined - // we need to add the promise to the stack also. So - iterate. - if ($loaderFactory) { - if ($fallbackLanguage && $fallbackLanguage.length) { - for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { - if (!langPromises[$fallbackLanguage[i]]) { - langPromises[$fallbackLanguage[i]] = loadAsync($fallbackLanguage[i]); - } - } - } - } - $translate.use($translate.use()); - } - if ($fallbackWasString) { - return $fallbackLanguage[0]; - } else { - return $fallbackLanguage; - } - }; +angular.module('pascalprecht.translate') +/** + * @ngdoc filter + * @name pascalprecht.translate.filter:translate + * @requires $parse + * @requires pascalprecht.translate.$translate + * @function + * + * @description + * Uses `$translate` service to translate contents. Accepts interpolate parameters + * to pass dynamized values though translation. + * + * @param {string} translationId A translation id to be translated. + * @param {*=} interpolateParams Optional object literal (as hash or string) to pass values into translation. + * + * @returns {string} Translated text. + * + * @example + + +
    - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#useFallbackLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Sets the first key of the fallback language stack to be used for translation. - * Therefore all languages in the fallback array BEFORE this key will be skipped! - * - * @param {string=} langKey Contains the langKey the iteration shall start with. Set to false if you want to - * get back to the whole stack - */ - $translate.useFallbackLanguage = function (langKey) { - if (langKey !== undefined && langKey !== null) { - if (!langKey) { - startFallbackIteration = 0; - } else { - var langKeyPosition = indexOf($fallbackLanguage, langKey); - if (langKeyPosition > -1) { - startFallbackIteration = langKeyPosition; - } - } - } - }; +
    {{ 'TRANSLATION_ID' | translate }}
    +
    {{ translationId | translate }}
    +
    {{ 'WITH_VALUES' | translate:'{value: 5}' }}
    +
    {{ 'WITH_VALUES' | translate:values }}
    - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#proposedLanguage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the language key of language that is currently loaded asynchronously. - * - * @return {string} language key - */ - $translate.proposedLanguage = function () { - return $nextLang; - }; +
    +
    + + angular.module('ngView', ['pascalprecht.translate']) - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#storage - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns registered storage. - * - * @return {object} Storage - */ - $translate.storage = function () { - return Storage; - }; + .config(function ($translateProvider) { - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#negotiateLocale - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns a language key based on available languages and language aliases. If a - * language key cannot be resolved, returns undefined. - * - * If no or a falsy key is given, returns undefined. - * - * @param {string} [key] Language key - * @return {string|undefined} Language key or undefined if no language key is found. - */ - $translate.negotiateLocale = negotiateLocale; + $translateProvider.translations('en', { + 'TRANSLATION_ID': 'Hello there!', + 'WITH_VALUES': 'The following value is dynamic: {{value}}' + }); + $translateProvider.preferredLanguage('en'); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#use - * @methodOf pascalprecht.translate.$translate - * - * @description - * Tells angular-translate which language to use by given language key. This method is - * used to change language at runtime. It also takes care of storing the language - * key in a configured store to let your app remember the choosed language. - * - * When trying to 'use' a language which isn't available it tries to load it - * asynchronously with registered loaders. - * - * Returns promise object with loaded language file data or string of the currently used language. - * - * If no or a falsy key is given it returns the currently used language key. - * The returned string will be ```undefined``` if setting up $translate hasn't finished. - * @example - * $translate.use("en_US").then(function(data){ - * $scope.text = $translate("HELLO"); - * }); - * - * @param {string=} key Language key - * @return {object|string} Promise with loaded language data or the language key if a falsy param was given. - */ - $translate.use = function (key) { - if (!key) { - return $uses; - } + }); - var deferred = $q.defer(); - deferred.promise.then(null, angular.noop); // AJS "Possibly unhandled rejection" + angular.module('ngView').controller('TranslateCtrl', function ($scope) { + $scope.translationId = 'TRANSLATION_ID'; - $rootScope.$emit('$translateChangeStart', { language: key }); + $scope.values = { + value: 78 + }; + }); + +
    + */ +.filter('translate', translateFilterFactory); - // Try to get the aliased language key - var aliasedKey = negotiateLocale(key); - // Ensure only registered language keys will be loaded - if ($availableLanguageKeys.length > 0 && !aliasedKey) { - return $q.reject(key); - } +function translateFilterFactory($parse, $translate) { - if (aliasedKey) { - key = aliasedKey; - } + 'use strict'; - // if there isn't a translation table for the language we've requested, - // we load it asynchronously - $nextLang = key; - if (($forceAsyncReloadEnabled || !$translationTable[key]) && $loaderFactory && !langPromises[key]) { - langPromises[key] = loadAsync(key).then(function (translation) { - translations(translation.key, translation.table); - deferred.resolve(translation.key); - if ($nextLang === key) { - useLanguage(translation.key); - } - return translation; - }, function (key) { - $rootScope.$emit('$translateChangeError', { language: key }); - deferred.reject(key); - $rootScope.$emit('$translateChangeEnd', { language: key }); - return $q.reject(key); - }); - langPromises[key]['finally'](function () { - clearNextLangAndPromise(key); - })['catch'](angular.noop); // we don't care about errors (clearing) - } else if (langPromises[key]) { - // we are already loading this asynchronously - // resolve our new deferred when the old langPromise is resolved - langPromises[key].then(function (translation) { - if ($nextLang === translation.key) { - useLanguage(translation.key); - } - deferred.resolve(translation.key); - return translation; - }, function (key) { - // find first available fallback language if that request has failed - if (!$uses && $fallbackLanguage && $fallbackLanguage.length > 0 && $fallbackLanguage[0] !== key) { - return $translate.use($fallbackLanguage[0]).then(deferred.resolve, deferred.reject); - } else { - return deferred.reject(key); - } - }); - } else { - deferred.resolve(key); - useLanguage(key); - } + var translateFilter = function (translationId, interpolateParams, interpolation, forceLanguage) { + if (!angular.isObject(interpolateParams)) { + var ctx = this || { + '__SCOPE_IS_NOT_AVAILABLE': 'More info at https://github.com/angular/angular.js/commit/8863b9d04c722b278fa93c5d66ad1e578ad6eb1f' + }; + interpolateParams = $parse(interpolateParams)(ctx); + } - return deferred.promise; - }; + return $translate.instant(translationId, interpolateParams, interpolation, forceLanguage); + }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#resolveClientLocale - * @methodOf pascalprecht.translate.$translate - * - * @description - * This returns the current browser/client's language key. The result is processed with the configured uniform tag resolver. - * - * @returns {string} the current client/browser language key - */ - $translate.resolveClientLocale = function () { - return getLocale(); - }; + if ($translate.statefulFilter()) { + translateFilter.$stateful = true; + } - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#storageKey - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the key for the storage. - * - * @return {string} storage key - */ - $translate.storageKey = function () { - return storageKey(); - }; + return translateFilter; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isPostCompilingEnabled - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether post compiling is enabled or not - * - * @return {bool} storage key - */ - $translate.isPostCompilingEnabled = function () { - return $postCompilingEnabled; - }; +translateFilterFactory.displayName = 'translateFilterFactory'; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isForceAsyncReloadEnabled - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether force async reload is enabled or not - * - * @return {boolean} forceAsyncReload value - */ - $translate.isForceAsyncReloadEnabled = function () { - return $forceAsyncReloadEnabled; - }; +angular.module('pascalprecht.translate') - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isKeepContent - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether keepContent or not - * - * @return {boolean} keepContent value - */ - $translate.isKeepContent = function () { - return $keepContent; - }; +/** + * @ngdoc object + * @name pascalprecht.translate.$translationCache + * @requires $cacheFactory + * + * @description + * The first time a translation table is used, it is loaded in the translation cache for quick retrieval. You + * can load translation tables directly into the cache by consuming the + * `$translationCache` service directly. + * + * @return {object} $cacheFactory object. + */ + .factory('$translationCache', $translationCache); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#refresh - * @methodOf pascalprecht.translate.$translate - * - * @description - * Refreshes a translation table pointed by the given langKey. If langKey is not specified, - * the module will drop all existent translation tables and load new version of those which - * are currently in use. - * - * Refresh means that the module will drop target translation table and try to load it again. - * - * In case there are no loaders registered the refresh() method will throw an Error. - * - * If the module is able to refresh translation tables refresh() method will broadcast - * $translateRefreshStart and $translateRefreshEnd events. - * - * @example - * // this will drop all currently existent translation tables and reload those which are - * // currently in use - * $translate.refresh(); - * // this will refresh a translation table for the en_US language - * $translate.refresh('en_US'); - * - * @param {string} langKey A language key of the table, which has to be refreshed - * - * @return {promise} Promise, which will be resolved in case a translation tables refreshing - * process is finished successfully, and reject if not. - */ - $translate.refresh = function (langKey) { - if (!$loaderFactory) { - throw new Error('Couldn\'t refresh translation table, no loader registered!'); - } +function $translationCache($cacheFactory) { - $rootScope.$emit('$translateRefreshStart', { language: langKey }); + 'use strict'; - var deferred = $q.defer(), - updatedLanguages = {}; + return $cacheFactory('translations'); +} - //private helper - function loadNewData(languageKey) { - var promise = loadAsync(languageKey); - //update the load promise cache for this language - langPromises[languageKey] = promise; - //register a data handler for the promise - promise.then(function (data) { - //clear the cache for this language - $translationTable[languageKey] = {}; - //add the new data for this language - translations(languageKey, data.table); - //track that we updated this language - updatedLanguages[languageKey] = true; - }, - //handle rejection to appease the $q validation - angular.noop); - return promise; - } +$translationCache.displayName = '$translationCache'; +return 'pascalprecht.translate'; - //set up post-processing - deferred.promise.then(function () { - for (var key in $translationTable) { - if ($translationTable.hasOwnProperty(key)) { - //delete cache entries that were not updated - if (!(key in updatedLanguages)) { - delete $translationTable[key]; - } - } - } - if ($uses) { - useLanguage($uses); - } - }, - //handle rejection to appease the $q validation - angular.noop)['finally'](function () { - $rootScope.$emit('$translateRefreshEnd', { language: langKey }); - }); +})); - if (!langKey) { - // if there's no language key specified we refresh ALL THE THINGS! - var languagesToReload = $fallbackLanguage && $fallbackLanguage.slice() || []; - if ($uses && languagesToReload.indexOf($uses) === -1) { - languagesToReload.push($uses); - } - $q.all(languagesToReload.map(loadNewData)).then(deferred.resolve, deferred.reject); - } else if ($translationTable[langKey]) { - //just refresh the specified language cache - loadNewData(langKey).then(deferred.resolve, deferred.reject); - } else { - deferred.reject(); - } +},{}],147:[function(require,module,exports){ +/** + * @license AngularJS v1.6.8 + * (c) 2010-2017 Google, Inc. http://angularjs.org + * License: MIT + */ +(function(window) {'use strict'; - return deferred.promise; - }; +/* exported + minErrConfig, + errorHandlingConfig, + isValidObjectMaxDepth +*/ - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#instant - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns a translation instantly from the internal state of loaded translation. All rules - * regarding the current language, the preferred language of even fallback languages will be - * used except any promise handling. If a language was not found, an asynchronous loading - * will be invoked in the background. - * - * @param {string|array} translationId A token which represents a translation id - * This can be optionally an array of translation ids which - * results that the function's promise returns an object where - * each key is the translation id and the value the translation. - * @param {object=} [interpolateParams={}] Params - * @param {string=} [interpolationId=undefined] The id of the interpolation to use (use default unless set via useInterpolation()) - * @param {string=} [forceLanguage=false] A language to be used instead of the current language - * @param {string=} [sanitizeStrategy=undefined] force sanitize strategy for this call instead of using the configured one (use default unless set) - * - * @return {string|object} translation - */ - $translate.instant = function (translationId, interpolateParams, interpolationId, forceLanguage, sanitizeStrategy) { +var minErrConfig = { + objectMaxDepth: 5 +}; - // we don't want to re-negotiate $uses - var uses = forceLanguage && forceLanguage !== $uses ? // we don't want to re-negotiate $uses - negotiateLocale(forceLanguage) || forceLanguage : $uses; +/** + * @ngdoc function + * @name angular.errorHandlingConfig + * @module ng + * @kind function + * + * @description + * Configure several aspects of error handling in AngularJS if used as a setter or return the + * current configuration if used as a getter. The following options are supported: + * + * - **objectMaxDepth**: The maximum depth to which objects are traversed when stringified for error messages. + * + * Omitted or undefined options will leave the corresponding configuration values unchanged. + * + * @param {Object=} config - The configuration object. May only contain the options that need to be + * updated. Supported keys: + * + * * `objectMaxDepth` **{Number}** - The max depth for stringifying objects. Setting to a + * non-positive or non-numeric value, removes the max depth limit. + * Default: 5 + */ +function errorHandlingConfig(config) { + if (isObject(config)) { + if (isDefined(config.objectMaxDepth)) { + minErrConfig.objectMaxDepth = isValidObjectMaxDepth(config.objectMaxDepth) ? config.objectMaxDepth : NaN; + } + } else { + return minErrConfig; + } +} - // Detect undefined and null values to shorten the execution and prevent exceptions - if (translationId === null || angular.isUndefined(translationId)) { - return translationId; - } +/** + * @private + * @param {Number} maxDepth + * @return {boolean} + */ +function isValidObjectMaxDepth(maxDepth) { + return isNumber(maxDepth) && maxDepth > 0; +} - // Check forceLanguage is present - if (forceLanguage) { - loadTranslationsIfMissing(forceLanguage); - } +/** + * @description + * + * This object provides a utility for producing rich Error messages within + * Angular. It can be called as follows: + * + * var exampleMinErr = minErr('example'); + * throw exampleMinErr('one', 'This {0} is {1}', foo, bar); + * + * The above creates an instance of minErr in the example namespace. The + * resulting error will have a namespaced error code of example.one. The + * resulting error will replace {0} with the value of foo, and {1} with the + * value of bar. The object is not restricted in the number of arguments it can + * take. + * + * If fewer arguments are specified than necessary for interpolation, the extra + * interpolation markers will be preserved in the final string. + * + * Since data will be parsed statically during a build step, some restrictions + * are applied with respect to how minErr instances are created and called. + * Instances should have names of the form namespaceMinErr for a minErr created + * using minErr('namespace') . Error codes, namespaces and template strings + * should all be static strings, not variables or general expressions. + * + * @param {string} module The namespace to use for the new minErr instance. + * @param {function} ErrorConstructor Custom error constructor to be instantiated when returning + * error from returned function, for cases when a particular type of error is useful. + * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance + */ - // Duck detection: If the first argument is an array, a bunch of translations was requested. - // The result is an object. - if (angular.isArray(translationId)) { - var results = {}; - for (var i = 0, c = translationId.length; i < c; i++) { - results[translationId[i]] = $translate.instant(translationId[i], interpolateParams, interpolationId, forceLanguage, sanitizeStrategy); - } - return results; - } +function minErr(module, ErrorConstructor) { + ErrorConstructor = ErrorConstructor || Error; + return function() { + var code = arguments[0], + template = arguments[1], + message = '[' + (module ? module + ':' : '') + code + '] ', + templateArgs = sliceArgs(arguments, 2).map(function(arg) { + return toDebugString(arg, minErrConfig.objectMaxDepth); + }), + paramPrefix, i; - // We discarded unacceptable values. So we just need to verify if translationId is empty String - if (angular.isString(translationId) && translationId.length < 1) { - return translationId; - } + message += template.replace(/\{\d+\}/g, function(match) { + var index = +match.slice(1, -1); - // trim off any whitespace - if (translationId) { - translationId = trim.apply(translationId); - } + if (index < templateArgs.length) { + return templateArgs[index]; + } - var result, - possibleLangKeys = []; - if ($preferredLanguage) { - possibleLangKeys.push($preferredLanguage); - } - if (uses) { - possibleLangKeys.push(uses); - } - if ($fallbackLanguage && $fallbackLanguage.length) { - possibleLangKeys = possibleLangKeys.concat($fallbackLanguage); - } - for (var j = 0, d = possibleLangKeys.length; j < d; j++) { - var possibleLangKey = possibleLangKeys[j]; - if ($translationTable[possibleLangKey]) { - if (typeof $translationTable[possibleLangKey][translationId] !== 'undefined') { - result = determineTranslationInstant(translationId, interpolateParams, interpolationId, uses, sanitizeStrategy); - } - } - if (typeof result !== 'undefined') { - break; - } - } + return match; + }); - if (!result && result !== '') { - if ($notFoundIndicatorLeft || $notFoundIndicatorRight) { - result = applyNotFoundIndicators(translationId); - } else { - // Return translation of default interpolator if not found anything. - result = defaultInterpolator.interpolate(translationId, interpolateParams, 'filter', sanitizeStrategy); - - // looks like the requested translation id doesn't exists. - // Now, if there is a registered handler for missing translations and no - // asyncLoader is pending, we execute the handler - var missingTranslationHandlerTranslation; - if ($missingTranslationHandlerFactory && !pendingLoader) { - missingTranslationHandlerTranslation = translateByHandler(translationId, interpolateParams, sanitizeStrategy); - } + message += '\nhttp://errors.angularjs.org/1.6.8/' + + (module ? module + '/' : '') + code; - if ($missingTranslationHandlerFactory && !pendingLoader && missingTranslationHandlerTranslation) { - result = missingTranslationHandlerTranslation; - } - } - } + for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') { + message += paramPrefix + 'p' + i + '=' + encodeURIComponent(templateArgs[i]); + } - return result; - }; + return new ErrorConstructor(message); + }; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#versionInfo - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the current version information for the angular-translate library - * - * @return {string} angular-translate version - */ - $translate.versionInfo = function () { - return version; - }; +/* We need to tell ESLint what variables are being exported */ +/* exported + angular, + msie, + jqLite, + jQuery, + slice, + splice, + push, + toString, + minErrConfig, + errorHandlingConfig, + isValidObjectMaxDepth, + ngMinErr, + angularModule, + uid, + REGEX_STRING_REGEXP, + VALIDITY_STATE_PROPERTY, + + lowercase, + uppercase, + manualLowercase, + manualUppercase, + nodeName_, + isArrayLike, + forEach, + forEachSorted, + reverseParams, + nextUid, + setHashKey, + extend, + toInt, + inherit, + merge, + noop, + identity, + valueFn, + isUndefined, + isDefined, + isObject, + isBlankObject, + isString, + isNumber, + isNumberNaN, + isDate, + isError, + isArray, + isFunction, + isRegExp, + isWindow, + isScope, + isFile, + isFormData, + isBlob, + isBoolean, + isPromiseLike, + trim, + escapeForRegexp, + isElement, + makeMap, + includes, + arrayRemove, + copy, + simpleCompare, + equals, + csp, + jq, + concat, + sliceArgs, + bind, + toJsonReplacer, + toJson, + fromJson, + convertTimezoneToLocal, + timezoneToOffset, + startingTag, + tryDecodeURIComponent, + parseKeyValue, + toKeyValue, + encodeUriSegment, + encodeUriQuery, + angularInit, + bootstrap, + getTestability, + snake_case, + bindJQuery, + assertArg, + assertArgFn, + assertNotHasOwnProperty, + getter, + getBlockNodes, + hasOwnProperty, + createMap, + stringify, + + NODE_TYPE_ELEMENT, + NODE_TYPE_ATTRIBUTE, + NODE_TYPE_TEXT, + NODE_TYPE_COMMENT, + NODE_TYPE_DOCUMENT, + NODE_TYPE_DOCUMENT_FRAGMENT +*/ - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#loaderCache - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns the defined loaderCache. - * - * @return {boolean|string|object} current value of loaderCache - */ - $translate.loaderCache = function () { - return loaderCache; - }; +//////////////////////////////////// - // internal purpose only - $translate.directivePriority = function () { - return directivePriority; - }; +/** + * @ngdoc module + * @name ng + * @module ng + * @installation + * @description + * + * The ng module is loaded by default when an AngularJS application is started. The module itself + * contains the essential components for an AngularJS application to function. The table below + * lists a high level breakdown of each of the services/factories, filters, directives and testing + * components available within this core module. + * + */ - // internal purpose only - $translate.statefulFilter = function () { - return statefulFilter; - }; +var REGEX_STRING_REGEXP = /^\/(.+)\/([a-z]*)$/; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#isReady - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns whether the service is "ready" to translate (i.e. loading 1st language). - * - * See also {@link pascalprecht.translate.$translate#methods_onReady onReady()}. - * - * @return {boolean} current value of ready - */ - $translate.isReady = function () { - return $isReady; - }; +// The name of a form control's ValidityState property. +// This is used so that it's possible for internal tests to create mock ValidityStates. +var VALIDITY_STATE_PROPERTY = 'validity'; - var $onReadyDeferred = $q.defer(); - $onReadyDeferred.promise.then(function () { - $isReady = true; - }); - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#onReady - * @methodOf pascalprecht.translate.$translate - * - * @description - * Calls the function provided or resolved the returned promise after the service is "ready" to translate (i.e. loading 1st language). - * - * See also {@link pascalprecht.translate.$translate#methods_isReady isReady()}. - * - * @param {Function=} fn Function to invoke when service is ready - * @return {object} Promise resolved when service is ready - */ - $translate.onReady = function (fn) { - var deferred = $q.defer(); - if (angular.isFunction(fn)) { - deferred.promise.then(fn); - } - if ($isReady) { - deferred.resolve(); - } else { - $onReadyDeferred.promise.then(deferred.resolve); - } - return deferred.promise; - }; +var hasOwnProperty = Object.prototype.hasOwnProperty; + +/** + * @ngdoc function + * @name angular.lowercase + * @module ng + * @kind function + * + * @deprecated + * sinceVersion="1.5.0" + * removeVersion="1.7.0" + * Use [String.prototype.toLowerCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase) instead. + * + * @description Converts the specified string to lowercase. + * @param {string} string String to be converted to lowercase. + * @returns {string} Lowercased string. + */ +var lowercase = function(string) {return isString(string) ? string.toLowerCase() : string;}; + +/** + * @ngdoc function + * @name angular.uppercase + * @module ng + * @kind function + * + * @deprecated + * sinceVersion="1.5.0" + * removeVersion="1.7.0" + * Use [String.prototype.toUpperCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) instead. + * + * @description Converts the specified string to uppercase. + * @param {string} string String to be converted to uppercase. + * @returns {string} Uppercased string. + */ +var uppercase = function(string) {return isString(string) ? string.toUpperCase() : string;}; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#getAvailableLanguageKeys - * @methodOf pascalprecht.translate.$translate - * - * @description - * This function simply returns the registered language keys being defined before in the config phase - * With this, an application can use the array to provide a language selection dropdown or similar - * without any additional effort - * - * @returns {object} returns the list of possibly registered language keys and mapping or null if not defined - */ - $translate.getAvailableLanguageKeys = function () { - if ($availableLanguageKeys.length > 0) { - return $availableLanguageKeys; - } - return null; - }; - /** - * @ngdoc function - * @name pascalprecht.translate.$translate#getTranslationTable - * @methodOf pascalprecht.translate.$translate - * - * @description - * Returns translation table by the given language key. - * - * Unless a language is provided it returns a translation table of the current one. - * Note: If translation dictionary is currently downloading or in progress - * it will return null. - * - * @param {string} langKey A token which represents a translation id - * - * @return {object} a copy of angular-translate $translationTable - */ - $translate.getTranslationTable = function (langKey) { - langKey = langKey || $translate.use(); - if (langKey && $translationTable[langKey]) { - return angular.copy($translationTable[langKey]); - } - return null; - }; +var manualLowercase = function(s) { + /* eslint-disable no-bitwise */ + return isString(s) + ? s.replace(/[A-Z]/g, function(ch) {return String.fromCharCode(ch.charCodeAt(0) | 32);}) + : s; + /* eslint-enable */ +}; +var manualUppercase = function(s) { + /* eslint-disable no-bitwise */ + return isString(s) + ? s.replace(/[a-z]/g, function(ch) {return String.fromCharCode(ch.charCodeAt(0) & ~32);}) + : s; + /* eslint-enable */ +}; - // Whenever $translateReady is being fired, this will ensure the state of $isReady - var globalOnReadyListener = $rootScope.$on('$translateReady', function () { - $onReadyDeferred.resolve(); - globalOnReadyListener(); // one time only - globalOnReadyListener = null; - }); - var globalOnChangeListener = $rootScope.$on('$translateChangeEnd', function () { - $onReadyDeferred.resolve(); - globalOnChangeListener(); // one time only - globalOnChangeListener = null; - }); - if ($loaderFactory) { +// String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish +// locale, for this reason we need to detect this case and redefine lowercase/uppercase methods +// with correct but slower alternatives. See https://github.com/angular/angular.js/issues/11387 +if ('i' !== 'I'.toLowerCase()) { + lowercase = manualLowercase; + uppercase = manualUppercase; +} - // If at least one async loader is defined and there are no - // (default) translations available we should try to load them. - if (angular.equals($translationTable, {})) { - if ($translate.use()) { - $translate.use($translate.use()); - } - } - // Also, if there are any fallback language registered, we start - // loading them asynchronously as soon as we can. - if ($fallbackLanguage && $fallbackLanguage.length) { - var processAsyncResult = function processAsyncResult(translation) { - translations(translation.key, translation.table); - $rootScope.$emit('$translateChangeEnd', { language: translation.key }); - return translation; - }; - for (var i = 0, len = $fallbackLanguage.length; i < len; i++) { - var fallbackLanguageId = $fallbackLanguage[i]; - if ($forceAsyncReloadEnabled || !$translationTable[fallbackLanguageId]) { - langPromises[fallbackLanguageId] = loadAsync(fallbackLanguageId).then(processAsyncResult); - } - } - } - } else { - $rootScope.$emit('$translateReady', { language: $translate.use() }); - } +var + msie, // holds major version number for IE, or NaN if UA is not IE. + jqLite, // delay binding since jQuery could be loaded after us. + jQuery, // delay binding + slice = [].slice, + splice = [].splice, + push = [].push, + toString = Object.prototype.toString, + getPrototypeOf = Object.getPrototypeOf, + ngMinErr = minErr('ng'), - return $translate; - }]; - } + /** @name angular */ + angular = window.angular || (window.angular = {}), + angularModule, + uid = 0; - $translate.displayName = 'displayName'; +// Support: IE 9-11 only +/** + * documentMode is an IE-only property + * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx + */ +msie = window.document.documentMode; - /** - * @ngdoc object - * @name pascalprecht.translate.$translateDefaultInterpolation - * @requires $interpolate - * - * @description - * Uses angular's `$interpolate` services to interpolate strings against some values. - * - * Be aware to configure a proper sanitization strategy. - * - * See also: - * * {@link pascalprecht.translate.$translateSanitization} - * - * @return {object} $translateDefaultInterpolation Interpolator service - */ - angular.module('pascalprecht.translate').factory('$translateDefaultInterpolation', $translateDefaultInterpolation); - function $translateDefaultInterpolation($interpolate, $translateSanitization) { +/** + * @private + * @param {*} obj + * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, + * String ...) + */ +function isArrayLike(obj) { - 'use strict'; + // `null`, `undefined` and `window` are not array-like + if (obj == null || isWindow(obj)) return false; - var $translateInterpolator = {}, - $locale, - $identifier = 'default'; + // arrays, strings and jQuery/jqLite objects are array like + // * jqLite is either the jQuery or jqLite constructor function + // * we have to check the existence of jqLite first as this method is called + // via the forEach method when constructing the jqLite object in the first place + if (isArray(obj) || isString(obj) || (jqLite && obj instanceof jqLite)) return true; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateDefaultInterpolation#setLocale - * @methodOf pascalprecht.translate.$translateDefaultInterpolation - * - * @description - * Sets current locale (this is currently not use in this interpolation). - * - * @param {string} locale Language key or locale. - */ - $translateInterpolator.setLocale = function (locale) { - $locale = locale; - }; + // Support: iOS 8.2 (not reproducible in simulator) + // "length" in obj used to prevent JIT error (gh-11508) + var length = 'length' in Object(obj) && obj.length; - /** - * @ngdoc function - * @name pascalprecht.translate.$translateDefaultInterpolation#getInterpolationIdentifier - * @methodOf pascalprecht.translate.$translateDefaultInterpolation - * - * @description - * Returns an identifier for this interpolation service. - * - * @returns {string} $identifier - */ - $translateInterpolator.getInterpolationIdentifier = function () { - return $identifier; - }; + // NodeList objects (with `item` method) and + // other objects with suitable length characteristics are array-like + return isNumber(length) && + (length >= 0 && ((length - 1) in obj || obj instanceof Array) || typeof obj.item === 'function'); - /** - * @deprecated will be removed in 3.0 - * @see {@link pascalprecht.translate.$translateSanitization} - */ - $translateInterpolator.useSanitizeValueStrategy = function (value) { - $translateSanitization.useStrategy(value); - return this; - }; +} - /** - * @ngdoc function - * @name pascalprecht.translate.$translateDefaultInterpolation#interpolate - * @methodOf pascalprecht.translate.$translateDefaultInterpolation - * - * @description - * Interpolates given value agains given interpolate params using angulars - * `$interpolate` service. - * - * Since AngularJS 1.5, `value` must not be a string but can be anything input. - * - * @param {string} value translation - * @param {object} [interpolationParams={}] interpolation params - * @param {string} [context=undefined] current context (filter, directive, service) - * @param {string} [sanitizeStrategy=undefined] sanitize strategy (use default unless set) - * @param {string} translationId current translationId - * - * @returns {string} interpolated string - */ - $translateInterpolator.interpolate = function (value, interpolationParams, context, sanitizeStrategy, translationId) { - // jshint ignore:line - interpolationParams = interpolationParams || {}; - interpolationParams = $translateSanitization.sanitize(interpolationParams, 'params', sanitizeStrategy, context); - - var interpolatedText; - if (angular.isNumber(value)) { - // numbers are safe - interpolatedText = '' + value; - } else if (angular.isString(value)) { - // strings must be interpolated (that's the job here) - interpolatedText = $interpolate(value)(interpolationParams); - interpolatedText = $translateSanitization.sanitize(interpolatedText, 'text', sanitizeStrategy, context); - } else { - // neither a number or a string, cant interpolate => empty string - interpolatedText = ''; - } +/** + * @ngdoc function + * @name angular.forEach + * @module ng + * @kind function + * + * @description + * Invokes the `iterator` function once for each item in `obj` collection, which can be either an + * object or an array. The `iterator` function is invoked with `iterator(value, key, obj)`, where `value` + * is the value of an object property or an array element, `key` is the object property key or + * array element index and obj is the `obj` itself. Specifying a `context` for the function is optional. + * + * It is worth noting that `.forEach` does not iterate over inherited properties because it filters + * using the `hasOwnProperty` method. + * + * Unlike ES262's + * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18), + * providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just + * return the value provided. + * + ```js + var values = {name: 'misko', gender: 'male'}; + var log = []; + angular.forEach(values, function(value, key) { + this.push(key + ': ' + value); + }, log); + expect(log).toEqual(['name: misko', 'gender: male']); + ``` + * + * @param {Object|Array} obj Object to iterate over. + * @param {Function} iterator Iterator function. + * @param {Object=} context Object to become context (`this`) for the iterator function. + * @returns {Object|Array} Reference to `obj`. + */ - return interpolatedText; - }; +function forEach(obj, iterator, context) { + var key, length; + if (obj) { + if (isFunction(obj)) { + for (key in obj) { + if (key !== 'prototype' && key !== 'length' && key !== 'name' && obj.hasOwnProperty(key)) { + iterator.call(context, obj[key], key, obj); + } + } + } else if (isArray(obj) || isArrayLike(obj)) { + var isPrimitive = typeof obj !== 'object'; + for (key = 0, length = obj.length; key < length; key++) { + if (isPrimitive || key in obj) { + iterator.call(context, obj[key], key, obj); + } + } + } else if (obj.forEach && obj.forEach !== forEach) { + obj.forEach(iterator, context, obj); + } else if (isBlankObject(obj)) { + // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty + for (key in obj) { + iterator.call(context, obj[key], key, obj); + } + } else if (typeof obj.hasOwnProperty === 'function') { + // Slow path for objects inheriting Object.prototype, hasOwnProperty check needed + for (key in obj) { + if (obj.hasOwnProperty(key)) { + iterator.call(context, obj[key], key, obj); + } + } + } else { + // Slow path for objects which do not have a method `hasOwnProperty` + for (key in obj) { + if (hasOwnProperty.call(obj, key)) { + iterator.call(context, obj[key], key, obj); + } + } + } + } + return obj; +} - return $translateInterpolator; +function forEachSorted(obj, iterator, context) { + var keys = Object.keys(obj).sort(); + for (var i = 0; i < keys.length; i++) { + iterator.call(context, obj[keys[i]], keys[i]); } + return keys; +} - $translateDefaultInterpolation.displayName = '$translateDefaultInterpolation'; - angular.module('pascalprecht.translate').constant('$STORAGE_KEY', 'NG_TRANSLATE_LANG_KEY'); +/** + * when using forEach the params are value, key, but it is often useful to have key, value. + * @param {function(string, *)} iteratorFn + * @returns {function(*, string)} + */ +function reverseParams(iteratorFn) { + return function(value, key) {iteratorFn(key, value);}; +} - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translate - * @requires $interpolate, - * @requires $compile, - * @requires $parse, - * @requires $rootScope - * @restrict AE - * - * @description - * Translates given translation id either through attribute or DOM content. - * Internally it uses $translate service to translate the translation id. It possible to - * pass an optional `translate-values` object literal as string into translation id. - * - * @param {string=} translate Translation id which could be either string or interpolated string. - * @param {string=} translate-values Values to pass into translation id. Can be passed as object literal string or interpolated object. - * @param {string=} translate-attr-ATTR translate Translation id and put it into ATTR attribute. - * @param {string=} translate-default will be used unless translation was successful - * @param {string=} translate-sanitize-strategy defines locally sanitize strategy - * @param {boolean=} translate-compile (default true if present) defines locally activation of {@link pascalprecht.translate.$translateProvider#methods_usePostCompiling} - * @param {boolean=} translate-keep-content (default true if present) defines that in case a KEY could not be translated, that the existing content is left in the innerHTML} - * - * @example - - -
    - -
    
    -          
    TRANSLATION_ID
    -
    
    -          
    
    -          
    {{translationId}}
    -
    
    -          
    WITH_VALUES
    -
    
    -          
    WITH_VALUES
    -
    
    -          
    
    -  
    -        
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en',{ - 'TRANSLATION_ID': 'Hello there!', - 'WITH_VALUES': 'The following value is dynamic: {{value}}', - 'WITH_CAMEL_CASE_KEY': 'The interpolation key is camel cased: {{camelCaseKey}}' - }).preferredLanguage('en'); - - }); - - angular.module('ngView').controller('TranslateCtrl', function ($scope) { - $scope.translationId = 'TRANSLATION_ID'; - - $scope.values = { - value: 78 - }; - }); - - - it('should translate', function () { - inject(function ($rootScope, $compile) { - $rootScope.translationId = 'TRANSLATION_ID'; - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    TRANSLATION_ID

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    {{translationId}}

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('Hello there!'); - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.attr('title')).toBe('Hello there!'); - - element = $compile('

    ')($rootScope); - $rootScope.$digest(); - expect(element.text()).toBe('The interpolation key is camel cased: Hello'); - }); - }); -
    -
    - */ - .directive('translate', translateDirective); - function translateDirective($translate, $interpolate, $compile, $parse, $rootScope) { +/** + * A consistent way of creating unique IDs in angular. + * + * Using simple numbers allows us to generate 28.6 million unique ids per second for 10 years before + * we hit number precision issues in JavaScript. + * + * Math.pow(2,53) / 60 / 60 / 24 / 365 / 10 = 28.6M + * + * @returns {number} an unique alpha-numeric string + */ +function nextUid() { + return ++uid; +} - 'use strict'; - /** - * @name trim - * @private - * - * @description - * trim polyfill - * - * @returns {string} The string stripped of whitespace from both ends - */ +/** + * Set or clear the hashkey for an object. + * @param obj object + * @param h the hashkey (!truthy to delete the hashkey) + */ +function setHashKey(obj, h) { + if (h) { + obj.$$hashKey = h; + } else { + delete obj.$$hashKey; + } +} - var trim = function trim() { - return this.toString().replace(/^\s+|\s+$/g, ''); - }; - /** - * @name lowercase - * @private - * - * @description - * Return the lowercase string only if the type is string - * - * @returns {string} The string all in lowercase - */ - var lowercase = function lowercase(string) { - return angular.isString(string) ? string.toLowerCase() : string; - }; +function baseExtend(dst, objs, deep) { + var h = dst.$$hashKey; - return { - restrict: 'AE', - scope: true, - priority: $translate.directivePriority(), - compile: function compile(tElement, tAttr) { + for (var i = 0, ii = objs.length; i < ii; ++i) { + var obj = objs[i]; + if (!isObject(obj) && !isFunction(obj)) continue; + var keys = Object.keys(obj); + for (var j = 0, jj = keys.length; j < jj; j++) { + var key = keys[j]; + var src = obj[key]; - var translateValuesExist = tAttr.translateValues ? tAttr.translateValues : undefined; + if (deep && isObject(src)) { + if (isDate(src)) { + dst[key] = new Date(src.valueOf()); + } else if (isRegExp(src)) { + dst[key] = new RegExp(src); + } else if (src.nodeName) { + dst[key] = src.cloneNode(true); + } else if (isElement(src)) { + dst[key] = src.clone(); + } else { + if (!isObject(dst[key])) dst[key] = isArray(src) ? [] : {}; + baseExtend(dst[key], [src], true); + } + } else { + dst[key] = src; + } + } + } - var translateInterpolation = tAttr.translateInterpolation ? tAttr.translateInterpolation : undefined; + setHashKey(dst, h); + return dst; +} - var translateSanitizeStrategyExist = tAttr.translateSanitizeStrategy ? tAttr.translateSanitizeStrategy : undefined; +/** + * @ngdoc function + * @name angular.extend + * @module ng + * @kind function + * + * @description + * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) + * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so + * by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`. + * + * **Note:** Keep in mind that `angular.extend` does not support recursive merge (deep copy). Use + * {@link angular.merge} for this. + * + * @param {Object} dst Destination object. + * @param {...Object} src Source object(s). + * @returns {Object} Reference to `dst`. + */ +function extend(dst) { + return baseExtend(dst, slice.call(arguments, 1), false); +} - var translateValueExist = tElement[0].outerHTML.match(/translate-value-+/i); - var interpolateRegExp = '^(.*)(' + $interpolate.startSymbol() + '.*' + $interpolate.endSymbol() + ')(.*)', - watcherRegExp = '^(.*)' + $interpolate.startSymbol() + '(.*)' + $interpolate.endSymbol() + '(.*)'; +/** +* @ngdoc function +* @name angular.merge +* @module ng +* @kind function +* +* @description +* Deeply extends the destination object `dst` by copying own enumerable properties from the `src` object(s) +* to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so +* by passing an empty object as the target: `var object = angular.merge({}, object1, object2)`. +* +* Unlike {@link angular.extend extend()}, `merge()` recursively descends into object properties of source +* objects, performing a deep copy. +* +* @deprecated +* sinceVersion="1.6.5" +* This function is deprecated, but will not be removed in the 1.x lifecycle. +* There are edge cases (see {@link angular.merge#known-issues known issues}) that are not +* supported by this function. We suggest +* using [lodash's merge()](https://lodash.com/docs/4.17.4#merge) instead. +* +* @knownIssue +* This is a list of (known) object types that are not handled correctly by this function: +* - [`Blob`](https://developer.mozilla.org/docs/Web/API/Blob) +* - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) +* - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient) +* - AngularJS {@link $rootScope.Scope scopes}; +* +* @param {Object} dst Destination object. +* @param {...Object} src Source object(s). +* @returns {Object} Reference to `dst`. +*/ +function merge(dst) { + return baseExtend(dst, slice.call(arguments, 1), true); +} - return function linkFn(scope, iElement, iAttr) { - scope.interpolateParams = {}; - scope.preText = ''; - scope.postText = ''; - scope.translateNamespace = getTranslateNamespace(scope); - var translationIds = {}; - var initInterpolationParams = function initInterpolationParams(interpolateParams, iAttr, tAttr) { - // initial setup - if (iAttr.translateValues) { - angular.extend(interpolateParams, $parse(iAttr.translateValues)(scope.$parent)); - } - // initially fetch all attributes if existing and fill the params - if (translateValueExist) { - for (var attr in tAttr) { - if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { - var attributeName = lowercase(attr.substr(14, 1)) + attr.substr(15); - interpolateParams[attributeName] = tAttr[attr]; - } - } - } - }; +function toInt(str) { + return parseInt(str, 10); +} - // Ensures any change of the attribute "translate" containing the id will - // be re-stored to the scope's "translationId". - // If the attribute has no content, the element's text value (white spaces trimmed off) will be used. - var observeElementTranslation = function observeElementTranslation(translationId) { +var isNumberNaN = Number.isNaN || function isNumberNaN(num) { + // eslint-disable-next-line no-self-compare + return num !== num; +}; - // Remove any old watcher - if (angular.isFunction(observeElementTranslation._unwatchOld)) { - observeElementTranslation._unwatchOld(); - observeElementTranslation._unwatchOld = undefined; - } - if (angular.equals(translationId, '') || !angular.isDefined(translationId)) { - var iElementText = trim.apply(iElement.text()); - - // Resolve translation id by inner html if required - var interpolateMatches = iElementText.match(interpolateRegExp); - // Interpolate translation id if required - if (angular.isArray(interpolateMatches)) { - scope.preText = interpolateMatches[1]; - scope.postText = interpolateMatches[3]; - translationIds.translate = $interpolate(interpolateMatches[2])(scope.$parent); - var watcherMatches = iElementText.match(watcherRegExp); - if (angular.isArray(watcherMatches) && watcherMatches[2] && watcherMatches[2].length) { - observeElementTranslation._unwatchOld = scope.$watch(watcherMatches[2], function (newValue) { - translationIds.translate = newValue; - updateTranslations(); - }); - } - } else { - // do not assigne the translation id if it is empty. - translationIds.translate = !iElementText ? undefined : iElementText; - } - } else { - translationIds.translate = translationId; - } - updateTranslations(); - }; +function inherit(parent, extra) { + return extend(Object.create(parent), extra); +} - var observeAttributeTranslation = function observeAttributeTranslation(translateAttr) { - iAttr.$observe(translateAttr, function (translationId) { - translationIds[translateAttr] = translationId; - updateTranslations(); - }); - }; +/** + * @ngdoc function + * @name angular.noop + * @module ng + * @kind function + * + * @description + * A function that performs no operations. This function can be useful when writing code in the + * functional style. + ```js + function foo(callback) { + var result = calculateResult(); + (callback || angular.noop)(result); + } + ``` + */ +function noop() {} +noop.$inject = []; - // initial setup with values - initInterpolationParams(scope.interpolateParams, iAttr, tAttr); - var firstAttributeChangedEvent = true; - iAttr.$observe('translate', function (translationId) { - if (typeof translationId === 'undefined') { - // case of element "xyz" - observeElementTranslation(''); - } else { - // case of regular attribute - if (translationId !== '' || !firstAttributeChangedEvent) { - translationIds.translate = translationId; - updateTranslations(); - } - } - firstAttributeChangedEvent = false; - }); +/** + * @ngdoc function + * @name angular.identity + * @module ng + * @kind function + * + * @description + * A function that returns its first argument. This function is useful when writing code in the + * functional style. + * + ```js + function transformer(transformationFn, value) { + return (transformationFn || angular.identity)(value); + }; - for (var translateAttr in iAttr) { - if (iAttr.hasOwnProperty(translateAttr) && translateAttr.substr(0, 13) === 'translateAttr' && translateAttr.length > 13) { - observeAttributeTranslation(translateAttr); - } - } + // E.g. + function getResult(fn, input) { + return (fn || angular.identity)(input); + }; - iAttr.$observe('translateDefault', function (value) { - scope.defaultText = value; - updateTranslations(); - }); + getResult(function(n) { return n * 2; }, 21); // returns 42 + getResult(null, 21); // returns 21 + getResult(undefined, 21); // returns 21 + ``` + * + * @param {*} value to be returned. + * @returns {*} the value passed in. + */ +function identity($) {return $;} +identity.$inject = []; - if (translateSanitizeStrategyExist) { - iAttr.$observe('translateSanitizeStrategy', function (value) { - scope.sanitizeStrategy = $parse(value)(scope.$parent); - updateTranslations(); - }); - } - if (translateValuesExist) { - iAttr.$observe('translateValues', function (interpolateParams) { - if (interpolateParams) { - scope.$parent.$watch(function () { - angular.extend(scope.interpolateParams, $parse(interpolateParams)(scope.$parent)); - }); - } - }); - } +function valueFn(value) {return function valueRef() {return value;};} - if (translateValueExist) { - var observeValueAttribute = function observeValueAttribute(attrName) { - iAttr.$observe(attrName, function (value) { - var attributeName = lowercase(attrName.substr(14, 1)) + attrName.substr(15); - scope.interpolateParams[attributeName] = value; - }); - }; - for (var attr in iAttr) { - if (Object.prototype.hasOwnProperty.call(iAttr, attr) && attr.substr(0, 14) === 'translateValue' && attr !== 'translateValues') { - observeValueAttribute(attr); - } - } - } +function hasCustomToString(obj) { + return isFunction(obj.toString) && obj.toString !== toString; +} - // Master update function - var updateTranslations = function updateTranslations() { - for (var key in translationIds) { - if (translationIds.hasOwnProperty(key) && translationIds[key] !== undefined) { - updateTranslation(key, translationIds[key], scope, scope.interpolateParams, scope.defaultText, scope.translateNamespace); - } - } - }; - // Put translation processing function outside loop - var updateTranslation = function updateTranslation(translateAttr, translationId, scope, interpolateParams, defaultTranslationText, translateNamespace) { - if (translationId) { - // if translation id starts with '.' and translateNamespace given, prepend namespace - if (translateNamespace && translationId.charAt(0) === '.') { - translationId = translateNamespace + translationId; - } +/** + * @ngdoc function + * @name angular.isUndefined + * @module ng + * @kind function + * + * @description + * Determines if a reference is undefined. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is undefined. + */ +function isUndefined(value) {return typeof value === 'undefined';} - $translate(translationId, interpolateParams, translateInterpolation, defaultTranslationText, scope.translateLanguage, scope.sanitizeStrategy).then(function (translation) { - applyTranslation(translation, scope, true, translateAttr); - }, function (translationId) { - applyTranslation(translationId, scope, false, translateAttr); - }); - } else { - // as an empty string cannot be translated, we can solve this using successful=false - applyTranslation(translationId, scope, false, translateAttr); - } - }; - var applyTranslation = function applyTranslation(value, scope, successful, translateAttr) { - if (!successful) { - if (typeof scope.defaultText !== 'undefined') { - value = scope.defaultText; - } - } - if (translateAttr === 'translate') { - // default translate into innerHTML - if (successful || !successful && !$translate.isKeepContent() && typeof iAttr.translateKeepContent === 'undefined') { - iElement.empty().append(scope.preText + value + scope.postText); - } - var globallyEnabled = $translate.isPostCompilingEnabled(); - var locallyDefined = typeof tAttr.translateCompile !== 'undefined'; - var locallyEnabled = locallyDefined && tAttr.translateCompile !== 'false'; - if (globallyEnabled && !locallyDefined || locallyEnabled) { - $compile(iElement.contents())(scope); - } - } else { - // translate attribute - var attributeName = iAttr.$attr[translateAttr]; - if (attributeName.substr(0, 5) === 'data-') { - // ensure html5 data prefix is stripped - attributeName = attributeName.substr(5); - } - attributeName = attributeName.substr(15); - iElement.attr(attributeName, value); - } - }; +/** + * @ngdoc function + * @name angular.isDefined + * @module ng + * @kind function + * + * @description + * Determines if a reference is defined. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is defined. + */ +function isDefined(value) {return typeof value !== 'undefined';} - if (translateValuesExist || translateValueExist || iAttr.translateDefault) { - scope.$watch('interpolateParams', updateTranslations, true); - } - // Replaced watcher on translateLanguage with event listener - scope.$on('translateLanguageChanged', updateTranslations); +/** + * @ngdoc function + * @name angular.isObject + * @module ng + * @kind function + * + * @description + * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not + * considered to be objects. Note that JavaScript arrays are objects. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Object` but not `null`. + */ +function isObject(value) { + // http://jsperf.com/isobject4 + return value !== null && typeof value === 'object'; +} - // Ensures the text will be refreshed after the current language was changed - // w/ $translate.use(...) - var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); - // ensure translation will be looked up at least one - if (iElement.text().length) { - if (iAttr.translate) { - observeElementTranslation(iAttr.translate); - } else { - observeElementTranslation(''); - } - } else if (iAttr.translate) { - // ensure attribute will be not skipped - observeElementTranslation(iAttr.translate); - } - updateTranslations(); - scope.$on('$destroy', unbind); - }; - } - }; - } +/** + * Determine if a value is an object with a null prototype + * + * @returns {boolean} True if `value` is an `Object` with a null prototype + */ +function isBlankObject(value) { + return value !== null && typeof value === 'object' && !getPrototypeOf(value); +} - /** - * Returns the scope's namespace. - * @private - * @param scope - * @returns {string} - */ - function getTranslateNamespace(scope) { - 'use strict'; - if (scope.translateNamespace) { - return scope.translateNamespace; - } - if (scope.$parent) { - return getTranslateNamespace(scope.$parent); - } - } +/** + * @ngdoc function + * @name angular.isString + * @module ng + * @kind function + * + * @description + * Determines if a reference is a `String`. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `String`. + */ +function isString(value) {return typeof value === 'string';} - translateDirective.displayName = 'translateDirective'; - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translate-attr - * @restrict A - * - * @description - * Translates attributes like translate-attr-ATTR, but with an object like ng-class. - * Internally it uses `translate` service to translate translation id. It possible to - * pass an optional `translate-values` object literal as string into translation id. - * - * @param {string=} translate-attr Object literal mapping attributes to translation ids. - * @param {string=} translate-values Values to pass into the translation ids. Can be passed as object literal string. - * @param {string=} translate-sanitize-strategy defines locally sanitize strategy - * - * @example - - -
    - - - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en',{ - 'TRANSLATION_ID': 'Hello there!', - 'WITH_VALUES': 'The following value is dynamic: {{value}}', - }).preferredLanguage('en'); - - }); - - angular.module('ngView').controller('TranslateCtrl', function ($scope) { - $scope.translationId = 'TRANSLATION_ID'; - - $scope.values = { - value: 78 - }; - }); - - - it('should translate', function () { - inject(function ($rootScope, $compile) { - $rootScope.translationId = 'TRANSLATION_ID'; - - element = $compile('')($rootScope); - $rootScope.$digest(); - expect(element.attr('placeholder)).toBe('Hello there!'); - expect(element.attr('title)).toBe('The following value is dynamic: 5'); - }); - }); - -
    - */ - .directive('translateAttr', translateAttrDirective); - function translateAttrDirective($translate, $rootScope) { +/** + * @ngdoc function + * @name angular.isNumber + * @module ng + * @kind function + * + * @description + * Determines if a reference is a `Number`. + * + * This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`. + * + * If you wish to exclude these then you can use the native + * [`isFinite'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite) + * method. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `Number`. + */ +function isNumber(value) {return typeof value === 'number';} - 'use strict'; - return { - restrict: 'A', - priority: $translate.directivePriority(), - link: function linkFn(scope, element, attr) { - - var translateAttr, - translateValues, - translateSanitizeStrategy, - previousAttributes = {}; - - // Main update translations function - var updateTranslations = function updateTranslations() { - angular.forEach(translateAttr, function (translationId, attributeName) { - if (!translationId) { - return; - } - previousAttributes[attributeName] = true; +/** + * @ngdoc function + * @name angular.isDate + * @module ng + * @kind function + * + * @description + * Determines if a value is a date. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `Date`. + */ +function isDate(value) { + return toString.call(value) === '[object Date]'; +} - // if translation id starts with '.' and translateNamespace given, prepend namespace - if (scope.translateNamespace && translationId.charAt(0) === '.') { - translationId = scope.translateNamespace + translationId; - } - $translate(translationId, translateValues, attr.translateInterpolation, undefined, scope.translateLanguage, translateSanitizeStrategy).then(function (translation) { - element.attr(attributeName, translation); - }, function (translationId) { - element.attr(attributeName, translationId); - }); - }); - // Removing unused attributes that were previously used - angular.forEach(previousAttributes, function (flag, attributeName) { - if (!translateAttr[attributeName]) { - element.removeAttr(attributeName); - delete previousAttributes[attributeName]; - } - }); - }; +/** + * @ngdoc function + * @name angular.isArray + * @module ng + * @kind function + * + * @description + * Determines if a reference is an `Array`. Alias of Array.isArray. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Array`. + */ +var isArray = Array.isArray; - // Watch for attribute changes - watchAttribute(scope, attr.translateAttr, function (newValue) { - translateAttr = newValue; - }, updateTranslations); - // Watch for value changes - watchAttribute(scope, attr.translateValues, function (newValue) { - translateValues = newValue; - }, updateTranslations); - // Watch for sanitize strategy changes - watchAttribute(scope, attr.translateSanitizeStrategy, function (newValue) { - translateSanitizeStrategy = newValue; - }, updateTranslations); +/** + * @description + * Determines if a reference is an `Error`. + * Loosely based on https://www.npmjs.com/package/iserror + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is an `Error`. + */ +function isError(value) { + var tag = toString.call(value); + switch (tag) { + case '[object Error]': return true; + case '[object Exception]': return true; + case '[object DOMException]': return true; + default: return value instanceof Error; + } +} - if (attr.translateValues) { - scope.$watch(attr.translateValues, updateTranslations, true); - } +/** + * @ngdoc function + * @name angular.isFunction + * @module ng + * @kind function + * + * @description + * Determines if a reference is a `Function`. + * + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `Function`. + */ +function isFunction(value) {return typeof value === 'function';} - // Replaced watcher on translateLanguage with event listener - scope.$on('translateLanguageChanged', updateTranslations); - // Ensures the text will be refreshed after the current language was changed - // w/ $translate.use(...) - var unbind = $rootScope.$on('$translateChangeSuccess', updateTranslations); +/** + * Determines if a value is a regular expression object. + * + * @private + * @param {*} value Reference to check. + * @returns {boolean} True if `value` is a `RegExp`. + */ +function isRegExp(value) { + return toString.call(value) === '[object RegExp]'; +} - updateTranslations(); - scope.$on('$destroy', unbind); - } - }; - } - function watchAttribute(scope, attribute, valueCallback, changeCallback) { - 'use strict'; +/** + * Checks if `obj` is a window object. + * + * @private + * @param {*} obj Object to check + * @returns {boolean} True if `obj` is a window obj. + */ +function isWindow(obj) { + return obj && obj.window === obj; +} - if (!attribute) { - return; - } - if (attribute.substr(0, 2) === '::') { - attribute = attribute.substr(2); - } else { - scope.$watch(attribute, function (newValue) { - valueCallback(newValue); - changeCallback(); - }, true); - } - valueCallback(scope.$eval(attribute)); - } - translateAttrDirective.displayName = 'translateAttrDirective'; +function isScope(obj) { + return obj && obj.$evalAsync && obj.$watch; +} - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translateCloak - * @requires $translate - * @restrict A - * - * $description - * Adds a `translate-cloak` class name to the given element where this directive - * is applied initially and removes it, once a loader has finished loading. - * - * This directive can be used to prevent initial flickering when loading translation - * data asynchronously. - * - * The class name is defined in - * {@link pascalprecht.translate.$translateProvider#cloakClassName $translate.cloakClassName()}. - * - * @param {string=} translate-cloak If a translationId is provided, it will be used for showing - * or hiding the cloak. Basically it relies on the translation - * resolve. - */ - .directive('translateCloak', translateCloakDirective); - function translateCloakDirective($translate, $rootScope) { +function isFile(obj) { + return toString.call(obj) === '[object File]'; +} - 'use strict'; - return { - compile: function compile(tElement) { - var applyCloak = function applyCloak(element) { - element.addClass($translate.cloakClassName()); - }, - removeCloak = function removeCloak(element) { - element.removeClass($translate.cloakClassName()); - }; - applyCloak(tElement); - - return function linkFn(scope, iElement, iAttr) { - //Create bound functions that incorporate the active DOM element. - var iRemoveCloak = removeCloak.bind(this, iElement), - iApplyCloak = applyCloak.bind(this, iElement); - if (iAttr.translateCloak && iAttr.translateCloak.length) { - // Register a watcher for the defined translation allowing a fine tuned cloak - iAttr.$observe('translateCloak', function (translationId) { - $translate(translationId).then(iRemoveCloak, iApplyCloak); - }); - $rootScope.$on('$translateChangeSuccess', function () { - $translate(iAttr.translateCloak).then(iRemoveCloak, iApplyCloak); - }); - } else { - $translate.onReady(iRemoveCloak); - } - }; - } - }; - } +function isFormData(obj) { + return toString.call(obj) === '[object FormData]'; +} - translateCloakDirective.displayName = 'translateCloakDirective'; - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translateNamespace - * @restrict A - * - * @description - * Translates given translation id either through attribute or DOM content. - * Internally it uses `translate` filter to translate translation id. It possible to - * pass an optional `translate-values` object literal as string into translation id. - * - * @param {string=} translate namespace name which could be either string or interpolated string. - * - * @example - - -
    - -
    -

    .HEADERS.TITLE

    -

    .HEADERS.WELCOME

    -
    - -
    -

    .TITLE

    -

    .WELCOME

    -
    - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en',{ - 'TRANSLATION_ID': 'Hello there!', - 'CONTENT': { - 'HEADERS': { - TITLE: 'Title' - } - }, - 'CONTENT.HEADERS.WELCOME': 'Welcome' - }).preferredLanguage('en'); - - }); - - -
    - */ - .directive('translateNamespace', translateNamespaceDirective); +function isBlob(obj) { + return toString.call(obj) === '[object Blob]'; +} - function translateNamespaceDirective() { - 'use strict'; +function isBoolean(value) { + return typeof value === 'boolean'; +} - return { - restrict: 'A', - scope: true, - compile: function compile() { - return { - pre: function pre(scope, iElement, iAttrs) { - scope.translateNamespace = getTranslateNamespace(scope); - if (scope.translateNamespace && iAttrs.translateNamespace.charAt(0) === '.') { - scope.translateNamespace += iAttrs.translateNamespace; - } else { - scope.translateNamespace = iAttrs.translateNamespace; - } - } - }; - } - }; - } +function isPromiseLike(obj) { + return obj && isFunction(obj.then); +} - /** - * Returns the scope's namespace. - * @private - * @param scope - * @returns {string} - */ - function getTranslateNamespace(scope) { - 'use strict'; - if (scope.translateNamespace) { - return scope.translateNamespace; - } - if (scope.$parent) { - return getTranslateNamespace(scope.$parent); - } - } +var TYPED_ARRAY_REGEXP = /^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/; +function isTypedArray(value) { + return value && isNumber(value.length) && TYPED_ARRAY_REGEXP.test(toString.call(value)); +} - translateNamespaceDirective.displayName = 'translateNamespaceDirective'; +function isArrayBuffer(obj) { + return toString.call(obj) === '[object ArrayBuffer]'; +} - angular.module('pascalprecht.translate') - /** - * @ngdoc directive - * @name pascalprecht.translate.directive:translateLanguage - * @restrict A - * - * @description - * Forces the language to the directives in the underlying scope. - * - * @param {string=} translate language that will be negotiated. - * - * @example - - -
    - -
    -

    HELLO

    -
    - -
    -

    HELLO

    -
    - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider - .translations('en',{ - 'HELLO': 'Hello world!' - }) - .translations('de',{ - 'HELLO': 'Hallo Welt!' - }) - .preferredLanguage('en'); - - }); - - -
    - */ - .directive('translateLanguage', translateLanguageDirective); - function translateLanguageDirective() { +var trim = function(value) { + return isString(value) ? value.trim() : value; +}; + +// Copied from: +// http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 +// Prereq: s is a string. +var escapeForRegexp = function(s) { + return s + .replace(/([-()[\]{}+?*.$^|,:#= 0) { + array.splice(index, 1); } + return index; +} - translateLanguageDirective.displayName = 'translateLanguageDirective'; +/** + * @ngdoc function + * @name angular.copy + * @module ng + * @kind function + * + * @description + * Creates a deep copy of `source`, which should be an object or an array. + * + * * If no destination is supplied, a copy of the object or array is created. + * * If a destination is provided, all of its elements (for arrays) or properties (for objects) + * are deleted and then all elements/properties from the source are copied to it. + * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. + * * If `source` is identical to `destination` an exception will be thrown. + * + *
    + *
    + * Only enumerable properties are taken into account. Non-enumerable properties (both on `source` + * and on `destination`) will be ignored. + *
    + * + * @param {*} source The source that will be used to make a copy. + * Can be any type, including primitives, `null`, and `undefined`. + * @param {(Object|Array)=} destination Destination into which the source is copied. If + * provided, must be of the same type as `source`. + * @returns {*} The copy or updated `destination`, if `destination` was specified. + * + * @example + + +
    +
    +
    +
    + Gender: +
    + + +
    +
    form = {{user | json}}
    +
    leader = {{leader | json}}
    +
    +
    + + // Module: copyExample + angular. + module('copyExample', []). + controller('ExampleController', ['$scope', function($scope) { + $scope.leader = {}; + + $scope.reset = function() { + // Example with 1 argument + $scope.user = angular.copy($scope.leader); + }; - angular.module('pascalprecht.translate') - /** - * @ngdoc filter - * @name pascalprecht.translate.filter:translate - * @requires $parse - * @requires pascalprecht.translate.$translate - * @function - * - * @description - * Uses `$translate` service to translate contents. Accepts interpolate parameters - * to pass dynamized values though translation. - * - * @param {string} translationId A translation id to be translated. - * @param {*=} interpolateParams Optional object literal (as hash or string) to pass values into translation. - * - * @returns {string} Translated text. - * - * @example - - -
    - -
    {{ 'TRANSLATION_ID' | translate }}
    -
    {{ translationId | translate }}
    -
    {{ 'WITH_VALUES' | translate:'{value: 5}' }}
    -
    {{ 'WITH_VALUES' | translate:values }}
    - -
    -
    - - angular.module('ngView', ['pascalprecht.translate']) - - .config(function ($translateProvider) { - - $translateProvider.translations('en', { - 'TRANSLATION_ID': 'Hello there!', - 'WITH_VALUES': 'The following value is dynamic: {{value}}' - }); - $translateProvider.preferredLanguage('en'); - - }); - - angular.module('ngView').controller('TranslateCtrl', function ($scope) { - $scope.translationId = 'TRANSLATION_ID'; - - $scope.values = { - value: 78 + $scope.update = function(user) { + // Example with 2 arguments + angular.copy(user, $scope.leader); }; - }); - -
    - */ - .filter('translate', translateFilterFactory); - function translateFilterFactory($parse, $translate) { + $scope.reset(); + }]); +
    +
    + */ +function copy(source, destination, maxDepth) { + var stackSource = []; + var stackDest = []; + maxDepth = isValidObjectMaxDepth(maxDepth) ? maxDepth : NaN; - 'use strict'; + if (destination) { + if (isTypedArray(destination) || isArrayBuffer(destination)) { + throw ngMinErr('cpta', 'Can\'t copy! TypedArray destination cannot be mutated.'); + } + if (source === destination) { + throw ngMinErr('cpi', 'Can\'t copy! Source and destination are identical.'); + } - var translateFilter = function translateFilter(translationId, interpolateParams, interpolation, forceLanguage) { - if (!angular.isObject(interpolateParams)) { - var ctx = this || { - '__SCOPE_IS_NOT_AVAILABLE': 'More info at https://github.com/angular/angular.js/commit/8863b9d04c722b278fa93c5d66ad1e578ad6eb1f' - }; - interpolateParams = $parse(interpolateParams)(ctx); + // Empty the destination object + if (isArray(destination)) { + destination.length = 0; + } else { + forEach(destination, function(value, key) { + if (key !== '$$hashKey') { + delete destination[key]; + } + }); + } + + stackSource.push(source); + stackDest.push(destination); + return copyRecurse(source, destination, maxDepth); + } + + return copyElement(source, maxDepth); + + function copyRecurse(source, destination, maxDepth) { + maxDepth--; + if (maxDepth < 0) { + return '...'; + } + var h = destination.$$hashKey; + var key; + if (isArray(source)) { + for (var i = 0, ii = source.length; i < ii; i++) { + destination.push(copyElement(source[i], maxDepth)); + } + } else if (isBlankObject(source)) { + // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty + for (key in source) { + destination[key] = copyElement(source[key], maxDepth); + } + } else if (source && typeof source.hasOwnProperty === 'function') { + // Slow path, which must rely on hasOwnProperty + for (key in source) { + if (source.hasOwnProperty(key)) { + destination[key] = copyElement(source[key], maxDepth); + } + } + } else { + // Slowest path --- hasOwnProperty can't be called as a method + for (key in source) { + if (hasOwnProperty.call(source, key)) { + destination[key] = copyElement(source[key], maxDepth); + } } + } + setHashKey(destination, h); + return destination; + } - return $translate.instant(translationId, interpolateParams, interpolation, forceLanguage); - }; + function copyElement(source, maxDepth) { + // Simple values + if (!isObject(source)) { + return source; + } + + // Already copied values + var index = stackSource.indexOf(source); + if (index !== -1) { + return stackDest[index]; + } + + if (isWindow(source) || isScope(source)) { + throw ngMinErr('cpws', + 'Can\'t copy! Making copies of Window or Scope instances is not supported.'); + } + + var needsRecurse = false; + var destination = copyType(source); - if ($translate.statefulFilter()) { - translateFilter.$stateful = true; + if (destination === undefined) { + destination = isArray(source) ? [] : Object.create(getPrototypeOf(source)); + needsRecurse = true; } - return translateFilter; + stackSource.push(source); + stackDest.push(destination); + + return needsRecurse + ? copyRecurse(source, destination, maxDepth) + : destination; } - translateFilterFactory.displayName = 'translateFilterFactory'; + function copyType(source) { + switch (toString.call(source)) { + case '[object Int8Array]': + case '[object Int16Array]': + case '[object Int32Array]': + case '[object Float32Array]': + case '[object Float64Array]': + case '[object Uint8Array]': + case '[object Uint8ClampedArray]': + case '[object Uint16Array]': + case '[object Uint32Array]': + return new source.constructor(copyElement(source.buffer), source.byteOffset, source.length); - angular.module('pascalprecht.translate') + case '[object ArrayBuffer]': + // Support: IE10 + if (!source.slice) { + // If we're in this case we know the environment supports ArrayBuffer + /* eslint-disable no-undef */ + var copied = new ArrayBuffer(source.byteLength); + new Uint8Array(copied).set(new Uint8Array(source)); + /* eslint-enable */ + return copied; + } + return source.slice(0); - /** - * @ngdoc object - * @name pascalprecht.translate.$translationCache - * @requires $cacheFactory - * - * @description - * The first time a translation table is used, it is loaded in the translation cache for quick retrieval. You - * can load translation tables directly into the cache by consuming the - * `$translationCache` service directly. - * - * @return {object} $cacheFactory object. - */ - .factory('$translationCache', $translationCache); + case '[object Boolean]': + case '[object Number]': + case '[object String]': + case '[object Date]': + return new source.constructor(source.valueOf()); - function $translationCache($cacheFactory) { + case '[object RegExp]': + var re = new RegExp(source.source, source.toString().match(/[^/]*$/)[0]); + re.lastIndex = source.lastIndex; + return re; - 'use strict'; + case '[object Blob]': + return new source.constructor([source], {type: source.type}); + } - return $cacheFactory('translations'); + if (isFunction(source.cloneNode)) { + return source.cloneNode(true); + } } +} - $translationCache.displayName = '$translationCache'; - return 'pascalprecht.translate'; -}); -},{}],146:[function(require,module,exports){ -'use strict'; +// eslint-disable-next-line no-self-compare +function simpleCompare(a, b) { return a === b || (a !== a && b !== b); } -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; /** - * @license AngularJS v1.6.8 - * (c) 2010-2017 Google, Inc. http://angularjs.org - * License: MIT - */ -(function (window) { - 'use strict'; - - /* exported - minErrConfig, - errorHandlingConfig, - isValidObjectMaxDepth - */ + * @ngdoc function + * @name angular.equals + * @module ng + * @kind function + * + * @description + * Determines if two objects or two values are equivalent. Supports value types, regular + * expressions, arrays and objects. + * + * Two objects or values are considered equivalent if at least one of the following is true: + * + * * Both objects or values pass `===` comparison. + * * Both objects or values are of the same type and all of their properties are equal by + * comparing them with `angular.equals`. + * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal) + * * Both values represent the same regular expression (In JavaScript, + * /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual + * representation matches). + * + * During a property comparison, properties of `function` type and properties with names + * that begin with `$` are ignored. + * + * Scope and DOMWindow objects are being compared only by identify (`===`). + * + * @param {*} o1 Object or value to compare. + * @param {*} o2 Object or value to compare. + * @returns {boolean} True if arguments are equal. + * + * @example + + +
    +
    +

    User 1

    + Name: + Age: - var minErrConfig = { - objectMaxDepth: 5 - }; +

    User 2

    + Name: + Age: - /** - * @ngdoc function - * @name angular.errorHandlingConfig - * @module ng - * @kind function - * - * @description - * Configure several aspects of error handling in AngularJS if used as a setter or return the - * current configuration if used as a getter. The following options are supported: - * - * - **objectMaxDepth**: The maximum depth to which objects are traversed when stringified for error messages. - * - * Omitted or undefined options will leave the corresponding configuration values unchanged. - * - * @param {Object=} config - The configuration object. May only contain the options that need to be - * updated. Supported keys: - * - * * `objectMaxDepth` **{Number}** - The max depth for stringifying objects. Setting to a - * non-positive or non-numeric value, removes the max depth limit. - * Default: 5 - */ - function errorHandlingConfig(config) { - if (isObject(config)) { - if (isDefined(config.objectMaxDepth)) { - minErrConfig.objectMaxDepth = isValidObjectMaxDepth(config.objectMaxDepth) ? config.objectMaxDepth : NaN; +
    +
    + +
    + User 1:
    {{user1 | json}}
    + User 2:
    {{user2 | json}}
    + Equal:
    {{result}}
    +
    +
    +
    + + angular.module('equalsExample', []).controller('ExampleController', ['$scope', function($scope) { + $scope.user1 = {}; + $scope.user2 = {}; + $scope.compare = function() { + $scope.result = angular.equals($scope.user1, $scope.user2); + }; + }]); + +
    + */ +function equals(o1, o2) { + if (o1 === o2) return true; + if (o1 === null || o2 === null) return false; + // eslint-disable-next-line no-self-compare + if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN + var t1 = typeof o1, t2 = typeof o2, length, key, keySet; + if (t1 === t2 && t1 === 'object') { + if (isArray(o1)) { + if (!isArray(o2)) return false; + if ((length = o1.length) === o2.length) { + for (key = 0; key < length; key++) { + if (!equals(o1[key], o2[key])) return false; + } + return true; } + } else if (isDate(o1)) { + if (!isDate(o2)) return false; + return simpleCompare(o1.getTime(), o2.getTime()); + } else if (isRegExp(o1)) { + if (!isRegExp(o2)) return false; + return o1.toString() === o2.toString(); } else { - return minErrConfig; + if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || + isArray(o2) || isDate(o2) || isRegExp(o2)) return false; + keySet = createMap(); + for (key in o1) { + if (key.charAt(0) === '$' || isFunction(o1[key])) continue; + if (!equals(o1[key], o2[key])) return false; + keySet[key] = true; + } + for (key in o2) { + if (!(key in keySet) && + key.charAt(0) !== '$' && + isDefined(o2[key]) && + !isFunction(o2[key])) return false; + } + return true; } } + return false; +} - /** - * @private - * @param {Number} maxDepth - * @return {boolean} - */ - function isValidObjectMaxDepth(maxDepth) { - return isNumber(maxDepth) && maxDepth > 0; +var csp = function() { + if (!isDefined(csp.rules)) { + + + var ngCspElement = (window.document.querySelector('[ng-csp]') || + window.document.querySelector('[data-ng-csp]')); + + if (ngCspElement) { + var ngCspAttribute = ngCspElement.getAttribute('ng-csp') || + ngCspElement.getAttribute('data-ng-csp'); + csp.rules = { + noUnsafeEval: !ngCspAttribute || (ngCspAttribute.indexOf('no-unsafe-eval') !== -1), + noInlineStyle: !ngCspAttribute || (ngCspAttribute.indexOf('no-inline-style') !== -1) + }; + } else { + csp.rules = { + noUnsafeEval: noUnsafeEval(), + noInlineStyle: false + }; + } } - /** - * @description - * - * This object provides a utility for producing rich Error messages within - * Angular. It can be called as follows: - * - * var exampleMinErr = minErr('example'); - * throw exampleMinErr('one', 'This {0} is {1}', foo, bar); - * - * The above creates an instance of minErr in the example namespace. The - * resulting error will have a namespaced error code of example.one. The - * resulting error will replace {0} with the value of foo, and {1} with the - * value of bar. The object is not restricted in the number of arguments it can - * take. - * - * If fewer arguments are specified than necessary for interpolation, the extra - * interpolation markers will be preserved in the final string. - * - * Since data will be parsed statically during a build step, some restrictions - * are applied with respect to how minErr instances are created and called. - * Instances should have names of the form namespaceMinErr for a minErr created - * using minErr('namespace') . Error codes, namespaces and template strings - * should all be static strings, not variables or general expressions. - * - * @param {string} module The namespace to use for the new minErr instance. - * @param {function} ErrorConstructor Custom error constructor to be instantiated when returning - * error from returned function, for cases when a particular type of error is useful. - * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance - */ + return csp.rules; - function minErr(module, ErrorConstructor) { - ErrorConstructor = ErrorConstructor || Error; - return function () { - var code = arguments[0], - template = arguments[1], - message = '[' + (module ? module + ':' : '') + code + '] ', - templateArgs = sliceArgs(arguments, 2).map(function (arg) { - return toDebugString(arg, minErrConfig.objectMaxDepth); - }), - paramPrefix, - i; + function noUnsafeEval() { + try { + // eslint-disable-next-line no-new, no-new-func + new Function(''); + return false; + } catch (e) { + return true; + } + } +}; - message += template.replace(/\{\d+\}/g, function (match) { - var index = +match.slice(1, -1); +/** + * @ngdoc directive + * @module ng + * @name ngJq + * + * @element ANY + * @param {string=} ngJq the name of the library available under `window` + * to be used for angular.element + * @description + * Use this directive to force the angular.element library. This should be + * used to force either jqLite by leaving ng-jq blank or setting the name of + * the jquery variable under window (eg. jQuery). + * + * Since angular looks for this directive when it is loaded (doesn't wait for the + * DOMContentLoaded event), it must be placed on an element that comes before the script + * which loads angular. Also, only the first instance of `ng-jq` will be used and all + * others ignored. + * + * @example + * This example shows how to force jqLite using the `ngJq` directive to the `html` tag. + ```html + + + ... + ... + + ``` + * @example + * This example shows how to use a jQuery based library of a different name. + * The library name must be available at the top most 'window'. + ```html + + + ... + ... + + ``` + */ +var jq = function() { + if (isDefined(jq.name_)) return jq.name_; + var el; + var i, ii = ngAttrPrefixes.length, prefix, name; + for (i = 0; i < ii; ++i) { + prefix = ngAttrPrefixes[i]; + el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]'); + if (el) { + name = el.getAttribute(prefix + 'jq'); + break; + } + } - if (index < templateArgs.length) { - return templateArgs[index]; - } + return (jq.name_ = name); +}; - return match; - }); +function concat(array1, array2, index) { + return array1.concat(slice.call(array2, index)); +} - message += '\nhttp://errors.angularjs.org/1.6.8/' + (module ? module + '/' : '') + code; +function sliceArgs(args, startIndex) { + return slice.call(args, startIndex || 0); +} - for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') { - message += paramPrefix + 'p' + i + '=' + encodeURIComponent(templateArgs[i]); - } - return new ErrorConstructor(message); - }; +/** + * @ngdoc function + * @name angular.bind + * @module ng + * @kind function + * + * @description + * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for + * `fn`). You can supply optional `args` that are prebound to the function. This feature is also + * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as + * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). + * + * @param {Object} self Context which `fn` should be evaluated in. + * @param {function()} fn Function to be bound. + * @param {...*} args Optional arguments to be prebound to the `fn` function call. + * @returns {function()} Function that wraps the `fn` with all the specified bindings. + */ +function bind(self, fn) { + var curryArgs = arguments.length > 2 ? sliceArgs(arguments, 2) : []; + if (isFunction(fn) && !(fn instanceof RegExp)) { + return curryArgs.length + ? function() { + return arguments.length + ? fn.apply(self, concat(curryArgs, arguments, 0)) + : fn.apply(self, curryArgs); + } + : function() { + return arguments.length + ? fn.apply(self, arguments) + : fn.call(self); + }; + } else { + // In IE, native methods are not functions so they cannot be bound (note: they don't need to be). + return fn; } +} - /* We need to tell ESLint what variables are being exported */ - /* exported - angular, - msie, - jqLite, - jQuery, - slice, - splice, - push, - toString, - minErrConfig, - errorHandlingConfig, - isValidObjectMaxDepth, - ngMinErr, - angularModule, - uid, - REGEX_STRING_REGEXP, - VALIDITY_STATE_PROPERTY, - - lowercase, - uppercase, - manualLowercase, - manualUppercase, - nodeName_, - isArrayLike, - forEach, - forEachSorted, - reverseParams, - nextUid, - setHashKey, - extend, - toInt, - inherit, - merge, - noop, - identity, - valueFn, - isUndefined, - isDefined, - isObject, - isBlankObject, - isString, - isNumber, - isNumberNaN, - isDate, - isError, - isArray, - isFunction, - isRegExp, - isWindow, - isScope, - isFile, - isFormData, - isBlob, - isBoolean, - isPromiseLike, - trim, - escapeForRegexp, - isElement, - makeMap, - includes, - arrayRemove, - copy, - simpleCompare, - equals, - csp, - jq, - concat, - sliceArgs, - bind, - toJsonReplacer, - toJson, - fromJson, - convertTimezoneToLocal, - timezoneToOffset, - startingTag, - tryDecodeURIComponent, - parseKeyValue, - toKeyValue, - encodeUriSegment, - encodeUriQuery, - angularInit, - bootstrap, - getTestability, - snake_case, - bindJQuery, - assertArg, - assertArgFn, - assertNotHasOwnProperty, - getter, - getBlockNodes, - hasOwnProperty, - createMap, - stringify, - - NODE_TYPE_ELEMENT, - NODE_TYPE_ATTRIBUTE, - NODE_TYPE_TEXT, - NODE_TYPE_COMMENT, - NODE_TYPE_DOCUMENT, - NODE_TYPE_DOCUMENT_FRAGMENT - */ - //////////////////////////////////// +function toJsonReplacer(key, value) { + var val = value; - /** - * @ngdoc module - * @name ng - * @module ng - * @installation - * @description - * - * The ng module is loaded by default when an AngularJS application is started. The module itself - * contains the essential components for an AngularJS application to function. The table below - * lists a high level breakdown of each of the services/factories, filters, directives and testing - * components available within this core module. - * - */ + if (typeof key === 'string' && key.charAt(0) === '$' && key.charAt(1) === '$') { + val = undefined; + } else if (isWindow(value)) { + val = '$WINDOW'; + } else if (value && window.document === value) { + val = '$DOCUMENT'; + } else if (isScope(value)) { + val = '$SCOPE'; + } - var REGEX_STRING_REGEXP = /^\/(.+)\/([a-z]*)$/; + return val; +} - // The name of a form control's ValidityState property. - // This is used so that it's possible for internal tests to create mock ValidityStates. - var VALIDITY_STATE_PROPERTY = 'validity'; - var hasOwnProperty = Object.prototype.hasOwnProperty; +/** + * @ngdoc function + * @name angular.toJson + * @module ng + * @kind function + * + * @description + * Serializes input into a JSON-formatted string. Properties with leading $$ characters will be + * stripped since angular uses this notation internally. + * + * @param {Object|Array|Date|string|number|boolean} obj Input to be serialized into JSON. + * @param {boolean|number} [pretty=2] If set to true, the JSON output will contain newlines and whitespace. + * If set to an integer, the JSON output will contain that many spaces per indentation. + * @returns {string|undefined} JSON-ified string representing `obj`. + * @knownIssue + * + * The Safari browser throws a `RangeError` instead of returning `null` when it tries to stringify a `Date` + * object with an invalid date value. The only reliable way to prevent this is to monkeypatch the + * `Date.prototype.toJSON` method as follows: + * + * ``` + * var _DatetoJSON = Date.prototype.toJSON; + * Date.prototype.toJSON = function() { + * try { + * return _DatetoJSON.call(this); + * } catch(e) { + * if (e instanceof RangeError) { + * return null; + * } + * throw e; + * } + * }; + * ``` + * + * See https://github.com/angular/angular.js/pull/14221 for more information. + */ +function toJson(obj, pretty) { + if (isUndefined(obj)) return undefined; + if (!isNumber(pretty)) { + pretty = pretty ? 2 : null; + } + return JSON.stringify(obj, toJsonReplacer, pretty); +} - /** - * @ngdoc function - * @name angular.lowercase - * @module ng - * @kind function - * - * @deprecated - * sinceVersion="1.5.0" - * removeVersion="1.7.0" - * Use [String.prototype.toLowerCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase) instead. - * - * @description Converts the specified string to lowercase. - * @param {string} string String to be converted to lowercase. - * @returns {string} Lowercased string. - */ - var lowercase = function lowercase(string) { - return isString(string) ? string.toLowerCase() : string; - }; - /** - * @ngdoc function - * @name angular.uppercase - * @module ng - * @kind function - * - * @deprecated - * sinceVersion="1.5.0" - * removeVersion="1.7.0" - * Use [String.prototype.toUpperCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) instead. - * - * @description Converts the specified string to uppercase. - * @param {string} string String to be converted to uppercase. - * @returns {string} Uppercased string. - */ - var uppercase = function uppercase(string) { - return isString(string) ? string.toUpperCase() : string; - }; +/** + * @ngdoc function + * @name angular.fromJson + * @module ng + * @kind function + * + * @description + * Deserializes a JSON string. + * + * @param {string} json JSON string to deserialize. + * @returns {Object|Array|string|number} Deserialized JSON string. + */ +function fromJson(json) { + return isString(json) + ? JSON.parse(json) + : json; +} - var manualLowercase = function manualLowercase(s) { - /* eslint-disable no-bitwise */ - return isString(s) ? s.replace(/[A-Z]/g, function (ch) { - return String.fromCharCode(ch.charCodeAt(0) | 32); - }) : s; - /* eslint-enable */ - }; - var manualUppercase = function manualUppercase(s) { - /* eslint-disable no-bitwise */ - return isString(s) ? s.replace(/[a-z]/g, function (ch) { - return String.fromCharCode(ch.charCodeAt(0) & ~32); - }) : s; - /* eslint-enable */ - }; - // String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish - // locale, for this reason we need to detect this case and redefine lowercase/uppercase methods - // with correct but slower alternatives. See https://github.com/angular/angular.js/issues/11387 - if ('i' !== 'I'.toLowerCase()) { - lowercase = manualLowercase; - uppercase = manualUppercase; - } +var ALL_COLONS = /:/g; +function timezoneToOffset(timezone, fallback) { + // Support: IE 9-11 only, Edge 13-15+ + // IE/Edge do not "understand" colon (`:`) in timezone + timezone = timezone.replace(ALL_COLONS, ''); + var requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000; + return isNumberNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset; +} - var msie, - // holds major version number for IE, or NaN if UA is not IE. - jqLite, - // delay binding since jQuery could be loaded after us. - jQuery, - // delay binding - slice = [].slice, - splice = [].splice, - push = [].push, - toString = Object.prototype.toString, - getPrototypeOf = Object.getPrototypeOf, - ngMinErr = minErr('ng'), +function addDateMinutes(date, minutes) { + date = new Date(date.getTime()); + date.setMinutes(date.getMinutes() + minutes); + return date; +} - /** @name angular */ - angular = window.angular || (window.angular = {}), - angularModule, - uid = 0; - // Support: IE 9-11 only - /** - * documentMode is an IE-only property - * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx - */ - msie = window.document.documentMode; +function convertTimezoneToLocal(date, timezone, reverse) { + reverse = reverse ? -1 : 1; + var dateTimezoneOffset = date.getTimezoneOffset(); + var timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); + return addDateMinutes(date, reverse * (timezoneOffset - dateTimezoneOffset)); +} - /** - * @private - * @param {*} obj - * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, - * String ...) - */ - function isArrayLike(obj) { - // `null`, `undefined` and `window` are not array-like - if (obj == null || isWindow(obj)) return false; +/** + * @returns {string} Returns the string representation of the element. + */ +function startingTag(element) { + element = jqLite(element).clone().empty(); + var elemHtml = jqLite('
    ').append(element).html(); + try { + return element[0].nodeType === NODE_TYPE_TEXT ? lowercase(elemHtml) : + elemHtml. + match(/^(<[^>]+>)/)[1]. + replace(/^<([\w-]+)/, function(match, nodeName) {return '<' + lowercase(nodeName);}); + } catch (e) { + return lowercase(elemHtml); + } + +} - // arrays, strings and jQuery/jqLite objects are array like - // * jqLite is either the jQuery or jqLite constructor function - // * we have to check the existence of jqLite first as this method is called - // via the forEach method when constructing the jqLite object in the first place - if (isArray(obj) || isString(obj) || jqLite && obj instanceof jqLite) return true; - // Support: iOS 8.2 (not reproducible in simulator) - // "length" in obj used to prevent JIT error (gh-11508) - var length = 'length' in Object(obj) && obj.length; +///////////////////////////////////////////////// - // NodeList objects (with `item` method) and - // other objects with suitable length characteristics are array-like - return isNumber(length) && (length >= 0 && (length - 1 in obj || obj instanceof Array) || typeof obj.item === 'function'); +/** + * Tries to decode the URI component without throwing an exception. + * + * @private + * @param str value potential URI component to check. + * @returns {boolean} True if `value` can be decoded + * with the decodeURIComponent function. + */ +function tryDecodeURIComponent(value) { + try { + return decodeURIComponent(value); + } catch (e) { + // Ignore any invalid uri component. } +} - /** - * @ngdoc function - * @name angular.forEach - * @module ng - * @kind function - * - * @description - * Invokes the `iterator` function once for each item in `obj` collection, which can be either an - * object or an array. The `iterator` function is invoked with `iterator(value, key, obj)`, where `value` - * is the value of an object property or an array element, `key` is the object property key or - * array element index and obj is the `obj` itself. Specifying a `context` for the function is optional. - * - * It is worth noting that `.forEach` does not iterate over inherited properties because it filters - * using the `hasOwnProperty` method. - * - * Unlike ES262's - * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18), - * providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just - * return the value provided. - * - ```js - var values = {name: 'misko', gender: 'male'}; - var log = []; - angular.forEach(values, function(value, key) { - this.push(key + ': ' + value); - }, log); - expect(log).toEqual(['name: misko', 'gender: male']); - ``` - * - * @param {Object|Array} obj Object to iterate over. - * @param {Function} iterator Iterator function. - * @param {Object=} context Object to become context (`this`) for the iterator function. - * @returns {Object|Array} Reference to `obj`. - */ - function forEach(obj, iterator, context) { - var key, length; - if (obj) { - if (isFunction(obj)) { - for (key in obj) { - if (key !== 'prototype' && key !== 'length' && key !== 'name' && obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key, obj); - } - } - } else if (isArray(obj) || isArrayLike(obj)) { - var isPrimitive = (typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) !== 'object'; - for (key = 0, length = obj.length; key < length; key++) { - if (isPrimitive || key in obj) { - iterator.call(context, obj[key], key, obj); - } - } - } else if (obj.forEach && obj.forEach !== forEach) { - obj.forEach(iterator, context, obj); - } else if (isBlankObject(obj)) { - // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty - for (key in obj) { - iterator.call(context, obj[key], key, obj); - } - } else if (typeof obj.hasOwnProperty === 'function') { - // Slow path for objects inheriting Object.prototype, hasOwnProperty check needed - for (key in obj) { - if (obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key, obj); - } - } - } else { - // Slow path for objects which do not have a method `hasOwnProperty` - for (key in obj) { - if (hasOwnProperty.call(obj, key)) { - iterator.call(context, obj[key], key, obj); - } +/** + * Parses an escaped url query string into key-value pairs. + * @returns {Object.} + */ +function parseKeyValue(/**string*/keyValue) { + var obj = {}; + forEach((keyValue || '').split('&'), function(keyValue) { + var splitPoint, key, val; + if (keyValue) { + key = keyValue = keyValue.replace(/\+/g,'%20'); + splitPoint = keyValue.indexOf('='); + if (splitPoint !== -1) { + key = keyValue.substring(0, splitPoint); + val = keyValue.substring(splitPoint + 1); + } + key = tryDecodeURIComponent(key); + if (isDefined(key)) { + val = isDefined(val) ? tryDecodeURIComponent(val) : true; + if (!hasOwnProperty.call(obj, key)) { + obj[key] = val; + } else if (isArray(obj[key])) { + obj[key].push(val); + } else { + obj[key] = [obj[key],val]; } } } - return obj; - } + }); + return obj; +} - function forEachSorted(obj, iterator, context) { - var keys = Object.keys(obj).sort(); - for (var i = 0; i < keys.length; i++) { - iterator.call(context, obj[keys[i]], keys[i]); +function toKeyValue(obj) { + var parts = []; + forEach(obj, function(value, key) { + if (isArray(value)) { + forEach(value, function(arrayValue) { + parts.push(encodeUriQuery(key, true) + + (arrayValue === true ? '' : '=' + encodeUriQuery(arrayValue, true))); + }); + } else { + parts.push(encodeUriQuery(key, true) + + (value === true ? '' : '=' + encodeUriQuery(value, true))); } - return keys; - } + }); + return parts.length ? parts.join('&') : ''; +} - /** - * when using forEach the params are value, key, but it is often useful to have key, value. - * @param {function(string, *)} iteratorFn - * @returns {function(*, string)} - */ - function reverseParams(iteratorFn) { - return function (value, key) { - iteratorFn(key, value); - }; - } - /** - * A consistent way of creating unique IDs in angular. - * - * Using simple numbers allows us to generate 28.6 million unique ids per second for 10 years before - * we hit number precision issues in JavaScript. - * - * Math.pow(2,53) / 60 / 60 / 24 / 365 / 10 = 28.6M - * - * @returns {number} an unique alpha-numeric string - */ - function nextUid() { - return ++uid; - } +/** + * We need our custom method because encodeURIComponent is too aggressive and doesn't follow + * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path + * segments: + * segment = *pchar + * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" + * pct-encoded = "%" HEXDIG HEXDIG + * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" + * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" + * / "*" / "+" / "," / ";" / "=" + */ +function encodeUriSegment(val) { + return encodeUriQuery(val, true). + replace(/%26/gi, '&'). + replace(/%3D/gi, '='). + replace(/%2B/gi, '+'); +} - /** - * Set or clear the hashkey for an object. - * @param obj object - * @param h the hashkey (!truthy to delete the hashkey) - */ - function setHashKey(obj, h) { - if (h) { - obj.$$hashKey = h; - } else { - delete obj.$$hashKey; - } - } - - function baseExtend(dst, objs, deep) { - var h = dst.$$hashKey; - - for (var i = 0, ii = objs.length; i < ii; ++i) { - var obj = objs[i]; - if (!isObject(obj) && !isFunction(obj)) continue; - var keys = Object.keys(obj); - for (var j = 0, jj = keys.length; j < jj; j++) { - var key = keys[j]; - var src = obj[key]; - - if (deep && isObject(src)) { - if (isDate(src)) { - dst[key] = new Date(src.valueOf()); - } else if (isRegExp(src)) { - dst[key] = new RegExp(src); - } else if (src.nodeName) { - dst[key] = src.cloneNode(true); - } else if (isElement(src)) { - dst[key] = src.clone(); - } else { - if (!isObject(dst[key])) dst[key] = isArray(src) ? [] : {}; - baseExtend(dst[key], [src], true); - } - } else { - dst[key] = src; - } - } - } - setHashKey(dst, h); - return dst; - } +/** + * This method is intended for encoding *key* or *value* parts of query component. We need a custom + * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be + * encoded per http://tools.ietf.org/html/rfc3986: + * query = *( pchar / "/" / "?" ) + * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" + * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" + * pct-encoded = "%" HEXDIG HEXDIG + * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" + * / "*" / "+" / "," / ";" / "=" + */ +function encodeUriQuery(val, pctEncodeSpaces) { + return encodeURIComponent(val). + replace(/%40/gi, '@'). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%3B/gi, ';'). + replace(/%20/g, (pctEncodeSpaces ? '%20' : '+')); +} - /** - * @ngdoc function - * @name angular.extend - * @module ng - * @kind function - * - * @description - * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) - * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so - * by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`. - * - * **Note:** Keep in mind that `angular.extend` does not support recursive merge (deep copy). Use - * {@link angular.merge} for this. - * - * @param {Object} dst Destination object. - * @param {...Object} src Source object(s). - * @returns {Object} Reference to `dst`. - */ - function extend(dst) { - return baseExtend(dst, slice.call(arguments, 1), false); +var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-']; + +function getNgAttribute(element, ngAttr) { + var attr, i, ii = ngAttrPrefixes.length; + for (i = 0; i < ii; ++i) { + attr = ngAttrPrefixes[i] + ngAttr; + if (isString(attr = element.getAttribute(attr))) { + return attr; + } } + return null; +} - /** - * @ngdoc function - * @name angular.merge - * @module ng - * @kind function - * - * @description - * Deeply extends the destination object `dst` by copying own enumerable properties from the `src` object(s) - * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so - * by passing an empty object as the target: `var object = angular.merge({}, object1, object2)`. - * - * Unlike {@link angular.extend extend()}, `merge()` recursively descends into object properties of source - * objects, performing a deep copy. - * - * @deprecated - * sinceVersion="1.6.5" - * This function is deprecated, but will not be removed in the 1.x lifecycle. - * There are edge cases (see {@link angular.merge#known-issues known issues}) that are not - * supported by this function. We suggest - * using [lodash's merge()](https://lodash.com/docs/4.17.4#merge) instead. - * - * @knownIssue - * This is a list of (known) object types that are not handled correctly by this function: - * - [`Blob`](https://developer.mozilla.org/docs/Web/API/Blob) - * - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream) - * - [`CanvasGradient`](https://developer.mozilla.org/docs/Web/API/CanvasGradient) - * - AngularJS {@link $rootScope.Scope scopes}; - * - * @param {Object} dst Destination object. - * @param {...Object} src Source object(s). - * @returns {Object} Reference to `dst`. - */ - function merge(dst) { - return baseExtend(dst, slice.call(arguments, 1), true); +function allowAutoBootstrap(document) { + var script = document.currentScript; + + if (!script) { + // Support: IE 9-11 only + // IE does not have `document.currentScript` + return true; } - function toInt(str) { - return parseInt(str, 10); + // If the `currentScript` property has been clobbered just return false, since this indicates a probable attack + if (!(script instanceof window.HTMLScriptElement || script instanceof window.SVGScriptElement)) { + return false; } - var isNumberNaN = Number.isNaN || function isNumberNaN(num) { - // eslint-disable-next-line no-self-compare - return num !== num; - }; + var attributes = script.attributes; + var srcs = [attributes.getNamedItem('src'), attributes.getNamedItem('href'), attributes.getNamedItem('xlink:href')]; - function inherit(parent, extra) { - return extend(Object.create(parent), extra); - } + return srcs.every(function(src) { + if (!src) { + return true; + } + if (!src.value) { + return false; + } - /** - * @ngdoc function - * @name angular.noop - * @module ng - * @kind function - * - * @description - * A function that performs no operations. This function can be useful when writing code in the - * functional style. - ```js - function foo(callback) { - var result = calculateResult(); - (callback || angular.noop)(result); - } - ``` - */ - function noop() {} - noop.$inject = []; + var link = document.createElement('a'); + link.href = src.value; - /** - * @ngdoc function - * @name angular.identity - * @module ng - * @kind function - * - * @description - * A function that returns its first argument. This function is useful when writing code in the - * functional style. - * - ```js - function transformer(transformationFn, value) { - return (transformationFn || angular.identity)(value); - }; - - // E.g. - function getResult(fn, input) { - return (fn || angular.identity)(input); - }; - - getResult(function(n) { return n * 2; }, 21); // returns 42 - getResult(null, 21); // returns 21 - getResult(undefined, 21); // returns 21 - ``` - * - * @param {*} value to be returned. - * @returns {*} the value passed in. - */ - function identity($) { - return $; - } - identity.$inject = []; + if (document.location.origin === link.origin) { + // Same-origin resources are always allowed, even for non-whitelisted schemes. + return true; + } + // Disabled bootstrapping unless angular.js was loaded from a known scheme used on the web. + // This is to prevent angular.js bundled with browser extensions from being used to bypass the + // content security policy in web pages and other browser extensions. + switch (link.protocol) { + case 'http:': + case 'https:': + case 'ftp:': + case 'blob:': + case 'file:': + case 'data:': + return true; + default: + return false; + } + }); +} - function valueFn(value) { - return function valueRef() { - return value; - }; - } +// Cached as it has to run during loading so that document.currentScript is available. +var isAutoBootstrapAllowed = allowAutoBootstrap(window.document); - function hasCustomToString(obj) { - return isFunction(obj.toString) && obj.toString !== toString; - } +/** + * @ngdoc directive + * @name ngApp + * @module ng + * + * @element ANY + * @param {angular.Module} ngApp an optional application + * {@link angular.module module} name to load. + * @param {boolean=} ngStrictDi if this attribute is present on the app element, the injector will be + * created in "strict-di" mode. This means that the application will fail to invoke functions which + * do not use explicit function annotation (and are thus unsuitable for minification), as described + * in {@link guide/di the Dependency Injection guide}, and useful debugging info will assist in + * tracking down the root of these bugs. + * + * @description + * + * Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive + * designates the **root element** of the application and is typically placed near the root element + * of the page - e.g. on the `` or `` tags. + * + * There are a few things to keep in mind when using `ngApp`: + * - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp` + * found in the document will be used to define the root element to auto-bootstrap as an + * application. To run multiple applications in an HTML document you must manually bootstrap them using + * {@link angular.bootstrap} instead. + * - AngularJS applications cannot be nested within each other. + * - Do not use a directive that uses {@link ng.$compile#transclusion transclusion} on the same element as `ngApp`. + * This includes directives such as {@link ng.ngIf `ngIf`}, {@link ng.ngInclude `ngInclude`} and + * {@link ngRoute.ngView `ngView`}. + * Doing this misplaces the app {@link ng.$rootElement `$rootElement`} and the app's {@link auto.$injector injector}, + * causing animations to stop working and making the injector inaccessible from outside the app. + * + * You can specify an **AngularJS module** to be used as the root module for the application. This + * module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It + * should contain the application code needed or have dependencies on other modules that will + * contain the code. See {@link angular.module} for more information. + * + * In the example below if the `ngApp` directive were not placed on the `html` element then the + * document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}` + * would not be resolved to `3`. + * + * @example + * + * ### Simple Usage + * + * `ngApp` is the easiest, and most common way to bootstrap an application. + * + + +
    + I can add: {{a}} + {{b}} = {{ a+b }} +
    +
    + + angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { + $scope.a = 1; + $scope.b = 2; + }); + +
    + * + * @example + * + * ### With `ngStrictDi` + * + * Using `ngStrictDi`, you would see something like this: + * + + +
    +
    + I can add: {{a}} + {{b}} = {{ a+b }} + +

    This renders because the controller does not fail to + instantiate, by using explicit annotation style (see + script.js for details) +

    +
    - /** - * @ngdoc function - * @name angular.isUndefined - * @module ng - * @kind function - * - * @description - * Determines if a reference is undefined. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is undefined. - */ - function isUndefined(value) { - return typeof value === 'undefined'; - } +
    + Name:
    + Hello, {{name}}! - /** - * @ngdoc function - * @name angular.isDefined - * @module ng - * @kind function - * - * @description - * Determines if a reference is defined. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is defined. - */ - function isDefined(value) { - return typeof value !== 'undefined'; - } +

    This renders because the controller does not fail to + instantiate, by using explicit annotation style + (see script.js for details) +

    +
    - /** - * @ngdoc function - * @name angular.isObject - * @module ng - * @kind function - * - * @description - * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not - * considered to be objects. Note that JavaScript arrays are objects. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Object` but not `null`. - */ - function isObject(value) { - // http://jsperf.com/isobject4 - return value !== null && (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object'; - } +
    + I can add: {{a}} + {{b}} = {{ a+b }} - /** - * Determine if a value is an object with a null prototype - * - * @returns {boolean} True if `value` is an `Object` with a null prototype - */ - function isBlankObject(value) { - return value !== null && (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && !getPrototypeOf(value); - } +

    The controller could not be instantiated, due to relying + on automatic function annotations (which are disabled in + strict mode). As such, the content of this section is not + interpolated, and there should be an error in your web console. +

    +
    +
    +
    + + angular.module('ngAppStrictDemo', []) + // BadController will fail to instantiate, due to relying on automatic function annotation, + // rather than an explicit annotation + .controller('BadController', function($scope) { + $scope.a = 1; + $scope.b = 2; + }) + // Unlike BadController, GoodController1 and GoodController2 will not fail to be instantiated, + // due to using explicit annotations using the array style and $inject property, respectively. + .controller('GoodController1', ['$scope', function($scope) { + $scope.a = 1; + $scope.b = 2; + }]) + .controller('GoodController2', GoodController2); + function GoodController2($scope) { + $scope.name = 'World'; + } + GoodController2.$inject = ['$scope']; + + + div[ng-controller] { + margin-bottom: 1em; + -webkit-border-radius: 4px; + border-radius: 4px; + border: 1px solid; + padding: .5em; + } + div[ng-controller^=Good] { + border-color: #d6e9c6; + background-color: #dff0d8; + color: #3c763d; + } + div[ng-controller^=Bad] { + border-color: #ebccd1; + background-color: #f2dede; + color: #a94442; + margin-bottom: 0; + } + +
    + */ +function angularInit(element, bootstrap) { + var appElement, + module, + config = {}; - /** - * @ngdoc function - * @name angular.isString - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `String`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `String`. - */ - function isString(value) { - return typeof value === 'string'; + // The element `element` has priority over any other element. + forEach(ngAttrPrefixes, function(prefix) { + var name = prefix + 'app'; + + if (!appElement && element.hasAttribute && element.hasAttribute(name)) { + appElement = element; + module = element.getAttribute(name); + } + }); + forEach(ngAttrPrefixes, function(prefix) { + var name = prefix + 'app'; + var candidate; + + if (!appElement && (candidate = element.querySelector('[' + name.replace(':', '\\:') + ']'))) { + appElement = candidate; + module = candidate.getAttribute(name); + } + }); + if (appElement) { + if (!isAutoBootstrapAllowed) { + window.console.error('Angular: disabling automatic bootstrap. + * + * + * + * ``` + * + * @param {DOMElement} element DOM element which is the root of angular application. + * @param {Array=} modules an array of modules to load into the application. + * Each item in the array should be the name of a predefined module or a (DI annotated) + * function that will be invoked by the injector as a `config` block. + * See: {@link angular.module modules} + * @param {Object=} config an object for defining configuration options for the application. The + * following keys are supported: + * + * * `strictDi` - disable automatic function annotation for the application. This is meant to + * assist in finding bugs which break minified code. Defaults to `false`. + * + * @returns {auto.$injector} Returns the newly created injector for this app. + */ +function bootstrap(element, modules, config) { + if (!isObject(config)) config = {}; + var defaultConfig = { + strictDi: false + }; + config = extend(defaultConfig, config); + var doBootstrap = function() { + element = jqLite(element); + + if (element.injector()) { + var tag = (element[0] === window.document) ? 'document' : startingTag(element); + // Encode angle brackets to prevent input from being sanitized to empty string #8683. + throw ngMinErr( + 'btstrpd', + 'App already bootstrapped with this element \'{0}\'', + tag.replace(//,'>')); + } + + modules = modules || []; + modules.unshift(['$provide', function($provide) { + $provide.value('$rootElement', element); + }]); + + if (config.debugInfoEnabled) { + // Pushing so that this overrides `debugInfoEnabled` setting defined in user's `modules`. + modules.push(['$compileProvider', function($compileProvider) { + $compileProvider.debugInfoEnabled(true); + }]); + } + + modules.unshift('ng'); + var injector = createInjector(modules, config.strictDi); + injector.invoke(['$rootScope', '$rootElement', '$compile', '$injector', + function bootstrapApply(scope, element, compile, injector) { + scope.$apply(function() { + element.data('$injector', injector); + compile(element)(scope); + }); + }] + ); + return injector; + }; + + var NG_ENABLE_DEBUG_INFO = /^NG_ENABLE_DEBUG_INFO!/; + var NG_DEFER_BOOTSTRAP = /^NG_DEFER_BOOTSTRAP!/; + + if (window && NG_ENABLE_DEBUG_INFO.test(window.name)) { + config.debugInfoEnabled = true; + window.name = window.name.replace(NG_ENABLE_DEBUG_INFO, ''); } - /** - * @ngdoc function - * @name angular.isDate - * @module ng - * @kind function - * - * @description - * Determines if a value is a date. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Date`. - */ - function isDate(value) { - return toString.call(value) === '[object Date]'; + if (window && !NG_DEFER_BOOTSTRAP.test(window.name)) { + return doBootstrap(); } - /** - * @ngdoc function - * @name angular.isArray - * @module ng - * @kind function - * - * @description - * Determines if a reference is an `Array`. Alias of Array.isArray. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Array`. - */ - var isArray = Array.isArray; + window.name = window.name.replace(NG_DEFER_BOOTSTRAP, ''); + angular.resumeBootstrap = function(extraModules) { + forEach(extraModules, function(module) { + modules.push(module); + }); + return doBootstrap(); + }; - /** - * @description - * Determines if a reference is an `Error`. - * Loosely based on https://www.npmjs.com/package/iserror - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Error`. - */ - function isError(value) { - var tag = toString.call(value); - switch (tag) { - case '[object Error]': - return true; - case '[object Exception]': - return true; - case '[object DOMException]': - return true; - default: - return value instanceof Error; - } + if (isFunction(angular.resumeDeferredBootstrap)) { + angular.resumeDeferredBootstrap(); } +} - /** - * @ngdoc function - * @name angular.isFunction - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `Function`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Function`. - */ - function isFunction(value) { - return typeof value === 'function'; - } +/** + * @ngdoc function + * @name angular.reloadWithDebugInfo + * @module ng + * @description + * Use this function to reload the current application with debug information turned on. + * This takes precedence over a call to `$compileProvider.debugInfoEnabled(false)`. + * + * See {@link ng.$compileProvider#debugInfoEnabled} for more. + */ +function reloadWithDebugInfo() { + window.name = 'NG_ENABLE_DEBUG_INFO!' + window.name; + window.location.reload(); +} - /** - * Determines if a value is a regular expression object. - * - * @private - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `RegExp`. - */ - function isRegExp(value) { - return toString.call(value) === '[object RegExp]'; +/** + * @name angular.getTestability + * @module ng + * @description + * Get the testability service for the instance of Angular on the given + * element. + * @param {DOMElement} element DOM element which is the root of angular application. + */ +function getTestability(rootElement) { + var injector = angular.element(rootElement).injector(); + if (!injector) { + throw ngMinErr('test', + 'no injector found for element argument to getTestability'); } + return injector.get('$$testability'); +} - /** - * Checks if `obj` is a window object. - * - * @private - * @param {*} obj Object to check - * @returns {boolean} True if `obj` is a window obj. - */ - function isWindow(obj) { - return obj && obj.window === obj; - } +var SNAKE_CASE_REGEXP = /[A-Z]/g; +function snake_case(name, separator) { + separator = separator || '_'; + return name.replace(SNAKE_CASE_REGEXP, function(letter, pos) { + return (pos ? separator : '') + letter.toLowerCase(); + }); +} - function isScope(obj) { - return obj && obj.$evalAsync && obj.$watch; - } +var bindJQueryFired = false; +function bindJQuery() { + var originalCleanData; - function isFile(obj) { - return toString.call(obj) === '[object File]'; + if (bindJQueryFired) { + return; } - function isFormData(obj) { - return toString.call(obj) === '[object FormData]'; - } + // bind to jQuery if present; + var jqName = jq(); + jQuery = isUndefined(jqName) ? window.jQuery : // use jQuery (if present) + !jqName ? undefined : // use jqLite + window[jqName]; // use jQuery specified by `ngJq` + + // Use jQuery if it exists with proper functionality, otherwise default to us. + // Angular 1.2+ requires jQuery 1.7+ for on()/off() support. + // Angular 1.3+ technically requires at least jQuery 2.1+ but it may work with older + // versions. It will not work for sure with jQuery <1.7, though. + if (jQuery && jQuery.fn.on) { + jqLite = jQuery; + extend(jQuery.fn, { + scope: JQLitePrototype.scope, + isolateScope: JQLitePrototype.isolateScope, + controller: /** @type {?} */ (JQLitePrototype).controller, + injector: JQLitePrototype.injector, + inheritedData: JQLitePrototype.inheritedData + }); - function isBlob(obj) { - return toString.call(obj) === '[object Blob]'; + // All nodes removed from the DOM via various jQuery APIs like .remove() + // are passed through jQuery.cleanData. Monkey-patch this method to fire + // the $destroy event on all removed nodes. + originalCleanData = jQuery.cleanData; + jQuery.cleanData = function(elems) { + var events; + for (var i = 0, elem; (elem = elems[i]) != null; i++) { + events = jQuery._data(elem, 'events'); + if (events && events.$destroy) { + jQuery(elem).triggerHandler('$destroy'); + } + } + originalCleanData(elems); + }; + } else { + jqLite = JQLite; } - function isBoolean(value) { - return typeof value === 'boolean'; - } + angular.element = jqLite; - function isPromiseLike(obj) { - return obj && isFunction(obj.then); - } + // Prevent double-proxying. + bindJQueryFired = true; +} - var TYPED_ARRAY_REGEXP = /^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/; - function isTypedArray(value) { - return value && isNumber(value.length) && TYPED_ARRAY_REGEXP.test(toString.call(value)); +/** + * throw error if the argument is falsy. + */ +function assertArg(arg, name, reason) { + if (!arg) { + throw ngMinErr('areq', 'Argument \'{0}\' is {1}', (name || '?'), (reason || 'required')); } + return arg; +} - function isArrayBuffer(obj) { - return toString.call(obj) === '[object ArrayBuffer]'; +function assertArgFn(arg, name, acceptArrayAnnotation) { + if (acceptArrayAnnotation && isArray(arg)) { + arg = arg[arg.length - 1]; } - var trim = function trim(value) { - return isString(value) ? value.trim() : value; - }; - - // Copied from: - // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 - // Prereq: s is a string. - var escapeForRegexp = function escapeForRegexp(s) { - return s.replace(/([-()[\]{}+?*.$^|,:#= 0) { - array.splice(index, 1); + for (var i = 1; node !== endNode && (node = node.nextSibling); i++) { + if (blockNodes || nodes[i] !== node) { + if (!blockNodes) { + blockNodes = jqLite(slice.call(nodes, 0, i)); + } + blockNodes.push(node); } - return index; } - /** - * @ngdoc function - * @name angular.copy - * @module ng - * @kind function - * - * @description - * Creates a deep copy of `source`, which should be an object or an array. - * - * * If no destination is supplied, a copy of the object or array is created. - * * If a destination is provided, all of its elements (for arrays) or properties (for objects) - * are deleted and then all elements/properties from the source are copied to it. - * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. - * * If `source` is identical to `destination` an exception will be thrown. - * - *
    - *
    - * Only enumerable properties are taken into account. Non-enumerable properties (both on `source` - * and on `destination`) will be ignored. - *
    - * - * @param {*} source The source that will be used to make a copy. - * Can be any type, including primitives, `null`, and `undefined`. - * @param {(Object|Array)=} destination Destination into which the source is copied. If - * provided, must be of the same type as `source`. - * @returns {*} The copy or updated `destination`, if `destination` was specified. - * - * @example - - -
    -
    -
    -
    - Gender: -
    - - -
    -
    form = {{user | json}}
    -
    leader = {{leader | json}}
    -
    -
    - - // Module: copyExample - angular. - module('copyExample', []). - controller('ExampleController', ['$scope', function($scope) { - $scope.leader = {}; - - $scope.reset = function() { - // Example with 1 argument - $scope.user = angular.copy($scope.leader); - }; - - $scope.update = function(user) { - // Example with 2 arguments - angular.copy(user, $scope.leader); - }; - - $scope.reset(); - }]); - -
    - */ - function copy(source, destination, maxDepth) { - var stackSource = []; - var stackDest = []; - maxDepth = isValidObjectMaxDepth(maxDepth) ? maxDepth : NaN; + return blockNodes || nodes; +} - if (destination) { - if (isTypedArray(destination) || isArrayBuffer(destination)) { - throw ngMinErr('cpta', 'Can\'t copy! TypedArray destination cannot be mutated.'); - } - if (source === destination) { - throw ngMinErr('cpi', 'Can\'t copy! Source and destination are identical.'); - } - // Empty the destination object - if (isArray(destination)) { - destination.length = 0; +/** + * Creates a new object without a prototype. This object is useful for lookup without having to + * guard against prototypically inherited properties via hasOwnProperty. + * + * Related micro-benchmarks: + * - http://jsperf.com/object-create2 + * - http://jsperf.com/proto-map-lookup/2 + * - http://jsperf.com/for-in-vs-object-keys2 + * + * @returns {Object} + */ +function createMap() { + return Object.create(null); +} + +function stringify(value) { + if (value == null) { // null || undefined + return ''; + } + switch (typeof value) { + case 'string': + break; + case 'number': + value = '' + value; + break; + default: + if (hasCustomToString(value) && !isArray(value) && !isDate(value)) { + value = value.toString(); } else { - forEach(destination, function (value, key) { - if (key !== '$$hashKey') { - delete destination[key]; - } - }); + value = toJson(value); } + } - stackSource.push(source); - stackDest.push(destination); - return copyRecurse(source, destination, maxDepth); - } + return value; +} - return copyElement(source, maxDepth); +var NODE_TYPE_ELEMENT = 1; +var NODE_TYPE_ATTRIBUTE = 2; +var NODE_TYPE_TEXT = 3; +var NODE_TYPE_COMMENT = 8; +var NODE_TYPE_DOCUMENT = 9; +var NODE_TYPE_DOCUMENT_FRAGMENT = 11; - function copyRecurse(source, destination, maxDepth) { - maxDepth--; - if (maxDepth < 0) { - return '...'; - } - var h = destination.$$hashKey; - var key; - if (isArray(source)) { - for (var i = 0, ii = source.length; i < ii; i++) { - destination.push(copyElement(source[i], maxDepth)); - } - } else if (isBlankObject(source)) { - // createMap() fast path --- Safe to avoid hasOwnProperty check because prototype chain is empty - for (key in source) { - destination[key] = copyElement(source[key], maxDepth); - } - } else if (source && typeof source.hasOwnProperty === 'function') { - // Slow path, which must rely on hasOwnProperty - for (key in source) { - if (source.hasOwnProperty(key)) { - destination[key] = copyElement(source[key], maxDepth); - } - } - } else { - // Slowest path --- hasOwnProperty can't be called as a method - for (key in source) { - if (hasOwnProperty.call(source, key)) { - destination[key] = copyElement(source[key], maxDepth); - } +/** + * @ngdoc type + * @name angular.Module + * @module ng + * @description + * + * Interface for configuring angular {@link angular.module modules}. + */ + +function setupModuleLoader(window) { + + var $injectorMinErr = minErr('$injector'); + var ngMinErr = minErr('ng'); + + function ensure(obj, name, factory) { + return obj[name] || (obj[name] = factory()); + } + + var angular = ensure(window, 'angular', Object); + + // We need to expose `angular.$$minErr` to modules such as `ngResource` that reference it during bootstrap + angular.$$minErr = angular.$$minErr || minErr; + + return ensure(angular, 'module', function() { + /** @type {Object.} */ + var modules = {}; + + /** + * @ngdoc function + * @name angular.module + * @module ng + * @description + * + * The `angular.module` is a global place for creating, registering and retrieving Angular + * modules. + * All modules (angular core or 3rd party) that should be available to an application must be + * registered using this mechanism. + * + * Passing one argument retrieves an existing {@link angular.Module}, + * whereas passing more than one argument creates a new {@link angular.Module} + * + * + * # Module + * + * A module is a collection of services, directives, controllers, filters, and configuration information. + * `angular.module` is used to configure the {@link auto.$injector $injector}. + * + * ```js + * // Create a new module + * var myModule = angular.module('myModule', []); + * + * // register a new service + * myModule.value('appName', 'MyCoolApp'); + * + * // configure existing services inside initialization blocks. + * myModule.config(['$locationProvider', function($locationProvider) { + * // Configure existing providers + * $locationProvider.hashPrefix('!'); + * }]); + * ``` + * + * Then you can create an injector and load your modules like this: + * + * ```js + * var injector = angular.injector(['ng', 'myModule']) + * ``` + * + * However it's more likely that you'll just use + * {@link ng.directive:ngApp ngApp} or + * {@link angular.bootstrap} to simplify this process for you. + * + * @param {!string} name The name of the module to create or retrieve. + * @param {!Array.=} requires If specified then new module is being created. If + * unspecified then the module is being retrieved for further configuration. + * @param {Function=} configFn Optional configuration function for the module. Same as + * {@link angular.Module#config Module#config()}. + * @returns {angular.Module} new module with the {@link angular.Module} api. + */ + return function module(name, requires, configFn) { + + var info = {}; + + var assertNotHasOwnProperty = function(name, context) { + if (name === 'hasOwnProperty') { + throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); } - } - setHashKey(destination, h); - return destination; - } + }; - function copyElement(source, maxDepth) { - // Simple values - if (!isObject(source)) { - return source; + assertNotHasOwnProperty(name, 'module'); + if (requires && modules.hasOwnProperty(name)) { + modules[name] = null; } + return ensure(modules, name, function() { + if (!requires) { + throw $injectorMinErr('nomod', 'Module \'{0}\' is not available! You either misspelled ' + + 'the module name or forgot to load it. If registering a module ensure that you ' + + 'specify the dependencies as the second argument.', name); + } - // Already copied values - var index = stackSource.indexOf(source); - if (index !== -1) { - return stackDest[index]; - } + /** @type {!Array.>} */ + var invokeQueue = []; - if (isWindow(source) || isScope(source)) { - throw ngMinErr('cpws', 'Can\'t copy! Making copies of Window or Scope instances is not supported.'); - } + /** @type {!Array.} */ + var configBlocks = []; - var needsRecurse = false; - var destination = copyType(source); + /** @type {!Array.} */ + var runBlocks = []; - if (destination === undefined) { - destination = isArray(source) ? [] : Object.create(getPrototypeOf(source)); - needsRecurse = true; - } + var config = invokeLater('$injector', 'invoke', 'push', configBlocks); - stackSource.push(source); - stackDest.push(destination); + /** @type {angular.Module} */ + var moduleInstance = { + // Private state + _invokeQueue: invokeQueue, + _configBlocks: configBlocks, + _runBlocks: runBlocks, - return needsRecurse ? copyRecurse(source, destination, maxDepth) : destination; - } + /** + * @ngdoc method + * @name angular.Module#info + * @module ng + * + * @param {Object=} info Information about the module + * @returns {Object|Module} The current info object for this module if called as a getter, + * or `this` if called as a setter. + * + * @description + * Read and write custom information about this module. + * For example you could put the version of the module in here. + * + * ```js + * angular.module('myModule', []).info({ version: '1.0.0' }); + * ``` + * + * The version could then be read back out by accessing the module elsewhere: + * + * ``` + * var version = angular.module('myModule').info().version; + * ``` + * + * You can also retrieve this information during runtime via the + * {@link $injector#modules `$injector.modules`} property: + * + * ```js + * var version = $injector.modules['myModule'].info().version; + * ``` + */ + info: function(value) { + if (isDefined(value)) { + if (!isObject(value)) throw ngMinErr('aobj', 'Argument \'{0}\' must be an object', 'value'); + info = value; + return this; + } + return info; + }, - function copyType(source) { - switch (toString.call(source)) { - case '[object Int8Array]': - case '[object Int16Array]': - case '[object Int32Array]': - case '[object Float32Array]': - case '[object Float64Array]': - case '[object Uint8Array]': - case '[object Uint8ClampedArray]': - case '[object Uint16Array]': - case '[object Uint32Array]': - return new source.constructor(copyElement(source.buffer), source.byteOffset, source.length); + /** + * @ngdoc property + * @name angular.Module#requires + * @module ng + * + * @description + * Holds the list of modules which the injector will load before the current module is + * loaded. + */ + requires: requires, - case '[object ArrayBuffer]': - // Support: IE10 - if (!source.slice) { - // If we're in this case we know the environment supports ArrayBuffer - /* eslint-disable no-undef */ - var copied = new ArrayBuffer(source.byteLength); - new Uint8Array(copied).set(new Uint8Array(source)); - /* eslint-enable */ - return copied; - } - return source.slice(0); + /** + * @ngdoc property + * @name angular.Module#name + * @module ng + * + * @description + * Name of the module. + */ + name: name, - case '[object Boolean]': - case '[object Number]': - case '[object String]': - case '[object Date]': - return new source.constructor(source.valueOf()); - case '[object RegExp]': - var re = new RegExp(source.source, source.toString().match(/[^/]*$/)[0]); - re.lastIndex = source.lastIndex; - return re; + /** + * @ngdoc method + * @name angular.Module#provider + * @module ng + * @param {string} name service name + * @param {Function} providerType Construction function for creating new instance of the + * service. + * @description + * See {@link auto.$provide#provider $provide.provider()}. + */ + provider: invokeLaterAndSetModuleName('$provide', 'provider'), - case '[object Blob]': - return new source.constructor([source], { type: source.type }); - } + /** + * @ngdoc method + * @name angular.Module#factory + * @module ng + * @param {string} name service name + * @param {Function} providerFunction Function for creating new instance of the service. + * @description + * See {@link auto.$provide#factory $provide.factory()}. + */ + factory: invokeLaterAndSetModuleName('$provide', 'factory'), - if (isFunction(source.cloneNode)) { - return source.cloneNode(true); - } - } - } + /** + * @ngdoc method + * @name angular.Module#service + * @module ng + * @param {string} name service name + * @param {Function} constructor A constructor function that will be instantiated. + * @description + * See {@link auto.$provide#service $provide.service()}. + */ + service: invokeLaterAndSetModuleName('$provide', 'service'), - // eslint-disable-next-line no-self-compare - function simpleCompare(a, b) { - return a === b || a !== a && b !== b; - } + /** + * @ngdoc method + * @name angular.Module#value + * @module ng + * @param {string} name service name + * @param {*} object Service instance object. + * @description + * See {@link auto.$provide#value $provide.value()}. + */ + value: invokeLater('$provide', 'value'), - /** - * @ngdoc function - * @name angular.equals - * @module ng - * @kind function - * - * @description - * Determines if two objects or two values are equivalent. Supports value types, regular - * expressions, arrays and objects. - * - * Two objects or values are considered equivalent if at least one of the following is true: - * - * * Both objects or values pass `===` comparison. - * * Both objects or values are of the same type and all of their properties are equal by - * comparing them with `angular.equals`. - * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal) - * * Both values represent the same regular expression (In JavaScript, - * /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual - * representation matches). - * - * During a property comparison, properties of `function` type and properties with names - * that begin with `$` are ignored. - * - * Scope and DOMWindow objects are being compared only by identify (`===`). - * - * @param {*} o1 Object or value to compare. - * @param {*} o2 Object or value to compare. - * @returns {boolean} True if arguments are equal. - * - * @example - - -
    -
    -

    User 1

    - Name: - Age: - -

    User 2

    - Name: - Age: - -
    -
    - -
    - User 1:
    {{user1 | json}}
    - User 2:
    {{user2 | json}}
    - Equal:
    {{result}}
    -
    -
    -
    - - angular.module('equalsExample', []).controller('ExampleController', ['$scope', function($scope) { - $scope.user1 = {}; - $scope.user2 = {}; - $scope.compare = function() { - $scope.result = angular.equals($scope.user1, $scope.user2); - }; - }]); - -
    - */ - function equals(o1, o2) { - if (o1 === o2) return true; - if (o1 === null || o2 === null) return false; - // eslint-disable-next-line no-self-compare - if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN - var t1 = typeof o1 === 'undefined' ? 'undefined' : _typeof(o1), - t2 = typeof o2 === 'undefined' ? 'undefined' : _typeof(o2), - length, - key, - keySet; - if (t1 === t2 && t1 === 'object') { - if (isArray(o1)) { - if (!isArray(o2)) return false; - if ((length = o1.length) === o2.length) { - for (key = 0; key < length; key++) { - if (!equals(o1[key], o2[key])) return false; + /** + * @ngdoc method + * @name angular.Module#constant + * @module ng + * @param {string} name constant name + * @param {*} object Constant value. + * @description + * Because the constants are fixed, they get applied before other provide methods. + * See {@link auto.$provide#constant $provide.constant()}. + */ + constant: invokeLater('$provide', 'constant', 'unshift'), + + /** + * @ngdoc method + * @name angular.Module#decorator + * @module ng + * @param {string} name The name of the service to decorate. + * @param {Function} decorFn This function will be invoked when the service needs to be + * instantiated and should return the decorated service instance. + * @description + * See {@link auto.$provide#decorator $provide.decorator()}. + */ + decorator: invokeLaterAndSetModuleName('$provide', 'decorator', configBlocks), + + /** + * @ngdoc method + * @name angular.Module#animation + * @module ng + * @param {string} name animation name + * @param {Function} animationFactory Factory function for creating new instance of an + * animation. + * @description + * + * **NOTE**: animations take effect only if the **ngAnimate** module is loaded. + * + * + * Defines an animation hook that can be later used with + * {@link $animate $animate} service and directives that use this service. + * + * ```js + * module.animation('.animation-name', function($inject1, $inject2) { + * return { + * eventName : function(element, done) { + * //code to run the animation + * //once complete, then run done() + * return function cancellationFunction(element) { + * //code to cancel the animation + * } + * } + * } + * }) + * ``` + * + * See {@link ng.$animateProvider#register $animateProvider.register()} and + * {@link ngAnimate ngAnimate module} for more information. + */ + animation: invokeLaterAndSetModuleName('$animateProvider', 'register'), + + /** + * @ngdoc method + * @name angular.Module#filter + * @module ng + * @param {string} name Filter name - this must be a valid angular expression identifier + * @param {Function} filterFactory Factory function for creating new instance of filter. + * @description + * See {@link ng.$filterProvider#register $filterProvider.register()}. + * + *
    + * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. + * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace + * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores + * (`myapp_subsection_filterx`). + *
    + */ + filter: invokeLaterAndSetModuleName('$filterProvider', 'register'), + + /** + * @ngdoc method + * @name angular.Module#controller + * @module ng + * @param {string|Object} name Controller name, or an object map of controllers where the + * keys are the names and the values are the constructors. + * @param {Function} constructor Controller constructor function. + * @description + * See {@link ng.$controllerProvider#register $controllerProvider.register()}. + */ + controller: invokeLaterAndSetModuleName('$controllerProvider', 'register'), + + /** + * @ngdoc method + * @name angular.Module#directive + * @module ng + * @param {string|Object} name Directive name, or an object map of directives where the + * keys are the names and the values are the factories. + * @param {Function} directiveFactory Factory function for creating new instance of + * directives. + * @description + * See {@link ng.$compileProvider#directive $compileProvider.directive()}. + */ + directive: invokeLaterAndSetModuleName('$compileProvider', 'directive'), + + /** + * @ngdoc method + * @name angular.Module#component + * @module ng + * @param {string} name Name of the component in camel-case (i.e. myComp which will match as my-comp) + * @param {Object} options Component definition object (a simplified + * {@link ng.$compile#directive-definition-object directive definition object}) + * + * @description + * See {@link ng.$compileProvider#component $compileProvider.component()}. + */ + component: invokeLaterAndSetModuleName('$compileProvider', 'component'), + + /** + * @ngdoc method + * @name angular.Module#config + * @module ng + * @param {Function} configFn Execute this function on module load. Useful for service + * configuration. + * @description + * Use this method to register work which needs to be performed on module loading. + * For more about how to configure services, see + * {@link providers#provider-recipe Provider Recipe}. + */ + config: config, + + /** + * @ngdoc method + * @name angular.Module#run + * @module ng + * @param {Function} initializationFn Execute this function after injector creation. + * Useful for application initialization. + * @description + * Use this method to register work which should be performed when the injector is done + * loading all modules. + */ + run: function(block) { + runBlocks.push(block); + return this; } - return true; + }; + + if (configFn) { + config(configFn); } - } else if (isDate(o1)) { - if (!isDate(o2)) return false; - return simpleCompare(o1.getTime(), o2.getTime()); - } else if (isRegExp(o1)) { - if (!isRegExp(o2)) return false; - return o1.toString() === o2.toString(); - } else { - if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || isArray(o2) || isDate(o2) || isRegExp(o2)) return false; - keySet = createMap(); - for (key in o1) { - if (key.charAt(0) === '$' || isFunction(o1[key])) continue; - if (!equals(o1[key], o2[key])) return false; - keySet[key] = true; + + return moduleInstance; + + /** + * @param {string} provider + * @param {string} method + * @param {String=} insertMethod + * @returns {angular.Module} + */ + function invokeLater(provider, method, insertMethod, queue) { + if (!queue) queue = invokeQueue; + return function() { + queue[insertMethod || 'push']([provider, method, arguments]); + return moduleInstance; + }; } - for (key in o2) { - if (!(key in keySet) && key.charAt(0) !== '$' && isDefined(o2[key]) && !isFunction(o2[key])) return false; + + /** + * @param {string} provider + * @param {string} method + * @returns {angular.Module} + */ + function invokeLaterAndSetModuleName(provider, method, queue) { + if (!queue) queue = invokeQueue; + return function(recipeName, factoryFunction) { + if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name; + queue.push([provider, method, arguments]); + return moduleInstance; + }; } - return true; + }); + }; + }); + +} + +/* global shallowCopy: true */ + +/** + * Creates a shallow copy of an object, an array or a primitive. + * + * Assumes that there are no proto properties for objects. + */ +function shallowCopy(src, dst) { + if (isArray(src)) { + dst = dst || []; + + for (var i = 0, ii = src.length; i < ii; i++) { + dst[i] = src[i]; + } + } else if (isObject(src)) { + dst = dst || {}; + + for (var key in src) { + if (!(key.charAt(0) === '$' && key.charAt(1) === '$')) { + dst[key] = src[key]; } } - return false; } - var csp = function csp() { - if (!isDefined(csp.rules)) { + return dst || src; +} - var ngCspElement = window.document.querySelector('[ng-csp]') || window.document.querySelector('[data-ng-csp]'); +/* exported toDebugString */ - if (ngCspElement) { - var ngCspAttribute = ngCspElement.getAttribute('ng-csp') || ngCspElement.getAttribute('data-ng-csp'); - csp.rules = { - noUnsafeEval: !ngCspAttribute || ngCspAttribute.indexOf('no-unsafe-eval') !== -1, - noInlineStyle: !ngCspAttribute || ngCspAttribute.indexOf('no-inline-style') !== -1 - }; - } else { - csp.rules = { - noUnsafeEval: noUnsafeEval(), - noInlineStyle: false - }; - } - } +function serializeObject(obj, maxDepth) { + var seen = []; - return csp.rules; + // There is no direct way to stringify object until reaching a specific depth + // and a very deep object can cause a performance issue, so we copy the object + // based on this specific depth and then stringify it. + if (isValidObjectMaxDepth(maxDepth)) { + // This file is also included in `angular-loader`, so `copy()` might not always be available in + // the closure. Therefore, it is lazily retrieved as `angular.copy()` when needed. + obj = angular.copy(obj, null, maxDepth); + } + return JSON.stringify(obj, function(key, val) { + val = toJsonReplacer(key, val); + if (isObject(val)) { - function noUnsafeEval() { - try { - // eslint-disable-next-line no-new, no-new-func - new Function(''); - return false; - } catch (e) { - return true; - } + if (seen.indexOf(val) >= 0) return '...'; + + seen.push(val); } - }; + return val; + }); +} - /** - * @ngdoc directive - * @module ng - * @name ngJq - * - * @element ANY - * @param {string=} ngJq the name of the library available under `window` - * to be used for angular.element - * @description - * Use this directive to force the angular.element library. This should be - * used to force either jqLite by leaving ng-jq blank or setting the name of - * the jquery variable under window (eg. jQuery). - * - * Since angular looks for this directive when it is loaded (doesn't wait for the - * DOMContentLoaded event), it must be placed on an element that comes before the script - * which loads angular. Also, only the first instance of `ng-jq` will be used and all - * others ignored. - * - * @example - * This example shows how to force jqLite using the `ngJq` directive to the `html` tag. - ```html - - - ... - ... - - ``` - * @example - * This example shows how to use a jQuery based library of a different name. - * The library name must be available at the top most 'window'. - ```html - - - ... - ... - - ``` - */ - var jq = function jq() { - if (isDefined(jq.name_)) return jq.name_; - var el; - var i, - ii = ngAttrPrefixes.length, - prefix, - name; - for (i = 0; i < ii; ++i) { - prefix = ngAttrPrefixes[i]; - el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]'); - if (el) { - name = el.getAttribute(prefix + 'jq'); - break; - } +function toDebugString(obj, maxDepth) { + if (typeof obj === 'function') { + return obj.toString().replace(/ \{[\s\S]*$/, ''); + } else if (isUndefined(obj)) { + return 'undefined'; + } else if (typeof obj !== 'string') { + return serializeObject(obj, maxDepth); + } + return obj; +} + +/* global angularModule: true, + version: true, + + $CompileProvider, + + htmlAnchorDirective, + inputDirective, + inputDirective, + formDirective, + scriptDirective, + selectDirective, + optionDirective, + ngBindDirective, + ngBindHtmlDirective, + ngBindTemplateDirective, + ngClassDirective, + ngClassEvenDirective, + ngClassOddDirective, + ngCloakDirective, + ngControllerDirective, + ngFormDirective, + ngHideDirective, + ngIfDirective, + ngIncludeDirective, + ngIncludeFillContentDirective, + ngInitDirective, + ngNonBindableDirective, + ngPluralizeDirective, + ngRepeatDirective, + ngShowDirective, + ngStyleDirective, + ngSwitchDirective, + ngSwitchWhenDirective, + ngSwitchDefaultDirective, + ngOptionsDirective, + ngTranscludeDirective, + ngModelDirective, + ngListDirective, + ngChangeDirective, + patternDirective, + patternDirective, + requiredDirective, + requiredDirective, + minlengthDirective, + minlengthDirective, + maxlengthDirective, + maxlengthDirective, + ngValueDirective, + ngModelOptionsDirective, + ngAttributeAliasDirectives, + ngEventDirectives, + + $AnchorScrollProvider, + $AnimateProvider, + $CoreAnimateCssProvider, + $$CoreAnimateJsProvider, + $$CoreAnimateQueueProvider, + $$AnimateRunnerFactoryProvider, + $$AnimateAsyncRunFactoryProvider, + $BrowserProvider, + $CacheFactoryProvider, + $ControllerProvider, + $DateProvider, + $DocumentProvider, + $$IsDocumentHiddenProvider, + $ExceptionHandlerProvider, + $FilterProvider, + $$ForceReflowProvider, + $InterpolateProvider, + $IntervalProvider, + $HttpProvider, + $HttpParamSerializerProvider, + $HttpParamSerializerJQLikeProvider, + $HttpBackendProvider, + $xhrFactoryProvider, + $jsonpCallbacksProvider, + $LocationProvider, + $LogProvider, + $$MapProvider, + $ParseProvider, + $RootScopeProvider, + $QProvider, + $$QProvider, + $$SanitizeUriProvider, + $SceProvider, + $SceDelegateProvider, + $SnifferProvider, + $TemplateCacheProvider, + $TemplateRequestProvider, + $$TestabilityProvider, + $TimeoutProvider, + $$RAFProvider, + $WindowProvider, + $$jqLiteProvider, + $$CookieReaderProvider +*/ + + +/** + * @ngdoc object + * @name angular.version + * @module ng + * @description + * An object that contains information about the current AngularJS version. + * + * This object has the following properties: + * + * - `full` – `{string}` – Full version string, such as "0.9.18". + * - `major` – `{number}` – Major version number, such as "0". + * - `minor` – `{number}` – Minor version number, such as "9". + * - `dot` – `{number}` – Dot version number, such as "18". + * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat". + */ +var version = { + // These placeholder strings will be replaced by grunt's `build` task. + // They need to be double- or single-quoted. + full: '1.6.8', + major: 1, + minor: 6, + dot: 8, + codeName: 'beneficial-tincture' +}; + + +function publishExternalAPI(angular) { + extend(angular, { + 'errorHandlingConfig': errorHandlingConfig, + 'bootstrap': bootstrap, + 'copy': copy, + 'extend': extend, + 'merge': merge, + 'equals': equals, + 'element': jqLite, + 'forEach': forEach, + 'injector': createInjector, + 'noop': noop, + 'bind': bind, + 'toJson': toJson, + 'fromJson': fromJson, + 'identity': identity, + 'isUndefined': isUndefined, + 'isDefined': isDefined, + 'isString': isString, + 'isFunction': isFunction, + 'isObject': isObject, + 'isNumber': isNumber, + 'isElement': isElement, + 'isArray': isArray, + 'version': version, + 'isDate': isDate, + 'lowercase': lowercase, + 'uppercase': uppercase, + 'callbacks': {$$counter: 0}, + 'getTestability': getTestability, + 'reloadWithDebugInfo': reloadWithDebugInfo, + '$$minErr': minErr, + '$$csp': csp, + '$$encodeUriSegment': encodeUriSegment, + '$$encodeUriQuery': encodeUriQuery, + '$$stringify': stringify + }); + + angularModule = setupModuleLoader(window); + + angularModule('ng', ['ngLocale'], ['$provide', + function ngModule($provide) { + // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it. + $provide.provider({ + $$sanitizeUri: $$SanitizeUriProvider + }); + $provide.provider('$compile', $CompileProvider). + directive({ + a: htmlAnchorDirective, + input: inputDirective, + textarea: inputDirective, + form: formDirective, + script: scriptDirective, + select: selectDirective, + option: optionDirective, + ngBind: ngBindDirective, + ngBindHtml: ngBindHtmlDirective, + ngBindTemplate: ngBindTemplateDirective, + ngClass: ngClassDirective, + ngClassEven: ngClassEvenDirective, + ngClassOdd: ngClassOddDirective, + ngCloak: ngCloakDirective, + ngController: ngControllerDirective, + ngForm: ngFormDirective, + ngHide: ngHideDirective, + ngIf: ngIfDirective, + ngInclude: ngIncludeDirective, + ngInit: ngInitDirective, + ngNonBindable: ngNonBindableDirective, + ngPluralize: ngPluralizeDirective, + ngRepeat: ngRepeatDirective, + ngShow: ngShowDirective, + ngStyle: ngStyleDirective, + ngSwitch: ngSwitchDirective, + ngSwitchWhen: ngSwitchWhenDirective, + ngSwitchDefault: ngSwitchDefaultDirective, + ngOptions: ngOptionsDirective, + ngTransclude: ngTranscludeDirective, + ngModel: ngModelDirective, + ngList: ngListDirective, + ngChange: ngChangeDirective, + pattern: patternDirective, + ngPattern: patternDirective, + required: requiredDirective, + ngRequired: requiredDirective, + minlength: minlengthDirective, + ngMinlength: minlengthDirective, + maxlength: maxlengthDirective, + ngMaxlength: maxlengthDirective, + ngValue: ngValueDirective, + ngModelOptions: ngModelOptionsDirective + }). + directive({ + ngInclude: ngIncludeFillContentDirective + }). + directive(ngAttributeAliasDirectives). + directive(ngEventDirectives); + $provide.provider({ + $anchorScroll: $AnchorScrollProvider, + $animate: $AnimateProvider, + $animateCss: $CoreAnimateCssProvider, + $$animateJs: $$CoreAnimateJsProvider, + $$animateQueue: $$CoreAnimateQueueProvider, + $$AnimateRunner: $$AnimateRunnerFactoryProvider, + $$animateAsyncRun: $$AnimateAsyncRunFactoryProvider, + $browser: $BrowserProvider, + $cacheFactory: $CacheFactoryProvider, + $controller: $ControllerProvider, + $document: $DocumentProvider, + $$isDocumentHidden: $$IsDocumentHiddenProvider, + $exceptionHandler: $ExceptionHandlerProvider, + $filter: $FilterProvider, + $$forceReflow: $$ForceReflowProvider, + $interpolate: $InterpolateProvider, + $interval: $IntervalProvider, + $http: $HttpProvider, + $httpParamSerializer: $HttpParamSerializerProvider, + $httpParamSerializerJQLike: $HttpParamSerializerJQLikeProvider, + $httpBackend: $HttpBackendProvider, + $xhrFactory: $xhrFactoryProvider, + $jsonpCallbacks: $jsonpCallbacksProvider, + $location: $LocationProvider, + $log: $LogProvider, + $parse: $ParseProvider, + $rootScope: $RootScopeProvider, + $q: $QProvider, + $$q: $$QProvider, + $sce: $SceProvider, + $sceDelegate: $SceDelegateProvider, + $sniffer: $SnifferProvider, + $templateCache: $TemplateCacheProvider, + $templateRequest: $TemplateRequestProvider, + $$testability: $$TestabilityProvider, + $timeout: $TimeoutProvider, + $window: $WindowProvider, + $$rAF: $$RAFProvider, + $$jqLite: $$jqLiteProvider, + $$Map: $$MapProvider, + $$cookieReader: $$CookieReaderProvider + }); } + ]) + .info({ angularVersion: '1.6.8' }); +} + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/* global + JQLitePrototype: true, + BOOLEAN_ATTR: true, + ALIASED_ATTR: true +*/ - return jq.name_ = name; - }; +////////////////////////////////// +//JQLite +////////////////////////////////// - function concat(array1, array2, index) { - return array1.concat(slice.call(array2, index)); - } +/** + * @ngdoc function + * @name angular.element + * @module ng + * @kind function + * + * @description + * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element. + * + * If jQuery is available, `angular.element` is an alias for the + * [jQuery](http://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element` + * delegates to Angular's built-in subset of jQuery, called "jQuery lite" or **jqLite**. + * + * jqLite is a tiny, API-compatible subset of jQuery that allows + * Angular to manipulate the DOM in a cross-browser compatible way. jqLite implements only the most + * commonly needed functionality with the goal of having a very small footprint. + * + * To use `jQuery`, simply ensure it is loaded before the `angular.js` file. You can also use the + * {@link ngJq `ngJq`} directive to specify that jqlite should be used over jQuery, or to use a + * specific version of jQuery if multiple versions exist on the page. + * + *
    **Note:** All element references in Angular are always wrapped with jQuery or + * jqLite (such as the element argument in a directive's compile / link function). They are never raw DOM references.
    + * + *
    **Note:** Keep in mind that this function will not find elements + * by tag name / CSS selector. For lookups by tag name, try instead `angular.element(document).find(...)` + * or `$document.find()`, or use the standard DOM APIs, e.g. `document.querySelectorAll()`.
    + * + * ## Angular's jqLite + * jqLite provides only the following jQuery methods: + * + * - [`addClass()`](http://api.jquery.com/addClass/) - Does not support a function as first argument + * - [`after()`](http://api.jquery.com/after/) + * - [`append()`](http://api.jquery.com/append/) + * - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters + * - [`bind()`](http://api.jquery.com/bind/) (_deprecated_, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData + * - [`children()`](http://api.jquery.com/children/) - Does not support selectors + * - [`clone()`](http://api.jquery.com/clone/) + * - [`contents()`](http://api.jquery.com/contents/) + * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`. + * As a setter, does not convert numbers to strings or append 'px', and also does not have automatic property prefixing. + * - [`data()`](http://api.jquery.com/data/) + * - [`detach()`](http://api.jquery.com/detach/) + * - [`empty()`](http://api.jquery.com/empty/) + * - [`eq()`](http://api.jquery.com/eq/) + * - [`find()`](http://api.jquery.com/find/) - Limited to lookups by tag name + * - [`hasClass()`](http://api.jquery.com/hasClass/) + * - [`html()`](http://api.jquery.com/html/) + * - [`next()`](http://api.jquery.com/next/) - Does not support selectors + * - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData + * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces, selectors or event object as parameter + * - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors + * - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors + * - [`prepend()`](http://api.jquery.com/prepend/) + * - [`prop()`](http://api.jquery.com/prop/) + * - [`ready()`](http://api.jquery.com/ready/) (_deprecated_, use `angular.element(callback)` instead of `angular.element(document).ready(callback)`) + * - [`remove()`](http://api.jquery.com/remove/) + * - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes + * - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument + * - [`removeData()`](http://api.jquery.com/removeData/) + * - [`replaceWith()`](http://api.jquery.com/replaceWith/) + * - [`text()`](http://api.jquery.com/text/) + * - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument + * - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers + * - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter + * - [`val()`](http://api.jquery.com/val/) + * - [`wrap()`](http://api.jquery.com/wrap/) + * + * ## jQuery/jqLite Extras + * Angular also provides the following additional methods and events to both jQuery and jqLite: + * + * ### Events + * - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event + * on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM + * element before it is removed. + * + * ### Methods + * - `controller(name)` - retrieves the controller of the current element or its parent. By default + * retrieves controller associated with the `ngController` directive. If `name` is provided as + * camelCase directive name, then the controller for this directive will be retrieved (e.g. + * `'ngModel'`). + * - `injector()` - retrieves the injector of the current element or its parent. + * - `scope()` - retrieves the {@link ng.$rootScope.Scope scope} of the current + * element or its parent. Requires {@link guide/production#disabling-debug-data Debug Data} to + * be enabled. + * - `isolateScope()` - retrieves an isolate {@link ng.$rootScope.Scope scope} if one is attached directly to the + * current element. This getter should be used only on elements that contain a directive which starts a new isolate + * scope. Calling `scope()` on this element always returns the original non-isolate scope. + * Requires {@link guide/production#disabling-debug-data Debug Data} to be enabled. + * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top + * parent element is reached. + * + * @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See + * https://github.com/angular/angular.js/issues/14251 for more information. + * + * @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery. + * @returns {Object} jQuery object. + */ + +JQLite.expando = 'ng339'; + +var jqCache = JQLite.cache = {}, + jqId = 1; + +/* + * !!! This is an undocumented "private" function !!! + */ +JQLite._data = function(node) { + //jQuery always returns an object on cache miss + return this.cache[node[this.expando]] || {}; +}; + +function jqNextId() { return ++jqId; } + + +var DASH_LOWERCASE_REGEXP = /-([a-z])/g; +var MS_HACK_REGEXP = /^-ms-/; +var MOUSE_EVENT_MAP = { mouseleave: 'mouseout', mouseenter: 'mouseover' }; +var jqLiteMinErr = minErr('jqLite'); + +/** + * Converts kebab-case to camelCase. + * There is also a special case for the ms prefix starting with a lowercase letter. + * @param name Name to normalize + */ +function cssKebabToCamel(name) { + return kebabToCamel(name.replace(MS_HACK_REGEXP, 'ms-')); +} - function sliceArgs(args, startIndex) { - return slice.call(args, startIndex || 0); +function fnCamelCaseReplace(all, letter) { + return letter.toUpperCase(); +} + +/** + * Converts kebab-case to camelCase. + * @param name Name to normalize + */ +function kebabToCamel(name) { + return name + .replace(DASH_LOWERCASE_REGEXP, fnCamelCaseReplace); +} + +var SINGLE_TAG_REGEXP = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/; +var HTML_REGEXP = /<|&#?\w+;/; +var TAG_NAME_REGEXP = /<([\w:-]+)/; +var XHTML_TAG_REGEXP = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi; + +var wrapMap = { + 'option': [1, ''], + + 'thead': [1, '', '
    '], + 'col': [2, '', '
    '], + 'tr': [2, '', '
    '], + 'td': [3, '', '
    '], + '_default': [0, '', ''] +}; + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function jqLiteIsTextNode(html) { + return !HTML_REGEXP.test(html); +} + +function jqLiteAcceptsData(node) { + // The window object can accept data but has no nodeType + // Otherwise we are only interested in elements (1) and documents (9) + var nodeType = node.nodeType; + return nodeType === NODE_TYPE_ELEMENT || !nodeType || nodeType === NODE_TYPE_DOCUMENT; +} + +function jqLiteHasData(node) { + for (var key in jqCache[node.ng339]) { + return true; } + return false; +} - /** - * @ngdoc function - * @name angular.bind - * @module ng - * @kind function - * - * @description - * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for - * `fn`). You can supply optional `args` that are prebound to the function. This feature is also - * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as - * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). - * - * @param {Object} self Context which `fn` should be evaluated in. - * @param {function()} fn Function to be bound. - * @param {...*} args Optional arguments to be prebound to the `fn` function call. - * @returns {function()} Function that wraps the `fn` with all the specified bindings. - */ - function bind(self, fn) { - var curryArgs = arguments.length > 2 ? sliceArgs(arguments, 2) : []; - if (isFunction(fn) && !(fn instanceof RegExp)) { - return curryArgs.length ? function () { - return arguments.length ? fn.apply(self, concat(curryArgs, arguments, 0)) : fn.apply(self, curryArgs); - } : function () { - return arguments.length ? fn.apply(self, arguments) : fn.call(self); - }; - } else { - // In IE, native methods are not functions so they cannot be bound (note: they don't need to be). - return fn; +function jqLiteBuildFragment(html, context) { + var tmp, tag, wrap, + fragment = context.createDocumentFragment(), + nodes = [], i; + + if (jqLiteIsTextNode(html)) { + // Convert non-html into a text node + nodes.push(context.createTextNode(html)); + } else { + // Convert html into DOM nodes + tmp = fragment.appendChild(context.createElement('div')); + tag = (TAG_NAME_REGEXP.exec(html) || ['', ''])[1].toLowerCase(); + wrap = wrapMap[tag] || wrapMap._default; + tmp.innerHTML = wrap[1] + html.replace(XHTML_TAG_REGEXP, '<$1>') + wrap[2]; + + // Descend through wrappers to the right content + i = wrap[0]; + while (i--) { + tmp = tmp.lastChild; } + + nodes = concat(nodes, tmp.childNodes); + + tmp = fragment.firstChild; + tmp.textContent = ''; } - function toJsonReplacer(key, value) { - var val = value; + // Remove wrapper from fragment + fragment.textContent = ''; + fragment.innerHTML = ''; // Clear inner HTML + forEach(nodes, function(node) { + fragment.appendChild(node); + }); - if (typeof key === 'string' && key.charAt(0) === '$' && key.charAt(1) === '$') { - val = undefined; - } else if (isWindow(value)) { - val = '$WINDOW'; - } else if (value && window.document === value) { - val = '$DOCUMENT'; - } else if (isScope(value)) { - val = '$SCOPE'; - } + return fragment; +} - return val; - } +function jqLiteParseHTML(html, context) { + context = context || window.document; + var parsed; - /** - * @ngdoc function - * @name angular.toJson - * @module ng - * @kind function - * - * @description - * Serializes input into a JSON-formatted string. Properties with leading $$ characters will be - * stripped since angular uses this notation internally. - * - * @param {Object|Array|Date|string|number|boolean} obj Input to be serialized into JSON. - * @param {boolean|number} [pretty=2] If set to true, the JSON output will contain newlines and whitespace. - * If set to an integer, the JSON output will contain that many spaces per indentation. - * @returns {string|undefined} JSON-ified string representing `obj`. - * @knownIssue - * - * The Safari browser throws a `RangeError` instead of returning `null` when it tries to stringify a `Date` - * object with an invalid date value. The only reliable way to prevent this is to monkeypatch the - * `Date.prototype.toJSON` method as follows: - * - * ``` - * var _DatetoJSON = Date.prototype.toJSON; - * Date.prototype.toJSON = function() { - * try { - * return _DatetoJSON.call(this); - * } catch(e) { - * if (e instanceof RangeError) { - * return null; - * } - * throw e; - * } - * }; - * ``` - * - * See https://github.com/angular/angular.js/pull/14221 for more information. - */ - function toJson(obj, pretty) { - if (isUndefined(obj)) return undefined; - if (!isNumber(pretty)) { - pretty = pretty ? 2 : null; - } - return JSON.stringify(obj, toJsonReplacer, pretty); + if ((parsed = SINGLE_TAG_REGEXP.exec(html))) { + return [context.createElement(parsed[1])]; } - /** - * @ngdoc function - * @name angular.fromJson - * @module ng - * @kind function - * - * @description - * Deserializes a JSON string. - * - * @param {string} json JSON string to deserialize. - * @returns {Object|Array|string|number} Deserialized JSON string. - */ - function fromJson(json) { - return isString(json) ? JSON.parse(json) : json; + if ((parsed = jqLiteBuildFragment(html, context))) { + return parsed.childNodes; } - var ALL_COLONS = /:/g; - function timezoneToOffset(timezone, fallback) { - // Support: IE 9-11 only, Edge 13-15+ - // IE/Edge do not "understand" colon (`:`) in timezone - timezone = timezone.replace(ALL_COLONS, ''); - var requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000; - return isNumberNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset; - } + return []; +} - function addDateMinutes(date, minutes) { - date = new Date(date.getTime()); - date.setMinutes(date.getMinutes() + minutes); - return date; - } +function jqLiteWrapNode(node, wrapper) { + var parent = node.parentNode; - function convertTimezoneToLocal(date, timezone, reverse) { - reverse = reverse ? -1 : 1; - var dateTimezoneOffset = date.getTimezoneOffset(); - var timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); - return addDateMinutes(date, reverse * (timezoneOffset - dateTimezoneOffset)); + if (parent) { + parent.replaceChild(wrapper, node); } - /** - * @returns {string} Returns the string representation of the element. - */ - function startingTag(element) { - element = jqLite(element).clone().empty(); - var elemHtml = jqLite('
    ').append(element).html(); - try { - return element[0].nodeType === NODE_TYPE_TEXT ? lowercase(elemHtml) : elemHtml.match(/^(<[^>]+>)/)[1].replace(/^<([\w-]+)/, function (match, nodeName) { - return '<' + lowercase(nodeName); - }); - } catch (e) { - return lowercase(elemHtml); - } - } + wrapper.appendChild(node); +} - ///////////////////////////////////////////////// - /** - * Tries to decode the URI component without throwing an exception. - * - * @private - * @param str value potential URI component to check. - * @returns {boolean} True if `value` can be decoded - * with the decodeURIComponent function. - */ - function tryDecodeURIComponent(value) { - try { - return decodeURIComponent(value); - } catch (e) { - // Ignore any invalid uri component. - } - } +// IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. +var jqLiteContains = window.Node.prototype.contains || /** @this */ function(arg) { + // eslint-disable-next-line no-bitwise + return !!(this.compareDocumentPosition(arg) & 16); +}; - /** - * Parses an escaped url query string into key-value pairs. - * @returns {Object.} - */ - function parseKeyValue( /**string*/keyValue) { - var obj = {}; - forEach((keyValue || '').split('&'), function (keyValue) { - var splitPoint, key, val; - if (keyValue) { - key = keyValue = keyValue.replace(/\+/g, '%20'); - splitPoint = keyValue.indexOf('='); - if (splitPoint !== -1) { - key = keyValue.substring(0, splitPoint); - val = keyValue.substring(splitPoint + 1); - } - key = tryDecodeURIComponent(key); - if (isDefined(key)) { - val = isDefined(val) ? tryDecodeURIComponent(val) : true; - if (!hasOwnProperty.call(obj, key)) { - obj[key] = val; - } else if (isArray(obj[key])) { - obj[key].push(val); - } else { - obj[key] = [obj[key], val]; - } - } - } - }); - return obj; +///////////////////////////////////////////// +function JQLite(element) { + if (element instanceof JQLite) { + return element; } - function toKeyValue(obj) { - var parts = []; - forEach(obj, function (value, key) { - if (isArray(value)) { - forEach(value, function (arrayValue) { - parts.push(encodeUriQuery(key, true) + (arrayValue === true ? '' : '=' + encodeUriQuery(arrayValue, true))); - }); - } else { - parts.push(encodeUriQuery(key, true) + (value === true ? '' : '=' + encodeUriQuery(value, true))); - } - }); - return parts.length ? parts.join('&') : ''; - } + var argIsString; - /** - * We need our custom method because encodeURIComponent is too aggressive and doesn't follow - * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path - * segments: - * segment = *pchar - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * pct-encoded = "%" HEXDIG HEXDIG - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ - function encodeUriSegment(val) { - return encodeUriQuery(val, true).replace(/%26/gi, '&').replace(/%3D/gi, '=').replace(/%2B/gi, '+'); + if (isString(element)) { + element = trim(element); + argIsString = true; + } + if (!(this instanceof JQLite)) { + if (argIsString && element.charAt(0) !== '<') { + throw jqLiteMinErr('nosel', 'Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element'); + } + return new JQLite(element); } - /** - * This method is intended for encoding *key* or *value* parts of query component. We need a custom - * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be - * encoded per http://tools.ietf.org/html/rfc3986: - * query = *( pchar / "/" / "?" ) - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * pct-encoded = "%" HEXDIG HEXDIG - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ - function encodeUriQuery(val, pctEncodeSpaces) { - return encodeURIComponent(val).replace(/%40/gi, '@').replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%3B/gi, ';').replace(/%20/g, pctEncodeSpaces ? '%20' : '+'); + if (argIsString) { + jqLiteAddNodes(this, jqLiteParseHTML(element)); + } else if (isFunction(element)) { + jqLiteReady(element); + } else { + jqLiteAddNodes(this, element); } +} + +function jqLiteClone(element) { + return element.cloneNode(true); +} - var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-']; +function jqLiteDealoc(element, onlyDescendants) { + if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); - function getNgAttribute(element, ngAttr) { - var attr, - i, - ii = ngAttrPrefixes.length; - for (i = 0; i < ii; ++i) { - attr = ngAttrPrefixes[i] + ngAttr; - if (isString(attr = element.getAttribute(attr))) { - return attr; - } - } - return null; + if (element.querySelectorAll) { + jqLite.cleanData(element.querySelectorAll('*')); } +} - function allowAutoBootstrap(document) { - var script = document.currentScript; +function jqLiteOff(element, type, fn, unsupported) { + if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument'); - if (!script) { - // Support: IE 9-11 only - // IE does not have `document.currentScript` - return true; - } + var expandoStore = jqLiteExpandoStore(element); + var events = expandoStore && expandoStore.events; + var handle = expandoStore && expandoStore.handle; - // If the `currentScript` property has been clobbered just return false, since this indicates a probable attack - if (!(script instanceof window.HTMLScriptElement || script instanceof window.SVGScriptElement)) { - return false; - } + if (!handle) return; //no listeners registered - var attributes = script.attributes; - var srcs = [attributes.getNamedItem('src'), attributes.getNamedItem('href'), attributes.getNamedItem('xlink:href')]; + if (!type) { + for (type in events) { + if (type !== '$destroy') { + element.removeEventListener(type, handle); + } + delete events[type]; + } + } else { - return srcs.every(function (src) { - if (!src) { - return true; + var removeHandler = function(type) { + var listenerFns = events[type]; + if (isDefined(fn)) { + arrayRemove(listenerFns || [], fn); } - if (!src.value) { - return false; + if (!(isDefined(fn) && listenerFns && listenerFns.length > 0)) { + element.removeEventListener(type, handle); + delete events[type]; } + }; - var link = document.createElement('a'); - link.href = src.value; - - if (document.location.origin === link.origin) { - // Same-origin resources are always allowed, even for non-whitelisted schemes. - return true; - } - // Disabled bootstrapping unless angular.js was loaded from a known scheme used on the web. - // This is to prevent angular.js bundled with browser extensions from being used to bypass the - // content security policy in web pages and other browser extensions. - switch (link.protocol) { - case 'http:': - case 'https:': - case 'ftp:': - case 'blob:': - case 'file:': - case 'data:': - return true; - default: - return false; + forEach(type.split(' '), function(type) { + removeHandler(type); + if (MOUSE_EVENT_MAP[type]) { + removeHandler(MOUSE_EVENT_MAP[type]); } }); } +} - // Cached as it has to run during loading so that document.currentScript is available. - var isAutoBootstrapAllowed = allowAutoBootstrap(window.document); - - /** - * @ngdoc directive - * @name ngApp - * @module ng - * - * @element ANY - * @param {angular.Module} ngApp an optional application - * {@link angular.module module} name to load. - * @param {boolean=} ngStrictDi if this attribute is present on the app element, the injector will be - * created in "strict-di" mode. This means that the application will fail to invoke functions which - * do not use explicit function annotation (and are thus unsuitable for minification), as described - * in {@link guide/di the Dependency Injection guide}, and useful debugging info will assist in - * tracking down the root of these bugs. - * - * @description - * - * Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive - * designates the **root element** of the application and is typically placed near the root element - * of the page - e.g. on the `` or `` tags. - * - * There are a few things to keep in mind when using `ngApp`: - * - only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp` - * found in the document will be used to define the root element to auto-bootstrap as an - * application. To run multiple applications in an HTML document you must manually bootstrap them using - * {@link angular.bootstrap} instead. - * - AngularJS applications cannot be nested within each other. - * - Do not use a directive that uses {@link ng.$compile#transclusion transclusion} on the same element as `ngApp`. - * This includes directives such as {@link ng.ngIf `ngIf`}, {@link ng.ngInclude `ngInclude`} and - * {@link ngRoute.ngView `ngView`}. - * Doing this misplaces the app {@link ng.$rootElement `$rootElement`} and the app's {@link auto.$injector injector}, - * causing animations to stop working and making the injector inaccessible from outside the app. - * - * You can specify an **AngularJS module** to be used as the root module for the application. This - * module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It - * should contain the application code needed or have dependencies on other modules that will - * contain the code. See {@link angular.module} for more information. - * - * In the example below if the `ngApp` directive were not placed on the `html` element then the - * document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}` - * would not be resolved to `3`. - * - * @example - * - * ### Simple Usage - * - * `ngApp` is the easiest, and most common way to bootstrap an application. - * - - -
    - I can add: {{a}} + {{b}} = {{ a+b }} -
    -
    - - angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { - $scope.a = 1; - $scope.b = 2; - }); - -
    - * - * @example - * - * ### With `ngStrictDi` - * - * Using `ngStrictDi`, you would see something like this: - * - - -
    -
    - I can add: {{a}} + {{b}} = {{ a+b }} - -

    This renders because the controller does not fail to - instantiate, by using explicit annotation style (see - script.js for details) -

    -
    - -
    - Name:
    - Hello, {{name}}! - -

    This renders because the controller does not fail to - instantiate, by using explicit annotation style - (see script.js for details) -

    -
    - -
    - I can add: {{a}} + {{b}} = {{ a+b }} - -

    The controller could not be instantiated, due to relying - on automatic function annotations (which are disabled in - strict mode). As such, the content of this section is not - interpolated, and there should be an error in your web console. -

    -
    -
    -
    - - angular.module('ngAppStrictDemo', []) - // BadController will fail to instantiate, due to relying on automatic function annotation, - // rather than an explicit annotation - .controller('BadController', function($scope) { - $scope.a = 1; - $scope.b = 2; - }) - // Unlike BadController, GoodController1 and GoodController2 will not fail to be instantiated, - // due to using explicit annotations using the array style and $inject property, respectively. - .controller('GoodController1', ['$scope', function($scope) { - $scope.a = 1; - $scope.b = 2; - }]) - .controller('GoodController2', GoodController2); - function GoodController2($scope) { - $scope.name = 'World'; - } - GoodController2.$inject = ['$scope']; - - - div[ng-controller] { - margin-bottom: 1em; - -webkit-border-radius: 4px; - border-radius: 4px; - border: 1px solid; - padding: .5em; - } - div[ng-controller^=Good] { - border-color: #d6e9c6; - background-color: #dff0d8; - color: #3c763d; - } - div[ng-controller^=Bad] { - border-color: #ebccd1; - background-color: #f2dede; - color: #a94442; - margin-bottom: 0; - } - -
    - */ - function angularInit(element, bootstrap) { - var appElement, - module, - config = {}; - - // The element `element` has priority over any other element. - forEach(ngAttrPrefixes, function (prefix) { - var name = prefix + 'app'; +function jqLiteRemoveData(element, name) { + var expandoId = element.ng339; + var expandoStore = expandoId && jqCache[expandoId]; - if (!appElement && element.hasAttribute && element.hasAttribute(name)) { - appElement = element; - module = element.getAttribute(name); - } - }); - forEach(ngAttrPrefixes, function (prefix) { - var name = prefix + 'app'; - var candidate; + if (expandoStore) { + if (name) { + delete expandoStore.data[name]; + return; + } - if (!appElement && (candidate = element.querySelector('[' + name.replace(':', '\\:') + ']'))) { - appElement = candidate; - module = candidate.getAttribute(name); + if (expandoStore.handle) { + if (expandoStore.events.$destroy) { + expandoStore.handle({}, '$destroy'); } - }); - if (appElement) { - if (!isAutoBootstrapAllowed) { - window.console.error('Angular: disabling automatic bootstrap. - * - * - * - * ``` - * - * @param {DOMElement} element DOM element which is the root of angular application. - * @param {Array=} modules an array of modules to load into the application. - * Each item in the array should be the name of a predefined module or a (DI annotated) - * function that will be invoked by the injector as a `config` block. - * See: {@link angular.module modules} - * @param {Object=} config an object for defining configuration options for the application. The - * following keys are supported: - * - * * `strictDi` - disable automatic function annotation for the application. This is meant to - * assist in finding bugs which break minified code. Defaults to `false`. - * - * @returns {auto.$injector} Returns the newly created injector for this app. - */ - function bootstrap(element, modules, config) { - if (!isObject(config)) config = {}; - var defaultConfig = { - strictDi: false - }; - config = extend(defaultConfig, config); - var doBootstrap = function doBootstrap() { - element = jqLite(element); - if (element.injector()) { - var tag = element[0] === window.document ? 'document' : startingTag(element); - // Encode angle brackets to prevent input from being sanitized to empty string #8683. - throw ngMinErr('btstrpd', 'App already bootstrapped with this element \'{0}\'', tag.replace(//, '>')); - } +function jqLiteExpandoStore(element, createIfNecessary) { + var expandoId = element.ng339, + expandoStore = expandoId && jqCache[expandoId]; - modules = modules || []; - modules.unshift(['$provide', function ($provide) { - $provide.value('$rootElement', element); - }]); + if (createIfNecessary && !expandoStore) { + element.ng339 = expandoId = jqNextId(); + expandoStore = jqCache[expandoId] = {events: {}, data: {}, handle: undefined}; + } - if (config.debugInfoEnabled) { - // Pushing so that this overrides `debugInfoEnabled` setting defined in user's `modules`. - modules.push(['$compileProvider', function ($compileProvider) { - $compileProvider.debugInfoEnabled(true); - }]); - } + return expandoStore; +} - modules.unshift('ng'); - var injector = createInjector(modules, config.strictDi); - injector.invoke(['$rootScope', '$rootElement', '$compile', '$injector', function bootstrapApply(scope, element, compile, injector) { - scope.$apply(function () { - element.data('$injector', injector); - compile(element)(scope); - }); - }]); - return injector; - }; - var NG_ENABLE_DEBUG_INFO = /^NG_ENABLE_DEBUG_INFO!/; - var NG_DEFER_BOOTSTRAP = /^NG_DEFER_BOOTSTRAP!/; +function jqLiteData(element, key, value) { + if (jqLiteAcceptsData(element)) { + var prop; - if (window && NG_ENABLE_DEBUG_INFO.test(window.name)) { - config.debugInfoEnabled = true; - window.name = window.name.replace(NG_ENABLE_DEBUG_INFO, ''); - } + var isSimpleSetter = isDefined(value); + var isSimpleGetter = !isSimpleSetter && key && !isObject(key); + var massGetter = !key; + var expandoStore = jqLiteExpandoStore(element, !isSimpleGetter); + var data = expandoStore && expandoStore.data; - if (window && !NG_DEFER_BOOTSTRAP.test(window.name)) { - return doBootstrap(); + if (isSimpleSetter) { // data('key', value) + data[kebabToCamel(key)] = value; + } else { + if (massGetter) { // data() + return data; + } else { + if (isSimpleGetter) { // data('key') + // don't force creation of expandoStore if it doesn't exist yet + return data && data[kebabToCamel(key)]; + } else { // mass-setter: data({key1: val1, key2: val2}) + for (prop in key) { + data[kebabToCamel(prop)] = key[prop]; + } + } + } } + } +} - window.name = window.name.replace(NG_DEFER_BOOTSTRAP, ''); - angular.resumeBootstrap = function (extraModules) { - forEach(extraModules, function (module) { - modules.push(module); - }); - return doBootstrap(); - }; +function jqLiteHasClass(element, selector) { + if (!element.getAttribute) return false; + return ((' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' '). + indexOf(' ' + selector + ' ') > -1); +} - if (isFunction(angular.resumeDeferredBootstrap)) { - angular.resumeDeferredBootstrap(); - } - } +function jqLiteRemoveClass(element, cssClasses) { + if (cssClasses && element.setAttribute) { + var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ') + .replace(/[\n\t]/g, ' '); + var newClasses = existingClasses; - /** - * @ngdoc function - * @name angular.reloadWithDebugInfo - * @module ng - * @description - * Use this function to reload the current application with debug information turned on. - * This takes precedence over a call to `$compileProvider.debugInfoEnabled(false)`. - * - * See {@link ng.$compileProvider#debugInfoEnabled} for more. - */ - function reloadWithDebugInfo() { - window.name = 'NG_ENABLE_DEBUG_INFO!' + window.name; - window.location.reload(); - } + forEach(cssClasses.split(' '), function(cssClass) { + cssClass = trim(cssClass); + newClasses = newClasses.replace(' ' + cssClass + ' ', ' '); + }); - /** - * @name angular.getTestability - * @module ng - * @description - * Get the testability service for the instance of Angular on the given - * element. - * @param {DOMElement} element DOM element which is the root of angular application. - */ - function getTestability(rootElement) { - var injector = angular.element(rootElement).injector(); - if (!injector) { - throw ngMinErr('test', 'no injector found for element argument to getTestability'); + if (newClasses !== existingClasses) { + element.setAttribute('class', trim(newClasses)); } - return injector.get('$$testability'); } +} + +function jqLiteAddClass(element, cssClasses) { + if (cssClasses && element.setAttribute) { + var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ') + .replace(/[\n\t]/g, ' '); + var newClasses = existingClasses; - var SNAKE_CASE_REGEXP = /[A-Z]/g; - function snake_case(name, separator) { - separator = separator || '_'; - return name.replace(SNAKE_CASE_REGEXP, function (letter, pos) { - return (pos ? separator : '') + letter.toLowerCase(); + forEach(cssClasses.split(' '), function(cssClass) { + cssClass = trim(cssClass); + if (newClasses.indexOf(' ' + cssClass + ' ') === -1) { + newClasses += cssClass + ' '; + } }); + + if (newClasses !== existingClasses) { + element.setAttribute('class', trim(newClasses)); + } } +} - var bindJQueryFired = false; - function bindJQuery() { - var originalCleanData; - if (bindJQueryFired) { - return; - } +function jqLiteAddNodes(root, elements) { + // THIS CODE IS VERY HOT. Don't make changes without benchmarking. - // bind to jQuery if present; - var jqName = jq(); - jQuery = isUndefined(jqName) ? window.jQuery : // use jQuery (if present) - !jqName ? undefined : // use jqLite - window[jqName]; // use jQuery specified by `ngJq` - - // Use jQuery if it exists with proper functionality, otherwise default to us. - // Angular 1.2+ requires jQuery 1.7+ for on()/off() support. - // Angular 1.3+ technically requires at least jQuery 2.1+ but it may work with older - // versions. It will not work for sure with jQuery <1.7, though. - if (jQuery && jQuery.fn.on) { - jqLite = jQuery; - extend(jQuery.fn, { - scope: JQLitePrototype.scope, - isolateScope: JQLitePrototype.isolateScope, - controller: /** @type {?} */JQLitePrototype.controller, - injector: JQLitePrototype.injector, - inheritedData: JQLitePrototype.inheritedData - }); + if (elements) { + + // if a Node (the most common case) + if (elements.nodeType) { + root[root.length++] = elements; + } else { + var length = elements.length; - // All nodes removed from the DOM via various jQuery APIs like .remove() - // are passed through jQuery.cleanData. Monkey-patch this method to fire - // the $destroy event on all removed nodes. - originalCleanData = jQuery.cleanData; - jQuery.cleanData = function (elems) { - var events; - for (var i = 0, elem; (elem = elems[i]) != null; i++) { - events = jQuery._data(elem, 'events'); - if (events && events.$destroy) { - jQuery(elem).triggerHandler('$destroy'); + // if an Array or NodeList and not a Window + if (typeof length === 'number' && elements.window !== elements) { + if (length) { + for (var i = 0; i < length; i++) { + root[root.length++] = elements[i]; } } - originalCleanData(elems); - }; - } else { - jqLite = JQLite; + } else { + root[root.length++] = elements; + } } - - angular.element = jqLite; - - // Prevent double-proxying. - bindJQueryFired = true; } +} - /** - * throw error if the argument is falsy. - */ - function assertArg(arg, name, reason) { - if (!arg) { - throw ngMinErr('areq', 'Argument \'{0}\' is {1}', name || '?', reason || 'required'); - } - return arg; - } - function assertArgFn(arg, name, acceptArrayAnnotation) { - if (acceptArrayAnnotation && isArray(arg)) { - arg = arg[arg.length - 1]; - } +function jqLiteController(element, name) { + return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); +} - assertArg(isFunction(arg), name, 'not a function, got ' + (arg && (typeof arg === 'undefined' ? 'undefined' : _typeof(arg)) === 'object' ? arg.constructor.name || 'Object' : typeof arg === 'undefined' ? 'undefined' : _typeof(arg))); - return arg; +function jqLiteInheritedData(element, name, value) { + // if element is the document object work with the html element instead + // this makes $(document).scope() possible + if (element.nodeType === NODE_TYPE_DOCUMENT) { + element = element.documentElement; } + var names = isArray(name) ? name : [name]; - /** - * throw error if the name given is hasOwnProperty - * @param {String} name the name to test - * @param {String} context the context in which the name is used, such as module or directive - */ - function assertNotHasOwnProperty(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); + while (element) { + for (var i = 0, ii = names.length; i < ii; i++) { + if (isDefined(value = jqLite.data(element, names[i]))) return value; } - } - /** - * Return the value accessible from the object by path. Any undefined traversals are ignored - * @param {Object} obj starting object - * @param {String} path path to traverse - * @param {boolean} [bindFnToScope=true] - * @returns {Object} value as accessible by path - */ - //TODO(misko): this function needs to be removed - function getter(obj, path, bindFnToScope) { - if (!path) return obj; - var keys = path.split('.'); - var key; - var lastInstance = obj; - var len = keys.length; + // If dealing with a document fragment node with a host element, and no parent, use the host + // element as the parent. This enables directives within a Shadow DOM or polyfilled Shadow DOM + // to lookup parent controllers. + element = element.parentNode || (element.nodeType === NODE_TYPE_DOCUMENT_FRAGMENT && element.host); + } +} - for (var i = 0; i < len; i++) { - key = keys[i]; - if (obj) { - obj = (lastInstance = obj)[key]; - } - } - if (!bindFnToScope && isFunction(obj)) { - return bind(lastInstance, obj); - } - return obj; +function jqLiteEmpty(element) { + jqLiteDealoc(element, true); + while (element.firstChild) { + element.removeChild(element.firstChild); } +} - /** - * Return the DOM siblings between the first and last node in the given array. - * @param {Array} array like object - * @returns {Array} the inputted object or a jqLite collection containing the nodes - */ - function getBlockNodes(nodes) { - // TODO(perf): update `nodes` instead of creating a new object? - var node = nodes[0]; - var endNode = nodes[nodes.length - 1]; - var blockNodes; +function jqLiteRemove(element, keepData) { + if (!keepData) jqLiteDealoc(element); + var parent = element.parentNode; + if (parent) parent.removeChild(element); +} - for (var i = 1; node !== endNode && (node = node.nextSibling); i++) { - if (blockNodes || nodes[i] !== node) { - if (!blockNodes) { - blockNodes = jqLite(slice.call(nodes, 0, i)); - } - blockNodes.push(node); - } - } - return blockNodes || nodes; +function jqLiteDocumentLoaded(action, win) { + win = win || window; + if (win.document.readyState === 'complete') { + // Force the action to be run async for consistent behavior + // from the action's point of view + // i.e. it will definitely not be in a $apply + win.setTimeout(action); + } else { + // No need to unbind this handler as load is only ever called once + jqLite(win).on('load', action); } +} - /** - * Creates a new object without a prototype. This object is useful for lookup without having to - * guard against prototypically inherited properties via hasOwnProperty. - * - * Related micro-benchmarks: - * - http://jsperf.com/object-create2 - * - http://jsperf.com/proto-map-lookup/2 - * - http://jsperf.com/for-in-vs-object-keys2 - * - * @returns {Object} - */ - function createMap() { - return Object.create(null); +function jqLiteReady(fn) { + function trigger() { + window.document.removeEventListener('DOMContentLoaded', trigger); + window.removeEventListener('load', trigger); + fn(); } - function stringify(value) { - if (value == null) { - // null || undefined - return ''; - } - switch (typeof value === 'undefined' ? 'undefined' : _typeof(value)) { - case 'string': - break; - case 'number': - value = '' + value; - break; - default: - if (hasCustomToString(value) && !isArray(value) && !isDate(value)) { - value = value.toString(); - } else { - value = toJson(value); - } - } + // check if document is already loaded + if (window.document.readyState === 'complete') { + window.setTimeout(fn); + } else { + // We can not use jqLite since we are not done loading and jQuery could be loaded later. - return value; + // Works for modern browsers and IE9 + window.document.addEventListener('DOMContentLoaded', trigger); + + // Fallback to window.onload for others + window.addEventListener('load', trigger); } +} - var NODE_TYPE_ELEMENT = 1; - var NODE_TYPE_ATTRIBUTE = 2; - var NODE_TYPE_TEXT = 3; - var NODE_TYPE_COMMENT = 8; - var NODE_TYPE_DOCUMENT = 9; - var NODE_TYPE_DOCUMENT_FRAGMENT = 11; +////////////////////////////////////////// +// Functions which are declared directly. +////////////////////////////////////////// +var JQLitePrototype = JQLite.prototype = { + ready: jqLiteReady, + toString: function() { + var value = []; + forEach(this, function(e) { value.push('' + e);}); + return '[' + value.join(', ') + ']'; + }, - /** - * @ngdoc type - * @name angular.Module - * @module ng - * @description - * - * Interface for configuring angular {@link angular.module modules}. - */ + eq: function(index) { + return (index >= 0) ? jqLite(this[index]) : jqLite(this[this.length + index]); + }, - function setupModuleLoader(window) { + length: 0, + push: push, + sort: [].sort, + splice: [].splice +}; - var $injectorMinErr = minErr('$injector'); - var ngMinErr = minErr('ng'); +////////////////////////////////////////// +// Functions iterating getter/setters. +// these functions return self on setter and +// value on get. +////////////////////////////////////////// +var BOOLEAN_ATTR = {}; +forEach('multiple,selected,checked,disabled,readOnly,required,open'.split(','), function(value) { + BOOLEAN_ATTR[lowercase(value)] = value; +}); +var BOOLEAN_ELEMENTS = {}; +forEach('input,select,option,textarea,button,form,details'.split(','), function(value) { + BOOLEAN_ELEMENTS[value] = true; +}); +var ALIASED_ATTR = { + 'ngMinlength': 'minlength', + 'ngMaxlength': 'maxlength', + 'ngMin': 'min', + 'ngMax': 'max', + 'ngPattern': 'pattern', + 'ngStep': 'step' +}; - function ensure(obj, name, factory) { - return obj[name] || (obj[name] = factory()); - } +function getBooleanAttrName(element, name) { + // check dom last since we will most likely fail on name + var booleanAttr = BOOLEAN_ATTR[name.toLowerCase()]; - var angular = ensure(window, 'angular', Object); + // booleanAttr is here twice to minimize DOM access + return booleanAttr && BOOLEAN_ELEMENTS[nodeName_(element)] && booleanAttr; +} - // We need to expose `angular.$$minErr` to modules such as `ngResource` that reference it during bootstrap - angular.$$minErr = angular.$$minErr || minErr; +function getAliasedAttrName(name) { + return ALIASED_ATTR[name]; +} - return ensure(angular, 'module', function () { - /** @type {Object.} */ - var modules = {}; +forEach({ + data: jqLiteData, + removeData: jqLiteRemoveData, + hasData: jqLiteHasData, + cleanData: function jqLiteCleanData(nodes) { + for (var i = 0, ii = nodes.length; i < ii; i++) { + jqLiteRemoveData(nodes[i]); + } + } +}, function(fn, name) { + JQLite[name] = fn; +}); - /** - * @ngdoc function - * @name angular.module - * @module ng - * @description - * - * The `angular.module` is a global place for creating, registering and retrieving Angular - * modules. - * All modules (angular core or 3rd party) that should be available to an application must be - * registered using this mechanism. - * - * Passing one argument retrieves an existing {@link angular.Module}, - * whereas passing more than one argument creates a new {@link angular.Module} - * - * - * # Module - * - * A module is a collection of services, directives, controllers, filters, and configuration information. - * `angular.module` is used to configure the {@link auto.$injector $injector}. - * - * ```js - * // Create a new module - * var myModule = angular.module('myModule', []); - * - * // register a new service - * myModule.value('appName', 'MyCoolApp'); - * - * // configure existing services inside initialization blocks. - * myModule.config(['$locationProvider', function($locationProvider) { - * // Configure existing providers - * $locationProvider.hashPrefix('!'); - * }]); - * ``` - * - * Then you can create an injector and load your modules like this: - * - * ```js - * var injector = angular.injector(['ng', 'myModule']) - * ``` - * - * However it's more likely that you'll just use - * {@link ng.directive:ngApp ngApp} or - * {@link angular.bootstrap} to simplify this process for you. - * - * @param {!string} name The name of the module to create or retrieve. - * @param {!Array.=} requires If specified then new module is being created. If - * unspecified then the module is being retrieved for further configuration. - * @param {Function=} configFn Optional configuration function for the module. Same as - * {@link angular.Module#config Module#config()}. - * @returns {angular.Module} new module with the {@link angular.Module} api. - */ - return function module(name, requires, configFn) { +forEach({ + data: jqLiteData, + inheritedData: jqLiteInheritedData, - var _info = {}; + scope: function(element) { + // Can't use jqLiteData here directly so we stay compatible with jQuery! + return jqLite.data(element, '$scope') || jqLiteInheritedData(element.parentNode || element, ['$isolateScope', '$scope']); + }, - var assertNotHasOwnProperty = function assertNotHasOwnProperty(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); - } - }; + isolateScope: function(element) { + // Can't use jqLiteData here directly so we stay compatible with jQuery! + return jqLite.data(element, '$isolateScope') || jqLite.data(element, '$isolateScopeNoTemplate'); + }, - assertNotHasOwnProperty(name, 'module'); - if (requires && modules.hasOwnProperty(name)) { - modules[name] = null; - } - return ensure(modules, name, function () { - if (!requires) { - throw $injectorMinErr('nomod', 'Module \'{0}\' is not available! You either misspelled ' + 'the module name or forgot to load it. If registering a module ensure that you ' + 'specify the dependencies as the second argument.', name); - } + controller: jqLiteController, - /** @type {!Array.>} */ - var invokeQueue = []; - - /** @type {!Array.} */ - var configBlocks = []; - - /** @type {!Array.} */ - var runBlocks = []; - - var config = invokeLater('$injector', 'invoke', 'push', configBlocks); - - /** @type {angular.Module} */ - var moduleInstance = { - // Private state - _invokeQueue: invokeQueue, - _configBlocks: configBlocks, - _runBlocks: runBlocks, - - /** - * @ngdoc method - * @name angular.Module#info - * @module ng - * - * @param {Object=} info Information about the module - * @returns {Object|Module} The current info object for this module if called as a getter, - * or `this` if called as a setter. - * - * @description - * Read and write custom information about this module. - * For example you could put the version of the module in here. - * - * ```js - * angular.module('myModule', []).info({ version: '1.0.0' }); - * ``` - * - * The version could then be read back out by accessing the module elsewhere: - * - * ``` - * var version = angular.module('myModule').info().version; - * ``` - * - * You can also retrieve this information during runtime via the - * {@link $injector#modules `$injector.modules`} property: - * - * ```js - * var version = $injector.modules['myModule'].info().version; - * ``` - */ - info: function info(value) { - if (isDefined(value)) { - if (!isObject(value)) throw ngMinErr('aobj', 'Argument \'{0}\' must be an object', 'value'); - _info = value; - return this; - } - return _info; - }, + injector: function(element) { + return jqLiteInheritedData(element, '$injector'); + }, - /** - * @ngdoc property - * @name angular.Module#requires - * @module ng - * - * @description - * Holds the list of modules which the injector will load before the current module is - * loaded. - */ - requires: requires, - - /** - * @ngdoc property - * @name angular.Module#name - * @module ng - * - * @description - * Name of the module. - */ - name: name, - - /** - * @ngdoc method - * @name angular.Module#provider - * @module ng - * @param {string} name service name - * @param {Function} providerType Construction function for creating new instance of the - * service. - * @description - * See {@link auto.$provide#provider $provide.provider()}. - */ - provider: invokeLaterAndSetModuleName('$provide', 'provider'), - - /** - * @ngdoc method - * @name angular.Module#factory - * @module ng - * @param {string} name service name - * @param {Function} providerFunction Function for creating new instance of the service. - * @description - * See {@link auto.$provide#factory $provide.factory()}. - */ - factory: invokeLaterAndSetModuleName('$provide', 'factory'), - - /** - * @ngdoc method - * @name angular.Module#service - * @module ng - * @param {string} name service name - * @param {Function} constructor A constructor function that will be instantiated. - * @description - * See {@link auto.$provide#service $provide.service()}. - */ - service: invokeLaterAndSetModuleName('$provide', 'service'), - - /** - * @ngdoc method - * @name angular.Module#value - * @module ng - * @param {string} name service name - * @param {*} object Service instance object. - * @description - * See {@link auto.$provide#value $provide.value()}. - */ - value: invokeLater('$provide', 'value'), - - /** - * @ngdoc method - * @name angular.Module#constant - * @module ng - * @param {string} name constant name - * @param {*} object Constant value. - * @description - * Because the constants are fixed, they get applied before other provide methods. - * See {@link auto.$provide#constant $provide.constant()}. - */ - constant: invokeLater('$provide', 'constant', 'unshift'), - - /** - * @ngdoc method - * @name angular.Module#decorator - * @module ng - * @param {string} name The name of the service to decorate. - * @param {Function} decorFn This function will be invoked when the service needs to be - * instantiated and should return the decorated service instance. - * @description - * See {@link auto.$provide#decorator $provide.decorator()}. - */ - decorator: invokeLaterAndSetModuleName('$provide', 'decorator', configBlocks), - - /** - * @ngdoc method - * @name angular.Module#animation - * @module ng - * @param {string} name animation name - * @param {Function} animationFactory Factory function for creating new instance of an - * animation. - * @description - * - * **NOTE**: animations take effect only if the **ngAnimate** module is loaded. - * - * - * Defines an animation hook that can be later used with - * {@link $animate $animate} service and directives that use this service. - * - * ```js - * module.animation('.animation-name', function($inject1, $inject2) { - * return { - * eventName : function(element, done) { - * //code to run the animation - * //once complete, then run done() - * return function cancellationFunction(element) { - * //code to cancel the animation - * } - * } - * } - * }) - * ``` - * - * See {@link ng.$animateProvider#register $animateProvider.register()} and - * {@link ngAnimate ngAnimate module} for more information. - */ - animation: invokeLaterAndSetModuleName('$animateProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#filter - * @module ng - * @param {string} name Filter name - this must be a valid angular expression identifier - * @param {Function} filterFactory Factory function for creating new instance of filter. - * @description - * See {@link ng.$filterProvider#register $filterProvider.register()}. - * - *
    - * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. - * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace - * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores - * (`myapp_subsection_filterx`). - *
    - */ - filter: invokeLaterAndSetModuleName('$filterProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#controller - * @module ng - * @param {string|Object} name Controller name, or an object map of controllers where the - * keys are the names and the values are the constructors. - * @param {Function} constructor Controller constructor function. - * @description - * See {@link ng.$controllerProvider#register $controllerProvider.register()}. - */ - controller: invokeLaterAndSetModuleName('$controllerProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#directive - * @module ng - * @param {string|Object} name Directive name, or an object map of directives where the - * keys are the names and the values are the factories. - * @param {Function} directiveFactory Factory function for creating new instance of - * directives. - * @description - * See {@link ng.$compileProvider#directive $compileProvider.directive()}. - */ - directive: invokeLaterAndSetModuleName('$compileProvider', 'directive'), - - /** - * @ngdoc method - * @name angular.Module#component - * @module ng - * @param {string} name Name of the component in camel-case (i.e. myComp which will match as my-comp) - * @param {Object} options Component definition object (a simplified - * {@link ng.$compile#directive-definition-object directive definition object}) - * - * @description - * See {@link ng.$compileProvider#component $compileProvider.component()}. - */ - component: invokeLaterAndSetModuleName('$compileProvider', 'component'), - - /** - * @ngdoc method - * @name angular.Module#config - * @module ng - * @param {Function} configFn Execute this function on module load. Useful for service - * configuration. - * @description - * Use this method to register work which needs to be performed on module loading. - * For more about how to configure services, see - * {@link providers#provider-recipe Provider Recipe}. - */ - config: config, - - /** - * @ngdoc method - * @name angular.Module#run - * @module ng - * @param {Function} initializationFn Execute this function after injector creation. - * Useful for application initialization. - * @description - * Use this method to register work which should be performed when the injector is done - * loading all modules. - */ - run: function run(block) { - runBlocks.push(block); - return this; - } - }; + removeAttr: function(element, name) { + element.removeAttribute(name); + }, - if (configFn) { - config(configFn); - } + hasClass: jqLiteHasClass, - return moduleInstance; + css: function(element, name, value) { + name = cssKebabToCamel(name); - /** - * @param {string} provider - * @param {string} method - * @param {String=} insertMethod - * @returns {angular.Module} - */ - function invokeLater(provider, method, insertMethod, queue) { - if (!queue) queue = invokeQueue; - return function () { - queue[insertMethod || 'push']([provider, method, arguments]); - return moduleInstance; - }; - } + if (isDefined(value)) { + element.style[name] = value; + } else { + return element.style[name]; + } + }, - /** - * @param {string} provider - * @param {string} method - * @returns {angular.Module} - */ - function invokeLaterAndSetModuleName(provider, method, queue) { - if (!queue) queue = invokeQueue; - return function (recipeName, factoryFunction) { - if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name; - queue.push([provider, method, arguments]); - return moduleInstance; - }; - } - }); - }; - }); - } + attr: function(element, name, value) { + var ret; + var nodeType = element.nodeType; + if (nodeType === NODE_TYPE_TEXT || nodeType === NODE_TYPE_ATTRIBUTE || nodeType === NODE_TYPE_COMMENT || + !element.getAttribute) { + return; + } - /* global shallowCopy: true */ + var lowercasedName = lowercase(name); + var isBooleanAttr = BOOLEAN_ATTR[lowercasedName]; - /** - * Creates a shallow copy of an object, an array or a primitive. - * - * Assumes that there are no proto properties for objects. - */ - function shallowCopy(src, dst) { - if (isArray(src)) { - dst = dst || []; + if (isDefined(value)) { + // setter - for (var i = 0, ii = src.length; i < ii; i++) { - dst[i] = src[i]; + if (value === null || (value === false && isBooleanAttr)) { + element.removeAttribute(name); + } else { + element.setAttribute(name, isBooleanAttr ? lowercasedName : value); } - } else if (isObject(src)) { - dst = dst || {}; + } else { + // getter - for (var key in src) { - if (!(key.charAt(0) === '$' && key.charAt(1) === '$')) { - dst[key] = src[key]; - } + ret = element.getAttribute(name); + + if (isBooleanAttr && ret !== null) { + ret = lowercasedName; } + // Normalize non-existing attributes to undefined (as jQuery). + return ret === null ? undefined : ret; } + }, - return dst || src; - } - - /* exported toDebugString */ - - function serializeObject(obj, maxDepth) { - var seen = []; - - // There is no direct way to stringify object until reaching a specific depth - // and a very deep object can cause a performance issue, so we copy the object - // based on this specific depth and then stringify it. - if (isValidObjectMaxDepth(maxDepth)) { - // This file is also included in `angular-loader`, so `copy()` might not always be available in - // the closure. Therefore, it is lazily retrieved as `angular.copy()` when needed. - obj = angular.copy(obj, null, maxDepth); + prop: function(element, name, value) { + if (isDefined(value)) { + element[name] = value; + } else { + return element[name]; } - return JSON.stringify(obj, function (key, val) { - val = toJsonReplacer(key, val); - if (isObject(val)) { + }, - if (seen.indexOf(val) >= 0) return '...'; + text: (function() { + getText.$dv = ''; + return getText; - seen.push(val); + function getText(element, value) { + if (isUndefined(value)) { + var nodeType = element.nodeType; + return (nodeType === NODE_TYPE_ELEMENT || nodeType === NODE_TYPE_TEXT) ? element.textContent : ''; } - return val; - }); - } + element.textContent = value; + } + })(), - function toDebugString(obj, maxDepth) { - if (typeof obj === 'function') { - return obj.toString().replace(/ \{[\s\S]*$/, ''); - } else if (isUndefined(obj)) { - return 'undefined'; - } else if (typeof obj !== 'string') { - return serializeObject(obj, maxDepth); + val: function(element, value) { + if (isUndefined(value)) { + if (element.multiple && nodeName_(element) === 'select') { + var result = []; + forEach(element.options, function(option) { + if (option.selected) { + result.push(option.value || option.text); + } + }); + return result; + } + return element.value; } - return obj; - } + element.value = value; + }, - /* global angularModule: true, - version: true, - - $CompileProvider, - - htmlAnchorDirective, - inputDirective, - inputDirective, - formDirective, - scriptDirective, - selectDirective, - optionDirective, - ngBindDirective, - ngBindHtmlDirective, - ngBindTemplateDirective, - ngClassDirective, - ngClassEvenDirective, - ngClassOddDirective, - ngCloakDirective, - ngControllerDirective, - ngFormDirective, - ngHideDirective, - ngIfDirective, - ngIncludeDirective, - ngIncludeFillContentDirective, - ngInitDirective, - ngNonBindableDirective, - ngPluralizeDirective, - ngRepeatDirective, - ngShowDirective, - ngStyleDirective, - ngSwitchDirective, - ngSwitchWhenDirective, - ngSwitchDefaultDirective, - ngOptionsDirective, - ngTranscludeDirective, - ngModelDirective, - ngListDirective, - ngChangeDirective, - patternDirective, - patternDirective, - requiredDirective, - requiredDirective, - minlengthDirective, - minlengthDirective, - maxlengthDirective, - maxlengthDirective, - ngValueDirective, - ngModelOptionsDirective, - ngAttributeAliasDirectives, - ngEventDirectives, - - $AnchorScrollProvider, - $AnimateProvider, - $CoreAnimateCssProvider, - $$CoreAnimateJsProvider, - $$CoreAnimateQueueProvider, - $$AnimateRunnerFactoryProvider, - $$AnimateAsyncRunFactoryProvider, - $BrowserProvider, - $CacheFactoryProvider, - $ControllerProvider, - $DateProvider, - $DocumentProvider, - $$IsDocumentHiddenProvider, - $ExceptionHandlerProvider, - $FilterProvider, - $$ForceReflowProvider, - $InterpolateProvider, - $IntervalProvider, - $HttpProvider, - $HttpParamSerializerProvider, - $HttpParamSerializerJQLikeProvider, - $HttpBackendProvider, - $xhrFactoryProvider, - $jsonpCallbacksProvider, - $LocationProvider, - $LogProvider, - $$MapProvider, - $ParseProvider, - $RootScopeProvider, - $QProvider, - $$QProvider, - $$SanitizeUriProvider, - $SceProvider, - $SceDelegateProvider, - $SnifferProvider, - $TemplateCacheProvider, - $TemplateRequestProvider, - $$TestabilityProvider, - $TimeoutProvider, - $$RAFProvider, - $WindowProvider, - $$jqLiteProvider, - $$CookieReaderProvider - */ + html: function(element, value) { + if (isUndefined(value)) { + return element.innerHTML; + } + jqLiteDealoc(element, true); + element.innerHTML = value; + }, + empty: jqLiteEmpty +}, function(fn, name) { /** - * @ngdoc object - * @name angular.version - * @module ng - * @description - * An object that contains information about the current AngularJS version. - * - * This object has the following properties: - * - * - `full` – `{string}` – Full version string, such as "0.9.18". - * - `major` – `{number}` – Major version number, such as "0". - * - `minor` – `{number}` – Minor version number, such as "9". - * - `dot` – `{number}` – Dot version number, such as "18". - * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat". + * Properties: writes return selection, reads return first value */ - var version = { - // These placeholder strings will be replaced by grunt's `build` task. - // They need to be double- or single-quoted. - full: '1.6.8', - major: 1, - minor: 6, - dot: 8, - codeName: 'beneficial-tincture' - }; - - function publishExternalAPI(angular) { - extend(angular, { - 'errorHandlingConfig': errorHandlingConfig, - 'bootstrap': bootstrap, - 'copy': copy, - 'extend': extend, - 'merge': merge, - 'equals': equals, - 'element': jqLite, - 'forEach': forEach, - 'injector': createInjector, - 'noop': noop, - 'bind': bind, - 'toJson': toJson, - 'fromJson': fromJson, - 'identity': identity, - 'isUndefined': isUndefined, - 'isDefined': isDefined, - 'isString': isString, - 'isFunction': isFunction, - 'isObject': isObject, - 'isNumber': isNumber, - 'isElement': isElement, - 'isArray': isArray, - 'version': version, - 'isDate': isDate, - 'lowercase': lowercase, - 'uppercase': uppercase, - 'callbacks': { $$counter: 0 }, - 'getTestability': getTestability, - 'reloadWithDebugInfo': reloadWithDebugInfo, - '$$minErr': minErr, - '$$csp': csp, - '$$encodeUriSegment': encodeUriSegment, - '$$encodeUriQuery': encodeUriQuery, - '$$stringify': stringify - }); + JQLite.prototype[name] = function(arg1, arg2) { + var i, key; + var nodeCount = this.length; + + // jqLiteHasClass has only two arguments, but is a getter-only fn, so we need to special-case it + // in a way that survives minification. + // jqLiteEmpty takes no arguments but is a setter. + if (fn !== jqLiteEmpty && + (isUndefined((fn.length === 2 && (fn !== jqLiteHasClass && fn !== jqLiteController)) ? arg1 : arg2))) { + if (isObject(arg1)) { + + // we are a write, but the object properties are the key/values + for (i = 0; i < nodeCount; i++) { + if (fn === jqLiteData) { + // data() takes the whole object in jQuery + fn(this[i], arg1); + } else { + for (key in arg1) { + fn(this[i], key, arg1[key]); + } + } + } + // return self for chaining + return this; + } else { + // we are a read, so read the first child. + // TODO: do we still need this? + var value = fn.$dv; + // Only if we have $dv do we iterate over all, otherwise it is just the first element. + var jj = (isUndefined(value)) ? Math.min(nodeCount, 1) : nodeCount; + for (var j = 0; j < jj; j++) { + var nodeValue = fn(this[j], arg1, arg2); + value = value ? value + nodeValue : nodeValue; + } + return value; + } + } else { + // we are a write, so apply to all children + for (i = 0; i < nodeCount; i++) { + fn(this[i], arg1, arg2); + } + // return self for chaining + return this; + } + }; +}); - angularModule = setupModuleLoader(window); +function createEventHandler(element, events) { + var eventHandler = function(event, type) { + // jQuery specific api + event.isDefaultPrevented = function() { + return event.defaultPrevented; + }; - angularModule('ng', ['ngLocale'], ['$provide', function ngModule($provide) { - // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it. - $provide.provider({ - $$sanitizeUri: $$SanitizeUriProvider - }); - $provide.provider('$compile', $CompileProvider).directive({ - a: htmlAnchorDirective, - input: inputDirective, - textarea: inputDirective, - form: formDirective, - script: scriptDirective, - select: selectDirective, - option: optionDirective, - ngBind: ngBindDirective, - ngBindHtml: ngBindHtmlDirective, - ngBindTemplate: ngBindTemplateDirective, - ngClass: ngClassDirective, - ngClassEven: ngClassEvenDirective, - ngClassOdd: ngClassOddDirective, - ngCloak: ngCloakDirective, - ngController: ngControllerDirective, - ngForm: ngFormDirective, - ngHide: ngHideDirective, - ngIf: ngIfDirective, - ngInclude: ngIncludeDirective, - ngInit: ngInitDirective, - ngNonBindable: ngNonBindableDirective, - ngPluralize: ngPluralizeDirective, - ngRepeat: ngRepeatDirective, - ngShow: ngShowDirective, - ngStyle: ngStyleDirective, - ngSwitch: ngSwitchDirective, - ngSwitchWhen: ngSwitchWhenDirective, - ngSwitchDefault: ngSwitchDefaultDirective, - ngOptions: ngOptionsDirective, - ngTransclude: ngTranscludeDirective, - ngModel: ngModelDirective, - ngList: ngListDirective, - ngChange: ngChangeDirective, - pattern: patternDirective, - ngPattern: patternDirective, - required: requiredDirective, - ngRequired: requiredDirective, - minlength: minlengthDirective, - ngMinlength: minlengthDirective, - maxlength: maxlengthDirective, - ngMaxlength: maxlengthDirective, - ngValue: ngValueDirective, - ngModelOptions: ngModelOptionsDirective - }).directive({ - ngInclude: ngIncludeFillContentDirective - }).directive(ngAttributeAliasDirectives).directive(ngEventDirectives); - $provide.provider({ - $anchorScroll: $AnchorScrollProvider, - $animate: $AnimateProvider, - $animateCss: $CoreAnimateCssProvider, - $$animateJs: $$CoreAnimateJsProvider, - $$animateQueue: $$CoreAnimateQueueProvider, - $$AnimateRunner: $$AnimateRunnerFactoryProvider, - $$animateAsyncRun: $$AnimateAsyncRunFactoryProvider, - $browser: $BrowserProvider, - $cacheFactory: $CacheFactoryProvider, - $controller: $ControllerProvider, - $document: $DocumentProvider, - $$isDocumentHidden: $$IsDocumentHiddenProvider, - $exceptionHandler: $ExceptionHandlerProvider, - $filter: $FilterProvider, - $$forceReflow: $$ForceReflowProvider, - $interpolate: $InterpolateProvider, - $interval: $IntervalProvider, - $http: $HttpProvider, - $httpParamSerializer: $HttpParamSerializerProvider, - $httpParamSerializerJQLike: $HttpParamSerializerJQLikeProvider, - $httpBackend: $HttpBackendProvider, - $xhrFactory: $xhrFactoryProvider, - $jsonpCallbacks: $jsonpCallbacksProvider, - $location: $LocationProvider, - $log: $LogProvider, - $parse: $ParseProvider, - $rootScope: $RootScopeProvider, - $q: $QProvider, - $$q: $$QProvider, - $sce: $SceProvider, - $sceDelegate: $SceDelegateProvider, - $sniffer: $SnifferProvider, - $templateCache: $TemplateCacheProvider, - $templateRequest: $TemplateRequestProvider, - $$testability: $$TestabilityProvider, - $timeout: $TimeoutProvider, - $window: $WindowProvider, - $$rAF: $$RAFProvider, - $$jqLite: $$jqLiteProvider, - $$Map: $$MapProvider, - $$cookieReader: $$CookieReaderProvider - }); - }]).info({ angularVersion: '1.6.8' }); - } + var eventFns = events[type || event.type]; + var eventFnsLength = eventFns ? eventFns.length : 0; - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + if (!eventFnsLength) return; - /* global - JQLitePrototype: true, - BOOLEAN_ATTR: true, - ALIASED_ATTR: true - */ + if (isUndefined(event.immediatePropagationStopped)) { + var originalStopImmediatePropagation = event.stopImmediatePropagation; + event.stopImmediatePropagation = function() { + event.immediatePropagationStopped = true; - ////////////////////////////////// - //JQLite - ////////////////////////////////// + if (event.stopPropagation) { + event.stopPropagation(); + } - /** - * @ngdoc function - * @name angular.element - * @module ng - * @kind function - * - * @description - * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element. - * - * If jQuery is available, `angular.element` is an alias for the - * [jQuery](http://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element` - * delegates to Angular's built-in subset of jQuery, called "jQuery lite" or **jqLite**. - * - * jqLite is a tiny, API-compatible subset of jQuery that allows - * Angular to manipulate the DOM in a cross-browser compatible way. jqLite implements only the most - * commonly needed functionality with the goal of having a very small footprint. - * - * To use `jQuery`, simply ensure it is loaded before the `angular.js` file. You can also use the - * {@link ngJq `ngJq`} directive to specify that jqlite should be used over jQuery, or to use a - * specific version of jQuery if multiple versions exist on the page. - * - *
    **Note:** All element references in Angular are always wrapped with jQuery or - * jqLite (such as the element argument in a directive's compile / link function). They are never raw DOM references.
    - * - *
    **Note:** Keep in mind that this function will not find elements - * by tag name / CSS selector. For lookups by tag name, try instead `angular.element(document).find(...)` - * or `$document.find()`, or use the standard DOM APIs, e.g. `document.querySelectorAll()`.
    - * - * ## Angular's jqLite - * jqLite provides only the following jQuery methods: - * - * - [`addClass()`](http://api.jquery.com/addClass/) - Does not support a function as first argument - * - [`after()`](http://api.jquery.com/after/) - * - [`append()`](http://api.jquery.com/append/) - * - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters - * - [`bind()`](http://api.jquery.com/bind/) (_deprecated_, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData - * - [`children()`](http://api.jquery.com/children/) - Does not support selectors - * - [`clone()`](http://api.jquery.com/clone/) - * - [`contents()`](http://api.jquery.com/contents/) - * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`. - * As a setter, does not convert numbers to strings or append 'px', and also does not have automatic property prefixing. - * - [`data()`](http://api.jquery.com/data/) - * - [`detach()`](http://api.jquery.com/detach/) - * - [`empty()`](http://api.jquery.com/empty/) - * - [`eq()`](http://api.jquery.com/eq/) - * - [`find()`](http://api.jquery.com/find/) - Limited to lookups by tag name - * - [`hasClass()`](http://api.jquery.com/hasClass/) - * - [`html()`](http://api.jquery.com/html/) - * - [`next()`](http://api.jquery.com/next/) - Does not support selectors - * - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData - * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces, selectors or event object as parameter - * - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors - * - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors - * - [`prepend()`](http://api.jquery.com/prepend/) - * - [`prop()`](http://api.jquery.com/prop/) - * - [`ready()`](http://api.jquery.com/ready/) (_deprecated_, use `angular.element(callback)` instead of `angular.element(document).ready(callback)`) - * - [`remove()`](http://api.jquery.com/remove/) - * - [`removeAttr()`](http://api.jquery.com/removeAttr/) - Does not support multiple attributes - * - [`removeClass()`](http://api.jquery.com/removeClass/) - Does not support a function as first argument - * - [`removeData()`](http://api.jquery.com/removeData/) - * - [`replaceWith()`](http://api.jquery.com/replaceWith/) - * - [`text()`](http://api.jquery.com/text/) - * - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument - * - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers - * - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter - * - [`val()`](http://api.jquery.com/val/) - * - [`wrap()`](http://api.jquery.com/wrap/) - * - * ## jQuery/jqLite Extras - * Angular also provides the following additional methods and events to both jQuery and jqLite: - * - * ### Events - * - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event - * on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM - * element before it is removed. - * - * ### Methods - * - `controller(name)` - retrieves the controller of the current element or its parent. By default - * retrieves controller associated with the `ngController` directive. If `name` is provided as - * camelCase directive name, then the controller for this directive will be retrieved (e.g. - * `'ngModel'`). - * - `injector()` - retrieves the injector of the current element or its parent. - * - `scope()` - retrieves the {@link ng.$rootScope.Scope scope} of the current - * element or its parent. Requires {@link guide/production#disabling-debug-data Debug Data} to - * be enabled. - * - `isolateScope()` - retrieves an isolate {@link ng.$rootScope.Scope scope} if one is attached directly to the - * current element. This getter should be used only on elements that contain a directive which starts a new isolate - * scope. Calling `scope()` on this element always returns the original non-isolate scope. - * Requires {@link guide/production#disabling-debug-data Debug Data} to be enabled. - * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top - * parent element is reached. - * - * @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See - * https://github.com/angular/angular.js/issues/14251 for more information. - * - * @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery. - * @returns {Object} jQuery object. - */ + if (originalStopImmediatePropagation) { + originalStopImmediatePropagation.call(event); + } + }; + } - JQLite.expando = 'ng339'; + event.isImmediatePropagationStopped = function() { + return event.immediatePropagationStopped === true; + }; - var jqCache = JQLite.cache = {}, - jqId = 1; + // Some events have special handlers that wrap the real handler + var handlerWrapper = eventFns.specialHandlerWrapper || defaultHandlerWrapper; - /* - * !!! This is an undocumented "private" function !!! - */ - JQLite._data = function (node) { - //jQuery always returns an object on cache miss - return this.cache[node[this.expando]] || {}; + // Copy event handlers in case event handlers array is modified during execution. + if ((eventFnsLength > 1)) { + eventFns = shallowCopy(eventFns); + } + + for (var i = 0; i < eventFnsLength; i++) { + if (!event.isImmediatePropagationStopped()) { + handlerWrapper(element, event, eventFns[i]); + } + } }; - function jqNextId() { - return ++jqId; - } + // TODO: this is a hack for angularMocks/clearDataCache that makes it possible to deregister all + // events on `element` + eventHandler.elem = element; + return eventHandler; +} - var DASH_LOWERCASE_REGEXP = /-([a-z])/g; - var MS_HACK_REGEXP = /^-ms-/; - var MOUSE_EVENT_MAP = { mouseleave: 'mouseout', mouseenter: 'mouseover' }; - var jqLiteMinErr = minErr('jqLite'); +function defaultHandlerWrapper(element, event, handler) { + handler.call(element, event); +} - /** - * Converts kebab-case to camelCase. - * There is also a special case for the ms prefix starting with a lowercase letter. - * @param name Name to normalize - */ - function cssKebabToCamel(name) { - return kebabToCamel(name.replace(MS_HACK_REGEXP, 'ms-')); +function specialMouseHandlerWrapper(target, event, handler) { + // Refer to jQuery's implementation of mouseenter & mouseleave + // Read about mouseenter and mouseleave: + // http://www.quirksmode.org/js/events_mouse.html#link8 + var related = event.relatedTarget; + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if (!related || (related !== target && !jqLiteContains.call(target, related))) { + handler.call(target, event); } +} - function fnCamelCaseReplace(all, letter) { - return letter.toUpperCase(); - } +////////////////////////////////////////// +// Functions iterating traversal. +// These functions chain results into a single +// selector. +////////////////////////////////////////// +forEach({ + removeData: jqLiteRemoveData, - /** - * Converts kebab-case to camelCase. - * @param name Name to normalize - */ - function kebabToCamel(name) { - return name.replace(DASH_LOWERCASE_REGEXP, fnCamelCaseReplace); - } + on: function jqLiteOn(element, type, fn, unsupported) { + if (isDefined(unsupported)) throw jqLiteMinErr('onargs', 'jqLite#on() does not support the `selector` or `eventData` parameters'); - var SINGLE_TAG_REGEXP = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/; - var HTML_REGEXP = /<|&#?\w+;/; - var TAG_NAME_REGEXP = /<([\w:-]+)/; - var XHTML_TAG_REGEXP = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi; + // Do not add event handlers to non-elements because they will not be cleaned up. + if (!jqLiteAcceptsData(element)) { + return; + } - var wrapMap = { - 'option': [1, ''], + var expandoStore = jqLiteExpandoStore(element, true); + var events = expandoStore.events; + var handle = expandoStore.handle; - 'thead': [1, '', '
    '], - 'col': [2, '', '
    '], - 'tr': [2, '', '
    '], - 'td': [3, '', '
    '], - '_default': [0, '', ''] - }; + if (!handle) { + handle = expandoStore.handle = createEventHandler(element, events); + } - wrapMap.optgroup = wrapMap.option; - wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; - wrapMap.th = wrapMap.td; + // http://jsperf.com/string-indexof-vs-split + var types = type.indexOf(' ') >= 0 ? type.split(' ') : [type]; + var i = types.length; - function jqLiteIsTextNode(html) { - return !HTML_REGEXP.test(html); - } + var addHandler = function(type, specialHandlerWrapper, noEventListener) { + var eventFns = events[type]; - function jqLiteAcceptsData(node) { - // The window object can accept data but has no nodeType - // Otherwise we are only interested in elements (1) and documents (9) - var nodeType = node.nodeType; - return nodeType === NODE_TYPE_ELEMENT || !nodeType || nodeType === NODE_TYPE_DOCUMENT; - } + if (!eventFns) { + eventFns = events[type] = []; + eventFns.specialHandlerWrapper = specialHandlerWrapper; + if (type !== '$destroy' && !noEventListener) { + element.addEventListener(type, handle); + } + } - function jqLiteHasData(node) { - for (var key in jqCache[node.ng339]) { - return true; + eventFns.push(fn); + }; + + while (i--) { + type = types[i]; + if (MOUSE_EVENT_MAP[type]) { + addHandler(MOUSE_EVENT_MAP[type], specialMouseHandlerWrapper); + addHandler(type, undefined, true); + } else { + addHandler(type); + } } - return false; - } + }, - function jqLiteBuildFragment(html, context) { - var tmp, - tag, - wrap, - fragment = context.createDocumentFragment(), - nodes = [], - i; + off: jqLiteOff, - if (jqLiteIsTextNode(html)) { - // Convert non-html into a text node - nodes.push(context.createTextNode(html)); - } else { - // Convert html into DOM nodes - tmp = fragment.appendChild(context.createElement('div')); - tag = (TAG_NAME_REGEXP.exec(html) || ['', ''])[1].toLowerCase(); - wrap = wrapMap[tag] || wrapMap._default; - tmp.innerHTML = wrap[1] + html.replace(XHTML_TAG_REGEXP, '<$1>') + wrap[2]; + one: function(element, type, fn) { + element = jqLite(element); + + //add the listener twice so that when it is called + //you can remove the original function and still be + //able to call element.off(ev, fn) normally + element.on(type, function onFn() { + element.off(type, fn); + element.off(type, onFn); + }); + element.on(type, fn); + }, + + replaceWith: function(element, replaceNode) { + var index, parent = element.parentNode; + jqLiteDealoc(element); + forEach(new JQLite(replaceNode), function(node) { + if (index) { + parent.insertBefore(node, index.nextSibling); + } else { + parent.replaceChild(node, element); + } + index = node; + }); + }, - // Descend through wrappers to the right content - i = wrap[0]; - while (i--) { - tmp = tmp.lastChild; + children: function(element) { + var children = []; + forEach(element.childNodes, function(element) { + if (element.nodeType === NODE_TYPE_ELEMENT) { + children.push(element); } - - nodes = concat(nodes, tmp.childNodes); - - tmp = fragment.firstChild; - tmp.textContent = ''; - } - - // Remove wrapper from fragment - fragment.textContent = ''; - fragment.innerHTML = ''; // Clear inner HTML - forEach(nodes, function (node) { - fragment.appendChild(node); }); + return children; + }, - return fragment; - } + contents: function(element) { + return element.contentDocument || element.childNodes || []; + }, - function jqLiteParseHTML(html, context) { - context = context || window.document; - var parsed; + append: function(element, node) { + var nodeType = element.nodeType; + if (nodeType !== NODE_TYPE_ELEMENT && nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT) return; - if (parsed = SINGLE_TAG_REGEXP.exec(html)) { - return [context.createElement(parsed[1])]; - } + node = new JQLite(node); - if (parsed = jqLiteBuildFragment(html, context)) { - return parsed.childNodes; + for (var i = 0, ii = node.length; i < ii; i++) { + var child = node[i]; + element.appendChild(child); } + }, - return []; - } - - function jqLiteWrapNode(node, wrapper) { - var parent = node.parentNode; - - if (parent) { - parent.replaceChild(wrapper, node); + prepend: function(element, node) { + if (element.nodeType === NODE_TYPE_ELEMENT) { + var index = element.firstChild; + forEach(new JQLite(node), function(child) { + element.insertBefore(child, index); + }); } + }, - wrapper.appendChild(node); - } + wrap: function(element, wrapNode) { + jqLiteWrapNode(element, jqLite(wrapNode).eq(0).clone()[0]); + }, - // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. - var jqLiteContains = window.Node.prototype.contains || /** @this */function (arg) { - // eslint-disable-next-line no-bitwise - return !!(this.compareDocumentPosition(arg) & 16); - }; + remove: jqLiteRemove, - ///////////////////////////////////////////// - function JQLite(element) { - if (element instanceof JQLite) { - return element; - } + detach: function(element) { + jqLiteRemove(element, true); + }, - var argIsString; + after: function(element, newElement) { + var index = element, parent = element.parentNode; - if (isString(element)) { - element = trim(element); - argIsString = true; - } - if (!(this instanceof JQLite)) { - if (argIsString && element.charAt(0) !== '<') { - throw jqLiteMinErr('nosel', 'Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element'); + if (parent) { + newElement = new JQLite(newElement); + + for (var i = 0, ii = newElement.length; i < ii; i++) { + var node = newElement[i]; + parent.insertBefore(node, index.nextSibling); + index = node; } - return new JQLite(element); } + }, - if (argIsString) { - jqLiteAddNodes(this, jqLiteParseHTML(element)); - } else if (isFunction(element)) { - jqLiteReady(element); - } else { - jqLiteAddNodes(this, element); + addClass: jqLiteAddClass, + removeClass: jqLiteRemoveClass, + + toggleClass: function(element, selector, condition) { + if (selector) { + forEach(selector.split(' '), function(className) { + var classCondition = condition; + if (isUndefined(classCondition)) { + classCondition = !jqLiteHasClass(element, className); + } + (classCondition ? jqLiteAddClass : jqLiteRemoveClass)(element, className); + }); } - } + }, - function jqLiteClone(element) { - return element.cloneNode(true); - } + parent: function(element) { + var parent = element.parentNode; + return parent && parent.nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT ? parent : null; + }, - function jqLiteDealoc(element, onlyDescendants) { - if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); + next: function(element) { + return element.nextElementSibling; + }, - if (element.querySelectorAll) { - jqLite.cleanData(element.querySelectorAll('*')); + find: function(element, selector) { + if (element.getElementsByTagName) { + return element.getElementsByTagName(selector); + } else { + return []; } - } + }, - function jqLiteOff(element, type, fn, unsupported) { - if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument'); + clone: jqLiteClone, + triggerHandler: function(element, event, extraParameters) { + + var dummyEvent, eventFnsCopy, handlerArgs; + var eventName = event.type || event; var expandoStore = jqLiteExpandoStore(element); var events = expandoStore && expandoStore.events; - var handle = expandoStore && expandoStore.handle; - - if (!handle) return; //no listeners registered + var eventFns = events && events[eventName]; + + if (eventFns) { + // Create a dummy event to pass to the handlers + dummyEvent = { + preventDefault: function() { this.defaultPrevented = true; }, + isDefaultPrevented: function() { return this.defaultPrevented === true; }, + stopImmediatePropagation: function() { this.immediatePropagationStopped = true; }, + isImmediatePropagationStopped: function() { return this.immediatePropagationStopped === true; }, + stopPropagation: noop, + type: eventName, + target: element + }; - if (!type) { - for (type in events) { - if (type !== '$destroy') { - element.removeEventListener(type, handle); - } - delete events[type]; + // If a custom event was provided then extend our dummy event with it + if (event.type) { + dummyEvent = extend(dummyEvent, event); } - } else { - var removeHandler = function removeHandler(type) { - var listenerFns = events[type]; - if (isDefined(fn)) { - arrayRemove(listenerFns || [], fn); - } - if (!(isDefined(fn) && listenerFns && listenerFns.length > 0)) { - element.removeEventListener(type, handle); - delete events[type]; - } - }; + // Copy event handlers in case event handlers array is modified during execution. + eventFnsCopy = shallowCopy(eventFns); + handlerArgs = extraParameters ? [dummyEvent].concat(extraParameters) : [dummyEvent]; - forEach(type.split(' '), function (type) { - removeHandler(type); - if (MOUSE_EVENT_MAP[type]) { - removeHandler(MOUSE_EVENT_MAP[type]); + forEach(eventFnsCopy, function(fn) { + if (!dummyEvent.isImmediatePropagationStopped()) { + fn.apply(element, handlerArgs); } }); } } +}, function(fn, name) { + /** + * chaining functions + */ + JQLite.prototype[name] = function(arg1, arg2, arg3) { + var value; - function jqLiteRemoveData(element, name) { - var expandoId = element.ng339; - var expandoStore = expandoId && jqCache[expandoId]; - - if (expandoStore) { - if (name) { - delete expandoStore.data[name]; - return; - } - - if (expandoStore.handle) { - if (expandoStore.events.$destroy) { - expandoStore.handle({}, '$destroy'); + for (var i = 0, ii = this.length; i < ii; i++) { + if (isUndefined(value)) { + value = fn(this[i], arg1, arg2, arg3); + if (isDefined(value)) { + // any function which returns a value needs to be wrapped + value = jqLite(value); } - jqLiteOff(element); + } else { + jqLiteAddNodes(value, fn(this[i], arg1, arg2, arg3)); } - delete jqCache[expandoId]; - element.ng339 = undefined; // don't delete DOM expandos. IE and Chrome don't like it } - } - - function jqLiteExpandoStore(element, createIfNecessary) { - var expandoId = element.ng339, - expandoStore = expandoId && jqCache[expandoId]; + return isDefined(value) ? value : this; + }; +}); - if (createIfNecessary && !expandoStore) { - element.ng339 = expandoId = jqNextId(); - expandoStore = jqCache[expandoId] = { events: {}, data: {}, handle: undefined }; - } +// bind legacy bind/unbind to on/off +JQLite.prototype.bind = JQLite.prototype.on; +JQLite.prototype.unbind = JQLite.prototype.off; - return expandoStore; - } - function jqLiteData(element, key, value) { - if (jqLiteAcceptsData(element)) { - var prop; +// Provider for private $$jqLite service +/** @this */ +function $$jqLiteProvider() { + this.$get = function $$jqLite() { + return extend(JQLite, { + hasClass: function(node, classes) { + if (node.attr) node = node[0]; + return jqLiteHasClass(node, classes); + }, + addClass: function(node, classes) { + if (node.attr) node = node[0]; + return jqLiteAddClass(node, classes); + }, + removeClass: function(node, classes) { + if (node.attr) node = node[0]; + return jqLiteRemoveClass(node, classes); + } + }); + }; +} - var isSimpleSetter = isDefined(value); - var isSimpleGetter = !isSimpleSetter && key && !isObject(key); - var massGetter = !key; - var expandoStore = jqLiteExpandoStore(element, !isSimpleGetter); - var data = expandoStore && expandoStore.data; +/** + * Computes a hash of an 'obj'. + * Hash of a: + * string is string + * number is number as string + * object is either result of calling $$hashKey function on the object or uniquely generated id, + * that is also assigned to the $$hashKey property of the object. + * + * @param obj + * @returns {string} hash string such that the same input will have the same hash string. + * The resulting string key is in 'type:hashKey' format. + */ +function hashKey(obj, nextUidFn) { + var key = obj && obj.$$hashKey; - if (isSimpleSetter) { - // data('key', value) - data[kebabToCamel(key)] = value; - } else { - if (massGetter) { - // data() - return data; - } else { - if (isSimpleGetter) { - // data('key') - // don't force creation of expandoStore if it doesn't exist yet - return data && data[kebabToCamel(key)]; - } else { - // mass-setter: data({key1: val1, key2: val2}) - for (prop in key) { - data[kebabToCamel(prop)] = key[prop]; - } - } - } - } + if (key) { + if (typeof key === 'function') { + key = obj.$$hashKey(); } + return key; } - function jqLiteHasClass(element, selector) { - if (!element.getAttribute) return false; - return (' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' ').indexOf(' ' + selector + ' ') > -1; + var objType = typeof obj; + if (objType === 'function' || (objType === 'object' && obj !== null)) { + key = obj.$$hashKey = objType + ':' + (nextUidFn || nextUid)(); + } else { + key = objType + ':' + obj; } - function jqLiteRemoveClass(element, cssClasses) { - if (cssClasses && element.setAttribute) { - var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' '); - var newClasses = existingClasses; + return key; +} - forEach(cssClasses.split(' '), function (cssClass) { - cssClass = trim(cssClass); - newClasses = newClasses.replace(' ' + cssClass + ' ', ' '); - }); +// A minimal ES2015 Map implementation. +// Should be bug/feature equivalent to the native implementations of supported browsers +// (for the features required in Angular). +// See https://kangax.github.io/compat-table/es6/#test-Map +var nanKey = Object.create(null); +function NgMapShim() { + this._keys = []; + this._values = []; + this._lastKey = NaN; + this._lastIndex = -1; +} +NgMapShim.prototype = { + _idx: function(key) { + if (key === this._lastKey) { + return this._lastIndex; + } + this._lastKey = key; + this._lastIndex = this._keys.indexOf(key); + return this._lastIndex; + }, + _transformKey: function(key) { + return isNumberNaN(key) ? nanKey : key; + }, + get: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx !== -1) { + return this._values[idx]; + } + }, + set: function(key, value) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx === -1) { + idx = this._lastIndex = this._keys.length; + } + this._keys[idx] = key; + this._values[idx] = value; - if (newClasses !== existingClasses) { - element.setAttribute('class', trim(newClasses)); - } + // Support: IE11 + // Do not `return this` to simulate the partial IE11 implementation + }, + delete: function(key) { + key = this._transformKey(key); + var idx = this._idx(key); + if (idx === -1) { + return false; } + this._keys.splice(idx, 1); + this._values.splice(idx, 1); + this._lastKey = NaN; + this._lastIndex = -1; + return true; } +}; - function jqLiteAddClass(element, cssClasses) { - if (cssClasses && element.setAttribute) { - var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ').replace(/[\n\t]/g, ' '); - var newClasses = existingClasses; +// For now, always use `NgMapShim`, even if `window.Map` is available. Some native implementations +// are still buggy (often in subtle ways) and can cause hard-to-debug failures. When native `Map` +// implementations get more stable, we can reconsider switching to `window.Map` (when available). +var NgMap = NgMapShim; - forEach(cssClasses.split(' '), function (cssClass) { - cssClass = trim(cssClass); - if (newClasses.indexOf(' ' + cssClass + ' ') === -1) { - newClasses += cssClass + ' '; - } - }); +var $$MapProvider = [/** @this */function() { + this.$get = [function() { + return NgMap; + }]; +}]; - if (newClasses !== existingClasses) { - element.setAttribute('class', trim(newClasses)); - } - } - } +/** + * @ngdoc function + * @module ng + * @name angular.injector + * @kind function + * + * @description + * Creates an injector object that can be used for retrieving services as well as for + * dependency injection (see {@link guide/di dependency injection}). + * + * @param {Array.} modules A list of module functions or their aliases. See + * {@link angular.module}. The `ng` module must be explicitly added. + * @param {boolean=} [strictDi=false] Whether the injector should be in strict mode, which + * disallows argument name annotation inference. + * @returns {injector} Injector object. See {@link auto.$injector $injector}. + * + * @example + * Typical usage + * ```js + * // create an injector + * var $injector = angular.injector(['ng']); + * + * // use the injector to kick off your application + * // use the type inference to auto inject arguments, or use implicit injection + * $injector.invoke(function($rootScope, $compile, $document) { + * $compile($document)($rootScope); + * $rootScope.$digest(); + * }); + * ``` + * + * Sometimes you want to get access to the injector of a currently running Angular app + * from outside Angular. Perhaps, you want to inject and compile some markup after the + * application has been bootstrapped. You can do this using the extra `injector()` added + * to JQuery/jqLite elements. See {@link angular.element}. + * + * *This is fairly rare but could be the case if a third party library is injecting the + * markup.* + * + * In the following example a new block of HTML containing a `ng-controller` + * directive is added to the end of the document body by JQuery. We then compile and link + * it into the current AngularJS scope. + * + * ```js + * var $div = $('
    {{content.label}}
    '); + * $(document.body).append($div); + * + * angular.element(document).injector().invoke(function($compile) { + * var scope = angular.element($div).scope(); + * $compile($div)(scope); + * }); + * ``` + */ - function jqLiteAddNodes(root, elements) { - // THIS CODE IS VERY HOT. Don't make changes without benchmarking. - if (elements) { +/** + * @ngdoc module + * @name auto + * @installation + * @description + * + * Implicit module which gets automatically added to each {@link auto.$injector $injector}. + */ - // if a Node (the most common case) - if (elements.nodeType) { - root[root.length++] = elements; - } else { - var length = elements.length; +var ARROW_ARG = /^([^(]+?)=>/; +var FN_ARGS = /^[^(]*\(\s*([^)]*)\)/m; +var FN_ARG_SPLIT = /,/; +var FN_ARG = /^\s*(_?)(\S+?)\1\s*$/; +var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg; +var $injectorMinErr = minErr('$injector'); - // if an Array or NodeList and not a Window - if (typeof length === 'number' && elements.window !== elements) { - if (length) { - for (var i = 0; i < length; i++) { - root[root.length++] = elements[i]; - } +function stringifyFn(fn) { + return Function.prototype.toString.call(fn); +} + +function extractArgs(fn) { + var fnText = stringifyFn(fn).replace(STRIP_COMMENTS, ''), + args = fnText.match(ARROW_ARG) || fnText.match(FN_ARGS); + return args; +} + +function anonFn(fn) { + // For anonymous functions, showing at the very least the function signature can help in + // debugging. + var args = extractArgs(fn); + if (args) { + return 'function(' + (args[1] || '').replace(/[\s\r\n]+/, ' ') + ')'; + } + return 'fn'; +} + +function annotate(fn, strictDi, name) { + var $inject, + argDecl, + last; + + if (typeof fn === 'function') { + if (!($inject = fn.$inject)) { + $inject = []; + if (fn.length) { + if (strictDi) { + if (!isString(name) || !name) { + name = fn.name || anonFn(fn); } - } else { - root[root.length++] = elements; + throw $injectorMinErr('strictdi', + '{0} is not using explicit annotation and cannot be invoked in strict mode', name); } + argDecl = extractArgs(fn); + forEach(argDecl[1].split(FN_ARG_SPLIT), function(arg) { + arg.replace(FN_ARG, function(all, underscore, name) { + $inject.push(name); + }); + }); } + fn.$inject = $inject; } + } else if (isArray(fn)) { + last = fn.length - 1; + assertArgFn(fn[last], 'fn'); + $inject = fn.slice(0, last); + } else { + assertArgFn(fn, 'fn', true); } + return $inject; +} - function jqLiteController(element, name) { - return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); - } +/////////////////////////////////////// - function jqLiteInheritedData(element, name, value) { - // if element is the document object work with the html element instead - // this makes $(document).scope() possible - if (element.nodeType === NODE_TYPE_DOCUMENT) { - element = element.documentElement; - } - var names = isArray(name) ? name : [name]; +/** + * @ngdoc service + * @name $injector + * + * @description + * + * `$injector` is used to retrieve object instances as defined by + * {@link auto.$provide provider}, instantiate types, invoke methods, + * and load modules. + * + * The following always holds true: + * + * ```js + * var $injector = angular.injector(); + * expect($injector.get('$injector')).toBe($injector); + * expect($injector.invoke(function($injector) { + * return $injector; + * })).toBe($injector); + * ``` + * + * ## Injection Function Annotation + * + * JavaScript does not have annotations, and annotations are needed for dependency injection. The + * following are all valid ways of annotating function with injection arguments and are equivalent. + * + * ```js + * // inferred (only works if code not minified/obfuscated) + * $injector.invoke(function(serviceA){}); + * + * // annotated + * function explicit(serviceA) {}; + * explicit.$inject = ['serviceA']; + * $injector.invoke(explicit); + * + * // inline + * $injector.invoke(['serviceA', function(serviceA){}]); + * ``` + * + * ### Inference + * + * In JavaScript calling `toString()` on a function returns the function definition. The definition + * can then be parsed and the function arguments can be extracted. This method of discovering + * annotations is disallowed when the injector is in strict mode. + * *NOTE:* This does not work with minification, and obfuscation tools since these tools change the + * argument names. + * + * ### `$inject` Annotation + * By adding an `$inject` property onto a function the injection parameters can be specified. + * + * ### Inline + * As an array of injection names, where the last item in the array is the function to call. + */ - while (element) { - for (var i = 0, ii = names.length; i < ii; i++) { - if (isDefined(value = jqLite.data(element, names[i]))) return value; - } +/** + * @ngdoc property + * @name $injector#modules + * @type {Object} + * @description + * A hash containing all the modules that have been loaded into the + * $injector. + * + * You can use this property to find out information about a module via the + * {@link angular.Module#info `myModule.info(...)`} method. + * + * For example: + * + * ``` + * var info = $injector.modules['ngAnimate'].info(); + * ``` + * + * **Do not use this property to attempt to modify the modules after the application + * has been bootstrapped.** + */ - // If dealing with a document fragment node with a host element, and no parent, use the host - // element as the parent. This enables directives within a Shadow DOM or polyfilled Shadow DOM - // to lookup parent controllers. - element = element.parentNode || element.nodeType === NODE_TYPE_DOCUMENT_FRAGMENT && element.host; - } - } - function jqLiteEmpty(element) { - jqLiteDealoc(element, true); - while (element.firstChild) { - element.removeChild(element.firstChild); - } - } +/** + * @ngdoc method + * @name $injector#get + * + * @description + * Return an instance of the service. + * + * @param {string} name The name of the instance to retrieve. + * @param {string=} caller An optional string to provide the origin of the function call for error messages. + * @return {*} The instance. + */ - function jqLiteRemove(element, keepData) { - if (!keepData) jqLiteDealoc(element); - var parent = element.parentNode; - if (parent) parent.removeChild(element); - } +/** + * @ngdoc method + * @name $injector#invoke + * + * @description + * Invoke the method and supply the method arguments from the `$injector`. + * + * @param {Function|Array.} fn The injectable function to invoke. Function parameters are + * injected according to the {@link guide/di $inject Annotation} rules. + * @param {Object=} self The `this` for the invoked method. + * @param {Object=} locals Optional object. If preset then any argument names are read from this + * object first, before the `$injector` is consulted. + * @returns {*} the value returned by the invoked `fn` function. + */ - function jqLiteDocumentLoaded(action, win) { - win = win || window; - if (win.document.readyState === 'complete') { - // Force the action to be run async for consistent behavior - // from the action's point of view - // i.e. it will definitely not be in a $apply - win.setTimeout(action); - } else { - // No need to unbind this handler as load is only ever called once - jqLite(win).on('load', action); - } - } +/** + * @ngdoc method + * @name $injector#has + * + * @description + * Allows the user to query if the particular service exists. + * + * @param {string} name Name of the service to query. + * @returns {boolean} `true` if injector has given service. + */ - function jqLiteReady(fn) { - function trigger() { - window.document.removeEventListener('DOMContentLoaded', trigger); - window.removeEventListener('load', trigger); - fn(); - } +/** + * @ngdoc method + * @name $injector#instantiate + * @description + * Create a new instance of JS type. The method takes a constructor function, invokes the new + * operator, and supplies all of the arguments to the constructor function as specified by the + * constructor annotation. + * + * @param {Function} Type Annotated constructor function. + * @param {Object=} locals Optional object. If preset then any argument names are read from this + * object first, before the `$injector` is consulted. + * @returns {Object} new instance of `Type`. + */ - // check if document is already loaded - if (window.document.readyState === 'complete') { - window.setTimeout(fn); - } else { - // We can not use jqLite since we are not done loading and jQuery could be loaded later. +/** + * @ngdoc method + * @name $injector#annotate + * + * @description + * Returns an array of service names which the function is requesting for injection. This API is + * used by the injector to determine which services need to be injected into the function when the + * function is invoked. There are three ways in which the function can be annotated with the needed + * dependencies. + * + * #### Argument names + * + * The simplest form is to extract the dependencies from the arguments of the function. This is done + * by converting the function into a string using `toString()` method and extracting the argument + * names. + * ```js + * // Given + * function MyController($scope, $route) { + * // ... + * } + * + * // Then + * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); + * ``` + * + * You can disallow this method by using strict injection mode. + * + * This method does not work with code minification / obfuscation. For this reason the following + * annotation strategies are supported. + * + * #### The `$inject` property + * + * If a function has an `$inject` property and its value is an array of strings, then the strings + * represent names of services to be injected into the function. + * ```js + * // Given + * var MyController = function(obfuscatedScope, obfuscatedRoute) { + * // ... + * } + * // Define function dependencies + * MyController['$inject'] = ['$scope', '$route']; + * + * // Then + * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); + * ``` + * + * #### The array notation + * + * It is often desirable to inline Injected functions and that's when setting the `$inject` property + * is very inconvenient. In these situations using the array notation to specify the dependencies in + * a way that survives minification is a better choice: + * + * ```js + * // We wish to write this (not minification / obfuscation safe) + * injector.invoke(function($compile, $rootScope) { + * // ... + * }); + * + * // We are forced to write break inlining + * var tmpFn = function(obfuscatedCompile, obfuscatedRootScope) { + * // ... + * }; + * tmpFn.$inject = ['$compile', '$rootScope']; + * injector.invoke(tmpFn); + * + * // To better support inline function the inline annotation is supported + * injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) { + * // ... + * }]); + * + * // Therefore + * expect(injector.annotate( + * ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}]) + * ).toEqual(['$compile', '$rootScope']); + * ``` + * + * @param {Function|Array.} fn Function for which dependent service names need to + * be retrieved as described above. + * + * @param {boolean=} [strictDi=false] Disallow argument name annotation inference. + * + * @returns {Array.} The names of the services which the function requires. + */ +/** + * @ngdoc method + * @name $injector#loadNewModules + * + * @description + * + * **This is a dangerous API, which you use at your own risk!** + * + * Add the specified modules to the current injector. + * + * This method will add each of the injectables to the injector and execute all of the config and run + * blocks for each module passed to the method. + * + * If a module has already been loaded into the injector then it will not be loaded again. + * + * * The application developer is responsible for loading the code containing the modules; and for + * ensuring that lazy scripts are not downloaded and executed more often that desired. + * * Previously compiled HTML will not be affected by newly loaded directives, filters and components. + * * Modules cannot be unloaded. + * + * You can use {@link $injector#modules `$injector.modules`} to check whether a module has been loaded + * into the injector, which may indicate whether the script has been executed already. + * + * @example + * Here is an example of loading a bundle of modules, with a utility method called `getScript`: + * + * ```javascript + * app.factory('loadModule', function($injector) { + * return function loadModule(moduleName, bundleUrl) { + * return getScript(bundleUrl).then(function() { $injector.loadNewModules([moduleName]); }); + * }; + * }) + * ``` + * + * @param {Array=} mods an array of modules to load into the application. + * Each item in the array should be the name of a predefined module or a (DI annotated) + * function that will be invoked by the injector as a `config` block. + * See: {@link angular.module modules} + */ - // Works for modern browsers and IE9 - window.document.addEventListener('DOMContentLoaded', trigger); - // Fallback to window.onload for others - window.addEventListener('load', trigger); - } - } +/** + * @ngdoc service + * @name $provide + * + * @description + * + * The {@link auto.$provide $provide} service has a number of methods for registering components + * with the {@link auto.$injector $injector}. Many of these functions are also exposed on + * {@link angular.Module}. + * + * An Angular **service** is a singleton object created by a **service factory**. These **service + * factories** are functions which, in turn, are created by a **service provider**. + * The **service providers** are constructor functions. When instantiated they must contain a + * property called `$get`, which holds the **service factory** function. + * + * When you request a service, the {@link auto.$injector $injector} is responsible for finding the + * correct **service provider**, instantiating it and then calling its `$get` **service factory** + * function to get the instance of the **service**. + * + * Often services have no configuration options and there is no need to add methods to the service + * provider. The provider will be no more than a constructor function with a `$get` property. For + * these cases the {@link auto.$provide $provide} service has additional helper methods to register + * services without specifying a provider. + * + * * {@link auto.$provide#provider provider(name, provider)} - registers a **service provider** with the + * {@link auto.$injector $injector} + * * {@link auto.$provide#constant constant(name, obj)} - registers a value/object that can be accessed by + * providers and services. + * * {@link auto.$provide#value value(name, obj)} - registers a value/object that can only be accessed by + * services, not providers. + * * {@link auto.$provide#factory factory(name, fn)} - registers a service **factory function** + * that will be wrapped in a **service provider** object, whose `$get` property will contain the + * given factory function. + * * {@link auto.$provide#service service(name, Fn)} - registers a **constructor function** + * that will be wrapped in a **service provider** object, whose `$get` property will instantiate + * a new object using the given constructor function. + * * {@link auto.$provide#decorator decorator(name, decorFn)} - registers a **decorator function** that + * will be able to modify or replace the implementation of another service. + * + * See the individual methods for more information and examples. + */ - ////////////////////////////////////////// - // Functions which are declared directly. - ////////////////////////////////////////// - var JQLitePrototype = JQLite.prototype = { - ready: jqLiteReady, - toString: function toString() { - var value = []; - forEach(this, function (e) { - value.push('' + e); - }); - return '[' + value.join(', ') + ']'; - }, +/** + * @ngdoc method + * @name $provide#provider + * @description + * + * Register a **provider function** with the {@link auto.$injector $injector}. Provider functions + * are constructor functions, whose instances are responsible for "providing" a factory for a + * service. + * + * Service provider names start with the name of the service they provide followed by `Provider`. + * For example, the {@link ng.$log $log} service has a provider called + * {@link ng.$logProvider $logProvider}. + * + * Service provider objects can have additional methods which allow configuration of the provider + * and its service. Importantly, you can configure what kind of service is created by the `$get` + * method, or how that service will act. For example, the {@link ng.$logProvider $logProvider} has a + * method {@link ng.$logProvider#debugEnabled debugEnabled} + * which lets you specify whether the {@link ng.$log $log} service will log debug messages to the + * console or not. + * + * @param {string} name The name of the instance. NOTE: the provider will be available under `name + + 'Provider'` key. + * @param {(Object|function())} provider If the provider is: + * + * - `Object`: then it should have a `$get` method. The `$get` method will be invoked using + * {@link auto.$injector#invoke $injector.invoke()} when an instance needs to be created. + * - `Constructor`: a new instance of the provider will be created using + * {@link auto.$injector#instantiate $injector.instantiate()}, then treated as `object`. + * + * @returns {Object} registered provider instance - eq: function eq(index) { - return index >= 0 ? jqLite(this[index]) : jqLite(this[this.length + index]); - }, + * @example + * + * The following example shows how to create a simple event tracking service and register it using + * {@link auto.$provide#provider $provide.provider()}. + * + * ```js + * // Define the eventTracker provider + * function EventTrackerProvider() { + * var trackingUrl = '/track'; + * + * // A provider method for configuring where the tracked events should been saved + * this.setTrackingUrl = function(url) { + * trackingUrl = url; + * }; + * + * // The service factory function + * this.$get = ['$http', function($http) { + * var trackedEvents = {}; + * return { + * // Call this to track an event + * event: function(event) { + * var count = trackedEvents[event] || 0; + * count += 1; + * trackedEvents[event] = count; + * return count; + * }, + * // Call this to save the tracked events to the trackingUrl + * save: function() { + * $http.post(trackingUrl, trackedEvents); + * } + * }; + * }]; + * } + * + * describe('eventTracker', function() { + * var postSpy; + * + * beforeEach(module(function($provide) { + * // Register the eventTracker provider + * $provide.provider('eventTracker', EventTrackerProvider); + * })); + * + * beforeEach(module(function(eventTrackerProvider) { + * // Configure eventTracker provider + * eventTrackerProvider.setTrackingUrl('/custom-track'); + * })); + * + * it('tracks events', inject(function(eventTracker) { + * expect(eventTracker.event('login')).toEqual(1); + * expect(eventTracker.event('login')).toEqual(2); + * })); + * + * it('saves to the tracking url', inject(function(eventTracker, $http) { + * postSpy = spyOn($http, 'post'); + * eventTracker.event('login'); + * eventTracker.save(); + * expect(postSpy).toHaveBeenCalled(); + * expect(postSpy.mostRecentCall.args[0]).not.toEqual('/track'); + * expect(postSpy.mostRecentCall.args[0]).toEqual('/custom-track'); + * expect(postSpy.mostRecentCall.args[1]).toEqual({ 'login': 1 }); + * })); + * }); + * ``` + */ - length: 0, - push: push, - sort: [].sort, - splice: [].splice - }; +/** + * @ngdoc method + * @name $provide#factory + * @description + * + * Register a **service factory**, which will be called to return the service instance. + * This is short for registering a service where its provider consists of only a `$get` property, + * which is the given service factory function. + * You should use {@link auto.$provide#factory $provide.factory(getFn)} if you do not need to + * configure your service in a provider. + * + * @param {string} name The name of the instance. + * @param {Function|Array.} $getFn The injectable $getFn for the instance creation. + * Internally this is a short hand for `$provide.provider(name, {$get: $getFn})`. + * @returns {Object} registered provider instance + * + * @example + * Here is an example of registering a service + * ```js + * $provide.factory('ping', ['$http', function($http) { + * return function ping() { + * return $http.send('/ping'); + * }; + * }]); + * ``` + * You would then inject and use this service like this: + * ```js + * someModule.controller('Ctrl', ['ping', function(ping) { + * ping(); + * }]); + * ``` + */ - ////////////////////////////////////////// - // Functions iterating getter/setters. - // these functions return self on setter and - // value on get. - ////////////////////////////////////////// - var BOOLEAN_ATTR = {}; - forEach('multiple,selected,checked,disabled,readOnly,required,open'.split(','), function (value) { - BOOLEAN_ATTR[lowercase(value)] = value; - }); - var BOOLEAN_ELEMENTS = {}; - forEach('input,select,option,textarea,button,form,details'.split(','), function (value) { - BOOLEAN_ELEMENTS[value] = true; - }); - var ALIASED_ATTR = { - 'ngMinlength': 'minlength', - 'ngMaxlength': 'maxlength', - 'ngMin': 'min', - 'ngMax': 'max', - 'ngPattern': 'pattern', - 'ngStep': 'step' - }; - function getBooleanAttrName(element, name) { - // check dom last since we will most likely fail on name - var booleanAttr = BOOLEAN_ATTR[name.toLowerCase()]; +/** + * @ngdoc method + * @name $provide#service + * @description + * + * Register a **service constructor**, which will be invoked with `new` to create the service + * instance. + * This is short for registering a service where its provider's `$get` property is a factory + * function that returns an instance instantiated by the injector from the service constructor + * function. + * + * Internally it looks a bit like this: + * + * ``` + * { + * $get: function() { + * return $injector.instantiate(constructor); + * } + * } + * ``` + * + * + * You should use {@link auto.$provide#service $provide.service(class)} if you define your service + * as a type/class. + * + * @param {string} name The name of the instance. + * @param {Function|Array.} constructor An injectable class (constructor function) + * that will be instantiated. + * @returns {Object} registered provider instance + * + * @example + * Here is an example of registering a service using + * {@link auto.$provide#service $provide.service(class)}. + * ```js + * var Ping = function($http) { + * this.$http = $http; + * }; + * + * Ping.$inject = ['$http']; + * + * Ping.prototype.send = function() { + * return this.$http.get('/ping'); + * }; + * $provide.service('ping', Ping); + * ``` + * You would then inject and use this service like this: + * ```js + * someModule.controller('Ctrl', ['ping', function(ping) { + * ping.send(); + * }]); + * ``` + */ - // booleanAttr is here twice to minimize DOM access - return booleanAttr && BOOLEAN_ELEMENTS[nodeName_(element)] && booleanAttr; - } - function getAliasedAttrName(name) { - return ALIASED_ATTR[name]; - } +/** + * @ngdoc method + * @name $provide#value + * @description + * + * Register a **value service** with the {@link auto.$injector $injector}, such as a string, a + * number, an array, an object or a function. This is short for registering a service where its + * provider's `$get` property is a factory function that takes no arguments and returns the **value + * service**. That also means it is not possible to inject other services into a value service. + * + * Value services are similar to constant services, except that they cannot be injected into a + * module configuration function (see {@link angular.Module#config}) but they can be overridden by + * an Angular {@link auto.$provide#decorator decorator}. + * + * @param {string} name The name of the instance. + * @param {*} value The value. + * @returns {Object} registered provider instance + * + * @example + * Here are some examples of creating value services. + * ```js + * $provide.value('ADMIN_USER', 'admin'); + * + * $provide.value('RoleLookup', { admin: 0, writer: 1, reader: 2 }); + * + * $provide.value('halfOf', function(value) { + * return value / 2; + * }); + * ``` + */ - forEach({ - data: jqLiteData, - removeData: jqLiteRemoveData, - hasData: jqLiteHasData, - cleanData: function jqLiteCleanData(nodes) { - for (var i = 0, ii = nodes.length; i < ii; i++) { - jqLiteRemoveData(nodes[i]); - } - } - }, function (fn, name) { - JQLite[name] = fn; - }); - forEach({ - data: jqLiteData, - inheritedData: jqLiteInheritedData, +/** + * @ngdoc method + * @name $provide#constant + * @description + * + * Register a **constant service** with the {@link auto.$injector $injector}, such as a string, + * a number, an array, an object or a function. Like the {@link auto.$provide#value value}, it is not + * possible to inject other services into a constant. + * + * But unlike {@link auto.$provide#value value}, a constant can be + * injected into a module configuration function (see {@link angular.Module#config}) and it cannot + * be overridden by an Angular {@link auto.$provide#decorator decorator}. + * + * @param {string} name The name of the constant. + * @param {*} value The constant value. + * @returns {Object} registered instance + * + * @example + * Here a some examples of creating constants: + * ```js + * $provide.constant('SHARD_HEIGHT', 306); + * + * $provide.constant('MY_COLOURS', ['red', 'blue', 'grey']); + * + * $provide.constant('double', function(value) { + * return value * 2; + * }); + * ``` + */ - scope: function scope(element) { - // Can't use jqLiteData here directly so we stay compatible with jQuery! - return jqLite.data(element, '$scope') || jqLiteInheritedData(element.parentNode || element, ['$isolateScope', '$scope']); - }, - isolateScope: function isolateScope(element) { - // Can't use jqLiteData here directly so we stay compatible with jQuery! - return jqLite.data(element, '$isolateScope') || jqLite.data(element, '$isolateScopeNoTemplate'); - }, +/** + * @ngdoc method + * @name $provide#decorator + * @description + * + * Register a **decorator function** with the {@link auto.$injector $injector}. A decorator function + * intercepts the creation of a service, allowing it to override or modify the behavior of the + * service. The return value of the decorator function may be the original service, or a new service + * that replaces (or wraps and delegates to) the original service. + * + * You can find out more about using decorators in the {@link guide/decorators} guide. + * + * @param {string} name The name of the service to decorate. + * @param {Function|Array.} decorator This function will be invoked when the service needs to be + * provided and should return the decorated service instance. The function is called using + * the {@link auto.$injector#invoke injector.invoke} method and is therefore fully injectable. + * Local injection arguments: + * + * * `$delegate` - The original service instance, which can be replaced, monkey patched, configured, + * decorated or delegated to. + * + * @example + * Here we decorate the {@link ng.$log $log} service to convert warnings to errors by intercepting + * calls to {@link ng.$log#error $log.warn()}. + * ```js + * $provide.decorator('$log', ['$delegate', function($delegate) { + * $delegate.warn = $delegate.error; + * return $delegate; + * }]); + * ``` + */ - controller: jqLiteController, - injector: function injector(element) { - return jqLiteInheritedData(element, '$injector'); - }, +function createInjector(modulesToLoad, strictDi) { + strictDi = (strictDi === true); + var INSTANTIATING = {}, + providerSuffix = 'Provider', + path = [], + loadedModules = new NgMap(), + providerCache = { + $provide: { + provider: supportObject(provider), + factory: supportObject(factory), + service: supportObject(service), + value: supportObject(value), + constant: supportObject(constant), + decorator: decorator + } + }, + providerInjector = (providerCache.$injector = + createInternalInjector(providerCache, function(serviceName, caller) { + if (angular.isString(caller)) { + path.push(caller); + } + throw $injectorMinErr('unpr', 'Unknown provider: {0}', path.join(' <- ')); + })), + instanceCache = {}, + protoInstanceInjector = + createInternalInjector(instanceCache, function(serviceName, caller) { + var provider = providerInjector.get(serviceName + providerSuffix, caller); + return instanceInjector.invoke( + provider.$get, provider, undefined, serviceName); + }), + instanceInjector = protoInstanceInjector; + + providerCache['$injector' + providerSuffix] = { $get: valueFn(protoInstanceInjector) }; + instanceInjector.modules = providerInjector.modules = createMap(); + var runBlocks = loadModules(modulesToLoad); + instanceInjector = protoInstanceInjector.get('$injector'); + instanceInjector.strictDi = strictDi; + forEach(runBlocks, function(fn) { if (fn) instanceInjector.invoke(fn); }); + + instanceInjector.loadNewModules = function(mods) { + forEach(loadModules(mods), function(fn) { if (fn) instanceInjector.invoke(fn); }); + }; - removeAttr: function removeAttr(element, name) { - element.removeAttribute(name); - }, - hasClass: jqLiteHasClass, + return instanceInjector; - css: function css(element, name, value) { - name = cssKebabToCamel(name); + //////////////////////////////////// + // $provider + //////////////////////////////////// - if (isDefined(value)) { - element.style[name] = value; + function supportObject(delegate) { + return function(key, value) { + if (isObject(key)) { + forEach(key, reverseParams(delegate)); } else { - return element.style[name]; + return delegate(key, value); } - }, + }; + } - attr: function attr(element, name, value) { - var ret; - var nodeType = element.nodeType; - if (nodeType === NODE_TYPE_TEXT || nodeType === NODE_TYPE_ATTRIBUTE || nodeType === NODE_TYPE_COMMENT || !element.getAttribute) { - return; + function provider(name, provider_) { + assertNotHasOwnProperty(name, 'service'); + if (isFunction(provider_) || isArray(provider_)) { + provider_ = providerInjector.instantiate(provider_); + } + if (!provider_.$get) { + throw $injectorMinErr('pget', 'Provider \'{0}\' must define $get factory method.', name); + } + return (providerCache[name + providerSuffix] = provider_); + } + + function enforceReturnValue(name, factory) { + return /** @this */ function enforcedReturnValue() { + var result = instanceInjector.invoke(factory, this); + if (isUndefined(result)) { + throw $injectorMinErr('undef', 'Provider \'{0}\' must return a value from $get factory method.', name); } + return result; + }; + } - var lowercasedName = lowercase(name); - var isBooleanAttr = BOOLEAN_ATTR[lowercasedName]; + function factory(name, factoryFn, enforce) { + return provider(name, { + $get: enforce !== false ? enforceReturnValue(name, factoryFn) : factoryFn + }); + } - if (isDefined(value)) { - // setter + function service(name, constructor) { + return factory(name, ['$injector', function($injector) { + return $injector.instantiate(constructor); + }]); + } - if (value === null || value === false && isBooleanAttr) { - element.removeAttribute(name); - } else { - element.setAttribute(name, isBooleanAttr ? lowercasedName : value); - } - } else { - // getter + function value(name, val) { return factory(name, valueFn(val), false); } - ret = element.getAttribute(name); + function constant(name, value) { + assertNotHasOwnProperty(name, 'constant'); + providerCache[name] = value; + instanceCache[name] = value; + } - if (isBooleanAttr && ret !== null) { - ret = lowercasedName; - } - // Normalize non-existing attributes to undefined (as jQuery). - return ret === null ? undefined : ret; - } - }, + function decorator(serviceName, decorFn) { + var origProvider = providerInjector.get(serviceName + providerSuffix), + orig$get = origProvider.$get; - prop: function prop(element, name, value) { - if (isDefined(value)) { - element[name] = value; - } else { - return element[name]; - } - }, + origProvider.$get = function() { + var origInstance = instanceInjector.invoke(orig$get, origProvider); + return instanceInjector.invoke(decorFn, null, {$delegate: origInstance}); + }; + } - text: function () { - getText.$dv = ''; - return getText; + //////////////////////////////////// + // Module Loading + //////////////////////////////////// + function loadModules(modulesToLoad) { + assertArg(isUndefined(modulesToLoad) || isArray(modulesToLoad), 'modulesToLoad', 'not an array'); + var runBlocks = [], moduleFn; + forEach(modulesToLoad, function(module) { + if (loadedModules.get(module)) return; + loadedModules.set(module, true); - function getText(element, value) { - if (isUndefined(value)) { - var nodeType = element.nodeType; - return nodeType === NODE_TYPE_ELEMENT || nodeType === NODE_TYPE_TEXT ? element.textContent : ''; - } - element.textContent = value; - } - }(), + function runInvokeQueue(queue) { + var i, ii; + for (i = 0, ii = queue.length; i < ii; i++) { + var invokeArgs = queue[i], + provider = providerInjector.get(invokeArgs[0]); - val: function val(element, value) { - if (isUndefined(value)) { - if (element.multiple && nodeName_(element) === 'select') { - var result = []; - forEach(element.options, function (option) { - if (option.selected) { - result.push(option.value || option.text); - } - }); - return result; + provider[invokeArgs[1]].apply(provider, invokeArgs[2]); } - return element.value; - } - element.value = value; - }, - - html: function html(element, value) { - if (isUndefined(value)) { - return element.innerHTML; } - jqLiteDealoc(element, true); - element.innerHTML = value; - }, - empty: jqLiteEmpty - }, function (fn, name) { - /** - * Properties: writes return selection, reads return first value - */ - JQLite.prototype[name] = function (arg1, arg2) { - var i, key; - var nodeCount = this.length; - - // jqLiteHasClass has only two arguments, but is a getter-only fn, so we need to special-case it - // in a way that survives minification. - // jqLiteEmpty takes no arguments but is a setter. - if (fn !== jqLiteEmpty && isUndefined(fn.length === 2 && fn !== jqLiteHasClass && fn !== jqLiteController ? arg1 : arg2)) { - if (isObject(arg1)) { - - // we are a write, but the object properties are the key/values - for (i = 0; i < nodeCount; i++) { - if (fn === jqLiteData) { - // data() takes the whole object in jQuery - fn(this[i], arg1); - } else { - for (key in arg1) { - fn(this[i], key, arg1[key]); - } - } - } - // return self for chaining - return this; + try { + if (isString(module)) { + moduleFn = angularModule(module); + instanceInjector.modules[module] = moduleFn; + runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); + runInvokeQueue(moduleFn._invokeQueue); + runInvokeQueue(moduleFn._configBlocks); + } else if (isFunction(module)) { + runBlocks.push(providerInjector.invoke(module)); + } else if (isArray(module)) { + runBlocks.push(providerInjector.invoke(module)); } else { - // we are a read, so read the first child. - // TODO: do we still need this? - var value = fn.$dv; - // Only if we have $dv do we iterate over all, otherwise it is just the first element. - var jj = isUndefined(value) ? Math.min(nodeCount, 1) : nodeCount; - for (var j = 0; j < jj; j++) { - var nodeValue = fn(this[j], arg1, arg2); - value = value ? value + nodeValue : nodeValue; - } - return value; + assertArgFn(module, 'module'); } - } else { - // we are a write, so apply to all children - for (i = 0; i < nodeCount; i++) { - fn(this[i], arg1, arg2); + } catch (e) { + if (isArray(module)) { + module = module[module.length - 1]; } - // return self for chaining - return this; + if (e.message && e.stack && e.stack.indexOf(e.message) === -1) { + // Safari & FF's stack traces don't contain error.message content + // unlike those of Chrome and IE + // So if stack doesn't contain message, we create a new string that contains both. + // Since error.stack is read-only in Safari, I'm overriding e and not e.stack here. + // eslint-disable-next-line no-ex-assign + e = e.message + '\n' + e.stack; + } + throw $injectorMinErr('modulerr', 'Failed to instantiate module {0} due to:\n{1}', + module, e.stack || e.message || e); } - }; - }); - - function createEventHandler(element, events) { - var eventHandler = function eventHandler(event, type) { - // jQuery specific api - event.isDefaultPrevented = function () { - return event.defaultPrevented; - }; - - var eventFns = events[type || event.type]; - var eventFnsLength = eventFns ? eventFns.length : 0; - - if (!eventFnsLength) return; + }); + return runBlocks; + } - if (isUndefined(event.immediatePropagationStopped)) { - var originalStopImmediatePropagation = event.stopImmediatePropagation; - event.stopImmediatePropagation = function () { - event.immediatePropagationStopped = true; + //////////////////////////////////// + // internal Injector + //////////////////////////////////// - if (event.stopPropagation) { - event.stopPropagation(); - } + function createInternalInjector(cache, factory) { - if (originalStopImmediatePropagation) { - originalStopImmediatePropagation.call(event); + function getService(serviceName, caller) { + if (cache.hasOwnProperty(serviceName)) { + if (cache[serviceName] === INSTANTIATING) { + throw $injectorMinErr('cdep', 'Circular dependency found: {0}', + serviceName + ' <- ' + path.join(' <- ')); + } + return cache[serviceName]; + } else { + try { + path.unshift(serviceName); + cache[serviceName] = INSTANTIATING; + cache[serviceName] = factory(serviceName, caller); + return cache[serviceName]; + } catch (err) { + if (cache[serviceName] === INSTANTIATING) { + delete cache[serviceName]; } - }; + throw err; + } finally { + path.shift(); + } } + } - event.isImmediatePropagationStopped = function () { - return event.immediatePropagationStopped === true; - }; - - // Some events have special handlers that wrap the real handler - var handlerWrapper = eventFns.specialHandlerWrapper || defaultHandlerWrapper; - // Copy event handlers in case event handlers array is modified during execution. - if (eventFnsLength > 1) { - eventFns = shallowCopy(eventFns); - } + function injectionArgs(fn, locals, serviceName) { + var args = [], + $inject = createInjector.$$annotate(fn, strictDi, serviceName); - for (var i = 0; i < eventFnsLength; i++) { - if (!event.isImmediatePropagationStopped()) { - handlerWrapper(element, event, eventFns[i]); + for (var i = 0, length = $inject.length; i < length; i++) { + var key = $inject[i]; + if (typeof key !== 'string') { + throw $injectorMinErr('itkn', + 'Incorrect injection token! Expected service name as string, got {0}', key); } + args.push(locals && locals.hasOwnProperty(key) ? locals[key] : + getService(key, serviceName)); } - }; - - // TODO: this is a hack for angularMocks/clearDataCache that makes it possible to deregister all - // events on `element` - eventHandler.elem = element; - return eventHandler; - } - - function defaultHandlerWrapper(element, event, handler) { - handler.call(element, event); - } - - function specialMouseHandlerWrapper(target, event, handler) { - // Refer to jQuery's implementation of mouseenter & mouseleave - // Read about mouseenter and mouseleave: - // http://www.quirksmode.org/js/events_mouse.html#link8 - var related = event.relatedTarget; - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if (!related || related !== target && !jqLiteContains.call(target, related)) { - handler.call(target, event); + return args; } - } - - ////////////////////////////////////////// - // Functions iterating traversal. - // These functions chain results into a single - // selector. - ////////////////////////////////////////// - forEach({ - removeData: jqLiteRemoveData, - on: function jqLiteOn(element, type, fn, unsupported) { - if (isDefined(unsupported)) throw jqLiteMinErr('onargs', 'jqLite#on() does not support the `selector` or `eventData` parameters'); - - // Do not add event handlers to non-elements because they will not be cleaned up. - if (!jqLiteAcceptsData(element)) { - return; + function isClass(func) { + // Support: IE 9-11 only + // IE 9-11 do not support classes and IE9 leaks with the code below. + if (msie || typeof func !== 'function') { + return false; } - - var expandoStore = jqLiteExpandoStore(element, true); - var events = expandoStore.events; - var handle = expandoStore.handle; - - if (!handle) { - handle = expandoStore.handle = createEventHandler(element, events); + var result = func.$$ngIsClass; + if (!isBoolean(result)) { + // Support: Edge 12-13 only + // See: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6156135/ + result = func.$$ngIsClass = /^(?:class\b|constructor\()/.test(stringifyFn(func)); } + return result; + } - // http://jsperf.com/string-indexof-vs-split - var types = type.indexOf(' ') >= 0 ? type.split(' ') : [type]; - var i = types.length; - - var addHandler = function addHandler(type, specialHandlerWrapper, noEventListener) { - var eventFns = events[type]; - - if (!eventFns) { - eventFns = events[type] = []; - eventFns.specialHandlerWrapper = specialHandlerWrapper; - if (type !== '$destroy' && !noEventListener) { - element.addEventListener(type, handle); - } - } + function invoke(fn, self, locals, serviceName) { + if (typeof locals === 'string') { + serviceName = locals; + locals = null; + } - eventFns.push(fn); - }; + var args = injectionArgs(fn, locals, serviceName); + if (isArray(fn)) { + fn = fn[fn.length - 1]; + } - while (i--) { - type = types[i]; - if (MOUSE_EVENT_MAP[type]) { - addHandler(MOUSE_EVENT_MAP[type], specialMouseHandlerWrapper); - addHandler(type, undefined, true); - } else { - addHandler(type); - } + if (!isClass(fn)) { + // http://jsperf.com/angularjs-invoke-apply-vs-switch + // #5388 + return fn.apply(self, args); + } else { + args.unshift(null); + return new (Function.prototype.bind.apply(fn, args))(); } - }, + } - off: jqLiteOff, - one: function one(element, type, fn) { - element = jqLite(element); + function instantiate(Type, locals, serviceName) { + // Check if Type is annotated and use just the given function at n-1 as parameter + // e.g. someModule.factory('greeter', ['$window', function(renamed$window) {}]); + var ctor = (isArray(Type) ? Type[Type.length - 1] : Type); + var args = injectionArgs(Type, locals, serviceName); + // Empty object at position 0 is ignored for invocation with `new`, but required. + args.unshift(null); + return new (Function.prototype.bind.apply(ctor, args))(); + } - //add the listener twice so that when it is called - //you can remove the original function and still be - //able to call element.off(ev, fn) normally - element.on(type, function onFn() { - element.off(type, fn); - element.off(type, onFn); - }); - element.on(type, fn); - }, - replaceWith: function replaceWith(element, replaceNode) { - var index, - parent = element.parentNode; - jqLiteDealoc(element); - forEach(new JQLite(replaceNode), function (node) { - if (index) { - parent.insertBefore(node, index.nextSibling); - } else { - parent.replaceChild(node, element); - } - index = node; - }); - }, + return { + invoke: invoke, + instantiate: instantiate, + get: getService, + annotate: createInjector.$$annotate, + has: function(name) { + return providerCache.hasOwnProperty(name + providerSuffix) || cache.hasOwnProperty(name); + } + }; + } +} - children: function children(element) { - var children = []; - forEach(element.childNodes, function (element) { - if (element.nodeType === NODE_TYPE_ELEMENT) { - children.push(element); - } - }); - return children; - }, +createInjector.$$annotate = annotate; - contents: function contents(element) { - return element.contentDocument || element.childNodes || []; - }, +/** + * @ngdoc provider + * @name $anchorScrollProvider + * @this + * + * @description + * Use `$anchorScrollProvider` to disable automatic scrolling whenever + * {@link ng.$location#hash $location.hash()} changes. + */ +function $AnchorScrollProvider() { - append: function append(element, node) { - var nodeType = element.nodeType; - if (nodeType !== NODE_TYPE_ELEMENT && nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT) return; + var autoScrollingEnabled = true; - node = new JQLite(node); + /** + * @ngdoc method + * @name $anchorScrollProvider#disableAutoScrolling + * + * @description + * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to + * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
    + * Use this method to disable automatic scrolling. + * + * If automatic scrolling is disabled, one must explicitly call + * {@link ng.$anchorScroll $anchorScroll()} in order to scroll to the element related to the + * current hash. + */ + this.disableAutoScrolling = function() { + autoScrollingEnabled = false; + }; - for (var i = 0, ii = node.length; i < ii; i++) { - var child = node[i]; - element.appendChild(child); - } - }, + /** + * @ngdoc service + * @name $anchorScroll + * @kind function + * @requires $window + * @requires $location + * @requires $rootScope + * + * @description + * When called, it scrolls to the element related to the specified `hash` or (if omitted) to the + * current value of {@link ng.$location#hash $location.hash()}, according to the rules specified + * in the + * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document). + * + * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to + * match any anchor whenever it changes. This can be disabled by calling + * {@link ng.$anchorScrollProvider#disableAutoScrolling $anchorScrollProvider.disableAutoScrolling()}. + * + * Additionally, you can use its {@link ng.$anchorScroll#yOffset yOffset} property to specify a + * vertical scroll-offset (either fixed or dynamic). + * + * @param {string=} hash The hash specifying the element to scroll to. If omitted, the value of + * {@link ng.$location#hash $location.hash()} will be used. + * + * @property {(number|function|jqLite)} yOffset + * If set, specifies a vertical scroll-offset. This is often useful when there are fixed + * positioned elements at the top of the page, such as navbars, headers etc. + * + * `yOffset` can be specified in various ways: + * - **number**: A fixed number of pixels to be used as offset.

    + * - **function**: A getter function called everytime `$anchorScroll()` is executed. Must return + * a number representing the offset (in pixels).

    + * - **jqLite**: A jqLite/jQuery element to be used for specifying the offset. The distance from + * the top of the page to the element's bottom will be used as offset.
    + * **Note**: The element will be taken into account only as long as its `position` is set to + * `fixed`. This option is useful, when dealing with responsive navbars/headers that adjust + * their height and/or positioning according to the viewport's size. + * + *
    + *
    + * In order for `yOffset` to work properly, scrolling should take place on the document's root and + * not some child element. + *
    + * + * @example + + +
    + Go to bottom + You're at the bottom! +
    +
    + + angular.module('anchorScrollExample', []) + .controller('ScrollController', ['$scope', '$location', '$anchorScroll', + function($scope, $location, $anchorScroll) { + $scope.gotoBottom = function() { + // set the location.hash to the id of + // the element you wish to scroll to. + $location.hash('bottom'); + + // call $anchorScroll() + $anchorScroll(); + }; + }]); + + + #scrollArea { + height: 280px; + overflow: auto; + } - prepend: function prepend(element, node) { - if (element.nodeType === NODE_TYPE_ELEMENT) { - var index = element.firstChild; - forEach(new JQLite(node), function (child) { - element.insertBefore(child, index); - }); - } - }, + #bottom { + display: block; + margin-top: 2000px; + } + +
    + * + *
    + * The example below illustrates the use of a vertical scroll-offset (specified as a fixed value). + * See {@link ng.$anchorScroll#yOffset $anchorScroll.yOffset} for more details. + * + * @example + + + +
    + Anchor {{x}} of 5 +
    +
    + + angular.module('anchorScrollOffsetExample', []) + .run(['$anchorScroll', function($anchorScroll) { + $anchorScroll.yOffset = 50; // always scroll by 50 extra pixels + }]) + .controller('headerCtrl', ['$anchorScroll', '$location', '$scope', + function($anchorScroll, $location, $scope) { + $scope.gotoAnchor = function(x) { + var newHash = 'anchor' + x; + if ($location.hash() !== newHash) { + // set the $location.hash to `newHash` and + // $anchorScroll will automatically scroll to it + $location.hash('anchor' + x); + } else { + // call $anchorScroll() explicitly, + // since $location.hash hasn't changed + $anchorScroll(); + } + }; + } + ]); + + + body { + padding-top: 50px; + } - wrap: function wrap(element, wrapNode) { - jqLiteWrapNode(element, jqLite(wrapNode).eq(0).clone()[0]); - }, + .anchor { + border: 2px dashed DarkOrchid; + padding: 10px 10px 200px 10px; + } - remove: jqLiteRemove, + .fixed-header { + background-color: rgba(0, 0, 0, 0.2); + height: 50px; + position: fixed; + top: 0; left: 0; right: 0; + } - detach: function detach(element) { - jqLiteRemove(element, true); - }, + .fixed-header > a { + display: inline-block; + margin: 5px 15px; + } + +
    + */ + this.$get = ['$window', '$location', '$rootScope', function($window, $location, $rootScope) { + var document = $window.document; + + // Helper function to get first anchor from a NodeList + // (using `Array#some()` instead of `angular#forEach()` since it's more performant + // and working in all supported browsers.) + function getFirstAnchor(list) { + var result = null; + Array.prototype.some.call(list, function(element) { + if (nodeName_(element) === 'a') { + result = element; + return true; + } + }); + return result; + } - after: function after(element, newElement) { - var index = element, - parent = element.parentNode; + function getYOffset() { - if (parent) { - newElement = new JQLite(newElement); + var offset = scroll.yOffset; - for (var i = 0, ii = newElement.length; i < ii; i++) { - var node = newElement[i]; - parent.insertBefore(node, index.nextSibling); - index = node; + if (isFunction(offset)) { + offset = offset(); + } else if (isElement(offset)) { + var elem = offset[0]; + var style = $window.getComputedStyle(elem); + if (style.position !== 'fixed') { + offset = 0; + } else { + offset = elem.getBoundingClientRect().bottom; } + } else if (!isNumber(offset)) { + offset = 0; } - }, - - addClass: jqLiteAddClass, - removeClass: jqLiteRemoveClass, - toggleClass: function toggleClass(element, selector, condition) { - if (selector) { - forEach(selector.split(' '), function (className) { - var classCondition = condition; - if (isUndefined(classCondition)) { - classCondition = !jqLiteHasClass(element, className); - } - (classCondition ? jqLiteAddClass : jqLiteRemoveClass)(element, className); - }); - } - }, + return offset; + } - parent: function parent(element) { - var parent = element.parentNode; - return parent && parent.nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT ? parent : null; - }, + function scrollTo(elem) { + if (elem) { + elem.scrollIntoView(); - next: function next(element) { - return element.nextElementSibling; - }, + var offset = getYOffset(); - find: function find(element, selector) { - if (element.getElementsByTagName) { - return element.getElementsByTagName(selector); + if (offset) { + // `offset` is the number of pixels we should scroll UP in order to align `elem` properly. + // This is true ONLY if the call to `elem.scrollIntoView()` initially aligns `elem` at the + // top of the viewport. + // + // IF the number of pixels from the top of `elem` to the end of the page's content is less + // than the height of the viewport, then `elem.scrollIntoView()` will align the `elem` some + // way down the page. + // + // This is often the case for elements near the bottom of the page. + // + // In such cases we do not need to scroll the whole `offset` up, just the difference between + // the top of the element and the offset, which is enough to align the top of `elem` at the + // desired position. + var elemTop = elem.getBoundingClientRect().top; + $window.scrollBy(0, elemTop - offset); + } } else { - return []; + $window.scrollTo(0, 0); } - }, + } - clone: jqLiteClone, + function scroll(hash) { + // Allow numeric hashes + hash = isString(hash) ? hash : isNumber(hash) ? hash.toString() : $location.hash(); + var elm; - triggerHandler: function triggerHandler(element, event, extraParameters) { + // empty hash, scroll to the top of the page + if (!hash) scrollTo(null); - var dummyEvent, eventFnsCopy, handlerArgs; - var eventName = event.type || event; - var expandoStore = jqLiteExpandoStore(element); - var events = expandoStore && expandoStore.events; - var eventFns = events && events[eventName]; + // element with given id + else if ((elm = document.getElementById(hash))) scrollTo(elm); - if (eventFns) { - // Create a dummy event to pass to the handlers - dummyEvent = { - preventDefault: function preventDefault() { - this.defaultPrevented = true; - }, - isDefaultPrevented: function isDefaultPrevented() { - return this.defaultPrevented === true; - }, - stopImmediatePropagation: function stopImmediatePropagation() { - this.immediatePropagationStopped = true; - }, - isImmediatePropagationStopped: function isImmediatePropagationStopped() { - return this.immediatePropagationStopped === true; - }, - stopPropagation: noop, - type: eventName, - target: element - }; + // first anchor with given name :-D + else if ((elm = getFirstAnchor(document.getElementsByName(hash)))) scrollTo(elm); - // If a custom event was provided then extend our dummy event with it - if (event.type) { - dummyEvent = extend(dummyEvent, event); - } + // no element and hash === 'top', scroll to the top of the page + else if (hash === 'top') scrollTo(null); + } - // Copy event handlers in case event handlers array is modified during execution. - eventFnsCopy = shallowCopy(eventFns); - handlerArgs = extraParameters ? [dummyEvent].concat(extraParameters) : [dummyEvent]; + // does not scroll when user clicks on anchor link that is currently on + // (no url change, no $location.hash() change), browser native does scroll + if (autoScrollingEnabled) { + $rootScope.$watch(function autoScrollWatch() {return $location.hash();}, + function autoScrollWatchAction(newVal, oldVal) { + // skip the initial scroll if $location.hash is empty + if (newVal === oldVal && newVal === '') return; - forEach(eventFnsCopy, function (fn) { - if (!dummyEvent.isImmediatePropagationStopped()) { - fn.apply(element, handlerArgs); - } + jqLiteDocumentLoaded(function() { + $rootScope.$evalAsync(scroll); + }); }); - } } - }, function (fn, name) { - /** - * chaining functions - */ - JQLite.prototype[name] = function (arg1, arg2, arg3) { - var value; - - for (var i = 0, ii = this.length; i < ii; i++) { - if (isUndefined(value)) { - value = fn(this[i], arg1, arg2, arg3); - if (isDefined(value)) { - // any function which returns a value needs to be wrapped - value = jqLite(value); - } - } else { - jqLiteAddNodes(value, fn(this[i], arg1, arg2, arg3)); - } - } - return isDefined(value) ? value : this; - }; - }); - // bind legacy bind/unbind to on/off - JQLite.prototype.bind = JQLite.prototype.on; - JQLite.prototype.unbind = JQLite.prototype.off; - - // Provider for private $$jqLite service - /** @this */ - function $$jqLiteProvider() { - this.$get = function $$jqLite() { - return extend(JQLite, { - hasClass: function hasClass(node, classes) { - if (node.attr) node = node[0]; - return jqLiteHasClass(node, classes); - }, - addClass: function addClass(node, classes) { - if (node.attr) node = node[0]; - return jqLiteAddClass(node, classes); - }, - removeClass: function removeClass(node, classes) { - if (node.attr) node = node[0]; - return jqLiteRemoveClass(node, classes); - } - }); - }; - } + return scroll; + }]; +} - /** - * Computes a hash of an 'obj'. - * Hash of a: - * string is string - * number is number as string - * object is either result of calling $$hashKey function on the object or uniquely generated id, - * that is also assigned to the $$hashKey property of the object. - * - * @param obj - * @returns {string} hash string such that the same input will have the same hash string. - * The resulting string key is in 'type:hashKey' format. - */ - function hashKey(obj, nextUidFn) { - var key = obj && obj.$$hashKey; +var $animateMinErr = minErr('$animate'); +var ELEMENT_NODE = 1; +var NG_ANIMATE_CLASSNAME = 'ng-animate'; - if (key) { - if (typeof key === 'function') { - key = obj.$$hashKey(); - } - return key; - } +function mergeClasses(a,b) { + if (!a && !b) return ''; + if (!a) return b; + if (!b) return a; + if (isArray(a)) a = a.join(' '); + if (isArray(b)) b = b.join(' '); + return a + ' ' + b; +} - var objType = typeof obj === 'undefined' ? 'undefined' : _typeof(obj); - if (objType === 'function' || objType === 'object' && obj !== null) { - key = obj.$$hashKey = objType + ':' + (nextUidFn || nextUid)(); - } else { - key = objType + ':' + obj; +function extractElementNode(element) { + for (var i = 0; i < element.length; i++) { + var elm = element[i]; + if (elm.nodeType === ELEMENT_NODE) { + return elm; } - - return key; } +} - // A minimal ES2015 Map implementation. - // Should be bug/feature equivalent to the native implementations of supported browsers - // (for the features required in Angular). - // See https://kangax.github.io/compat-table/es6/#test-Map - var nanKey = Object.create(null); - function NgMapShim() { - this._keys = []; - this._values = []; - this._lastKey = NaN; - this._lastIndex = -1; +function splitClasses(classes) { + if (isString(classes)) { + classes = classes.split(' '); } - NgMapShim.prototype = { - _idx: function _idx(key) { - if (key === this._lastKey) { - return this._lastIndex; - } - this._lastKey = key; - this._lastIndex = this._keys.indexOf(key); - return this._lastIndex; - }, - _transformKey: function _transformKey(key) { - return isNumberNaN(key) ? nanKey : key; - }, - get: function get(key) { - key = this._transformKey(key); - var idx = this._idx(key); - if (idx !== -1) { - return this._values[idx]; - } - }, - set: function set(key, value) { - key = this._transformKey(key); - var idx = this._idx(key); - if (idx === -1) { - idx = this._lastIndex = this._keys.length; - } - this._keys[idx] = key; - this._values[idx] = value; - // Support: IE11 - // Do not `return this` to simulate the partial IE11 implementation - }, - delete: function _delete(key) { - key = this._transformKey(key); - var idx = this._idx(key); - if (idx === -1) { - return false; - } - this._keys.splice(idx, 1); - this._values.splice(idx, 1); - this._lastKey = NaN; - this._lastIndex = -1; - return true; + // Use createMap() to prevent class assumptions involving property names in + // Object.prototype + var obj = createMap(); + forEach(classes, function(klass) { + // sometimes the split leaves empty string values + // incase extra spaces were applied to the options + if (klass.length) { + obj[klass] = true; } - }; + }); + return obj; +} - // For now, always use `NgMapShim`, even if `window.Map` is available. Some native implementations - // are still buggy (often in subtle ways) and can cause hard-to-debug failures. When native `Map` - // implementations get more stable, we can reconsider switching to `window.Map` (when available). - var NgMap = NgMapShim; +// if any other type of options value besides an Object value is +// passed into the $animate.method() animation then this helper code +// will be run which will ignore it. While this patch is not the +// greatest solution to this, a lot of existing plugins depend on +// $animate to either call the callback (< 1.2) or return a promise +// that can be changed. This helper function ensures that the options +// are wiped clean incase a callback function is provided. +function prepareAnimateOptions(options) { + return isObject(options) + ? options + : {}; +} - var $$MapProvider = [/** @this */function () { - this.$get = [function () { - return NgMap; - }]; - }]; +var $$CoreAnimateJsProvider = /** @this */ function() { + this.$get = noop; +}; - /** - * @ngdoc function - * @module ng - * @name angular.injector - * @kind function - * - * @description - * Creates an injector object that can be used for retrieving services as well as for - * dependency injection (see {@link guide/di dependency injection}). - * - * @param {Array.} modules A list of module functions or their aliases. See - * {@link angular.module}. The `ng` module must be explicitly added. - * @param {boolean=} [strictDi=false] Whether the injector should be in strict mode, which - * disallows argument name annotation inference. - * @returns {injector} Injector object. See {@link auto.$injector $injector}. - * - * @example - * Typical usage - * ```js - * // create an injector - * var $injector = angular.injector(['ng']); - * - * // use the injector to kick off your application - * // use the type inference to auto inject arguments, or use implicit injection - * $injector.invoke(function($rootScope, $compile, $document) { - * $compile($document)($rootScope); - * $rootScope.$digest(); - * }); - * ``` - * - * Sometimes you want to get access to the injector of a currently running Angular app - * from outside Angular. Perhaps, you want to inject and compile some markup after the - * application has been bootstrapped. You can do this using the extra `injector()` added - * to JQuery/jqLite elements. See {@link angular.element}. - * - * *This is fairly rare but could be the case if a third party library is injecting the - * markup.* - * - * In the following example a new block of HTML containing a `ng-controller` - * directive is added to the end of the document body by JQuery. We then compile and link - * it into the current AngularJS scope. - * - * ```js - * var $div = $('
    {{content.label}}
    '); - * $(document.body).append($div); - * - * angular.element(document).injector().invoke(function($compile) { - * var scope = angular.element($div).scope(); - * $compile($div)(scope); - * }); - * ``` - */ +// this is prefixed with Core since it conflicts with +// the animateQueueProvider defined in ngAnimate/animateQueue.js +var $$CoreAnimateQueueProvider = /** @this */ function() { + var postDigestQueue = new NgMap(); + var postDigestElements = []; - /** - * @ngdoc module - * @name auto - * @installation - * @description - * - * Implicit module which gets automatically added to each {@link auto.$injector $injector}. - */ + this.$get = ['$$AnimateRunner', '$rootScope', + function($$AnimateRunner, $rootScope) { + return { + enabled: noop, + on: noop, + off: noop, + pin: noop, - var ARROW_ARG = /^([^(]+?)=>/; - var FN_ARGS = /^[^(]*\(\s*([^)]*)\)/m; - var FN_ARG_SPLIT = /,/; - var FN_ARG = /^\s*(_?)(\S+?)\1\s*$/; - var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg; - var $injectorMinErr = minErr('$injector'); + push: function(element, event, options, domOperation) { + if (domOperation) { + domOperation(); + } - function stringifyFn(fn) { - return Function.prototype.toString.call(fn); - } + options = options || {}; + if (options.from) { + element.css(options.from); + } + if (options.to) { + element.css(options.to); + } - function extractArgs(fn) { - var fnText = stringifyFn(fn).replace(STRIP_COMMENTS, ''), - args = fnText.match(ARROW_ARG) || fnText.match(FN_ARGS); - return args; - } + if (options.addClass || options.removeClass) { + addRemoveClassesPostDigest(element, options.addClass, options.removeClass); + } - function anonFn(fn) { - // For anonymous functions, showing at the very least the function signature can help in - // debugging. - var args = extractArgs(fn); - if (args) { - return 'function(' + (args[1] || '').replace(/[\s\r\n]+/, ' ') + ')'; - } - return 'fn'; - } + var runner = new $$AnimateRunner(); + + // since there are no animations to run the runner needs to be + // notified that the animation call is complete. + runner.complete(); + return runner; + } + }; - function annotate(fn, strictDi, name) { - var $inject, argDecl, last; - if (typeof fn === 'function') { - if (!($inject = fn.$inject)) { - $inject = []; - if (fn.length) { - if (strictDi) { - if (!isString(name) || !name) { - name = fn.name || anonFn(fn); - } - throw $injectorMinErr('strictdi', '{0} is not using explicit annotation and cannot be invoked in strict mode', name); + function updateData(data, classes, value) { + var changed = false; + if (classes) { + classes = isString(classes) ? classes.split(' ') : + isArray(classes) ? classes : []; + forEach(classes, function(className) { + if (className) { + changed = true; + data[className] = value; } - argDecl = extractArgs(fn); - forEach(argDecl[1].split(FN_ARG_SPLIT), function (arg) { - arg.replace(FN_ARG, function (all, underscore, name) { - $inject.push(name); - }); + }); + } + return changed; + } + + function handleCSSClassChanges() { + forEach(postDigestElements, function(element) { + var data = postDigestQueue.get(element); + if (data) { + var existing = splitClasses(element.attr('class')); + var toAdd = ''; + var toRemove = ''; + forEach(data, function(status, className) { + var hasClass = !!existing[className]; + if (status !== hasClass) { + if (status) { + toAdd += (toAdd.length ? ' ' : '') + className; + } else { + toRemove += (toRemove.length ? ' ' : '') + className; + } + } + }); + + forEach(element, function(elm) { + if (toAdd) { + jqLiteAddClass(elm, toAdd); + } + if (toRemove) { + jqLiteRemoveClass(elm, toRemove); + } }); + postDigestQueue.delete(element); } - fn.$inject = $inject; - } - } else if (isArray(fn)) { - last = fn.length - 1; - assertArgFn(fn[last], 'fn'); - $inject = fn.slice(0, last); - } else { - assertArgFn(fn, 'fn', true); + }); + postDigestElements.length = 0; } - return $inject; - } - /////////////////////////////////////// - /** - * @ngdoc service - * @name $injector - * - * @description - * - * `$injector` is used to retrieve object instances as defined by - * {@link auto.$provide provider}, instantiate types, invoke methods, - * and load modules. - * - * The following always holds true: - * - * ```js - * var $injector = angular.injector(); - * expect($injector.get('$injector')).toBe($injector); - * expect($injector.invoke(function($injector) { - * return $injector; - * })).toBe($injector); - * ``` - * - * ## Injection Function Annotation - * - * JavaScript does not have annotations, and annotations are needed for dependency injection. The - * following are all valid ways of annotating function with injection arguments and are equivalent. - * - * ```js - * // inferred (only works if code not minified/obfuscated) - * $injector.invoke(function(serviceA){}); - * - * // annotated - * function explicit(serviceA) {}; - * explicit.$inject = ['serviceA']; - * $injector.invoke(explicit); - * - * // inline - * $injector.invoke(['serviceA', function(serviceA){}]); - * ``` - * - * ### Inference - * - * In JavaScript calling `toString()` on a function returns the function definition. The definition - * can then be parsed and the function arguments can be extracted. This method of discovering - * annotations is disallowed when the injector is in strict mode. - * *NOTE:* This does not work with minification, and obfuscation tools since these tools change the - * argument names. - * - * ### `$inject` Annotation - * By adding an `$inject` property onto a function the injection parameters can be specified. - * - * ### Inline - * As an array of injection names, where the last item in the array is the function to call. - */ + function addRemoveClassesPostDigest(element, add, remove) { + var data = postDigestQueue.get(element) || {}; - /** - * @ngdoc property - * @name $injector#modules - * @type {Object} - * @description - * A hash containing all the modules that have been loaded into the - * $injector. - * - * You can use this property to find out information about a module via the - * {@link angular.Module#info `myModule.info(...)`} method. - * - * For example: - * - * ``` - * var info = $injector.modules['ngAnimate'].info(); - * ``` - * - * **Do not use this property to attempt to modify the modules after the application - * has been bootstrapped.** - */ + var classesAdded = updateData(data, add, true); + var classesRemoved = updateData(data, remove, false); - /** - * @ngdoc method - * @name $injector#get - * - * @description - * Return an instance of the service. - * - * @param {string} name The name of the instance to retrieve. - * @param {string=} caller An optional string to provide the origin of the function call for error messages. - * @return {*} The instance. - */ + if (classesAdded || classesRemoved) { - /** - * @ngdoc method - * @name $injector#invoke - * - * @description - * Invoke the method and supply the method arguments from the `$injector`. - * - * @param {Function|Array.} fn The injectable function to invoke. Function parameters are - * injected according to the {@link guide/di $inject Annotation} rules. - * @param {Object=} self The `this` for the invoked method. - * @param {Object=} locals Optional object. If preset then any argument names are read from this - * object first, before the `$injector` is consulted. - * @returns {*} the value returned by the invoked `fn` function. - */ + postDigestQueue.set(element, data); + postDigestElements.push(element); - /** - * @ngdoc method - * @name $injector#has - * - * @description - * Allows the user to query if the particular service exists. - * - * @param {string} name Name of the service to query. - * @returns {boolean} `true` if injector has given service. - */ + if (postDigestElements.length === 1) { + $rootScope.$$postDigest(handleCSSClassChanges); + } + } + } + }]; +}; - /** - * @ngdoc method - * @name $injector#instantiate - * @description - * Create a new instance of JS type. The method takes a constructor function, invokes the new - * operator, and supplies all of the arguments to the constructor function as specified by the - * constructor annotation. - * - * @param {Function} Type Annotated constructor function. - * @param {Object=} locals Optional object. If preset then any argument names are read from this - * object first, before the `$injector` is consulted. - * @returns {Object} new instance of `Type`. - */ +/** + * @ngdoc provider + * @name $animateProvider + * + * @description + * Default implementation of $animate that doesn't perform any animations, instead just + * synchronously performs DOM updates and resolves the returned runner promise. + * + * In order to enable animations the `ngAnimate` module has to be loaded. + * + * To see the functional implementation check out `src/ngAnimate/animate.js`. + */ +var $AnimateProvider = ['$provide', /** @this */ function($provide) { + var provider = this; + var classNameFilter = null; + var customFilter = null; - /** + this.$$registeredAnimations = Object.create(null); + + /** * @ngdoc method - * @name $injector#annotate + * @name $animateProvider#register * * @description - * Returns an array of service names which the function is requesting for injection. This API is - * used by the injector to determine which services need to be injected into the function when the - * function is invoked. There are three ways in which the function can be annotated with the needed - * dependencies. - * - * #### Argument names - * - * The simplest form is to extract the dependencies from the arguments of the function. This is done - * by converting the function into a string using `toString()` method and extracting the argument - * names. - * ```js - * // Given - * function MyController($scope, $route) { - * // ... - * } - * - * // Then - * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); - * ``` + * Registers a new injectable animation factory function. The factory function produces the + * animation object which contains callback functions for each event that is expected to be + * animated. * - * You can disallow this method by using strict injection mode. + * * `eventFn`: `function(element, ... , doneFunction, options)` + * The element to animate, the `doneFunction` and the options fed into the animation. Depending + * on the type of animation additional arguments will be injected into the animation function. The + * list below explains the function signatures for the different animation methods: * - * This method does not work with code minification / obfuscation. For this reason the following - * annotation strategies are supported. + * - setClass: function(element, addedClasses, removedClasses, doneFunction, options) + * - addClass: function(element, addedClasses, doneFunction, options) + * - removeClass: function(element, removedClasses, doneFunction, options) + * - enter, leave, move: function(element, doneFunction, options) + * - animate: function(element, fromStyles, toStyles, doneFunction, options) * - * #### The `$inject` property + * Make sure to trigger the `doneFunction` once the animation is fully complete. * - * If a function has an `$inject` property and its value is an array of strings, then the strings - * represent names of services to be injected into the function. * ```js - * // Given - * var MyController = function(obfuscatedScope, obfuscatedRoute) { - * // ... + * return { + * //enter, leave, move signature + * eventFn : function(element, done, options) { + * //code to run the animation + * //once complete, then run done() + * return function endFunction(wasCancelled) { + * //code to cancel the animation + * } + * } * } - * // Define function dependencies - * MyController['$inject'] = ['$scope', '$route']; - * - * // Then - * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); - * ``` - * - * #### The array notation - * - * It is often desirable to inline Injected functions and that's when setting the `$inject` property - * is very inconvenient. In these situations using the array notation to specify the dependencies in - * a way that survives minification is a better choice: - * - * ```js - * // We wish to write this (not minification / obfuscation safe) - * injector.invoke(function($compile, $rootScope) { - * // ... - * }); - * - * // We are forced to write break inlining - * var tmpFn = function(obfuscatedCompile, obfuscatedRootScope) { - * // ... - * }; - * tmpFn.$inject = ['$compile', '$rootScope']; - * injector.invoke(tmpFn); - * - * // To better support inline function the inline annotation is supported - * injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) { - * // ... - * }]); - * - * // Therefore - * expect(injector.annotate( - * ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}]) - * ).toEqual(['$compile', '$rootScope']); - * ``` - * - * @param {Function|Array.} fn Function for which dependent service names need to - * be retrieved as described above. - * - * @param {boolean=} [strictDi=false] Disallow argument name annotation inference. - * - * @returns {Array.} The names of the services which the function requires. - */ - /** - * @ngdoc method - * @name $injector#loadNewModules - * - * @description - * - * **This is a dangerous API, which you use at your own risk!** - * - * Add the specified modules to the current injector. - * - * This method will add each of the injectables to the injector and execute all of the config and run - * blocks for each module passed to the method. - * - * If a module has already been loaded into the injector then it will not be loaded again. - * - * * The application developer is responsible for loading the code containing the modules; and for - * ensuring that lazy scripts are not downloaded and executed more often that desired. - * * Previously compiled HTML will not be affected by newly loaded directives, filters and components. - * * Modules cannot be unloaded. - * - * You can use {@link $injector#modules `$injector.modules`} to check whether a module has been loaded - * into the injector, which may indicate whether the script has been executed already. - * - * @example - * Here is an example of loading a bundle of modules, with a utility method called `getScript`: - * - * ```javascript - * app.factory('loadModule', function($injector) { - * return function loadModule(moduleName, bundleUrl) { - * return getScript(bundleUrl).then(function() { $injector.loadNewModules([moduleName]); }); - * }; - * }) * ``` * - * @param {Array=} mods an array of modules to load into the application. - * Each item in the array should be the name of a predefined module or a (DI annotated) - * function that will be invoked by the injector as a `config` block. - * See: {@link angular.module modules} - */ - - /** - * @ngdoc service - * @name $provide - * - * @description - * - * The {@link auto.$provide $provide} service has a number of methods for registering components - * with the {@link auto.$injector $injector}. Many of these functions are also exposed on - * {@link angular.Module}. - * - * An Angular **service** is a singleton object created by a **service factory**. These **service - * factories** are functions which, in turn, are created by a **service provider**. - * The **service providers** are constructor functions. When instantiated they must contain a - * property called `$get`, which holds the **service factory** function. - * - * When you request a service, the {@link auto.$injector $injector} is responsible for finding the - * correct **service provider**, instantiating it and then calling its `$get` **service factory** - * function to get the instance of the **service**. - * - * Often services have no configuration options and there is no need to add methods to the service - * provider. The provider will be no more than a constructor function with a `$get` property. For - * these cases the {@link auto.$provide $provide} service has additional helper methods to register - * services without specifying a provider. - * - * * {@link auto.$provide#provider provider(name, provider)} - registers a **service provider** with the - * {@link auto.$injector $injector} - * * {@link auto.$provide#constant constant(name, obj)} - registers a value/object that can be accessed by - * providers and services. - * * {@link auto.$provide#value value(name, obj)} - registers a value/object that can only be accessed by - * services, not providers. - * * {@link auto.$provide#factory factory(name, fn)} - registers a service **factory function** - * that will be wrapped in a **service provider** object, whose `$get` property will contain the - * given factory function. - * * {@link auto.$provide#service service(name, Fn)} - registers a **constructor function** - * that will be wrapped in a **service provider** object, whose `$get` property will instantiate - * a new object using the given constructor function. - * * {@link auto.$provide#decorator decorator(name, decorFn)} - registers a **decorator function** that - * will be able to modify or replace the implementation of another service. - * - * See the individual methods for more information and examples. + * @param {string} name The name of the animation (this is what the class-based CSS value will be compared to). + * @param {Function} factory The factory function that will be executed to return the animation + * object. */ + this.register = function(name, factory) { + if (name && name.charAt(0) !== '.') { + throw $animateMinErr('notcsel', 'Expecting class selector starting with \'.\' got \'{0}\'.', name); + } - /** - * @ngdoc method - * @name $provide#provider - * @description - * - * Register a **provider function** with the {@link auto.$injector $injector}. Provider functions - * are constructor functions, whose instances are responsible for "providing" a factory for a - * service. - * - * Service provider names start with the name of the service they provide followed by `Provider`. - * For example, the {@link ng.$log $log} service has a provider called - * {@link ng.$logProvider $logProvider}. - * - * Service provider objects can have additional methods which allow configuration of the provider - * and its service. Importantly, you can configure what kind of service is created by the `$get` - * method, or how that service will act. For example, the {@link ng.$logProvider $logProvider} has a - * method {@link ng.$logProvider#debugEnabled debugEnabled} - * which lets you specify whether the {@link ng.$log $log} service will log debug messages to the - * console or not. - * - * @param {string} name The name of the instance. NOTE: the provider will be available under `name + - 'Provider'` key. - * @param {(Object|function())} provider If the provider is: - * - * - `Object`: then it should have a `$get` method. The `$get` method will be invoked using - * {@link auto.$injector#invoke $injector.invoke()} when an instance needs to be created. - * - `Constructor`: a new instance of the provider will be created using - * {@link auto.$injector#instantiate $injector.instantiate()}, then treated as `object`. - * - * @returns {Object} registered provider instance - - * @example - * - * The following example shows how to create a simple event tracking service and register it using - * {@link auto.$provide#provider $provide.provider()}. - * - * ```js - * // Define the eventTracker provider - * function EventTrackerProvider() { - * var trackingUrl = '/track'; - * - * // A provider method for configuring where the tracked events should been saved - * this.setTrackingUrl = function(url) { - * trackingUrl = url; - * }; - * - * // The service factory function - * this.$get = ['$http', function($http) { - * var trackedEvents = {}; - * return { - * // Call this to track an event - * event: function(event) { - * var count = trackedEvents[event] || 0; - * count += 1; - * trackedEvents[event] = count; - * return count; - * }, - * // Call this to save the tracked events to the trackingUrl - * save: function() { - * $http.post(trackingUrl, trackedEvents); - * } - * }; - * }]; - * } - * - * describe('eventTracker', function() { - * var postSpy; - * - * beforeEach(module(function($provide) { - * // Register the eventTracker provider - * $provide.provider('eventTracker', EventTrackerProvider); - * })); - * - * beforeEach(module(function(eventTrackerProvider) { - * // Configure eventTracker provider - * eventTrackerProvider.setTrackingUrl('/custom-track'); - * })); - * - * it('tracks events', inject(function(eventTracker) { - * expect(eventTracker.event('login')).toEqual(1); - * expect(eventTracker.event('login')).toEqual(2); - * })); - * - * it('saves to the tracking url', inject(function(eventTracker, $http) { - * postSpy = spyOn($http, 'post'); - * eventTracker.event('login'); - * eventTracker.save(); - * expect(postSpy).toHaveBeenCalled(); - * expect(postSpy.mostRecentCall.args[0]).not.toEqual('/track'); - * expect(postSpy.mostRecentCall.args[0]).toEqual('/custom-track'); - * expect(postSpy.mostRecentCall.args[1]).toEqual({ 'login': 1 }); - * })); - * }); - * ``` - */ + var key = name + '-animation'; + provider.$$registeredAnimations[name.substr(1)] = key; + $provide.factory(key, factory); + }; /** * @ngdoc method - * @name $provide#factory - * @description - * - * Register a **service factory**, which will be called to return the service instance. - * This is short for registering a service where its provider consists of only a `$get` property, - * which is the given service factory function. - * You should use {@link auto.$provide#factory $provide.factory(getFn)} if you do not need to - * configure your service in a provider. + * @name $animateProvider#customFilter * - * @param {string} name The name of the instance. - * @param {Function|Array.} $getFn The injectable $getFn for the instance creation. - * Internally this is a short hand for `$provide.provider(name, {$get: $getFn})`. - * @returns {Object} registered provider instance - * - * @example - * Here is an example of registering a service - * ```js - * $provide.factory('ping', ['$http', function($http) { - * return function ping() { - * return $http.send('/ping'); - * }; - * }]); - * ``` - * You would then inject and use this service like this: - * ```js - * someModule.controller('Ctrl', ['ping', function(ping) { - * ping(); - * }]); - * ``` - */ - - /** - * @ngdoc method - * @name $provide#service * @description + * Sets and/or returns the custom filter function that is used to "filter" animations, i.e. + * determine if an animation is allowed or not. When no filter is specified (the default), no + * animation will be blocked. Setting the `customFilter` value will only allow animations for + * which the filter function's return value is truthy. * - * Register a **service constructor**, which will be invoked with `new` to create the service - * instance. - * This is short for registering a service where its provider's `$get` property is a factory - * function that returns an instance instantiated by the injector from the service constructor - * function. - * - * Internally it looks a bit like this: - * - * ``` - * { - * $get: function() { - * return $injector.instantiate(constructor); - * } - * } - * ``` - * - * - * You should use {@link auto.$provide#service $provide.service(class)} if you define your service - * as a type/class. - * - * @param {string} name The name of the instance. - * @param {Function|Array.} constructor An injectable class (constructor function) - * that will be instantiated. - * @returns {Object} registered provider instance - * - * @example - * Here is an example of registering a service using - * {@link auto.$provide#service $provide.service(class)}. - * ```js - * var Ping = function($http) { - * this.$http = $http; - * }; + * This allows to easily create arbitrarily complex rules for filtering animations, such as + * allowing specific events only, or enabling animations on specific subtrees of the DOM, etc. + * Filtering animations can also boost performance for low-powered devices, as well as + * applications containing a lot of structural operations. * - * Ping.$inject = ['$http']; + *
    + * **Best Practice:** + * Keep the filtering function as lean as possible, because it will be called for each DOM + * action (e.g. insertion, removal, class change) performed by "animation-aware" directives. + * See {@link guide/animations#which-directives-support-animations- here} for a list of built-in + * directives that support animations. + * Performing computationally expensive or time-consuming operations on each call of the + * filtering function can make your animations sluggish. + *
    * - * Ping.prototype.send = function() { - * return this.$http.get('/ping'); - * }; - * $provide.service('ping', Ping); - * ``` - * You would then inject and use this service like this: - * ```js - * someModule.controller('Ctrl', ['ping', function(ping) { - * ping.send(); - * }]); - * ``` + * **Note:** If present, `customFilter` will be checked before + * {@link $animateProvider#classNameFilter classNameFilter}. + * + * @param {Function=} filterFn - The filter function which will be used to filter all animations. + * If a falsy value is returned, no animation will be performed. The function will be called + * with the following arguments: + * - **node** `{DOMElement}` - The DOM element to be animated. + * - **event** `{String}` - The name of the animation event (e.g. `enter`, `leave`, `addClass` + * etc). + * - **options** `{Object}` - A collection of options/styles used for the animation. + * @return {Function} The current filter function or `null` if there is none set. */ + this.customFilter = function(filterFn) { + if (arguments.length === 1) { + customFilter = isFunction(filterFn) ? filterFn : null; + } - /** - * @ngdoc method - * @name $provide#value - * @description - * - * Register a **value service** with the {@link auto.$injector $injector}, such as a string, a - * number, an array, an object or a function. This is short for registering a service where its - * provider's `$get` property is a factory function that takes no arguments and returns the **value - * service**. That also means it is not possible to inject other services into a value service. - * - * Value services are similar to constant services, except that they cannot be injected into a - * module configuration function (see {@link angular.Module#config}) but they can be overridden by - * an Angular {@link auto.$provide#decorator decorator}. - * - * @param {string} name The name of the instance. - * @param {*} value The value. - * @returns {Object} registered provider instance - * - * @example - * Here are some examples of creating value services. - * ```js - * $provide.value('ADMIN_USER', 'admin'); - * - * $provide.value('RoleLookup', { admin: 0, writer: 1, reader: 2 }); - * - * $provide.value('halfOf', function(value) { - * return value / 2; - * }); - * ``` - */ + return customFilter; + }; /** * @ngdoc method - * @name $provide#constant - * @description - * - * Register a **constant service** with the {@link auto.$injector $injector}, such as a string, - * a number, an array, an object or a function. Like the {@link auto.$provide#value value}, it is not - * possible to inject other services into a constant. - * - * But unlike {@link auto.$provide#value value}, a constant can be - * injected into a module configuration function (see {@link angular.Module#config}) and it cannot - * be overridden by an Angular {@link auto.$provide#decorator decorator}. + * @name $animateProvider#classNameFilter * - * @param {string} name The name of the constant. - * @param {*} value The constant value. - * @returns {Object} registered instance - * - * @example - * Here a some examples of creating constants: - * ```js - * $provide.constant('SHARD_HEIGHT', 306); - * - * $provide.constant('MY_COLOURS', ['red', 'blue', 'grey']); - * - * $provide.constant('double', function(value) { - * return value * 2; - * }); - * ``` - */ - - /** - * @ngdoc method - * @name $provide#decorator * @description - * - * Register a **decorator function** with the {@link auto.$injector $injector}. A decorator function - * intercepts the creation of a service, allowing it to override or modify the behavior of the - * service. The return value of the decorator function may be the original service, or a new service - * that replaces (or wraps and delegates to) the original service. - * - * You can find out more about using decorators in the {@link guide/decorators} guide. - * - * @param {string} name The name of the service to decorate. - * @param {Function|Array.} decorator This function will be invoked when the service needs to be - * provided and should return the decorated service instance. The function is called using - * the {@link auto.$injector#invoke injector.invoke} method and is therefore fully injectable. - * Local injection arguments: - * - * * `$delegate` - The original service instance, which can be replaced, monkey patched, configured, - * decorated or delegated to. - * - * @example - * Here we decorate the {@link ng.$log $log} service to convert warnings to errors by intercepting - * calls to {@link ng.$log#error $log.warn()}. - * ```js - * $provide.decorator('$log', ['$delegate', function($delegate) { - * $delegate.warn = $delegate.error; - * return $delegate; - * }]); - * ``` + * Sets and/or returns the CSS class regular expression that is checked when performing + * an animation. Upon bootstrap the classNameFilter value is not set at all and will + * therefore enable $animate to attempt to perform an animation on any element that is triggered. + * When setting the `classNameFilter` value, animations will only be performed on elements + * that successfully match the filter expression. This in turn can boost performance + * for low-powered devices as well as applications containing a lot of structural operations. + * + * **Note:** If present, `classNameFilter` will be checked after + * {@link $animateProvider#customFilter customFilter}. If `customFilter` is present and returns + * false, `classNameFilter` will not be checked. + * + * @param {RegExp=} expression The className expression which will be checked against all animations + * @return {RegExp} The current CSS className expression value. If null then there is no expression value */ - - function createInjector(modulesToLoad, strictDi) { - strictDi = strictDi === true; - var INSTANTIATING = {}, - providerSuffix = 'Provider', - path = [], - loadedModules = new NgMap(), - providerCache = { - $provide: { - provider: supportObject(provider), - factory: supportObject(factory), - service: supportObject(service), - value: supportObject(value), - constant: supportObject(constant), - decorator: decorator - } - }, - providerInjector = providerCache.$injector = createInternalInjector(providerCache, function (serviceName, caller) { - if (angular.isString(caller)) { - path.push(caller); - } - throw $injectorMinErr('unpr', 'Unknown provider: {0}', path.join(' <- ')); - }), - instanceCache = {}, - protoInstanceInjector = createInternalInjector(instanceCache, function (serviceName, caller) { - var provider = providerInjector.get(serviceName + providerSuffix, caller); - return instanceInjector.invoke(provider.$get, provider, undefined, serviceName); - }), - instanceInjector = protoInstanceInjector; - - providerCache['$injector' + providerSuffix] = { $get: valueFn(protoInstanceInjector) }; - instanceInjector.modules = providerInjector.modules = createMap(); - var runBlocks = loadModules(modulesToLoad); - instanceInjector = protoInstanceInjector.get('$injector'); - instanceInjector.strictDi = strictDi; - forEach(runBlocks, function (fn) { - if (fn) instanceInjector.invoke(fn); - }); - - instanceInjector.loadNewModules = function (mods) { - forEach(loadModules(mods), function (fn) { - if (fn) instanceInjector.invoke(fn); - }); - }; - - return instanceInjector; - - //////////////////////////////////// - // $provider - //////////////////////////////////// - - function supportObject(delegate) { - return function (key, value) { - if (isObject(key)) { - forEach(key, reverseParams(delegate)); - } else { - return delegate(key, value); + this.classNameFilter = function(expression) { + if (arguments.length === 1) { + classNameFilter = (expression instanceof RegExp) ? expression : null; + if (classNameFilter) { + var reservedRegex = new RegExp('[(\\s|\\/)]' + NG_ANIMATE_CLASSNAME + '[(\\s|\\/)]'); + if (reservedRegex.test(classNameFilter.toString())) { + classNameFilter = null; + throw $animateMinErr('nongcls', '$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME); } - }; - } - - function provider(name, provider_) { - assertNotHasOwnProperty(name, 'service'); - if (isFunction(provider_) || isArray(provider_)) { - provider_ = providerInjector.instantiate(provider_); - } - if (!provider_.$get) { - throw $injectorMinErr('pget', 'Provider \'{0}\' must define $get factory method.', name); } - return providerCache[name + providerSuffix] = provider_; } + return classNameFilter; + }; - function enforceReturnValue(name, factory) { - return (/** @this */function enforcedReturnValue() { - var result = instanceInjector.invoke(factory, this); - if (isUndefined(result)) { - throw $injectorMinErr('undef', 'Provider \'{0}\' must return a value from $get factory method.', name); - } - return result; + this.$get = ['$$animateQueue', function($$animateQueue) { + function domInsert(element, parentElement, afterElement) { + // if for some reason the previous element was removed + // from the dom sometime before this code runs then let's + // just stick to using the parent element as the anchor + if (afterElement) { + var afterNode = extractElementNode(afterElement); + if (afterNode && !afterNode.parentNode && !afterNode.previousElementSibling) { + afterElement = null; } - ); - } - - function factory(name, factoryFn, enforce) { - return provider(name, { - $get: enforce !== false ? enforceReturnValue(name, factoryFn) : factoryFn - }); + } + if (afterElement) { + afterElement.after(element); + } else { + parentElement.prepend(element); + } } - function service(name, constructor) { - return factory(name, ['$injector', function ($injector) { - return $injector.instantiate(constructor); - }]); - } + /** + * @ngdoc service + * @name $animate + * @description The $animate service exposes a series of DOM utility methods that provide support + * for animation hooks. The default behavior is the application of DOM operations, however, + * when an animation is detected (and animations are enabled), $animate will do the heavy lifting + * to ensure that animation runs with the triggered DOM operation. + * + * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't + * included and only when it is active then the animation hooks that `$animate` triggers will be + * functional. Once active then all structural `ng-` directives will trigger animations as they perform + * their DOM-related operations (enter, leave and move). Other directives such as `ngClass`, + * `ngShow`, `ngHide` and `ngMessages` also provide support for animations. + * + * It is recommended that the`$animate` service is always used when executing DOM-related procedures within directives. + * + * To learn more about enabling animation support, click here to visit the + * {@link ngAnimate ngAnimate module page}. + */ + return { + // we don't call it directly since non-existant arguments may + // be interpreted as null within the sub enabled function - function value(name, val) { - return factory(name, valueFn(val), false); - } + /** + * + * @ngdoc method + * @name $animate#on + * @kind function + * @description Sets up an event listener to fire whenever the animation event (enter, leave, move, etc...) + * has fired on the given element or among any of its children. Once the listener is fired, the provided callback + * is fired with the following params: + * + * ```js + * $animate.on('enter', container, + * function callback(element, phase) { + * // cool we detected an enter animation within the container + * } + * ); + * ``` + * + * @param {string} event the animation event that will be captured (e.g. enter, leave, move, addClass, removeClass, etc...) + * @param {DOMElement} container the container element that will capture each of the animation events that are fired on itself + * as well as among its children + * @param {Function} callback the callback function that will be fired when the listener is triggered + * + * The arguments present in the callback function are: + * * `element` - The captured DOM element that the animation was fired on. + * * `phase` - The phase of the animation. The two possible phases are **start** (when the animation starts) and **close** (when it ends). + */ + on: $$animateQueue.on, - function constant(name, value) { - assertNotHasOwnProperty(name, 'constant'); - providerCache[name] = value; - instanceCache[name] = value; - } + /** + * + * @ngdoc method + * @name $animate#off + * @kind function + * @description Deregisters an event listener based on the event which has been associated with the provided element. This method + * can be used in three different ways depending on the arguments: + * + * ```js + * // remove all the animation event listeners listening for `enter` + * $animate.off('enter'); + * + * // remove listeners for all animation events from the container element + * $animate.off(container); + * + * // remove all the animation event listeners listening for `enter` on the given element and its children + * $animate.off('enter', container); + * + * // remove the event listener function provided by `callback` that is set + * // to listen for `enter` on the given `container` as well as its children + * $animate.off('enter', container, callback); + * ``` + * + * @param {string|DOMElement} event|container the animation event (e.g. enter, leave, move, + * addClass, removeClass, etc...), or the container element. If it is the element, all other + * arguments are ignored. + * @param {DOMElement=} container the container element the event listener was placed on + * @param {Function=} callback the callback function that was registered as the listener + */ + off: $$animateQueue.off, - function decorator(serviceName, decorFn) { - var origProvider = providerInjector.get(serviceName + providerSuffix), - orig$get = origProvider.$get; + /** + * @ngdoc method + * @name $animate#pin + * @kind function + * @description Associates the provided element with a host parent element to allow the element to be animated even if it exists + * outside of the DOM structure of the Angular application. By doing so, any animation triggered via `$animate` can be issued on the + * element despite being outside the realm of the application or within another application. Say for example if the application + * was bootstrapped on an element that is somewhere inside of the `` tag, but we wanted to allow for an element to be situated + * as a direct child of `document.body`, then this can be achieved by pinning the element via `$animate.pin(element)`. Keep in mind + * that calling `$animate.pin(element, parentElement)` will not actually insert into the DOM anywhere; it will just create the association. + * + * Note that this feature is only active when the `ngAnimate` module is used. + * + * @param {DOMElement} element the external element that will be pinned + * @param {DOMElement} parentElement the host parent element that will be associated with the external element + */ + pin: $$animateQueue.pin, - origProvider.$get = function () { - var origInstance = instanceInjector.invoke(orig$get, origProvider); - return instanceInjector.invoke(decorFn, null, { $delegate: origInstance }); - }; - } + /** + * + * @ngdoc method + * @name $animate#enabled + * @kind function + * @description Used to get and set whether animations are enabled or not on the entire application or on an element and its children. This + * function can be called in four ways: + * + * ```js + * // returns true or false + * $animate.enabled(); + * + * // changes the enabled state for all animations + * $animate.enabled(false); + * $animate.enabled(true); + * + * // returns true or false if animations are enabled for an element + * $animate.enabled(element); + * + * // changes the enabled state for an element and its children + * $animate.enabled(element, true); + * $animate.enabled(element, false); + * ``` + * + * @param {DOMElement=} element the element that will be considered for checking/setting the enabled state + * @param {boolean=} enabled whether or not the animations will be enabled for the element + * + * @return {boolean} whether or not animations are enabled + */ + enabled: $$animateQueue.enabled, - //////////////////////////////////// - // Module Loading - //////////////////////////////////// - function loadModules(modulesToLoad) { - assertArg(isUndefined(modulesToLoad) || isArray(modulesToLoad), 'modulesToLoad', 'not an array'); - var runBlocks = [], - moduleFn; - forEach(modulesToLoad, function (module) { - if (loadedModules.get(module)) return; - loadedModules.set(module, true); - - function runInvokeQueue(queue) { - var i, ii; - for (i = 0, ii = queue.length; i < ii; i++) { - var invokeArgs = queue[i], - provider = providerInjector.get(invokeArgs[0]); - - provider[invokeArgs[1]].apply(provider, invokeArgs[2]); - } + /** + * @ngdoc method + * @name $animate#cancel + * @kind function + * @description Cancels the provided animation. + * + * @param {Promise} animationPromise The animation promise that is returned when an animation is started. + */ + cancel: function(runner) { + if (runner.end) { + runner.end(); } + }, - try { - if (isString(module)) { - moduleFn = angularModule(module); - instanceInjector.modules[module] = moduleFn; - runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); - runInvokeQueue(moduleFn._invokeQueue); - runInvokeQueue(moduleFn._configBlocks); - } else if (isFunction(module)) { - runBlocks.push(providerInjector.invoke(module)); - } else if (isArray(module)) { - runBlocks.push(providerInjector.invoke(module)); - } else { - assertArgFn(module, 'module'); - } - } catch (e) { - if (isArray(module)) { - module = module[module.length - 1]; - } - if (e.message && e.stack && e.stack.indexOf(e.message) === -1) { - // Safari & FF's stack traces don't contain error.message content - // unlike those of Chrome and IE - // So if stack doesn't contain message, we create a new string that contains both. - // Since error.stack is read-only in Safari, I'm overriding e and not e.stack here. - // eslint-disable-next-line no-ex-assign - e = e.message + '\n' + e.stack; - } - throw $injectorMinErr('modulerr', 'Failed to instantiate module {0} due to:\n{1}', module, e.stack || e.message || e); - } - }); - return runBlocks; - } + /** + * + * @ngdoc method + * @name $animate#enter + * @kind function + * @description Inserts the element into the DOM either after the `after` element (if provided) or + * as the first child within the `parent` element and then triggers an animation. + * A promise is returned that will be resolved during the next digest once the animation + * has completed. + * + * @param {DOMElement} element the element which will be inserted into the DOM + * @param {DOMElement} parent the parent element which will append the element as + * a child (so long as the after element is not present) + * @param {DOMElement=} after the sibling element after which the element will be appended + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + enter: function(element, parent, after, options) { + parent = parent && jqLite(parent); + after = after && jqLite(after); + parent = parent || after.parent(); + domInsert(element, parent, after); + return $$animateQueue.push(element, 'enter', prepareAnimateOptions(options)); + }, + + /** + * + * @ngdoc method + * @name $animate#move + * @kind function + * @description Inserts (moves) the element into its new position in the DOM either after + * the `after` element (if provided) or as the first child within the `parent` element + * and then triggers an animation. A promise is returned that will be resolved + * during the next digest once the animation has completed. + * + * @param {DOMElement} element the element which will be moved into the new DOM position + * @param {DOMElement} parent the parent element which will append the element as + * a child (so long as the after element is not present) + * @param {DOMElement=} after the sibling element after which the element will be appended + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + move: function(element, parent, after, options) { + parent = parent && jqLite(parent); + after = after && jqLite(after); + parent = parent || after.parent(); + domInsert(element, parent, after); + return $$animateQueue.push(element, 'move', prepareAnimateOptions(options)); + }, - //////////////////////////////////// - // internal Injector - //////////////////////////////////// + /** + * @ngdoc method + * @name $animate#leave + * @kind function + * @description Triggers an animation and then removes the element from the DOM. + * When the function is called a promise is returned that will be resolved during the next + * digest once the animation has completed. + * + * @param {DOMElement} element the element which will be removed from the DOM + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + leave: function(element, options) { + return $$animateQueue.push(element, 'leave', prepareAnimateOptions(options), function() { + element.remove(); + }); + }, - function createInternalInjector(cache, factory) { + /** + * @ngdoc method + * @name $animate#addClass + * @kind function + * + * @description Triggers an addClass animation surrounding the addition of the provided CSS class(es). Upon + * execution, the addClass operation will only be handled after the next digest and it will not trigger an + * animation if element already contains the CSS class or if the class is removed at a later step. + * Note that class-based animations are treated differently compared to structural animations + * (like enter, move and leave) since the CSS classes may be added/removed at different points + * depending if CSS or JavaScript animations are used. + * + * @param {DOMElement} element the element which the CSS classes will be applied to + * @param {string} className the CSS class(es) that will be added (multiple classes are separated via spaces) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + addClass: function(element, className, options) { + options = prepareAnimateOptions(options); + options.addClass = mergeClasses(options.addclass, className); + return $$animateQueue.push(element, 'addClass', options); + }, - function getService(serviceName, caller) { - if (cache.hasOwnProperty(serviceName)) { - if (cache[serviceName] === INSTANTIATING) { - throw $injectorMinErr('cdep', 'Circular dependency found: {0}', serviceName + ' <- ' + path.join(' <- ')); - } - return cache[serviceName]; - } else { - try { - path.unshift(serviceName); - cache[serviceName] = INSTANTIATING; - cache[serviceName] = factory(serviceName, caller); - return cache[serviceName]; - } catch (err) { - if (cache[serviceName] === INSTANTIATING) { - delete cache[serviceName]; - } - throw err; - } finally { - path.shift(); - } - } - } + /** + * @ngdoc method + * @name $animate#removeClass + * @kind function + * + * @description Triggers a removeClass animation surrounding the removal of the provided CSS class(es). Upon + * execution, the removeClass operation will only be handled after the next digest and it will not trigger an + * animation if element does not contain the CSS class or if the class is added at a later step. + * Note that class-based animations are treated differently compared to structural animations + * (like enter, move and leave) since the CSS classes may be added/removed at different points + * depending if CSS or JavaScript animations are used. + * + * @param {DOMElement} element the element which the CSS classes will be applied to + * @param {string} className the CSS class(es) that will be removed (multiple classes are separated via spaces) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + removeClass: function(element, className, options) { + options = prepareAnimateOptions(options); + options.removeClass = mergeClasses(options.removeClass, className); + return $$animateQueue.push(element, 'removeClass', options); + }, - function injectionArgs(fn, locals, serviceName) { - var args = [], - $inject = createInjector.$$annotate(fn, strictDi, serviceName); + /** + * @ngdoc method + * @name $animate#setClass + * @kind function + * + * @description Performs both the addition and removal of a CSS classes on an element and (during the process) + * triggers an animation surrounding the class addition/removal. Much like `$animate.addClass` and + * `$animate.removeClass`, `setClass` will only evaluate the classes being added/removed once a digest has + * passed. Note that class-based animations are treated differently compared to structural animations + * (like enter, move and leave) since the CSS classes may be added/removed at different points + * depending if CSS or JavaScript animations are used. + * + * @param {DOMElement} element the element which the CSS classes will be applied to + * @param {string} add the CSS class(es) that will be added (multiple classes are separated via spaces) + * @param {string} remove the CSS class(es) that will be removed (multiple classes are separated via spaces) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + setClass: function(element, add, remove, options) { + options = prepareAnimateOptions(options); + options.addClass = mergeClasses(options.addClass, add); + options.removeClass = mergeClasses(options.removeClass, remove); + return $$animateQueue.push(element, 'setClass', options); + }, - for (var i = 0, length = $inject.length; i < length; i++) { - var key = $inject[i]; - if (typeof key !== 'string') { - throw $injectorMinErr('itkn', 'Incorrect injection token! Expected service name as string, got {0}', key); - } - args.push(locals && locals.hasOwnProperty(key) ? locals[key] : getService(key, serviceName)); - } - return args; - } + /** + * @ngdoc method + * @name $animate#animate + * @kind function + * + * @description Performs an inline animation on the element which applies the provided to and from CSS styles to the element. + * If any detected CSS transition, keyframe or JavaScript matches the provided className value, then the animation will take + * on the provided styles. For example, if a transition animation is set for the given className, then the provided `from` and + * `to` styles will be applied alongside the given transition. If the CSS style provided in `from` does not have a corresponding + * style in `to`, the style in `from` is applied immediately, and no animation is run. + * If a JavaScript animation is detected then the provided styles will be given in as function parameters into the `animate` + * method (or as part of the `options` parameter): + * + * ```js + * ngModule.animation('.my-inline-animation', function() { + * return { + * animate : function(element, from, to, done, options) { + * //animation + * done(); + * } + * } + * }); + * ``` + * + * @param {DOMElement} element the element which the CSS styles will be applied to + * @param {object} from the from (starting) CSS styles that will be applied to the element and across the animation. + * @param {object} to the to (destination) CSS styles that will be applied to the element and across the animation. + * @param {string=} className an optional CSS class that will be applied to the element for the duration of the animation. If + * this value is left as empty then a CSS class of `ng-inline-animate` will be applied to the element. + * (Note that if no animation is detected then this value will not be applied to the element.) + * @param {object=} options an optional collection of options/styles that will be applied to the element. + * The object can have the following properties: + * + * - **addClass** - `{string}` - space-separated CSS classes to add to element + * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` + * - **removeClass** - `{string}` - space-separated CSS classes to remove from element + * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` + * + * @return {Promise} the animation callback promise + */ + animate: function(element, from, to, className, options) { + options = prepareAnimateOptions(options); + options.from = options.from ? extend(options.from, from) : from; + options.to = options.to ? extend(options.to, to) : to; - function isClass(func) { - // Support: IE 9-11 only - // IE 9-11 do not support classes and IE9 leaks with the code below. - if (msie || typeof func !== 'function') { - return false; - } - var result = func.$$ngIsClass; - if (!isBoolean(result)) { - // Support: Edge 12-13 only - // See: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6156135/ - result = func.$$ngIsClass = /^(?:class\b|constructor\()/.test(stringifyFn(func)); - } - return result; + className = className || 'ng-inline-animate'; + options.tempClasses = mergeClasses(options.tempClasses, className); + return $$animateQueue.push(element, 'animate', options); } + }; + }]; +}]; - function invoke(fn, self, locals, serviceName) { - if (typeof locals === 'string') { - serviceName = locals; - locals = null; - } +var $$AnimateAsyncRunFactoryProvider = /** @this */ function() { + this.$get = ['$$rAF', function($$rAF) { + var waitQueue = []; - var args = injectionArgs(fn, locals, serviceName); - if (isArray(fn)) { - fn = fn[fn.length - 1]; + function waitForTick(fn) { + waitQueue.push(fn); + if (waitQueue.length > 1) return; + $$rAF(function() { + for (var i = 0; i < waitQueue.length; i++) { + waitQueue[i](); } + waitQueue = []; + }); + } - if (!isClass(fn)) { - // http://jsperf.com/angularjs-invoke-apply-vs-switch - // #5388 - return fn.apply(self, args); + return function() { + var passed = false; + waitForTick(function() { + passed = true; + }); + return function(callback) { + if (passed) { + callback(); } else { - args.unshift(null); - return new (Function.prototype.bind.apply(fn, args))(); - } - } - - function instantiate(Type, locals, serviceName) { - // Check if Type is annotated and use just the given function at n-1 as parameter - // e.g. someModule.factory('greeter', ['$window', function(renamed$window) {}]); - var ctor = isArray(Type) ? Type[Type.length - 1] : Type; - var args = injectionArgs(Type, locals, serviceName); - // Empty object at position 0 is ignored for invocation with `new`, but required. - args.unshift(null); - return new (Function.prototype.bind.apply(ctor, args))(); - } - - return { - invoke: invoke, - instantiate: instantiate, - get: getService, - annotate: createInjector.$$annotate, - has: function has(name) { - return providerCache.hasOwnProperty(name + providerSuffix) || cache.hasOwnProperty(name); + waitForTick(callback); } }; - } - } + }; + }]; +}; - createInjector.$$annotate = annotate; +var $$AnimateRunnerFactoryProvider = /** @this */ function() { + this.$get = ['$q', '$sniffer', '$$animateAsyncRun', '$$isDocumentHidden', '$timeout', + function($q, $sniffer, $$animateAsyncRun, $$isDocumentHidden, $timeout) { - /** - * @ngdoc provider - * @name $anchorScrollProvider - * @this - * - * @description - * Use `$anchorScrollProvider` to disable automatic scrolling whenever - * {@link ng.$location#hash $location.hash()} changes. - */ - function $AnchorScrollProvider() { + var INITIAL_STATE = 0; + var DONE_PENDING_STATE = 1; + var DONE_COMPLETE_STATE = 2; - var autoScrollingEnabled = true; + AnimateRunner.chain = function(chain, callback) { + var index = 0; - /** - * @ngdoc method - * @name $anchorScrollProvider#disableAutoScrolling - * - * @description - * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to - * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
    - * Use this method to disable automatic scrolling. - * - * If automatic scrolling is disabled, one must explicitly call - * {@link ng.$anchorScroll $anchorScroll()} in order to scroll to the element related to the - * current hash. - */ - this.disableAutoScrolling = function () { - autoScrollingEnabled = false; - }; + next(); + function next() { + if (index === chain.length) { + callback(true); + return; + } - /** - * @ngdoc service - * @name $anchorScroll - * @kind function - * @requires $window - * @requires $location - * @requires $rootScope - * - * @description - * When called, it scrolls to the element related to the specified `hash` or (if omitted) to the - * current value of {@link ng.$location#hash $location.hash()}, according to the rules specified - * in the - * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document). - * - * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to - * match any anchor whenever it changes. This can be disabled by calling - * {@link ng.$anchorScrollProvider#disableAutoScrolling $anchorScrollProvider.disableAutoScrolling()}. - * - * Additionally, you can use its {@link ng.$anchorScroll#yOffset yOffset} property to specify a - * vertical scroll-offset (either fixed or dynamic). - * - * @param {string=} hash The hash specifying the element to scroll to. If omitted, the value of - * {@link ng.$location#hash $location.hash()} will be used. - * - * @property {(number|function|jqLite)} yOffset - * If set, specifies a vertical scroll-offset. This is often useful when there are fixed - * positioned elements at the top of the page, such as navbars, headers etc. - * - * `yOffset` can be specified in various ways: - * - **number**: A fixed number of pixels to be used as offset.

    - * - **function**: A getter function called everytime `$anchorScroll()` is executed. Must return - * a number representing the offset (in pixels).

    - * - **jqLite**: A jqLite/jQuery element to be used for specifying the offset. The distance from - * the top of the page to the element's bottom will be used as offset.
    - * **Note**: The element will be taken into account only as long as its `position` is set to - * `fixed`. This option is useful, when dealing with responsive navbars/headers that adjust - * their height and/or positioning according to the viewport's size. - * - *
    - *
    - * In order for `yOffset` to work properly, scrolling should take place on the document's root and - * not some child element. - *
    - * - * @example - - -
    - Go to bottom - You're at the bottom! -
    -
    - - angular.module('anchorScrollExample', []) - .controller('ScrollController', ['$scope', '$location', '$anchorScroll', - function($scope, $location, $anchorScroll) { - $scope.gotoBottom = function() { - // set the location.hash to the id of - // the element you wish to scroll to. - $location.hash('bottom'); - // call $anchorScroll() - $anchorScroll(); - }; - }]); - - - #scrollArea { - height: 280px; - overflow: auto; - } - #bottom { - display: block; - margin-top: 2000px; - } - -
    - * - *
    - * The example below illustrates the use of a vertical scroll-offset (specified as a fixed value). - * See {@link ng.$anchorScroll#yOffset $anchorScroll.yOffset} for more details. - * - * @example - - - -
    - Anchor {{x}} of 5 -
    -
    - - angular.module('anchorScrollOffsetExample', []) - .run(['$anchorScroll', function($anchorScroll) { - $anchorScroll.yOffset = 50; // always scroll by 50 extra pixels - }]) - .controller('headerCtrl', ['$anchorScroll', '$location', '$scope', - function($anchorScroll, $location, $scope) { - $scope.gotoAnchor = function(x) { - var newHash = 'anchor' + x; - if ($location.hash() !== newHash) { - // set the $location.hash to `newHash` and - // $anchorScroll will automatically scroll to it - $location.hash('anchor' + x); - } else { - // call $anchorScroll() explicitly, - // since $location.hash hasn't changed - $anchorScroll(); - } - }; - } - ]); - - - body { - padding-top: 50px; - } - .anchor { - border: 2px dashed DarkOrchid; - padding: 10px 10px 200px 10px; - } - .fixed-header { - background-color: rgba(0, 0, 0, 0.2); - height: 50px; - position: fixed; - top: 0; left: 0; right: 0; - } - .fixed-header > a { - display: inline-block; - margin: 5px 15px; - } - -
    - */ - this.$get = ['$window', '$location', '$rootScope', function ($window, $location, $rootScope) { - var document = $window.document; - - // Helper function to get first anchor from a NodeList - // (using `Array#some()` instead of `angular#forEach()` since it's more performant - // and working in all supported browsers.) - function getFirstAnchor(list) { - var result = null; - Array.prototype.some.call(list, function (element) { - if (nodeName_(element) === 'a') { - result = element; - return true; + chain[index](function(response) { + if (response === false) { + callback(false); + return; } + index++; + next(); }); - return result; } + }; - function getYOffset() { - - var offset = scroll.yOffset; + AnimateRunner.all = function(runners, callback) { + var count = 0; + var status = true; + forEach(runners, function(runner) { + runner.done(onProgress); + }); - if (isFunction(offset)) { - offset = offset(); - } else if (isElement(offset)) { - var elem = offset[0]; - var style = $window.getComputedStyle(elem); - if (style.position !== 'fixed') { - offset = 0; - } else { - offset = elem.getBoundingClientRect().bottom; - } - } else if (!isNumber(offset)) { - offset = 0; + function onProgress(response) { + status = status && response; + if (++count === runners.length) { + callback(status); } - - return offset; } + }; - function scrollTo(elem) { - if (elem) { - elem.scrollIntoView(); + function AnimateRunner(host) { + this.setHost(host); - var offset = getYOffset(); + var rafTick = $$animateAsyncRun(); + var timeoutTick = function(fn) { + $timeout(fn, 0, false); + }; - if (offset) { - // `offset` is the number of pixels we should scroll UP in order to align `elem` properly. - // This is true ONLY if the call to `elem.scrollIntoView()` initially aligns `elem` at the - // top of the viewport. - // - // IF the number of pixels from the top of `elem` to the end of the page's content is less - // than the height of the viewport, then `elem.scrollIntoView()` will align the `elem` some - // way down the page. - // - // This is often the case for elements near the bottom of the page. - // - // In such cases we do not need to scroll the whole `offset` up, just the difference between - // the top of the element and the offset, which is enough to align the top of `elem` at the - // desired position. - var elemTop = elem.getBoundingClientRect().top; - $window.scrollBy(0, elemTop - offset); - } + this._doneCallbacks = []; + this._tick = function(fn) { + if ($$isDocumentHidden()) { + timeoutTick(fn); } else { - $window.scrollTo(0, 0); + rafTick(fn); } - } - - function scroll(hash) { - // Allow numeric hashes - hash = isString(hash) ? hash : isNumber(hash) ? hash.toString() : $location.hash(); - var elm; - - // empty hash, scroll to the top of the page - if (!hash) scrollTo(null); - - // element with given id - else if (elm = document.getElementById(hash)) scrollTo(elm); + }; + this._state = 0; + } - // first anchor with given name :-D - else if (elm = getFirstAnchor(document.getElementsByName(hash))) scrollTo(elm); + AnimateRunner.prototype = { + setHost: function(host) { + this.host = host || {}; + }, - // no element and hash === 'top', scroll to the top of the page - else if (hash === 'top') scrollTo(null); - } + done: function(fn) { + if (this._state === DONE_COMPLETE_STATE) { + fn(); + } else { + this._doneCallbacks.push(fn); + } + }, - // does not scroll when user clicks on anchor link that is currently on - // (no url change, no $location.hash() change), browser native does scroll - if (autoScrollingEnabled) { - $rootScope.$watch(function autoScrollWatch() { - return $location.hash(); - }, function autoScrollWatchAction(newVal, oldVal) { - // skip the initial scroll if $location.hash is empty - if (newVal === oldVal && newVal === '') return; + progress: noop, - jqLiteDocumentLoaded(function () { - $rootScope.$evalAsync(scroll); + getPromise: function() { + if (!this.promise) { + var self = this; + this.promise = $q(function(resolve, reject) { + self.done(function(status) { + if (status === false) { + reject(); + } else { + resolve(); + } + }); }); - }); - } - - return scroll; - }]; - } - - var $animateMinErr = minErr('$animate'); - var ELEMENT_NODE = 1; - var NG_ANIMATE_CLASSNAME = 'ng-animate'; - - function mergeClasses(a, b) { - if (!a && !b) return ''; - if (!a) return b; - if (!b) return a; - if (isArray(a)) a = a.join(' '); - if (isArray(b)) b = b.join(' '); - return a + ' ' + b; - } - - function extractElementNode(element) { - for (var i = 0; i < element.length; i++) { - var elm = element[i]; - if (elm.nodeType === ELEMENT_NODE) { - return elm; - } - } - } - - function splitClasses(classes) { - if (isString(classes)) { - classes = classes.split(' '); - } - - // Use createMap() to prevent class assumptions involving property names in - // Object.prototype - var obj = createMap(); - forEach(classes, function (klass) { - // sometimes the split leaves empty string values - // incase extra spaces were applied to the options - if (klass.length) { - obj[klass] = true; - } - }); - return obj; - } - - // if any other type of options value besides an Object value is - // passed into the $animate.method() animation then this helper code - // will be run which will ignore it. While this patch is not the - // greatest solution to this, a lot of existing plugins depend on - // $animate to either call the callback (< 1.2) or return a promise - // that can be changed. This helper function ensures that the options - // are wiped clean incase a callback function is provided. - function prepareAnimateOptions(options) { - return isObject(options) ? options : {}; - } + } + return this.promise; + }, - var $$CoreAnimateJsProvider = /** @this */function $$CoreAnimateJsProvider() { - this.$get = noop; - }; + then: function(resolveHandler, rejectHandler) { + return this.getPromise().then(resolveHandler, rejectHandler); + }, - // this is prefixed with Core since it conflicts with - // the animateQueueProvider defined in ngAnimate/animateQueue.js - var $$CoreAnimateQueueProvider = /** @this */function $$CoreAnimateQueueProvider() { - var postDigestQueue = new NgMap(); - var postDigestElements = []; + 'catch': function(handler) { + return this.getPromise()['catch'](handler); + }, - this.$get = ['$$AnimateRunner', '$rootScope', function ($$AnimateRunner, $rootScope) { - return { - enabled: noop, - on: noop, - off: noop, - pin: noop, - - push: function push(element, event, options, domOperation) { - if (domOperation) { - domOperation(); - } + 'finally': function(handler) { + return this.getPromise()['finally'](handler); + }, - options = options || {}; - if (options.from) { - element.css(options.from); - } - if (options.to) { - element.css(options.to); - } + pause: function() { + if (this.host.pause) { + this.host.pause(); + } + }, - if (options.addClass || options.removeClass) { - addRemoveClassesPostDigest(element, options.addClass, options.removeClass); - } + resume: function() { + if (this.host.resume) { + this.host.resume(); + } + }, - var runner = new $$AnimateRunner(); + end: function() { + if (this.host.end) { + this.host.end(); + } + this._resolve(true); + }, - // since there are no animations to run the runner needs to be - // notified that the animation call is complete. - runner.complete(); - return runner; + cancel: function() { + if (this.host.cancel) { + this.host.cancel(); } - }; + this._resolve(false); + }, - function updateData(data, classes, value) { - var changed = false; - if (classes) { - classes = isString(classes) ? classes.split(' ') : isArray(classes) ? classes : []; - forEach(classes, function (className) { - if (className) { - changed = true; - data[className] = value; - } + complete: function(response) { + var self = this; + if (self._state === INITIAL_STATE) { + self._state = DONE_PENDING_STATE; + self._tick(function() { + self._resolve(response); }); } - return changed; - } - - function handleCSSClassChanges() { - forEach(postDigestElements, function (element) { - var data = postDigestQueue.get(element); - if (data) { - var existing = splitClasses(element.attr('class')); - var toAdd = ''; - var toRemove = ''; - forEach(data, function (status, className) { - var hasClass = !!existing[className]; - if (status !== hasClass) { - if (status) { - toAdd += (toAdd.length ? ' ' : '') + className; - } else { - toRemove += (toRemove.length ? ' ' : '') + className; - } - } - }); + }, - forEach(element, function (elm) { - if (toAdd) { - jqLiteAddClass(elm, toAdd); - } - if (toRemove) { - jqLiteRemoveClass(elm, toRemove); - } - }); - postDigestQueue.delete(element); - } - }); - postDigestElements.length = 0; + _resolve: function(response) { + if (this._state !== DONE_COMPLETE_STATE) { + forEach(this._doneCallbacks, function(fn) { + fn(response); + }); + this._doneCallbacks.length = 0; + this._state = DONE_COMPLETE_STATE; + } } + }; - function addRemoveClassesPostDigest(element, add, remove) { - var data = postDigestQueue.get(element) || {}; - - var classesAdded = updateData(data, add, true); - var classesRemoved = updateData(data, remove, false); + return AnimateRunner; + }]; +}; - if (classesAdded || classesRemoved) { +/* exported $CoreAnimateCssProvider */ - postDigestQueue.set(element, data); - postDigestElements.push(element); +/** + * @ngdoc service + * @name $animateCss + * @kind object + * @this + * + * @description + * This is the core version of `$animateCss`. By default, only when the `ngAnimate` is included, + * then the `$animateCss` service will actually perform animations. + * + * Click here {@link ngAnimate.$animateCss to read the documentation for $animateCss}. + */ +var $CoreAnimateCssProvider = function() { + this.$get = ['$$rAF', '$q', '$$AnimateRunner', function($$rAF, $q, $$AnimateRunner) { - if (postDigestElements.length === 1) { - $rootScope.$$postDigest(handleCSSClassChanges); - } - } + return function(element, initialOptions) { + // all of the animation functions should create + // a copy of the options data, however, if a + // parent service has already created a copy then + // we should stick to using that + var options = initialOptions || {}; + if (!options.$$prepared) { + options = copy(options); } - }]; - }; - - /** - * @ngdoc provider - * @name $animateProvider - * - * @description - * Default implementation of $animate that doesn't perform any animations, instead just - * synchronously performs DOM updates and resolves the returned runner promise. - * - * In order to enable animations the `ngAnimate` module has to be loaded. - * - * To see the functional implementation check out `src/ngAnimate/animate.js`. - */ - var $AnimateProvider = ['$provide', /** @this */function ($provide) { - var provider = this; - var classNameFilter = null; - var customFilter = null; - - this.$$registeredAnimations = Object.create(null); - /** - * @ngdoc method - * @name $animateProvider#register - * - * @description - * Registers a new injectable animation factory function. The factory function produces the - * animation object which contains callback functions for each event that is expected to be - * animated. - * - * * `eventFn`: `function(element, ... , doneFunction, options)` - * The element to animate, the `doneFunction` and the options fed into the animation. Depending - * on the type of animation additional arguments will be injected into the animation function. The - * list below explains the function signatures for the different animation methods: - * - * - setClass: function(element, addedClasses, removedClasses, doneFunction, options) - * - addClass: function(element, addedClasses, doneFunction, options) - * - removeClass: function(element, removedClasses, doneFunction, options) - * - enter, leave, move: function(element, doneFunction, options) - * - animate: function(element, fromStyles, toStyles, doneFunction, options) - * - * Make sure to trigger the `doneFunction` once the animation is fully complete. - * - * ```js - * return { - * //enter, leave, move signature - * eventFn : function(element, done, options) { - * //code to run the animation - * //once complete, then run done() - * return function endFunction(wasCancelled) { - * //code to cancel the animation - * } - * } - * } - * ``` - * - * @param {string} name The name of the animation (this is what the class-based CSS value will be compared to). - * @param {Function} factory The factory function that will be executed to return the animation - * object. - */ - this.register = function (name, factory) { - if (name && name.charAt(0) !== '.') { - throw $animateMinErr('notcsel', 'Expecting class selector starting with \'.\' got \'{0}\'.', name); + // there is no point in applying the styles since + // there is no animation that goes on at all in + // this version of $animateCss. + if (options.cleanupStyles) { + options.from = options.to = null; } - var key = name + '-animation'; - provider.$$registeredAnimations[name.substr(1)] = key; - $provide.factory(key, factory); - }; - - /** - * @ngdoc method - * @name $animateProvider#customFilter - * - * @description - * Sets and/or returns the custom filter function that is used to "filter" animations, i.e. - * determine if an animation is allowed or not. When no filter is specified (the default), no - * animation will be blocked. Setting the `customFilter` value will only allow animations for - * which the filter function's return value is truthy. - * - * This allows to easily create arbitrarily complex rules for filtering animations, such as - * allowing specific events only, or enabling animations on specific subtrees of the DOM, etc. - * Filtering animations can also boost performance for low-powered devices, as well as - * applications containing a lot of structural operations. - * - *
    - * **Best Practice:** - * Keep the filtering function as lean as possible, because it will be called for each DOM - * action (e.g. insertion, removal, class change) performed by "animation-aware" directives. - * See {@link guide/animations#which-directives-support-animations- here} for a list of built-in - * directives that support animations. - * Performing computationally expensive or time-consuming operations on each call of the - * filtering function can make your animations sluggish. - *
    - * - * **Note:** If present, `customFilter` will be checked before - * {@link $animateProvider#classNameFilter classNameFilter}. - * - * @param {Function=} filterFn - The filter function which will be used to filter all animations. - * If a falsy value is returned, no animation will be performed. The function will be called - * with the following arguments: - * - **node** `{DOMElement}` - The DOM element to be animated. - * - **event** `{String}` - The name of the animation event (e.g. `enter`, `leave`, `addClass` - * etc). - * - **options** `{Object}` - A collection of options/styles used for the animation. - * @return {Function} The current filter function or `null` if there is none set. - */ - this.customFilter = function (filterFn) { - if (arguments.length === 1) { - customFilter = isFunction(filterFn) ? filterFn : null; + if (options.from) { + element.css(options.from); + options.from = null; } - return customFilter; - }; + var closed, runner = new $$AnimateRunner(); + return { + start: run, + end: run + }; - /** - * @ngdoc method - * @name $animateProvider#classNameFilter - * - * @description - * Sets and/or returns the CSS class regular expression that is checked when performing - * an animation. Upon bootstrap the classNameFilter value is not set at all and will - * therefore enable $animate to attempt to perform an animation on any element that is triggered. - * When setting the `classNameFilter` value, animations will only be performed on elements - * that successfully match the filter expression. This in turn can boost performance - * for low-powered devices as well as applications containing a lot of structural operations. - * - * **Note:** If present, `classNameFilter` will be checked after - * {@link $animateProvider#customFilter customFilter}. If `customFilter` is present and returns - * false, `classNameFilter` will not be checked. - * - * @param {RegExp=} expression The className expression which will be checked against all animations - * @return {RegExp} The current CSS className expression value. If null then there is no expression value - */ - this.classNameFilter = function (expression) { - if (arguments.length === 1) { - classNameFilter = expression instanceof RegExp ? expression : null; - if (classNameFilter) { - var reservedRegex = new RegExp('[(\\s|\\/)]' + NG_ANIMATE_CLASSNAME + '[(\\s|\\/)]'); - if (reservedRegex.test(classNameFilter.toString())) { - classNameFilter = null; - throw $animateMinErr('nongcls', '$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME); + function run() { + $$rAF(function() { + applyAnimationContents(); + if (!closed) { + runner.complete(); } - } + closed = true; + }); + return runner; } - return classNameFilter; - }; - this.$get = ['$$animateQueue', function ($$animateQueue) { - function domInsert(element, parentElement, afterElement) { - // if for some reason the previous element was removed - // from the dom sometime before this code runs then let's - // just stick to using the parent element as the anchor - if (afterElement) { - var afterNode = extractElementNode(afterElement); - if (afterNode && !afterNode.parentNode && !afterNode.previousElementSibling) { - afterElement = null; - } + function applyAnimationContents() { + if (options.addClass) { + element.addClass(options.addClass); + options.addClass = null; } - if (afterElement) { - afterElement.after(element); - } else { - parentElement.prepend(element); + if (options.removeClass) { + element.removeClass(options.removeClass); + options.removeClass = null; + } + if (options.to) { + element.css(options.to); + options.to = null; } } + }; + }]; +}; - /** - * @ngdoc service - * @name $animate - * @description The $animate service exposes a series of DOM utility methods that provide support - * for animation hooks. The default behavior is the application of DOM operations, however, - * when an animation is detected (and animations are enabled), $animate will do the heavy lifting - * to ensure that animation runs with the triggered DOM operation. - * - * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't - * included and only when it is active then the animation hooks that `$animate` triggers will be - * functional. Once active then all structural `ng-` directives will trigger animations as they perform - * their DOM-related operations (enter, leave and move). Other directives such as `ngClass`, - * `ngShow`, `ngHide` and `ngMessages` also provide support for animations. - * - * It is recommended that the`$animate` service is always used when executing DOM-related procedures within directives. - * - * To learn more about enabling animation support, click here to visit the - * {@link ngAnimate ngAnimate module page}. - */ - return { - // we don't call it directly since non-existant arguments may - // be interpreted as null within the sub enabled function +/* global stripHash: true */ - /** - * - * @ngdoc method - * @name $animate#on - * @kind function - * @description Sets up an event listener to fire whenever the animation event (enter, leave, move, etc...) - * has fired on the given element or among any of its children. Once the listener is fired, the provided callback - * is fired with the following params: - * - * ```js - * $animate.on('enter', container, - * function callback(element, phase) { - * // cool we detected an enter animation within the container - * } - * ); - * ``` - * - * @param {string} event the animation event that will be captured (e.g. enter, leave, move, addClass, removeClass, etc...) - * @param {DOMElement} container the container element that will capture each of the animation events that are fired on itself - * as well as among its children - * @param {Function} callback the callback function that will be fired when the listener is triggered - * - * The arguments present in the callback function are: - * * `element` - The captured DOM element that the animation was fired on. - * * `phase` - The phase of the animation. The two possible phases are **start** (when the animation starts) and **close** (when it ends). - */ - on: $$animateQueue.on, +/** + * ! This is a private undocumented service ! + * + * @name $browser + * @requires $log + * @description + * This object has two goals: + * + * - hide all the global state in the browser caused by the window object + * - abstract away all the browser specific features and inconsistencies + * + * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser` + * service, which can be used for convenient testing of the application without the interaction with + * the real browser apis. + */ +/** + * @param {object} window The global window object. + * @param {object} document jQuery wrapped document. + * @param {object} $log window.console or an object with the same interface. + * @param {object} $sniffer $sniffer service + */ +function Browser(window, document, $log, $sniffer) { + var self = this, + location = window.location, + history = window.history, + setTimeout = window.setTimeout, + clearTimeout = window.clearTimeout, + pendingDeferIds = {}; - /** - * - * @ngdoc method - * @name $animate#off - * @kind function - * @description Deregisters an event listener based on the event which has been associated with the provided element. This method - * can be used in three different ways depending on the arguments: - * - * ```js - * // remove all the animation event listeners listening for `enter` - * $animate.off('enter'); - * - * // remove listeners for all animation events from the container element - * $animate.off(container); - * - * // remove all the animation event listeners listening for `enter` on the given element and its children - * $animate.off('enter', container); - * - * // remove the event listener function provided by `callback` that is set - * // to listen for `enter` on the given `container` as well as its children - * $animate.off('enter', container, callback); - * ``` - * - * @param {string|DOMElement} event|container the animation event (e.g. enter, leave, move, - * addClass, removeClass, etc...), or the container element. If it is the element, all other - * arguments are ignored. - * @param {DOMElement=} container the container element the event listener was placed on - * @param {Function=} callback the callback function that was registered as the listener - */ - off: $$animateQueue.off, + self.isMock = false; - /** - * @ngdoc method - * @name $animate#pin - * @kind function - * @description Associates the provided element with a host parent element to allow the element to be animated even if it exists - * outside of the DOM structure of the Angular application. By doing so, any animation triggered via `$animate` can be issued on the - * element despite being outside the realm of the application or within another application. Say for example if the application - * was bootstrapped on an element that is somewhere inside of the `` tag, but we wanted to allow for an element to be situated - * as a direct child of `document.body`, then this can be achieved by pinning the element via `$animate.pin(element)`. Keep in mind - * that calling `$animate.pin(element, parentElement)` will not actually insert into the DOM anywhere; it will just create the association. - * - * Note that this feature is only active when the `ngAnimate` module is used. - * - * @param {DOMElement} element the external element that will be pinned - * @param {DOMElement} parentElement the host parent element that will be associated with the external element - */ - pin: $$animateQueue.pin, + var outstandingRequestCount = 0; + var outstandingRequestCallbacks = []; - /** - * - * @ngdoc method - * @name $animate#enabled - * @kind function - * @description Used to get and set whether animations are enabled or not on the entire application or on an element and its children. This - * function can be called in four ways: - * - * ```js - * // returns true or false - * $animate.enabled(); - * - * // changes the enabled state for all animations - * $animate.enabled(false); - * $animate.enabled(true); - * - * // returns true or false if animations are enabled for an element - * $animate.enabled(element); - * - * // changes the enabled state for an element and its children - * $animate.enabled(element, true); - * $animate.enabled(element, false); - * ``` - * - * @param {DOMElement=} element the element that will be considered for checking/setting the enabled state - * @param {boolean=} enabled whether or not the animations will be enabled for the element - * - * @return {boolean} whether or not animations are enabled - */ - enabled: $$animateQueue.enabled, + // TODO(vojta): remove this temporary api + self.$$completeOutstandingRequest = completeOutstandingRequest; + self.$$incOutstandingRequestCount = function() { outstandingRequestCount++; }; - /** - * @ngdoc method - * @name $animate#cancel - * @kind function - * @description Cancels the provided animation. - * - * @param {Promise} animationPromise The animation promise that is returned when an animation is started. - */ - cancel: function cancel(runner) { - if (runner.end) { - runner.end(); + /** + * Executes the `fn` function(supports currying) and decrements the `outstandingRequestCallbacks` + * counter. If the counter reaches 0, all the `outstandingRequestCallbacks` are executed. + */ + function completeOutstandingRequest(fn) { + try { + fn.apply(null, sliceArgs(arguments, 1)); + } finally { + outstandingRequestCount--; + if (outstandingRequestCount === 0) { + while (outstandingRequestCallbacks.length) { + try { + outstandingRequestCallbacks.pop()(); + } catch (e) { + $log.error(e); } - }, - - /** - * - * @ngdoc method - * @name $animate#enter - * @kind function - * @description Inserts the element into the DOM either after the `after` element (if provided) or - * as the first child within the `parent` element and then triggers an animation. - * A promise is returned that will be resolved during the next digest once the animation - * has completed. - * - * @param {DOMElement} element the element which will be inserted into the DOM - * @param {DOMElement} parent the parent element which will append the element as - * a child (so long as the after element is not present) - * @param {DOMElement=} after the sibling element after which the element will be appended - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - enter: function enter(element, parent, after, options) { - parent = parent && jqLite(parent); - after = after && jqLite(after); - parent = parent || after.parent(); - domInsert(element, parent, after); - return $$animateQueue.push(element, 'enter', prepareAnimateOptions(options)); - }, - - /** - * - * @ngdoc method - * @name $animate#move - * @kind function - * @description Inserts (moves) the element into its new position in the DOM either after - * the `after` element (if provided) or as the first child within the `parent` element - * and then triggers an animation. A promise is returned that will be resolved - * during the next digest once the animation has completed. - * - * @param {DOMElement} element the element which will be moved into the new DOM position - * @param {DOMElement} parent the parent element which will append the element as - * a child (so long as the after element is not present) - * @param {DOMElement=} after the sibling element after which the element will be appended - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - move: function move(element, parent, after, options) { - parent = parent && jqLite(parent); - after = after && jqLite(after); - parent = parent || after.parent(); - domInsert(element, parent, after); - return $$animateQueue.push(element, 'move', prepareAnimateOptions(options)); - }, - - /** - * @ngdoc method - * @name $animate#leave - * @kind function - * @description Triggers an animation and then removes the element from the DOM. - * When the function is called a promise is returned that will be resolved during the next - * digest once the animation has completed. - * - * @param {DOMElement} element the element which will be removed from the DOM - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - leave: function leave(element, options) { - return $$animateQueue.push(element, 'leave', prepareAnimateOptions(options), function () { - element.remove(); - }); - }, - - /** - * @ngdoc method - * @name $animate#addClass - * @kind function - * - * @description Triggers an addClass animation surrounding the addition of the provided CSS class(es). Upon - * execution, the addClass operation will only be handled after the next digest and it will not trigger an - * animation if element already contains the CSS class or if the class is removed at a later step. - * Note that class-based animations are treated differently compared to structural animations - * (like enter, move and leave) since the CSS classes may be added/removed at different points - * depending if CSS or JavaScript animations are used. - * - * @param {DOMElement} element the element which the CSS classes will be applied to - * @param {string} className the CSS class(es) that will be added (multiple classes are separated via spaces) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - addClass: function addClass(element, className, options) { - options = prepareAnimateOptions(options); - options.addClass = mergeClasses(options.addclass, className); - return $$animateQueue.push(element, 'addClass', options); - }, - - /** - * @ngdoc method - * @name $animate#removeClass - * @kind function - * - * @description Triggers a removeClass animation surrounding the removal of the provided CSS class(es). Upon - * execution, the removeClass operation will only be handled after the next digest and it will not trigger an - * animation if element does not contain the CSS class or if the class is added at a later step. - * Note that class-based animations are treated differently compared to structural animations - * (like enter, move and leave) since the CSS classes may be added/removed at different points - * depending if CSS or JavaScript animations are used. - * - * @param {DOMElement} element the element which the CSS classes will be applied to - * @param {string} className the CSS class(es) that will be removed (multiple classes are separated via spaces) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - removeClass: function removeClass(element, className, options) { - options = prepareAnimateOptions(options); - options.removeClass = mergeClasses(options.removeClass, className); - return $$animateQueue.push(element, 'removeClass', options); - }, - - /** - * @ngdoc method - * @name $animate#setClass - * @kind function - * - * @description Performs both the addition and removal of a CSS classes on an element and (during the process) - * triggers an animation surrounding the class addition/removal. Much like `$animate.addClass` and - * `$animate.removeClass`, `setClass` will only evaluate the classes being added/removed once a digest has - * passed. Note that class-based animations are treated differently compared to structural animations - * (like enter, move and leave) since the CSS classes may be added/removed at different points - * depending if CSS or JavaScript animations are used. - * - * @param {DOMElement} element the element which the CSS classes will be applied to - * @param {string} add the CSS class(es) that will be added (multiple classes are separated via spaces) - * @param {string} remove the CSS class(es) that will be removed (multiple classes are separated via spaces) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - setClass: function setClass(element, add, remove, options) { - options = prepareAnimateOptions(options); - options.addClass = mergeClasses(options.addClass, add); - options.removeClass = mergeClasses(options.removeClass, remove); - return $$animateQueue.push(element, 'setClass', options); - }, - - /** - * @ngdoc method - * @name $animate#animate - * @kind function - * - * @description Performs an inline animation on the element which applies the provided to and from CSS styles to the element. - * If any detected CSS transition, keyframe or JavaScript matches the provided className value, then the animation will take - * on the provided styles. For example, if a transition animation is set for the given className, then the provided `from` and - * `to` styles will be applied alongside the given transition. If the CSS style provided in `from` does not have a corresponding - * style in `to`, the style in `from` is applied immediately, and no animation is run. - * If a JavaScript animation is detected then the provided styles will be given in as function parameters into the `animate` - * method (or as part of the `options` parameter): - * - * ```js - * ngModule.animation('.my-inline-animation', function() { - * return { - * animate : function(element, from, to, done, options) { - * //animation - * done(); - * } - * } - * }); - * ``` - * - * @param {DOMElement} element the element which the CSS styles will be applied to - * @param {object} from the from (starting) CSS styles that will be applied to the element and across the animation. - * @param {object} to the to (destination) CSS styles that will be applied to the element and across the animation. - * @param {string=} className an optional CSS class that will be applied to the element for the duration of the animation. If - * this value is left as empty then a CSS class of `ng-inline-animate` will be applied to the element. - * (Note that if no animation is detected then this value will not be applied to the element.) - * @param {object=} options an optional collection of options/styles that will be applied to the element. - * The object can have the following properties: - * - * - **addClass** - `{string}` - space-separated CSS classes to add to element - * - **from** - `{Object}` - CSS properties & values at the beginning of animation. Must have matching `to` - * - **removeClass** - `{string}` - space-separated CSS classes to remove from element - * - **to** - `{Object}` - CSS properties & values at end of animation. Must have matching `from` - * - * @return {Promise} the animation callback promise - */ - animate: function animate(element, from, to, className, options) { - options = prepareAnimateOptions(options); - options.from = options.from ? extend(options.from, from) : from; - options.to = options.to ? extend(options.to, to) : to; - - className = className || 'ng-inline-animate'; - options.tempClasses = mergeClasses(options.tempClasses, className); - return $$animateQueue.push(element, 'animate', options); } - }; - }]; - }]; - - var $$AnimateAsyncRunFactoryProvider = /** @this */function $$AnimateAsyncRunFactoryProvider() { - this.$get = ['$$rAF', function ($$rAF) { - var waitQueue = []; - - function waitForTick(fn) { - waitQueue.push(fn); - if (waitQueue.length > 1) return; - $$rAF(function () { - for (var i = 0; i < waitQueue.length; i++) { - waitQueue[i](); - } - waitQueue = []; - }); } + } + } - return function () { - var passed = false; - waitForTick(function () { - passed = true; - }); - return function (callback) { - if (passed) { - callback(); - } else { - waitForTick(callback); - } - }; - }; - }]; - }; - - var $$AnimateRunnerFactoryProvider = /** @this */function $$AnimateRunnerFactoryProvider() { - this.$get = ['$q', '$sniffer', '$$animateAsyncRun', '$$isDocumentHidden', '$timeout', function ($q, $sniffer, $$animateAsyncRun, $$isDocumentHidden, $timeout) { - - var INITIAL_STATE = 0; - var DONE_PENDING_STATE = 1; - var DONE_COMPLETE_STATE = 2; + function getHash(url) { + var index = url.indexOf('#'); + return index === -1 ? '' : url.substr(index); + } - AnimateRunner.chain = function (chain, callback) { - var index = 0; + /** + * @private + * TODO(vojta): prefix this method with $$ ? + * @param {function()} callback Function that will be called when no outstanding request + */ + self.notifyWhenNoOutstandingRequests = function(callback) { + if (outstandingRequestCount === 0) { + callback(); + } else { + outstandingRequestCallbacks.push(callback); + } + }; - next(); - function next() { - if (index === chain.length) { - callback(true); - return; - } + ////////////////////////////////////////////////////////////// + // URL API + ////////////////////////////////////////////////////////////// - chain[index](function (response) { - if (response === false) { - callback(false); - return; - } - index++; - next(); - }); + var cachedState, lastHistoryState, + lastBrowserUrl = location.href, + baseElement = document.find('base'), + pendingLocation = null, + getCurrentState = !$sniffer.history ? noop : function getCurrentState() { + try { + return history.state; + } catch (e) { + // MSIE can reportedly throw when there is no state (UNCONFIRMED). } }; - AnimateRunner.all = function (runners, callback) { - var count = 0; - var status = true; - forEach(runners, function (runner) { - runner.done(onProgress); - }); + cacheState(); - function onProgress(response) { - status = status && response; - if (++count === runners.length) { - callback(status); - } + /** + * @name $browser#url + * + * @description + * GETTER: + * Without any argument, this method just returns current value of location.href. + * + * SETTER: + * With at least one argument, this method sets url to new value. + * If html5 history api supported, pushState/replaceState is used, otherwise + * location.href/location.replace is used. + * Returns its own instance to allow chaining + * + * NOTE: this api is intended for use only by the $location service. Please use the + * {@link ng.$location $location service} to change url. + * + * @param {string} url New url (when used as setter) + * @param {boolean=} replace Should new url replace current history record? + * @param {object=} state object to use with pushState/replaceState + */ + self.url = function(url, replace, state) { + // In modern browsers `history.state` is `null` by default; treating it separately + // from `undefined` would cause `$browser.url('/foo')` to change `history.state` + // to undefined via `pushState`. Instead, let's change `undefined` to `null` here. + if (isUndefined(state)) { + state = null; + } + + // Android Browser BFCache causes location, history reference to become stale. + if (location !== window.location) location = window.location; + if (history !== window.history) history = window.history; + + // setter + if (url) { + var sameState = lastHistoryState === state; + + // Don't change anything if previous and current URLs and states match. This also prevents + // IE<10 from getting into redirect loop when in LocationHashbangInHtml5Url mode. + // See https://github.com/angular/angular.js/commit/ffb2701 + if (lastBrowserUrl === url && (!$sniffer.history || sameState)) { + return self; + } + var sameBase = lastBrowserUrl && stripHash(lastBrowserUrl) === stripHash(url); + lastBrowserUrl = url; + lastHistoryState = state; + // Don't use history API if only the hash changed + // due to a bug in IE10/IE11 which leads + // to not firing a `hashchange` nor `popstate` event + // in some cases (see #9143). + if ($sniffer.history && (!sameBase || !sameState)) { + history[replace ? 'replaceState' : 'pushState'](state, '', url); + cacheState(); + } else { + if (!sameBase) { + pendingLocation = url; + } + if (replace) { + location.replace(url); + } else if (!sameBase) { + location.href = url; + } else { + location.hash = getHash(url); + } + if (location.href !== url) { + pendingLocation = url; } - }; - - function AnimateRunner(host) { - this.setHost(host); - - var rafTick = $$animateAsyncRun(); - var timeoutTick = function timeoutTick(fn) { - $timeout(fn, 0, false); - }; - - this._doneCallbacks = []; - this._tick = function (fn) { - if ($$isDocumentHidden()) { - timeoutTick(fn); - } else { - rafTick(fn); - } - }; - this._state = 0; } + if (pendingLocation) { + pendingLocation = url; + } + return self; + // getter + } else { + // - pendingLocation is needed as browsers don't allow to read out + // the new location.href if a reload happened or if there is a bug like in iOS 9 (see + // https://openradar.appspot.com/22186109). + // - the replacement is a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=407172 + return pendingLocation || location.href.replace(/%27/g,'\''); + } + }; - AnimateRunner.prototype = { - setHost: function setHost(host) { - this.host = host || {}; - }, - - done: function done(fn) { - if (this._state === DONE_COMPLETE_STATE) { - fn(); - } else { - this._doneCallbacks.push(fn); - } - }, - - progress: noop, - - getPromise: function getPromise() { - if (!this.promise) { - var self = this; - this.promise = $q(function (resolve, reject) { - self.done(function (status) { - if (status === false) { - reject(); - } else { - resolve(); - } - }); - }); - } - return this.promise; - }, - - then: function then(resolveHandler, rejectHandler) { - return this.getPromise().then(resolveHandler, rejectHandler); - }, - - 'catch': function _catch(handler) { - return this.getPromise()['catch'](handler); - }, - - 'finally': function _finally(handler) { - return this.getPromise()['finally'](handler); - }, + /** + * @name $browser#state + * + * @description + * This method is a getter. + * + * Return history.state or null if history.state is undefined. + * + * @returns {object} state + */ + self.state = function() { + return cachedState; + }; - pause: function pause() { - if (this.host.pause) { - this.host.pause(); - } - }, + var urlChangeListeners = [], + urlChangeInit = false; - resume: function resume() { - if (this.host.resume) { - this.host.resume(); - } - }, + function cacheStateAndFireUrlChange() { + pendingLocation = null; + fireStateOrUrlChange(); + } - end: function end() { - if (this.host.end) { - this.host.end(); - } - this._resolve(true); - }, + // This variable should be used *only* inside the cacheState function. + var lastCachedState = null; + function cacheState() { + // This should be the only place in $browser where `history.state` is read. + cachedState = getCurrentState(); + cachedState = isUndefined(cachedState) ? null : cachedState; - cancel: function cancel() { - if (this.host.cancel) { - this.host.cancel(); - } - this._resolve(false); - }, + // Prevent callbacks fo fire twice if both hashchange & popstate were fired. + if (equals(cachedState, lastCachedState)) { + cachedState = lastCachedState; + } - complete: function complete(response) { - var self = this; - if (self._state === INITIAL_STATE) { - self._state = DONE_PENDING_STATE; - self._tick(function () { - self._resolve(response); - }); - } - }, + lastCachedState = cachedState; + lastHistoryState = cachedState; + } - _resolve: function _resolve(response) { - if (this._state !== DONE_COMPLETE_STATE) { - forEach(this._doneCallbacks, function (fn) { - fn(response); - }); - this._doneCallbacks.length = 0; - this._state = DONE_COMPLETE_STATE; - } - } - }; + function fireStateOrUrlChange() { + var prevLastHistoryState = lastHistoryState; + cacheState(); - return AnimateRunner; - }]; - }; + if (lastBrowserUrl === self.url() && prevLastHistoryState === cachedState) { + return; + } - /* exported $CoreAnimateCssProvider */ + lastBrowserUrl = self.url(); + lastHistoryState = cachedState; + forEach(urlChangeListeners, function(listener) { + listener(self.url(), cachedState); + }); + } /** - * @ngdoc service - * @name $animateCss - * @kind object - * @this + * @name $browser#onUrlChange * * @description - * This is the core version of `$animateCss`. By default, only when the `ngAnimate` is included, - * then the `$animateCss` service will actually perform animations. + * Register callback function that will be called, when url changes. + * + * It's only called when the url is changed from outside of angular: + * - user types different url into address bar + * - user clicks on history (forward/back) button + * - user clicks on a link + * + * It's not called when url is changed by $browser.url() method * - * Click here {@link ngAnimate.$animateCss to read the documentation for $animateCss}. + * The listener gets called with new url as parameter. + * + * NOTE: this api is intended for use only by the $location service. Please use the + * {@link ng.$location $location service} to monitor url changes in angular apps. + * + * @param {function(string)} listener Listener function to be called when url changes. + * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous. */ - var $CoreAnimateCssProvider = function $CoreAnimateCssProvider() { - this.$get = ['$$rAF', '$q', '$$AnimateRunner', function ($$rAF, $q, $$AnimateRunner) { - - return function (element, initialOptions) { - // all of the animation functions should create - // a copy of the options data, however, if a - // parent service has already created a copy then - // we should stick to using that - var options = initialOptions || {}; - if (!options.$$prepared) { - options = copy(options); - } - - // there is no point in applying the styles since - // there is no animation that goes on at all in - // this version of $animateCss. - if (options.cleanupStyles) { - options.from = options.to = null; - } - - if (options.from) { - element.css(options.from); - options.from = null; - } + self.onUrlChange = function(callback) { + // TODO(vojta): refactor to use node's syntax for events + if (!urlChangeInit) { + // We listen on both (hashchange/popstate) when available, as some browsers don't + // fire popstate when user changes the address bar and don't fire hashchange when url + // changed by push/replaceState - var closed, - runner = new $$AnimateRunner(); - return { - start: run, - end: run - }; + // html5 history api - popstate event + if ($sniffer.history) jqLite(window).on('popstate', cacheStateAndFireUrlChange); + // hashchange event + jqLite(window).on('hashchange', cacheStateAndFireUrlChange); - function run() { - $$rAF(function () { - applyAnimationContents(); - if (!closed) { - runner.complete(); - } - closed = true; - }); - return runner; - } + urlChangeInit = true; + } - function applyAnimationContents() { - if (options.addClass) { - element.addClass(options.addClass); - options.addClass = null; - } - if (options.removeClass) { - element.removeClass(options.removeClass); - options.removeClass = null; - } - if (options.to) { - element.css(options.to); - options.to = null; - } - } - }; - }]; + urlChangeListeners.push(callback); + return callback; + }; + + /** + * @private + * Remove popstate and hashchange handler from window. + * + * NOTE: this api is intended for use only by $rootScope. + */ + self.$$applicationDestroyed = function() { + jqLite(window).off('hashchange popstate', cacheStateAndFireUrlChange); }; - /* global stripHash: true */ + /** + * Checks whether the url has changed outside of Angular. + * Needs to be exported to be able to check for changes that have been done in sync, + * as hashchange/popstate events fire in async. + */ + self.$$checkUrlChange = fireStateOrUrlChange; + + ////////////////////////////////////////////////////////////// + // Misc API + ////////////////////////////////////////////////////////////// /** - * ! This is a private undocumented service ! + * @name $browser#baseHref * - * @name $browser - * @requires $log * @description - * This object has two goals: - * - * - hide all the global state in the browser caused by the window object - * - abstract away all the browser specific features and inconsistencies + * Returns current + * (always relative - without domain) * - * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser` - * service, which can be used for convenient testing of the application without the interaction with - * the real browser apis. + * @returns {string} The current base href */ + self.baseHref = function() { + var href = baseElement.attr('href'); + return href ? href.replace(/^(https?:)?\/\/[^/]*/, '') : ''; + }; + /** - * @param {object} window The global window object. - * @param {object} document jQuery wrapped document. - * @param {object} $log window.console or an object with the same interface. - * @param {object} $sniffer $sniffer service + * @name $browser#defer + * @param {function()} fn A function, who's execution should be deferred. + * @param {number=} [delay=0] of milliseconds to defer the function execution. + * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`. + * + * @description + * Executes a fn asynchronously via `setTimeout(fn, delay)`. + * + * Unlike when calling `setTimeout` directly, in test this function is mocked and instead of using + * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed + * via `$browser.defer.flush()`. + * */ - function Browser(window, document, $log, $sniffer) { - var self = this, - location = window.location, - history = window.history, - setTimeout = window.setTimeout, - clearTimeout = window.clearTimeout, - pendingDeferIds = {}; - - self.isMock = false; - - var outstandingRequestCount = 0; - var outstandingRequestCallbacks = []; - - // TODO(vojta): remove this temporary api - self.$$completeOutstandingRequest = completeOutstandingRequest; - self.$$incOutstandingRequestCount = function () { - outstandingRequestCount++; - }; + self.defer = function(fn, delay) { + var timeoutId; + outstandingRequestCount++; + timeoutId = setTimeout(function() { + delete pendingDeferIds[timeoutId]; + completeOutstandingRequest(fn); + }, delay || 0); + pendingDeferIds[timeoutId] = true; + return timeoutId; + }; - /** - * Executes the `fn` function(supports currying) and decrements the `outstandingRequestCallbacks` - * counter. If the counter reaches 0, all the `outstandingRequestCallbacks` are executed. - */ - function completeOutstandingRequest(fn) { - try { - fn.apply(null, sliceArgs(arguments, 1)); - } finally { - outstandingRequestCount--; - if (outstandingRequestCount === 0) { - while (outstandingRequestCallbacks.length) { - try { - outstandingRequestCallbacks.pop()(); - } catch (e) { - $log.error(e); - } - } - } - } - } - function getHash(url) { - var index = url.indexOf('#'); - return index === -1 ? '' : url.substr(index); + /** + * @name $browser#defer.cancel + * + * @description + * Cancels a deferred task identified with `deferId`. + * + * @param {*} deferId Token returned by the `$browser.defer` function. + * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully + * canceled. + */ + self.defer.cancel = function(deferId) { + if (pendingDeferIds[deferId]) { + delete pendingDeferIds[deferId]; + clearTimeout(deferId); + completeOutstandingRequest(noop); + return true; } + return false; + }; - /** - * @private - * TODO(vojta): prefix this method with $$ ? - * @param {function()} callback Function that will be called when no outstanding request - */ - self.notifyWhenNoOutstandingRequests = function (callback) { - if (outstandingRequestCount === 0) { - callback(); - } else { - outstandingRequestCallbacks.push(callback); - } - }; +} - ////////////////////////////////////////////////////////////// - // URL API - ////////////////////////////////////////////////////////////// +/** @this */ +function $BrowserProvider() { + this.$get = ['$window', '$log', '$sniffer', '$document', + function($window, $log, $sniffer, $document) { + return new Browser($window, $document, $log, $sniffer); + }]; +} - var cachedState, - lastHistoryState, - lastBrowserUrl = location.href, - baseElement = document.find('base'), - pendingLocation = null, - getCurrentState = !$sniffer.history ? noop : function getCurrentState() { - try { - return history.state; - } catch (e) { - // MSIE can reportedly throw when there is no state (UNCONFIRMED). - } - }; +/** + * @ngdoc service + * @name $cacheFactory + * @this + * + * @description + * Factory that constructs {@link $cacheFactory.Cache Cache} objects and gives access to + * them. + * + * ```js + * + * var cache = $cacheFactory('cacheId'); + * expect($cacheFactory.get('cacheId')).toBe(cache); + * expect($cacheFactory.get('noSuchCacheId')).not.toBeDefined(); + * + * cache.put("key", "value"); + * cache.put("another key", "another value"); + * + * // We've specified no options on creation + * expect(cache.info()).toEqual({id: 'cacheId', size: 2}); + * + * ``` + * + * + * @param {string} cacheId Name or id of the newly created cache. + * @param {object=} options Options object that specifies the cache behavior. Properties: + * + * - `{number=}` `capacity` — turns the cache into LRU cache. + * + * @returns {object} Newly created cache object with the following set of methods: + * + * - `{object}` `info()` — Returns id, size, and options of cache. + * - `{{*}}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache and returns + * it. + * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. + * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. + * - `{void}` `removeAll()` — Removes all cached values. + * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. + * + * @example + + +
    + + + + +

    Cached Values

    +
    + + : + +
    - cacheState(); +

    Cache Info

    +
    + + : + +
    +
    +
    + + angular.module('cacheExampleApp', []). + controller('CacheController', ['$scope', '$cacheFactory', function($scope, $cacheFactory) { + $scope.keys = []; + $scope.cache = $cacheFactory('cacheId'); + $scope.put = function(key, value) { + if (angular.isUndefined($scope.cache.get(key))) { + $scope.keys.push(key); + } + $scope.cache.put(key, angular.isUndefined(value) ? null : value); + }; + }]); + + + p { + margin: 10px 0 3px; + } + +
    + */ +function $CacheFactoryProvider() { - /** - * @name $browser#url - * - * @description - * GETTER: - * Without any argument, this method just returns current value of location.href. - * - * SETTER: - * With at least one argument, this method sets url to new value. - * If html5 history api supported, pushState/replaceState is used, otherwise - * location.href/location.replace is used. - * Returns its own instance to allow chaining - * - * NOTE: this api is intended for use only by the $location service. Please use the - * {@link ng.$location $location service} to change url. - * - * @param {string} url New url (when used as setter) - * @param {boolean=} replace Should new url replace current history record? - * @param {object=} state object to use with pushState/replaceState - */ - self.url = function (url, replace, state) { - // In modern browsers `history.state` is `null` by default; treating it separately - // from `undefined` would cause `$browser.url('/foo')` to change `history.state` - // to undefined via `pushState`. Instead, let's change `undefined` to `null` here. - if (isUndefined(state)) { - state = null; + this.$get = function() { + var caches = {}; + + function cacheFactory(cacheId, options) { + if (cacheId in caches) { + throw minErr('$cacheFactory')('iid', 'CacheId \'{0}\' is already taken!', cacheId); } - // Android Browser BFCache causes location, history reference to become stale. - if (location !== window.location) location = window.location; - if (history !== window.history) history = window.history; + var size = 0, + stats = extend({}, options, {id: cacheId}), + data = createMap(), + capacity = (options && options.capacity) || Number.MAX_VALUE, + lruHash = createMap(), + freshEnd = null, + staleEnd = null; - // setter - if (url) { - var sameState = lastHistoryState === state; - - // Don't change anything if previous and current URLs and states match. This also prevents - // IE<10 from getting into redirect loop when in LocationHashbangInHtml5Url mode. - // See https://github.com/angular/angular.js/commit/ffb2701 - if (lastBrowserUrl === url && (!$sniffer.history || sameState)) { - return self; - } - var sameBase = lastBrowserUrl && stripHash(lastBrowserUrl) === stripHash(url); - lastBrowserUrl = url; - lastHistoryState = state; - // Don't use history API if only the hash changed - // due to a bug in IE10/IE11 which leads - // to not firing a `hashchange` nor `popstate` event - // in some cases (see #9143). - if ($sniffer.history && (!sameBase || !sameState)) { - history[replace ? 'replaceState' : 'pushState'](state, '', url); - cacheState(); - } else { - if (!sameBase) { - pendingLocation = url; + /** + * @ngdoc type + * @name $cacheFactory.Cache + * + * @description + * A cache object used to store and retrieve data, primarily used by + * {@link $templateRequest $templateRequest} and the {@link ng.directive:script script} + * directive to cache templates and other data. + * + * ```js + * angular.module('superCache') + * .factory('superCache', ['$cacheFactory', function($cacheFactory) { + * return $cacheFactory('super-cache'); + * }]); + * ``` + * + * Example test: + * + * ```js + * it('should behave like a cache', inject(function(superCache) { + * superCache.put('key', 'value'); + * superCache.put('another key', 'another value'); + * + * expect(superCache.info()).toEqual({ + * id: 'super-cache', + * size: 2 + * }); + * + * superCache.remove('another key'); + * expect(superCache.get('another key')).toBeUndefined(); + * + * superCache.removeAll(); + * expect(superCache.info()).toEqual({ + * id: 'super-cache', + * size: 0 + * }); + * })); + * ``` + */ + return (caches[cacheId] = { + + /** + * @ngdoc method + * @name $cacheFactory.Cache#put + * @kind function + * + * @description + * Inserts a named entry into the {@link $cacheFactory.Cache Cache} object to be + * retrieved later, and incrementing the size of the cache if the key was not already + * present in the cache. If behaving like an LRU cache, it will also remove stale + * entries from the set. + * + * It will not insert undefined values into the cache. + * + * @param {string} key the key under which the cached data is stored. + * @param {*} value the value to store alongside the key. If it is undefined, the key + * will not be stored. + * @returns {*} the value stored. + */ + put: function(key, value) { + if (isUndefined(value)) return; + if (capacity < Number.MAX_VALUE) { + var lruEntry = lruHash[key] || (lruHash[key] = {key: key}); + + refresh(lruEntry); } - if (replace) { - location.replace(url); - } else if (!sameBase) { - location.href = url; - } else { - location.hash = getHash(url); + + if (!(key in data)) size++; + data[key] = value; + + if (size > capacity) { + this.remove(staleEnd.key); } - if (location.href !== url) { - pendingLocation = url; + + return value; + }, + + /** + * @ngdoc method + * @name $cacheFactory.Cache#get + * @kind function + * + * @description + * Retrieves named data stored in the {@link $cacheFactory.Cache Cache} object. + * + * @param {string} key the key of the data to be retrieved + * @returns {*} the value stored. + */ + get: function(key) { + if (capacity < Number.MAX_VALUE) { + var lruEntry = lruHash[key]; + + if (!lruEntry) return; + + refresh(lruEntry); } - } - if (pendingLocation) { - pendingLocation = url; - } - return self; - // getter - } else { - // - pendingLocation is needed as browsers don't allow to read out - // the new location.href if a reload happened or if there is a bug like in iOS 9 (see - // https://openradar.appspot.com/22186109). - // - the replacement is a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=407172 - return pendingLocation || location.href.replace(/%27/g, '\''); - } - }; - /** - * @name $browser#state - * - * @description - * This method is a getter. - * - * Return history.state or null if history.state is undefined. - * - * @returns {object} state - */ - self.state = function () { - return cachedState; - }; + return data[key]; + }, - var urlChangeListeners = [], - urlChangeInit = false; - function cacheStateAndFireUrlChange() { - pendingLocation = null; - fireStateOrUrlChange(); - } + /** + * @ngdoc method + * @name $cacheFactory.Cache#remove + * @kind function + * + * @description + * Removes an entry from the {@link $cacheFactory.Cache Cache} object. + * + * @param {string} key the key of the entry to be removed + */ + remove: function(key) { + if (capacity < Number.MAX_VALUE) { + var lruEntry = lruHash[key]; - // This variable should be used *only* inside the cacheState function. - var lastCachedState = null; - function cacheState() { - // This should be the only place in $browser where `history.state` is read. - cachedState = getCurrentState(); - cachedState = isUndefined(cachedState) ? null : cachedState; + if (!lruEntry) return; - // Prevent callbacks fo fire twice if both hashchange & popstate were fired. - if (equals(cachedState, lastCachedState)) { - cachedState = lastCachedState; - } + if (lruEntry === freshEnd) freshEnd = lruEntry.p; + if (lruEntry === staleEnd) staleEnd = lruEntry.n; + link(lruEntry.n,lruEntry.p); - lastCachedState = cachedState; - lastHistoryState = cachedState; - } + delete lruHash[key]; + } - function fireStateOrUrlChange() { - var prevLastHistoryState = lastHistoryState; - cacheState(); + if (!(key in data)) return; - if (lastBrowserUrl === self.url() && prevLastHistoryState === cachedState) { - return; - } + delete data[key]; + size--; + }, - lastBrowserUrl = self.url(); - lastHistoryState = cachedState; - forEach(urlChangeListeners, function (listener) { - listener(self.url(), cachedState); - }); - } - /** - * @name $browser#onUrlChange - * - * @description - * Register callback function that will be called, when url changes. - * - * It's only called when the url is changed from outside of angular: - * - user types different url into address bar - * - user clicks on history (forward/back) button - * - user clicks on a link - * - * It's not called when url is changed by $browser.url() method - * - * The listener gets called with new url as parameter. - * - * NOTE: this api is intended for use only by the $location service. Please use the - * {@link ng.$location $location service} to monitor url changes in angular apps. - * - * @param {function(string)} listener Listener function to be called when url changes. - * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous. - */ - self.onUrlChange = function (callback) { - // TODO(vojta): refactor to use node's syntax for events - if (!urlChangeInit) { - // We listen on both (hashchange/popstate) when available, as some browsers don't - // fire popstate when user changes the address bar and don't fire hashchange when url - // changed by push/replaceState + /** + * @ngdoc method + * @name $cacheFactory.Cache#removeAll + * @kind function + * + * @description + * Clears the cache object of any entries. + */ + removeAll: function() { + data = createMap(); + size = 0; + lruHash = createMap(); + freshEnd = staleEnd = null; + }, - // html5 history api - popstate event - if ($sniffer.history) jqLite(window).on('popstate', cacheStateAndFireUrlChange); - // hashchange event - jqLite(window).on('hashchange', cacheStateAndFireUrlChange); - urlChangeInit = true; - } + /** + * @ngdoc method + * @name $cacheFactory.Cache#destroy + * @kind function + * + * @description + * Destroys the {@link $cacheFactory.Cache Cache} object entirely, + * removing it from the {@link $cacheFactory $cacheFactory} set. + */ + destroy: function() { + data = null; + stats = null; + lruHash = null; + delete caches[cacheId]; + }, - urlChangeListeners.push(callback); - return callback; - }; - /** - * @private - * Remove popstate and hashchange handler from window. - * - * NOTE: this api is intended for use only by $rootScope. - */ - self.$$applicationDestroyed = function () { - jqLite(window).off('hashchange popstate', cacheStateAndFireUrlChange); - }; + /** + * @ngdoc method + * @name $cacheFactory.Cache#info + * @kind function + * + * @description + * Retrieve information regarding a particular {@link $cacheFactory.Cache Cache}. + * + * @returns {object} an object with the following properties: + *
      + *
    • **id**: the id of the cache instance
    • + *
    • **size**: the number of entries kept in the cache instance
    • + *
    • **...**: any additional properties from the options object when creating the + * cache.
    • + *
    + */ + info: function() { + return extend({}, stats, {size: size}); + } + }); - /** - * Checks whether the url has changed outside of Angular. - * Needs to be exported to be able to check for changes that have been done in sync, - * as hashchange/popstate events fire in async. - */ - self.$$checkUrlChange = fireStateOrUrlChange; - ////////////////////////////////////////////////////////////// - // Misc API - ////////////////////////////////////////////////////////////// + /** + * makes the `entry` the freshEnd of the LRU linked list + */ + function refresh(entry) { + if (entry !== freshEnd) { + if (!staleEnd) { + staleEnd = entry; + } else if (staleEnd === entry) { + staleEnd = entry.n; + } - /** - * @name $browser#baseHref - * - * @description - * Returns current - * (always relative - without domain) - * - * @returns {string} The current base href - */ - self.baseHref = function () { - var href = baseElement.attr('href'); - return href ? href.replace(/^(https?:)?\/\/[^/]*/, '') : ''; - }; + link(entry.n, entry.p); + link(entry, freshEnd); + freshEnd = entry; + freshEnd.n = null; + } + } - /** - * @name $browser#defer - * @param {function()} fn A function, who's execution should be deferred. - * @param {number=} [delay=0] of milliseconds to defer the function execution. - * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`. - * - * @description - * Executes a fn asynchronously via `setTimeout(fn, delay)`. - * - * Unlike when calling `setTimeout` directly, in test this function is mocked and instead of using - * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed - * via `$browser.defer.flush()`. - * - */ - self.defer = function (fn, delay) { - var timeoutId; - outstandingRequestCount++; - timeoutId = setTimeout(function () { - delete pendingDeferIds[timeoutId]; - completeOutstandingRequest(fn); - }, delay || 0); - pendingDeferIds[timeoutId] = true; - return timeoutId; - }; - /** - * @name $browser#defer.cancel - * - * @description - * Cancels a deferred task identified with `deferId`. - * - * @param {*} deferId Token returned by the `$browser.defer` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ - self.defer.cancel = function (deferId) { - if (pendingDeferIds[deferId]) { - delete pendingDeferIds[deferId]; - clearTimeout(deferId); - completeOutstandingRequest(noop); - return true; + /** + * bidirectionally links two entries of the LRU linked list + */ + function link(nextEntry, prevEntry) { + if (nextEntry !== prevEntry) { + if (nextEntry) nextEntry.p = prevEntry; //p stands for previous, 'prev' didn't minify + if (prevEntry) prevEntry.n = nextEntry; //n stands for next, 'next' didn't minify + } } - return false; - }; - } + } - /** @this */ - function $BrowserProvider() { - this.$get = ['$window', '$log', '$sniffer', '$document', function ($window, $log, $sniffer, $document) { - return new Browser($window, $document, $log, $sniffer); - }]; - } /** - * @ngdoc service - * @name $cacheFactory - * @this + * @ngdoc method + * @name $cacheFactory#info * * @description - * Factory that constructs {@link $cacheFactory.Cache Cache} objects and gives access to - * them. - * - * ```js - * - * var cache = $cacheFactory('cacheId'); - * expect($cacheFactory.get('cacheId')).toBe(cache); - * expect($cacheFactory.get('noSuchCacheId')).not.toBeDefined(); - * - * cache.put("key", "value"); - * cache.put("another key", "another value"); - * - * // We've specified no options on creation - * expect(cache.info()).toEqual({id: 'cacheId', size: 2}); - * - * ``` - * - * - * @param {string} cacheId Name or id of the newly created cache. - * @param {object=} options Options object that specifies the cache behavior. Properties: + * Get information about all the caches that have been created * - * - `{number=}` `capacity` — turns the cache into LRU cache. - * - * @returns {object} Newly created cache object with the following set of methods: - * - * - `{object}` `info()` — Returns id, size, and options of cache. - * - `{{*}}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache and returns - * it. - * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. - * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. - * - `{void}` `removeAll()` — Removes all cached values. - * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. - * - * @example - - -
    - - - - -

    Cached Values

    -
    - - : - -
    - -

    Cache Info

    -
    - - : - -
    -
    -
    - - angular.module('cacheExampleApp', []). - controller('CacheController', ['$scope', '$cacheFactory', function($scope, $cacheFactory) { - $scope.keys = []; - $scope.cache = $cacheFactory('cacheId'); - $scope.put = function(key, value) { - if (angular.isUndefined($scope.cache.get(key))) { - $scope.keys.push(key); - } - $scope.cache.put(key, angular.isUndefined(value) ? null : value); - }; - }]); - - - p { - margin: 10px 0 3px; - } - -
    + * @returns {Object} - key-value map of `cacheId` to the result of calling `cache#info` */ - function $CacheFactoryProvider() { - - this.$get = function () { - var caches = {}; - - function cacheFactory(cacheId, options) { - if (cacheId in caches) { - throw minErr('$cacheFactory')('iid', 'CacheId \'{0}\' is already taken!', cacheId); - } - - var size = 0, - stats = extend({}, options, { id: cacheId }), - data = createMap(), - capacity = options && options.capacity || Number.MAX_VALUE, - lruHash = createMap(), - freshEnd = null, - staleEnd = null; - - /** - * @ngdoc type - * @name $cacheFactory.Cache - * - * @description - * A cache object used to store and retrieve data, primarily used by - * {@link $templateRequest $templateRequest} and the {@link ng.directive:script script} - * directive to cache templates and other data. - * - * ```js - * angular.module('superCache') - * .factory('superCache', ['$cacheFactory', function($cacheFactory) { - * return $cacheFactory('super-cache'); - * }]); - * ``` - * - * Example test: - * - * ```js - * it('should behave like a cache', inject(function(superCache) { - * superCache.put('key', 'value'); - * superCache.put('another key', 'another value'); - * - * expect(superCache.info()).toEqual({ - * id: 'super-cache', - * size: 2 - * }); - * - * superCache.remove('another key'); - * expect(superCache.get('another key')).toBeUndefined(); - * - * superCache.removeAll(); - * expect(superCache.info()).toEqual({ - * id: 'super-cache', - * size: 0 - * }); - * })); - * ``` - */ - return caches[cacheId] = { - - /** - * @ngdoc method - * @name $cacheFactory.Cache#put - * @kind function - * - * @description - * Inserts a named entry into the {@link $cacheFactory.Cache Cache} object to be - * retrieved later, and incrementing the size of the cache if the key was not already - * present in the cache. If behaving like an LRU cache, it will also remove stale - * entries from the set. - * - * It will not insert undefined values into the cache. - * - * @param {string} key the key under which the cached data is stored. - * @param {*} value the value to store alongside the key. If it is undefined, the key - * will not be stored. - * @returns {*} the value stored. - */ - put: function put(key, value) { - if (isUndefined(value)) return; - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key] || (lruHash[key] = { key: key }); + cacheFactory.info = function() { + var info = {}; + forEach(caches, function(cache, cacheId) { + info[cacheId] = cache.info(); + }); + return info; + }; - refresh(lruEntry); - } - if (!(key in data)) size++; - data[key] = value; + /** + * @ngdoc method + * @name $cacheFactory#get + * + * @description + * Get access to a cache object by the `cacheId` used when it was created. + * + * @param {string} cacheId Name or id of a cache to access. + * @returns {object} Cache object identified by the cacheId or undefined if no such cache. + */ + cacheFactory.get = function(cacheId) { + return caches[cacheId]; + }; - if (size > capacity) { - this.remove(staleEnd.key); - } - return value; - }, + return cacheFactory; + }; +} - /** - * @ngdoc method - * @name $cacheFactory.Cache#get - * @kind function - * - * @description - * Retrieves named data stored in the {@link $cacheFactory.Cache Cache} object. - * - * @param {string} key the key of the data to be retrieved - * @returns {*} the value stored. - */ - get: function get(key) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key]; +/** + * @ngdoc service + * @name $templateCache + * @this + * + * @description + * `$templateCache` is a {@link $cacheFactory.Cache Cache object} created by the + * {@link ng.$cacheFactory $cacheFactory}. + * + * The first time a template is used, it is loaded in the template cache for quick retrieval. You + * can load templates directly into the cache in a `script` tag, by using {@link $templateRequest}, + * or by consuming the `$templateCache` service directly. + * + * Adding via the `script` tag: + * + * ```html + * + * ``` + * + * **Note:** the `script` tag containing the template does not need to be included in the `head` of + * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (e.g. + * element with {@link ngApp} attribute), otherwise the template will be ignored. + * + * Adding via the `$templateCache` service: + * + * ```js + * var myApp = angular.module('myApp', []); + * myApp.run(function($templateCache) { + * $templateCache.put('templateId.html', 'This is the content of the template'); + * }); + * ``` + * + * To retrieve the template later, simply use it in your component: + * ```js + * myApp.component('myComponent', { + * templateUrl: 'templateId.html' + * }); + * ``` + * + * or get it via the `$templateCache` service: + * ```js + * $templateCache.get('templateId.html') + * ``` + * + */ +function $TemplateCacheProvider() { + this.$get = ['$cacheFactory', function($cacheFactory) { + return $cacheFactory('templates'); + }]; +} - if (!lruEntry) return; +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables like document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - refresh(lruEntry); - } +/* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE! + * + * DOM-related variables: + * + * - "node" - DOM Node + * - "element" - DOM Element or Node + * - "$node" or "$element" - jqLite-wrapped node or element + * + * + * Compiler related stuff: + * + * - "linkFn" - linking fn of a single directive + * - "nodeLinkFn" - function that aggregates all linking fns for a particular node + * - "childLinkFn" - function that aggregates all linking fns for child nodes of a particular node + * - "compositeLinkFn" - function that aggregates all linking fns for a compilation root (nodeList) + */ - return data[key]; - }, - /** - * @ngdoc method - * @name $cacheFactory.Cache#remove - * @kind function - * - * @description - * Removes an entry from the {@link $cacheFactory.Cache Cache} object. - * - * @param {string} key the key of the entry to be removed - */ - remove: function remove(key) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key]; +/** + * @ngdoc service + * @name $compile + * @kind function + * + * @description + * Compiles an HTML string or DOM into a template and produces a template function, which + * can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together. + * + * The compilation is a process of walking the DOM tree and matching DOM elements to + * {@link ng.$compileProvider#directive directives}. + * + *
    + * **Note:** This document is an in-depth reference of all directive options. + * For a gentle introduction to directives with examples of common use cases, + * see the {@link guide/directive directive guide}. + *
    + * + * ## Comprehensive Directive API + * + * There are many different options for a directive. + * + * The difference resides in the return value of the factory function. + * You can either return a {@link $compile#directive-definition-object Directive Definition Object (see below)} + * that defines the directive properties, or just the `postLink` function (all other properties will have + * the default values). + * + *
    + * **Best Practice:** It's recommended to use the "directive definition object" form. + *
    + * + * Here's an example directive declared with a Directive Definition Object: + * + * ```js + * var myModule = angular.module(...); + * + * myModule.directive('directiveName', function factory(injectables) { + * var directiveDefinitionObject = { + * {@link $compile#-priority- priority}: 0, + * {@link $compile#-template- template}: '
    ', // or // function(tElement, tAttrs) { ... }, + * // or + * // {@link $compile#-templateurl- templateUrl}: 'directive.html', // or // function(tElement, tAttrs) { ... }, + * {@link $compile#-transclude- transclude}: false, + * {@link $compile#-restrict- restrict}: 'A', + * {@link $compile#-templatenamespace- templateNamespace}: 'html', + * {@link $compile#-scope- scope}: false, + * {@link $compile#-controller- controller}: function($scope, $element, $attrs, $transclude, otherInjectables) { ... }, + * {@link $compile#-controlleras- controllerAs}: 'stringIdentifier', + * {@link $compile#-bindtocontroller- bindToController}: false, + * {@link $compile#-require- require}: 'siblingDirectiveName', // or // ['^parentDirectiveName', '?optionalDirectiveName', '?^optionalParent'], + * {@link $compile#-multielement- multiElement}: false, + * {@link $compile#-compile- compile}: function compile(tElement, tAttrs, transclude) { + * return { + * {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, + * {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } + * } + * // or + * // return function postLink( ... ) { ... } + * }, + * // or + * // {@link $compile#-link- link}: { + * // {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, + * // {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } + * // } + * // or + * // {@link $compile#-link- link}: function postLink( ... ) { ... } + * }; + * return directiveDefinitionObject; + * }); + * ``` + * + *
    + * **Note:** Any unspecified options will use the default value. You can see the default values below. + *
    + * + * Therefore the above can be simplified as: + * + * ```js + * var myModule = angular.module(...); + * + * myModule.directive('directiveName', function factory(injectables) { + * var directiveDefinitionObject = { + * link: function postLink(scope, iElement, iAttrs) { ... } + * }; + * return directiveDefinitionObject; + * // or + * // return function postLink(scope, iElement, iAttrs) { ... } + * }); + * ``` + * + * ### Life-cycle hooks + * Directive controllers can provide the following methods that are called by Angular at points in the life-cycle of the + * directive: + * * `$onInit()` - Called on each controller after all the controllers on an element have been constructed and + * had their bindings initialized (and before the pre & post linking functions for the directives on + * this element). This is a good place to put initialization code for your controller. + * * `$onChanges(changesObj)` - Called whenever one-way (`<`) or interpolation (`@`) bindings are updated. The + * `changesObj` is a hash whose keys are the names of the bound properties that have changed, and the values are an + * object of the form `{ currentValue, previousValue, isFirstChange() }`. Use this hook to trigger updates within a + * component such as cloning the bound value to prevent accidental mutation of the outer value. Note that this will + * also be called when your bindings are initialized. + * * `$doCheck()` - Called on each turn of the digest cycle. Provides an opportunity to detect and act on + * changes. Any actions that you wish to take in response to the changes that you detect must be + * invoked from this hook; implementing this has no effect on when `$onChanges` is called. For example, this hook + * could be useful if you wish to perform a deep equality check, or to check a Date object, changes to which would not + * be detected by Angular's change detector and thus not trigger `$onChanges`. This hook is invoked with no arguments; + * if detecting changes, you must store the previous value(s) for comparison to the current values. + * * `$onDestroy()` - Called on a controller when its containing scope is destroyed. Use this hook for releasing + * external resources, watches and event handlers. Note that components have their `$onDestroy()` hooks called in + * the same order as the `$scope.$broadcast` events are triggered, which is top down. This means that parent + * components will have their `$onDestroy()` hook called before child components. + * * `$postLink()` - Called after this controller's element and its children have been linked. Similar to the post-link + * function this hook can be used to set up DOM event handlers and do direct DOM manipulation. + * Note that child elements that contain `templateUrl` directives will not have been compiled and linked since + * they are waiting for their template to load asynchronously and their own compilation and linking has been + * suspended until that occurs. + * + * #### Comparison with Angular 2 life-cycle hooks + * Angular 2 also uses life-cycle hooks for its components. While the Angular 1 life-cycle hooks are similar there are + * some differences that you should be aware of, especially when it comes to moving your code from Angular 1 to Angular 2: + * + * * Angular 1 hooks are prefixed with `$`, such as `$onInit`. Angular 2 hooks are prefixed with `ng`, such as `ngOnInit`. + * * Angular 1 hooks can be defined on the controller prototype or added to the controller inside its constructor. + * In Angular 2 you can only define hooks on the prototype of the Component class. + * * Due to the differences in change-detection, you may get many more calls to `$doCheck` in Angular 1 than you would to + * `ngDoCheck` in Angular 2 + * * Changes to the model inside `$doCheck` will trigger new turns of the digest loop, which will cause the changes to be + * propagated throughout the application. + * Angular 2 does not allow the `ngDoCheck` hook to trigger a change outside of the component. It will either throw an + * error or do nothing depending upon the state of `enableProdMode()`. + * + * #### Life-cycle hook examples + * + * This example shows how you can check for mutations to a Date object even though the identity of the object + * has not changed. + * + * + * + * angular.module('do-check-module', []) + * .component('app', { + * template: + * 'Month: ' + + * 'Date: {{ $ctrl.date }}' + + * '', + * controller: function() { + * this.date = new Date(); + * this.month = this.date.getMonth(); + * this.updateDate = function() { + * this.date.setMonth(this.month); + * }; + * } + * }) + * .component('test', { + * bindings: { date: '<' }, + * template: + * '
    {{ $ctrl.log | json }}
    ', + * controller: function() { + * var previousValue; + * this.log = []; + * this.$doCheck = function() { + * var currentValue = this.date && this.date.valueOf(); + * if (previousValue !== currentValue) { + * this.log.push('doCheck: date mutated: ' + this.date); + * previousValue = currentValue; + * } + * }; + * } + * }); + *
    + * + * + * + *
    + * + * This example show how you might use `$doCheck` to trigger changes in your component's inputs even if the + * actual identity of the component doesn't change. (Be aware that cloning and deep equality checks on large + * arrays or objects can have a negative impact on your application performance) + * + * + * + *
    + * + * + *
    {{ items }}
    + * + *
    + *
    + * + * angular.module('do-check-module', []) + * .component('test', { + * bindings: { items: '<' }, + * template: + * '
    {{ $ctrl.log | json }}
    ', + * controller: function() { + * this.log = []; + * + * this.$doCheck = function() { + * if (this.items_ref !== this.items) { + * this.log.push('doCheck: items changed'); + * this.items_ref = this.items; + * } + * if (!angular.equals(this.items_clone, this.items)) { + * this.log.push('doCheck: items mutated'); + * this.items_clone = angular.copy(this.items); + * } + * }; + * } + * }); + *
    + *
    + * + * + * ### Directive Definition Object + * + * The directive definition object provides instructions to the {@link ng.$compile + * compiler}. The attributes are: + * + * #### `multiElement` + * When this property is set to true (default is `false`), the HTML compiler will collect DOM nodes between + * nodes with the attributes `directive-name-start` and `directive-name-end`, and group them + * together as the directive elements. It is recommended that this feature be used on directives + * which are not strictly behavioral (such as {@link ngClick}), and which + * do not manipulate or replace child nodes (such as {@link ngInclude}). + * + * #### `priority` + * When there are multiple directives defined on a single DOM element, sometimes it + * is necessary to specify the order in which the directives are applied. The `priority` is used + * to sort the directives before their `compile` functions get called. Priority is defined as a + * number. Directives with greater numerical `priority` are compiled first. Pre-link functions + * are also run in priority order, but post-link functions are run in reverse order. The order + * of directives with the same priority is undefined. The default priority is `0`. + * + * #### `terminal` + * If set to true then the current `priority` will be the last set of directives + * which will execute (any directives at the current priority will still execute + * as the order of execution on same `priority` is undefined). Note that expressions + * and other directives used in the directive's template will also be excluded from execution. + * + * #### `scope` + * The scope property can be `false`, `true`, or an object: + * + * * **`false` (default):** No scope will be created for the directive. The directive will use its + * parent's scope. + * + * * **`true`:** A new child scope that prototypically inherits from its parent will be created for + * the directive's element. If multiple directives on the same element request a new scope, + * only one new scope is created. + * + * * **`{...}` (an object hash):** A new "isolate" scope is created for the directive's template. + * The 'isolate' scope differs from normal scope in that it does not prototypically + * inherit from its parent scope. This is useful when creating reusable components, which should not + * accidentally read or modify data in the parent scope. Note that an isolate scope + * directive without a `template` or `templateUrl` will not apply the isolate scope + * to its children elements. + * + * The 'isolate' scope object hash defines a set of local scope properties derived from attributes on the + * directive's element. These local properties are useful for aliasing values for templates. The keys in + * the object hash map to the name of the property on the isolate scope; the values define how the property + * is bound to the parent scope, via matching attributes on the directive's element: + * + * * `@` or `@attr` - bind a local scope property to the value of DOM attribute. The result is + * always a string since DOM attributes are strings. If no `attr` name is specified then the + * attribute name is assumed to be the same as the local name. Given `` and the isolate scope definition `scope: { localName:'@myAttr' }`, + * the directive's scope property `localName` will reflect the interpolated value of `hello + * {{name}}`. As the `name` attribute changes so will the `localName` property on the directive's + * scope. The `name` is read from the parent scope (not the directive's scope). + * + * * `=` or `=attr` - set up a bidirectional binding between a local scope property and an expression + * passed via the attribute `attr`. The expression is evaluated in the context of the parent scope. + * If no `attr` name is specified then the attribute name is assumed to be the same as the local + * name. Given `` and the isolate scope definition `scope: { + * localModel: '=myAttr' }`, the property `localModel` on the directive's scope will reflect the + * value of `parentModel` on the parent scope. Changes to `parentModel` will be reflected in + * `localModel` and vice versa. Optional attributes should be marked as such with a question mark: + * `=?` or `=?attr`. If the binding expression is non-assignable, or if the attribute isn't + * optional and doesn't exist, an exception ({@link error/$compile/nonassign `$compile:nonassign`}) + * will be thrown upon discovering changes to the local value, since it will be impossible to sync + * them back to the parent scope. By default, the {@link ng.$rootScope.Scope#$watch `$watch`} + * method is used for tracking changes, and the equality check is based on object identity. + * However, if an object literal or an array literal is passed as the binding expression, the + * equality check is done by value (using the {@link angular.equals} function). It's also possible + * to watch the evaluated value shallowly with {@link ng.$rootScope.Scope#$watchCollection + * `$watchCollection`}: use `=*` or `=*attr` (`=*?` or `=*?attr` if the attribute is optional). + * + * * `<` or `` and directive definition of + * `scope: { localModel:'` and the isolate scope definition `scope: { + * localFn:'&myAttr' }`, the isolate scope property `localFn` will point to a function wrapper for + * the `count = count + value` expression. Often it's desirable to pass data from the isolated scope + * via an expression to the parent scope. This can be done by passing a map of local variable names + * and values into the expression wrapper fn. For example, if the expression is `increment(amount)` + * then we can specify the amount value by calling the `localFn` as `localFn({amount: 22})`. + * + * In general it's possible to apply more than one directive to one element, but there might be limitations + * depending on the type of scope required by the directives. The following points will help explain these limitations. + * For simplicity only two directives are taken into account, but it is also applicable for several directives: + * + * * **no scope** + **no scope** => Two directives which don't require their own scope will use their parent's scope + * * **child scope** + **no scope** => Both directives will share one single child scope + * * **child scope** + **child scope** => Both directives will share one single child scope + * * **isolated scope** + **no scope** => The isolated directive will use it's own created isolated scope. The other directive will use + * its parent's scope + * * **isolated scope** + **child scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives cannot + * be applied to the same element. + * * **isolated scope** + **isolated scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives + * cannot be applied to the same element. + * + * + * #### `bindToController` + * This property is used to bind scope properties directly to the controller. It can be either + * `true` or an object hash with the same format as the `scope` property. + * + * When an isolate scope is used for a directive (see above), `bindToController: true` will + * allow a component to have its properties bound to the controller, rather than to scope. + * + * After the controller is instantiated, the initial values of the isolate scope bindings will be bound to the controller + * properties. You can access these bindings once they have been initialized by providing a controller method called + * `$onInit`, which is called after all the controllers on an element have been constructed and had their bindings + * initialized. + * + *
    + * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was called, bindings for non-ES6 class + * controllers are bound to `this` before the controller constructor is called but this use is now deprecated. Please + * place initialization code that relies upon bindings inside a `$onInit` method on the controller, instead. + *
    + * + * It is also possible to set `bindToController` to an object hash with the same format as the `scope` property. + * This will set up the scope bindings to the controller directly. Note that `scope` can still be used + * to define which kind of scope is created. By default, no scope is created. Use `scope: {}` to create an isolate + * scope (useful for component directives). + * + * If both `bindToController` and `scope` are defined and have object hashes, `bindToController` overrides `scope`. + * + * + * #### `controller` + * Controller constructor function. The controller is instantiated before the + * pre-linking phase and can be accessed by other directives (see + * `require` attribute). This allows the directives to communicate with each other and augment + * each other's behavior. The controller is injectable (and supports bracket notation) with the following locals: + * + * * `$scope` - Current scope associated with the element + * * `$element` - Current element + * * `$attrs` - Current attributes object for the element + * * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: + * `function([scope], cloneLinkingFn, futureParentElement, slotName)`: + * * `scope`: (optional) override the scope. + * * `cloneLinkingFn`: (optional) argument to create clones of the original transcluded content. + * * `futureParentElement` (optional): + * * defines the parent to which the `cloneLinkingFn` will add the cloned elements. + * * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`. + * * only needed for transcludes that are allowed to contain non html elements (e.g. SVG elements) + * and when the `cloneLinkingFn` is passed, + * as those elements need to created and cloned in a special way when they are defined outside their + * usual containers (e.g. like ``). + * * See also the `directive.templateNamespace` property. + * * `slotName`: (optional) the name of the slot to transclude. If falsy (e.g. `null`, `undefined` or `''`) + * then the default transclusion is provided. + * The `$transclude` function also has a method on it, `$transclude.isSlotFilled(slotName)`, which returns + * `true` if the specified slot contains content (i.e. one or more DOM nodes). + * + * #### `require` + * Require another directive and inject its controller as the fourth argument to the linking function. The + * `require` property can be a string, an array or an object: + * * a **string** containing the name of the directive to pass to the linking function + * * an **array** containing the names of directives to pass to the linking function. The argument passed to the + * linking function will be an array of controllers in the same order as the names in the `require` property + * * an **object** whose property values are the names of the directives to pass to the linking function. The argument + * passed to the linking function will also be an object with matching keys, whose values will hold the corresponding + * controllers. + * + * If the `require` property is an object and `bindToController` is truthy, then the required controllers are + * bound to the controller using the keys of the `require` property. This binding occurs after all the controllers + * have been constructed but before `$onInit` is called. + * If the name of the required controller is the same as the local name (the key), the name can be + * omitted. For example, `{parentDir: '^^'}` is equivalent to `{parentDir: '^^parentDir'}`. + * See the {@link $compileProvider#component} helper for an example of how this can be used. + * If no such required directive(s) can be found, or if the directive does not have a controller, then an error is + * raised (unless no link function is specified and the required controllers are not being bound to the directive + * controller, in which case error checking is skipped). The name can be prefixed with: + * + * * (no prefix) - Locate the required controller on the current element. Throw an error if not found. + * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found. + * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found. + * * `^^` - Locate the required controller by searching the element's parents. Throw an error if not found. + * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass + * `null` to the `link` fn if not found. + * * `?^^` - Attempt to locate the required controller by searching the element's parents, or pass + * `null` to the `link` fn if not found. + * + * + * #### `controllerAs` + * Identifier name for a reference to the controller in the directive's scope. + * This allows the controller to be referenced from the directive template. This is especially + * useful when a directive is used as component, i.e. with an `isolate` scope. It's also possible + * to use it in a directive without an `isolate` / `new` scope, but you need to be aware that the + * `controllerAs` reference might overwrite a property that already exists on the parent scope. + * + * + * #### `restrict` + * String of subset of `EACM` which restricts the directive to a specific directive + * declaration style. If omitted, the defaults (elements and attributes) are used. + * + * * `E` - Element name (default): `` + * * `A` - Attribute (default): `
    ` + * * `C` - Class: `
    ` + * * `M` - Comment: `` + * + * + * #### `templateNamespace` + * String representing the document type used by the markup in the template. + * AngularJS needs this information as those elements need to be created and cloned + * in a special way when they are defined outside their usual containers like `` and ``. + * + * * `html` - All root nodes in the template are HTML. Root nodes may also be + * top-level elements such as `` or ``. + * * `svg` - The root nodes in the template are SVG elements (excluding ``). + * * `math` - The root nodes in the template are MathML elements (excluding ``). + * + * If no `templateNamespace` is specified, then the namespace is considered to be `html`. + * + * #### `template` + * HTML markup that may: + * * Replace the contents of the directive's element (default). + * * Replace the directive's element itself (if `replace` is true - DEPRECATED). + * * Wrap the contents of the directive's element (if `transclude` is true). + * + * Value may be: + * + * * A string. For example `
    {{delete_str}}
    `. + * * A function which takes two arguments `tElement` and `tAttrs` (described in the `compile` + * function api below) and returns a string value. + * + * + * #### `templateUrl` + * This is similar to `template` but the template is loaded from the specified URL, asynchronously. + * + * Because template loading is asynchronous the compiler will suspend compilation of directives on that element + * for later when the template has been resolved. In the meantime it will continue to compile and link + * sibling and parent elements as though this element had not contained any directives. + * + * The compiler does not suspend the entire compilation to wait for templates to be loaded because this + * would result in the whole app "stalling" until all templates are loaded asynchronously - even in the + * case when only one deeply nested directive has `templateUrl`. + * + * Template loading is asynchronous even if the template has been preloaded into the {@link $templateCache} + * + * You can specify `templateUrl` as a string representing the URL or as a function which takes two + * arguments `tElement` and `tAttrs` (described in the `compile` function api below) and returns + * a string value representing the url. In either case, the template URL is passed through {@link + * $sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}. + * + * + * #### `replace` (*DEPRECATED*) + * + * `replace` will be removed in next major release - i.e. v2.0). + * + * Specifies what the template should replace. Defaults to `false`. + * + * * `true` - the template will replace the directive's element. + * * `false` - the template will replace the contents of the directive's element. + * + * The replacement process migrates all of the attributes / classes from the old element to the new + * one. See the {@link guide/directive#template-expanding-directive + * Directives Guide} for an example. + * + * There are very few scenarios where element replacement is required for the application function, + * the main one being reusable custom components that are used within SVG contexts + * (because SVG doesn't work with custom elements in the DOM tree). + * + * #### `transclude` + * Extract the contents of the element where the directive appears and make it available to the directive. + * The contents are compiled and provided to the directive as a **transclusion function**. See the + * {@link $compile#transclusion Transclusion} section below. + * + * + * #### `compile` + * + * ```js + * function compile(tElement, tAttrs, transclude) { ... } + * ``` + * + * The compile function deals with transforming the template DOM. Since most directives do not do + * template transformation, it is not used often. The compile function takes the following arguments: + * + * * `tElement` - template element - The element where the directive has been declared. It is + * safe to do template transformation on the element and child elements only. + * + * * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared + * between all directive compile functions. + * + * * `transclude` - [*DEPRECATED*!] A transclude linking function: `function(scope, cloneLinkingFn)` + * + *
    + * **Note:** The template instance and the link instance may be different objects if the template has + * been cloned. For this reason it is **not** safe to do anything other than DOM transformations that + * apply to all cloned DOM nodes within the compile function. Specifically, DOM listener registration + * should be done in a linking function rather than in a compile function. + *
    + + *
    + * **Note:** The compile function cannot handle directives that recursively use themselves in their + * own templates or compile functions. Compiling these directives results in an infinite loop and + * stack overflow errors. + * + * This can be avoided by manually using $compile in the postLink function to imperatively compile + * a directive's template instead of relying on automatic template compilation via `template` or + * `templateUrl` declaration or manual compilation inside the compile function. + *
    + * + *
    + * **Note:** The `transclude` function that is passed to the compile function is deprecated, as it + * e.g. does not know about the right outer scope. Please use the transclude function that is passed + * to the link function instead. + *
    - if (!lruEntry) return; + * A compile function can have a return value which can be either a function or an object. + * + * * returning a (post-link) function - is equivalent to registering the linking function via the + * `link` property of the config object when the compile function is empty. + * + * * returning an object with function(s) registered via `pre` and `post` properties - allows you to + * control when a linking function should be called during the linking phase. See info about + * pre-linking and post-linking functions below. + * + * + * #### `link` + * This property is used only if the `compile` property is not defined. + * + * ```js + * function link(scope, iElement, iAttrs, controller, transcludeFn) { ... } + * ``` + * + * The link function is responsible for registering DOM listeners as well as updating the DOM. It is + * executed after the template has been cloned. This is where most of the directive logic will be + * put. + * + * * `scope` - {@link ng.$rootScope.Scope Scope} - The scope to be used by the + * directive for registering {@link ng.$rootScope.Scope#$watch watches}. + * + * * `iElement` - instance element - The element where the directive is to be used. It is safe to + * manipulate the children of the element only in `postLink` function since the children have + * already been linked. + * + * * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared + * between all directive linking functions. + * + * * `controller` - the directive's required controller instance(s) - Instances are shared + * among all directives, which allows the directives to use the controllers as a communication + * channel. The exact value depends on the directive's `require` property: + * * no controller(s) required: the directive's own controller, or `undefined` if it doesn't have one + * * `string`: the controller instance + * * `array`: array of controller instances + * + * If a required controller cannot be found, and it is optional, the instance is `null`, + * otherwise the {@link error:$compile:ctreq Missing Required Controller} error is thrown. + * + * Note that you can also require the directive's own controller - it will be made available like + * any other controller. + * + * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. + * This is the same as the `$transclude` parameter of directive controllers, + * see {@link ng.$compile#-controller- the controller section for details}. + * `function([scope], cloneLinkingFn, futureParentElement)`. + * + * #### Pre-linking function + * + * Executed before the child elements are linked. Not safe to do DOM transformation since the + * compiler linking function will fail to locate the correct elements for linking. + * + * #### Post-linking function + * + * Executed after the child elements are linked. + * + * Note that child elements that contain `templateUrl` directives will not have been compiled + * and linked since they are waiting for their template to load asynchronously and their own + * compilation and linking has been suspended until that occurs. + * + * It is safe to do DOM transformation in the post-linking function on elements that are not waiting + * for their async templates to be resolved. + * + * + * ### Transclusion + * + * Transclusion is the process of extracting a collection of DOM elements from one part of the DOM and + * copying them to another part of the DOM, while maintaining their connection to the original AngularJS + * scope from where they were taken. + * + * Transclusion is used (often with {@link ngTransclude}) to insert the + * original contents of a directive's element into a specified place in the template of the directive. + * The benefit of transclusion, over simply moving the DOM elements manually, is that the transcluded + * content has access to the properties on the scope from which it was taken, even if the directive + * has isolated scope. + * See the {@link guide/directive#creating-a-directive-that-wraps-other-elements Directives Guide}. + * + * This makes it possible for the widget to have private state for its template, while the transcluded + * content has access to its originating scope. + * + *
    + * **Note:** When testing an element transclude directive you must not place the directive at the root of the + * DOM fragment that is being compiled. See {@link guide/unit-testing#testing-transclusion-directives + * Testing Transclusion Directives}. + *
    + * + * There are three kinds of transclusion depending upon whether you want to transclude just the contents of the + * directive's element, the entire element or multiple parts of the element contents: + * + * * `true` - transclude the content (i.e. the child nodes) of the directive's element. + * * `'element'` - transclude the whole of the directive's element including any directives on this + * element that defined at a lower priority than this directive. When used, the `template` + * property is ignored. + * * **`{...}` (an object hash):** - map elements of the content onto transclusion "slots" in the template. + * + * **Mult-slot transclusion** is declared by providing an object for the `transclude` property. + * + * This object is a map where the keys are the name of the slot to fill and the value is an element selector + * used to match the HTML to the slot. The element selector should be in normalized form (e.g. `myElement`) + * and will match the standard element variants (e.g. `my-element`, `my:element`, `data-my-element`, etc). + * + * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} + * + * If the element selector is prefixed with a `?` then that slot is optional. + * + * For example, the transclude object `{ slotA: '?myCustomElement' }` maps `` elements to + * the `slotA` slot, which can be accessed via the `$transclude` function or via the {@link ngTransclude} directive. + * + * Slots that are not marked as optional (`?`) will trigger a compile time error if there are no matching elements + * in the transclude content. If you wish to know if an optional slot was filled with content, then you can call + * `$transclude.isSlotFilled(slotName)` on the transclude function passed to the directive's link function and + * injectable into the directive's controller. + * + * + * #### Transclusion Functions + * + * When a directive requests transclusion, the compiler extracts its contents and provides a **transclusion + * function** to the directive's `link` function and `controller`. This transclusion function is a special + * **linking function** that will return the compiled contents linked to a new transclusion scope. + * + *
    + * If you are just using {@link ngTransclude} then you don't need to worry about this function, since + * ngTransclude will deal with it for us. + *
    + * + * If you want to manually control the insertion and removal of the transcluded content in your directive + * then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery + * object that contains the compiled DOM, which is linked to the correct transclusion scope. + * + * When you call a transclusion function you can pass in a **clone attach function**. This function accepts + * two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded + * content and the `scope` is the newly created transclusion scope, which the clone will be linked to. + * + *
    + * **Best Practice**: Always provide a `cloneFn` (clone attach function) when you call a transclude function + * since you then get a fresh clone of the original DOM and also have access to the new transclusion scope. + *
    + * + * It is normal practice to attach your transcluded content (`clone`) to the DOM inside your **clone + * attach function**: + * + * ```js + * var transcludedContent, transclusionScope; + * + * $transclude(function(clone, scope) { + * element.append(clone); + * transcludedContent = clone; + * transclusionScope = scope; + * }); + * ``` + * + * Later, if you want to remove the transcluded content from your DOM then you should also destroy the + * associated transclusion scope: + * + * ```js + * transcludedContent.remove(); + * transclusionScope.$destroy(); + * ``` + * + *
    + * **Best Practice**: if you intend to add and remove transcluded content manually in your directive + * (by calling the transclude function to get the DOM and calling `element.remove()` to remove it), + * then you are also responsible for calling `$destroy` on the transclusion scope. + *
    + * + * The built-in DOM manipulation directives, such as {@link ngIf}, {@link ngSwitch} and {@link ngRepeat} + * automatically destroy their transcluded clones as necessary so you do not need to worry about this if + * you are simply using {@link ngTransclude} to inject the transclusion into your directive. + * + * + * #### Transclusion Scopes + * + * When you call a transclude function it returns a DOM fragment that is pre-bound to a **transclusion + * scope**. This scope is special, in that it is a child of the directive's scope (and so gets destroyed + * when the directive's scope gets destroyed) but it inherits the properties of the scope from which it + * was taken. + * + * For example consider a directive that uses transclusion and isolated scope. The DOM hierarchy might look + * like this: + * + * ```html + *
    + *
    + *
    + *
    + *
    + *
    + * ``` + * + * The `$parent` scope hierarchy will look like this: + * + ``` + - $rootScope + - isolate + - transclusion + ``` + * + * but the scopes will inherit prototypically from different scopes to their `$parent`. + * + ``` + - $rootScope + - transclusion + - isolate + ``` + * + * + * ### Attributes + * + * The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the + * `link()` or `compile()` functions. It has a variety of uses. + * + * * *Accessing normalized attribute names:* Directives like 'ngBind' can be expressed in many ways: + * 'ng:bind', `data-ng-bind`, or 'x-ng-bind'. The attributes object allows for normalized access + * to the attributes. + * + * * *Directive inter-communication:* All directives share the same instance of the attributes + * object which allows the directives to use the attributes object as inter directive + * communication. + * + * * *Supports interpolation:* Interpolation attributes are assigned to the attribute object + * allowing other directives to read the interpolated value. + * + * * *Observing interpolated attributes:* Use `$observe` to observe the value changes of attributes + * that contain interpolation (e.g. `src="{{bar}}"`). Not only is this very efficient but it's also + * the only way to easily get the actual value because during the linking phase the interpolation + * hasn't been evaluated yet and so the value is at this time set to `undefined`. + * + * ```js + * function linkingFn(scope, elm, attrs, ctrl) { + * // get the attribute value + * console.log(attrs.ngModel); + * + * // change the attribute + * attrs.$set('ngModel', 'new value'); + * + * // observe changes to interpolated attribute + * attrs.$observe('ngModel', function(value) { + * console.log('ngModel has changed value to ' + value); + * }); + * } + * ``` + * + * ## Example + * + *
    + * **Note**: Typically directives are registered with `module.directive`. The example below is + * to illustrate how `$compile` works. + *
    + * + + + +
    +
    +
    +
    +
    +
    + + it('should auto compile', function() { + var textarea = $('textarea'); + var output = $('div[compile]'); + // The initial state reads 'Hello Angular'. + expect(output.getText()).toBe('Hello Angular'); + textarea.clear(); + textarea.sendKeys('{{name}}!'); + expect(output.getText()).toBe('Angular!'); + }); + +
    - if (lruEntry === freshEnd) freshEnd = lruEntry.p; - if (lruEntry === staleEnd) staleEnd = lruEntry.n; - link(lruEntry.n, lruEntry.p); + * + * + * @param {string|DOMElement} element Element or HTML string to compile into a template function. + * @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives - DEPRECATED. + * + *
    + * **Note:** Passing a `transclude` function to the $compile function is deprecated, as it + * e.g. will not use the right outer scope. Please pass the transclude function as a + * `parentBoundTranscludeFn` to the link function instead. + *
    + * + * @param {number} maxPriority only apply directives lower than given priority (Only effects the + * root element(s), not their children) + * @returns {function(scope, cloneAttachFn=, options=)} a link function which is used to bind template + * (a DOM element/tree) to a scope. Where: + * + * * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to. + * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the + * `template` and call the `cloneAttachFn` function allowing the caller to attach the + * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is + * called as:
    `cloneAttachFn(clonedElement, scope)` where: + * + * * `clonedElement` - is a clone of the original `element` passed into the compiler. + * * `scope` - is the current scope with which the linking function is working with. + * + * * `options` - An optional object hash with linking options. If `options` is provided, then the following + * keys may be used to control linking behavior: + * + * * `parentBoundTranscludeFn` - the transclude function made available to + * directives; if given, it will be passed through to the link functions of + * directives found in `element` during compilation. + * * `transcludeControllers` - an object hash with keys that map controller names + * to a hash with the key `instance`, which maps to the controller instance; + * if given, it will make the controllers available to directives on the compileNode: + * ``` + * { + * parent: { + * instance: parentControllerInstance + * } + * } + * ``` + * * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add + * the cloned elements; only needed for transcludes that are allowed to contain non html + * elements (e.g. SVG elements). See also the directive.controller property. + * + * Calling the linking function returns the element of the template. It is either the original + * element passed in, or the clone of the element if the `cloneAttachFn` is provided. + * + * After linking the view is not updated until after a call to $digest which typically is done by + * Angular automatically. + * + * If you need access to the bound view, there are two ways to do it: + * + * - If you are not asking the linking function to clone the template, create the DOM element(s) + * before you send them to the compiler and keep this reference around. + * ```js + * var element = $compile('

    {{total}}

    ')(scope); + * ``` + * + * - if on the other hand, you need the element to be cloned, the view reference from the original + * example would not point to the clone, but rather to the original template that was cloned. In + * this case, you can access the clone via the cloneAttachFn: + * ```js + * var templateElement = angular.element('

    {{total}}

    '), + * scope = ....; + * + * var clonedElement = $compile(templateElement)(scope, function(clonedElement, scope) { + * //attach the clone to DOM document at the right place + * }); + * + * //now we have reference to the cloned DOM via `clonedElement` + * ``` + * + * + * For information on how the compiler works, see the + * {@link guide/compiler Angular HTML Compiler} section of the Developer Guide. + * + * @knownIssue + * + * ### Double Compilation + * + Double compilation occurs when an already compiled part of the DOM gets + compiled again. This is an undesired effect and can lead to misbehaving directives, performance issues, + and memory leaks. Refer to the Compiler Guide {@link guide/compiler#double-compilation-and-how-to-avoid-it + section on double compilation} for an in-depth explanation and ways to avoid it. + * + */ - delete lruHash[key]; - } +var $compileMinErr = minErr('$compile'); - if (!(key in data)) return; +function UNINITIALIZED_VALUE() {} +var _UNINITIALIZED_VALUE = new UNINITIALIZED_VALUE(); - delete data[key]; - size--; - }, +/** + * @ngdoc provider + * @name $compileProvider + * + * @description + */ +$CompileProvider.$inject = ['$provide', '$$sanitizeUriProvider']; +/** @this */ +function $CompileProvider($provide, $$sanitizeUriProvider) { + var hasDirectives = {}, + Suffix = 'Directive', + COMMENT_DIRECTIVE_REGEXP = /^\s*directive:\s*([\w-]+)\s+(.*)$/, + CLASS_DIRECTIVE_REGEXP = /(([\w-]+)(?::([^;]+))?;?)/, + ALL_OR_NOTHING_ATTRS = makeMap('ngSrc,ngSrcset,src,srcset'), + REQUIRE_PREFIX_REGEXP = /^(?:(\^\^?)?(\?)?(\^\^?)?)?/; + + // Ref: http://developers.whatwg.org/webappapis.html#event-handler-idl-attributes + // The assumption is that future DOM event attribute names will begin with + // 'on' and be composed of only English letters. + var EVENT_HANDLER_ATTR_REGEXP = /^(on[a-z]+|formaction)$/; + var bindingCache = createMap(); + + function parseIsolateBindings(scope, directiveName, isController) { + var LOCAL_REGEXP = /^\s*([@&<]|=(\*?))(\??)\s*([\w$]*)\s*$/; + + var bindings = createMap(); + + forEach(scope, function(definition, scopeName) { + if (definition in bindingCache) { + bindings[scopeName] = bindingCache[definition]; + return; + } + var match = definition.match(LOCAL_REGEXP); - /** - * @ngdoc method - * @name $cacheFactory.Cache#removeAll - * @kind function - * - * @description - * Clears the cache object of any entries. - */ - removeAll: function removeAll() { - data = createMap(); - size = 0; - lruHash = createMap(); - freshEnd = staleEnd = null; - }, + if (!match) { + throw $compileMinErr('iscp', + 'Invalid {3} for directive \'{0}\'.' + + ' Definition: {... {1}: \'{2}\' ...}', + directiveName, scopeName, definition, + (isController ? 'controller bindings definition' : + 'isolate scope definition')); + } + + bindings[scopeName] = { + mode: match[1][0], + collection: match[2] === '*', + optional: match[3] === '?', + attrName: match[4] || scopeName + }; + if (match[4]) { + bindingCache[definition] = bindings[scopeName]; + } + }); - /** - * @ngdoc method - * @name $cacheFactory.Cache#destroy - * @kind function - * - * @description - * Destroys the {@link $cacheFactory.Cache Cache} object entirely, - * removing it from the {@link $cacheFactory $cacheFactory} set. - */ - destroy: function destroy() { - data = null; - stats = null; - lruHash = null; - delete caches[cacheId]; - }, + return bindings; + } - /** - * @ngdoc method - * @name $cacheFactory.Cache#info - * @kind function - * - * @description - * Retrieve information regarding a particular {@link $cacheFactory.Cache Cache}. - * - * @returns {object} an object with the following properties: - *
      - *
    • **id**: the id of the cache instance
    • - *
    • **size**: the number of entries kept in the cache instance
    • - *
    • **...**: any additional properties from the options object when creating the - * cache.
    • - *
    - */ - info: function info() { - return extend({}, stats, { size: size }); - } - }; + function parseDirectiveBindings(directive, directiveName) { + var bindings = { + isolateScope: null, + bindToController: null + }; + if (isObject(directive.scope)) { + if (directive.bindToController === true) { + bindings.bindToController = parseIsolateBindings(directive.scope, + directiveName, true); + bindings.isolateScope = {}; + } else { + bindings.isolateScope = parseIsolateBindings(directive.scope, + directiveName, false); + } + } + if (isObject(directive.bindToController)) { + bindings.bindToController = + parseIsolateBindings(directive.bindToController, directiveName, true); + } + if (bindings.bindToController && !directive.controller) { + // There is no controller + throw $compileMinErr('noctrl', + 'Cannot bind to controller without directive \'{0}\'s controller.', + directiveName); + } + return bindings; + } - /** - * makes the `entry` the freshEnd of the LRU linked list - */ - function refresh(entry) { - if (entry !== freshEnd) { - if (!staleEnd) { - staleEnd = entry; - } else if (staleEnd === entry) { - staleEnd = entry.n; - } + function assertValidDirectiveName(name) { + var letter = name.charAt(0); + if (!letter || letter !== lowercase(letter)) { + throw $compileMinErr('baddir', 'Directive/Component name \'{0}\' is invalid. The first character must be a lowercase letter', name); + } + if (name !== name.trim()) { + throw $compileMinErr('baddir', + 'Directive/Component name \'{0}\' is invalid. The name should not contain leading or trailing whitespaces', + name); + } + } - link(entry.n, entry.p); - link(entry, freshEnd); - freshEnd = entry; - freshEnd.n = null; - } - } + function getDirectiveRequire(directive) { + var require = directive.require || (directive.controller && directive.name); - /** - * bidirectionally links two entries of the LRU linked list - */ - function link(nextEntry, prevEntry) { - if (nextEntry !== prevEntry) { - if (nextEntry) nextEntry.p = prevEntry; //p stands for previous, 'prev' didn't minify - if (prevEntry) prevEntry.n = nextEntry; //n stands for next, 'next' didn't minify - } - } - } + if (!isArray(require) && isObject(require)) { + forEach(require, function(value, key) { + var match = value.match(REQUIRE_PREFIX_REGEXP); + var name = value.substring(match[0].length); + if (!name) require[key] = match[0] + key; + }); + } - /** - * @ngdoc method - * @name $cacheFactory#info - * - * @description - * Get information about all the caches that have been created - * - * @returns {Object} - key-value map of `cacheId` to the result of calling `cache#info` - */ - cacheFactory.info = function () { - var info = {}; - forEach(caches, function (cache, cacheId) { - info[cacheId] = cache.info(); - }); - return info; - }; + return require; + } - /** - * @ngdoc method - * @name $cacheFactory#get - * - * @description - * Get access to a cache object by the `cacheId` used when it was created. - * - * @param {string} cacheId Name or id of a cache to access. - * @returns {object} Cache object identified by the cacheId or undefined if no such cache. - */ - cacheFactory.get = function (cacheId) { - return caches[cacheId]; - }; + function getDirectiveRestrict(restrict, name) { + if (restrict && !(isString(restrict) && /[EACM]/.test(restrict))) { + throw $compileMinErr('badrestrict', + 'Restrict property \'{0}\' of directive \'{1}\' is invalid', + restrict, + name); + } - return cacheFactory; - }; + return restrict || 'EA'; } /** - * @ngdoc service - * @name $templateCache - * @this + * @ngdoc method + * @name $compileProvider#directive + * @kind function * * @description - * `$templateCache` is a {@link $cacheFactory.Cache Cache object} created by the - * {@link ng.$cacheFactory $cacheFactory}. - * - * The first time a template is used, it is loaded in the template cache for quick retrieval. You - * can load templates directly into the cache in a `script` tag, by using {@link $templateRequest}, - * or by consuming the `$templateCache` service directly. - * - * Adding via the `script` tag: + * Register a new directive with the compiler. + * + * @param {string|Object} name Name of the directive in camel-case (i.e. ngBind which + * will match as ng-bind), or an object map of directives where the keys are the + * names and the values are the factories. + * @param {Function|Array} directiveFactory An injectable directive factory function. See the + * {@link guide/directive directive guide} and the {@link $compile compile API} for more info. + * @returns {ng.$compileProvider} Self for chaining. + */ + this.directive = function registerDirective(name, directiveFactory) { + assertArg(name, 'name'); + assertNotHasOwnProperty(name, 'directive'); + if (isString(name)) { + assertValidDirectiveName(name); + assertArg(directiveFactory, 'directiveFactory'); + if (!hasDirectives.hasOwnProperty(name)) { + hasDirectives[name] = []; + $provide.factory(name + Suffix, ['$injector', '$exceptionHandler', + function($injector, $exceptionHandler) { + var directives = []; + forEach(hasDirectives[name], function(directiveFactory, index) { + try { + var directive = $injector.invoke(directiveFactory); + if (isFunction(directive)) { + directive = { compile: valueFn(directive) }; + } else if (!directive.compile && directive.link) { + directive.compile = valueFn(directive.link); + } + directive.priority = directive.priority || 0; + directive.index = index; + directive.name = directive.name || name; + directive.require = getDirectiveRequire(directive); + directive.restrict = getDirectiveRestrict(directive.restrict, name); + directive.$$moduleName = directiveFactory.$$moduleName; + directives.push(directive); + } catch (e) { + $exceptionHandler(e); + } + }); + return directives; + }]); + } + hasDirectives[name].push(directiveFactory); + } else { + forEach(name, reverseParams(registerDirective)); + } + return this; + }; + + /** + * @ngdoc method + * @name $compileProvider#component + * @module ng + * @param {string|Object} name Name of the component in camelCase (i.e. `myComp` which will match ``), + * or an object map of components where the keys are the names and the values are the component definition objects. + * @param {Object} options Component definition object (a simplified + * {@link ng.$compile#directive-definition-object directive definition object}), + * with the following properties (all optional): + * + * - `controller` – `{(string|function()=}` – controller constructor function that should be + * associated with newly created scope or the name of a {@link ng.$compile#-controller- + * registered controller} if passed as a string. An empty `noop` function by default. + * - `controllerAs` – `{string=}` – identifier name for to reference the controller in the component's scope. + * If present, the controller will be published to scope under the `controllerAs` name. + * If not present, this will default to be `$ctrl`. + * - `template` – `{string=|function()=}` – html template as a string or a function that + * returns an html template as a string which should be used as the contents of this component. + * Empty string by default. + * + * If `template` is a function, then it is {@link auto.$injector#invoke injected} with + * the following locals: + * + * - `$element` - Current element + * - `$attrs` - Current attributes object for the element + * + * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html + * template that should be used as the contents of this component. + * + * If `templateUrl` is a function, then it is {@link auto.$injector#invoke injected} with + * the following locals: + * + * - `$element` - Current element + * - `$attrs` - Current attributes object for the element + * + * - `bindings` – `{object=}` – defines bindings between DOM attributes and component properties. + * Component properties are always bound to the component controller and not to the scope. + * See {@link ng.$compile#-bindtocontroller- `bindToController`}. + * - `transclude` – `{boolean=}` – whether {@link $compile#transclusion content transclusion} is enabled. + * Disabled by default. + * - `require` - `{Object=}` - requires the controllers of other directives and binds them to + * this component's controller. The object keys specify the property names under which the required + * controllers (object values) will be bound. See {@link ng.$compile#-require- `require`}. + * - `$...` – additional properties to attach to the directive factory function and the controller + * constructor function. (This is used by the component router to annotate) + * + * @returns {ng.$compileProvider} the compile provider itself, for chaining of function calls. + * @description + * Register a **component definition** with the compiler. This is a shorthand for registering a special + * type of directive, which represents a self-contained UI component in your application. Such components + * are always isolated (i.e. `scope: {}`) and are always restricted to elements (i.e. `restrict: 'E'`). * - * ```html - * - * ``` + * Component definitions are very simple and do not require as much configuration as defining general + * directives. Component definitions usually consist only of a template and a controller backing it. * - * **Note:** the `script` tag containing the template does not need to be included in the `head` of - * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (e.g. - * element with {@link ngApp} attribute), otherwise the template will be ignored. + * In order to make the definition easier, components enforce best practices like use of `controllerAs`, + * `bindToController`. They always have **isolate scope** and are restricted to elements. * - * Adding via the `$templateCache` service: + * Here are a few examples of how you would usually define components: * * ```js - * var myApp = angular.module('myApp', []); - * myApp.run(function($templateCache) { - * $templateCache.put('templateId.html', 'This is the content of the template'); - * }); - * ``` + * var myMod = angular.module(...); + * myMod.component('myComp', { + * template: '
    My name is {{$ctrl.name}}
    ', + * controller: function() { + * this.name = 'shahar'; + * } + * }); * - * To retrieve the template later, simply use it in your component: - * ```js - * myApp.component('myComponent', { - * templateUrl: 'templateId.html' - * }); - * ``` + * myMod.component('myComp', { + * template: '
    My name is {{$ctrl.name}}
    ', + * bindings: {name: '@'} + * }); + * + * myMod.component('myComp', { + * templateUrl: 'views/my-comp.html', + * controller: 'MyCtrl', + * controllerAs: 'ctrl', + * bindings: {name: '@'} + * }); * - * or get it via the `$templateCache` service: - * ```js - * $templateCache.get('templateId.html') * ``` + * For more examples, and an in-depth guide, see the {@link guide/component component guide}. * + *
    + * See also {@link ng.$compileProvider#directive $compileProvider.directive()}. */ - function $TemplateCacheProvider() { - this.$get = ['$cacheFactory', function ($cacheFactory) { - return $cacheFactory('templates'); - }]; - } + this.component = function registerComponent(name, options) { + if (!isString(name)) { + forEach(name, reverseParams(bind(this, registerComponent))); + return this; + } - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables like document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + var controller = options.controller || function() {}; - /* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE! - * - * DOM-related variables: + function factory($injector) { + function makeInjectable(fn) { + if (isFunction(fn) || isArray(fn)) { + return /** @this */ function(tElement, tAttrs) { + return $injector.invoke(fn, this, {$element: tElement, $attrs: tAttrs}); + }; + } else { + return fn; + } + } + + var template = (!options.template && !options.templateUrl ? '' : options.template); + var ddo = { + controller: controller, + controllerAs: identifierForController(options.controller) || options.controllerAs || '$ctrl', + template: makeInjectable(template), + templateUrl: makeInjectable(options.templateUrl), + transclude: options.transclude, + scope: {}, + bindToController: options.bindings || {}, + restrict: 'E', + require: options.require + }; + + // Copy annotations (starting with $) over to the DDO + forEach(options, function(val, key) { + if (key.charAt(0) === '$') ddo[key] = val; + }); + + return ddo; + } + + // TODO(pete) remove the following `forEach` before we release 1.6.0 + // The component-router@0.2.0 looks for the annotations on the controller constructor + // Nothing in Angular looks for annotations on the factory function but we can't remove + // it from 1.5.x yet. + + // Copy any annotation properties (starting with $) over to the factory and controller constructor functions + // These could be used by libraries such as the new component router + forEach(options, function(val, key) { + if (key.charAt(0) === '$') { + factory[key] = val; + // Don't try to copy over annotations to named controller + if (isFunction(controller)) controller[key] = val; + } + }); + + factory.$inject = ['$injector']; + + return this.directive(name, factory); + }; + + + /** + * @ngdoc method + * @name $compileProvider#aHrefSanitizationWhitelist + * @kind function * - * - "node" - DOM Node - * - "element" - DOM Element or Node - * - "$node" or "$element" - jqLite-wrapped node or element + * @description + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during a[href] sanitization. * + * The sanitization is a security measure aimed at preventing XSS attacks via html links. * - * Compiler related stuff: + * Any url about to be assigned to a[href] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. * - * - "linkFn" - linking fn of a single directive - * - "nodeLinkFn" - function that aggregates all linking fns for a particular node - * - "childLinkFn" - function that aggregates all linking fns for child nodes of a particular node - * - "compositeLinkFn" - function that aggregates all linking fns for a compilation root (nodeList) + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. */ + this.aHrefSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + $$sanitizeUriProvider.aHrefSanitizationWhitelist(regexp); + return this; + } else { + return $$sanitizeUriProvider.aHrefSanitizationWhitelist(); + } + }; + /** - * @ngdoc service - * @name $compile + * @ngdoc method + * @name $compileProvider#imgSrcSanitizationWhitelist * @kind function * * @description - * Compiles an HTML string or DOM into a template and produces a template function, which - * can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together. - * - * The compilation is a process of walking the DOM tree and matching DOM elements to - * {@link ng.$compileProvider#directive directives}. - * - *
    - * **Note:** This document is an in-depth reference of all directive options. - * For a gentle introduction to directives with examples of common use cases, - * see the {@link guide/directive directive guide}. - *
    - * - * ## Comprehensive Directive API - * - * There are many different options for a directive. - * - * The difference resides in the return value of the factory function. - * You can either return a {@link $compile#directive-definition-object Directive Definition Object (see below)} - * that defines the directive properties, or just the `postLink` function (all other properties will have - * the default values). - * - *
    - * **Best Practice:** It's recommended to use the "directive definition object" form. - *
    - * - * Here's an example directive declared with a Directive Definition Object: - * - * ```js - * var myModule = angular.module(...); - * - * myModule.directive('directiveName', function factory(injectables) { - * var directiveDefinitionObject = { - * {@link $compile#-priority- priority}: 0, - * {@link $compile#-template- template}: '
    ', // or // function(tElement, tAttrs) { ... }, - * // or - * // {@link $compile#-templateurl- templateUrl}: 'directive.html', // or // function(tElement, tAttrs) { ... }, - * {@link $compile#-transclude- transclude}: false, - * {@link $compile#-restrict- restrict}: 'A', - * {@link $compile#-templatenamespace- templateNamespace}: 'html', - * {@link $compile#-scope- scope}: false, - * {@link $compile#-controller- controller}: function($scope, $element, $attrs, $transclude, otherInjectables) { ... }, - * {@link $compile#-controlleras- controllerAs}: 'stringIdentifier', - * {@link $compile#-bindtocontroller- bindToController}: false, - * {@link $compile#-require- require}: 'siblingDirectiveName', // or // ['^parentDirectiveName', '?optionalDirectiveName', '?^optionalParent'], - * {@link $compile#-multielement- multiElement}: false, - * {@link $compile#-compile- compile}: function compile(tElement, tAttrs, transclude) { - * return { - * {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, - * {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } - * } - * // or - * // return function postLink( ... ) { ... } - * }, - * // or - * // {@link $compile#-link- link}: { - * // {@link $compile#pre-linking-function pre}: function preLink(scope, iElement, iAttrs, controller) { ... }, - * // {@link $compile#post-linking-function post}: function postLink(scope, iElement, iAttrs, controller) { ... } - * // } - * // or - * // {@link $compile#-link- link}: function postLink( ... ) { ... } - * }; - * return directiveDefinitionObject; - * }); - * ``` - * - *
    - * **Note:** Any unspecified options will use the default value. You can see the default values below. - *
    - * - * Therefore the above can be simplified as: - * - * ```js - * var myModule = angular.module(...); - * - * myModule.directive('directiveName', function factory(injectables) { - * var directiveDefinitionObject = { - * link: function postLink(scope, iElement, iAttrs) { ... } - * }; - * return directiveDefinitionObject; - * // or - * // return function postLink(scope, iElement, iAttrs) { ... } - * }); - * ``` - * - * ### Life-cycle hooks - * Directive controllers can provide the following methods that are called by Angular at points in the life-cycle of the - * directive: - * * `$onInit()` - Called on each controller after all the controllers on an element have been constructed and - * had their bindings initialized (and before the pre & post linking functions for the directives on - * this element). This is a good place to put initialization code for your controller. - * * `$onChanges(changesObj)` - Called whenever one-way (`<`) or interpolation (`@`) bindings are updated. The - * `changesObj` is a hash whose keys are the names of the bound properties that have changed, and the values are an - * object of the form `{ currentValue, previousValue, isFirstChange() }`. Use this hook to trigger updates within a - * component such as cloning the bound value to prevent accidental mutation of the outer value. Note that this will - * also be called when your bindings are initialized. - * * `$doCheck()` - Called on each turn of the digest cycle. Provides an opportunity to detect and act on - * changes. Any actions that you wish to take in response to the changes that you detect must be - * invoked from this hook; implementing this has no effect on when `$onChanges` is called. For example, this hook - * could be useful if you wish to perform a deep equality check, or to check a Date object, changes to which would not - * be detected by Angular's change detector and thus not trigger `$onChanges`. This hook is invoked with no arguments; - * if detecting changes, you must store the previous value(s) for comparison to the current values. - * * `$onDestroy()` - Called on a controller when its containing scope is destroyed. Use this hook for releasing - * external resources, watches and event handlers. Note that components have their `$onDestroy()` hooks called in - * the same order as the `$scope.$broadcast` events are triggered, which is top down. This means that parent - * components will have their `$onDestroy()` hook called before child components. - * * `$postLink()` - Called after this controller's element and its children have been linked. Similar to the post-link - * function this hook can be used to set up DOM event handlers and do direct DOM manipulation. - * Note that child elements that contain `templateUrl` directives will not have been compiled and linked since - * they are waiting for their template to load asynchronously and their own compilation and linking has been - * suspended until that occurs. - * - * #### Comparison with Angular 2 life-cycle hooks - * Angular 2 also uses life-cycle hooks for its components. While the Angular 1 life-cycle hooks are similar there are - * some differences that you should be aware of, especially when it comes to moving your code from Angular 1 to Angular 2: - * - * * Angular 1 hooks are prefixed with `$`, such as `$onInit`. Angular 2 hooks are prefixed with `ng`, such as `ngOnInit`. - * * Angular 1 hooks can be defined on the controller prototype or added to the controller inside its constructor. - * In Angular 2 you can only define hooks on the prototype of the Component class. - * * Due to the differences in change-detection, you may get many more calls to `$doCheck` in Angular 1 than you would to - * `ngDoCheck` in Angular 2 - * * Changes to the model inside `$doCheck` will trigger new turns of the digest loop, which will cause the changes to be - * propagated throughout the application. - * Angular 2 does not allow the `ngDoCheck` hook to trigger a change outside of the component. It will either throw an - * error or do nothing depending upon the state of `enableProdMode()`. - * - * #### Life-cycle hook examples - * - * This example shows how you can check for mutations to a Date object even though the identity of the object - * has not changed. - * - * - * - * angular.module('do-check-module', []) - * .component('app', { - * template: - * 'Month: ' + - * 'Date: {{ $ctrl.date }}' + - * '', - * controller: function() { - * this.date = new Date(); - * this.month = this.date.getMonth(); - * this.updateDate = function() { - * this.date.setMonth(this.month); - * }; - * } - * }) - * .component('test', { - * bindings: { date: '<' }, - * template: - * '
    {{ $ctrl.log | json }}
    ', - * controller: function() { - * var previousValue; - * this.log = []; - * this.$doCheck = function() { - * var currentValue = this.date && this.date.valueOf(); - * if (previousValue !== currentValue) { - * this.log.push('doCheck: date mutated: ' + this.date); - * previousValue = currentValue; - * } - * }; - * } - * }); - *
    - * - * - * - *
    - * - * This example show how you might use `$doCheck` to trigger changes in your component's inputs even if the - * actual identity of the component doesn't change. (Be aware that cloning and deep equality checks on large - * arrays or objects can have a negative impact on your application performance) - * - * - * - *
    - * - * - *
    {{ items }}
    - * - *
    - *
    - * - * angular.module('do-check-module', []) - * .component('test', { - * bindings: { items: '<' }, - * template: - * '
    {{ $ctrl.log | json }}
    ', - * controller: function() { - * this.log = []; - * - * this.$doCheck = function() { - * if (this.items_ref !== this.items) { - * this.log.push('doCheck: items changed'); - * this.items_ref = this.items; - * } - * if (!angular.equals(this.items_clone, this.items)) { - * this.log.push('doCheck: items mutated'); - * this.items_clone = angular.copy(this.items); - * } - * }; - * } - * }); - *
    - *
    - * - * - * ### Directive Definition Object - * - * The directive definition object provides instructions to the {@link ng.$compile - * compiler}. The attributes are: - * - * #### `multiElement` - * When this property is set to true (default is `false`), the HTML compiler will collect DOM nodes between - * nodes with the attributes `directive-name-start` and `directive-name-end`, and group them - * together as the directive elements. It is recommended that this feature be used on directives - * which are not strictly behavioral (such as {@link ngClick}), and which - * do not manipulate or replace child nodes (such as {@link ngInclude}). - * - * #### `priority` - * When there are multiple directives defined on a single DOM element, sometimes it - * is necessary to specify the order in which the directives are applied. The `priority` is used - * to sort the directives before their `compile` functions get called. Priority is defined as a - * number. Directives with greater numerical `priority` are compiled first. Pre-link functions - * are also run in priority order, but post-link functions are run in reverse order. The order - * of directives with the same priority is undefined. The default priority is `0`. - * - * #### `terminal` - * If set to true then the current `priority` will be the last set of directives - * which will execute (any directives at the current priority will still execute - * as the order of execution on same `priority` is undefined). Note that expressions - * and other directives used in the directive's template will also be excluded from execution. - * - * #### `scope` - * The scope property can be `false`, `true`, or an object: - * - * * **`false` (default):** No scope will be created for the directive. The directive will use its - * parent's scope. - * - * * **`true`:** A new child scope that prototypically inherits from its parent will be created for - * the directive's element. If multiple directives on the same element request a new scope, - * only one new scope is created. - * - * * **`{...}` (an object hash):** A new "isolate" scope is created for the directive's template. - * The 'isolate' scope differs from normal scope in that it does not prototypically - * inherit from its parent scope. This is useful when creating reusable components, which should not - * accidentally read or modify data in the parent scope. Note that an isolate scope - * directive without a `template` or `templateUrl` will not apply the isolate scope - * to its children elements. - * - * The 'isolate' scope object hash defines a set of local scope properties derived from attributes on the - * directive's element. These local properties are useful for aliasing values for templates. The keys in - * the object hash map to the name of the property on the isolate scope; the values define how the property - * is bound to the parent scope, via matching attributes on the directive's element: - * - * * `@` or `@attr` - bind a local scope property to the value of DOM attribute. The result is - * always a string since DOM attributes are strings. If no `attr` name is specified then the - * attribute name is assumed to be the same as the local name. Given `` and the isolate scope definition `scope: { localName:'@myAttr' }`, - * the directive's scope property `localName` will reflect the interpolated value of `hello - * {{name}}`. As the `name` attribute changes so will the `localName` property on the directive's - * scope. The `name` is read from the parent scope (not the directive's scope). - * - * * `=` or `=attr` - set up a bidirectional binding between a local scope property and an expression - * passed via the attribute `attr`. The expression is evaluated in the context of the parent scope. - * If no `attr` name is specified then the attribute name is assumed to be the same as the local - * name. Given `` and the isolate scope definition `scope: { - * localModel: '=myAttr' }`, the property `localModel` on the directive's scope will reflect the - * value of `parentModel` on the parent scope. Changes to `parentModel` will be reflected in - * `localModel` and vice versa. Optional attributes should be marked as such with a question mark: - * `=?` or `=?attr`. If the binding expression is non-assignable, or if the attribute isn't - * optional and doesn't exist, an exception ({@link error/$compile/nonassign `$compile:nonassign`}) - * will be thrown upon discovering changes to the local value, since it will be impossible to sync - * them back to the parent scope. By default, the {@link ng.$rootScope.Scope#$watch `$watch`} - * method is used for tracking changes, and the equality check is based on object identity. - * However, if an object literal or an array literal is passed as the binding expression, the - * equality check is done by value (using the {@link angular.equals} function). It's also possible - * to watch the evaluated value shallowly with {@link ng.$rootScope.Scope#$watchCollection - * `$watchCollection`}: use `=*` or `=*attr` (`=*?` or `=*?attr` if the attribute is optional). - * - * * `<` or `` and directive definition of - * `scope: { localModel:'` and the isolate scope definition `scope: { - * localFn:'&myAttr' }`, the isolate scope property `localFn` will point to a function wrapper for - * the `count = count + value` expression. Often it's desirable to pass data from the isolated scope - * via an expression to the parent scope. This can be done by passing a map of local variable names - * and values into the expression wrapper fn. For example, if the expression is `increment(amount)` - * then we can specify the amount value by calling the `localFn` as `localFn({amount: 22})`. - * - * In general it's possible to apply more than one directive to one element, but there might be limitations - * depending on the type of scope required by the directives. The following points will help explain these limitations. - * For simplicity only two directives are taken into account, but it is also applicable for several directives: - * - * * **no scope** + **no scope** => Two directives which don't require their own scope will use their parent's scope - * * **child scope** + **no scope** => Both directives will share one single child scope - * * **child scope** + **child scope** => Both directives will share one single child scope - * * **isolated scope** + **no scope** => The isolated directive will use it's own created isolated scope. The other directive will use - * its parent's scope - * * **isolated scope** + **child scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives cannot - * be applied to the same element. - * * **isolated scope** + **isolated scope** => **Won't work!** Only one scope can be related to one element. Therefore these directives - * cannot be applied to the same element. - * - * - * #### `bindToController` - * This property is used to bind scope properties directly to the controller. It can be either - * `true` or an object hash with the same format as the `scope` property. - * - * When an isolate scope is used for a directive (see above), `bindToController: true` will - * allow a component to have its properties bound to the controller, rather than to scope. - * - * After the controller is instantiated, the initial values of the isolate scope bindings will be bound to the controller - * properties. You can access these bindings once they have been initialized by providing a controller method called - * `$onInit`, which is called after all the controllers on an element have been constructed and had their bindings - * initialized. - * - *
    - * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was called, bindings for non-ES6 class - * controllers are bound to `this` before the controller constructor is called but this use is now deprecated. Please - * place initialization code that relies upon bindings inside a `$onInit` method on the controller, instead. - *
    - * - * It is also possible to set `bindToController` to an object hash with the same format as the `scope` property. - * This will set up the scope bindings to the controller directly. Note that `scope` can still be used - * to define which kind of scope is created. By default, no scope is created. Use `scope: {}` to create an isolate - * scope (useful for component directives). - * - * If both `bindToController` and `scope` are defined and have object hashes, `bindToController` overrides `scope`. - * - * - * #### `controller` - * Controller constructor function. The controller is instantiated before the - * pre-linking phase and can be accessed by other directives (see - * `require` attribute). This allows the directives to communicate with each other and augment - * each other's behavior. The controller is injectable (and supports bracket notation) with the following locals: - * - * * `$scope` - Current scope associated with the element - * * `$element` - Current element - * * `$attrs` - Current attributes object for the element - * * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: - * `function([scope], cloneLinkingFn, futureParentElement, slotName)`: - * * `scope`: (optional) override the scope. - * * `cloneLinkingFn`: (optional) argument to create clones of the original transcluded content. - * * `futureParentElement` (optional): - * * defines the parent to which the `cloneLinkingFn` will add the cloned elements. - * * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`. - * * only needed for transcludes that are allowed to contain non html elements (e.g. SVG elements) - * and when the `cloneLinkingFn` is passed, - * as those elements need to created and cloned in a special way when they are defined outside their - * usual containers (e.g. like ``). - * * See also the `directive.templateNamespace` property. - * * `slotName`: (optional) the name of the slot to transclude. If falsy (e.g. `null`, `undefined` or `''`) - * then the default transclusion is provided. - * The `$transclude` function also has a method on it, `$transclude.isSlotFilled(slotName)`, which returns - * `true` if the specified slot contains content (i.e. one or more DOM nodes). - * - * #### `require` - * Require another directive and inject its controller as the fourth argument to the linking function. The - * `require` property can be a string, an array or an object: - * * a **string** containing the name of the directive to pass to the linking function - * * an **array** containing the names of directives to pass to the linking function. The argument passed to the - * linking function will be an array of controllers in the same order as the names in the `require` property - * * an **object** whose property values are the names of the directives to pass to the linking function. The argument - * passed to the linking function will also be an object with matching keys, whose values will hold the corresponding - * controllers. - * - * If the `require` property is an object and `bindToController` is truthy, then the required controllers are - * bound to the controller using the keys of the `require` property. This binding occurs after all the controllers - * have been constructed but before `$onInit` is called. - * If the name of the required controller is the same as the local name (the key), the name can be - * omitted. For example, `{parentDir: '^^'}` is equivalent to `{parentDir: '^^parentDir'}`. - * See the {@link $compileProvider#component} helper for an example of how this can be used. - * If no such required directive(s) can be found, or if the directive does not have a controller, then an error is - * raised (unless no link function is specified and the required controllers are not being bound to the directive - * controller, in which case error checking is skipped). The name can be prefixed with: - * - * * (no prefix) - Locate the required controller on the current element. Throw an error if not found. - * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found. - * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found. - * * `^^` - Locate the required controller by searching the element's parents. Throw an error if not found. - * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass - * `null` to the `link` fn if not found. - * * `?^^` - Attempt to locate the required controller by searching the element's parents, or pass - * `null` to the `link` fn if not found. - * - * - * #### `controllerAs` - * Identifier name for a reference to the controller in the directive's scope. - * This allows the controller to be referenced from the directive template. This is especially - * useful when a directive is used as component, i.e. with an `isolate` scope. It's also possible - * to use it in a directive without an `isolate` / `new` scope, but you need to be aware that the - * `controllerAs` reference might overwrite a property that already exists on the parent scope. - * - * - * #### `restrict` - * String of subset of `EACM` which restricts the directive to a specific directive - * declaration style. If omitted, the defaults (elements and attributes) are used. - * - * * `E` - Element name (default): `` - * * `A` - Attribute (default): `
    ` - * * `C` - Class: `
    ` - * * `M` - Comment: `` - * - * - * #### `templateNamespace` - * String representing the document type used by the markup in the template. - * AngularJS needs this information as those elements need to be created and cloned - * in a special way when they are defined outside their usual containers like `` and ``. - * - * * `html` - All root nodes in the template are HTML. Root nodes may also be - * top-level elements such as `` or ``. - * * `svg` - The root nodes in the template are SVG elements (excluding ``). - * * `math` - The root nodes in the template are MathML elements (excluding ``). - * - * If no `templateNamespace` is specified, then the namespace is considered to be `html`. - * - * #### `template` - * HTML markup that may: - * * Replace the contents of the directive's element (default). - * * Replace the directive's element itself (if `replace` is true - DEPRECATED). - * * Wrap the contents of the directive's element (if `transclude` is true). - * - * Value may be: - * - * * A string. For example `
    {{delete_str}}
    `. - * * A function which takes two arguments `tElement` and `tAttrs` (described in the `compile` - * function api below) and returns a string value. - * - * - * #### `templateUrl` - * This is similar to `template` but the template is loaded from the specified URL, asynchronously. - * - * Because template loading is asynchronous the compiler will suspend compilation of directives on that element - * for later when the template has been resolved. In the meantime it will continue to compile and link - * sibling and parent elements as though this element had not contained any directives. - * - * The compiler does not suspend the entire compilation to wait for templates to be loaded because this - * would result in the whole app "stalling" until all templates are loaded asynchronously - even in the - * case when only one deeply nested directive has `templateUrl`. - * - * Template loading is asynchronous even if the template has been preloaded into the {@link $templateCache} - * - * You can specify `templateUrl` as a string representing the URL or as a function which takes two - * arguments `tElement` and `tAttrs` (described in the `compile` function api below) and returns - * a string value representing the url. In either case, the template URL is passed through {@link - * $sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}. - * - * - * #### `replace` (*DEPRECATED*) - * - * `replace` will be removed in next major release - i.e. v2.0). - * - * Specifies what the template should replace. Defaults to `false`. - * - * * `true` - the template will replace the directive's element. - * * `false` - the template will replace the contents of the directive's element. - * - * The replacement process migrates all of the attributes / classes from the old element to the new - * one. See the {@link guide/directive#template-expanding-directive - * Directives Guide} for an example. - * - * There are very few scenarios where element replacement is required for the application function, - * the main one being reusable custom components that are used within SVG contexts - * (because SVG doesn't work with custom elements in the DOM tree). - * - * #### `transclude` - * Extract the contents of the element where the directive appears and make it available to the directive. - * The contents are compiled and provided to the directive as a **transclusion function**. See the - * {@link $compile#transclusion Transclusion} section below. - * - * - * #### `compile` - * - * ```js - * function compile(tElement, tAttrs, transclude) { ... } - * ``` - * - * The compile function deals with transforming the template DOM. Since most directives do not do - * template transformation, it is not used often. The compile function takes the following arguments: - * - * * `tElement` - template element - The element where the directive has been declared. It is - * safe to do template transformation on the element and child elements only. - * - * * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared - * between all directive compile functions. - * - * * `transclude` - [*DEPRECATED*!] A transclude linking function: `function(scope, cloneLinkingFn)` - * - *
    - * **Note:** The template instance and the link instance may be different objects if the template has - * been cloned. For this reason it is **not** safe to do anything other than DOM transformations that - * apply to all cloned DOM nodes within the compile function. Specifically, DOM listener registration - * should be done in a linking function rather than in a compile function. - *
    - - *
    - * **Note:** The compile function cannot handle directives that recursively use themselves in their - * own templates or compile functions. Compiling these directives results in an infinite loop and - * stack overflow errors. - * - * This can be avoided by manually using $compile in the postLink function to imperatively compile - * a directive's template instead of relying on automatic template compilation via `template` or - * `templateUrl` declaration or manual compilation inside the compile function. - *
    - * - *
    - * **Note:** The `transclude` function that is passed to the compile function is deprecated, as it - * e.g. does not know about the right outer scope. Please use the transclude function that is passed - * to the link function instead. - *
    - - * A compile function can have a return value which can be either a function or an object. + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during img[src] sanitization. * - * * returning a (post-link) function - is equivalent to registering the linking function via the - * `link` property of the config object when the compile function is empty. + * The sanitization is a security measure aimed at prevent XSS attacks via html links. * - * * returning an object with function(s) registered via `pre` and `post` properties - allows you to - * control when a linking function should be called during the linking phase. See info about - * pre-linking and post-linking functions below. + * Any url about to be assigned to img[src] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. * + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.imgSrcSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + $$sanitizeUriProvider.imgSrcSanitizationWhitelist(regexp); + return this; + } else { + return $$sanitizeUriProvider.imgSrcSanitizationWhitelist(); + } + }; + + /** + * @ngdoc method + * @name $compileProvider#debugInfoEnabled * - * #### `link` - * This property is used only if the `compile` property is not defined. - * - * ```js - * function link(scope, iElement, iAttrs, controller, transcludeFn) { ... } - * ``` - * - * The link function is responsible for registering DOM listeners as well as updating the DOM. It is - * executed after the template has been cloned. This is where most of the directive logic will be - * put. - * - * * `scope` - {@link ng.$rootScope.Scope Scope} - The scope to be used by the - * directive for registering {@link ng.$rootScope.Scope#$watch watches}. - * - * * `iElement` - instance element - The element where the directive is to be used. It is safe to - * manipulate the children of the element only in `postLink` function since the children have - * already been linked. - * - * * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared - * between all directive linking functions. - * - * * `controller` - the directive's required controller instance(s) - Instances are shared - * among all directives, which allows the directives to use the controllers as a communication - * channel. The exact value depends on the directive's `require` property: - * * no controller(s) required: the directive's own controller, or `undefined` if it doesn't have one - * * `string`: the controller instance - * * `array`: array of controller instances - * - * If a required controller cannot be found, and it is optional, the instance is `null`, - * otherwise the {@link error:$compile:ctreq Missing Required Controller} error is thrown. - * - * Note that you can also require the directive's own controller - it will be made available like - * any other controller. - * - * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. - * This is the same as the `$transclude` parameter of directive controllers, - * see {@link ng.$compile#-controller- the controller section for details}. - * `function([scope], cloneLinkingFn, futureParentElement)`. - * - * #### Pre-linking function - * - * Executed before the child elements are linked. Not safe to do DOM transformation since the - * compiler linking function will fail to locate the correct elements for linking. - * - * #### Post-linking function - * - * Executed after the child elements are linked. - * - * Note that child elements that contain `templateUrl` directives will not have been compiled - * and linked since they are waiting for their template to load asynchronously and their own - * compilation and linking has been suspended until that occurs. - * - * It is safe to do DOM transformation in the post-linking function on elements that are not waiting - * for their async templates to be resolved. - * - * - * ### Transclusion - * - * Transclusion is the process of extracting a collection of DOM elements from one part of the DOM and - * copying them to another part of the DOM, while maintaining their connection to the original AngularJS - * scope from where they were taken. - * - * Transclusion is used (often with {@link ngTransclude}) to insert the - * original contents of a directive's element into a specified place in the template of the directive. - * The benefit of transclusion, over simply moving the DOM elements manually, is that the transcluded - * content has access to the properties on the scope from which it was taken, even if the directive - * has isolated scope. - * See the {@link guide/directive#creating-a-directive-that-wraps-other-elements Directives Guide}. - * - * This makes it possible for the widget to have private state for its template, while the transcluded - * content has access to its originating scope. - * - *
    - * **Note:** When testing an element transclude directive you must not place the directive at the root of the - * DOM fragment that is being compiled. See {@link guide/unit-testing#testing-transclusion-directives - * Testing Transclusion Directives}. - *
    - * - * There are three kinds of transclusion depending upon whether you want to transclude just the contents of the - * directive's element, the entire element or multiple parts of the element contents: - * - * * `true` - transclude the content (i.e. the child nodes) of the directive's element. - * * `'element'` - transclude the whole of the directive's element including any directives on this - * element that defined at a lower priority than this directive. When used, the `template` - * property is ignored. - * * **`{...}` (an object hash):** - map elements of the content onto transclusion "slots" in the template. - * - * **Mult-slot transclusion** is declared by providing an object for the `transclude` property. - * - * This object is a map where the keys are the name of the slot to fill and the value is an element selector - * used to match the HTML to the slot. The element selector should be in normalized form (e.g. `myElement`) - * and will match the standard element variants (e.g. `my-element`, `my:element`, `data-my-element`, etc). - * - * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} - * - * If the element selector is prefixed with a `?` then that slot is optional. - * - * For example, the transclude object `{ slotA: '?myCustomElement' }` maps `` elements to - * the `slotA` slot, which can be accessed via the `$transclude` function or via the {@link ngTransclude} directive. - * - * Slots that are not marked as optional (`?`) will trigger a compile time error if there are no matching elements - * in the transclude content. If you wish to know if an optional slot was filled with content, then you can call - * `$transclude.isSlotFilled(slotName)` on the transclude function passed to the directive's link function and - * injectable into the directive's controller. - * - * - * #### Transclusion Functions - * - * When a directive requests transclusion, the compiler extracts its contents and provides a **transclusion - * function** to the directive's `link` function and `controller`. This transclusion function is a special - * **linking function** that will return the compiled contents linked to a new transclusion scope. - * - *
    - * If you are just using {@link ngTransclude} then you don't need to worry about this function, since - * ngTransclude will deal with it for us. - *
    - * - * If you want to manually control the insertion and removal of the transcluded content in your directive - * then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery - * object that contains the compiled DOM, which is linked to the correct transclusion scope. - * - * When you call a transclusion function you can pass in a **clone attach function**. This function accepts - * two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded - * content and the `scope` is the newly created transclusion scope, which the clone will be linked to. - * - *
    - * **Best Practice**: Always provide a `cloneFn` (clone attach function) when you call a transclude function - * since you then get a fresh clone of the original DOM and also have access to the new transclusion scope. - *
    - * - * It is normal practice to attach your transcluded content (`clone`) to the DOM inside your **clone - * attach function**: - * - * ```js - * var transcludedContent, transclusionScope; - * - * $transclude(function(clone, scope) { - * element.append(clone); - * transcludedContent = clone; - * transclusionScope = scope; - * }); - * ``` - * - * Later, if you want to remove the transcluded content from your DOM then you should also destroy the - * associated transclusion scope: - * - * ```js - * transcludedContent.remove(); - * transclusionScope.$destroy(); - * ``` - * - *
    - * **Best Practice**: if you intend to add and remove transcluded content manually in your directive - * (by calling the transclude function to get the DOM and calling `element.remove()` to remove it), - * then you are also responsible for calling `$destroy` on the transclusion scope. - *
    - * - * The built-in DOM manipulation directives, such as {@link ngIf}, {@link ngSwitch} and {@link ngRepeat} - * automatically destroy their transcluded clones as necessary so you do not need to worry about this if - * you are simply using {@link ngTransclude} to inject the transclusion into your directive. - * - * - * #### Transclusion Scopes - * - * When you call a transclude function it returns a DOM fragment that is pre-bound to a **transclusion - * scope**. This scope is special, in that it is a child of the directive's scope (and so gets destroyed - * when the directive's scope gets destroyed) but it inherits the properties of the scope from which it - * was taken. - * - * For example consider a directive that uses transclusion and isolated scope. The DOM hierarchy might look - * like this: - * - * ```html - *
    - *
    - *
    - *
    - *
    - *
    - * ``` - * - * The `$parent` scope hierarchy will look like this: - * - ``` - - $rootScope - - isolate - - transclusion - ``` - * - * but the scopes will inherit prototypically from different scopes to their `$parent`. - * - ``` - - $rootScope - - transclusion - - isolate - ``` + * @param {boolean=} enabled update the debugInfoEnabled state if provided, otherwise just return the + * current debugInfoEnabled state + * @returns {*} current value if used as getter or itself (chaining) if used as setter * + * @kind function * - * ### Attributes + * @description + * Call this method to enable/disable various debug runtime information in the compiler such as adding + * binding information and a reference to the current scope on to DOM elements. + * If enabled, the compiler will add the following to DOM elements that have been bound to the scope + * * `ng-binding` CSS class + * * `ng-scope` and `ng-isolated-scope` CSS classes + * * `$binding` data property containing an array of the binding expressions + * * Data properties used by the {@link angular.element#methods `scope()`/`isolateScope()` methods} to return + * the element's scope. + * * Placeholder comments will contain information about what directive and binding caused the placeholder. + * E.g. ``. + * + * You may want to disable this in production for a significant performance boost. See + * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. + * + * The default value is true. + */ + var debugInfoEnabled = true; + this.debugInfoEnabled = function(enabled) { + if (isDefined(enabled)) { + debugInfoEnabled = enabled; + return this; + } + return debugInfoEnabled; + }; + + /** + * @ngdoc method + * @name $compileProvider#preAssignBindingsEnabled * - * The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the - * `link()` or `compile()` functions. It has a variety of uses. + * @param {boolean=} enabled update the preAssignBindingsEnabled state if provided, otherwise just return the + * current preAssignBindingsEnabled state + * @returns {*} current value if used as getter or itself (chaining) if used as setter * - * * *Accessing normalized attribute names:* Directives like 'ngBind' can be expressed in many ways: - * 'ng:bind', `data-ng-bind`, or 'x-ng-bind'. The attributes object allows for normalized access - * to the attributes. + * @kind function * - * * *Directive inter-communication:* All directives share the same instance of the attributes - * object which allows the directives to use the attributes object as inter directive - * communication. + * @description + * Call this method to enable/disable whether directive controllers are assigned bindings before + * calling the controller's constructor. + * If enabled (true), the compiler assigns the value of each of the bindings to the + * properties of the controller object before the constructor of this object is called. * - * * *Supports interpolation:* Interpolation attributes are assigned to the attribute object - * allowing other directives to read the interpolated value. + * If disabled (false), the compiler calls the constructor first before assigning bindings. * - * * *Observing interpolated attributes:* Use `$observe` to observe the value changes of attributes - * that contain interpolation (e.g. `src="{{bar}}"`). Not only is this very efficient but it's also - * the only way to easily get the actual value because during the linking phase the interpolation - * hasn't been evaluated yet and so the value is at this time set to `undefined`. + * The default value is false. * - * ```js - * function linkingFn(scope, elm, attrs, ctrl) { - * // get the attribute value - * console.log(attrs.ngModel); + * @deprecated + * sinceVersion="1.6.0" + * removeVersion="1.7.0" * - * // change the attribute - * attrs.$set('ngModel', 'new value'); + * This method and the option to assign the bindings before calling the controller's constructor + * will be removed in v1.7.0. + */ + var preAssignBindingsEnabled = false; + this.preAssignBindingsEnabled = function(enabled) { + if (isDefined(enabled)) { + preAssignBindingsEnabled = enabled; + return this; + } + return preAssignBindingsEnabled; + }; + + /** + * @ngdoc method + * @name $compileProvider#strictComponentBindingsEnabled * - * // observe changes to interpolated attribute - * attrs.$observe('ngModel', function(value) { - * console.log('ngModel has changed value to ' + value); - * }); - * } - * ``` + * @param {boolean=} enabled update the strictComponentBindingsEnabled state if provided, otherwise just return the + * current strictComponentBindingsEnabled state + * @returns {*} current value if used as getter or itself (chaining) if used as setter * - * ## Example + * @kind function * - *
    - * **Note**: Typically directives are registered with `module.directive`. The example below is - * to illustrate how `$compile` works. - *
    + * @description + * Call this method to enable/disable strict component bindings check. If enabled, the compiler will enforce that + * for all bindings of a component that are not set as optional with `?`, an attribute needs to be provided + * on the component's HTML tag. * - - - -
    -
    -
    -
    -
    -
    - - it('should auto compile', function() { - var textarea = $('textarea'); - var output = $('div[compile]'); - // The initial state reads 'Hello Angular'. - expect(output.getText()).toBe('Hello Angular'); - textarea.clear(); - textarea.sendKeys('{{name}}!'); - expect(output.getText()).toBe('Angular!'); - }); - -
    - + * The default value is false. + */ + var strictComponentBindingsEnabled = false; + this.strictComponentBindingsEnabled = function(enabled) { + if (isDefined(enabled)) { + strictComponentBindingsEnabled = enabled; + return this; + } + return strictComponentBindingsEnabled; + }; + + var TTL = 10; + /** + * @ngdoc method + * @name $compileProvider#onChangesTtl + * @description * + * Sets the number of times `$onChanges` hooks can trigger new changes before giving up and + * assuming that the model is unstable. * - * @param {string|DOMElement} element Element or HTML string to compile into a template function. - * @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives - DEPRECATED. + * The current default is 10 iterations. * - *
    - * **Note:** Passing a `transclude` function to the $compile function is deprecated, as it - * e.g. will not use the right outer scope. Please pass the transclude function as a - * `parentBoundTranscludeFn` to the link function instead. - *
    + * In complex applications it's possible that dependencies between `$onChanges` hooks and bindings will result + * in several iterations of calls to these hooks. However if an application needs more than the default 10 + * iterations to stabilize then you should investigate what is causing the model to continuously change during + * the `$onChanges` hook execution. * - * @param {number} maxPriority only apply directives lower than given priority (Only effects the - * root element(s), not their children) - * @returns {function(scope, cloneAttachFn=, options=)} a link function which is used to bind template - * (a DOM element/tree) to a scope. Where: - * - * * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to. - * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the - * `template` and call the `cloneAttachFn` function allowing the caller to attach the - * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is - * called as:
    `cloneAttachFn(clonedElement, scope)` where: - * - * * `clonedElement` - is a clone of the original `element` passed into the compiler. - * * `scope` - is the current scope with which the linking function is working with. - * - * * `options` - An optional object hash with linking options. If `options` is provided, then the following - * keys may be used to control linking behavior: - * - * * `parentBoundTranscludeFn` - the transclude function made available to - * directives; if given, it will be passed through to the link functions of - * directives found in `element` during compilation. - * * `transcludeControllers` - an object hash with keys that map controller names - * to a hash with the key `instance`, which maps to the controller instance; - * if given, it will make the controllers available to directives on the compileNode: - * ``` - * { - * parent: { - * instance: parentControllerInstance - * } - * } - * ``` - * * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add - * the cloned elements; only needed for transcludes that are allowed to contain non html - * elements (e.g. SVG elements). See also the directive.controller property. - * - * Calling the linking function returns the element of the template. It is either the original - * element passed in, or the clone of the element if the `cloneAttachFn` is provided. - * - * After linking the view is not updated until after a call to $digest which typically is done by - * Angular automatically. - * - * If you need access to the bound view, there are two ways to do it: - * - * - If you are not asking the linking function to clone the template, create the DOM element(s) - * before you send them to the compiler and keep this reference around. - * ```js - * var element = $compile('

    {{total}}

    ')(scope); - * ``` - * - * - if on the other hand, you need the element to be cloned, the view reference from the original - * example would not point to the clone, but rather to the original template that was cloned. In - * this case, you can access the clone via the cloneAttachFn: - * ```js - * var templateElement = angular.element('

    {{total}}

    '), - * scope = ....; - * - * var clonedElement = $compile(templateElement)(scope, function(clonedElement, scope) { - * //attach the clone to DOM document at the right place - * }); - * - * //now we have reference to the cloned DOM via `clonedElement` - * ``` - * - * - * For information on how the compiler works, see the - * {@link guide/compiler Angular HTML Compiler} section of the Developer Guide. - * - * @knownIssue - * - * ### Double Compilation - * - Double compilation occurs when an already compiled part of the DOM gets - compiled again. This is an undesired effect and can lead to misbehaving directives, performance issues, - and memory leaks. Refer to the Compiler Guide {@link guide/compiler#double-compilation-and-how-to-avoid-it - section on double compilation} for an in-depth explanation and ways to avoid it. + * Increasing the TTL could have performance implications, so you should not change it without proper justification. * + * @param {number} limit The number of `$onChanges` hook iterations. + * @returns {number|object} the current limit (or `this` if called as a setter for chaining) */ + this.onChangesTtl = function(value) { + if (arguments.length) { + TTL = value; + return this; + } + return TTL; + }; - var $compileMinErr = minErr('$compile'); - - function UNINITIALIZED_VALUE() {} - var _UNINITIALIZED_VALUE = new UNINITIALIZED_VALUE(); - + var commentDirectivesEnabledConfig = true; /** - * @ngdoc provider - * @name $compileProvider - * + * @ngdoc method + * @name $compileProvider#commentDirectivesEnabled * @description - */ - $CompileProvider.$inject = ['$provide', '$$sanitizeUriProvider']; - /** @this */ - function $CompileProvider($provide, $$sanitizeUriProvider) { - var hasDirectives = {}, - Suffix = 'Directive', - COMMENT_DIRECTIVE_REGEXP = /^\s*directive:\s*([\w-]+)\s+(.*)$/, - CLASS_DIRECTIVE_REGEXP = /(([\w-]+)(?::([^;]+))?;?)/, - ALL_OR_NOTHING_ATTRS = makeMap('ngSrc,ngSrcset,src,srcset'), - REQUIRE_PREFIX_REGEXP = /^(?:(\^\^?)?(\?)?(\^\^?)?)?/; - - // Ref: http://developers.whatwg.org/webappapis.html#event-handler-idl-attributes - // The assumption is that future DOM event attribute names will begin with - // 'on' and be composed of only English letters. - var EVENT_HANDLER_ATTR_REGEXP = /^(on[a-z]+|formaction)$/; - var bindingCache = createMap(); - - function parseIsolateBindings(scope, directiveName, isController) { - var LOCAL_REGEXP = /^\s*([@&<]|=(\*?))(\??)\s*([\w$]*)\s*$/; - - var bindings = createMap(); - - forEach(scope, function (definition, scopeName) { - if (definition in bindingCache) { - bindings[scopeName] = bindingCache[definition]; - return; - } - var match = definition.match(LOCAL_REGEXP); - - if (!match) { - throw $compileMinErr('iscp', 'Invalid {3} for directive \'{0}\'.' + ' Definition: {... {1}: \'{2}\' ...}', directiveName, scopeName, definition, isController ? 'controller bindings definition' : 'isolate scope definition'); - } - - bindings[scopeName] = { - mode: match[1][0], - collection: match[2] === '*', - optional: match[3] === '?', - attrName: match[4] || scopeName - }; - if (match[4]) { - bindingCache[definition] = bindings[scopeName]; - } - }); - - return bindings; - } - - function parseDirectiveBindings(directive, directiveName) { - var bindings = { - isolateScope: null, - bindToController: null - }; - if (isObject(directive.scope)) { - if (directive.bindToController === true) { - bindings.bindToController = parseIsolateBindings(directive.scope, directiveName, true); - bindings.isolateScope = {}; - } else { - bindings.isolateScope = parseIsolateBindings(directive.scope, directiveName, false); - } - } - if (isObject(directive.bindToController)) { - bindings.bindToController = parseIsolateBindings(directive.bindToController, directiveName, true); - } - if (bindings.bindToController && !directive.controller) { - // There is no controller - throw $compileMinErr('noctrl', 'Cannot bind to controller without directive \'{0}\'s controller.', directiveName); - } - return bindings; - } - - function assertValidDirectiveName(name) { - var letter = name.charAt(0); - if (!letter || letter !== lowercase(letter)) { - throw $compileMinErr('baddir', 'Directive/Component name \'{0}\' is invalid. The first character must be a lowercase letter', name); - } - if (name !== name.trim()) { - throw $compileMinErr('baddir', 'Directive/Component name \'{0}\' is invalid. The name should not contain leading or trailing whitespaces', name); - } - } - - function getDirectiveRequire(directive) { - var require = directive.require || directive.controller && directive.name; - - if (!isArray(require) && isObject(require)) { - forEach(require, function (value, key) { - var match = value.match(REQUIRE_PREFIX_REGEXP); - var name = value.substring(match[0].length); - if (!name) require[key] = match[0] + key; - }); - } - - return require; - } - - function getDirectiveRestrict(restrict, name) { - if (restrict && !(isString(restrict) && /[EACM]/.test(restrict))) { - throw $compileMinErr('badrestrict', 'Restrict property \'{0}\' of directive \'{1}\' is invalid', restrict, name); - } - - return restrict || 'EA'; - } - - /** - * @ngdoc method - * @name $compileProvider#directive - * @kind function - * - * @description - * Register a new directive with the compiler. - * - * @param {string|Object} name Name of the directive in camel-case (i.e. ngBind which - * will match as ng-bind), or an object map of directives where the keys are the - * names and the values are the factories. - * @param {Function|Array} directiveFactory An injectable directive factory function. See the - * {@link guide/directive directive guide} and the {@link $compile compile API} for more info. - * @returns {ng.$compileProvider} Self for chaining. - */ - this.directive = function registerDirective(name, directiveFactory) { - assertArg(name, 'name'); - assertNotHasOwnProperty(name, 'directive'); - if (isString(name)) { - assertValidDirectiveName(name); - assertArg(directiveFactory, 'directiveFactory'); - if (!hasDirectives.hasOwnProperty(name)) { - hasDirectives[name] = []; - $provide.factory(name + Suffix, ['$injector', '$exceptionHandler', function ($injector, $exceptionHandler) { - var directives = []; - forEach(hasDirectives[name], function (directiveFactory, index) { - try { - var directive = $injector.invoke(directiveFactory); - if (isFunction(directive)) { - directive = { compile: valueFn(directive) }; - } else if (!directive.compile && directive.link) { - directive.compile = valueFn(directive.link); - } - directive.priority = directive.priority || 0; - directive.index = index; - directive.name = directive.name || name; - directive.require = getDirectiveRequire(directive); - directive.restrict = getDirectiveRestrict(directive.restrict, name); - directive.$$moduleName = directiveFactory.$$moduleName; - directives.push(directive); - } catch (e) { - $exceptionHandler(e); - } - }); - return directives; - }]); - } - hasDirectives[name].push(directiveFactory); - } else { - forEach(name, reverseParams(registerDirective)); - } - return this; - }; - - /** - * @ngdoc method - * @name $compileProvider#component - * @module ng - * @param {string|Object} name Name of the component in camelCase (i.e. `myComp` which will match ``), - * or an object map of components where the keys are the names and the values are the component definition objects. - * @param {Object} options Component definition object (a simplified - * {@link ng.$compile#directive-definition-object directive definition object}), - * with the following properties (all optional): - * - * - `controller` – `{(string|function()=}` – controller constructor function that should be - * associated with newly created scope or the name of a {@link ng.$compile#-controller- - * registered controller} if passed as a string. An empty `noop` function by default. - * - `controllerAs` – `{string=}` – identifier name for to reference the controller in the component's scope. - * If present, the controller will be published to scope under the `controllerAs` name. - * If not present, this will default to be `$ctrl`. - * - `template` – `{string=|function()=}` – html template as a string or a function that - * returns an html template as a string which should be used as the contents of this component. - * Empty string by default. - * - * If `template` is a function, then it is {@link auto.$injector#invoke injected} with - * the following locals: - * - * - `$element` - Current element - * - `$attrs` - Current attributes object for the element - * - * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html - * template that should be used as the contents of this component. - * - * If `templateUrl` is a function, then it is {@link auto.$injector#invoke injected} with - * the following locals: - * - * - `$element` - Current element - * - `$attrs` - Current attributes object for the element - * - * - `bindings` – `{object=}` – defines bindings between DOM attributes and component properties. - * Component properties are always bound to the component controller and not to the scope. - * See {@link ng.$compile#-bindtocontroller- `bindToController`}. - * - `transclude` – `{boolean=}` – whether {@link $compile#transclusion content transclusion} is enabled. - * Disabled by default. - * - `require` - `{Object=}` - requires the controllers of other directives and binds them to - * this component's controller. The object keys specify the property names under which the required - * controllers (object values) will be bound. See {@link ng.$compile#-require- `require`}. - * - `$...` – additional properties to attach to the directive factory function and the controller - * constructor function. (This is used by the component router to annotate) - * - * @returns {ng.$compileProvider} the compile provider itself, for chaining of function calls. - * @description - * Register a **component definition** with the compiler. This is a shorthand for registering a special - * type of directive, which represents a self-contained UI component in your application. Such components - * are always isolated (i.e. `scope: {}`) and are always restricted to elements (i.e. `restrict: 'E'`). - * - * Component definitions are very simple and do not require as much configuration as defining general - * directives. Component definitions usually consist only of a template and a controller backing it. - * - * In order to make the definition easier, components enforce best practices like use of `controllerAs`, - * `bindToController`. They always have **isolate scope** and are restricted to elements. - * - * Here are a few examples of how you would usually define components: - * - * ```js - * var myMod = angular.module(...); - * myMod.component('myComp', { - * template: '
    My name is {{$ctrl.name}}
    ', - * controller: function() { - * this.name = 'shahar'; - * } - * }); - * - * myMod.component('myComp', { - * template: '
    My name is {{$ctrl.name}}
    ', - * bindings: {name: '@'} - * }); - * - * myMod.component('myComp', { - * templateUrl: 'views/my-comp.html', - * controller: 'MyCtrl', - * controllerAs: 'ctrl', - * bindings: {name: '@'} - * }); - * - * ``` - * For more examples, and an in-depth guide, see the {@link guide/component component guide}. - * - *
    - * See also {@link ng.$compileProvider#directive $compileProvider.directive()}. - */ - this.component = function registerComponent(name, options) { - if (!isString(name)) { - forEach(name, reverseParams(bind(this, registerComponent))); - return this; - } - - var controller = options.controller || function () {}; - - function factory($injector) { - function makeInjectable(fn) { - if (isFunction(fn) || isArray(fn)) { - return (/** @this */function (tElement, tAttrs) { - return $injector.invoke(fn, this, { $element: tElement, $attrs: tAttrs }); - } - ); - } else { - return fn; - } - } - - var template = !options.template && !options.templateUrl ? '' : options.template; - var ddo = { - controller: controller, - controllerAs: identifierForController(options.controller) || options.controllerAs || '$ctrl', - template: makeInjectable(template), - templateUrl: makeInjectable(options.templateUrl), - transclude: options.transclude, - scope: {}, - bindToController: options.bindings || {}, - restrict: 'E', - require: options.require - }; - - // Copy annotations (starting with $) over to the DDO - forEach(options, function (val, key) { - if (key.charAt(0) === '$') ddo[key] = val; - }); - - return ddo; - } + * + * It indicates to the compiler + * whether or not directives on comments should be compiled. + * Defaults to `true`. + * + * Calling this function with false disables the compilation of directives + * on comments for the whole application. + * This results in a compilation performance gain, + * as the compiler doesn't have to check comments when looking for directives. + * This should however only be used if you are sure that no comment directives are used in + * the application (including any 3rd party directives). + * + * @param {boolean} enabled `false` if the compiler may ignore directives on comments + * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) + */ + this.commentDirectivesEnabled = function(value) { + if (arguments.length) { + commentDirectivesEnabledConfig = value; + return this; + } + return commentDirectivesEnabledConfig; + }; - // TODO(pete) remove the following `forEach` before we release 1.6.0 - // The component-router@0.2.0 looks for the annotations on the controller constructor - // Nothing in Angular looks for annotations on the factory function but we can't remove - // it from 1.5.x yet. - // Copy any annotation properties (starting with $) over to the factory and controller constructor functions - // These could be used by libraries such as the new component router - forEach(options, function (val, key) { - if (key.charAt(0) === '$') { - factory[key] = val; - // Don't try to copy over annotations to named controller - if (isFunction(controller)) controller[key] = val; - } - }); + var cssClassDirectivesEnabledConfig = true; + /** + * @ngdoc method + * @name $compileProvider#cssClassDirectivesEnabled + * @description + * + * It indicates to the compiler + * whether or not directives on element classes should be compiled. + * Defaults to `true`. + * + * Calling this function with false disables the compilation of directives + * on element classes for the whole application. + * This results in a compilation performance gain, + * as the compiler doesn't have to check element classes when looking for directives. + * This should however only be used if you are sure that no class directives are used in + * the application (including any 3rd party directives). + * + * @param {boolean} enabled `false` if the compiler may ignore directives on element classes + * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) + */ + this.cssClassDirectivesEnabled = function(value) { + if (arguments.length) { + cssClassDirectivesEnabledConfig = value; + return this; + } + return cssClassDirectivesEnabledConfig; + }; - factory.$inject = ['$injector']; + this.$get = [ + '$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse', + '$controller', '$rootScope', '$sce', '$animate', '$$sanitizeUri', + function($injector, $interpolate, $exceptionHandler, $templateRequest, $parse, + $controller, $rootScope, $sce, $animate, $$sanitizeUri) { - return this.directive(name, factory); - }; + var SIMPLE_ATTR_NAME = /^\w/; + var specialAttrHolder = window.document.createElement('div'); - /** - * @ngdoc method - * @name $compileProvider#aHrefSanitizationWhitelist - * @kind function - * - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during a[href] sanitization. - * - * The sanitization is a security measure aimed at preventing XSS attacks via html links. - * - * Any url about to be assigned to a[href] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.aHrefSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - $$sanitizeUriProvider.aHrefSanitizationWhitelist(regexp); - return this; - } else { - return $$sanitizeUriProvider.aHrefSanitizationWhitelist(); - } - }; - /** - * @ngdoc method - * @name $compileProvider#imgSrcSanitizationWhitelist - * @kind function - * - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during img[src] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to img[src] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.imgSrcSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - $$sanitizeUriProvider.imgSrcSanitizationWhitelist(regexp); - return this; - } else { - return $$sanitizeUriProvider.imgSrcSanitizationWhitelist(); - } - }; + var commentDirectivesEnabled = commentDirectivesEnabledConfig; + var cssClassDirectivesEnabled = cssClassDirectivesEnabledConfig; - /** - * @ngdoc method - * @name $compileProvider#debugInfoEnabled - * - * @param {boolean=} enabled update the debugInfoEnabled state if provided, otherwise just return the - * current debugInfoEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable various debug runtime information in the compiler such as adding - * binding information and a reference to the current scope on to DOM elements. - * If enabled, the compiler will add the following to DOM elements that have been bound to the scope - * * `ng-binding` CSS class - * * `ng-scope` and `ng-isolated-scope` CSS classes - * * `$binding` data property containing an array of the binding expressions - * * Data properties used by the {@link angular.element#methods `scope()`/`isolateScope()` methods} to return - * the element's scope. - * * Placeholder comments will contain information about what directive and binding caused the placeholder. - * E.g. ``. - * - * You may want to disable this in production for a significant performance boost. See - * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. - * - * The default value is true. - */ - var debugInfoEnabled = true; - this.debugInfoEnabled = function (enabled) { - if (isDefined(enabled)) { - debugInfoEnabled = enabled; - return this; - } - return debugInfoEnabled; - }; - /** - * @ngdoc method - * @name $compileProvider#preAssignBindingsEnabled - * - * @param {boolean=} enabled update the preAssignBindingsEnabled state if provided, otherwise just return the - * current preAssignBindingsEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable whether directive controllers are assigned bindings before - * calling the controller's constructor. - * If enabled (true), the compiler assigns the value of each of the bindings to the - * properties of the controller object before the constructor of this object is called. - * - * If disabled (false), the compiler calls the constructor first before assigning bindings. - * - * The default value is false. - * - * @deprecated - * sinceVersion="1.6.0" - * removeVersion="1.7.0" - * - * This method and the option to assign the bindings before calling the controller's constructor - * will be removed in v1.7.0. - */ - var preAssignBindingsEnabled = false; - this.preAssignBindingsEnabled = function (enabled) { - if (isDefined(enabled)) { - preAssignBindingsEnabled = enabled; - return this; - } - return preAssignBindingsEnabled; - }; + var onChangesTtl = TTL; + // The onChanges hooks should all be run together in a single digest + // When changes occur, the call to trigger their hooks will be added to this queue + var onChangesQueue; - /** - * @ngdoc method - * @name $compileProvider#strictComponentBindingsEnabled - * - * @param {boolean=} enabled update the strictComponentBindingsEnabled state if provided, otherwise just return the - * current strictComponentBindingsEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable strict component bindings check. If enabled, the compiler will enforce that - * for all bindings of a component that are not set as optional with `?`, an attribute needs to be provided - * on the component's HTML tag. - * - * The default value is false. - */ - var strictComponentBindingsEnabled = false; - this.strictComponentBindingsEnabled = function (enabled) { - if (isDefined(enabled)) { - strictComponentBindingsEnabled = enabled; - return this; + // This function is called in a $$postDigest to trigger all the onChanges hooks in a single digest + function flushOnChangesQueue() { + try { + if (!(--onChangesTtl)) { + // We have hit the TTL limit so reset everything + onChangesQueue = undefined; + throw $compileMinErr('infchng', '{0} $onChanges() iterations reached. Aborting!\n', TTL); + } + // We must run this hook in an apply since the $$postDigest runs outside apply + $rootScope.$apply(function() { + var errors = []; + for (var i = 0, ii = onChangesQueue.length; i < ii; ++i) { + try { + onChangesQueue[i](); + } catch (e) { + errors.push(e); + } + } + // Reset the queue to trigger a new schedule next time there is a change + onChangesQueue = undefined; + if (errors.length) { + throw errors; + } + }); + } finally { + onChangesTtl++; } - return strictComponentBindingsEnabled; - }; + } - var TTL = 10; - /** - * @ngdoc method - * @name $compileProvider#onChangesTtl - * @description - * - * Sets the number of times `$onChanges` hooks can trigger new changes before giving up and - * assuming that the model is unstable. - * - * The current default is 10 iterations. - * - * In complex applications it's possible that dependencies between `$onChanges` hooks and bindings will result - * in several iterations of calls to these hooks. However if an application needs more than the default 10 - * iterations to stabilize then you should investigate what is causing the model to continuously change during - * the `$onChanges` hook execution. - * - * Increasing the TTL could have performance implications, so you should not change it without proper justification. - * - * @param {number} limit The number of `$onChanges` hook iterations. - * @returns {number|object} the current limit (or `this` if called as a setter for chaining) - */ - this.onChangesTtl = function (value) { - if (arguments.length) { - TTL = value; - return this; - } - return TTL; - }; - var commentDirectivesEnabledConfig = true; - /** - * @ngdoc method - * @name $compileProvider#commentDirectivesEnabled - * @description - * - * It indicates to the compiler - * whether or not directives on comments should be compiled. - * Defaults to `true`. - * - * Calling this function with false disables the compilation of directives - * on comments for the whole application. - * This results in a compilation performance gain, - * as the compiler doesn't have to check comments when looking for directives. - * This should however only be used if you are sure that no comment directives are used in - * the application (including any 3rd party directives). - * - * @param {boolean} enabled `false` if the compiler may ignore directives on comments - * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) - */ - this.commentDirectivesEnabled = function (value) { - if (arguments.length) { - commentDirectivesEnabledConfig = value; - return this; - } - return commentDirectivesEnabledConfig; - }; + function Attributes(element, attributesToCopy) { + if (attributesToCopy) { + var keys = Object.keys(attributesToCopy); + var i, l, key; - var cssClassDirectivesEnabledConfig = true; - /** - * @ngdoc method - * @name $compileProvider#cssClassDirectivesEnabled - * @description - * - * It indicates to the compiler - * whether or not directives on element classes should be compiled. - * Defaults to `true`. - * - * Calling this function with false disables the compilation of directives - * on element classes for the whole application. - * This results in a compilation performance gain, - * as the compiler doesn't have to check element classes when looking for directives. - * This should however only be used if you are sure that no class directives are used in - * the application (including any 3rd party directives). - * - * @param {boolean} enabled `false` if the compiler may ignore directives on element classes - * @returns {boolean|object} the current value (or `this` if called as a setter for chaining) - */ - this.cssClassDirectivesEnabled = function (value) { - if (arguments.length) { - cssClassDirectivesEnabledConfig = value; - return this; + for (i = 0, l = keys.length; i < l; i++) { + key = keys[i]; + this[key] = attributesToCopy[key]; + } + } else { + this.$attr = {}; } - return cssClassDirectivesEnabledConfig; - }; - - this.$get = ['$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse', '$controller', '$rootScope', '$sce', '$animate', '$$sanitizeUri', function ($injector, $interpolate, $exceptionHandler, $templateRequest, $parse, $controller, $rootScope, $sce, $animate, $$sanitizeUri) { - var SIMPLE_ATTR_NAME = /^\w/; - var specialAttrHolder = window.document.createElement('div'); + this.$$element = element; + } - var commentDirectivesEnabled = commentDirectivesEnabledConfig; - var cssClassDirectivesEnabled = cssClassDirectivesEnabledConfig; + Attributes.prototype = { + /** + * @ngdoc method + * @name $compile.directive.Attributes#$normalize + * @kind function + * + * @description + * Converts an attribute name (e.g. dash/colon/underscore-delimited string, optionally prefixed with `x-` or + * `data-`) to its normalized, camelCase form. + * + * Also there is special case for Moz prefix starting with upper case letter. + * + * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} + * + * @param {string} name Name to normalize + */ + $normalize: directiveNormalize, - var onChangesTtl = TTL; - // The onChanges hooks should all be run together in a single digest - // When changes occur, the call to trigger their hooks will be added to this queue - var onChangesQueue; - // This function is called in a $$postDigest to trigger all the onChanges hooks in a single digest - function flushOnChangesQueue() { - try { - if (! --onChangesTtl) { - // We have hit the TTL limit so reset everything - onChangesQueue = undefined; - throw $compileMinErr('infchng', '{0} $onChanges() iterations reached. Aborting!\n', TTL); - } - // We must run this hook in an apply since the $$postDigest runs outside apply - $rootScope.$apply(function () { - var errors = []; - for (var i = 0, ii = onChangesQueue.length; i < ii; ++i) { - try { - onChangesQueue[i](); - } catch (e) { - errors.push(e); - } - } - // Reset the queue to trigger a new schedule next time there is a change - onChangesQueue = undefined; - if (errors.length) { - throw errors; - } - }); - } finally { - onChangesTtl++; + /** + * @ngdoc method + * @name $compile.directive.Attributes#$addClass + * @kind function + * + * @description + * Adds the CSS class value specified by the classVal parameter to the element. If animations + * are enabled then an animation will be triggered for the class addition. + * + * @param {string} classVal The className value that will be added to the element + */ + $addClass: function(classVal) { + if (classVal && classVal.length > 0) { + $animate.addClass(this.$$element, classVal); } - } - - function Attributes(element, attributesToCopy) { - if (attributesToCopy) { - var keys = Object.keys(attributesToCopy); - var i, l, key; + }, - for (i = 0, l = keys.length; i < l; i++) { - key = keys[i]; - this[key] = attributesToCopy[key]; - } - } else { - this.$attr = {}; + /** + * @ngdoc method + * @name $compile.directive.Attributes#$removeClass + * @kind function + * + * @description + * Removes the CSS class value specified by the classVal parameter from the element. If + * animations are enabled then an animation will be triggered for the class removal. + * + * @param {string} classVal The className value that will be removed from the element + */ + $removeClass: function(classVal) { + if (classVal && classVal.length > 0) { + $animate.removeClass(this.$$element, classVal); } + }, - this.$$element = element; - } + /** + * @ngdoc method + * @name $compile.directive.Attributes#$updateClass + * @kind function + * + * @description + * Adds and removes the appropriate CSS class values to the element based on the difference + * between the new and old CSS class values (specified as newClasses and oldClasses). + * + * @param {string} newClasses The current CSS className value + * @param {string} oldClasses The former CSS className value + */ + $updateClass: function(newClasses, oldClasses) { + var toAdd = tokenDifference(newClasses, oldClasses); + if (toAdd && toAdd.length) { + $animate.addClass(this.$$element, toAdd); + } - Attributes.prototype = { - /** - * @ngdoc method - * @name $compile.directive.Attributes#$normalize - * @kind function - * - * @description - * Converts an attribute name (e.g. dash/colon/underscore-delimited string, optionally prefixed with `x-` or - * `data-`) to its normalized, camelCase form. - * - * Also there is special case for Moz prefix starting with upper case letter. - * - * For further information check out the guide on {@link guide/directive#matching-directives Matching Directives} - * - * @param {string} name Name to normalize - */ - $normalize: directiveNormalize, + var toRemove = tokenDifference(oldClasses, newClasses); + if (toRemove && toRemove.length) { + $animate.removeClass(this.$$element, toRemove); + } + }, - /** - * @ngdoc method - * @name $compile.directive.Attributes#$addClass - * @kind function - * - * @description - * Adds the CSS class value specified by the classVal parameter to the element. If animations - * are enabled then an animation will be triggered for the class addition. - * - * @param {string} classVal The className value that will be added to the element - */ - $addClass: function $addClass(classVal) { - if (classVal && classVal.length > 0) { - $animate.addClass(this.$$element, classVal); + /** + * Set a normalized attribute on the element in a way such that all directives + * can share the attribute. This function properly handles boolean attributes. + * @param {string} key Normalized key. (ie ngAttribute) + * @param {string|boolean} value The value to set. If `null` attribute will be deleted. + * @param {boolean=} writeAttr If false, does not write the value to DOM element attribute. + * Defaults to true. + * @param {string=} attrName Optional none normalized name. Defaults to key. + */ + $set: function(key, value, writeAttr, attrName) { + // TODO: decide whether or not to throw an error if "class" + //is set through this function since it may cause $updateClass to + //become unstable. + + var node = this.$$element[0], + booleanKey = getBooleanAttrName(node, key), + aliasedKey = getAliasedAttrName(key), + observer = key, + nodeName; + + if (booleanKey) { + this.$$element.prop(key, value); + attrName = booleanKey; + } else if (aliasedKey) { + this[aliasedKey] = value; + observer = aliasedKey; + } + + this[key] = value; + + // translate normalized key to actual key + if (attrName) { + this.$attr[key] = attrName; + } else { + attrName = this.$attr[key]; + if (!attrName) { + this.$attr[key] = attrName = snake_case(key, '-'); } - }, + } - /** - * @ngdoc method - * @name $compile.directive.Attributes#$removeClass - * @kind function - * - * @description - * Removes the CSS class value specified by the classVal parameter from the element. If - * animations are enabled then an animation will be triggered for the class removal. - * - * @param {string} classVal The className value that will be removed from the element - */ - $removeClass: function $removeClass(classVal) { - if (classVal && classVal.length > 0) { - $animate.removeClass(this.$$element, classVal); + nodeName = nodeName_(this.$$element); + + if ((nodeName === 'a' && (key === 'href' || key === 'xlinkHref')) || + (nodeName === 'img' && key === 'src')) { + // sanitize a[href] and img[src] values + this[key] = value = $$sanitizeUri(value, key === 'src'); + } else if (nodeName === 'img' && key === 'srcset' && isDefined(value)) { + // sanitize img[srcset] values + var result = ''; + + // first check if there are spaces because it's not the same pattern + var trimmedSrcset = trim(value); + // ( 999x ,| 999w ,| ,|, ) + var srcPattern = /(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/; + var pattern = /\s/.test(trimmedSrcset) ? srcPattern : /(,)/; + + // split srcset into tuple of uri and descriptor except for the last item + var rawUris = trimmedSrcset.split(pattern); + + // for each tuples + var nbrUrisWith2parts = Math.floor(rawUris.length / 2); + for (var i = 0; i < nbrUrisWith2parts; i++) { + var innerIdx = i * 2; + // sanitize the uri + result += $$sanitizeUri(trim(rawUris[innerIdx]), true); + // add the descriptor + result += (' ' + trim(rawUris[innerIdx + 1])); } - }, - /** - * @ngdoc method - * @name $compile.directive.Attributes#$updateClass - * @kind function - * - * @description - * Adds and removes the appropriate CSS class values to the element based on the difference - * between the new and old CSS class values (specified as newClasses and oldClasses). - * - * @param {string} newClasses The current CSS className value - * @param {string} oldClasses The former CSS className value - */ - $updateClass: function $updateClass(newClasses, oldClasses) { - var toAdd = tokenDifference(newClasses, oldClasses); - if (toAdd && toAdd.length) { - $animate.addClass(this.$$element, toAdd); - } + // split the last item into uri and descriptor + var lastTuple = trim(rawUris[i * 2]).split(/\s/); - var toRemove = tokenDifference(oldClasses, newClasses); - if (toRemove && toRemove.length) { - $animate.removeClass(this.$$element, toRemove); - } - }, + // sanitize the last uri + result += $$sanitizeUri(trim(lastTuple[0]), true); - /** - * Set a normalized attribute on the element in a way such that all directives - * can share the attribute. This function properly handles boolean attributes. - * @param {string} key Normalized key. (ie ngAttribute) - * @param {string|boolean} value The value to set. If `null` attribute will be deleted. - * @param {boolean=} writeAttr If false, does not write the value to DOM element attribute. - * Defaults to true. - * @param {string=} attrName Optional none normalized name. Defaults to key. - */ - $set: function $set(key, value, writeAttr, attrName) { - // TODO: decide whether or not to throw an error if "class" - //is set through this function since it may cause $updateClass to - //become unstable. - - var node = this.$$element[0], - booleanKey = getBooleanAttrName(node, key), - aliasedKey = getAliasedAttrName(key), - observer = key, - nodeName; - - if (booleanKey) { - this.$$element.prop(key, value); - attrName = booleanKey; - } else if (aliasedKey) { - this[aliasedKey] = value; - observer = aliasedKey; + // and add the last descriptor if any + if (lastTuple.length === 2) { + result += (' ' + trim(lastTuple[1])); } + this[key] = value = result; + } - this[key] = value; - - // translate normalized key to actual key - if (attrName) { - this.$attr[key] = attrName; + if (writeAttr !== false) { + if (value === null || isUndefined(value)) { + this.$$element.removeAttr(attrName); } else { - attrName = this.$attr[key]; - if (!attrName) { - this.$attr[key] = attrName = snake_case(key, '-'); + if (SIMPLE_ATTR_NAME.test(attrName)) { + this.$$element.attr(attrName, value); + } else { + setSpecialAttr(this.$$element[0], attrName, value); } } + } - nodeName = nodeName_(this.$$element); - - if (nodeName === 'a' && (key === 'href' || key === 'xlinkHref') || nodeName === 'img' && key === 'src') { - // sanitize a[href] and img[src] values - this[key] = value = $$sanitizeUri(value, key === 'src'); - } else if (nodeName === 'img' && key === 'srcset' && isDefined(value)) { - // sanitize img[srcset] values - var result = ''; - - // first check if there are spaces because it's not the same pattern - var trimmedSrcset = trim(value); - // ( 999x ,| 999w ,| ,|, ) - var srcPattern = /(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/; - var pattern = /\s/.test(trimmedSrcset) ? srcPattern : /(,)/; - - // split srcset into tuple of uri and descriptor except for the last item - var rawUris = trimmedSrcset.split(pattern); - - // for each tuples - var nbrUrisWith2parts = Math.floor(rawUris.length / 2); - for (var i = 0; i < nbrUrisWith2parts; i++) { - var innerIdx = i * 2; - // sanitize the uri - result += $$sanitizeUri(trim(rawUris[innerIdx]), true); - // add the descriptor - result += ' ' + trim(rawUris[innerIdx + 1]); - } - - // split the last item into uri and descriptor - var lastTuple = trim(rawUris[i * 2]).split(/\s/); - - // sanitize the last uri - result += $$sanitizeUri(trim(lastTuple[0]), true); - - // and add the last descriptor if any - if (lastTuple.length === 2) { - result += ' ' + trim(lastTuple[1]); + // fire observers + var $$observers = this.$$observers; + if ($$observers) { + forEach($$observers[observer], function(fn) { + try { + fn(value); + } catch (e) { + $exceptionHandler(e); } - this[key] = value = result; - } + }); + } + }, - if (writeAttr !== false) { - if (value === null || isUndefined(value)) { - this.$$element.removeAttr(attrName); - } else { - if (SIMPLE_ATTR_NAME.test(attrName)) { - this.$$element.attr(attrName, value); - } else { - setSpecialAttr(this.$$element[0], attrName, value); - } - } - } - // fire observers - var $$observers = this.$$observers; - if ($$observers) { - forEach($$observers[observer], function (fn) { - try { - fn(value); - } catch (e) { - $exceptionHandler(e); - } - }); + /** + * @ngdoc method + * @name $compile.directive.Attributes#$observe + * @kind function + * + * @description + * Observes an interpolated attribute. + * + * The observer function will be invoked once during the next `$digest` following + * compilation. The observer is then invoked whenever the interpolated value + * changes. + * + * @param {string} key Normalized key. (ie ngAttribute) . + * @param {function(interpolatedValue)} fn Function that will be called whenever + the interpolated value of the attribute changes. + * See the {@link guide/interpolation#how-text-and-attribute-bindings-work Interpolation + * guide} for more info. + * @returns {function()} Returns a deregistration function for this observer. + */ + $observe: function(key, fn) { + var attrs = this, + $$observers = (attrs.$$observers || (attrs.$$observers = createMap())), + listeners = ($$observers[key] || ($$observers[key] = [])); + + listeners.push(fn); + $rootScope.$evalAsync(function() { + if (!listeners.$$inter && attrs.hasOwnProperty(key) && !isUndefined(attrs[key])) { + // no one registered attribute interpolation function, so lets call it manually + fn(attrs[key]); } - }, + }); - /** - * @ngdoc method - * @name $compile.directive.Attributes#$observe - * @kind function - * - * @description - * Observes an interpolated attribute. - * - * The observer function will be invoked once during the next `$digest` following - * compilation. The observer is then invoked whenever the interpolated value - * changes. - * - * @param {string} key Normalized key. (ie ngAttribute) . - * @param {function(interpolatedValue)} fn Function that will be called whenever - the interpolated value of the attribute changes. - * See the {@link guide/interpolation#how-text-and-attribute-bindings-work Interpolation - * guide} for more info. - * @returns {function()} Returns a deregistration function for this observer. - */ - $observe: function $observe(key, fn) { - var attrs = this, - $$observers = attrs.$$observers || (attrs.$$observers = createMap()), - listeners = $$observers[key] || ($$observers[key] = []); - - listeners.push(fn); - $rootScope.$evalAsync(function () { - if (!listeners.$$inter && attrs.hasOwnProperty(key) && !isUndefined(attrs[key])) { - // no one registered attribute interpolation function, so lets call it manually - fn(attrs[key]); - } - }); + return function() { + arrayRemove(listeners, fn); + }; + } + }; - return function () { - arrayRemove(listeners, fn); - }; - } - }; + function setSpecialAttr(element, attrName, value) { + // Attributes names that do not start with letters (such as `(click)`) cannot be set using `setAttribute` + // so we have to jump through some hoops to get such an attribute + // https://github.com/angular/angular.js/pull/13318 + specialAttrHolder.innerHTML = ''; + var attributes = specialAttrHolder.firstChild.attributes; + var attribute = attributes[0]; + // We have to remove the attribute from its container element before we can add it to the destination element + attributes.removeNamedItem(attribute.name); + attribute.value = value; + element.attributes.setNamedItem(attribute); + } - function setSpecialAttr(element, attrName, value) { - // Attributes names that do not start with letters (such as `(click)`) cannot be set using `setAttribute` - // so we have to jump through some hoops to get such an attribute - // https://github.com/angular/angular.js/pull/13318 - specialAttrHolder.innerHTML = ''; - var attributes = specialAttrHolder.firstChild.attributes; - var attribute = attributes[0]; - // We have to remove the attribute from its container element before we can add it to the destination element - attributes.removeNamedItem(attribute.name); - attribute.value = value; - element.attributes.setNamedItem(attribute); + function safeAddClass($element, className) { + try { + $element.addClass(className); + } catch (e) { + // ignore, since it means that we are trying to set class on + // SVG element, where class name is read-only. } + } - function safeAddClass($element, className) { - try { - $element.addClass(className); - } catch (e) { - // ignore, since it means that we are trying to set class on - // SVG element, where class name is read-only. - } - } - var startSymbol = $interpolate.startSymbol(), - endSymbol = $interpolate.endSymbol(), - denormalizeTemplate = startSymbol === '{{' && endSymbol === '}}' ? identity : function denormalizeTemplate(template) { - return template.replace(/\{\{/g, startSymbol).replace(/}}/g, endSymbol); - }, - NG_ATTR_BINDING = /^ngAttr[A-Z]/; - var MULTI_ELEMENT_DIR_RE = /^(.+)Start$/; + var startSymbol = $interpolate.startSymbol(), + endSymbol = $interpolate.endSymbol(), + denormalizeTemplate = (startSymbol === '{{' && endSymbol === '}}') + ? identity + : function denormalizeTemplate(template) { + return template.replace(/\{\{/g, startSymbol).replace(/}}/g, endSymbol); + }, + NG_ATTR_BINDING = /^ngAttr[A-Z]/; + var MULTI_ELEMENT_DIR_RE = /^(.+)Start$/; - compile.$$addBindingInfo = debugInfoEnabled ? function $$addBindingInfo($element, binding) { - var bindings = $element.data('$binding') || []; + compile.$$addBindingInfo = debugInfoEnabled ? function $$addBindingInfo($element, binding) { + var bindings = $element.data('$binding') || []; - if (isArray(binding)) { - bindings = bindings.concat(binding); + if (isArray(binding)) { + bindings = bindings.concat(binding); + } else { + bindings.push(binding); + } + + $element.data('$binding', bindings); + } : noop; + + compile.$$addBindingClass = debugInfoEnabled ? function $$addBindingClass($element) { + safeAddClass($element, 'ng-binding'); + } : noop; + + compile.$$addScopeInfo = debugInfoEnabled ? function $$addScopeInfo($element, scope, isolated, noTemplate) { + var dataName = isolated ? (noTemplate ? '$isolateScopeNoTemplate' : '$isolateScope') : '$scope'; + $element.data(dataName, scope); + } : noop; + + compile.$$addScopeClass = debugInfoEnabled ? function $$addScopeClass($element, isolated) { + safeAddClass($element, isolated ? 'ng-isolate-scope' : 'ng-scope'); + } : noop; + + compile.$$createComment = function(directiveName, comment) { + var content = ''; + if (debugInfoEnabled) { + content = ' ' + (directiveName || '') + ': '; + if (comment) content += comment + ' '; + } + return window.document.createComment(content); + }; + + return compile; + + //================================ + + function compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, + previousCompileContext) { + if (!($compileNodes instanceof jqLite)) { + // jquery always rewraps, whereas we need to preserve the original selector so that we can + // modify it. + $compileNodes = jqLite($compileNodes); + } + var compositeLinkFn = + compileNodes($compileNodes, transcludeFn, $compileNodes, + maxPriority, ignoreDirective, previousCompileContext); + compile.$$addScopeClass($compileNodes); + var namespace = null; + return function publicLinkFn(scope, cloneConnectFn, options) { + if (!$compileNodes) { + throw $compileMinErr('multilink', 'This element has already been linked.'); + } + assertArg(scope, 'scope'); + + if (previousCompileContext && previousCompileContext.needsNewScope) { + // A parent directive did a replace and a directive on this element asked + // for transclusion, which caused us to lose a layer of element on which + // we could hold the new transclusion scope, so we will create it manually + // here. + scope = scope.$parent.$new(); + } + + options = options || {}; + var parentBoundTranscludeFn = options.parentBoundTranscludeFn, + transcludeControllers = options.transcludeControllers, + futureParentElement = options.futureParentElement; + + // When `parentBoundTranscludeFn` is passed, it is a + // `controllersBoundTransclude` function (it was previously passed + // as `transclude` to directive.link) so we must unwrap it to get + // its `boundTranscludeFn` + if (parentBoundTranscludeFn && parentBoundTranscludeFn.$$boundTransclude) { + parentBoundTranscludeFn = parentBoundTranscludeFn.$$boundTransclude; + } + + if (!namespace) { + namespace = detectNamespaceForChildElements(futureParentElement); + } + var $linkNode; + if (namespace !== 'html') { + // When using a directive with replace:true and templateUrl the $compileNodes + // (or a child element inside of them) + // might change, so we need to recreate the namespace adapted compileNodes + // for call to the link function. + // Note: This will already clone the nodes... + $linkNode = jqLite( + wrapTemplate(namespace, jqLite('
    ').append($compileNodes).html()) + ); + } else if (cloneConnectFn) { + // important!!: we must call our jqLite.clone() since the jQuery one is trying to be smart + // and sometimes changes the structure of the DOM. + $linkNode = JQLitePrototype.clone.call($compileNodes); } else { - bindings.push(binding); + $linkNode = $compileNodes; } - $element.data('$binding', bindings); - } : noop; - - compile.$$addBindingClass = debugInfoEnabled ? function $$addBindingClass($element) { - safeAddClass($element, 'ng-binding'); - } : noop; + if (transcludeControllers) { + for (var controllerName in transcludeControllers) { + $linkNode.data('$' + controllerName + 'Controller', transcludeControllers[controllerName].instance); + } + } - compile.$$addScopeInfo = debugInfoEnabled ? function $$addScopeInfo($element, scope, isolated, noTemplate) { - var dataName = isolated ? noTemplate ? '$isolateScopeNoTemplate' : '$isolateScope' : '$scope'; - $element.data(dataName, scope); - } : noop; + compile.$$addScopeInfo($linkNode, scope); - compile.$$addScopeClass = debugInfoEnabled ? function $$addScopeClass($element, isolated) { - safeAddClass($element, isolated ? 'ng-isolate-scope' : 'ng-scope'); - } : noop; + if (cloneConnectFn) cloneConnectFn($linkNode, scope); + if (compositeLinkFn) compositeLinkFn(scope, $linkNode, $linkNode, parentBoundTranscludeFn); - compile.$$createComment = function (directiveName, comment) { - var content = ''; - if (debugInfoEnabled) { - content = ' ' + (directiveName || '') + ': '; - if (comment) content += comment + ' '; + if (!cloneConnectFn) { + $compileNodes = compositeLinkFn = null; } - return window.document.createComment(content); + return $linkNode; }; + } - return compile; + function detectNamespaceForChildElements(parentElement) { + // TODO: Make this detect MathML as well... + var node = parentElement && parentElement[0]; + if (!node) { + return 'html'; + } else { + return nodeName_(node) !== 'foreignobject' && toString.call(node).match(/SVG/) ? 'svg' : 'html'; + } + } - //================================ + /** + * Compile function matches each node in nodeList against the directives. Once all directives + * for a particular node are collected their compile functions are executed. The compile + * functions return values - the linking functions - are combined into a composite linking + * function, which is the a linking function for the node. + * + * @param {NodeList} nodeList an array of nodes or NodeList to compile + * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the + * scope argument is auto-generated to the new child of the transcluded parent scope. + * @param {DOMElement=} $rootElement If the nodeList is the root of the compilation tree then + * the rootElement must be set the jqLite collection of the compile root. This is + * needed so that the jqLite collection items can be replaced with widgets. + * @param {number=} maxPriority Max directive priority. + * @returns {Function} A composite linking function of all of the matched directives or null. + */ + function compileNodes(nodeList, transcludeFn, $rootElement, maxPriority, ignoreDirective, + previousCompileContext) { + var linkFns = [], + // `nodeList` can be either an element's `.childNodes` (live NodeList) + // or a jqLite/jQuery collection or an array + notLiveList = isArray(nodeList) || (nodeList instanceof jqLite), + attrs, directives, nodeLinkFn, childNodes, childLinkFn, linkFnFound, nodeLinkFnFound; - function compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { - if (!($compileNodes instanceof jqLite)) { - // jquery always rewraps, whereas we need to preserve the original selector so that we can - // modify it. - $compileNodes = jqLite($compileNodes); - } - var compositeLinkFn = compileNodes($compileNodes, transcludeFn, $compileNodes, maxPriority, ignoreDirective, previousCompileContext); - compile.$$addScopeClass($compileNodes); - var namespace = null; - return function publicLinkFn(scope, cloneConnectFn, options) { - if (!$compileNodes) { - throw $compileMinErr('multilink', 'This element has already been linked.'); - } - assertArg(scope, 'scope'); - - if (previousCompileContext && previousCompileContext.needsNewScope) { - // A parent directive did a replace and a directive on this element asked - // for transclusion, which caused us to lose a layer of element on which - // we could hold the new transclusion scope, so we will create it manually - // here. - scope = scope.$parent.$new(); - } - options = options || {}; - var parentBoundTranscludeFn = options.parentBoundTranscludeFn, - transcludeControllers = options.transcludeControllers, - futureParentElement = options.futureParentElement; - - // When `parentBoundTranscludeFn` is passed, it is a - // `controllersBoundTransclude` function (it was previously passed - // as `transclude` to directive.link) so we must unwrap it to get - // its `boundTranscludeFn` - if (parentBoundTranscludeFn && parentBoundTranscludeFn.$$boundTransclude) { - parentBoundTranscludeFn = parentBoundTranscludeFn.$$boundTransclude; - } + for (var i = 0; i < nodeList.length; i++) { + attrs = new Attributes(); - if (!namespace) { - namespace = detectNamespaceForChildElements(futureParentElement); - } - var $linkNode; - if (namespace !== 'html') { - // When using a directive with replace:true and templateUrl the $compileNodes - // (or a child element inside of them) - // might change, so we need to recreate the namespace adapted compileNodes - // for call to the link function. - // Note: This will already clone the nodes... - $linkNode = jqLite(wrapTemplate(namespace, jqLite('
    ').append($compileNodes).html())); - } else if (cloneConnectFn) { - // important!!: we must call our jqLite.clone() since the jQuery one is trying to be smart - // and sometimes changes the structure of the DOM. - $linkNode = JQLitePrototype.clone.call($compileNodes); - } else { - $linkNode = $compileNodes; - } + // Support: IE 11 only + // Workaround for #11781 and #14924 + if (msie === 11) { + mergeConsecutiveTextNodes(nodeList, i, notLiveList); + } - if (transcludeControllers) { - for (var controllerName in transcludeControllers) { - $linkNode.data('$' + controllerName + 'Controller', transcludeControllers[controllerName].instance); - } - } + // We must always refer to `nodeList[i]` hereafter, + // since the nodes can be replaced underneath us. + directives = collectDirectives(nodeList[i], [], attrs, i === 0 ? maxPriority : undefined, + ignoreDirective); - compile.$$addScopeInfo($linkNode, scope); + nodeLinkFn = (directives.length) + ? applyDirectivesToNode(directives, nodeList[i], attrs, transcludeFn, $rootElement, + null, [], [], previousCompileContext) + : null; - if (cloneConnectFn) cloneConnectFn($linkNode, scope); - if (compositeLinkFn) compositeLinkFn(scope, $linkNode, $linkNode, parentBoundTranscludeFn); + if (nodeLinkFn && nodeLinkFn.scope) { + compile.$$addScopeClass(attrs.$$element); + } - if (!cloneConnectFn) { - $compileNodes = compositeLinkFn = null; - } - return $linkNode; - }; - } + childLinkFn = (nodeLinkFn && nodeLinkFn.terminal || + !(childNodes = nodeList[i].childNodes) || + !childNodes.length) + ? null + : compileNodes(childNodes, + nodeLinkFn ? ( + (nodeLinkFn.transcludeOnThisElement || !nodeLinkFn.templateOnThisElement) + && nodeLinkFn.transclude) : transcludeFn); - function detectNamespaceForChildElements(parentElement) { - // TODO: Make this detect MathML as well... - var node = parentElement && parentElement[0]; - if (!node) { - return 'html'; - } else { - return nodeName_(node) !== 'foreignobject' && toString.call(node).match(/SVG/) ? 'svg' : 'html'; + if (nodeLinkFn || childLinkFn) { + linkFns.push(i, nodeLinkFn, childLinkFn); + linkFnFound = true; + nodeLinkFnFound = nodeLinkFnFound || nodeLinkFn; } - } - /** - * Compile function matches each node in nodeList against the directives. Once all directives - * for a particular node are collected their compile functions are executed. The compile - * functions return values - the linking functions - are combined into a composite linking - * function, which is the a linking function for the node. - * - * @param {NodeList} nodeList an array of nodes or NodeList to compile - * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the - * scope argument is auto-generated to the new child of the transcluded parent scope. - * @param {DOMElement=} $rootElement If the nodeList is the root of the compilation tree then - * the rootElement must be set the jqLite collection of the compile root. This is - * needed so that the jqLite collection items can be replaced with widgets. - * @param {number=} maxPriority Max directive priority. - * @returns {Function} A composite linking function of all of the matched directives or null. - */ - function compileNodes(nodeList, transcludeFn, $rootElement, maxPriority, ignoreDirective, previousCompileContext) { - var linkFns = [], - - // `nodeList` can be either an element's `.childNodes` (live NodeList) - // or a jqLite/jQuery collection or an array - notLiveList = isArray(nodeList) || nodeList instanceof jqLite, - attrs, - directives, - nodeLinkFn, - childNodes, - childLinkFn, - linkFnFound, - nodeLinkFnFound; - - for (var i = 0; i < nodeList.length; i++) { - attrs = new Attributes(); - - // Support: IE 11 only - // Workaround for #11781 and #14924 - if (msie === 11) { - mergeConsecutiveTextNodes(nodeList, i, notLiveList); - } + //use the previous context only for the first element in the virtual group + previousCompileContext = null; + } - // We must always refer to `nodeList[i]` hereafter, - // since the nodes can be replaced underneath us. - directives = collectDirectives(nodeList[i], [], attrs, i === 0 ? maxPriority : undefined, ignoreDirective); + // return a linking function if we have found anything, null otherwise + return linkFnFound ? compositeLinkFn : null; - nodeLinkFn = directives.length ? applyDirectivesToNode(directives, nodeList[i], attrs, transcludeFn, $rootElement, null, [], [], previousCompileContext) : null; + function compositeLinkFn(scope, nodeList, $rootElement, parentBoundTranscludeFn) { + var nodeLinkFn, childLinkFn, node, childScope, i, ii, idx, childBoundTranscludeFn; + var stableNodeList; - if (nodeLinkFn && nodeLinkFn.scope) { - compile.$$addScopeClass(attrs.$$element); - } - childLinkFn = nodeLinkFn && nodeLinkFn.terminal || !(childNodes = nodeList[i].childNodes) || !childNodes.length ? null : compileNodes(childNodes, nodeLinkFn ? (nodeLinkFn.transcludeOnThisElement || !nodeLinkFn.templateOnThisElement) && nodeLinkFn.transclude : transcludeFn); + if (nodeLinkFnFound) { + // copy nodeList so that if a nodeLinkFn removes or adds an element at this DOM level our + // offsets don't get screwed up + var nodeListLength = nodeList.length; + stableNodeList = new Array(nodeListLength); - if (nodeLinkFn || childLinkFn) { - linkFns.push(i, nodeLinkFn, childLinkFn); - linkFnFound = true; - nodeLinkFnFound = nodeLinkFnFound || nodeLinkFn; + // create a sparse array by only copying the elements which have a linkFn + for (i = 0; i < linkFns.length; i += 3) { + idx = linkFns[i]; + stableNodeList[idx] = nodeList[idx]; } - - //use the previous context only for the first element in the virtual group - previousCompileContext = null; + } else { + stableNodeList = nodeList; } - // return a linking function if we have found anything, null otherwise - return linkFnFound ? compositeLinkFn : null; - - function compositeLinkFn(scope, nodeList, $rootElement, parentBoundTranscludeFn) { - var nodeLinkFn, childLinkFn, node, childScope, i, ii, idx, childBoundTranscludeFn; - var stableNodeList; + for (i = 0, ii = linkFns.length; i < ii;) { + node = stableNodeList[linkFns[i++]]; + nodeLinkFn = linkFns[i++]; + childLinkFn = linkFns[i++]; - if (nodeLinkFnFound) { - // copy nodeList so that if a nodeLinkFn removes or adds an element at this DOM level our - // offsets don't get screwed up - var nodeListLength = nodeList.length; - stableNodeList = new Array(nodeListLength); - - // create a sparse array by only copying the elements which have a linkFn - for (i = 0; i < linkFns.length; i += 3) { - idx = linkFns[i]; - stableNodeList[idx] = nodeList[idx]; + if (nodeLinkFn) { + if (nodeLinkFn.scope) { + childScope = scope.$new(); + compile.$$addScopeInfo(jqLite(node), childScope); + } else { + childScope = scope; } - } else { - stableNodeList = nodeList; - } - for (i = 0, ii = linkFns.length; i < ii;) { - node = stableNodeList[linkFns[i++]]; - nodeLinkFn = linkFns[i++]; - childLinkFn = linkFns[i++]; + if (nodeLinkFn.transcludeOnThisElement) { + childBoundTranscludeFn = createBoundTranscludeFn( + scope, nodeLinkFn.transclude, parentBoundTranscludeFn); - if (nodeLinkFn) { - if (nodeLinkFn.scope) { - childScope = scope.$new(); - compile.$$addScopeInfo(jqLite(node), childScope); - } else { - childScope = scope; - } + } else if (!nodeLinkFn.templateOnThisElement && parentBoundTranscludeFn) { + childBoundTranscludeFn = parentBoundTranscludeFn; - if (nodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, nodeLinkFn.transclude, parentBoundTranscludeFn); - } else if (!nodeLinkFn.templateOnThisElement && parentBoundTranscludeFn) { - childBoundTranscludeFn = parentBoundTranscludeFn; - } else if (!parentBoundTranscludeFn && transcludeFn) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, transcludeFn); - } else { - childBoundTranscludeFn = null; - } + } else if (!parentBoundTranscludeFn && transcludeFn) { + childBoundTranscludeFn = createBoundTranscludeFn(scope, transcludeFn); - nodeLinkFn(childLinkFn, childScope, node, $rootElement, childBoundTranscludeFn); - } else if (childLinkFn) { - childLinkFn(scope, node.childNodes, undefined, parentBoundTranscludeFn); + } else { + childBoundTranscludeFn = null; } + + nodeLinkFn(childLinkFn, childScope, node, $rootElement, childBoundTranscludeFn); + + } else if (childLinkFn) { + childLinkFn(scope, node.childNodes, undefined, parentBoundTranscludeFn); } } } + } - function mergeConsecutiveTextNodes(nodeList, idx, notLiveList) { - var node = nodeList[idx]; - var parent = node.parentNode; - var sibling; + function mergeConsecutiveTextNodes(nodeList, idx, notLiveList) { + var node = nodeList[idx]; + var parent = node.parentNode; + var sibling; - if (node.nodeType !== NODE_TYPE_TEXT) { - return; - } + if (node.nodeType !== NODE_TYPE_TEXT) { + return; + } - while (true) { - sibling = parent ? node.nextSibling : nodeList[idx + 1]; - if (!sibling || sibling.nodeType !== NODE_TYPE_TEXT) { - break; - } + while (true) { + sibling = parent ? node.nextSibling : nodeList[idx + 1]; + if (!sibling || sibling.nodeType !== NODE_TYPE_TEXT) { + break; + } - node.nodeValue = node.nodeValue + sibling.nodeValue; + node.nodeValue = node.nodeValue + sibling.nodeValue; - if (sibling.parentNode) { - sibling.parentNode.removeChild(sibling); - } - if (notLiveList && sibling === nodeList[idx + 1]) { - nodeList.splice(idx + 1, 1); - } + if (sibling.parentNode) { + sibling.parentNode.removeChild(sibling); + } + if (notLiveList && sibling === nodeList[idx + 1]) { + nodeList.splice(idx + 1, 1); } } + } - function createBoundTranscludeFn(scope, transcludeFn, previousBoundTranscludeFn) { - function boundTranscludeFn(transcludedScope, cloneFn, controllers, futureParentElement, containingScope) { - - if (!transcludedScope) { - transcludedScope = scope.$new(false, containingScope); - transcludedScope.$$transcluded = true; - } + function createBoundTranscludeFn(scope, transcludeFn, previousBoundTranscludeFn) { + function boundTranscludeFn(transcludedScope, cloneFn, controllers, futureParentElement, containingScope) { - return transcludeFn(transcludedScope, cloneFn, { - parentBoundTranscludeFn: previousBoundTranscludeFn, - transcludeControllers: controllers, - futureParentElement: futureParentElement - }); + if (!transcludedScope) { + transcludedScope = scope.$new(false, containingScope); + transcludedScope.$$transcluded = true; } - // We need to attach the transclusion slots onto the `boundTranscludeFn` - // so that they are available inside the `controllersBoundTransclude` function - var boundSlots = boundTranscludeFn.$$slots = createMap(); - for (var slotName in transcludeFn.$$slots) { - if (transcludeFn.$$slots[slotName]) { - boundSlots[slotName] = createBoundTranscludeFn(scope, transcludeFn.$$slots[slotName], previousBoundTranscludeFn); - } else { - boundSlots[slotName] = null; - } - } + return transcludeFn(transcludedScope, cloneFn, { + parentBoundTranscludeFn: previousBoundTranscludeFn, + transcludeControllers: controllers, + futureParentElement: futureParentElement + }); + } - return boundTranscludeFn; + // We need to attach the transclusion slots onto the `boundTranscludeFn` + // so that they are available inside the `controllersBoundTransclude` function + var boundSlots = boundTranscludeFn.$$slots = createMap(); + for (var slotName in transcludeFn.$$slots) { + if (transcludeFn.$$slots[slotName]) { + boundSlots[slotName] = createBoundTranscludeFn(scope, transcludeFn.$$slots[slotName], previousBoundTranscludeFn); + } else { + boundSlots[slotName] = null; + } } - /** - * Looks for directives on the given node and adds them to the directive collection which is - * sorted. - * - * @param node Node to search. - * @param directives An array to which the directives are added to. This array is sorted before - * the function returns. - * @param attrs The shared attrs object which is used to populate the normalized attributes. - * @param {number=} maxPriority Max directive priority. - */ - function collectDirectives(node, directives, attrs, maxPriority, ignoreDirective) { - var nodeType = node.nodeType, - attrsMap = attrs.$attr, - match, - nodeName, - className; - - switch (nodeType) { - case NODE_TYPE_ELEMENT: - /* Element */ - - nodeName = nodeName_(node); - - // use the node name: - addDirective(directives, directiveNormalize(nodeName), 'E', maxPriority, ignoreDirective); - - // iterate over the attributes - for (var attr, name, nName, ngAttrName, value, isNgAttr, nAttrs = node.attributes, j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) { - var attrStartName = false; - var attrEndName = false; - - attr = nAttrs[j]; - name = attr.name; - value = attr.value; - - // support ngAttr attribute binding - ngAttrName = directiveNormalize(name); - isNgAttr = NG_ATTR_BINDING.test(ngAttrName); - if (isNgAttr) { - name = name.replace(PREFIX_REGEXP, '').substr(8).replace(/_(.)/g, function (match, letter) { + return boundTranscludeFn; + } + + /** + * Looks for directives on the given node and adds them to the directive collection which is + * sorted. + * + * @param node Node to search. + * @param directives An array to which the directives are added to. This array is sorted before + * the function returns. + * @param attrs The shared attrs object which is used to populate the normalized attributes. + * @param {number=} maxPriority Max directive priority. + */ + function collectDirectives(node, directives, attrs, maxPriority, ignoreDirective) { + var nodeType = node.nodeType, + attrsMap = attrs.$attr, + match, + nodeName, + className; + + switch (nodeType) { + case NODE_TYPE_ELEMENT: /* Element */ + + nodeName = nodeName_(node); + + // use the node name: + addDirective(directives, + directiveNormalize(nodeName), 'E', maxPriority, ignoreDirective); + + // iterate over the attributes + for (var attr, name, nName, ngAttrName, value, isNgAttr, nAttrs = node.attributes, + j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) { + var attrStartName = false; + var attrEndName = false; + + attr = nAttrs[j]; + name = attr.name; + value = attr.value; + + // support ngAttr attribute binding + ngAttrName = directiveNormalize(name); + isNgAttr = NG_ATTR_BINDING.test(ngAttrName); + if (isNgAttr) { + name = name.replace(PREFIX_REGEXP, '') + .substr(8).replace(/_(.)/g, function(match, letter) { return letter.toUpperCase(); }); - } + } - var multiElementMatch = ngAttrName.match(MULTI_ELEMENT_DIR_RE); - if (multiElementMatch && directiveIsMultiElement(multiElementMatch[1])) { - attrStartName = name; - attrEndName = name.substr(0, name.length - 5) + 'end'; - name = name.substr(0, name.length - 6); - } + var multiElementMatch = ngAttrName.match(MULTI_ELEMENT_DIR_RE); + if (multiElementMatch && directiveIsMultiElement(multiElementMatch[1])) { + attrStartName = name; + attrEndName = name.substr(0, name.length - 5) + 'end'; + name = name.substr(0, name.length - 6); + } - nName = directiveNormalize(name.toLowerCase()); - attrsMap[nName] = name; - if (isNgAttr || !attrs.hasOwnProperty(nName)) { + nName = directiveNormalize(name.toLowerCase()); + attrsMap[nName] = name; + if (isNgAttr || !attrs.hasOwnProperty(nName)) { attrs[nName] = value; if (getBooleanAttrName(node, nName)) { attrs[nName] = true; // presence means true } - } - addAttrInterpolateDirective(node, directives, value, nName, isNgAttr); - addDirective(directives, nName, 'A', maxPriority, ignoreDirective, attrStartName, attrEndName); } + addAttrInterpolateDirective(node, directives, value, nName, isNgAttr); + addDirective(directives, nName, 'A', maxPriority, ignoreDirective, attrStartName, + attrEndName); + } - if (nodeName === 'input' && node.getAttribute('type') === 'hidden') { - // Hidden input elements can have strange behaviour when navigating back to the page - // This tells the browser not to try to cache and reinstate previous values - node.setAttribute('autocomplete', 'off'); - } + if (nodeName === 'input' && node.getAttribute('type') === 'hidden') { + // Hidden input elements can have strange behaviour when navigating back to the page + // This tells the browser not to try to cache and reinstate previous values + node.setAttribute('autocomplete', 'off'); + } - // use class as directive - if (!cssClassDirectivesEnabled) break; - className = node.className; - if (isObject(className)) { + // use class as directive + if (!cssClassDirectivesEnabled) break; + className = node.className; + if (isObject(className)) { // Maybe SVGAnimatedString className = className.animVal; - } - if (isString(className) && className !== '') { - while (match = CLASS_DIRECTIVE_REGEXP.exec(className)) { - nName = directiveNormalize(match[2]); - if (addDirective(directives, nName, 'C', maxPriority, ignoreDirective)) { - attrs[nName] = trim(match[3]); - } - className = className.substr(match.index + match[0].length); + } + if (isString(className) && className !== '') { + while ((match = CLASS_DIRECTIVE_REGEXP.exec(className))) { + nName = directiveNormalize(match[2]); + if (addDirective(directives, nName, 'C', maxPriority, ignoreDirective)) { + attrs[nName] = trim(match[3]); } + className = className.substr(match.index + match[0].length); } - break; - case NODE_TYPE_TEXT: - /* Text Node */ - addTextInterpolateDirective(directives, node.nodeValue); - break; - case NODE_TYPE_COMMENT: - /* Comment */ - if (!commentDirectivesEnabled) break; - collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective); - break; - } - - directives.sort(byPriority); - return directives; + } + break; + case NODE_TYPE_TEXT: /* Text Node */ + addTextInterpolateDirective(directives, node.nodeValue); + break; + case NODE_TYPE_COMMENT: /* Comment */ + if (!commentDirectivesEnabled) break; + collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective); + break; } - function collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective) { - // function created because of performance, try/catch disables - // the optimization of the whole function #14848 - try { - var match = COMMENT_DIRECTIVE_REGEXP.exec(node.nodeValue); - if (match) { - var nName = directiveNormalize(match[1]); - if (addDirective(directives, nName, 'M', maxPriority, ignoreDirective)) { - attrs[nName] = trim(match[2]); - } + directives.sort(byPriority); + return directives; + } + + function collectCommentDirectives(node, directives, attrs, maxPriority, ignoreDirective) { + // function created because of performance, try/catch disables + // the optimization of the whole function #14848 + try { + var match = COMMENT_DIRECTIVE_REGEXP.exec(node.nodeValue); + if (match) { + var nName = directiveNormalize(match[1]); + if (addDirective(directives, nName, 'M', maxPriority, ignoreDirective)) { + attrs[nName] = trim(match[2]); } - } catch (e) { - // turns out that under some circumstances IE9 throws errors when one attempts to read - // comment's node value. - // Just ignore it and continue. (Can't seem to reproduce in test case.) } + } catch (e) { + // turns out that under some circumstances IE9 throws errors when one attempts to read + // comment's node value. + // Just ignore it and continue. (Can't seem to reproduce in test case.) } + } - /** - * Given a node with a directive-start it collects all of the siblings until it finds - * directive-end. - * @param node - * @param attrStart - * @param attrEnd - * @returns {*} - */ - function groupScan(node, attrStart, attrEnd) { - var nodes = []; - var depth = 0; - if (attrStart && node.hasAttribute && node.hasAttribute(attrStart)) { - do { - if (!node) { - throw $compileMinErr('uterdir', 'Unterminated attribute, found \'{0}\' but no matching \'{1}\' found.', attrStart, attrEnd); - } - if (node.nodeType === NODE_TYPE_ELEMENT) { - if (node.hasAttribute(attrStart)) depth++; - if (node.hasAttribute(attrEnd)) depth--; - } - nodes.push(node); - node = node.nextSibling; - } while (depth > 0); - } else { + /** + * Given a node with a directive-start it collects all of the siblings until it finds + * directive-end. + * @param node + * @param attrStart + * @param attrEnd + * @returns {*} + */ + function groupScan(node, attrStart, attrEnd) { + var nodes = []; + var depth = 0; + if (attrStart && node.hasAttribute && node.hasAttribute(attrStart)) { + do { + if (!node) { + throw $compileMinErr('uterdir', + 'Unterminated attribute, found \'{0}\' but no matching \'{1}\' found.', + attrStart, attrEnd); + } + if (node.nodeType === NODE_TYPE_ELEMENT) { + if (node.hasAttribute(attrStart)) depth++; + if (node.hasAttribute(attrEnd)) depth--; + } nodes.push(node); - } - - return jqLite(nodes); + node = node.nextSibling; + } while (depth > 0); + } else { + nodes.push(node); } - /** - * Wrapper for linking function which converts normal linking function into a grouped - * linking function. - * @param linkFn - * @param attrStart - * @param attrEnd - * @returns {Function} - */ - function groupElementsLinkFnWrapper(linkFn, attrStart, attrEnd) { - return function groupedElementsLink(scope, element, attrs, controllers, transcludeFn) { - element = groupScan(element[0], attrStart, attrEnd); - return linkFn(scope, element, attrs, controllers, transcludeFn); - }; - } + return jqLite(nodes); + } - /** - * A function generator that is used to support both eager and lazy compilation - * linking function. - * @param eager - * @param $compileNodes - * @param transcludeFn - * @param maxPriority - * @param ignoreDirective - * @param previousCompileContext - * @returns {Function} - */ - function compilationGenerator(eager, $compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { - var compiled; + /** + * Wrapper for linking function which converts normal linking function into a grouped + * linking function. + * @param linkFn + * @param attrStart + * @param attrEnd + * @returns {Function} + */ + function groupElementsLinkFnWrapper(linkFn, attrStart, attrEnd) { + return function groupedElementsLink(scope, element, attrs, controllers, transcludeFn) { + element = groupScan(element[0], attrStart, attrEnd); + return linkFn(scope, element, attrs, controllers, transcludeFn); + }; + } - if (eager) { - return compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); - } - return (/** @this */function lazyCompilation() { - if (!compiled) { - compiled = compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); + /** + * A function generator that is used to support both eager and lazy compilation + * linking function. + * @param eager + * @param $compileNodes + * @param transcludeFn + * @param maxPriority + * @param ignoreDirective + * @param previousCompileContext + * @returns {Function} + */ + function compilationGenerator(eager, $compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { + var compiled; - // Null out all of these references in order to make them eligible for garbage collection - // since this is a potentially long lived closure - $compileNodes = transcludeFn = previousCompileContext = null; - } - return compiled.apply(this, arguments); - } - ); + if (eager) { + return compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); } + return /** @this */ function lazyCompilation() { + if (!compiled) { + compiled = compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext); - /** - * Once the directives have been collected, their compile functions are executed. This method - * is responsible for inlining directive templates as well as terminating the application - * of the directives if the terminal directive has been reached. - * - * @param {Array} directives Array of collected directives to execute their compile function. - * this needs to be pre-sorted by priority order. - * @param {Node} compileNode The raw DOM node to apply the compile functions to - * @param {Object} templateAttrs The shared attribute function - * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the - * scope argument is auto-generated to the new - * child of the transcluded parent scope. - * @param {JQLite} jqCollection If we are working on the root of the compile tree then this - * argument has the root jqLite array so that we can replace nodes - * on it. - * @param {Object=} originalReplaceDirective An optional directive that will be ignored when - * compiling the transclusion. - * @param {Array.} preLinkFns - * @param {Array.} postLinkFns - * @param {Object} previousCompileContext Context used for previous compilation of the current - * node - * @returns {Function} linkFn - */ - function applyDirectivesToNode(directives, compileNode, templateAttrs, transcludeFn, jqCollection, originalReplaceDirective, preLinkFns, postLinkFns, previousCompileContext) { - previousCompileContext = previousCompileContext || {}; - - var terminalPriority = -Number.MAX_VALUE, - newScopeDirective = previousCompileContext.newScopeDirective, - controllerDirectives = previousCompileContext.controllerDirectives, - newIsolateScopeDirective = previousCompileContext.newIsolateScopeDirective, - templateDirective = previousCompileContext.templateDirective, - nonTlbTranscludeDirective = previousCompileContext.nonTlbTranscludeDirective, - hasTranscludeDirective = false, - hasTemplate = false, - hasElementTranscludeDirective = previousCompileContext.hasElementTranscludeDirective, - $compileNode = templateAttrs.$$element = jqLite(compileNode), - directive, - directiveName, - $template, - replaceDirective = originalReplaceDirective, - childTranscludeFn = transcludeFn, - linkFn, - didScanForMultipleTransclusion = false, - mightHaveMultipleTransclusionError = false, - directiveValue; - - // executes all directives on the current element - for (var i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - var attrStart = directive.$$start; - var attrEnd = directive.$$end; - - // collect multiblock sections - if (attrStart) { - $compileNode = groupScan(compileNode, attrStart, attrEnd); - } - $template = undefined; + // Null out all of these references in order to make them eligible for garbage collection + // since this is a potentially long lived closure + $compileNodes = transcludeFn = previousCompileContext = null; + } + return compiled.apply(this, arguments); + }; + } - if (terminalPriority > directive.priority) { - break; // prevent further processing of directives + /** + * Once the directives have been collected, their compile functions are executed. This method + * is responsible for inlining directive templates as well as terminating the application + * of the directives if the terminal directive has been reached. + * + * @param {Array} directives Array of collected directives to execute their compile function. + * this needs to be pre-sorted by priority order. + * @param {Node} compileNode The raw DOM node to apply the compile functions to + * @param {Object} templateAttrs The shared attribute function + * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the + * scope argument is auto-generated to the new + * child of the transcluded parent scope. + * @param {JQLite} jqCollection If we are working on the root of the compile tree then this + * argument has the root jqLite array so that we can replace nodes + * on it. + * @param {Object=} originalReplaceDirective An optional directive that will be ignored when + * compiling the transclusion. + * @param {Array.} preLinkFns + * @param {Array.} postLinkFns + * @param {Object} previousCompileContext Context used for previous compilation of the current + * node + * @returns {Function} linkFn + */ + function applyDirectivesToNode(directives, compileNode, templateAttrs, transcludeFn, + jqCollection, originalReplaceDirective, preLinkFns, postLinkFns, + previousCompileContext) { + previousCompileContext = previousCompileContext || {}; + + var terminalPriority = -Number.MAX_VALUE, + newScopeDirective = previousCompileContext.newScopeDirective, + controllerDirectives = previousCompileContext.controllerDirectives, + newIsolateScopeDirective = previousCompileContext.newIsolateScopeDirective, + templateDirective = previousCompileContext.templateDirective, + nonTlbTranscludeDirective = previousCompileContext.nonTlbTranscludeDirective, + hasTranscludeDirective = false, + hasTemplate = false, + hasElementTranscludeDirective = previousCompileContext.hasElementTranscludeDirective, + $compileNode = templateAttrs.$$element = jqLite(compileNode), + directive, + directiveName, + $template, + replaceDirective = originalReplaceDirective, + childTranscludeFn = transcludeFn, + linkFn, + didScanForMultipleTransclusion = false, + mightHaveMultipleTransclusionError = false, + directiveValue; + + // executes all directives on the current element + for (var i = 0, ii = directives.length; i < ii; i++) { + directive = directives[i]; + var attrStart = directive.$$start; + var attrEnd = directive.$$end; + + // collect multiblock sections + if (attrStart) { + $compileNode = groupScan(compileNode, attrStart, attrEnd); + } + $template = undefined; + + if (terminalPriority > directive.priority) { + break; // prevent further processing of directives + } + + directiveValue = directive.scope; + + if (directiveValue) { + + // skip the check for directives with async templates, we'll check the derived sync + // directive when the template arrives + if (!directive.templateUrl) { + if (isObject(directiveValue)) { + // This directive is trying to add an isolated scope. + // Check that there is no scope of any kind already + assertNoDuplicate('new/isolated scope', newIsolateScopeDirective || newScopeDirective, + directive, $compileNode); + newIsolateScopeDirective = directive; + } else { + // This directive is trying to add a child scope. + // Check that there is no isolated scope already + assertNoDuplicate('new/isolated scope', newIsolateScopeDirective, directive, + $compileNode); + } } - directiveValue = directive.scope; + newScopeDirective = newScopeDirective || directive; + } - if (directiveValue) { + directiveName = directive.name; - // skip the check for directives with async templates, we'll check the derived sync - // directive when the template arrives - if (!directive.templateUrl) { - if (isObject(directiveValue)) { - // This directive is trying to add an isolated scope. - // Check that there is no scope of any kind already - assertNoDuplicate('new/isolated scope', newIsolateScopeDirective || newScopeDirective, directive, $compileNode); - newIsolateScopeDirective = directive; - } else { - // This directive is trying to add a child scope. - // Check that there is no isolated scope already - assertNoDuplicate('new/isolated scope', newIsolateScopeDirective, directive, $compileNode); - } - } + // If we encounter a condition that can result in transclusion on the directive, + // then scan ahead in the remaining directives for others that may cause a multiple + // transclusion error to be thrown during the compilation process. If a matching directive + // is found, then we know that when we encounter a transcluded directive, we need to eagerly + // compile the `transclude` function rather than doing it lazily in order to throw + // exceptions at the correct time + if (!didScanForMultipleTransclusion && ((directive.replace && (directive.templateUrl || directive.template)) + || (directive.transclude && !directive.$$tlb))) { + var candidateDirective; - newScopeDirective = newScopeDirective || directive; - } + for (var scanningIndex = i + 1; (candidateDirective = directives[scanningIndex++]);) { + if ((candidateDirective.transclude && !candidateDirective.$$tlb) + || (candidateDirective.replace && (candidateDirective.templateUrl || candidateDirective.template))) { + mightHaveMultipleTransclusionError = true; + break; + } + } - directiveName = directive.name; + didScanForMultipleTransclusion = true; + } - // If we encounter a condition that can result in transclusion on the directive, - // then scan ahead in the remaining directives for others that may cause a multiple - // transclusion error to be thrown during the compilation process. If a matching directive - // is found, then we know that when we encounter a transcluded directive, we need to eagerly - // compile the `transclude` function rather than doing it lazily in order to throw - // exceptions at the correct time - if (!didScanForMultipleTransclusion && (directive.replace && (directive.templateUrl || directive.template) || directive.transclude && !directive.$$tlb)) { - var candidateDirective; + if (!directive.templateUrl && directive.controller) { + controllerDirectives = controllerDirectives || createMap(); + assertNoDuplicate('\'' + directiveName + '\' controller', + controllerDirectives[directiveName], directive, $compileNode); + controllerDirectives[directiveName] = directive; + } - for (var scanningIndex = i + 1; candidateDirective = directives[scanningIndex++];) { - if (candidateDirective.transclude && !candidateDirective.$$tlb || candidateDirective.replace && (candidateDirective.templateUrl || candidateDirective.template)) { - mightHaveMultipleTransclusionError = true; - break; - } - } + directiveValue = directive.transclude; - didScanForMultipleTransclusion = true; - } + if (directiveValue) { + hasTranscludeDirective = true; - if (!directive.templateUrl && directive.controller) { - controllerDirectives = controllerDirectives || createMap(); - assertNoDuplicate('\'' + directiveName + '\' controller', controllerDirectives[directiveName], directive, $compileNode); - controllerDirectives[directiveName] = directive; + // Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion. + // This option should only be used by directives that know how to safely handle element transclusion, + // where the transcluded nodes are added or replaced after linking. + if (!directive.$$tlb) { + assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode); + nonTlbTranscludeDirective = directive; } - directiveValue = directive.transclude; - - if (directiveValue) { - hasTranscludeDirective = true; + if (directiveValue === 'element') { + hasElementTranscludeDirective = true; + terminalPriority = directive.priority; + $template = $compileNode; + $compileNode = templateAttrs.$$element = + jqLite(compile.$$createComment(directiveName, templateAttrs[directiveName])); + compileNode = $compileNode[0]; + replaceWith(jqCollection, sliceArgs($template), compileNode); + + // Support: Chrome < 50 + // https://github.com/angular/angular.js/issues/14041 + + // In the versions of V8 prior to Chrome 50, the document fragment that is created + // in the `replaceWith` function is improperly garbage collected despite still + // being referenced by the `parentNode` property of all of the child nodes. By adding + // a reference to the fragment via a different property, we can avoid that incorrect + // behavior. + // TODO: remove this line after Chrome 50 has been released + $template[0].$$parentNode = $template[0].parentNode; + + childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, terminalPriority, + replaceDirective && replaceDirective.name, { + // Don't pass in: + // - controllerDirectives - otherwise we'll create duplicates controllers + // - newIsolateScopeDirective or templateDirective - combining templates with + // element transclusion doesn't make sense. + // + // We need only nonTlbTranscludeDirective so that we prevent putting transclusion + // on the same element more than once. + nonTlbTranscludeDirective: nonTlbTranscludeDirective + }); + } else { - // Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion. - // This option should only be used by directives that know how to safely handle element transclusion, - // where the transcluded nodes are added or replaced after linking. - if (!directive.$$tlb) { - assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode); - nonTlbTranscludeDirective = directive; - } + var slots = createMap(); - if (directiveValue === 'element') { - hasElementTranscludeDirective = true; - terminalPriority = directive.priority; - $template = $compileNode; - $compileNode = templateAttrs.$$element = jqLite(compile.$$createComment(directiveName, templateAttrs[directiveName])); - compileNode = $compileNode[0]; - replaceWith(jqCollection, sliceArgs($template), compileNode); - - // Support: Chrome < 50 - // https://github.com/angular/angular.js/issues/14041 - - // In the versions of V8 prior to Chrome 50, the document fragment that is created - // in the `replaceWith` function is improperly garbage collected despite still - // being referenced by the `parentNode` property of all of the child nodes. By adding - // a reference to the fragment via a different property, we can avoid that incorrect - // behavior. - // TODO: remove this line after Chrome 50 has been released - $template[0].$$parentNode = $template[0].parentNode; - - childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, terminalPriority, replaceDirective && replaceDirective.name, { - // Don't pass in: - // - controllerDirectives - otherwise we'll create duplicates controllers - // - newIsolateScopeDirective or templateDirective - combining templates with - // element transclusion doesn't make sense. - // - // We need only nonTlbTranscludeDirective so that we prevent putting transclusion - // on the same element more than once. - nonTlbTranscludeDirective: nonTlbTranscludeDirective - }); + if (!isObject(directiveValue)) { + $template = jqLite(jqLiteClone(compileNode)).contents(); } else { - var slots = createMap(); - - if (!isObject(directiveValue)) { - $template = jqLite(jqLiteClone(compileNode)).contents(); - } else { - - // We have transclusion slots, - // collect them up, compile them and store their transclusion functions - $template = []; + // We have transclusion slots, + // collect them up, compile them and store their transclusion functions + $template = []; - var slotMap = createMap(); - var filledSlots = createMap(); + var slotMap = createMap(); + var filledSlots = createMap(); - // Parse the element selectors - forEach(directiveValue, function (elementSelector, slotName) { - // If an element selector starts with a ? then it is optional - var optional = elementSelector.charAt(0) === '?'; - elementSelector = optional ? elementSelector.substring(1) : elementSelector; + // Parse the element selectors + forEach(directiveValue, function(elementSelector, slotName) { + // If an element selector starts with a ? then it is optional + var optional = (elementSelector.charAt(0) === '?'); + elementSelector = optional ? elementSelector.substring(1) : elementSelector; - slotMap[elementSelector] = slotName; + slotMap[elementSelector] = slotName; - // We explicitly assign `null` since this implies that a slot was defined but not filled. - // Later when calling boundTransclusion functions with a slot name we only error if the - // slot is `undefined` - slots[slotName] = null; + // We explicitly assign `null` since this implies that a slot was defined but not filled. + // Later when calling boundTransclusion functions with a slot name we only error if the + // slot is `undefined` + slots[slotName] = null; - // filledSlots contains `true` for all slots that are either optional or have been - // filled. This is used to check that we have not missed any required slots - filledSlots[slotName] = optional; - }); + // filledSlots contains `true` for all slots that are either optional or have been + // filled. This is used to check that we have not missed any required slots + filledSlots[slotName] = optional; + }); - // Add the matching elements into their slot - forEach($compileNode.contents(), function (node) { - var slotName = slotMap[directiveNormalize(nodeName_(node))]; - if (slotName) { - filledSlots[slotName] = true; - slots[slotName] = slots[slotName] || []; - slots[slotName].push(node); - } else { - $template.push(node); - } - }); + // Add the matching elements into their slot + forEach($compileNode.contents(), function(node) { + var slotName = slotMap[directiveNormalize(nodeName_(node))]; + if (slotName) { + filledSlots[slotName] = true; + slots[slotName] = slots[slotName] || []; + slots[slotName].push(node); + } else { + $template.push(node); + } + }); - // Check for required slots that were not filled - forEach(filledSlots, function (filled, slotName) { - if (!filled) { - throw $compileMinErr('reqslot', 'Required transclusion slot `{0}` was not filled.', slotName); - } - }); + // Check for required slots that were not filled + forEach(filledSlots, function(filled, slotName) { + if (!filled) { + throw $compileMinErr('reqslot', 'Required transclusion slot `{0}` was not filled.', slotName); + } + }); - for (var slotName in slots) { - if (slots[slotName]) { - // Only define a transclusion function if the slot was filled - slots[slotName] = compilationGenerator(mightHaveMultipleTransclusionError, slots[slotName], transcludeFn); - } + for (var slotName in slots) { + if (slots[slotName]) { + // Only define a transclusion function if the slot was filled + slots[slotName] = compilationGenerator(mightHaveMultipleTransclusionError, slots[slotName], transcludeFn); } } - - $compileNode.empty(); // clear contents - childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, undefined, undefined, { needsNewScope: directive.$$isolateScope || directive.$$newScope }); - childTranscludeFn.$$slots = slots; } - } - if (directive.template) { - hasTemplate = true; - assertNoDuplicate('template', templateDirective, directive, $compileNode); - templateDirective = directive; + $compileNode.empty(); // clear contents + childTranscludeFn = compilationGenerator(mightHaveMultipleTransclusionError, $template, transcludeFn, undefined, + undefined, { needsNewScope: directive.$$isolateScope || directive.$$newScope}); + childTranscludeFn.$$slots = slots; + } + } - directiveValue = isFunction(directive.template) ? directive.template($compileNode, templateAttrs) : directive.template; + if (directive.template) { + hasTemplate = true; + assertNoDuplicate('template', templateDirective, directive, $compileNode); + templateDirective = directive; - directiveValue = denormalizeTemplate(directiveValue); + directiveValue = (isFunction(directive.template)) + ? directive.template($compileNode, templateAttrs) + : directive.template; - if (directive.replace) { - replaceDirective = directive; - if (jqLiteIsTextNode(directiveValue)) { - $template = []; - } else { - $template = removeComments(wrapTemplate(directive.templateNamespace, trim(directiveValue))); - } - compileNode = $template[0]; + directiveValue = denormalizeTemplate(directiveValue); - if ($template.length !== 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { - throw $compileMinErr('tplrt', 'Template for directive \'{0}\' must have exactly one root element. {1}', directiveName, ''); - } + if (directive.replace) { + replaceDirective = directive; + if (jqLiteIsTextNode(directiveValue)) { + $template = []; + } else { + $template = removeComments(wrapTemplate(directive.templateNamespace, trim(directiveValue))); + } + compileNode = $template[0]; - replaceWith(jqCollection, $compileNode, compileNode); + if ($template.length !== 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { + throw $compileMinErr('tplrt', + 'Template for directive \'{0}\' must have exactly one root element. {1}', + directiveName, ''); + } - var newTemplateAttrs = { $attr: {} }; + replaceWith(jqCollection, $compileNode, compileNode); - // combine directives from the original node and from the template: - // - take the array of directives for this element - // - split it into two parts, those that already applied (processed) and those that weren't (unprocessed) - // - collect directives from the template and sort them by priority - // - combine directives as: processed + template + unprocessed - var templateDirectives = collectDirectives(compileNode, [], newTemplateAttrs); - var unprocessedDirectives = directives.splice(i + 1, directives.length - (i + 1)); + var newTemplateAttrs = {$attr: {}}; - if (newIsolateScopeDirective || newScopeDirective) { - // The original directive caused the current element to be replaced but this element - // also needs to have a new scope, so we need to tell the template directives - // that they would need to get their scope from further up, if they require transclusion - markDirectiveScope(templateDirectives, newIsolateScopeDirective, newScopeDirective); - } - directives = directives.concat(templateDirectives).concat(unprocessedDirectives); - mergeTemplateAttributes(templateAttrs, newTemplateAttrs); + // combine directives from the original node and from the template: + // - take the array of directives for this element + // - split it into two parts, those that already applied (processed) and those that weren't (unprocessed) + // - collect directives from the template and sort them by priority + // - combine directives as: processed + template + unprocessed + var templateDirectives = collectDirectives(compileNode, [], newTemplateAttrs); + var unprocessedDirectives = directives.splice(i + 1, directives.length - (i + 1)); - ii = directives.length; - } else { - $compileNode.html(directiveValue); + if (newIsolateScopeDirective || newScopeDirective) { + // The original directive caused the current element to be replaced but this element + // also needs to have a new scope, so we need to tell the template directives + // that they would need to get their scope from further up, if they require transclusion + markDirectiveScope(templateDirectives, newIsolateScopeDirective, newScopeDirective); } + directives = directives.concat(templateDirectives).concat(unprocessedDirectives); + mergeTemplateAttributes(templateAttrs, newTemplateAttrs); + + ii = directives.length; + } else { + $compileNode.html(directiveValue); } + } - if (directive.templateUrl) { - hasTemplate = true; - assertNoDuplicate('template', templateDirective, directive, $compileNode); - templateDirective = directive; + if (directive.templateUrl) { + hasTemplate = true; + assertNoDuplicate('template', templateDirective, directive, $compileNode); + templateDirective = directive; - if (directive.replace) { - replaceDirective = directive; - } + if (directive.replace) { + replaceDirective = directive; + } - // eslint-disable-next-line no-func-assign - nodeLinkFn = compileTemplateUrl(directives.splice(i, directives.length - i), $compileNode, templateAttrs, jqCollection, hasTranscludeDirective && childTranscludeFn, preLinkFns, postLinkFns, { - controllerDirectives: controllerDirectives, - newScopeDirective: newScopeDirective !== directive && newScopeDirective, - newIsolateScopeDirective: newIsolateScopeDirective, - templateDirective: templateDirective, - nonTlbTranscludeDirective: nonTlbTranscludeDirective - }); - ii = directives.length; - } else if (directive.compile) { - try { - linkFn = directive.compile($compileNode, templateAttrs, childTranscludeFn); - var context = directive.$$originalDirective || directive; - if (isFunction(linkFn)) { - addLinkFns(null, bind(context, linkFn), attrStart, attrEnd); - } else if (linkFn) { - addLinkFns(bind(context, linkFn.pre), bind(context, linkFn.post), attrStart, attrEnd); - } - } catch (e) { - $exceptionHandler(e, startingTag($compileNode)); + // eslint-disable-next-line no-func-assign + nodeLinkFn = compileTemplateUrl(directives.splice(i, directives.length - i), $compileNode, + templateAttrs, jqCollection, hasTranscludeDirective && childTranscludeFn, preLinkFns, postLinkFns, { + controllerDirectives: controllerDirectives, + newScopeDirective: (newScopeDirective !== directive) && newScopeDirective, + newIsolateScopeDirective: newIsolateScopeDirective, + templateDirective: templateDirective, + nonTlbTranscludeDirective: nonTlbTranscludeDirective + }); + ii = directives.length; + } else if (directive.compile) { + try { + linkFn = directive.compile($compileNode, templateAttrs, childTranscludeFn); + var context = directive.$$originalDirective || directive; + if (isFunction(linkFn)) { + addLinkFns(null, bind(context, linkFn), attrStart, attrEnd); + } else if (linkFn) { + addLinkFns(bind(context, linkFn.pre), bind(context, linkFn.post), attrStart, attrEnd); } + } catch (e) { + $exceptionHandler(e, startingTag($compileNode)); } + } - if (directive.terminal) { - nodeLinkFn.terminal = true; - terminalPriority = Math.max(terminalPriority, directive.priority); - } + if (directive.terminal) { + nodeLinkFn.terminal = true; + terminalPriority = Math.max(terminalPriority, directive.priority); } - nodeLinkFn.scope = newScopeDirective && newScopeDirective.scope === true; - nodeLinkFn.transcludeOnThisElement = hasTranscludeDirective; - nodeLinkFn.templateOnThisElement = hasTemplate; - nodeLinkFn.transclude = childTranscludeFn; + } - previousCompileContext.hasElementTranscludeDirective = hasElementTranscludeDirective; + nodeLinkFn.scope = newScopeDirective && newScopeDirective.scope === true; + nodeLinkFn.transcludeOnThisElement = hasTranscludeDirective; + nodeLinkFn.templateOnThisElement = hasTemplate; + nodeLinkFn.transclude = childTranscludeFn; - // might be normal or delayed nodeLinkFn depending on if templateUrl is present - return nodeLinkFn; + previousCompileContext.hasElementTranscludeDirective = hasElementTranscludeDirective; - //////////////////// + // might be normal or delayed nodeLinkFn depending on if templateUrl is present + return nodeLinkFn; - function addLinkFns(pre, post, attrStart, attrEnd) { - if (pre) { - if (attrStart) pre = groupElementsLinkFnWrapper(pre, attrStart, attrEnd); - pre.require = directive.require; - pre.directiveName = directiveName; - if (newIsolateScopeDirective === directive || directive.$$isolateScope) { - pre = cloneAndAnnotateFn(pre, { isolateScope: true }); - } - preLinkFns.push(pre); + //////////////////// + + function addLinkFns(pre, post, attrStart, attrEnd) { + if (pre) { + if (attrStart) pre = groupElementsLinkFnWrapper(pre, attrStart, attrEnd); + pre.require = directive.require; + pre.directiveName = directiveName; + if (newIsolateScopeDirective === directive || directive.$$isolateScope) { + pre = cloneAndAnnotateFn(pre, {isolateScope: true}); } - if (post) { - if (attrStart) post = groupElementsLinkFnWrapper(post, attrStart, attrEnd); - post.require = directive.require; - post.directiveName = directiveName; - if (newIsolateScopeDirective === directive || directive.$$isolateScope) { - post = cloneAndAnnotateFn(post, { isolateScope: true }); - } - postLinkFns.push(post); + preLinkFns.push(pre); + } + if (post) { + if (attrStart) post = groupElementsLinkFnWrapper(post, attrStart, attrEnd); + post.require = directive.require; + post.directiveName = directiveName; + if (newIsolateScopeDirective === directive || directive.$$isolateScope) { + post = cloneAndAnnotateFn(post, {isolateScope: true}); } + postLinkFns.push(post); } + } - function nodeLinkFn(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn) { - var i, ii, linkFn, isolateScope, controllerScope, elementControllers, transcludeFn, $element, attrs, scopeBindingInfo; + function nodeLinkFn(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn) { + var i, ii, linkFn, isolateScope, controllerScope, elementControllers, transcludeFn, $element, + attrs, scopeBindingInfo; - if (compileNode === linkNode) { - attrs = templateAttrs; - $element = templateAttrs.$$element; - } else { - $element = jqLite(linkNode); - attrs = new Attributes($element, templateAttrs); - } + if (compileNode === linkNode) { + attrs = templateAttrs; + $element = templateAttrs.$$element; + } else { + $element = jqLite(linkNode); + attrs = new Attributes($element, templateAttrs); + } + + controllerScope = scope; + if (newIsolateScopeDirective) { + isolateScope = scope.$new(true); + } else if (newScopeDirective) { + controllerScope = scope.$parent; + } + + if (boundTranscludeFn) { + // track `boundTranscludeFn` so it can be unwrapped if `transcludeFn` + // is later passed as `parentBoundTranscludeFn` to `publicLinkFn` + transcludeFn = controllersBoundTransclude; + transcludeFn.$$boundTransclude = boundTranscludeFn; + // expose the slots on the `$transclude` function + transcludeFn.isSlotFilled = function(slotName) { + return !!boundTranscludeFn.$$slots[slotName]; + }; + } - controllerScope = scope; - if (newIsolateScopeDirective) { - isolateScope = scope.$new(true); - } else if (newScopeDirective) { - controllerScope = scope.$parent; - } + if (controllerDirectives) { + elementControllers = setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective); + } - if (boundTranscludeFn) { - // track `boundTranscludeFn` so it can be unwrapped if `transcludeFn` - // is later passed as `parentBoundTranscludeFn` to `publicLinkFn` - transcludeFn = controllersBoundTransclude; - transcludeFn.$$boundTransclude = boundTranscludeFn; - // expose the slots on the `$transclude` function - transcludeFn.isSlotFilled = function (slotName) { - return !!boundTranscludeFn.$$slots[slotName]; - }; + if (newIsolateScopeDirective) { + // Initialize isolate scope bindings for new isolate scope directive. + compile.$$addScopeInfo($element, isolateScope, true, !(templateDirective && (templateDirective === newIsolateScopeDirective || + templateDirective === newIsolateScopeDirective.$$originalDirective))); + compile.$$addScopeClass($element, true); + isolateScope.$$isolateBindings = + newIsolateScopeDirective.$$isolateBindings; + scopeBindingInfo = initializeDirectiveBindings(scope, attrs, isolateScope, + isolateScope.$$isolateBindings, + newIsolateScopeDirective); + if (scopeBindingInfo.removeWatches) { + isolateScope.$on('$destroy', scopeBindingInfo.removeWatches); } + } - if (controllerDirectives) { - elementControllers = setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective); - } + // Initialize bindToController bindings + for (var name in elementControllers) { + var controllerDirective = controllerDirectives[name]; + var controller = elementControllers[name]; + var bindings = controllerDirective.$$bindings.bindToController; - if (newIsolateScopeDirective) { - // Initialize isolate scope bindings for new isolate scope directive. - compile.$$addScopeInfo($element, isolateScope, true, !(templateDirective && (templateDirective === newIsolateScopeDirective || templateDirective === newIsolateScopeDirective.$$originalDirective))); - compile.$$addScopeClass($element, true); - isolateScope.$$isolateBindings = newIsolateScopeDirective.$$isolateBindings; - scopeBindingInfo = initializeDirectiveBindings(scope, attrs, isolateScope, isolateScope.$$isolateBindings, newIsolateScopeDirective); - if (scopeBindingInfo.removeWatches) { - isolateScope.$on('$destroy', scopeBindingInfo.removeWatches); + if (preAssignBindingsEnabled) { + if (bindings) { + controller.bindingInfo = + initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); + } else { + controller.bindingInfo = {}; } - } - - // Initialize bindToController bindings - for (var name in elementControllers) { - var controllerDirective = controllerDirectives[name]; - var controller = elementControllers[name]; - var bindings = controllerDirective.$$bindings.bindToController; - if (preAssignBindingsEnabled) { - if (bindings) { - controller.bindingInfo = initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); - } else { - controller.bindingInfo = {}; - } - - var controllerResult = controller(); - if (controllerResult !== controller.instance) { - // If the controller constructor has a return value, overwrite the instance - // from setupControllers - controller.instance = controllerResult; - $element.data('$' + controllerDirective.name + 'Controller', controllerResult); - if (controller.bindingInfo.removeWatches) { - controller.bindingInfo.removeWatches(); - } - controller.bindingInfo = initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); + var controllerResult = controller(); + if (controllerResult !== controller.instance) { + // If the controller constructor has a return value, overwrite the instance + // from setupControllers + controller.instance = controllerResult; + $element.data('$' + controllerDirective.name + 'Controller', controllerResult); + if (controller.bindingInfo.removeWatches) { + controller.bindingInfo.removeWatches(); } - } else { - controller.instance = controller(); - $element.data('$' + controllerDirective.name + 'Controller', controller.instance); - controller.bindingInfo = initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); + controller.bindingInfo = + initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); } + } else { + controller.instance = controller(); + $element.data('$' + controllerDirective.name + 'Controller', controller.instance); + controller.bindingInfo = + initializeDirectiveBindings(controllerScope, attrs, controller.instance, bindings, controllerDirective); } + } - // Bind the required controllers to the controller, if `require` is an object and `bindToController` is truthy - forEach(controllerDirectives, function (controllerDirective, name) { - var require = controllerDirective.require; - if (controllerDirective.bindToController && !isArray(require) && isObject(require)) { - extend(elementControllers[name].instance, getControllers(name, require, $element, elementControllers)); - } - }); + // Bind the required controllers to the controller, if `require` is an object and `bindToController` is truthy + forEach(controllerDirectives, function(controllerDirective, name) { + var require = controllerDirective.require; + if (controllerDirective.bindToController && !isArray(require) && isObject(require)) { + extend(elementControllers[name].instance, getControllers(name, require, $element, elementControllers)); + } + }); - // Handle the init and destroy lifecycle hooks on all controllers that have them - forEach(elementControllers, function (controller) { - var controllerInstance = controller.instance; - if (isFunction(controllerInstance.$onChanges)) { - try { - controllerInstance.$onChanges(controller.bindingInfo.initialChanges); - } catch (e) { - $exceptionHandler(e); - } - } - if (isFunction(controllerInstance.$onInit)) { - try { - controllerInstance.$onInit(); - } catch (e) { - $exceptionHandler(e); - } - } - if (isFunction(controllerInstance.$doCheck)) { - controllerScope.$watch(function () { - controllerInstance.$doCheck(); - }); - controllerInstance.$doCheck(); + // Handle the init and destroy lifecycle hooks on all controllers that have them + forEach(elementControllers, function(controller) { + var controllerInstance = controller.instance; + if (isFunction(controllerInstance.$onChanges)) { + try { + controllerInstance.$onChanges(controller.bindingInfo.initialChanges); + } catch (e) { + $exceptionHandler(e); } - if (isFunction(controllerInstance.$onDestroy)) { - controllerScope.$on('$destroy', function callOnDestroyHook() { - controllerInstance.$onDestroy(); - }); + } + if (isFunction(controllerInstance.$onInit)) { + try { + controllerInstance.$onInit(); + } catch (e) { + $exceptionHandler(e); } - }); - - // PRELINKING - for (i = 0, ii = preLinkFns.length; i < ii; i++) { - linkFn = preLinkFns[i]; - invokeLinkFn(linkFn, linkFn.isolateScope ? isolateScope : scope, $element, attrs, linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), transcludeFn); } - - // RECURSION - // We only pass the isolate scope, if the isolate directive has a template, - // otherwise the child elements do not belong to the isolate directive. - var scopeToChild = scope; - if (newIsolateScopeDirective && (newIsolateScopeDirective.template || newIsolateScopeDirective.templateUrl === null)) { - scopeToChild = isolateScope; + if (isFunction(controllerInstance.$doCheck)) { + controllerScope.$watch(function() { controllerInstance.$doCheck(); }); + controllerInstance.$doCheck(); } - if (childLinkFn) { - childLinkFn(scopeToChild, linkNode.childNodes, undefined, boundTranscludeFn); + if (isFunction(controllerInstance.$onDestroy)) { + controllerScope.$on('$destroy', function callOnDestroyHook() { + controllerInstance.$onDestroy(); + }); } + }); - // POSTLINKING - for (i = postLinkFns.length - 1; i >= 0; i--) { - linkFn = postLinkFns[i]; - invokeLinkFn(linkFn, linkFn.isolateScope ? isolateScope : scope, $element, attrs, linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), transcludeFn); + // PRELINKING + for (i = 0, ii = preLinkFns.length; i < ii; i++) { + linkFn = preLinkFns[i]; + invokeLinkFn(linkFn, + linkFn.isolateScope ? isolateScope : scope, + $element, + attrs, + linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), + transcludeFn + ); + } + + // RECURSION + // We only pass the isolate scope, if the isolate directive has a template, + // otherwise the child elements do not belong to the isolate directive. + var scopeToChild = scope; + if (newIsolateScopeDirective && (newIsolateScopeDirective.template || newIsolateScopeDirective.templateUrl === null)) { + scopeToChild = isolateScope; + } + if (childLinkFn) { + childLinkFn(scopeToChild, linkNode.childNodes, undefined, boundTranscludeFn); + } + + // POSTLINKING + for (i = postLinkFns.length - 1; i >= 0; i--) { + linkFn = postLinkFns[i]; + invokeLinkFn(linkFn, + linkFn.isolateScope ? isolateScope : scope, + $element, + attrs, + linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), + transcludeFn + ); + } + + // Trigger $postLink lifecycle hooks + forEach(elementControllers, function(controller) { + var controllerInstance = controller.instance; + if (isFunction(controllerInstance.$postLink)) { + controllerInstance.$postLink(); } + }); - // Trigger $postLink lifecycle hooks - forEach(elementControllers, function (controller) { - var controllerInstance = controller.instance; - if (isFunction(controllerInstance.$postLink)) { - controllerInstance.$postLink(); - } - }); - - // This is the function that is injected as `$transclude`. - // Note: all arguments are optional! - function controllersBoundTransclude(scope, cloneAttachFn, futureParentElement, slotName) { - var transcludeControllers; - // No scope passed in: - if (!isScope(scope)) { - slotName = futureParentElement; - futureParentElement = cloneAttachFn; - cloneAttachFn = scope; - scope = undefined; - } + // This is the function that is injected as `$transclude`. + // Note: all arguments are optional! + function controllersBoundTransclude(scope, cloneAttachFn, futureParentElement, slotName) { + var transcludeControllers; + // No scope passed in: + if (!isScope(scope)) { + slotName = futureParentElement; + futureParentElement = cloneAttachFn; + cloneAttachFn = scope; + scope = undefined; + } - if (hasElementTranscludeDirective) { - transcludeControllers = elementControllers; - } - if (!futureParentElement) { - futureParentElement = hasElementTranscludeDirective ? $element.parent() : $element; - } - if (slotName) { - // slotTranscludeFn can be one of three things: - // * a transclude function - a filled slot - // * `null` - an optional slot that was not filled - // * `undefined` - a slot that was not declared (i.e. invalid) - var slotTranscludeFn = boundTranscludeFn.$$slots[slotName]; - if (slotTranscludeFn) { - return slotTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); - } else if (isUndefined(slotTranscludeFn)) { - throw $compileMinErr('noslot', 'No parent directive that requires a transclusion with slot name "{0}". ' + 'Element: {1}', slotName, startingTag($element)); - } - } else { - return boundTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); + if (hasElementTranscludeDirective) { + transcludeControllers = elementControllers; + } + if (!futureParentElement) { + futureParentElement = hasElementTranscludeDirective ? $element.parent() : $element; + } + if (slotName) { + // slotTranscludeFn can be one of three things: + // * a transclude function - a filled slot + // * `null` - an optional slot that was not filled + // * `undefined` - a slot that was not declared (i.e. invalid) + var slotTranscludeFn = boundTranscludeFn.$$slots[slotName]; + if (slotTranscludeFn) { + return slotTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); + } else if (isUndefined(slotTranscludeFn)) { + throw $compileMinErr('noslot', + 'No parent directive that requires a transclusion with slot name "{0}". ' + + 'Element: {1}', + slotName, startingTag($element)); } + } else { + return boundTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); } } } + } - function getControllers(directiveName, require, $element, elementControllers) { - var value; - - if (isString(require)) { - var match = require.match(REQUIRE_PREFIX_REGEXP); - var name = require.substring(match[0].length); - var inheritType = match[1] || match[3]; - var optional = match[2] === '?'; - - //If only parents then start at the parent element - if (inheritType === '^^') { - $element = $element.parent(); - //Otherwise attempt getting the controller from elementControllers in case - //the element is transcluded (and has no data) and to avoid .data if possible - } else { - value = elementControllers && elementControllers[name]; - value = value && value.instance; - } + function getControllers(directiveName, require, $element, elementControllers) { + var value; - if (!value) { - var dataName = '$' + name + 'Controller'; - value = inheritType ? $element.inheritedData(dataName) : $element.data(dataName); - } + if (isString(require)) { + var match = require.match(REQUIRE_PREFIX_REGEXP); + var name = require.substring(match[0].length); + var inheritType = match[1] || match[3]; + var optional = match[2] === '?'; + + //If only parents then start at the parent element + if (inheritType === '^^') { + $element = $element.parent(); + //Otherwise attempt getting the controller from elementControllers in case + //the element is transcluded (and has no data) and to avoid .data if possible + } else { + value = elementControllers && elementControllers[name]; + value = value && value.instance; + } - if (!value && !optional) { - throw $compileMinErr('ctreq', 'Controller \'{0}\', required by directive \'{1}\', can\'t be found!', name, directiveName); - } - } else if (isArray(require)) { - value = []; - for (var i = 0, ii = require.length; i < ii; i++) { - value[i] = getControllers(directiveName, require[i], $element, elementControllers); - } - } else if (isObject(require)) { - value = {}; - forEach(require, function (controller, property) { - value[property] = getControllers(directiveName, controller, $element, elementControllers); - }); + if (!value) { + var dataName = '$' + name + 'Controller'; + value = inheritType ? $element.inheritedData(dataName) : $element.data(dataName); } - return value || null; + if (!value && !optional) { + throw $compileMinErr('ctreq', + 'Controller \'{0}\', required by directive \'{1}\', can\'t be found!', + name, directiveName); + } + } else if (isArray(require)) { + value = []; + for (var i = 0, ii = require.length; i < ii; i++) { + value[i] = getControllers(directiveName, require[i], $element, elementControllers); + } + } else if (isObject(require)) { + value = {}; + forEach(require, function(controller, property) { + value[property] = getControllers(directiveName, controller, $element, elementControllers); + }); } - function setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective) { - var elementControllers = createMap(); - for (var controllerKey in controllerDirectives) { - var directive = controllerDirectives[controllerKey]; - var locals = { - $scope: directive === newIsolateScopeDirective || directive.$$isolateScope ? isolateScope : scope, - $element: $element, - $attrs: attrs, - $transclude: transcludeFn - }; - - var controller = directive.controller; - if (controller === '@') { - controller = attrs[directive.name]; - } + return value || null; + } - var controllerInstance = $controller(controller, locals, true, directive.controllerAs); + function setupControllers($element, attrs, transcludeFn, controllerDirectives, isolateScope, scope, newIsolateScopeDirective) { + var elementControllers = createMap(); + for (var controllerKey in controllerDirectives) { + var directive = controllerDirectives[controllerKey]; + var locals = { + $scope: directive === newIsolateScopeDirective || directive.$$isolateScope ? isolateScope : scope, + $element: $element, + $attrs: attrs, + $transclude: transcludeFn + }; - // For directives with element transclusion the element is a comment. - // In this case .data will not attach any data. - // Instead, we save the controllers for the element in a local hash and attach to .data - // later, once we have the actual element. - elementControllers[directive.name] = controllerInstance; - $element.data('$' + directive.name + 'Controller', controllerInstance.instance); + var controller = directive.controller; + if (controller === '@') { + controller = attrs[directive.name]; } - return elementControllers; + + var controllerInstance = $controller(controller, locals, true, directive.controllerAs); + + // For directives with element transclusion the element is a comment. + // In this case .data will not attach any data. + // Instead, we save the controllers for the element in a local hash and attach to .data + // later, once we have the actual element. + elementControllers[directive.name] = controllerInstance; + $element.data('$' + directive.name + 'Controller', controllerInstance.instance); } + return elementControllers; + } - // Depending upon the context in which a directive finds itself it might need to have a new isolated - // or child scope created. For instance: - // * if the directive has been pulled into a template because another directive with a higher priority - // asked for element transclusion - // * if the directive itself asks for transclusion but it is at the root of a template and the original - // element was replaced. See https://github.com/angular/angular.js/issues/12936 - function markDirectiveScope(directives, isolateScope, newScope) { - for (var j = 0, jj = directives.length; j < jj; j++) { - directives[j] = inherit(directives[j], { $$isolateScope: isolateScope, $$newScope: newScope }); - } + // Depending upon the context in which a directive finds itself it might need to have a new isolated + // or child scope created. For instance: + // * if the directive has been pulled into a template because another directive with a higher priority + // asked for element transclusion + // * if the directive itself asks for transclusion but it is at the root of a template and the original + // element was replaced. See https://github.com/angular/angular.js/issues/12936 + function markDirectiveScope(directives, isolateScope, newScope) { + for (var j = 0, jj = directives.length; j < jj; j++) { + directives[j] = inherit(directives[j], {$$isolateScope: isolateScope, $$newScope: newScope}); } + } - /** - * looks up the directive and decorates it with exception handling and proper parameters. We - * call this the boundDirective. - * - * @param {string} name name of the directive to look up. - * @param {string} location The directive must be found in specific format. - * String containing any of theses characters: - * - * * `E`: element name - * * `A': attribute - * * `C`: class - * * `M`: comment - * @returns {boolean} true if directive was added. - */ - function addDirective(tDirectives, name, location, maxPriority, ignoreDirective, startAttrName, endAttrName) { - if (name === ignoreDirective) return null; - var match = null; - if (hasDirectives.hasOwnProperty(name)) { - for (var directive, directives = $injector.get(name + Suffix), i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - if ((isUndefined(maxPriority) || maxPriority > directive.priority) && directive.restrict.indexOf(location) !== -1) { - if (startAttrName) { - directive = inherit(directive, { $$start: startAttrName, $$end: endAttrName }); - } - if (!directive.$$bindings) { - var bindings = directive.$$bindings = parseDirectiveBindings(directive, directive.name); - if (isObject(bindings.isolateScope)) { - directive.$$isolateBindings = bindings.isolateScope; - } + /** + * looks up the directive and decorates it with exception handling and proper parameters. We + * call this the boundDirective. + * + * @param {string} name name of the directive to look up. + * @param {string} location The directive must be found in specific format. + * String containing any of theses characters: + * + * * `E`: element name + * * `A': attribute + * * `C`: class + * * `M`: comment + * @returns {boolean} true if directive was added. + */ + function addDirective(tDirectives, name, location, maxPriority, ignoreDirective, startAttrName, + endAttrName) { + if (name === ignoreDirective) return null; + var match = null; + if (hasDirectives.hasOwnProperty(name)) { + for (var directive, directives = $injector.get(name + Suffix), + i = 0, ii = directives.length; i < ii; i++) { + directive = directives[i]; + if ((isUndefined(maxPriority) || maxPriority > directive.priority) && + directive.restrict.indexOf(location) !== -1) { + if (startAttrName) { + directive = inherit(directive, {$$start: startAttrName, $$end: endAttrName}); + } + if (!directive.$$bindings) { + var bindings = directive.$$bindings = + parseDirectiveBindings(directive, directive.name); + if (isObject(bindings.isolateScope)) { + directive.$$isolateBindings = bindings.isolateScope; } - tDirectives.push(directive); - match = directive; } + tDirectives.push(directive); + match = directive; } } - return match; } + return match; + } - /** - * looks up the directive and returns true if it is a multi-element directive, - * and therefore requires DOM nodes between -start and -end markers to be grouped - * together. - * - * @param {string} name name of the directive to look up. - * @returns true if directive was registered as multi-element. - */ - function directiveIsMultiElement(name) { - if (hasDirectives.hasOwnProperty(name)) { - for (var directive, directives = $injector.get(name + Suffix), i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - if (directive.multiElement) { - return true; - } + + /** + * looks up the directive and returns true if it is a multi-element directive, + * and therefore requires DOM nodes between -start and -end markers to be grouped + * together. + * + * @param {string} name name of the directive to look up. + * @returns true if directive was registered as multi-element. + */ + function directiveIsMultiElement(name) { + if (hasDirectives.hasOwnProperty(name)) { + for (var directive, directives = $injector.get(name + Suffix), + i = 0, ii = directives.length; i < ii; i++) { + directive = directives[i]; + if (directive.multiElement) { + return true; } } - return false; } + return false; + } - /** - * When the element is replaced with HTML template then the new attributes - * on the template need to be merged with the existing attributes in the DOM. - * The desired effect is to have both of the attributes present. - * - * @param {object} dst destination attributes (original DOM) - * @param {object} src source attributes (from the directive template) - */ - function mergeTemplateAttributes(dst, src) { - var srcAttr = src.$attr, - dstAttr = dst.$attr; - - // reapply the old attributes to the new element - forEach(dst, function (value, key) { - if (key.charAt(0) !== '$') { - if (src[key] && src[key] !== value) { - if (value.length) { - value += (key === 'style' ? ';' : ' ') + src[key]; - } else { - value = src[key]; - } + /** + * When the element is replaced with HTML template then the new attributes + * on the template need to be merged with the existing attributes in the DOM. + * The desired effect is to have both of the attributes present. + * + * @param {object} dst destination attributes (original DOM) + * @param {object} src source attributes (from the directive template) + */ + function mergeTemplateAttributes(dst, src) { + var srcAttr = src.$attr, + dstAttr = dst.$attr; + + // reapply the old attributes to the new element + forEach(dst, function(value, key) { + if (key.charAt(0) !== '$') { + if (src[key] && src[key] !== value) { + if (value.length) { + value += (key === 'style' ? ';' : ' ') + src[key]; + } else { + value = src[key]; } - dst.$set(key, value, true, srcAttr[key]); } - }); + dst.$set(key, value, true, srcAttr[key]); + } + }); - // copy the new attributes on the old attrs object - forEach(src, function (value, key) { - // Check if we already set this attribute in the loop above. - // `dst` will never contain hasOwnProperty as DOM parser won't let it. - // You will get an "InvalidCharacterError: DOM Exception 5" error if you - // have an attribute like "has-own-property" or "data-has-own-property", etc. - if (!dst.hasOwnProperty(key) && key.charAt(0) !== '$') { - dst[key] = value; - - if (key !== 'class' && key !== 'style') { - dstAttr[key] = srcAttr[key]; - } + // copy the new attributes on the old attrs object + forEach(src, function(value, key) { + // Check if we already set this attribute in the loop above. + // `dst` will never contain hasOwnProperty as DOM parser won't let it. + // You will get an "InvalidCharacterError: DOM Exception 5" error if you + // have an attribute like "has-own-property" or "data-has-own-property", etc. + if (!dst.hasOwnProperty(key) && key.charAt(0) !== '$') { + dst[key] = value; + + if (key !== 'class' && key !== 'style') { + dstAttr[key] = srcAttr[key]; } - }); - } + } + }); + } - function compileTemplateUrl(directives, $compileNode, tAttrs, $rootElement, childTranscludeFn, preLinkFns, postLinkFns, previousCompileContext) { - var linkQueue = [], - afterTemplateNodeLinkFn, - afterTemplateChildLinkFn, - beforeTemplateCompileNode = $compileNode[0], - origAsyncDirective = directives.shift(), - derivedSyncDirective = inherit(origAsyncDirective, { - templateUrl: null, transclude: null, replace: null, $$originalDirective: origAsyncDirective - }), - templateUrl = isFunction(origAsyncDirective.templateUrl) ? origAsyncDirective.templateUrl($compileNode, tAttrs) : origAsyncDirective.templateUrl, - templateNamespace = origAsyncDirective.templateNamespace; - $compileNode.empty(); + function compileTemplateUrl(directives, $compileNode, tAttrs, + $rootElement, childTranscludeFn, preLinkFns, postLinkFns, previousCompileContext) { + var linkQueue = [], + afterTemplateNodeLinkFn, + afterTemplateChildLinkFn, + beforeTemplateCompileNode = $compileNode[0], + origAsyncDirective = directives.shift(), + derivedSyncDirective = inherit(origAsyncDirective, { + templateUrl: null, transclude: null, replace: null, $$originalDirective: origAsyncDirective + }), + templateUrl = (isFunction(origAsyncDirective.templateUrl)) + ? origAsyncDirective.templateUrl($compileNode, tAttrs) + : origAsyncDirective.templateUrl, + templateNamespace = origAsyncDirective.templateNamespace; - $templateRequest(templateUrl).then(function (content) { + $compileNode.empty(); + + $templateRequest(templateUrl) + .then(function(content) { var compileNode, tempTemplateAttrs, $template, childBoundTranscludeFn; content = denormalizeTemplate(content); @@ -43023,10 +44915,12 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol compileNode = $template[0]; if ($template.length !== 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { - throw $compileMinErr('tplrt', 'Template for directive \'{0}\' must have exactly one root element. {1}', origAsyncDirective.name, templateUrl); + throw $compileMinErr('tplrt', + 'Template for directive \'{0}\' must have exactly one root element. {1}', + origAsyncDirective.name, templateUrl); } - tempTemplateAttrs = { $attr: {} }; + tempTemplateAttrs = {$attr: {}}; replaceWith($rootElement, $compileNode, compileNode); var templateDirectives = collectDirectives(compileNode, [], tempTemplateAttrs); @@ -43044,8 +44938,10 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol directives.unshift(derivedSyncDirective); - afterTemplateNodeLinkFn = applyDirectivesToNode(directives, compileNode, tAttrs, childTranscludeFn, $compileNode, origAsyncDirective, preLinkFns, postLinkFns, previousCompileContext); - forEach($rootElement, function (node, i) { + afterTemplateNodeLinkFn = applyDirectivesToNode(directives, compileNode, tAttrs, + childTranscludeFn, $compileNode, origAsyncDirective, preLinkFns, postLinkFns, + previousCompileContext); + forEach($rootElement, function(node, i) { if (node === compileNode) { $rootElement[i] = $compileNode[0]; } @@ -43064,7 +44960,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol if (beforeTemplateLinkNode !== beforeTemplateCompileNode) { var oldClasses = beforeTemplateLinkNode.className; - if (!(previousCompileContext.hasElementTranscludeDirective && origAsyncDirective.replace)) { + if (!(previousCompileContext.hasElementTranscludeDirective && + origAsyncDirective.replace)) { // it was cloned therefore we have to clone as well. linkNode = jqLiteClone(compileNode); } @@ -43078,132 +44975,151 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } else { childBoundTranscludeFn = boundTranscludeFn; } - afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, linkNode, $rootElement, childBoundTranscludeFn); + afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, linkNode, $rootElement, + childBoundTranscludeFn); } linkQueue = null; - }).catch(function (error) { + }).catch(function(error) { if (isError(error)) { $exceptionHandler(error); } }); - return function delayedNodeLinkFn(ignoreChildLinkFn, scope, node, rootElement, boundTranscludeFn) { - var childBoundTranscludeFn = boundTranscludeFn; - if (scope.$$destroyed) return; - if (linkQueue) { - linkQueue.push(scope, node, rootElement, childBoundTranscludeFn); - } else { - if (afterTemplateNodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, afterTemplateNodeLinkFn.transclude, boundTranscludeFn); - } - afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, node, rootElement, childBoundTranscludeFn); + return function delayedNodeLinkFn(ignoreChildLinkFn, scope, node, rootElement, boundTranscludeFn) { + var childBoundTranscludeFn = boundTranscludeFn; + if (scope.$$destroyed) return; + if (linkQueue) { + linkQueue.push(scope, + node, + rootElement, + childBoundTranscludeFn); + } else { + if (afterTemplateNodeLinkFn.transcludeOnThisElement) { + childBoundTranscludeFn = createBoundTranscludeFn(scope, afterTemplateNodeLinkFn.transclude, boundTranscludeFn); } - }; - } + afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, node, rootElement, childBoundTranscludeFn); + } + }; + } - /** - * Sorting function for bound directives. - */ - function byPriority(a, b) { - var diff = b.priority - a.priority; - if (diff !== 0) return diff; - if (a.name !== b.name) return a.name < b.name ? -1 : 1; - return a.index - b.index; - } - function assertNoDuplicate(what, previousDirective, directive, element) { + /** + * Sorting function for bound directives. + */ + function byPriority(a, b) { + var diff = b.priority - a.priority; + if (diff !== 0) return diff; + if (a.name !== b.name) return (a.name < b.name) ? -1 : 1; + return a.index - b.index; + } - function wrapModuleNameIfDefined(moduleName) { - return moduleName ? ' (module: ' + moduleName + ')' : ''; - } + function assertNoDuplicate(what, previousDirective, directive, element) { - if (previousDirective) { - throw $compileMinErr('multidir', 'Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}', previousDirective.name, wrapModuleNameIfDefined(previousDirective.$$moduleName), directive.name, wrapModuleNameIfDefined(directive.$$moduleName), what, startingTag(element)); - } + function wrapModuleNameIfDefined(moduleName) { + return moduleName ? + (' (module: ' + moduleName + ')') : + ''; } - function addTextInterpolateDirective(directives, text) { - var interpolateFn = $interpolate(text, true); - if (interpolateFn) { - directives.push({ - priority: 0, - compile: function textInterpolateCompileFn(templateNode) { - var templateNodeParent = templateNode.parent(), - hasCompileParent = !!templateNodeParent.length; + if (previousDirective) { + throw $compileMinErr('multidir', 'Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}', + previousDirective.name, wrapModuleNameIfDefined(previousDirective.$$moduleName), + directive.name, wrapModuleNameIfDefined(directive.$$moduleName), what, startingTag(element)); + } + } - // When transcluding a template that has bindings in the root - // we don't have a parent and thus need to add the class during linking fn. - if (hasCompileParent) compile.$$addBindingClass(templateNodeParent); - return function textInterpolateLinkFn(scope, node) { - var parent = node.parent(); - if (!hasCompileParent) compile.$$addBindingClass(parent); - compile.$$addBindingInfo(parent, interpolateFn.expressions); - scope.$watch(interpolateFn, function interpolateFnWatchAction(value) { - node[0].nodeValue = value; - }); - }; - } - }); - } + function addTextInterpolateDirective(directives, text) { + var interpolateFn = $interpolate(text, true); + if (interpolateFn) { + directives.push({ + priority: 0, + compile: function textInterpolateCompileFn(templateNode) { + var templateNodeParent = templateNode.parent(), + hasCompileParent = !!templateNodeParent.length; + + // When transcluding a template that has bindings in the root + // we don't have a parent and thus need to add the class during linking fn. + if (hasCompileParent) compile.$$addBindingClass(templateNodeParent); + + return function textInterpolateLinkFn(scope, node) { + var parent = node.parent(); + if (!hasCompileParent) compile.$$addBindingClass(parent); + compile.$$addBindingInfo(parent, interpolateFn.expressions); + scope.$watch(interpolateFn, function interpolateFnWatchAction(value) { + node[0].nodeValue = value; + }); + }; + } + }); } + } - function wrapTemplate(type, template) { - type = lowercase(type || 'html'); - switch (type) { - case 'svg': - case 'math': - var wrapper = window.document.createElement('div'); - wrapper.innerHTML = '<' + type + '>' + template + ''; - return wrapper.childNodes[0].childNodes; - default: - return template; - } + + function wrapTemplate(type, template) { + type = lowercase(type || 'html'); + switch (type) { + case 'svg': + case 'math': + var wrapper = window.document.createElement('div'); + wrapper.innerHTML = '<' + type + '>' + template + ''; + return wrapper.childNodes[0].childNodes; + default: + return template; } + } - function getTrustedContext(node, attrNormalizedName) { - if (attrNormalizedName === 'srcdoc') { - return $sce.HTML; - } - var tag = nodeName_(node); - // All tags with src attributes require a RESOURCE_URL value, except for - // img and various html5 media tags. - if (attrNormalizedName === 'src' || attrNormalizedName === 'ngSrc') { - if (['img', 'video', 'audio', 'source', 'track'].indexOf(tag) === -1) { - return $sce.RESOURCE_URL; - } - // maction[xlink:href] can source SVG. It's not limited to . - } else if (attrNormalizedName === 'xlinkHref' || tag === 'form' && attrNormalizedName === 'action' || - // links can be stylesheets or imports, which can run script in the current origin - tag === 'link' && attrNormalizedName === 'href') { + + function getTrustedContext(node, attrNormalizedName) { + if (attrNormalizedName === 'srcdoc') { + return $sce.HTML; + } + var tag = nodeName_(node); + // All tags with src attributes require a RESOURCE_URL value, except for + // img and various html5 media tags. + if (attrNormalizedName === 'src' || attrNormalizedName === 'ngSrc') { + if (['img', 'video', 'audio', 'source', 'track'].indexOf(tag) === -1) { return $sce.RESOURCE_URL; } + // maction[xlink:href] can source SVG. It's not limited to . + } else if (attrNormalizedName === 'xlinkHref' || + (tag === 'form' && attrNormalizedName === 'action') || + // links can be stylesheets or imports, which can run script in the current origin + (tag === 'link' && attrNormalizedName === 'href') + ) { + return $sce.RESOURCE_URL; } + } - function addAttrInterpolateDirective(node, directives, value, name, isNgAttr) { - var trustedContext = getTrustedContext(node, name); - var mustHaveExpression = !isNgAttr; - var allOrNothing = ALL_OR_NOTHING_ATTRS[name] || isNgAttr; - var interpolateFn = $interpolate(value, mustHaveExpression, trustedContext, allOrNothing); + function addAttrInterpolateDirective(node, directives, value, name, isNgAttr) { + var trustedContext = getTrustedContext(node, name); + var mustHaveExpression = !isNgAttr; + var allOrNothing = ALL_OR_NOTHING_ATTRS[name] || isNgAttr; - // no interpolation found -> ignore - if (!interpolateFn) return; + var interpolateFn = $interpolate(value, mustHaveExpression, trustedContext, allOrNothing); - if (name === 'multiple' && nodeName_(node) === 'select') { - throw $compileMinErr('selmulti', 'Binding to the \'multiple\' attribute is not supported. Element: {0}', startingTag(node)); - } + // no interpolation found -> ignore + if (!interpolateFn) return; - if (EVENT_HANDLER_ATTR_REGEXP.test(name)) { - throw $compileMinErr('nodomevents', 'Interpolations for HTML DOM event attributes are disallowed. Please use the ' + 'ng- versions (such as ng-click instead of onclick) instead.'); - } + if (name === 'multiple' && nodeName_(node) === 'select') { + throw $compileMinErr('selmulti', + 'Binding to the \'multiple\' attribute is not supported. Element: {0}', + startingTag(node)); + } - directives.push({ - priority: 100, - compile: function compile() { + if (EVENT_HANDLER_ATTR_REGEXP.test(name)) { + throw $compileMinErr('nodomevents', + 'Interpolations for HTML DOM event attributes are disallowed. Please use the ' + + 'ng- versions (such as ng-click instead of onclick) instead.'); + } + + directives.push({ + priority: 100, + compile: function() { return { pre: function attrInterpolatePreLinkFn(scope, element, attr) { - var $$observers = attr.$$observers || (attr.$$observers = createMap()); + var $$observers = (attr.$$observers || (attr.$$observers = createMap())); // If the attribute has changed since last $interpolate()ed var newValue = attr[name]; @@ -43225,9633 +45141,9836 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol attr[name] = interpolateFn(scope); ($$observers[name] || ($$observers[name] = [])).$$inter = true; - (attr.$$observers && attr.$$observers[name].$$scope || scope).$watch(interpolateFn, function interpolateFnWatchAction(newValue, oldValue) { - //special case for class attribute addition + removal - //so that class changes can tap into the animation - //hooks provided by the $animate service. Be sure to - //skip animations when the first digest occurs (when - //both the new and the old values are the same) since - //the CSS classes are the non-interpolated values - if (name === 'class' && newValue !== oldValue) { - attr.$updateClass(newValue, oldValue); - } else { - attr.$set(name, newValue); - } - }); + (attr.$$observers && attr.$$observers[name].$$scope || scope). + $watch(interpolateFn, function interpolateFnWatchAction(newValue, oldValue) { + //special case for class attribute addition + removal + //so that class changes can tap into the animation + //hooks provided by the $animate service. Be sure to + //skip animations when the first digest occurs (when + //both the new and the old values are the same) since + //the CSS classes are the non-interpolated values + if (name === 'class' && newValue !== oldValue) { + attr.$updateClass(newValue, oldValue); + } else { + attr.$set(name, newValue); + } + }); } }; } - }); - } + }); + } - /** - * This is a special jqLite.replaceWith, which can replace items which - * have no parents, provided that the containing jqLite collection is provided. - * - * @param {JqLite=} $rootElement The root of the compile tree. Used so that we can replace nodes - * in the root of the tree. - * @param {JqLite} elementsToRemove The jqLite element which we are going to replace. We keep - * the shell, but replace its DOM node reference. - * @param {Node} newNode The new DOM node. - */ - function replaceWith($rootElement, elementsToRemove, newNode) { - var firstElementToRemove = elementsToRemove[0], - removeCount = elementsToRemove.length, - parent = firstElementToRemove.parentNode, - i, - ii; - - if ($rootElement) { - for (i = 0, ii = $rootElement.length; i < ii; i++) { - if ($rootElement[i] === firstElementToRemove) { - $rootElement[i++] = newNode; - for (var j = i, j2 = j + removeCount - 1, jj = $rootElement.length; j < jj; j++, j2++) { - if (j2 < jj) { - $rootElement[j] = $rootElement[j2]; - } else { - delete $rootElement[j]; - } - } - $rootElement.length -= removeCount - 1; - // If the replaced element is also the jQuery .context then replace it - // .context is a deprecated jQuery api, so we should set it only when jQuery set it - // http://api.jquery.com/context/ - if ($rootElement.context === firstElementToRemove) { - $rootElement.context = newNode; + /** + * This is a special jqLite.replaceWith, which can replace items which + * have no parents, provided that the containing jqLite collection is provided. + * + * @param {JqLite=} $rootElement The root of the compile tree. Used so that we can replace nodes + * in the root of the tree. + * @param {JqLite} elementsToRemove The jqLite element which we are going to replace. We keep + * the shell, but replace its DOM node reference. + * @param {Node} newNode The new DOM node. + */ + function replaceWith($rootElement, elementsToRemove, newNode) { + var firstElementToRemove = elementsToRemove[0], + removeCount = elementsToRemove.length, + parent = firstElementToRemove.parentNode, + i, ii; + + if ($rootElement) { + for (i = 0, ii = $rootElement.length; i < ii; i++) { + if ($rootElement[i] === firstElementToRemove) { + $rootElement[i++] = newNode; + for (var j = i, j2 = j + removeCount - 1, + jj = $rootElement.length; + j < jj; j++, j2++) { + if (j2 < jj) { + $rootElement[j] = $rootElement[j2]; + } else { + delete $rootElement[j]; } - break; } - } - } - - if (parent) { - parent.replaceChild(newNode, firstElementToRemove); - } - - // Append all the `elementsToRemove` to a fragment. This will... - // - remove them from the DOM - // - allow them to still be traversed with .nextSibling - // - allow a single fragment.qSA to fetch all elements being removed - var fragment = window.document.createDocumentFragment(); - for (i = 0; i < removeCount; i++) { - fragment.appendChild(elementsToRemove[i]); - } + $rootElement.length -= removeCount - 1; - if (jqLite.hasData(firstElementToRemove)) { - // Copy over user data (that includes Angular's $scope etc.). Don't copy private - // data here because there's no public interface in jQuery to do that and copying over - // event listeners (which is the main use of private data) wouldn't work anyway. - jqLite.data(newNode, jqLite.data(firstElementToRemove)); - - // Remove $destroy event listeners from `firstElementToRemove` - jqLite(firstElementToRemove).off('$destroy'); - } - - // Cleanup any data/listeners on the elements and children. - // This includes invoking the $destroy event on any elements with listeners. - jqLite.cleanData(fragment.querySelectorAll('*')); - - // Update the jqLite collection to only contain the `newNode` - for (i = 1; i < removeCount; i++) { - delete elementsToRemove[i]; + // If the replaced element is also the jQuery .context then replace it + // .context is a deprecated jQuery api, so we should set it only when jQuery set it + // http://api.jquery.com/context/ + if ($rootElement.context === firstElementToRemove) { + $rootElement.context = newNode; + } + break; + } } - elementsToRemove[0] = newNode; - elementsToRemove.length = 1; } - function cloneAndAnnotateFn(fn, annotation) { - return extend(function () { - return fn.apply(null, arguments); - }, fn, annotation); + if (parent) { + parent.replaceChild(newNode, firstElementToRemove); } - function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) { - try { - linkFn(scope, $element, attrs, controllers, transcludeFn); - } catch (e) { - $exceptionHandler(e, startingTag($element)); - } + // Append all the `elementsToRemove` to a fragment. This will... + // - remove them from the DOM + // - allow them to still be traversed with .nextSibling + // - allow a single fragment.qSA to fetch all elements being removed + var fragment = window.document.createDocumentFragment(); + for (i = 0; i < removeCount; i++) { + fragment.appendChild(elementsToRemove[i]); } - function strictBindingsCheck(attrName, directiveName) { - if (strictComponentBindingsEnabled) { - throw $compileMinErr('missingattr', 'Attribute \'{0}\' of \'{1}\' is non-optional and must be set!', attrName, directiveName); - } + if (jqLite.hasData(firstElementToRemove)) { + // Copy over user data (that includes Angular's $scope etc.). Don't copy private + // data here because there's no public interface in jQuery to do that and copying over + // event listeners (which is the main use of private data) wouldn't work anyway. + jqLite.data(newNode, jqLite.data(firstElementToRemove)); + + // Remove $destroy event listeners from `firstElementToRemove` + jqLite(firstElementToRemove).off('$destroy'); } - // Set up $watches for isolate scope and controller bindings. - function initializeDirectiveBindings(scope, attrs, destination, bindings, directive) { - var removeWatchCollection = []; - var initialChanges = {}; - var changes; + // Cleanup any data/listeners on the elements and children. + // This includes invoking the $destroy event on any elements with listeners. + jqLite.cleanData(fragment.querySelectorAll('*')); - forEach(bindings, function initializeBinding(definition, scopeName) { - var attrName = definition.attrName, - optional = definition.optional, - mode = definition.mode, - // @, =, <, or & - lastValue, - parentGet, - parentSet, - compare, - removeWatch; + // Update the jqLite collection to only contain the `newNode` + for (i = 1; i < removeCount; i++) { + delete elementsToRemove[i]; + } + elementsToRemove[0] = newNode; + elementsToRemove.length = 1; + } - switch (mode) { - case '@': - if (!optional && !hasOwnProperty.call(attrs, attrName)) { - strictBindingsCheck(attrName, directive.name); - destination[scopeName] = attrs[attrName] = undefined; - } - removeWatch = attrs.$observe(attrName, function (value) { - if (isString(value) || isBoolean(value)) { - var oldValue = destination[scopeName]; - recordChanges(scopeName, value, oldValue); - destination[scopeName] = value; - } - }); - attrs.$$observers[attrName].$$scope = scope; - lastValue = attrs[attrName]; - if (isString(lastValue)) { - // If the attribute has been provided then we trigger an interpolation to ensure - // the value is there for use in the link fn - destination[scopeName] = $interpolate(lastValue)(scope); - } else if (isBoolean(lastValue)) { - // If the attributes is one of the BOOLEAN_ATTR then Angular will have converted - // the value to boolean rather than a string, so we special case this situation - destination[scopeName] = lastValue; - } - initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); - removeWatchCollection.push(removeWatch); - break; + function cloneAndAnnotateFn(fn, annotation) { + return extend(function() { return fn.apply(null, arguments); }, fn, annotation); + } - case '=': - if (!hasOwnProperty.call(attrs, attrName)) { - if (optional) break; - strictBindingsCheck(attrName, directive.name); - attrs[attrName] = undefined; - } - if (optional && !attrs[attrName]) break; - parentGet = $parse(attrs[attrName]); - if (parentGet.literal) { - compare = equals; - } else { - compare = simpleCompare; - } - parentSet = parentGet.assign || function () { - // reset the change, or we will throw this exception on every $digest - lastValue = destination[scopeName] = parentGet(scope); - throw $compileMinErr('nonassign', 'Expression \'{0}\' in attribute \'{1}\' used with directive \'{2}\' is non-assignable!', attrs[attrName], attrName, directive.name); - }; - lastValue = destination[scopeName] = parentGet(scope); - var parentValueWatch = function parentValueWatch(parentValue) { - if (!compare(parentValue, destination[scopeName])) { - // we are out of sync and need to copy - if (!compare(parentValue, lastValue)) { - // parent changed and it has precedence - destination[scopeName] = parentValue; - } else { - // if the parent can be assigned then do so - parentSet(scope, parentValue = destination[scopeName]); - } - } - lastValue = parentValue; - return lastValue; - }; - parentValueWatch.$stateful = true; - if (definition.collection) { - removeWatch = scope.$watchCollection(attrs[attrName], parentValueWatch); - } else { - removeWatch = scope.$watch($parse(attrs[attrName], parentValueWatch), null, parentGet.literal); - } - removeWatchCollection.push(removeWatch); - break; + function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) { + try { + linkFn(scope, $element, attrs, controllers, transcludeFn); + } catch (e) { + $exceptionHandler(e, startingTag($element)); + } + } - case '<': - if (!hasOwnProperty.call(attrs, attrName)) { - if (optional) break; - strictBindingsCheck(attrName, directive.name); - attrs[attrName] = undefined; - } - if (optional && !attrs[attrName]) break; + function strictBindingsCheck(attrName, directiveName) { + if (strictComponentBindingsEnabled) { + throw $compileMinErr('missingattr', + 'Attribute \'{0}\' of \'{1}\' is non-optional and must be set!', + attrName, directiveName); + } + } - parentGet = $parse(attrs[attrName]); - var deepWatch = parentGet.literal; + // Set up $watches for isolate scope and controller bindings. + function initializeDirectiveBindings(scope, attrs, destination, bindings, directive) { + var removeWatchCollection = []; + var initialChanges = {}; + var changes; - var initialValue = destination[scopeName] = parentGet(scope); - initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); + forEach(bindings, function initializeBinding(definition, scopeName) { + var attrName = definition.attrName, + optional = definition.optional, + mode = definition.mode, // @, =, <, or & + lastValue, + parentGet, parentSet, compare, removeWatch; - removeWatch = scope.$watch(parentGet, function parentValueWatchAction(newValue, oldValue) { - if (oldValue === newValue) { - if (oldValue === initialValue || deepWatch && equals(oldValue, initialValue)) { - return; - } - oldValue = initialValue; - } - recordChanges(scopeName, newValue, oldValue); - destination[scopeName] = newValue; - }, deepWatch); + switch (mode) { - removeWatchCollection.push(removeWatch); - break; + case '@': + if (!optional && !hasOwnProperty.call(attrs, attrName)) { + strictBindingsCheck(attrName, directive.name); + destination[scopeName] = attrs[attrName] = undefined; - case '&': - if (!optional && !hasOwnProperty.call(attrs, attrName)) { - strictBindingsCheck(attrName, directive.name); + } + removeWatch = attrs.$observe(attrName, function(value) { + if (isString(value) || isBoolean(value)) { + var oldValue = destination[scopeName]; + recordChanges(scopeName, value, oldValue); + destination[scopeName] = value; } - // Don't assign Object.prototype method to scope - parentGet = attrs.hasOwnProperty(attrName) ? $parse(attrs[attrName]) : noop; - - // Don't assign noop to destination if expression is not valid - if (parentGet === noop && optional) break; - - destination[scopeName] = function (locals) { - return parentGet(scope, locals); - }; - break; - } - }); + }); + attrs.$$observers[attrName].$$scope = scope; + lastValue = attrs[attrName]; + if (isString(lastValue)) { + // If the attribute has been provided then we trigger an interpolation to ensure + // the value is there for use in the link fn + destination[scopeName] = $interpolate(lastValue)(scope); + } else if (isBoolean(lastValue)) { + // If the attributes is one of the BOOLEAN_ATTR then Angular will have converted + // the value to boolean rather than a string, so we special case this situation + destination[scopeName] = lastValue; + } + initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); + removeWatchCollection.push(removeWatch); + break; - function recordChanges(key, currentValue, previousValue) { - if (isFunction(destination.$onChanges) && !simpleCompare(currentValue, previousValue)) { - // If we have not already scheduled the top level onChangesQueue handler then do so now - if (!onChangesQueue) { - scope.$$postDigest(flushOnChangesQueue); - onChangesQueue = []; + case '=': + if (!hasOwnProperty.call(attrs, attrName)) { + if (optional) break; + strictBindingsCheck(attrName, directive.name); + attrs[attrName] = undefined; } - // If we have not already queued a trigger of onChanges for this controller then do so now - if (!changes) { - changes = {}; - onChangesQueue.push(triggerOnChangesHook); + if (optional && !attrs[attrName]) break; + + parentGet = $parse(attrs[attrName]); + if (parentGet.literal) { + compare = equals; + } else { + compare = simpleCompare; } - // If the has been a change on this property already then we need to reuse the previous value - if (changes[key]) { - previousValue = changes[key].previousValue; + parentSet = parentGet.assign || function() { + // reset the change, or we will throw this exception on every $digest + lastValue = destination[scopeName] = parentGet(scope); + throw $compileMinErr('nonassign', + 'Expression \'{0}\' in attribute \'{1}\' used with directive \'{2}\' is non-assignable!', + attrs[attrName], attrName, directive.name); + }; + lastValue = destination[scopeName] = parentGet(scope); + var parentValueWatch = function parentValueWatch(parentValue) { + if (!compare(parentValue, destination[scopeName])) { + // we are out of sync and need to copy + if (!compare(parentValue, lastValue)) { + // parent changed and it has precedence + destination[scopeName] = parentValue; + } else { + // if the parent can be assigned then do so + parentSet(scope, parentValue = destination[scopeName]); + } + } + lastValue = parentValue; + return lastValue; + }; + parentValueWatch.$stateful = true; + if (definition.collection) { + removeWatch = scope.$watchCollection(attrs[attrName], parentValueWatch); + } else { + removeWatch = scope.$watch($parse(attrs[attrName], parentValueWatch), null, parentGet.literal); } - // Store this change - changes[key] = new SimpleChange(previousValue, currentValue); - } - } - - function triggerOnChangesHook() { - destination.$onChanges(changes); - // Now clear the changes so that we schedule onChanges when more changes arrive - changes = undefined; - } + removeWatchCollection.push(removeWatch); + break; - return { - initialChanges: initialChanges, - removeWatches: removeWatchCollection.length && function removeWatches() { - for (var i = 0, ii = removeWatchCollection.length; i < ii; ++i) { - removeWatchCollection[i](); + case '<': + if (!hasOwnProperty.call(attrs, attrName)) { + if (optional) break; + strictBindingsCheck(attrName, directive.name); + attrs[attrName] = undefined; } - } - }; - } - }]; - } - - function SimpleChange(previous, current) { - this.previousValue = previous; - this.currentValue = current; - } - SimpleChange.prototype.isFirstChange = function () { - return this.previousValue === _UNINITIALIZED_VALUE; - }; - - var PREFIX_REGEXP = /^((?:x|data)[:\-_])/i; - var SPECIAL_CHARS_REGEXP = /[:\-_]+(.)/g; - - /** - * Converts all accepted directives format into proper directive name. - * @param name Name to normalize - */ - function directiveNormalize(name) { - return name.replace(PREFIX_REGEXP, '').replace(SPECIAL_CHARS_REGEXP, function (_, letter, offset) { - return offset ? letter.toUpperCase() : letter; - }); - } - - /** - * @ngdoc type - * @name $compile.directive.Attributes - * - * @description - * A shared object between directive compile / linking functions which contains normalized DOM - * element attributes. The values reflect current binding state `{{ }}`. The normalization is - * needed since all of these are treated as equivalent in Angular: - * - * ``` - * - * ``` - */ - - /** - * @ngdoc property - * @name $compile.directive.Attributes#$attr - * - * @description - * A map of DOM element attribute names to the normalized name. This is - * needed to do reverse lookup from normalized name back to actual name. - */ - - /** - * @ngdoc method - * @name $compile.directive.Attributes#$set - * @kind function - * - * @description - * Set DOM element attribute value. - * - * - * @param {string} name Normalized element attribute name of the property to modify. The name is - * reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr} - * property to the original name. - * @param {string} value Value to set the attribute to. The value can be an interpolated string. - */ - - /** - * Closure compiler type information - */ - - function nodesetLinkingFn( - /* angular.Scope */scope, - /* NodeList */nodeList, - /* Element */rootElement, - /* function(Function) */boundTranscludeFn) {} - - function directiveLinkingFn( - /* nodesetLinkingFn */nodesetLinkingFn, - /* angular.Scope */scope, - /* Node */node, - /* Element */rootElement, - /* function(Function) */boundTranscludeFn) {} - - function tokenDifference(str1, str2) { - var values = '', - tokens1 = str1.split(/\s+/), - tokens2 = str2.split(/\s+/); - - outer: for (var i = 0; i < tokens1.length; i++) { - var token = tokens1[i]; - for (var j = 0; j < tokens2.length; j++) { - if (token === tokens2[j]) continue outer; - } - values += (values.length > 0 ? ' ' : '') + token; - } - return values; - } - - function removeComments(jqNodes) { - jqNodes = jqLite(jqNodes); - var i = jqNodes.length; - - if (i <= 1) { - return jqNodes; - } + if (optional && !attrs[attrName]) break; - while (i--) { - var node = jqNodes[i]; - if (node.nodeType === NODE_TYPE_COMMENT || node.nodeType === NODE_TYPE_TEXT && node.nodeValue.trim() === '') { - splice.call(jqNodes, i, 1); - } - } - return jqNodes; - } - - var $controllerMinErr = minErr('$controller'); + parentGet = $parse(attrs[attrName]); + var deepWatch = parentGet.literal; - var CNTRL_REG = /^(\S+)(\s+as\s+([\w$]+))?$/; - function identifierForController(controller, ident) { - if (ident && isString(ident)) return ident; - if (isString(controller)) { - var match = CNTRL_REG.exec(controller); - if (match) return match[3]; - } - } + var initialValue = destination[scopeName] = parentGet(scope); + initialChanges[scopeName] = new SimpleChange(_UNINITIALIZED_VALUE, destination[scopeName]); - /** - * @ngdoc provider - * @name $controllerProvider - * @this - * - * @description - * The {@link ng.$controller $controller service} is used by Angular to create new - * controllers. - * - * This provider allows controller registration via the - * {@link ng.$controllerProvider#register register} method. - */ - function $ControllerProvider() { - var controllers = {}, - globals = false; + removeWatch = scope.$watch(parentGet, function parentValueWatchAction(newValue, oldValue) { + if (oldValue === newValue) { + if (oldValue === initialValue || (deepWatch && equals(oldValue, initialValue))) { + return; + } + oldValue = initialValue; + } + recordChanges(scopeName, newValue, oldValue); + destination[scopeName] = newValue; + }, deepWatch); - /** - * @ngdoc method - * @name $controllerProvider#has - * @param {string} name Controller name to check. - */ - this.has = function (name) { - return controllers.hasOwnProperty(name); - }; + removeWatchCollection.push(removeWatch); + break; - /** - * @ngdoc method - * @name $controllerProvider#register - * @param {string|Object} name Controller name, or an object map of controllers where the keys are - * the names and the values are the constructors. - * @param {Function|Array} constructor Controller constructor fn (optionally decorated with DI - * annotations in the array notation). - */ - this.register = function (name, constructor) { - assertNotHasOwnProperty(name, 'controller'); - if (isObject(name)) { - extend(controllers, name); - } else { - controllers[name] = constructor; - } - }; + case '&': + if (!optional && !hasOwnProperty.call(attrs, attrName)) { + strictBindingsCheck(attrName, directive.name); + } + // Don't assign Object.prototype method to scope + parentGet = attrs.hasOwnProperty(attrName) ? $parse(attrs[attrName]) : noop; - /** - * @ngdoc method - * @name $controllerProvider#allowGlobals - * @description If called, allows `$controller` to find controller constructors on `window` - * - * @deprecated - * sinceVersion="v1.3.0" - * removeVersion="v1.7.0" - * This method of finding controllers has been deprecated. - */ - this.allowGlobals = function () { - globals = true; - }; + // Don't assign noop to destination if expression is not valid + if (parentGet === noop && optional) break; - this.$get = ['$injector', '$window', function ($injector, $window) { + destination[scopeName] = function(locals) { + return parentGet(scope, locals); + }; + break; + } + }); - /** - * @ngdoc service - * @name $controller - * @requires $injector - * - * @param {Function|string} constructor If called with a function then it's considered to be the - * controller constructor function. Otherwise it's considered to be a string which is used - * to retrieve the controller constructor using the following steps: - * - * * check if a controller with given name is registered via `$controllerProvider` - * * check if evaluating the string on the current scope returns a constructor - * * if $controllerProvider#allowGlobals, check `window[constructor]` on the global - * `window` object (deprecated, not recommended) - * - * The string can use the `controller as property` syntax, where the controller instance is published - * as the specified property on the `scope`; the `scope` must be injected into `locals` param for this - * to work correctly. - * - * @param {Object} locals Injection locals for Controller. - * @return {Object} Instance of given controller. - * - * @description - * `$controller` service is responsible for instantiating controllers. - * - * It's just a simple call to {@link auto.$injector $injector}, but extracted into - * a service, so that one can override this service with [BC version](https://gist.github.com/1649788). - */ - return function $controller(expression, locals, later, ident) { - // PRIVATE API: - // param `later` --- indicates that the controller's constructor is invoked at a later time. - // If true, $controller will allocate the object with the correct - // prototype chain, but will not invoke the controller until a returned - // callback is invoked. - // param `ident` --- An optional label which overrides the label parsed from the controller - // expression, if any. - var instance, match, constructor, identifier; - later = later === true; - if (ident && isString(ident)) { - identifier = ident; - } - - if (isString(expression)) { - match = expression.match(CNTRL_REG); - if (!match) { - throw $controllerMinErr('ctrlfmt', 'Badly formed controller string \'{0}\'. ' + 'Must match `__name__ as __id__` or `__name__`.', expression); + function recordChanges(key, currentValue, previousValue) { + if (isFunction(destination.$onChanges) && !simpleCompare(currentValue, previousValue)) { + // If we have not already scheduled the top level onChangesQueue handler then do so now + if (!onChangesQueue) { + scope.$$postDigest(flushOnChangesQueue); + onChangesQueue = []; } - constructor = match[1]; - identifier = identifier || match[3]; - expression = controllers.hasOwnProperty(constructor) ? controllers[constructor] : getter(locals.$scope, constructor, true) || (globals ? getter($window, constructor, true) : undefined); - - if (!expression) { - throw $controllerMinErr('ctrlreg', 'The controller with the name \'{0}\' is not registered.', constructor); + // If we have not already queued a trigger of onChanges for this controller then do so now + if (!changes) { + changes = {}; + onChangesQueue.push(triggerOnChangesHook); } - - assertArgFn(expression, constructor, true); - } - - if (later) { - // Instantiate controller later: - // This machinery is used to create an instance of the object before calling the - // controller's constructor itself. - // - // This allows properties to be added to the controller before the constructor is - // invoked. Primarily, this is used for isolate scope bindings in $compile. - // - // This feature is not intended for use by applications, and is thus not documented - // publicly. - // Object creation: http://jsperf.com/create-constructor/2 - var controllerPrototype = (isArray(expression) ? expression[expression.length - 1] : expression).prototype; - instance = Object.create(controllerPrototype || null); - - if (identifier) { - addIdentifier(locals, identifier, instance, constructor || expression.name); + // If the has been a change on this property already then we need to reuse the previous value + if (changes[key]) { + previousValue = changes[key].previousValue; } - - return extend(function $controllerInit() { - var result = $injector.invoke(expression, instance, locals, constructor); - if (result !== instance && (isObject(result) || isFunction(result))) { - instance = result; - if (identifier) { - // If result changed, re-assign controllerAs value to scope. - addIdentifier(locals, identifier, instance, constructor || expression.name); - } - } - return instance; - }, { - instance: instance, - identifier: identifier - }); + // Store this change + changes[key] = new SimpleChange(previousValue, currentValue); } + } - instance = $injector.instantiate(expression, locals, constructor); + function triggerOnChangesHook() { + destination.$onChanges(changes); + // Now clear the changes so that we schedule onChanges when more changes arrive + changes = undefined; + } - if (identifier) { - addIdentifier(locals, identifier, instance, constructor || expression.name); + return { + initialChanges: initialChanges, + removeWatches: removeWatchCollection.length && function removeWatches() { + for (var i = 0, ii = removeWatchCollection.length; i < ii; ++i) { + removeWatchCollection[i](); + } } - - return instance; }; + } + }]; +} - function addIdentifier(locals, identifier, instance, name) { - if (!(locals && isObject(locals.$scope))) { - throw minErr('$controller')('noscp', 'Cannot export controller \'{0}\' as \'{1}\'! No $scope object provided via `locals`.', name, identifier); - } - - locals.$scope[identifier] = instance; - } - }]; - } - - /** - * @ngdoc service - * @name $document - * @requires $window - * @this - * - * @description - * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object. - * - * @example - - -
    -

    $document title:

    -

    window.document title:

    -
    -
    - - angular.module('documentExample', []) - .controller('ExampleController', ['$scope', '$document', function($scope, $document) { - $scope.title = $document[0].title; - $scope.windowTitle = angular.element(window.document)[0].title; - }]); - -
    - */ - function $DocumentProvider() { - this.$get = ['$window', function (window) { - return jqLite(window.document); - }]; - } - - /** - * @private - * @this - * Listens for document visibility change and makes the current status accessible. - */ - function $$IsDocumentHiddenProvider() { - this.$get = ['$document', '$rootScope', function ($document, $rootScope) { - var doc = $document[0]; - var hidden = doc && doc.hidden; - - $document.on('visibilitychange', changeListener); +function SimpleChange(previous, current) { + this.previousValue = previous; + this.currentValue = current; +} +SimpleChange.prototype.isFirstChange = function() { return this.previousValue === _UNINITIALIZED_VALUE; }; - $rootScope.$on('$destroy', function () { - $document.off('visibilitychange', changeListener); - }); - function changeListener() { - hidden = doc.hidden; - } +var PREFIX_REGEXP = /^((?:x|data)[:\-_])/i; +var SPECIAL_CHARS_REGEXP = /[:\-_]+(.)/g; - return function () { - return hidden; - }; - }]; - } +/** + * Converts all accepted directives format into proper directive name. + * @param name Name to normalize + */ +function directiveNormalize(name) { + return name + .replace(PREFIX_REGEXP, '') + .replace(SPECIAL_CHARS_REGEXP, function(_, letter, offset) { + return offset ? letter.toUpperCase() : letter; + }); +} - /** - * @ngdoc service - * @name $exceptionHandler - * @requires ng.$log - * @this - * - * @description - * Any uncaught exception in angular expressions is delegated to this service. - * The default implementation simply delegates to `$log.error` which logs it into - * the browser console. - * - * In unit tests, if `angular-mocks.js` is loaded, this service is overridden by - * {@link ngMock.$exceptionHandler mock $exceptionHandler} which aids in testing. - * - * ## Example: - * - * The example below will overwrite the default `$exceptionHandler` in order to (a) log uncaught - * errors to the backend for later inspection by the developers and (b) to use `$log.warn()` instead - * of `$log.error()`. - * - * ```js - * angular. - * module('exceptionOverwrite', []). - * factory('$exceptionHandler', ['$log', 'logErrorsToBackend', function($log, logErrorsToBackend) { - * return function myExceptionHandler(exception, cause) { - * logErrorsToBackend(exception, cause); - * $log.warn(exception, cause); - * }; - * }]); - * ``` - * - *
    - * Note, that code executed in event-listeners (even those registered using jqLite's `on`/`bind` - * methods) does not delegate exceptions to the {@link ng.$exceptionHandler $exceptionHandler} - * (unless executed during a digest). - * - * If you wish, you can manually delegate exceptions, e.g. - * `try { ... } catch(e) { $exceptionHandler(e); }` - * - * @param {Error} exception Exception associated with the error. - * @param {string=} cause Optional information about the context in which - * the error was thrown. - * - */ - function $ExceptionHandlerProvider() { - this.$get = ['$log', function ($log) { - return function (exception, cause) { - $log.error.apply($log, arguments); - }; - }]; - } +/** + * @ngdoc type + * @name $compile.directive.Attributes + * + * @description + * A shared object between directive compile / linking functions which contains normalized DOM + * element attributes. The values reflect current binding state `{{ }}`. The normalization is + * needed since all of these are treated as equivalent in Angular: + * + * ``` + * + * ``` + */ - var $$ForceReflowProvider = /** @this */function $$ForceReflowProvider() { - this.$get = ['$document', function ($document) { - return function (domNode) { - //the line below will force the browser to perform a repaint so - //that all the animated elements within the animation frame will - //be properly updated and drawn on screen. This is required to - //ensure that the preparation animation is properly flushed so that - //the active state picks up from there. DO NOT REMOVE THIS LINE. - //DO NOT OPTIMIZE THIS LINE. THE MINIFIER WILL REMOVE IT OTHERWISE WHICH - //WILL RESULT IN AN UNPREDICTABLE BUG THAT IS VERY HARD TO TRACK DOWN AND - //WILL TAKE YEARS AWAY FROM YOUR LIFE. - if (domNode) { - if (!domNode.nodeType && domNode instanceof jqLite) { - domNode = domNode[0]; - } - } else { - domNode = $document[0].body; - } - return domNode.offsetWidth + 1; - }; - }]; - }; +/** + * @ngdoc property + * @name $compile.directive.Attributes#$attr + * + * @description + * A map of DOM element attribute names to the normalized name. This is + * needed to do reverse lookup from normalized name back to actual name. + */ - var APPLICATION_JSON = 'application/json'; - var CONTENT_TYPE_APPLICATION_JSON = { 'Content-Type': APPLICATION_JSON + ';charset=utf-8' }; - var JSON_START = /^\[|^\{(?!\{)/; - var JSON_ENDS = { - '[': /]$/, - '{': /}$/ - }; - var JSON_PROTECTION_PREFIX = /^\)]\}',?\n/; - var $httpMinErr = minErr('$http'); - function serializeValue(v) { - if (isObject(v)) { - return isDate(v) ? v.toISOString() : toJson(v); - } - return v; - } +/** + * @ngdoc method + * @name $compile.directive.Attributes#$set + * @kind function + * + * @description + * Set DOM element attribute value. + * + * + * @param {string} name Normalized element attribute name of the property to modify. The name is + * reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr} + * property to the original name. + * @param {string} value Value to set the attribute to. The value can be an interpolated string. + */ - /** @this */ - function $HttpParamSerializerProvider() { - /** - * @ngdoc service - * @name $httpParamSerializer - * @description - * - * Default {@link $http `$http`} params serializer that converts objects to strings - * according to the following rules: - * - * * `{'foo': 'bar'}` results in `foo=bar` - * * `{'foo': Date.now()}` results in `foo=2015-04-01T09%3A50%3A49.262Z` (`toISOString()` and encoded representation of a Date object) - * * `{'foo': ['bar', 'baz']}` results in `foo=bar&foo=baz` (repeated key for each array element) - * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D` (stringified and encoded representation of an object) - * - * Note that serializer will sort the request parameters alphabetically. - * */ - - this.$get = function () { - return function ngParamSerializer(params) { - if (!params) return ''; - var parts = []; - forEachSorted(params, function (value, key) { - if (value === null || isUndefined(value) || isFunction(value)) return; - if (isArray(value)) { - forEach(value, function (v) { - parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(v))); - }); - } else { - parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(value))); - } - }); - return parts.join('&'); - }; - }; - } - /** @this */ - function $HttpParamSerializerJQLikeProvider() { - /** - * @ngdoc service - * @name $httpParamSerializerJQLike - * - * @description - * - * Alternative {@link $http `$http`} params serializer that follows - * jQuery's [`param()`](http://api.jquery.com/jquery.param/) method logic. - * The serializer will also sort the params alphabetically. - * - * To use it for serializing `$http` request parameters, set it as the `paramSerializer` property: - * - * ```js - * $http({ - * url: myUrl, - * method: 'GET', - * params: myParams, - * paramSerializer: '$httpParamSerializerJQLike' - * }); - * ``` - * - * It is also possible to set it as the default `paramSerializer` in the - * {@link $httpProvider#defaults `$httpProvider`}. - * - * Additionally, you can inject the serializer and use it explicitly, for example to serialize - * form data for submission: - * - * ```js - * .controller(function($http, $httpParamSerializerJQLike) { - * //... - * - * $http({ - * url: myUrl, - * method: 'POST', - * data: $httpParamSerializerJQLike(myData), - * headers: { - * 'Content-Type': 'application/x-www-form-urlencoded' - * } - * }); - * - * }); - * ``` - * - * */ - this.$get = function () { - return function jQueryLikeParamSerializer(params) { - if (!params) return ''; - var parts = []; - serialize(params, '', true); - return parts.join('&'); - - function serialize(toSerialize, prefix, topLevel) { - if (toSerialize === null || isUndefined(toSerialize)) return; - if (isArray(toSerialize)) { - forEach(toSerialize, function (value, index) { - serialize(value, prefix + '[' + (isObject(value) ? index : '') + ']'); - }); - } else if (isObject(toSerialize) && !isDate(toSerialize)) { - forEachSorted(toSerialize, function (value, key) { - serialize(value, prefix + (topLevel ? '' : '[') + key + (topLevel ? '' : ']')); - }); - } else { - parts.push(encodeUriQuery(prefix) + '=' + encodeUriQuery(serializeValue(toSerialize))); - } - } - }; - }; - } +/** + * Closure compiler type information + */ - function defaultHttpResponseTransform(data, headers) { - if (isString(data)) { - // Strip json vulnerability protection prefix and trim whitespace - var tempData = data.replace(JSON_PROTECTION_PREFIX, '').trim(); +function nodesetLinkingFn( + /* angular.Scope */ scope, + /* NodeList */ nodeList, + /* Element */ rootElement, + /* function(Function) */ boundTranscludeFn +) {} - if (tempData) { - var contentType = headers('Content-Type'); - var hasJsonContentType = contentType && contentType.indexOf(APPLICATION_JSON) === 0; +function directiveLinkingFn( + /* nodesetLinkingFn */ nodesetLinkingFn, + /* angular.Scope */ scope, + /* Node */ node, + /* Element */ rootElement, + /* function(Function) */ boundTranscludeFn +) {} - if (hasJsonContentType || isJsonLike(tempData)) { - try { - data = fromJson(tempData); - } catch (e) { - if (!hasJsonContentType) { - return data; - } - throw $httpMinErr('baddata', 'Data must be a valid JSON object. Received: "{0}". ' + 'Parse error: "{1}"', data, e); - } - } - } - } +function tokenDifference(str1, str2) { + var values = '', + tokens1 = str1.split(/\s+/), + tokens2 = str2.split(/\s+/); - return data; + outer: + for (var i = 0; i < tokens1.length; i++) { + var token = tokens1[i]; + for (var j = 0; j < tokens2.length; j++) { + if (token === tokens2[j]) continue outer; + } + values += (values.length > 0 ? ' ' : '') + token; } + return values; +} - function isJsonLike(str) { - var jsonStart = str.match(JSON_START); - return jsonStart && JSON_ENDS[jsonStart[0]].test(str); - } +function removeComments(jqNodes) { + jqNodes = jqLite(jqNodes); + var i = jqNodes.length; - /** - * Parse headers into key value object - * - * @param {string} headers Raw headers as a string - * @returns {Object} Parsed headers as key value object - */ - function parseHeaders(headers) { - var parsed = createMap(), - i; + if (i <= 1) { + return jqNodes; + } - function fillInParsed(key, val) { - if (key) { - parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; - } + while (i--) { + var node = jqNodes[i]; + if (node.nodeType === NODE_TYPE_COMMENT || + (node.nodeType === NODE_TYPE_TEXT && node.nodeValue.trim() === '')) { + splice.call(jqNodes, i, 1); } + } + return jqNodes; +} - if (isString(headers)) { - forEach(headers.split('\n'), function (line) { - i = line.indexOf(':'); - fillInParsed(lowercase(trim(line.substr(0, i))), trim(line.substr(i + 1))); - }); - } else if (isObject(headers)) { - forEach(headers, function (headerVal, headerKey) { - fillInParsed(lowercase(headerKey), trim(headerVal)); - }); - } +var $controllerMinErr = minErr('$controller'); - return parsed; - } - /** - * Returns a function that provides access to parsed headers. - * - * Headers are lazy parsed when first requested. - * @see parseHeaders - * - * @param {(string|Object)} headers Headers to provide access to. - * @returns {function(string=)} Returns a getter function which if called with: - * - * - if called with an argument returns a single header value or null - * - if called with no arguments returns an object containing all headers. - */ - function headersGetter(headers) { - var headersObj; +var CNTRL_REG = /^(\S+)(\s+as\s+([\w$]+))?$/; +function identifierForController(controller, ident) { + if (ident && isString(ident)) return ident; + if (isString(controller)) { + var match = CNTRL_REG.exec(controller); + if (match) return match[3]; + } +} - return function (name) { - if (!headersObj) headersObj = parseHeaders(headers); - if (name) { - var value = headersObj[lowercase(name)]; - if (value === undefined) { - value = null; - } - return value; - } +/** + * @ngdoc provider + * @name $controllerProvider + * @this + * + * @description + * The {@link ng.$controller $controller service} is used by Angular to create new + * controllers. + * + * This provider allows controller registration via the + * {@link ng.$controllerProvider#register register} method. + */ +function $ControllerProvider() { + var controllers = {}, + globals = false; - return headersObj; - }; - } + /** + * @ngdoc method + * @name $controllerProvider#has + * @param {string} name Controller name to check. + */ + this.has = function(name) { + return controllers.hasOwnProperty(name); + }; /** - * Chain all given functions - * - * This function is used for both request and response transforming - * - * @param {*} data Data to transform. - * @param {function(string=)} headers HTTP headers getter fn. - * @param {number} status HTTP status code of the response. - * @param {(Function|Array.)} fns Function or an array of functions. - * @returns {*} Transformed data. + * @ngdoc method + * @name $controllerProvider#register + * @param {string|Object} name Controller name, or an object map of controllers where the keys are + * the names and the values are the constructors. + * @param {Function|Array} constructor Controller constructor fn (optionally decorated with DI + * annotations in the array notation). */ - function transformData(data, headers, status, fns) { - if (isFunction(fns)) { - return fns(data, headers, status); + this.register = function(name, constructor) { + assertNotHasOwnProperty(name, 'controller'); + if (isObject(name)) { + extend(controllers, name); + } else { + controllers[name] = constructor; } - - forEach(fns, function (fn) { - data = fn(data, headers, status); - }); - - return data; - } - - function isSuccess(status) { - return 200 <= status && status < 300; - } + }; /** - * @ngdoc provider - * @name $httpProvider - * @this + * @ngdoc method + * @name $controllerProvider#allowGlobals + * @description If called, allows `$controller` to find controller constructors on `window` * - * @description - * Use `$httpProvider` to change the default behavior of the {@link ng.$http $http} service. - * */ - function $HttpProvider() { - /** - * @ngdoc property - * @name $httpProvider#defaults - * @description - * - * Object containing default values for all {@link ng.$http $http} requests. - * - * - **`defaults.cache`** - {boolean|Object} - A boolean value or object created with - * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of HTTP responses - * by default. See {@link $http#caching $http Caching} for more information. - * - * - **`defaults.headers`** - {Object} - Default headers for all $http requests. - * Refer to {@link ng.$http#setting-http-headers $http} for documentation on - * setting default headers. - * - **`defaults.headers.common`** - * - **`defaults.headers.post`** - * - **`defaults.headers.put`** - * - **`defaults.headers.patch`** - * - * - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the - * callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the - * {@link $jsonpCallbacks} service. Defaults to `'callback'`. - * - * - **`defaults.paramSerializer`** - `{string|function(Object):string}` - A function - * used to the prepare string representation of request parameters (specified as an object). - * If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}. - * Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}. - * - * - **`defaults.transformRequest`** - - * `{Array|function(data, headersGetter)}` - - * An array of functions (or a single function) which are applied to the request data. - * By default, this is an array with one request transformation function: - * - * - If the `data` property of the request configuration object contains an object, serialize it - * into JSON format. - * - * - **`defaults.transformResponse`** - - * `{Array|function(data, headersGetter, status)}` - - * An array of functions (or a single function) which are applied to the response data. By default, - * this is an array which applies one response transformation function that does two things: - * - * - If XSRF prefix is detected, strip it - * (see {@link ng.$http#security-considerations Security Considerations in the $http docs}). - * - If the `Content-Type` is `application/json` or the response looks like JSON, - * deserialize it using a JSON parser. - * - * - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token. - * Defaults value is `'XSRF-TOKEN'`. - * - * - **`defaults.xsrfHeaderName`** - {string} - Name of HTTP header to populate with the - * XSRF token. Defaults value is `'X-XSRF-TOKEN'`. - * - **/ - var defaults = this.defaults = { - // transform incoming response data - transformResponse: [defaultHttpResponseTransform], - - // transform outgoing request data - transformRequest: [function (d) { - return isObject(d) && !isFile(d) && !isBlob(d) && !isFormData(d) ? toJson(d) : d; - }], - - // default headers - headers: { - common: { - 'Accept': 'application/json, text/plain, */*' - }, - post: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), - put: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), - patch: shallowCopy(CONTENT_TYPE_APPLICATION_JSON) - }, - - xsrfCookieName: 'XSRF-TOKEN', - xsrfHeaderName: 'X-XSRF-TOKEN', + * @deprecated + * sinceVersion="v1.3.0" + * removeVersion="v1.7.0" + * This method of finding controllers has been deprecated. + */ + this.allowGlobals = function() { + globals = true; + }; - paramSerializer: '$httpParamSerializer', - jsonpCallbackParam: 'callback' - }; + this.$get = ['$injector', '$window', function($injector, $window) { - var useApplyAsync = false; /** - * @ngdoc method - * @name $httpProvider#useApplyAsync - * @description - * - * Configure $http service to combine processing of multiple http responses received at around - * the same time via {@link ng.$rootScope.Scope#$applyAsync $rootScope.$applyAsync}. This can result in - * significant performance improvement for bigger applications that make many HTTP requests - * concurrently (common during application bootstrap). + * @ngdoc service + * @name $controller + * @requires $injector * - * Defaults to false. If no value is specified, returns the current configured value. + * @param {Function|string} constructor If called with a function then it's considered to be the + * controller constructor function. Otherwise it's considered to be a string which is used + * to retrieve the controller constructor using the following steps: * - * @param {boolean=} value If true, when requests are loaded, they will schedule a deferred - * "apply" on the next tick, giving time for subsequent requests in a roughly ~10ms window - * to load and share the same digest cycle. + * * check if a controller with given name is registered via `$controllerProvider` + * * check if evaluating the string on the current scope returns a constructor + * * if $controllerProvider#allowGlobals, check `window[constructor]` on the global + * `window` object (deprecated, not recommended) * - * @returns {boolean|Object} If a value is specified, returns the $httpProvider for chaining. - * otherwise, returns the current configured value. - **/ - this.useApplyAsync = function (value) { - if (isDefined(value)) { - useApplyAsync = !!value; - return this; - } - return useApplyAsync; - }; - - /** - * @ngdoc property - * @name $httpProvider#interceptors - * @description + * The string can use the `controller as property` syntax, where the controller instance is published + * as the specified property on the `scope`; the `scope` must be injected into `locals` param for this + * to work correctly. * - * Array containing service factories for all synchronous or asynchronous {@link ng.$http $http} - * pre-processing of request or postprocessing of responses. + * @param {Object} locals Injection locals for Controller. + * @return {Object} Instance of given controller. * - * These service factories are ordered by request, i.e. they are applied in the same order as the - * array, on request, but reverse order, on response. + * @description + * `$controller` service is responsible for instantiating controllers. * - * {@link ng.$http#interceptors Interceptors detailed info} - **/ - var interceptorFactories = this.interceptors = []; - - this.$get = ['$browser', '$httpBackend', '$$cookieReader', '$cacheFactory', '$rootScope', '$q', '$injector', '$sce', function ($browser, $httpBackend, $$cookieReader, $cacheFactory, $rootScope, $q, $injector, $sce) { - - var defaultCache = $cacheFactory('$http'); - - /** - * Make sure that default param serializer is exposed as a function - */ - defaults.paramSerializer = isString(defaults.paramSerializer) ? $injector.get(defaults.paramSerializer) : defaults.paramSerializer; - - /** - * Interceptors stored in reverse order. Inner interceptors before outer interceptors. - * The reversal is needed so that we can build up the interception chain around the - * server request. - */ - var reversedInterceptors = []; - - forEach(interceptorFactories, function (interceptorFactory) { - reversedInterceptors.unshift(isString(interceptorFactory) ? $injector.get(interceptorFactory) : $injector.invoke(interceptorFactory)); - }); - - /** - * @ngdoc service - * @kind function - * @name $http - * @requires ng.$httpBackend - * @requires $cacheFactory - * @requires $rootScope - * @requires $q - * @requires $injector - * - * @description - * The `$http` service is a core Angular service that facilitates communication with the remote - * HTTP servers via the browser's [XMLHttpRequest](https://developer.mozilla.org/en/xmlhttprequest) - * object or via [JSONP](http://en.wikipedia.org/wiki/JSONP). - * - * For unit testing applications that use `$http` service, see - * {@link ngMock.$httpBackend $httpBackend mock}. - * - * For a higher level of abstraction, please check out the {@link ngResource.$resource - * $resource} service. - * - * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by - * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage - * it is important to familiarize yourself with these APIs and the guarantees they provide. - * - * - * ## General usage - * The `$http` service is a function which takes a single argument — a {@link $http#usage configuration object} — - * that is used to generate an HTTP request and returns a {@link ng.$q promise}. - * - * ```js - * // Simple GET request example: - * $http({ - * method: 'GET', - * url: '/someUrl' - * }).then(function successCallback(response) { - * // this callback will be called asynchronously - * // when the response is available - * }, function errorCallback(response) { - * // called asynchronously if an error occurs - * // or server returns response with an error status. - * }); - * ``` - * - * The response object has these properties: - * - * - **data** – `{string|Object}` – The response body transformed with the transform - * functions. - * - **status** – `{number}` – HTTP status code of the response. - * - **headers** – `{function([headerName])}` – Header getter function. - * - **config** – `{Object}` – The configuration object that was used to generate the request. - * - **statusText** – `{string}` – HTTP status text of the response. - * - **xhrStatus** – `{string}` – Status of the XMLHttpRequest (`complete`, `error`, `timeout` or `abort`). - * - * A response status code between 200 and 299 is considered a success status and will result in - * the success callback being called. Any response status code outside of that range is - * considered an error status and will result in the error callback being called. - * Also, status codes less than -1 are normalized to zero. -1 usually means the request was - * aborted, e.g. using a `config.timeout`. - * Note that if the response is a redirect, XMLHttpRequest will transparently follow it, meaning - * that the outcome (success or error) will be determined by the final response status code. - * - * - * ## Shortcut methods - * - * Shortcut methods are also available. All shortcut methods require passing in the URL, and - * request data must be passed in for POST/PUT requests. An optional config can be passed as the - * last argument. - * - * ```js - * $http.get('/someUrl', config).then(successCallback, errorCallback); - * $http.post('/someUrl', data, config).then(successCallback, errorCallback); - * ``` - * - * Complete list of shortcut methods: - * - * - {@link ng.$http#get $http.get} - * - {@link ng.$http#head $http.head} - * - {@link ng.$http#post $http.post} - * - {@link ng.$http#put $http.put} - * - {@link ng.$http#delete $http.delete} - * - {@link ng.$http#jsonp $http.jsonp} - * - {@link ng.$http#patch $http.patch} - * - * - * ## Writing Unit Tests that use $http - * When unit testing (using {@link ngMock ngMock}), it is necessary to call - * {@link ngMock.$httpBackend#flush $httpBackend.flush()} to flush each pending - * request using trained responses. - * - * ``` - * $httpBackend.expectGET(...); - * $http.get(...); - * $httpBackend.flush(); - * ``` - * - * ## Setting HTTP Headers - * - * The $http service will automatically add certain HTTP headers to all requests. These defaults - * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration - * object, which currently contains this default configuration: - * - * - `$httpProvider.defaults.headers.common` (headers that are common for all requests): - * - Accept: application/json, text/plain, \*/\* - * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests) - * - `Content-Type: application/json` - * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests) - * - `Content-Type: application/json` - * - * To add or overwrite these defaults, simply add or remove a property from these configuration - * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object - * with the lowercased HTTP method name as the key, e.g. - * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`. - * - * The defaults can also be set at runtime via the `$http.defaults` object in the same - * fashion. For example: - * - * ``` - * module.run(function($http) { - * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'; - * }); - * ``` - * - * In addition, you can supply a `headers` property in the config object passed when - * calling `$http(config)`, which overrides the defaults without changing them globally. - * - * To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis, - * Use the `headers` property, setting the desired header to `undefined`. For example: - * - * ```js - * var req = { - * method: 'POST', - * url: 'http://example.com', - * headers: { - * 'Content-Type': undefined - * }, - * data: { test: 'test' } - * } - * - * $http(req).then(function(){...}, function(){...}); - * ``` - * - * ## Transforming Requests and Responses - * - * Both requests and responses can be transformed using transformation functions: `transformRequest` - * and `transformResponse`. These properties can be a single function that returns - * the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, - * which allows you to `push` or `unshift` a new transformation function into the transformation chain. - * - *
    - * **Note:** Angular does not make a copy of the `data` parameter before it is passed into the `transformRequest` pipeline. - * That means changes to the properties of `data` are not local to the transform function (since Javascript passes objects by reference). - * For example, when calling `$http.get(url, $scope.myObject)`, modifications to the object's properties in a transformRequest - * function will be reflected on the scope and in any templates where the object is data-bound. - * To prevent this, transform functions should have no side-effects. - * If you need to modify properties, it is recommended to make a copy of the data, or create new object to return. - *
    - * - * ### Default Transformations - * - * The `$httpProvider` provider and `$http` service expose `defaults.transformRequest` and - * `defaults.transformResponse` properties. If a request does not provide its own transformations - * then these will be applied. - * - * You can augment or replace the default transformations by modifying these properties by adding to or - * replacing the array. - * - * Angular provides the following default transformations: - * - * Request transformations (`$httpProvider.defaults.transformRequest` and `$http.defaults.transformRequest`) is - * an array with one function that does the following: - * - * - If the `data` property of the request configuration object contains an object, serialize it - * into JSON format. - * - * Response transformations (`$httpProvider.defaults.transformResponse` and `$http.defaults.transformResponse`) is - * an array with one function that does the following: - * - * - If XSRF prefix is detected, strip it (see Security Considerations section below). - * - If the `Content-Type` is `application/json` or the response looks like JSON, - * deserialize it using a JSON parser. - * - * - * ### Overriding the Default Transformations Per Request - * - * If you wish to override the request/response transformations only for a single request then provide - * `transformRequest` and/or `transformResponse` properties on the configuration object passed - * into `$http`. - * - * Note that if you provide these properties on the config object the default transformations will be - * overwritten. If you wish to augment the default transformations then you must include them in your - * local transformation array. - * - * The following code demonstrates adding a new response transformation to be run after the default response - * transformations have been run. - * - * ```js - * function appendTransform(defaults, transform) { - * - * // We can't guarantee that the default transformation is an array - * defaults = angular.isArray(defaults) ? defaults : [defaults]; - * - * // Append the new transformation to the defaults - * return defaults.concat(transform); - * } - * - * $http({ - * url: '...', - * method: 'GET', - * transformResponse: appendTransform($http.defaults.transformResponse, function(value) { - * return doTransform(value); - * }) - * }); - * ``` - * - * - * ## Caching - * - * {@link ng.$http `$http`} responses are not cached by default. To enable caching, you must - * set the config.cache value or the default cache value to TRUE or to a cache object (created - * with {@link ng.$cacheFactory `$cacheFactory`}). If defined, the value of config.cache takes - * precedence over the default cache value. - * - * In order to: - * * cache all responses - set the default cache value to TRUE or to a cache object - * * cache a specific response - set config.cache value to TRUE or to a cache object - * - * If caching is enabled, but neither the default cache nor config.cache are set to a cache object, - * then the default `$cacheFactory("$http")` object is used. - * - * The default cache value can be set by updating the - * {@link ng.$http#defaults `$http.defaults.cache`} property or the - * {@link $httpProvider#defaults `$httpProvider.defaults.cache`} property. - * - * When caching is enabled, {@link ng.$http `$http`} stores the response from the server using - * the relevant cache object. The next time the same request is made, the response is returned - * from the cache without sending a request to the server. - * - * Take note that: - * - * * Only GET and JSONP requests are cached. - * * The cache key is the request URL including search parameters; headers are not considered. - * * Cached responses are returned asynchronously, in the same way as responses from the server. - * * If multiple identical requests are made using the same cache, which is not yet populated, - * one request will be made to the server and remaining requests will return the same response. - * * A cache-control header on the response does not affect if or how responses are cached. - * - * - * ## Interceptors - * - * Before you start creating interceptors, be sure to understand the - * {@link ng.$q $q and deferred/promise APIs}. - * - * For purposes of global error handling, authentication, or any kind of synchronous or - * asynchronous pre-processing of request or postprocessing of responses, it is desirable to be - * able to intercept requests before they are handed to the server and - * responses before they are handed over to the application code that - * initiated these requests. The interceptors leverage the {@link ng.$q - * promise APIs} to fulfill this need for both synchronous and asynchronous pre-processing. - * - * The interceptors are service factories that are registered with the `$httpProvider` by - * adding them to the `$httpProvider.interceptors` array. The factory is called and - * injected with dependencies (if specified) and returns the interceptor. - * - * There are two kinds of interceptors (and two kinds of rejection interceptors): - * - * * `request`: interceptors get called with a http {@link $http#usage config} object. The function is free to - * modify the `config` object or create a new one. The function needs to return the `config` - * object directly, or a promise containing the `config` or a new `config` object. - * * `requestError`: interceptor gets called when a previous interceptor threw an error or - * resolved with a rejection. - * * `response`: interceptors get called with http `response` object. The function is free to - * modify the `response` object or create a new one. The function needs to return the `response` - * object directly, or as a promise containing the `response` or a new `response` object. - * * `responseError`: interceptor gets called when a previous interceptor threw an error or - * resolved with a rejection. - * - * - * ```js - * // register the interceptor as a service - * $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) { - * return { - * // optional method - * 'request': function(config) { - * // do something on success - * return config; - * }, - * - * // optional method - * 'requestError': function(rejection) { - * // do something on error - * if (canRecover(rejection)) { - * return responseOrNewPromise - * } - * return $q.reject(rejection); - * }, - * - * - * - * // optional method - * 'response': function(response) { - * // do something on success - * return response; - * }, - * - * // optional method - * 'responseError': function(rejection) { - * // do something on error - * if (canRecover(rejection)) { - * return responseOrNewPromise - * } - * return $q.reject(rejection); - * } - * }; - * }); - * - * $httpProvider.interceptors.push('myHttpInterceptor'); - * - * - * // alternatively, register the interceptor via an anonymous factory - * $httpProvider.interceptors.push(function($q, dependency1, dependency2) { - * return { - * 'request': function(config) { - * // same as above - * }, - * - * 'response': function(response) { - * // same as above - * } - * }; - * }); - * ``` - * - * ## Security Considerations - * - * When designing web applications, consider security threats from: - * - * - [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) - * - [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) - * - * Both server and the client must cooperate in order to eliminate these threats. Angular comes - * pre-configured with strategies that address these issues, but for this to work backend server - * cooperation is required. - * - * ### JSON Vulnerability Protection - * - * A [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) - * allows third party website to turn your JSON resource URL into - * [JSONP](http://en.wikipedia.org/wiki/JSONP) request under some conditions. To - * counter this your server can prefix all JSON requests with following string `")]}',\n"`. - * Angular will automatically strip the prefix before processing it as JSON. - * - * For example if your server needs to return: - * ```js - * ['one','two'] - * ``` - * - * which is vulnerable to attack, your server can return: - * ```js - * )]}', - * ['one','two'] - * ``` - * - * Angular will strip the prefix, before processing the JSON. - * - * - * ### Cross Site Request Forgery (XSRF) Protection - * - * [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) is an attack technique by - * which the attacker can trick an authenticated user into unknowingly executing actions on your - * website. Angular provides a mechanism to counter XSRF. When performing XHR requests, the - * $http service reads a token from a cookie (by default, `XSRF-TOKEN`) and sets it as an HTTP - * header (`X-XSRF-TOKEN`). Since only JavaScript that runs on your domain could read the - * cookie, your server can be assured that the XHR came from JavaScript running on your domain. - * The header will not be set for cross-domain requests. - * - * To take advantage of this, your server needs to set a token in a JavaScript readable session - * cookie called `XSRF-TOKEN` on the first HTTP GET request. On subsequent XHR requests the - * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure - * that only JavaScript running on your domain could have sent the request. The token must be - * unique for each user and must be verifiable by the server (to prevent the JavaScript from - * making up its own tokens). We recommend that the token is a digest of your site's - * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) - * for added security. - * - * The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName - * properties of either $httpProvider.defaults at config-time, $http.defaults at run-time, - * or the per-request config object. - * - * In order to prevent collisions in environments where multiple Angular apps share the - * same domain or subdomain, we recommend that each application uses unique cookie name. - * - * @param {object} config Object describing the request to be made and how it should be - * processed. The object has following properties: - * - * - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc) - * - **url** – `{string|TrustedObject}` – Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * - **params** – `{Object.}` – Map of strings or objects which will be serialized - * with the `paramSerializer` and appended as GET parameters. - * - **data** – `{string|Object}` – Data to be sent as the request message data. - * - **headers** – `{Object}` – Map of strings or functions which return strings representing - * HTTP headers to send to the server. If the return value of a function is null, the - * header will not be sent. Functions accept a config object as an argument. - * - **eventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest object. - * To bind events to the XMLHttpRequest upload object, use `uploadEventHandlers`. - * The handler will be called in the context of a `$apply` block. - * - **uploadEventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest upload - * object. To bind events to the XMLHttpRequest object, use `eventHandlers`. - * The handler will be called in the context of a `$apply` block. - * - **xsrfHeaderName** – `{string}` – Name of HTTP header to populate with the XSRF token. - * - **xsrfCookieName** – `{string}` – Name of cookie containing the XSRF token. - * - **transformRequest** – - * `{function(data, headersGetter)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * request body and headers and returns its transformed (typically serialized) version. - * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default Transformations} - * - **transformResponse** – - * `{function(data, headersGetter, status)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * response body, headers and status and returns its transformed (typically deserialized) version. - * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default Transformations} - * - **paramSerializer** - `{string|function(Object):string}` - A function used to - * prepare the string representation of request parameters (specified as an object). - * If specified as string, it is interpreted as function registered with the - * {@link $injector $injector}, which means you can create your own serializer - * by registering it as a {@link auto.$provide#service service}. - * The default serializer is the {@link $httpParamSerializer $httpParamSerializer}; - * alternatively, you can use the {@link $httpParamSerializerJQLike $httpParamSerializerJQLike} - * - **cache** – `{boolean|Object}` – A boolean value or object created with - * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of the HTTP response. - * See {@link $http#caching $http Caching} for more information. - * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} - * that should abort the request when resolved. - * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the - * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) - * for more information. - * - **responseType** - `{string}` - see - * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype). - * - * @returns {HttpPromise} Returns a {@link ng.$q `Promise}` that will be resolved to a response object - * when the request succeeds or fails. - * - * - * @property {Array.} pendingRequests Array of config objects for currently pending - * requests. This is primarily meant to be used for debugging purposes. - * - * - * @example - - -
    - - -
    - - - -
    http status code: {{status}}
    -
    http response data: {{data}}
    -
    -
    - - angular.module('httpExample', []) - .config(['$sceDelegateProvider', function($sceDelegateProvider) { - // We must whitelist the JSONP endpoint that we are using to show that we trust it - $sceDelegateProvider.resourceUrlWhitelist([ - 'self', - 'https://angularjs.org/**' - ]); - }]) - .controller('FetchController', ['$scope', '$http', '$templateCache', - function($scope, $http, $templateCache) { - $scope.method = 'GET'; - $scope.url = 'http-hello.html'; - $scope.fetch = function() { - $scope.code = null; - $scope.response = null; - $http({method: $scope.method, url: $scope.url, cache: $templateCache}). - then(function(response) { - $scope.status = response.status; - $scope.data = response.data; - }, function(response) { - $scope.data = response.data || 'Request failed'; - $scope.status = response.status; - }); - }; - $scope.updateModel = function(method, url) { - $scope.method = method; - $scope.url = url; - }; - }]); - - - Hello, $http! - - - var status = element(by.binding('status')); - var data = element(by.binding('data')); - var fetchBtn = element(by.id('fetchbtn')); - var sampleGetBtn = element(by.id('samplegetbtn')); - var invalidJsonpBtn = element(by.id('invalidjsonpbtn')); - it('should make an xhr GET request', function() { - sampleGetBtn.click(); - fetchBtn.click(); - expect(status.getText()).toMatch('200'); - expect(data.getText()).toMatch(/Hello, \$http!/); - }); - // Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185 - // it('should make a JSONP request to angularjs.org', function() { - // var sampleJsonpBtn = element(by.id('samplejsonpbtn')); - // sampleJsonpBtn.click(); - // fetchBtn.click(); - // expect(status.getText()).toMatch('200'); - // expect(data.getText()).toMatch(/Super Hero!/); - // }); - it('should make JSONP request to invalid URL and invoke the error handler', - function() { - invalidJsonpBtn.click(); - fetchBtn.click(); - expect(status.getText()).toMatch('0'); - expect(data.getText()).toMatch('Request failed'); - }); - -
    - */ - function $http(requestConfig) { - - if (!isObject(requestConfig)) { - throw minErr('$http')('badreq', 'Http request configuration must be an object. Received: {0}', requestConfig); + * It's just a simple call to {@link auto.$injector $injector}, but extracted into + * a service, so that one can override this service with [BC version](https://gist.github.com/1649788). + */ + return function $controller(expression, locals, later, ident) { + // PRIVATE API: + // param `later` --- indicates that the controller's constructor is invoked at a later time. + // If true, $controller will allocate the object with the correct + // prototype chain, but will not invoke the controller until a returned + // callback is invoked. + // param `ident` --- An optional label which overrides the label parsed from the controller + // expression, if any. + var instance, match, constructor, identifier; + later = later === true; + if (ident && isString(ident)) { + identifier = ident; + } + + if (isString(expression)) { + match = expression.match(CNTRL_REG); + if (!match) { + throw $controllerMinErr('ctrlfmt', + 'Badly formed controller string \'{0}\'. ' + + 'Must match `__name__ as __id__` or `__name__`.', expression); } + constructor = match[1]; + identifier = identifier || match[3]; + expression = controllers.hasOwnProperty(constructor) + ? controllers[constructor] + : getter(locals.$scope, constructor, true) || + (globals ? getter($window, constructor, true) : undefined); - if (!isString($sce.valueOf(requestConfig.url))) { - throw minErr('$http')('badreq', 'Http request configuration url must be a string or a $sce trusted object. Received: {0}', requestConfig.url); + if (!expression) { + throw $controllerMinErr('ctrlreg', + 'The controller with the name \'{0}\' is not registered.', constructor); } - var config = extend({ - method: 'get', - transformRequest: defaults.transformRequest, - transformResponse: defaults.transformResponse, - paramSerializer: defaults.paramSerializer, - jsonpCallbackParam: defaults.jsonpCallbackParam - }, requestConfig); - - config.headers = mergeHeaders(requestConfig); - config.method = uppercase(config.method); - config.paramSerializer = isString(config.paramSerializer) ? $injector.get(config.paramSerializer) : config.paramSerializer; + assertArgFn(expression, constructor, true); + } - $browser.$$incOutstandingRequestCount(); + if (later) { + // Instantiate controller later: + // This machinery is used to create an instance of the object before calling the + // controller's constructor itself. + // + // This allows properties to be added to the controller before the constructor is + // invoked. Primarily, this is used for isolate scope bindings in $compile. + // + // This feature is not intended for use by applications, and is thus not documented + // publicly. + // Object creation: http://jsperf.com/create-constructor/2 + var controllerPrototype = (isArray(expression) ? + expression[expression.length - 1] : expression).prototype; + instance = Object.create(controllerPrototype || null); - var requestInterceptors = []; - var responseInterceptors = []; - var promise = $q.resolve(config); + if (identifier) { + addIdentifier(locals, identifier, instance, constructor || expression.name); + } - // apply interceptors - forEach(reversedInterceptors, function (interceptor) { - if (interceptor.request || interceptor.requestError) { - requestInterceptors.unshift(interceptor.request, interceptor.requestError); - } - if (interceptor.response || interceptor.responseError) { - responseInterceptors.push(interceptor.response, interceptor.responseError); + return extend(function $controllerInit() { + var result = $injector.invoke(expression, instance, locals, constructor); + if (result !== instance && (isObject(result) || isFunction(result))) { + instance = result; + if (identifier) { + // If result changed, re-assign controllerAs value to scope. + addIdentifier(locals, identifier, instance, constructor || expression.name); + } } + return instance; + }, { + instance: instance, + identifier: identifier }); + } - promise = chainInterceptors(promise, requestInterceptors); - promise = promise.then(serverRequest); - promise = chainInterceptors(promise, responseInterceptors); - promise = promise.finally(completeOutstandingRequest); - - return promise; - - function chainInterceptors(promise, interceptors) { - for (var i = 0, ii = interceptors.length; i < ii;) { - var thenFn = interceptors[i++]; - var rejectFn = interceptors[i++]; - - promise = promise.then(thenFn, rejectFn); - } - - interceptors.length = 0; - - return promise; - } - - function completeOutstandingRequest() { - $browser.$$completeOutstandingRequest(noop); - } - - function executeHeaderFns(headers, config) { - var headerContent, - processedHeaders = {}; + instance = $injector.instantiate(expression, locals, constructor); - forEach(headers, function (headerFn, header) { - if (isFunction(headerFn)) { - headerContent = headerFn(config); - if (headerContent != null) { - processedHeaders[header] = headerContent; - } - } else { - processedHeaders[header] = headerFn; - } - }); + if (identifier) { + addIdentifier(locals, identifier, instance, constructor || expression.name); + } - return processedHeaders; - } + return instance; + }; - function mergeHeaders(config) { - var defHeaders = defaults.headers, - reqHeaders = extend({}, config.headers), - defHeaderName, - lowercaseDefHeaderName, - reqHeaderName; + function addIdentifier(locals, identifier, instance, name) { + if (!(locals && isObject(locals.$scope))) { + throw minErr('$controller')('noscp', + 'Cannot export controller \'{0}\' as \'{1}\'! No $scope object provided via `locals`.', + name, identifier); + } - defHeaders = extend({}, defHeaders.common, defHeaders[lowercase(config.method)]); + locals.$scope[identifier] = instance; + } + }]; +} - // using for-in instead of forEach to avoid unnecessary iteration after header has been found - defaultHeadersIteration: for (defHeaderName in defHeaders) { - lowercaseDefHeaderName = lowercase(defHeaderName); +/** + * @ngdoc service + * @name $document + * @requires $window + * @this + * + * @description + * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object. + * + * @example + + +
    +

    $document title:

    +

    window.document title:

    +
    +
    + + angular.module('documentExample', []) + .controller('ExampleController', ['$scope', '$document', function($scope, $document) { + $scope.title = $document[0].title; + $scope.windowTitle = angular.element(window.document)[0].title; + }]); + +
    + */ +function $DocumentProvider() { + this.$get = ['$window', function(window) { + return jqLite(window.document); + }]; +} - for (reqHeaderName in reqHeaders) { - if (lowercase(reqHeaderName) === lowercaseDefHeaderName) { - continue defaultHeadersIteration; - } - } - reqHeaders[defHeaderName] = defHeaders[defHeaderName]; - } +/** + * @private + * @this + * Listens for document visibility change and makes the current status accessible. + */ +function $$IsDocumentHiddenProvider() { + this.$get = ['$document', '$rootScope', function($document, $rootScope) { + var doc = $document[0]; + var hidden = doc && doc.hidden; - // execute if header value is a function for merged headers - return executeHeaderFns(reqHeaders, shallowCopy(config)); - } + $document.on('visibilitychange', changeListener); - function serverRequest(config) { - var headers = config.headers; - var reqData = transformData(config.data, headersGetter(headers), undefined, config.transformRequest); + $rootScope.$on('$destroy', function() { + $document.off('visibilitychange', changeListener); + }); - // strip content-type if data is undefined - if (isUndefined(reqData)) { - forEach(headers, function (value, header) { - if (lowercase(header) === 'content-type') { - delete headers[header]; - } - }); - } + function changeListener() { + hidden = doc.hidden; + } - if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { - config.withCredentials = defaults.withCredentials; - } + return function() { + return hidden; + }; + }]; +} - // send request - return sendReq(config, reqData).then(transformResponse, transformResponse); - } +/** + * @ngdoc service + * @name $exceptionHandler + * @requires ng.$log + * @this + * + * @description + * Any uncaught exception in angular expressions is delegated to this service. + * The default implementation simply delegates to `$log.error` which logs it into + * the browser console. + * + * In unit tests, if `angular-mocks.js` is loaded, this service is overridden by + * {@link ngMock.$exceptionHandler mock $exceptionHandler} which aids in testing. + * + * ## Example: + * + * The example below will overwrite the default `$exceptionHandler` in order to (a) log uncaught + * errors to the backend for later inspection by the developers and (b) to use `$log.warn()` instead + * of `$log.error()`. + * + * ```js + * angular. + * module('exceptionOverwrite', []). + * factory('$exceptionHandler', ['$log', 'logErrorsToBackend', function($log, logErrorsToBackend) { + * return function myExceptionHandler(exception, cause) { + * logErrorsToBackend(exception, cause); + * $log.warn(exception, cause); + * }; + * }]); + * ``` + * + *
    + * Note, that code executed in event-listeners (even those registered using jqLite's `on`/`bind` + * methods) does not delegate exceptions to the {@link ng.$exceptionHandler $exceptionHandler} + * (unless executed during a digest). + * + * If you wish, you can manually delegate exceptions, e.g. + * `try { ... } catch(e) { $exceptionHandler(e); }` + * + * @param {Error} exception Exception associated with the error. + * @param {string=} cause Optional information about the context in which + * the error was thrown. + * + */ +function $ExceptionHandlerProvider() { + this.$get = ['$log', function($log) { + return function(exception, cause) { + $log.error.apply($log, arguments); + }; + }]; +} - function transformResponse(response) { - // make a copy since the response must be cacheable - var resp = extend({}, response); - resp.data = transformData(response.data, response.headers, response.status, config.transformResponse); - return isSuccess(response.status) ? resp : $q.reject(resp); +var $$ForceReflowProvider = /** @this */ function() { + this.$get = ['$document', function($document) { + return function(domNode) { + //the line below will force the browser to perform a repaint so + //that all the animated elements within the animation frame will + //be properly updated and drawn on screen. This is required to + //ensure that the preparation animation is properly flushed so that + //the active state picks up from there. DO NOT REMOVE THIS LINE. + //DO NOT OPTIMIZE THIS LINE. THE MINIFIER WILL REMOVE IT OTHERWISE WHICH + //WILL RESULT IN AN UNPREDICTABLE BUG THAT IS VERY HARD TO TRACK DOWN AND + //WILL TAKE YEARS AWAY FROM YOUR LIFE. + if (domNode) { + if (!domNode.nodeType && domNode instanceof jqLite) { + domNode = domNode[0]; } + } else { + domNode = $document[0].body; } + return domNode.offsetWidth + 1; + }; + }]; +}; - $http.pendingRequests = []; - - /** - * @ngdoc method - * @name $http#get - * - * @description - * Shortcut method to perform `GET` request. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ +var APPLICATION_JSON = 'application/json'; +var CONTENT_TYPE_APPLICATION_JSON = {'Content-Type': APPLICATION_JSON + ';charset=utf-8'}; +var JSON_START = /^\[|^\{(?!\{)/; +var JSON_ENDS = { + '[': /]$/, + '{': /}$/ +}; +var JSON_PROTECTION_PREFIX = /^\)]\}',?\n/; +var $httpMinErr = minErr('$http'); - /** - * @ngdoc method - * @name $http#delete - * - * @description - * Shortcut method to perform `DELETE` request. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ +function serializeValue(v) { + if (isObject(v)) { + return isDate(v) ? v.toISOString() : toJson(v); + } + return v; +} - /** - * @ngdoc method - * @name $http#head - * - * @description - * Shortcut method to perform `HEAD` request. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ - /** - * @ngdoc method - * @name $http#jsonp - * - * @description - * Shortcut method to perform `JSONP` request. - * - * Note that, since JSONP requests are sensitive because the response is given full access to the browser, - * the url must be declared, via {@link $sce} as a trusted resource URL. - * You can trust a URL by adding it to the whitelist via - * {@link $sceDelegateProvider#resourceUrlWhitelist `$sceDelegateProvider.resourceUrlWhitelist`} or - * by explicitly trusting the URL via {@link $sce#trustAsResourceUrl `$sce.trustAsResourceUrl(url)`}. - * - * You should avoid generating the URL for the JSONP request from user provided data. - * Provide additional query parameters via `params` property of the `config` parameter, rather than - * modifying the URL itself. - * - * JSONP requests must specify a callback to be used in the response from the server. This callback - * is passed as a query parameter in the request. You must specify the name of this parameter by - * setting the `jsonpCallbackParam` property on the request config object. - * - * ``` - * $http.jsonp('some/trusted/url', {jsonpCallbackParam: 'callback'}) - * ``` - * - * You can also specify a default callback parameter name in `$http.defaults.jsonpCallbackParam`. - * Initially this is set to `'callback'`. - * - *
    - * You can no longer use the `JSON_CALLBACK` string as a placeholder for specifying where the callback - * parameter value should go. - *
    - * - * If you would like to customise where and how the callbacks are stored then try overriding - * or decorating the {@link $jsonpCallbacks} service. - * - * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; - * or an object created by a call to `$sce.trustAsResourceUrl(url)`. - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ - createShortMethods('get', 'delete', 'head', 'jsonp'); +/** @this */ +function $HttpParamSerializerProvider() { + /** + * @ngdoc service + * @name $httpParamSerializer + * @description + * + * Default {@link $http `$http`} params serializer that converts objects to strings + * according to the following rules: + * + * * `{'foo': 'bar'}` results in `foo=bar` + * * `{'foo': Date.now()}` results in `foo=2015-04-01T09%3A50%3A49.262Z` (`toISOString()` and encoded representation of a Date object) + * * `{'foo': ['bar', 'baz']}` results in `foo=bar&foo=baz` (repeated key for each array element) + * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D` (stringified and encoded representation of an object) + * + * Note that serializer will sort the request parameters alphabetically. + * */ - /** - * @ngdoc method - * @name $http#post - * - * @description - * Shortcut method to perform `POST` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ + this.$get = function() { + return function ngParamSerializer(params) { + if (!params) return ''; + var parts = []; + forEachSorted(params, function(value, key) { + if (value === null || isUndefined(value) || isFunction(value)) return; + if (isArray(value)) { + forEach(value, function(v) { + parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(v))); + }); + } else { + parts.push(encodeUriQuery(key) + '=' + encodeUriQuery(serializeValue(value))); + } + }); - /** - * @ngdoc method - * @name $http#put - * - * @description - * Shortcut method to perform `PUT` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ + return parts.join('&'); + }; + }; +} - /** - * @ngdoc method - * @name $http#patch - * - * @description - * Shortcut method to perform `PATCH` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage - * @returns {HttpPromise} Future object - */ - createShortMethodsWithData('post', 'put', 'patch'); +/** @this */ +function $HttpParamSerializerJQLikeProvider() { + /** + * @ngdoc service + * @name $httpParamSerializerJQLike + * + * @description + * + * Alternative {@link $http `$http`} params serializer that follows + * jQuery's [`param()`](http://api.jquery.com/jquery.param/) method logic. + * The serializer will also sort the params alphabetically. + * + * To use it for serializing `$http` request parameters, set it as the `paramSerializer` property: + * + * ```js + * $http({ + * url: myUrl, + * method: 'GET', + * params: myParams, + * paramSerializer: '$httpParamSerializerJQLike' + * }); + * ``` + * + * It is also possible to set it as the default `paramSerializer` in the + * {@link $httpProvider#defaults `$httpProvider`}. + * + * Additionally, you can inject the serializer and use it explicitly, for example to serialize + * form data for submission: + * + * ```js + * .controller(function($http, $httpParamSerializerJQLike) { + * //... + * + * $http({ + * url: myUrl, + * method: 'POST', + * data: $httpParamSerializerJQLike(myData), + * headers: { + * 'Content-Type': 'application/x-www-form-urlencoded' + * } + * }); + * + * }); + * ``` + * + * */ + this.$get = function() { + return function jQueryLikeParamSerializer(params) { + if (!params) return ''; + var parts = []; + serialize(params, '', true); + return parts.join('&'); + + function serialize(toSerialize, prefix, topLevel) { + if (toSerialize === null || isUndefined(toSerialize)) return; + if (isArray(toSerialize)) { + forEach(toSerialize, function(value, index) { + serialize(value, prefix + '[' + (isObject(value) ? index : '') + ']'); + }); + } else if (isObject(toSerialize) && !isDate(toSerialize)) { + forEachSorted(toSerialize, function(value, key) { + serialize(value, prefix + + (topLevel ? '' : '[') + + key + + (topLevel ? '' : ']')); + }); + } else { + parts.push(encodeUriQuery(prefix) + '=' + encodeUriQuery(serializeValue(toSerialize))); + } + } + }; + }; +} - /** - * @ngdoc property - * @name $http#defaults - * - * @description - * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of - * default headers, withCredentials as well as request and response transformations. - * - * See "Setting HTTP Headers" and "Transforming Requests and Responses" sections above. - */ - $http.defaults = defaults; +function defaultHttpResponseTransform(data, headers) { + if (isString(data)) { + // Strip json vulnerability protection prefix and trim whitespace + var tempData = data.replace(JSON_PROTECTION_PREFIX, '').trim(); - return $http; + if (tempData) { + var contentType = headers('Content-Type'); + var hasJsonContentType = contentType && (contentType.indexOf(APPLICATION_JSON) === 0); - function createShortMethods(names) { - forEach(arguments, function (name) { - $http[name] = function (url, config) { - return $http(extend({}, config || {}, { - method: name, - url: url - })); - }; - }); + if (hasJsonContentType || isJsonLike(tempData)) { + try { + data = fromJson(tempData); + } catch (e) { + if (!hasJsonContentType) { + return data; + } + throw $httpMinErr('baddata', 'Data must be a valid JSON object. Received: "{0}". ' + + 'Parse error: "{1}"', data, e); + } } + } + } - function createShortMethodsWithData(name) { - forEach(arguments, function (name) { - $http[name] = function (url, data, config) { - return $http(extend({}, config || {}, { - method: name, - url: url, - data: data - })); - }; - }); - } + return data; +} - /** - * Makes the request. - * - * !!! ACCESSES CLOSURE VARS: - * $httpBackend, defaults, $log, $rootScope, defaultCache, $http.pendingRequests - */ - function sendReq(config, reqData) { - var deferred = $q.defer(), - promise = deferred.promise, - cache, - cachedResp, - reqHeaders = config.headers, - isJsonp = lowercase(config.method) === 'jsonp', - url = config.url; +function isJsonLike(str) { + var jsonStart = str.match(JSON_START); + return jsonStart && JSON_ENDS[jsonStart[0]].test(str); +} - if (isJsonp) { - // JSONP is a pretty sensitive operation where we're allowing a script to have full access to - // our DOM and JS space. So we require that the URL satisfies SCE.RESOURCE_URL. - url = $sce.getTrustedResourceUrl(url); - } else if (!isString(url)) { - // If it is not a string then the URL must be a $sce trusted object - url = $sce.valueOf(url); - } +/** + * Parse headers into key value object + * + * @param {string} headers Raw headers as a string + * @returns {Object} Parsed headers as key value object + */ +function parseHeaders(headers) { + var parsed = createMap(), i; - url = buildUrl(url, config.paramSerializer(config.params)); + function fillInParsed(key, val) { + if (key) { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + } - if (isJsonp) { - // Check the url and add the JSONP callback placeholder - url = sanitizeJsonpCallbackParam(url, config.jsonpCallbackParam); - } + if (isString(headers)) { + forEach(headers.split('\n'), function(line) { + i = line.indexOf(':'); + fillInParsed(lowercase(trim(line.substr(0, i))), trim(line.substr(i + 1))); + }); + } else if (isObject(headers)) { + forEach(headers, function(headerVal, headerKey) { + fillInParsed(lowercase(headerKey), trim(headerVal)); + }); + } - $http.pendingRequests.push(config); - promise.then(removePendingReq, removePendingReq); + return parsed; +} - if ((config.cache || defaults.cache) && config.cache !== false && (config.method === 'GET' || config.method === 'JSONP')) { - cache = isObject(config.cache) ? config.cache : isObject( /** @type {?} */defaults.cache) ? /** @type {?} */defaults.cache : defaultCache; - } - if (cache) { - cachedResp = cache.get(url); - if (isDefined(cachedResp)) { - if (isPromiseLike(cachedResp)) { - // cached request has already been sent, but there is no response yet - cachedResp.then(resolvePromiseWithResult, resolvePromiseWithResult); - } else { - // serving from cache - if (isArray(cachedResp)) { - resolvePromise(cachedResp[1], cachedResp[0], shallowCopy(cachedResp[2]), cachedResp[3], cachedResp[4]); - } else { - resolvePromise(cachedResp, 200, {}, 'OK', 'complete'); - } - } - } else { - // put the promise for the non-transformed response into cache as a placeholder - cache.put(url, promise); - } - } +/** + * Returns a function that provides access to parsed headers. + * + * Headers are lazy parsed when first requested. + * @see parseHeaders + * + * @param {(string|Object)} headers Headers to provide access to. + * @returns {function(string=)} Returns a getter function which if called with: + * + * - if called with an argument returns a single header value or null + * - if called with no arguments returns an object containing all headers. + */ +function headersGetter(headers) { + var headersObj; - // if we won't have the response in cache, set the xsrf headers and - // send the request to the backend - if (isUndefined(cachedResp)) { - var xsrfValue = urlIsSameOrigin(config.url) ? $$cookieReader()[config.xsrfCookieName || defaults.xsrfCookieName] : undefined; - if (xsrfValue) { - reqHeaders[config.xsrfHeaderName || defaults.xsrfHeaderName] = xsrfValue; - } + return function(name) { + if (!headersObj) headersObj = parseHeaders(headers); - $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout, config.withCredentials, config.responseType, createApplyHandlers(config.eventHandlers), createApplyHandlers(config.uploadEventHandlers)); - } + if (name) { + var value = headersObj[lowercase(name)]; + if (value === undefined) { + value = null; + } + return value; + } - return promise; + return headersObj; + }; +} - function createApplyHandlers(eventHandlers) { - if (eventHandlers) { - var applyHandlers = {}; - forEach(eventHandlers, function (eventHandler, key) { - applyHandlers[key] = function (event) { - if (useApplyAsync) { - $rootScope.$applyAsync(callEventHandler); - } else if ($rootScope.$$phase) { - callEventHandler(); - } else { - $rootScope.$apply(callEventHandler); - } - function callEventHandler() { - eventHandler(event); - } - }; - }); - return applyHandlers; - } - } +/** + * Chain all given functions + * + * This function is used for both request and response transforming + * + * @param {*} data Data to transform. + * @param {function(string=)} headers HTTP headers getter fn. + * @param {number} status HTTP status code of the response. + * @param {(Function|Array.)} fns Function or an array of functions. + * @returns {*} Transformed data. + */ +function transformData(data, headers, status, fns) { + if (isFunction(fns)) { + return fns(data, headers, status); + } - /** - * Callback registered to $httpBackend(): - * - caches the response if desired - * - resolves the raw $http promise - * - calls $apply - */ - function done(status, response, headersString, statusText, xhrStatus) { - if (cache) { - if (isSuccess(status)) { - cache.put(url, [status, response, parseHeaders(headersString), statusText, xhrStatus]); - } else { - // remove promise from the cache - cache.remove(url); - } - } + forEach(fns, function(fn) { + data = fn(data, headers, status); + }); - function resolveHttpPromise() { - resolvePromise(response, status, headersString, statusText, xhrStatus); - } + return data; +} - if (useApplyAsync) { - $rootScope.$applyAsync(resolveHttpPromise); - } else { - resolveHttpPromise(); - if (!$rootScope.$$phase) $rootScope.$apply(); - } - } - /** - * Resolves the raw $http promise. - */ - function resolvePromise(response, status, headers, statusText, xhrStatus) { - //status: HTTP response status code, 0, -1 (aborted by timeout / promise) - status = status >= -1 ? status : 0; - - (isSuccess(status) ? deferred.resolve : deferred.reject)({ - data: response, - status: status, - headers: headersGetter(headers), - config: config, - statusText: statusText, - xhrStatus: xhrStatus - }); - } +function isSuccess(status) { + return 200 <= status && status < 300; +} - function resolvePromiseWithResult(result) { - resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); - } - function removePendingReq() { - var idx = $http.pendingRequests.indexOf(config); - if (idx !== -1) $http.pendingRequests.splice(idx, 1); - } - } +/** + * @ngdoc provider + * @name $httpProvider + * @this + * + * @description + * Use `$httpProvider` to change the default behavior of the {@link ng.$http $http} service. + * */ +function $HttpProvider() { + /** + * @ngdoc property + * @name $httpProvider#defaults + * @description + * + * Object containing default values for all {@link ng.$http $http} requests. + * + * - **`defaults.cache`** - {boolean|Object} - A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of HTTP responses + * by default. See {@link $http#caching $http Caching} for more information. + * + * - **`defaults.headers`** - {Object} - Default headers for all $http requests. + * Refer to {@link ng.$http#setting-http-headers $http} for documentation on + * setting default headers. + * - **`defaults.headers.common`** + * - **`defaults.headers.post`** + * - **`defaults.headers.put`** + * - **`defaults.headers.patch`** + * + * - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the + * callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the + * {@link $jsonpCallbacks} service. Defaults to `'callback'`. + * + * - **`defaults.paramSerializer`** - `{string|function(Object):string}` - A function + * used to the prepare string representation of request parameters (specified as an object). + * If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}. + * Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}. + * + * - **`defaults.transformRequest`** - + * `{Array|function(data, headersGetter)}` - + * An array of functions (or a single function) which are applied to the request data. + * By default, this is an array with one request transformation function: + * + * - If the `data` property of the request configuration object contains an object, serialize it + * into JSON format. + * + * - **`defaults.transformResponse`** - + * `{Array|function(data, headersGetter, status)}` - + * An array of functions (or a single function) which are applied to the response data. By default, + * this is an array which applies one response transformation function that does two things: + * + * - If XSRF prefix is detected, strip it + * (see {@link ng.$http#security-considerations Security Considerations in the $http docs}). + * - If the `Content-Type` is `application/json` or the response looks like JSON, + * deserialize it using a JSON parser. + * + * - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token. + * Defaults value is `'XSRF-TOKEN'`. + * + * - **`defaults.xsrfHeaderName`** - {string} - Name of HTTP header to populate with the + * XSRF token. Defaults value is `'X-XSRF-TOKEN'`. + * + **/ + var defaults = this.defaults = { + // transform incoming response data + transformResponse: [defaultHttpResponseTransform], + + // transform outgoing request data + transformRequest: [function(d) { + return isObject(d) && !isFile(d) && !isBlob(d) && !isFormData(d) ? toJson(d) : d; + }], - function buildUrl(url, serializedParams) { - if (serializedParams.length > 0) { - url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; - } - return url; - } + // default headers + headers: { + common: { + 'Accept': 'application/json, text/plain, */*' + }, + post: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), + put: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), + patch: shallowCopy(CONTENT_TYPE_APPLICATION_JSON) + }, - function sanitizeJsonpCallbackParam(url, cbKey) { - var parts = url.split('?'); - if (parts.length > 2) { - // Throw if the url contains more than one `?` query indicator - throw $httpMinErr('badjsonp', 'Illegal use more than one "?", in url, "{1}"', url); - } - var params = parseKeyValue(parts[1]); - forEach(params, function (value, key) { - if (value === 'JSON_CALLBACK') { - // Throw if the url already contains a reference to JSON_CALLBACK - throw $httpMinErr('badjsonp', 'Illegal use of JSON_CALLBACK in url, "{0}"', url); - } - if (key === cbKey) { - // Throw if the callback param was already provided - throw $httpMinErr('badjsonp', 'Illegal use of callback param, "{0}", in url, "{1}"', cbKey, url); - } - }); + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', - // Add in the JSON_CALLBACK callback param value - url += (url.indexOf('?') === -1 ? '?' : '&') + cbKey + '=JSON_CALLBACK'; + paramSerializer: '$httpParamSerializer', - return url; - } - }]; - } + jsonpCallbackParam: 'callback' + }; + var useApplyAsync = false; /** - * @ngdoc service - * @name $xhrFactory - * @this - * + * @ngdoc method + * @name $httpProvider#useApplyAsync * @description - * Factory function used to create XMLHttpRequest objects. * - * Replace or decorate this service to create your own custom XMLHttpRequest objects. + * Configure $http service to combine processing of multiple http responses received at around + * the same time via {@link ng.$rootScope.Scope#$applyAsync $rootScope.$applyAsync}. This can result in + * significant performance improvement for bigger applications that make many HTTP requests + * concurrently (common during application bootstrap). * - * ``` - * angular.module('myApp', []) - * .factory('$xhrFactory', function() { - * return function createXhr(method, url) { - * return new window.XMLHttpRequest({mozSystem: true}); - * }; - * }); - * ``` + * Defaults to false. If no value is specified, returns the current configured value. * - * @param {string} method HTTP method of the request (GET, POST, PUT, ..) - * @param {string} url URL of the request. - */ - function $xhrFactoryProvider() { - this.$get = function () { - return function createXhr() { - return new window.XMLHttpRequest(); - }; - }; - } + * @param {boolean=} value If true, when requests are loaded, they will schedule a deferred + * "apply" on the next tick, giving time for subsequent requests in a roughly ~10ms window + * to load and share the same digest cycle. + * + * @returns {boolean|Object} If a value is specified, returns the $httpProvider for chaining. + * otherwise, returns the current configured value. + **/ + this.useApplyAsync = function(value) { + if (isDefined(value)) { + useApplyAsync = !!value; + return this; + } + return useApplyAsync; + }; /** - * @ngdoc service - * @name $httpBackend - * @requires $jsonpCallbacks - * @requires $document - * @requires $xhrFactory - * @this - * + * @ngdoc property + * @name $httpProvider#interceptors * @description - * HTTP backend used by the {@link ng.$http service} that delegates to - * XMLHttpRequest object or JSONP and deals with browser incompatibilities. * - * You should never need to use this service directly, instead use the higher-level abstractions: - * {@link ng.$http $http} or {@link ngResource.$resource $resource}. + * Array containing service factories for all synchronous or asynchronous {@link ng.$http $http} + * pre-processing of request or postprocessing of responses. * - * During testing this implementation is swapped with {@link ngMock.$httpBackend mock - * $httpBackend} which can be trained with responses. - */ - function $HttpBackendProvider() { - this.$get = ['$browser', '$jsonpCallbacks', '$document', '$xhrFactory', function ($browser, $jsonpCallbacks, $document, $xhrFactory) { - return createHttpBackend($browser, $xhrFactory, $browser.defer, $jsonpCallbacks, $document[0]); - }]; - } - - function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDocument) { - // TODO(vojta): fix the signature - return function (method, url, post, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers) { - url = url || $browser.url(); - - if (lowercase(method) === 'jsonp') { - var callbackPath = callbacks.createCallback(url); - var jsonpDone = jsonpReq(url, callbackPath, function (status, text) { - // jsonpReq only ever sets status to 200 (OK), 404 (ERROR) or -1 (WAITING) - var response = status === 200 && callbacks.getResponse(callbackPath); - completeRequest(callback, status, response, '', text, 'complete'); - callbacks.removeCallback(callbackPath); - }); - } else { - - var xhr = createXhr(method, url); - - xhr.open(method, url, true); - forEach(headers, function (value, key) { - if (isDefined(value)) { - xhr.setRequestHeader(key, value); - } - }); - - xhr.onload = function requestLoaded() { - var statusText = xhr.statusText || ''; + * These service factories are ordered by request, i.e. they are applied in the same order as the + * array, on request, but reverse order, on response. + * + * {@link ng.$http#interceptors Interceptors detailed info} + **/ + var interceptorFactories = this.interceptors = []; - // responseText is the old-school way of retrieving response (supported by IE9) - // response/responseType properties were introduced in XHR Level2 spec (supported by IE10) - var response = 'response' in xhr ? xhr.response : xhr.responseText; + this.$get = ['$browser', '$httpBackend', '$$cookieReader', '$cacheFactory', '$rootScope', '$q', '$injector', '$sce', + function($browser, $httpBackend, $$cookieReader, $cacheFactory, $rootScope, $q, $injector, $sce) { - // normalize IE9 bug (http://bugs.jquery.com/ticket/1450) - var status = xhr.status === 1223 ? 204 : xhr.status; + var defaultCache = $cacheFactory('$http'); - // fix status code when it is 0 (0 status is undocumented). - // Occurs when accessing file resources or on Android 4.1 stock browser - // while retrieving files from application cache. - if (status === 0) { - status = response ? 200 : urlResolve(url).protocol === 'file' ? 404 : 0; - } + /** + * Make sure that default param serializer is exposed as a function + */ + defaults.paramSerializer = isString(defaults.paramSerializer) ? + $injector.get(defaults.paramSerializer) : defaults.paramSerializer; - completeRequest(callback, status, response, xhr.getAllResponseHeaders(), statusText, 'complete'); - }; + /** + * Interceptors stored in reverse order. Inner interceptors before outer interceptors. + * The reversal is needed so that we can build up the interception chain around the + * server request. + */ + var reversedInterceptors = []; - var requestError = function requestError() { - // The response is always empty - // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error - completeRequest(callback, -1, null, null, '', 'error'); - }; + forEach(interceptorFactories, function(interceptorFactory) { + reversedInterceptors.unshift(isString(interceptorFactory) + ? $injector.get(interceptorFactory) : $injector.invoke(interceptorFactory)); + }); - var requestAborted = function requestAborted() { - completeRequest(callback, -1, null, null, '', 'abort'); + /** + * @ngdoc service + * @kind function + * @name $http + * @requires ng.$httpBackend + * @requires $cacheFactory + * @requires $rootScope + * @requires $q + * @requires $injector + * + * @description + * The `$http` service is a core Angular service that facilitates communication with the remote + * HTTP servers via the browser's [XMLHttpRequest](https://developer.mozilla.org/en/xmlhttprequest) + * object or via [JSONP](http://en.wikipedia.org/wiki/JSONP). + * + * For unit testing applications that use `$http` service, see + * {@link ngMock.$httpBackend $httpBackend mock}. + * + * For a higher level of abstraction, please check out the {@link ngResource.$resource + * $resource} service. + * + * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by + * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage + * it is important to familiarize yourself with these APIs and the guarantees they provide. + * + * + * ## General usage + * The `$http` service is a function which takes a single argument — a {@link $http#usage configuration object} — + * that is used to generate an HTTP request and returns a {@link ng.$q promise}. + * + * ```js + * // Simple GET request example: + * $http({ + * method: 'GET', + * url: '/someUrl' + * }).then(function successCallback(response) { + * // this callback will be called asynchronously + * // when the response is available + * }, function errorCallback(response) { + * // called asynchronously if an error occurs + * // or server returns response with an error status. + * }); + * ``` + * + * The response object has these properties: + * + * - **data** – `{string|Object}` – The response body transformed with the transform + * functions. + * - **status** – `{number}` – HTTP status code of the response. + * - **headers** – `{function([headerName])}` – Header getter function. + * - **config** – `{Object}` – The configuration object that was used to generate the request. + * - **statusText** – `{string}` – HTTP status text of the response. + * - **xhrStatus** – `{string}` – Status of the XMLHttpRequest (`complete`, `error`, `timeout` or `abort`). + * + * A response status code between 200 and 299 is considered a success status and will result in + * the success callback being called. Any response status code outside of that range is + * considered an error status and will result in the error callback being called. + * Also, status codes less than -1 are normalized to zero. -1 usually means the request was + * aborted, e.g. using a `config.timeout`. + * Note that if the response is a redirect, XMLHttpRequest will transparently follow it, meaning + * that the outcome (success or error) will be determined by the final response status code. + * + * + * ## Shortcut methods + * + * Shortcut methods are also available. All shortcut methods require passing in the URL, and + * request data must be passed in for POST/PUT requests. An optional config can be passed as the + * last argument. + * + * ```js + * $http.get('/someUrl', config).then(successCallback, errorCallback); + * $http.post('/someUrl', data, config).then(successCallback, errorCallback); + * ``` + * + * Complete list of shortcut methods: + * + * - {@link ng.$http#get $http.get} + * - {@link ng.$http#head $http.head} + * - {@link ng.$http#post $http.post} + * - {@link ng.$http#put $http.put} + * - {@link ng.$http#delete $http.delete} + * - {@link ng.$http#jsonp $http.jsonp} + * - {@link ng.$http#patch $http.patch} + * + * + * ## Writing Unit Tests that use $http + * When unit testing (using {@link ngMock ngMock}), it is necessary to call + * {@link ngMock.$httpBackend#flush $httpBackend.flush()} to flush each pending + * request using trained responses. + * + * ``` + * $httpBackend.expectGET(...); + * $http.get(...); + * $httpBackend.flush(); + * ``` + * + * ## Setting HTTP Headers + * + * The $http service will automatically add certain HTTP headers to all requests. These defaults + * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration + * object, which currently contains this default configuration: + * + * - `$httpProvider.defaults.headers.common` (headers that are common for all requests): + * - Accept: application/json, text/plain, \*/\* + * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests) + * - `Content-Type: application/json` + * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests) + * - `Content-Type: application/json` + * + * To add or overwrite these defaults, simply add or remove a property from these configuration + * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object + * with the lowercased HTTP method name as the key, e.g. + * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`. + * + * The defaults can also be set at runtime via the `$http.defaults` object in the same + * fashion. For example: + * + * ``` + * module.run(function($http) { + * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'; + * }); + * ``` + * + * In addition, you can supply a `headers` property in the config object passed when + * calling `$http(config)`, which overrides the defaults without changing them globally. + * + * To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis, + * Use the `headers` property, setting the desired header to `undefined`. For example: + * + * ```js + * var req = { + * method: 'POST', + * url: 'http://example.com', + * headers: { + * 'Content-Type': undefined + * }, + * data: { test: 'test' } + * } + * + * $http(req).then(function(){...}, function(){...}); + * ``` + * + * ## Transforming Requests and Responses + * + * Both requests and responses can be transformed using transformation functions: `transformRequest` + * and `transformResponse`. These properties can be a single function that returns + * the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, + * which allows you to `push` or `unshift` a new transformation function into the transformation chain. + * + *
    + * **Note:** Angular does not make a copy of the `data` parameter before it is passed into the `transformRequest` pipeline. + * That means changes to the properties of `data` are not local to the transform function (since Javascript passes objects by reference). + * For example, when calling `$http.get(url, $scope.myObject)`, modifications to the object's properties in a transformRequest + * function will be reflected on the scope and in any templates where the object is data-bound. + * To prevent this, transform functions should have no side-effects. + * If you need to modify properties, it is recommended to make a copy of the data, or create new object to return. + *
    + * + * ### Default Transformations + * + * The `$httpProvider` provider and `$http` service expose `defaults.transformRequest` and + * `defaults.transformResponse` properties. If a request does not provide its own transformations + * then these will be applied. + * + * You can augment or replace the default transformations by modifying these properties by adding to or + * replacing the array. + * + * Angular provides the following default transformations: + * + * Request transformations (`$httpProvider.defaults.transformRequest` and `$http.defaults.transformRequest`) is + * an array with one function that does the following: + * + * - If the `data` property of the request configuration object contains an object, serialize it + * into JSON format. + * + * Response transformations (`$httpProvider.defaults.transformResponse` and `$http.defaults.transformResponse`) is + * an array with one function that does the following: + * + * - If XSRF prefix is detected, strip it (see Security Considerations section below). + * - If the `Content-Type` is `application/json` or the response looks like JSON, + * deserialize it using a JSON parser. + * + * + * ### Overriding the Default Transformations Per Request + * + * If you wish to override the request/response transformations only for a single request then provide + * `transformRequest` and/or `transformResponse` properties on the configuration object passed + * into `$http`. + * + * Note that if you provide these properties on the config object the default transformations will be + * overwritten. If you wish to augment the default transformations then you must include them in your + * local transformation array. + * + * The following code demonstrates adding a new response transformation to be run after the default response + * transformations have been run. + * + * ```js + * function appendTransform(defaults, transform) { + * + * // We can't guarantee that the default transformation is an array + * defaults = angular.isArray(defaults) ? defaults : [defaults]; + * + * // Append the new transformation to the defaults + * return defaults.concat(transform); + * } + * + * $http({ + * url: '...', + * method: 'GET', + * transformResponse: appendTransform($http.defaults.transformResponse, function(value) { + * return doTransform(value); + * }) + * }); + * ``` + * + * + * ## Caching + * + * {@link ng.$http `$http`} responses are not cached by default. To enable caching, you must + * set the config.cache value or the default cache value to TRUE or to a cache object (created + * with {@link ng.$cacheFactory `$cacheFactory`}). If defined, the value of config.cache takes + * precedence over the default cache value. + * + * In order to: + * * cache all responses - set the default cache value to TRUE or to a cache object + * * cache a specific response - set config.cache value to TRUE or to a cache object + * + * If caching is enabled, but neither the default cache nor config.cache are set to a cache object, + * then the default `$cacheFactory("$http")` object is used. + * + * The default cache value can be set by updating the + * {@link ng.$http#defaults `$http.defaults.cache`} property or the + * {@link $httpProvider#defaults `$httpProvider.defaults.cache`} property. + * + * When caching is enabled, {@link ng.$http `$http`} stores the response from the server using + * the relevant cache object. The next time the same request is made, the response is returned + * from the cache without sending a request to the server. + * + * Take note that: + * + * * Only GET and JSONP requests are cached. + * * The cache key is the request URL including search parameters; headers are not considered. + * * Cached responses are returned asynchronously, in the same way as responses from the server. + * * If multiple identical requests are made using the same cache, which is not yet populated, + * one request will be made to the server and remaining requests will return the same response. + * * A cache-control header on the response does not affect if or how responses are cached. + * + * + * ## Interceptors + * + * Before you start creating interceptors, be sure to understand the + * {@link ng.$q $q and deferred/promise APIs}. + * + * For purposes of global error handling, authentication, or any kind of synchronous or + * asynchronous pre-processing of request or postprocessing of responses, it is desirable to be + * able to intercept requests before they are handed to the server and + * responses before they are handed over to the application code that + * initiated these requests. The interceptors leverage the {@link ng.$q + * promise APIs} to fulfill this need for both synchronous and asynchronous pre-processing. + * + * The interceptors are service factories that are registered with the `$httpProvider` by + * adding them to the `$httpProvider.interceptors` array. The factory is called and + * injected with dependencies (if specified) and returns the interceptor. + * + * There are two kinds of interceptors (and two kinds of rejection interceptors): + * + * * `request`: interceptors get called with a http {@link $http#usage config} object. The function is free to + * modify the `config` object or create a new one. The function needs to return the `config` + * object directly, or a promise containing the `config` or a new `config` object. + * * `requestError`: interceptor gets called when a previous interceptor threw an error or + * resolved with a rejection. + * * `response`: interceptors get called with http `response` object. The function is free to + * modify the `response` object or create a new one. The function needs to return the `response` + * object directly, or as a promise containing the `response` or a new `response` object. + * * `responseError`: interceptor gets called when a previous interceptor threw an error or + * resolved with a rejection. + * + * + * ```js + * // register the interceptor as a service + * $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) { + * return { + * // optional method + * 'request': function(config) { + * // do something on success + * return config; + * }, + * + * // optional method + * 'requestError': function(rejection) { + * // do something on error + * if (canRecover(rejection)) { + * return responseOrNewPromise + * } + * return $q.reject(rejection); + * }, + * + * + * + * // optional method + * 'response': function(response) { + * // do something on success + * return response; + * }, + * + * // optional method + * 'responseError': function(rejection) { + * // do something on error + * if (canRecover(rejection)) { + * return responseOrNewPromise + * } + * return $q.reject(rejection); + * } + * }; + * }); + * + * $httpProvider.interceptors.push('myHttpInterceptor'); + * + * + * // alternatively, register the interceptor via an anonymous factory + * $httpProvider.interceptors.push(function($q, dependency1, dependency2) { + * return { + * 'request': function(config) { + * // same as above + * }, + * + * 'response': function(response) { + * // same as above + * } + * }; + * }); + * ``` + * + * ## Security Considerations + * + * When designing web applications, consider security threats from: + * + * - [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) + * - [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) + * + * Both server and the client must cooperate in order to eliminate these threats. Angular comes + * pre-configured with strategies that address these issues, but for this to work backend server + * cooperation is required. + * + * ### JSON Vulnerability Protection + * + * A [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) + * allows third party website to turn your JSON resource URL into + * [JSONP](http://en.wikipedia.org/wiki/JSONP) request under some conditions. To + * counter this your server can prefix all JSON requests with following string `")]}',\n"`. + * Angular will automatically strip the prefix before processing it as JSON. + * + * For example if your server needs to return: + * ```js + * ['one','two'] + * ``` + * + * which is vulnerable to attack, your server can return: + * ```js + * )]}', + * ['one','two'] + * ``` + * + * Angular will strip the prefix, before processing the JSON. + * + * + * ### Cross Site Request Forgery (XSRF) Protection + * + * [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) is an attack technique by + * which the attacker can trick an authenticated user into unknowingly executing actions on your + * website. Angular provides a mechanism to counter XSRF. When performing XHR requests, the + * $http service reads a token from a cookie (by default, `XSRF-TOKEN`) and sets it as an HTTP + * header (`X-XSRF-TOKEN`). Since only JavaScript that runs on your domain could read the + * cookie, your server can be assured that the XHR came from JavaScript running on your domain. + * The header will not be set for cross-domain requests. + * + * To take advantage of this, your server needs to set a token in a JavaScript readable session + * cookie called `XSRF-TOKEN` on the first HTTP GET request. On subsequent XHR requests the + * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure + * that only JavaScript running on your domain could have sent the request. The token must be + * unique for each user and must be verifiable by the server (to prevent the JavaScript from + * making up its own tokens). We recommend that the token is a digest of your site's + * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) + * for added security. + * + * The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName + * properties of either $httpProvider.defaults at config-time, $http.defaults at run-time, + * or the per-request config object. + * + * In order to prevent collisions in environments where multiple Angular apps share the + * same domain or subdomain, we recommend that each application uses unique cookie name. + * + * @param {object} config Object describing the request to be made and how it should be + * processed. The object has following properties: + * + * - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc) + * - **url** – `{string|TrustedObject}` – Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * - **params** – `{Object.}` – Map of strings or objects which will be serialized + * with the `paramSerializer` and appended as GET parameters. + * - **data** – `{string|Object}` – Data to be sent as the request message data. + * - **headers** – `{Object}` – Map of strings or functions which return strings representing + * HTTP headers to send to the server. If the return value of a function is null, the + * header will not be sent. Functions accept a config object as an argument. + * - **eventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest object. + * To bind events to the XMLHttpRequest upload object, use `uploadEventHandlers`. + * The handler will be called in the context of a `$apply` block. + * - **uploadEventHandlers** - `{Object}` - Event listeners to be bound to the XMLHttpRequest upload + * object. To bind events to the XMLHttpRequest object, use `eventHandlers`. + * The handler will be called in the context of a `$apply` block. + * - **xsrfHeaderName** – `{string}` – Name of HTTP header to populate with the XSRF token. + * - **xsrfCookieName** – `{string}` – Name of cookie containing the XSRF token. + * - **transformRequest** – + * `{function(data, headersGetter)|Array.}` – + * transform function or an array of such functions. The transform function takes the http + * request body and headers and returns its transformed (typically serialized) version. + * See {@link ng.$http#overriding-the-default-transformations-per-request + * Overriding the Default Transformations} + * - **transformResponse** – + * `{function(data, headersGetter, status)|Array.}` – + * transform function or an array of such functions. The transform function takes the http + * response body, headers and status and returns its transformed (typically deserialized) version. + * See {@link ng.$http#overriding-the-default-transformations-per-request + * Overriding the Default Transformations} + * - **paramSerializer** - `{string|function(Object):string}` - A function used to + * prepare the string representation of request parameters (specified as an object). + * If specified as string, it is interpreted as function registered with the + * {@link $injector $injector}, which means you can create your own serializer + * by registering it as a {@link auto.$provide#service service}. + * The default serializer is the {@link $httpParamSerializer $httpParamSerializer}; + * alternatively, you can use the {@link $httpParamSerializerJQLike $httpParamSerializerJQLike} + * - **cache** – `{boolean|Object}` – A boolean value or object created with + * {@link ng.$cacheFactory `$cacheFactory`} to enable or disable caching of the HTTP response. + * See {@link $http#caching $http Caching} for more information. + * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} + * that should abort the request when resolved. + * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the + * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) + * for more information. + * - **responseType** - `{string}` - see + * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype). + * + * @returns {HttpPromise} Returns a {@link ng.$q `Promise}` that will be resolved to a response object + * when the request succeeds or fails. + * + * + * @property {Array.} pendingRequests Array of config objects for currently pending + * requests. This is primarily meant to be used for debugging purposes. + * + * + * @example + + +
    + + +
    + + + +
    http status code: {{status}}
    +
    http response data: {{data}}
    +
    +
    + + angular.module('httpExample', []) + .config(['$sceDelegateProvider', function($sceDelegateProvider) { + // We must whitelist the JSONP endpoint that we are using to show that we trust it + $sceDelegateProvider.resourceUrlWhitelist([ + 'self', + 'https://angularjs.org/**' + ]); + }]) + .controller('FetchController', ['$scope', '$http', '$templateCache', + function($scope, $http, $templateCache) { + $scope.method = 'GET'; + $scope.url = 'http-hello.html'; + + $scope.fetch = function() { + $scope.code = null; + $scope.response = null; + + $http({method: $scope.method, url: $scope.url, cache: $templateCache}). + then(function(response) { + $scope.status = response.status; + $scope.data = response.data; + }, function(response) { + $scope.data = response.data || 'Request failed'; + $scope.status = response.status; + }); }; - var requestTimeout = function requestTimeout() { - // The response is always empty - // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error - completeRequest(callback, -1, null, null, '', 'timeout'); + $scope.updateModel = function(method, url) { + $scope.method = method; + $scope.url = url; }; + }]); + + + Hello, $http! + + + var status = element(by.binding('status')); + var data = element(by.binding('data')); + var fetchBtn = element(by.id('fetchbtn')); + var sampleGetBtn = element(by.id('samplegetbtn')); + var invalidJsonpBtn = element(by.id('invalidjsonpbtn')); + + it('should make an xhr GET request', function() { + sampleGetBtn.click(); + fetchBtn.click(); + expect(status.getText()).toMatch('200'); + expect(data.getText()).toMatch(/Hello, \$http!/); + }); - xhr.onerror = requestError; - xhr.onabort = requestAborted; - xhr.ontimeout = requestTimeout; - - forEach(eventHandlers, function (value, key) { - xhr.addEventListener(key, value); - }); - - forEach(uploadEventHandlers, function (value, key) { - xhr.upload.addEventListener(key, value); - }); - - if (withCredentials) { - xhr.withCredentials = true; - } - - if (responseType) { - try { - xhr.responseType = responseType; - } catch (e) { - // WebKit added support for the json responseType value on 09/03/2013 - // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are - // known to throw when setting the value "json" as the response type. Other older - // browsers implementing the responseType - // - // The json response type can be ignored if not supported, because JSON payloads are - // parsed on the client-side regardless. - if (responseType !== 'json') { - throw e; - } - } - } +// Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185 +// it('should make a JSONP request to angularjs.org', function() { +// var sampleJsonpBtn = element(by.id('samplejsonpbtn')); +// sampleJsonpBtn.click(); +// fetchBtn.click(); +// expect(status.getText()).toMatch('200'); +// expect(data.getText()).toMatch(/Super Hero!/); +// }); + + it('should make JSONP request to invalid URL and invoke the error handler', + function() { + invalidJsonpBtn.click(); + fetchBtn.click(); + expect(status.getText()).toMatch('0'); + expect(data.getText()).toMatch('Request failed'); + }); + +
    + */ + function $http(requestConfig) { - xhr.send(isUndefined(post) ? null : post); + if (!isObject(requestConfig)) { + throw minErr('$http')('badreq', 'Http request configuration must be an object. Received: {0}', requestConfig); } - if (timeout > 0) { - var timeoutId = $browserDefer(timeoutRequest, timeout); - } else if (isPromiseLike(timeout)) { - timeout.then(timeoutRequest); + if (!isString($sce.valueOf(requestConfig.url))) { + throw minErr('$http')('badreq', 'Http request configuration url must be a string or a $sce trusted object. Received: {0}', requestConfig.url); } - function timeoutRequest() { - if (jsonpDone) { - jsonpDone(); - } - if (xhr) { - xhr.abort(); - } - } + var config = extend({ + method: 'get', + transformRequest: defaults.transformRequest, + transformResponse: defaults.transformResponse, + paramSerializer: defaults.paramSerializer, + jsonpCallbackParam: defaults.jsonpCallbackParam + }, requestConfig); - function completeRequest(callback, status, response, headersString, statusText, xhrStatus) { - // cancel timeout and subsequent timeout promise resolution - if (isDefined(timeoutId)) { - $browserDefer.cancel(timeoutId); - } - jsonpDone = xhr = null; + config.headers = mergeHeaders(requestConfig); + config.method = uppercase(config.method); + config.paramSerializer = isString(config.paramSerializer) ? + $injector.get(config.paramSerializer) : config.paramSerializer; - callback(status, response, headersString, statusText, xhrStatus); - } - }; + $browser.$$incOutstandingRequestCount(); - function jsonpReq(url, callbackPath, done) { - url = url.replace('JSON_CALLBACK', callbackPath); - // we can't use jQuery/jqLite here because jQuery does crazy stuff with script elements, e.g.: - // - fetches local scripts via XHR and evals them - // - adds and immediately removes script elements from the document - var script = rawDocument.createElement('script'), - _callback = null; - script.type = 'text/javascript'; - script.src = url; - script.async = true; - - _callback = function callback(event) { - script.removeEventListener('load', _callback); - script.removeEventListener('error', _callback); - rawDocument.body.removeChild(script); - script = null; - var status = -1; - var text = 'unknown'; - - if (event) { - if (event.type === 'load' && !callbacks.wasCalled(callbackPath)) { - event = { type: 'error' }; - } - text = event.type; - status = event.type === 'error' ? 404 : 200; - } + var requestInterceptors = []; + var responseInterceptors = []; + var promise = $q.resolve(config); - if (done) { - done(status, text); + // apply interceptors + forEach(reversedInterceptors, function(interceptor) { + if (interceptor.request || interceptor.requestError) { + requestInterceptors.unshift(interceptor.request, interceptor.requestError); } - }; - - script.addEventListener('load', _callback); - script.addEventListener('error', _callback); - rawDocument.body.appendChild(script); - return _callback; - } - } + if (interceptor.response || interceptor.responseError) { + responseInterceptors.push(interceptor.response, interceptor.responseError); + } + }); - var $interpolateMinErr = angular.$interpolateMinErr = minErr('$interpolate'); - $interpolateMinErr.throwNoconcat = function (text) { - throw $interpolateMinErr('noconcat', 'Error while interpolating: {0}\nStrict Contextual Escaping disallows ' + 'interpolations that concatenate multiple expressions when a trusted value is ' + 'required. See http://docs.angularjs.org/api/ng.$sce', text); - }; + promise = chainInterceptors(promise, requestInterceptors); + promise = promise.then(serverRequest); + promise = chainInterceptors(promise, responseInterceptors); + promise = promise.finally(completeOutstandingRequest); - $interpolateMinErr.interr = function (text, err) { - return $interpolateMinErr('interr', 'Can\'t interpolate: {0}\n{1}', text, err.toString()); - }; + return promise; - /** - * @ngdoc provider - * @name $interpolateProvider - * @this - * - * @description - * - * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. - * - *
    - * This feature is sometimes used to mix different markup languages, e.g. to wrap an Angular - * template within a Python Jinja template (or any other template language). Mixing templating - * languages is **very dangerous**. The embedding template language will not safely escape Angular - * expressions, so any user-controlled values in the template will cause Cross Site Scripting (XSS) - * security bugs! - *
    - * - * @example - - - -
    - //demo.label// -
    -
    - - it('should interpolate binding with custom symbols', function() { - expect(element(by.binding('demo.label')).getText()).toBe('This binding is brought you by // interpolation symbols.'); - }); - -
    - */ - function $InterpolateProvider() { - var startSymbol = '{{'; - var endSymbol = '}}'; - /** - * @ngdoc method - * @name $interpolateProvider#startSymbol - * @description - * Symbol to denote start of expression in the interpolated string. Defaults to `{{`. - * - * @param {string=} value new value to set the starting symbol to. - * @returns {string|self} Returns the symbol when used as getter and self if used as setter. - */ - this.startSymbol = function (value) { - if (value) { - startSymbol = value; - return this; - } else { - return startSymbol; - } - }; + function chainInterceptors(promise, interceptors) { + for (var i = 0, ii = interceptors.length; i < ii;) { + var thenFn = interceptors[i++]; + var rejectFn = interceptors[i++]; - /** - * @ngdoc method - * @name $interpolateProvider#endSymbol - * @description - * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. - * - * @param {string=} value new value to set the ending symbol to. - * @returns {string|self} Returns the symbol when used as getter and self if used as setter. - */ - this.endSymbol = function (value) { - if (value) { - endSymbol = value; - return this; - } else { - return endSymbol; - } - }; + promise = promise.then(thenFn, rejectFn); + } - this.$get = ['$parse', '$exceptionHandler', '$sce', function ($parse, $exceptionHandler, $sce) { - var startSymbolLength = startSymbol.length, - endSymbolLength = endSymbol.length, - escapedStartRegexp = new RegExp(startSymbol.replace(/./g, escape), 'g'), - escapedEndRegexp = new RegExp(endSymbol.replace(/./g, escape), 'g'); + interceptors.length = 0; - function escape(ch) { - return '\\\\\\' + ch; + return promise; } - function unescapeText(text) { - return text.replace(escapedStartRegexp, startSymbol).replace(escapedEndRegexp, endSymbol); + function completeOutstandingRequest() { + $browser.$$completeOutstandingRequest(noop); } - // TODO: this is the same as the constantWatchDelegate in parse.js - function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { - var unwatch = scope.$watch(function constantInterpolateWatch(scope) { - unwatch(); - return constantInterp(scope); - }, listener, objectEquality); - return unwatch; - } + function executeHeaderFns(headers, config) { + var headerContent, processedHeaders = {}; - /** - * @ngdoc service - * @name $interpolate - * @kind function - * - * @requires $parse - * @requires $sce - * - * @description - * - * Compiles a string with markup into an interpolation function. This service is used by the - * HTML {@link ng.$compile $compile} service for data binding. See - * {@link ng.$interpolateProvider $interpolateProvider} for configuring the - * interpolation markup. - * - * - * ```js - * var $interpolate = ...; // injected - * var exp = $interpolate('Hello {{name | uppercase}}!'); - * expect(exp({name:'Angular'})).toEqual('Hello ANGULAR!'); - * ``` - * - * `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is - * `true`, the interpolation function will return `undefined` unless all embedded expressions - * evaluate to a value other than `undefined`. - * - * ```js - * var $interpolate = ...; // injected - * var context = {greeting: 'Hello', name: undefined }; - * - * // default "forgiving" mode - * var exp = $interpolate('{{greeting}} {{name}}!'); - * expect(exp(context)).toEqual('Hello !'); - * - * // "allOrNothing" mode - * exp = $interpolate('{{greeting}} {{name}}!', false, null, true); - * expect(exp(context)).toBeUndefined(); - * context.name = 'Angular'; - * expect(exp(context)).toEqual('Hello Angular!'); - * ``` - * - * `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior. - * - * #### Escaped Interpolation - * $interpolate provides a mechanism for escaping interpolation markers. Start and end markers - * can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash). - * It will be rendered as a regular start/end marker, and will not be interpreted as an expression - * or binding. - * - * This enables web-servers to prevent script injection attacks and defacing attacks, to some - * degree, while also enabling code examples to work without relying on the - * {@link ng.directive:ngNonBindable ngNonBindable} directive. - * - * **For security purposes, it is strongly encouraged that web servers escape user-supplied data, - * replacing angle brackets (<, >) with &lt; and &gt; respectively, and replacing all - * interpolation start/end markers with their escaped counterparts.** - * - * Escaped interpolation markers are only replaced with the actual interpolation markers in rendered - * output when the $interpolate service processes the text. So, for HTML elements interpolated - * by {@link ng.$compile $compile}, or otherwise interpolated with the `mustHaveExpression` parameter - * set to `true`, the interpolated text must contain an unescaped interpolation expression. As such, - * this is typically useful only when user-data is used in rendering a template from the server, or - * when otherwise untrusted data is used by a directive. - * - * - * - *
    - *

    {{apptitle}}: \{\{ username = "defaced value"; \}\} - *

    - *

    {{username}} attempts to inject code which will deface the - * application, but fails to accomplish their task, because the server has correctly - * escaped the interpolation start/end markers with REVERSE SOLIDUS U+005C (backslash) - * characters.

    - *

    Instead, the result of the attempted script injection is visible, and can be removed - * from the database by an administrator.

    - *
    - *
    - *
    - * - * @knownIssue - * It is currently not possible for an interpolated expression to contain the interpolation end - * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e. - * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string. - * - * @knownIssue - * All directives and components must use the standard `{{` `}}` interpolation symbols - * in their templates. If you change the application interpolation symbols the {@link $compile} - * service will attempt to denormalize the standard symbols to the custom symbols. - * The denormalization process is not clever enough to know not to replace instances of the standard - * symbols where they would not normally be treated as interpolation symbols. For example in the following - * code snippet the closing braces of the literal object will get incorrectly denormalized: - * - * ``` - *
    - * ``` - * - * See https://github.com/angular/angular.js/pull/14610#issuecomment-219401099 for more information. - * - * @param {string} text The text with markup to interpolate. - * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have - * embedded expression in order to return an interpolation function. Strings with no - * embedded expression will return null for the interpolation function. - * @param {string=} trustedContext when provided, the returned function passes the interpolated - * result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult, - * trustedContext)} before returning it. Refer to the {@link ng.$sce $sce} service that - * provides Strict Contextual Escaping for details. - * @param {boolean=} allOrNothing if `true`, then the returned function returns undefined - * unless all embedded expressions evaluate to a value other than `undefined`. - * @returns {function(context)} an interpolation function which is used to compute the - * interpolated string. The function has these parameters: - * - * - `context`: evaluation context for all expressions embedded in the interpolated text - */ - function $interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { - // Provide a quick exit and simplified result function for text with no interpolation - if (!text.length || text.indexOf(startSymbol) === -1) { - var constantInterp; - if (!mustHaveExpression) { - var unescapedText = unescapeText(text); - constantInterp = valueFn(unescapedText); - constantInterp.exp = text; - constantInterp.expressions = []; - constantInterp.$$watchDelegate = constantWatchDelegate; - } - return constantInterp; - } - - allOrNothing = !!allOrNothing; - var startIndex, - endIndex, - index = 0, - expressions = [], - parseFns = [], - textLength = text.length, - exp, - concat = [], - expressionPositions = []; - - while (index < textLength) { - if ((startIndex = text.indexOf(startSymbol, index)) !== -1 && (endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) !== -1) { - if (index !== startIndex) { - concat.push(unescapeText(text.substring(index, startIndex))); + forEach(headers, function(headerFn, header) { + if (isFunction(headerFn)) { + headerContent = headerFn(config); + if (headerContent != null) { + processedHeaders[header] = headerContent; } - exp = text.substring(startIndex + startSymbolLength, endIndex); - expressions.push(exp); - parseFns.push($parse(exp, parseStringifyInterceptor)); - index = endIndex + endSymbolLength; - expressionPositions.push(concat.length); - concat.push(''); } else { - // we did not find an interpolation, so we have to add the remainder to the separators array - if (index !== textLength) { - concat.push(unescapeText(text.substring(index))); - } - break; + processedHeaders[header] = headerFn; } - } + }); - // Concatenating expressions makes it hard to reason about whether some combination of - // concatenated values are unsafe to use and could easily lead to XSS. By requiring that a - // single expression be used for iframe[src], object[src], etc., we ensure that the value - // that's used is assigned or constructed by some JS code somewhere that is more testable or - // make it obvious that you bound the value to some user controlled value. This helps reduce - // the load when auditing for XSS issues. - if (trustedContext && concat.length > 1) { - $interpolateMinErr.throwNoconcat(text); - } + return processedHeaders; + } + + function mergeHeaders(config) { + var defHeaders = defaults.headers, + reqHeaders = extend({}, config.headers), + defHeaderName, lowercaseDefHeaderName, reqHeaderName; + + defHeaders = extend({}, defHeaders.common, defHeaders[lowercase(config.method)]); - if (!mustHaveExpression || expressions.length) { - var compute = function compute(values) { - for (var i = 0, ii = expressions.length; i < ii; i++) { - if (allOrNothing && isUndefined(values[i])) return; - concat[expressionPositions[i]] = values[i]; + // using for-in instead of forEach to avoid unnecessary iteration after header has been found + defaultHeadersIteration: + for (defHeaderName in defHeaders) { + lowercaseDefHeaderName = lowercase(defHeaderName); + + for (reqHeaderName in reqHeaders) { + if (lowercase(reqHeaderName) === lowercaseDefHeaderName) { + continue defaultHeadersIteration; } - return concat.join(''); - }; + } - var getValue = function getValue(value) { - return trustedContext ? $sce.getTrusted(trustedContext, value) : $sce.valueOf(value); - }; + reqHeaders[defHeaderName] = defHeaders[defHeaderName]; + } - return extend(function interpolationFn(context) { - var i = 0; - var ii = expressions.length; - var values = new Array(ii); + // execute if header value is a function for merged headers + return executeHeaderFns(reqHeaders, shallowCopy(config)); + } - try { - for (; i < ii; i++) { - values[i] = parseFns[i](context); - } + function serverRequest(config) { + var headers = config.headers; + var reqData = transformData(config.data, headersGetter(headers), undefined, config.transformRequest); - return compute(values); - } catch (err) { - $exceptionHandler($interpolateMinErr.interr(text, err)); - } - }, { - // all of these properties are undocumented for now - exp: text, //just for compatibility with regular watchers created via $watch - expressions: expressions, - $$watchDelegate: function $$watchDelegate(scope, listener) { - var lastValue; - return scope.$watchGroup(parseFns, /** @this */function interpolateFnWatcher(values, oldValues) { - var currValue = compute(values); - listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope); - lastValue = currValue; - }); + // strip content-type if data is undefined + if (isUndefined(reqData)) { + forEach(headers, function(value, header) { + if (lowercase(header) === 'content-type') { + delete headers[header]; } }); } - function parseStringifyInterceptor(value) { - try { - value = getValue(value); - return allOrNothing && !isDefined(value) ? value : stringify(value); - } catch (err) { - $exceptionHandler($interpolateMinErr.interr(text, err)); - } + if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { + config.withCredentials = defaults.withCredentials; } + + // send request + return sendReq(config, reqData).then(transformResponse, transformResponse); } - /** - * @ngdoc method - * @name $interpolate#startSymbol - * @description - * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`. - * - * Use {@link ng.$interpolateProvider#startSymbol `$interpolateProvider.startSymbol`} to change - * the symbol. - * - * @returns {string} start symbol. - */ - $interpolate.startSymbol = function () { - return startSymbol; - }; + function transformResponse(response) { + // make a copy since the response must be cacheable + var resp = extend({}, response); + resp.data = transformData(response.data, response.headers, response.status, + config.transformResponse); + return (isSuccess(response.status)) + ? resp + : $q.reject(resp); + } + } - /** - * @ngdoc method - * @name $interpolate#endSymbol - * @description - * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. - * - * Use {@link ng.$interpolateProvider#endSymbol `$interpolateProvider.endSymbol`} to change - * the symbol. - * - * @returns {string} end symbol. - */ - $interpolate.endSymbol = function () { - return endSymbol; - }; + $http.pendingRequests = []; - return $interpolate; - }]; - } + /** + * @ngdoc method + * @name $http#get + * + * @description + * Shortcut method to perform `GET` request. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - /** @this */ - function $IntervalProvider() { - this.$get = ['$rootScope', '$window', '$q', '$$q', '$browser', function ($rootScope, $window, $q, $$q, $browser) { - var intervals = {}; + /** + * @ngdoc method + * @name $http#delete + * + * @description + * Shortcut method to perform `DELETE` request. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - /** - * @ngdoc service - * @name $interval - * - * @description - * Angular's wrapper for `window.setInterval`. The `fn` function is executed every `delay` - * milliseconds. - * - * The return value of registering an interval function is a promise. This promise will be - * notified upon each tick of the interval, and will be resolved after `count` iterations, or - * run indefinitely if `count` is not defined. The value of the notification will be the - * number of iterations that have run. - * To cancel an interval, call `$interval.cancel(promise)`. - * - * In tests you can use {@link ngMock.$interval#flush `$interval.flush(millis)`} to - * move forward by `millis` milliseconds and trigger any functions scheduled to run in that - * time. - * - *
    - * **Note**: Intervals created by this service must be explicitly destroyed when you are finished - * with them. In particular they are not automatically destroyed when a controller's scope or a - * directive's element are destroyed. - * You should take this into consideration and make sure to always cancel the interval at the - * appropriate moment. See the example below for more details on how and when to do this. - *
    - * - * @param {function()} fn A function that should be called repeatedly. If no additional arguments - * are passed (see below), the function is called with the current iteration count. - * @param {number} delay Number of milliseconds between each function call. - * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat - * indefinitely. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @param {...*=} Pass additional parameters to the executed function. - * @returns {promise} A promise which will be notified on each iteration. It will resolve once all iterations of the interval complete. - * - * @example - * - * - * - * - *
    - *
    - *
    - * Current time is: - *
    - * Blood 1 : {{blood_1}} - * Blood 2 : {{blood_2}} - * - * - * - *
    - *
    - * - *
    - *
    - */ - function interval(fn, delay, count, invokeApply) { - var hasParams = arguments.length > 4, - args = hasParams ? sliceArgs(arguments, 4) : [], - setInterval = $window.setInterval, - clearInterval = $window.clearInterval, - iteration = 0, - skipApply = isDefined(invokeApply) && !invokeApply, - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise; - - count = isDefined(count) ? count : 0; - - promise.$$intervalId = setInterval(function tick() { - if (skipApply) { - $browser.defer(callback); - } else { - $rootScope.$evalAsync(callback); - } - deferred.notify(iteration++); + /** + * @ngdoc method + * @name $http#head + * + * @description + * Shortcut method to perform `HEAD` request. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - if (count > 0 && iteration >= count) { - deferred.resolve(iteration); - clearInterval(promise.$$intervalId); - delete intervals[promise.$$intervalId]; - } + /** + * @ngdoc method + * @name $http#jsonp + * + * @description + * Shortcut method to perform `JSONP` request. + * + * Note that, since JSONP requests are sensitive because the response is given full access to the browser, + * the url must be declared, via {@link $sce} as a trusted resource URL. + * You can trust a URL by adding it to the whitelist via + * {@link $sceDelegateProvider#resourceUrlWhitelist `$sceDelegateProvider.resourceUrlWhitelist`} or + * by explicitly trusting the URL via {@link $sce#trustAsResourceUrl `$sce.trustAsResourceUrl(url)`}. + * + * You should avoid generating the URL for the JSONP request from user provided data. + * Provide additional query parameters via `params` property of the `config` parameter, rather than + * modifying the URL itself. + * + * JSONP requests must specify a callback to be used in the response from the server. This callback + * is passed as a query parameter in the request. You must specify the name of this parameter by + * setting the `jsonpCallbackParam` property on the request config object. + * + * ``` + * $http.jsonp('some/trusted/url', {jsonpCallbackParam: 'callback'}) + * ``` + * + * You can also specify a default callback parameter name in `$http.defaults.jsonpCallbackParam`. + * Initially this is set to `'callback'`. + * + *
    + * You can no longer use the `JSON_CALLBACK` string as a placeholder for specifying where the callback + * parameter value should go. + *
    + * + * If you would like to customise where and how the callbacks are stored then try overriding + * or decorating the {@link $jsonpCallbacks} service. + * + * @param {string|TrustedObject} url Absolute or relative URL of the resource that is being requested; + * or an object created by a call to `$sce.trustAsResourceUrl(url)`. + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ + createShortMethods('get', 'delete', 'head', 'jsonp'); - if (!skipApply) $rootScope.$apply(); - }, delay); + /** + * @ngdoc method + * @name $http#post + * + * @description + * Shortcut method to perform `POST` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - intervals[promise.$$intervalId] = deferred; + /** + * @ngdoc method + * @name $http#put + * + * @description + * Shortcut method to perform `PUT` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ - return promise; + /** + * @ngdoc method + * @name $http#patch + * + * @description + * Shortcut method to perform `PATCH` request. + * + * @param {string} url Relative or absolute URL specifying the destination of the request + * @param {*} data Request content + * @param {Object=} config Optional configuration object. See https://docs.angularjs.org/api/ng/service/$http#usage + * @returns {HttpPromise} Future object + */ + createShortMethodsWithData('post', 'put', 'patch'); - function callback() { - if (!hasParams) { - fn(iteration); - } else { - fn.apply(null, args); - } - } - } + /** + * @ngdoc property + * @name $http#defaults + * + * @description + * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of + * default headers, withCredentials as well as request and response transformations. + * + * See "Setting HTTP Headers" and "Transforming Requests and Responses" sections above. + */ + $http.defaults = defaults; - /** - * @ngdoc method - * @name $interval#cancel - * - * @description - * Cancels a task associated with the `promise`. - * - * @param {Promise=} promise returned by the `$interval` function. - * @returns {boolean} Returns `true` if the task was successfully canceled. - */ - interval.cancel = function (promise) { - if (promise && promise.$$intervalId in intervals) { - // Interval cancels should not report as unhandled promise. - markQExceptionHandled(intervals[promise.$$intervalId].promise); - intervals[promise.$$intervalId].reject('canceled'); - $window.clearInterval(promise.$$intervalId); - delete intervals[promise.$$intervalId]; - return true; - } - return false; - }; - return interval; - }]; - } + return $http; - /** - * @ngdoc service - * @name $jsonpCallbacks - * @requires $window - * @description - * This service handles the lifecycle of callbacks to handle JSONP requests. - * Override this service if you wish to customise where the callbacks are stored and - * how they vary compared to the requested url. - */ - var $jsonpCallbacksProvider = /** @this */function $jsonpCallbacksProvider() { - this.$get = function () { - var callbacks = angular.callbacks; - var callbackMap = {}; - - function _createCallback(callbackId) { - var callback = function callback(data) { - callback.data = data; - callback.called = true; + + function createShortMethods(names) { + forEach(arguments, function(name) { + $http[name] = function(url, config) { + return $http(extend({}, config || {}, { + method: name, + url: url + })); }; - callback.id = callbackId; - return callback; - } + }); + } - return { - /** - * @ngdoc method - * @name $jsonpCallbacks#createCallback - * @param {string} url the url of the JSONP request - * @returns {string} the callback path to send to the server as part of the JSONP request - * @description - * {@link $httpBackend} calls this method to create a callback and get hold of the path to the callback - * to pass to the server, which will be used to call the callback with its payload in the JSONP response. - */ - createCallback: function createCallback(url) { - var callbackId = '_' + (callbacks.$$counter++).toString(36); - var callbackPath = 'angular.callbacks.' + callbackId; - var callback = _createCallback(callbackId); - callbackMap[callbackPath] = callbacks[callbackId] = callback; - return callbackPath; - }, - /** - * @ngdoc method - * @name $jsonpCallbacks#wasCalled - * @param {string} callbackPath the path to the callback that was sent in the JSONP request - * @returns {boolean} whether the callback has been called, as a result of the JSONP response - * @description - * {@link $httpBackend} calls this method to find out whether the JSONP response actually called the - * callback that was passed in the request. - */ - wasCalled: function wasCalled(callbackPath) { - return callbackMap[callbackPath].called; - }, - /** - * @ngdoc method - * @name $jsonpCallbacks#getResponse - * @param {string} callbackPath the path to the callback that was sent in the JSONP request - * @returns {*} the data received from the response via the registered callback - * @description - * {@link $httpBackend} calls this method to get hold of the data that was provided to the callback - * in the JSONP response. - */ - getResponse: function getResponse(callbackPath) { - return callbackMap[callbackPath].data; - }, - /** - * @ngdoc method - * @name $jsonpCallbacks#removeCallback - * @param {string} callbackPath the path to the callback that was sent in the JSONP request - * @description - * {@link $httpBackend} calls this method to remove the callback after the JSONP request has - * completed or timed-out. - */ - removeCallback: function removeCallback(callbackPath) { - var callback = callbackMap[callbackPath]; - delete callbacks[callback.id]; - delete callbackMap[callbackPath]; - } - }; - }; - }; - /** - * @ngdoc service - * @name $locale - * - * @description - * $locale service provides localization rules for various Angular components. As of right now the - * only public api is: - * - * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) - */ + function createShortMethodsWithData(name) { + forEach(arguments, function(name) { + $http[name] = function(url, data, config) { + return $http(extend({}, config || {}, { + method: name, + url: url, + data: data + })); + }; + }); + } + + + /** + * Makes the request. + * + * !!! ACCESSES CLOSURE VARS: + * $httpBackend, defaults, $log, $rootScope, defaultCache, $http.pendingRequests + */ + function sendReq(config, reqData) { + var deferred = $q.defer(), + promise = deferred.promise, + cache, + cachedResp, + reqHeaders = config.headers, + isJsonp = lowercase(config.method) === 'jsonp', + url = config.url; + + if (isJsonp) { + // JSONP is a pretty sensitive operation where we're allowing a script to have full access to + // our DOM and JS space. So we require that the URL satisfies SCE.RESOURCE_URL. + url = $sce.getTrustedResourceUrl(url); + } else if (!isString(url)) { + // If it is not a string then the URL must be a $sce trusted object + url = $sce.valueOf(url); + } + + url = buildUrl(url, config.paramSerializer(config.params)); + + if (isJsonp) { + // Check the url and add the JSONP callback placeholder + url = sanitizeJsonpCallbackParam(url, config.jsonpCallbackParam); + } + + $http.pendingRequests.push(config); + promise.then(removePendingReq, removePendingReq); + + if ((config.cache || defaults.cache) && config.cache !== false && + (config.method === 'GET' || config.method === 'JSONP')) { + cache = isObject(config.cache) ? config.cache + : isObject(/** @type {?} */ (defaults).cache) + ? /** @type {?} */ (defaults).cache + : defaultCache; + } + + if (cache) { + cachedResp = cache.get(url); + if (isDefined(cachedResp)) { + if (isPromiseLike(cachedResp)) { + // cached request has already been sent, but there is no response yet + cachedResp.then(resolvePromiseWithResult, resolvePromiseWithResult); + } else { + // serving from cache + if (isArray(cachedResp)) { + resolvePromise(cachedResp[1], cachedResp[0], shallowCopy(cachedResp[2]), cachedResp[3], cachedResp[4]); + } else { + resolvePromise(cachedResp, 200, {}, 'OK', 'complete'); + } + } + } else { + // put the promise for the non-transformed response into cache as a placeholder + cache.put(url, promise); + } + } - var PATH_MATCH = /^([^?#]*)(\?([^#]*))?(#(.*))?$/, - DEFAULT_PORTS = { 'http': 80, 'https': 443, 'ftp': 21 }; - var $locationMinErr = minErr('$location'); - /** - * Encode path using encodeUriSegment, ignoring forward slashes - * - * @param {string} path Path to encode - * @returns {string} - */ - function encodePath(path) { - var segments = path.split('/'), - i = segments.length; + // if we won't have the response in cache, set the xsrf headers and + // send the request to the backend + if (isUndefined(cachedResp)) { + var xsrfValue = urlIsSameOrigin(config.url) + ? $$cookieReader()[config.xsrfCookieName || defaults.xsrfCookieName] + : undefined; + if (xsrfValue) { + reqHeaders[(config.xsrfHeaderName || defaults.xsrfHeaderName)] = xsrfValue; + } - while (i--) { - // decode forward slashes to prevent them from being double encoded - segments[i] = encodeUriSegment(segments[i].replace(/%2F/g, '/')); - } + $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout, + config.withCredentials, config.responseType, + createApplyHandlers(config.eventHandlers), + createApplyHandlers(config.uploadEventHandlers)); + } - return segments.join('/'); - } + return promise; - function decodePath(path, html5Mode) { - var segments = path.split('/'), - i = segments.length; + function createApplyHandlers(eventHandlers) { + if (eventHandlers) { + var applyHandlers = {}; + forEach(eventHandlers, function(eventHandler, key) { + applyHandlers[key] = function(event) { + if (useApplyAsync) { + $rootScope.$applyAsync(callEventHandler); + } else if ($rootScope.$$phase) { + callEventHandler(); + } else { + $rootScope.$apply(callEventHandler); + } - while (i--) { - segments[i] = decodeURIComponent(segments[i]); - if (html5Mode) { - // encode forward slashes to prevent them from being mistaken for path separators - segments[i] = segments[i].replace(/\//g, '%2F'); + function callEventHandler() { + eventHandler(event); + } + }; + }); + return applyHandlers; + } } - } - return segments.join('/'); - } - - function parseAbsoluteUrl(absoluteUrl, locationObj) { - var parsedUrl = urlResolve(absoluteUrl); - locationObj.$$protocol = parsedUrl.protocol; - locationObj.$$host = parsedUrl.hostname; - locationObj.$$port = toInt(parsedUrl.port) || DEFAULT_PORTS[parsedUrl.protocol] || null; - } + /** + * Callback registered to $httpBackend(): + * - caches the response if desired + * - resolves the raw $http promise + * - calls $apply + */ + function done(status, response, headersString, statusText, xhrStatus) { + if (cache) { + if (isSuccess(status)) { + cache.put(url, [status, response, parseHeaders(headersString), statusText, xhrStatus]); + } else { + // remove promise from the cache + cache.remove(url); + } + } - var DOUBLE_SLASH_REGEX = /^\s*[\\/]{2,}/; - function parseAppUrl(url, locationObj, html5Mode) { + function resolveHttpPromise() { + resolvePromise(response, status, headersString, statusText, xhrStatus); + } - if (DOUBLE_SLASH_REGEX.test(url)) { - throw $locationMinErr('badpath', 'Invalid url "{0}".', url); - } + if (useApplyAsync) { + $rootScope.$applyAsync(resolveHttpPromise); + } else { + resolveHttpPromise(); + if (!$rootScope.$$phase) $rootScope.$apply(); + } + } - var prefixed = url.charAt(0) !== '/'; - if (prefixed) { - url = '/' + url; - } - var match = urlResolve(url); - var path = prefixed && match.pathname.charAt(0) === '/' ? match.pathname.substring(1) : match.pathname; - locationObj.$$path = decodePath(path, html5Mode); - locationObj.$$search = parseKeyValue(match.search); - locationObj.$$hash = decodeURIComponent(match.hash); - // make sure path starts with '/'; - if (locationObj.$$path && locationObj.$$path.charAt(0) !== '/') { - locationObj.$$path = '/' + locationObj.$$path; - } - } + /** + * Resolves the raw $http promise. + */ + function resolvePromise(response, status, headers, statusText, xhrStatus) { + //status: HTTP response status code, 0, -1 (aborted by timeout / promise) + status = status >= -1 ? status : 0; + + (isSuccess(status) ? deferred.resolve : deferred.reject)({ + data: response, + status: status, + headers: headersGetter(headers), + config: config, + statusText: statusText, + xhrStatus: xhrStatus + }); + } - function startsWith(str, search) { - return str.slice(0, search.length) === search; - } + function resolvePromiseWithResult(result) { + resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); + } - /** - * - * @param {string} base - * @param {string} url - * @returns {string} returns text from `url` after `base` or `undefined` if it does not begin with - * the expected string. - */ - function stripBaseUrl(base, url) { - if (startsWith(url, base)) { - return url.substr(base.length); + function removePendingReq() { + var idx = $http.pendingRequests.indexOf(config); + if (idx !== -1) $http.pendingRequests.splice(idx, 1); + } } - } - function stripHash(url) { - var index = url.indexOf('#'); - return index === -1 ? url : url.substr(0, index); - } - - function trimEmptyHash(url) { - return url.replace(/(#.+)|#$/, '$1'); - } - - function stripFile(url) { - return url.substr(0, stripHash(url).lastIndexOf('/') + 1); - } - - /* return the server only (scheme://host:port) */ - function serverBase(url) { - return url.substring(0, url.indexOf('/', url.indexOf('//') + 2)); - } - /** - * LocationHtml5Url represents a URL - * This object is exposed as $location service when HTML5 mode is enabled and supported - * - * @constructor - * @param {string} appBase application base URL - * @param {string} appBaseNoFile application base URL stripped of any filename - * @param {string} basePrefix URL path prefix - */ - function LocationHtml5Url(appBase, appBaseNoFile, basePrefix) { - this.$$html5 = true; - basePrefix = basePrefix || ''; - parseAbsoluteUrl(appBase, this); + function buildUrl(url, serializedParams) { + if (serializedParams.length > 0) { + url += ((url.indexOf('?') === -1) ? '?' : '&') + serializedParams; + } + return url; + } - /** - * Parse given HTML5 (regular) URL string into properties - * @param {string} url HTML5 URL - * @private - */ - this.$$parse = function (url) { - var pathUrl = stripBaseUrl(appBaseNoFile, url); - if (!isString(pathUrl)) { - throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, appBaseNoFile); + function sanitizeJsonpCallbackParam(url, cbKey) { + var parts = url.split('?'); + if (parts.length > 2) { + // Throw if the url contains more than one `?` query indicator + throw $httpMinErr('badjsonp', 'Illegal use more than one "?", in url, "{1}"', url); } + var params = parseKeyValue(parts[1]); + forEach(params, function(value, key) { + if (value === 'JSON_CALLBACK') { + // Throw if the url already contains a reference to JSON_CALLBACK + throw $httpMinErr('badjsonp', 'Illegal use of JSON_CALLBACK in url, "{0}"', url); + } + if (key === cbKey) { + // Throw if the callback param was already provided + throw $httpMinErr('badjsonp', 'Illegal use of callback param, "{0}", in url, "{1}"', cbKey, url); + } + }); - parseAppUrl(pathUrl, this, true); + // Add in the JSON_CALLBACK callback param value + url += ((url.indexOf('?') === -1) ? '?' : '&') + cbKey + '=JSON_CALLBACK'; - if (!this.$$path) { - this.$$path = '/'; - } + return url; + } + }]; +} - this.$$compose(); +/** + * @ngdoc service + * @name $xhrFactory + * @this + * + * @description + * Factory function used to create XMLHttpRequest objects. + * + * Replace or decorate this service to create your own custom XMLHttpRequest objects. + * + * ``` + * angular.module('myApp', []) + * .factory('$xhrFactory', function() { + * return function createXhr(method, url) { + * return new window.XMLHttpRequest({mozSystem: true}); + * }; + * }); + * ``` + * + * @param {string} method HTTP method of the request (GET, POST, PUT, ..) + * @param {string} url URL of the request. + */ +function $xhrFactoryProvider() { + this.$get = function() { + return function createXhr() { + return new window.XMLHttpRequest(); }; + }; +} - /** - * Compose url and update `absUrl` property - * @private - */ - this.$$compose = function () { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; +/** + * @ngdoc service + * @name $httpBackend + * @requires $jsonpCallbacks + * @requires $document + * @requires $xhrFactory + * @this + * + * @description + * HTTP backend used by the {@link ng.$http service} that delegates to + * XMLHttpRequest object or JSONP and deals with browser incompatibilities. + * + * You should never need to use this service directly, instead use the higher-level abstractions: + * {@link ng.$http $http} or {@link ngResource.$resource $resource}. + * + * During testing this implementation is swapped with {@link ngMock.$httpBackend mock + * $httpBackend} which can be trained with responses. + */ +function $HttpBackendProvider() { + this.$get = ['$browser', '$jsonpCallbacks', '$document', '$xhrFactory', function($browser, $jsonpCallbacks, $document, $xhrFactory) { + return createHttpBackend($browser, $xhrFactory, $browser.defer, $jsonpCallbacks, $document[0]); + }]; +} - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = appBaseNoFile + this.$$url.substr(1); // first char is always '/' +function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDocument) { + // TODO(vojta): fix the signature + return function(method, url, post, callback, headers, timeout, withCredentials, responseType, eventHandlers, uploadEventHandlers) { + url = url || $browser.url(); - this.$$urlUpdatedByLocation = true; - }; + if (lowercase(method) === 'jsonp') { + var callbackPath = callbacks.createCallback(url); + var jsonpDone = jsonpReq(url, callbackPath, function(status, text) { + // jsonpReq only ever sets status to 200 (OK), 404 (ERROR) or -1 (WAITING) + var response = (status === 200) && callbacks.getResponse(callbackPath); + completeRequest(callback, status, response, '', text, 'complete'); + callbacks.removeCallback(callbackPath); + }); + } else { - this.$$parseLinkUrl = function (url, relHref) { - if (relHref && relHref[0] === '#') { - // special case for links to hash fragments: - // keep the old url and only replace the hash fragment - this.hash(relHref.slice(1)); - return true; - } - var appUrl, prevAppUrl; - var rewrittenUrl; + var xhr = createXhr(method, url); - if (isDefined(appUrl = stripBaseUrl(appBase, url))) { - prevAppUrl = appUrl; - if (basePrefix && isDefined(appUrl = stripBaseUrl(basePrefix, appUrl))) { - rewrittenUrl = appBaseNoFile + (stripBaseUrl('/', appUrl) || appUrl); - } else { - rewrittenUrl = appBase + prevAppUrl; + xhr.open(method, url, true); + forEach(headers, function(value, key) { + if (isDefined(value)) { + xhr.setRequestHeader(key, value); } - } else if (isDefined(appUrl = stripBaseUrl(appBaseNoFile, url))) { - rewrittenUrl = appBaseNoFile + appUrl; - } else if (appBaseNoFile === url + '/') { - rewrittenUrl = appBaseNoFile; - } - if (rewrittenUrl) { - this.$$parse(rewrittenUrl); - } - return !!rewrittenUrl; - }; - } - - /** - * LocationHashbangUrl represents URL - * This object is exposed as $location service when developer doesn't opt into html5 mode. - * It also serves as the base class for html5 mode fallback on legacy browsers. - * - * @constructor - * @param {string} appBase application base URL - * @param {string} appBaseNoFile application base URL stripped of any filename - * @param {string} hashPrefix hashbang prefix - */ - function LocationHashbangUrl(appBase, appBaseNoFile, hashPrefix) { + }); - parseAbsoluteUrl(appBase, this); + xhr.onload = function requestLoaded() { + var statusText = xhr.statusText || ''; - /** - * Parse given hashbang URL into properties - * @param {string} url Hashbang URL - * @private - */ - this.$$parse = function (url) { - var withoutBaseUrl = stripBaseUrl(appBase, url) || stripBaseUrl(appBaseNoFile, url); - var withoutHashUrl; + // responseText is the old-school way of retrieving response (supported by IE9) + // response/responseType properties were introduced in XHR Level2 spec (supported by IE10) + var response = ('response' in xhr) ? xhr.response : xhr.responseText; - if (!isUndefined(withoutBaseUrl) && withoutBaseUrl.charAt(0) === '#') { + // normalize IE9 bug (http://bugs.jquery.com/ticket/1450) + var status = xhr.status === 1223 ? 204 : xhr.status; - // The rest of the URL starts with a hash so we have - // got either a hashbang path or a plain hash fragment - withoutHashUrl = stripBaseUrl(hashPrefix, withoutBaseUrl); - if (isUndefined(withoutHashUrl)) { - // There was no hashbang prefix so we just have a hash fragment - withoutHashUrl = withoutBaseUrl; - } - } else { - // There was no hashbang path nor hash fragment: - // If we are in HTML5 mode we use what is left as the path; - // Otherwise we ignore what is left - if (this.$$html5) { - withoutHashUrl = withoutBaseUrl; - } else { - withoutHashUrl = ''; - if (isUndefined(withoutBaseUrl)) { - appBase = url; - /** @type {?} */this.replace(); - } + // fix status code when it is 0 (0 status is undocumented). + // Occurs when accessing file resources or on Android 4.1 stock browser + // while retrieving files from application cache. + if (status === 0) { + status = response ? 200 : urlResolve(url).protocol === 'file' ? 404 : 0; } - } - parseAppUrl(withoutHashUrl, this, false); + completeRequest(callback, + status, + response, + xhr.getAllResponseHeaders(), + statusText, + 'complete'); + }; - this.$$path = removeWindowsDriveName(this.$$path, withoutHashUrl, appBase); + var requestError = function() { + // The response is always empty + // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error + completeRequest(callback, -1, null, null, '', 'error'); + }; - this.$$compose(); + var requestAborted = function() { + completeRequest(callback, -1, null, null, '', 'abort'); + }; - /* - * In Windows, on an anchor node on documents loaded from - * the filesystem, the browser will return a pathname - * prefixed with the drive name ('/C:/path') when a - * pathname without a drive is set: - * * a.setAttribute('href', '/foo') - * * a.pathname === '/C:/foo' //true - * - * Inside of Angular, we're always using pathnames that - * do not include drive names for routing. - */ - function removeWindowsDriveName(path, url, base) { - /* - Matches paths for file protocol on windows, - such as /C:/foo/bar, and captures only /foo/bar. - */ - var windowsFilePathExp = /^\/[A-Z]:(\/.*)/; + var requestTimeout = function() { + // The response is always empty + // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error + completeRequest(callback, -1, null, null, '', 'timeout'); + }; - var firstPathSegmentMatch; + xhr.onerror = requestError; + xhr.onabort = requestAborted; + xhr.ontimeout = requestTimeout; - //Get the relative path from the input URL. - if (startsWith(url, base)) { - url = url.replace(base, ''); - } + forEach(eventHandlers, function(value, key) { + xhr.addEventListener(key, value); + }); - // The input URL intentionally contains a first path segment that ends with a colon. - if (windowsFilePathExp.exec(url)) { - return path; - } + forEach(uploadEventHandlers, function(value, key) { + xhr.upload.addEventListener(key, value); + }); - firstPathSegmentMatch = windowsFilePathExp.exec(path); - return firstPathSegmentMatch ? firstPathSegmentMatch[1] : path; + if (withCredentials) { + xhr.withCredentials = true; } - }; - /** - * Compose hashbang URL and update `absUrl` property - * @private - */ - this.$$compose = function () { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; + if (responseType) { + try { + xhr.responseType = responseType; + } catch (e) { + // WebKit added support for the json responseType value on 09/03/2013 + // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are + // known to throw when setting the value "json" as the response type. Other older + // browsers implementing the responseType + // + // The json response type can be ignored if not supported, because JSON payloads are + // parsed on the client-side regardless. + if (responseType !== 'json') { + throw e; + } + } + } + + xhr.send(isUndefined(post) ? null : post); + } - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = appBase + (this.$$url ? hashPrefix + this.$$url : ''); + if (timeout > 0) { + var timeoutId = $browserDefer(timeoutRequest, timeout); + } else if (isPromiseLike(timeout)) { + timeout.then(timeoutRequest); + } - this.$$urlUpdatedByLocation = true; - }; - this.$$parseLinkUrl = function (url, relHref) { - if (stripHash(appBase) === stripHash(url)) { - this.$$parse(url); - return true; + function timeoutRequest() { + if (jsonpDone) { + jsonpDone(); } - return false; - }; - } + if (xhr) { + xhr.abort(); + } + } - /** - * LocationHashbangUrl represents URL - * This object is exposed as $location service when html5 history api is enabled but the browser - * does not support it. - * - * @constructor - * @param {string} appBase application base URL - * @param {string} appBaseNoFile application base URL stripped of any filename - * @param {string} hashPrefix hashbang prefix - */ - function LocationHashbangInHtml5Url(appBase, appBaseNoFile, hashPrefix) { - this.$$html5 = true; - LocationHashbangUrl.apply(this, arguments); - - this.$$parseLinkUrl = function (url, relHref) { - if (relHref && relHref[0] === '#') { - // special case for links to hash fragments: - // keep the old url and only replace the hash fragment - this.hash(relHref.slice(1)); - return true; + function completeRequest(callback, status, response, headersString, statusText, xhrStatus) { + // cancel timeout and subsequent timeout promise resolution + if (isDefined(timeoutId)) { + $browserDefer.cancel(timeoutId); } + jsonpDone = xhr = null; + + callback(status, response, headersString, statusText, xhrStatus); + } + }; + + function jsonpReq(url, callbackPath, done) { + url = url.replace('JSON_CALLBACK', callbackPath); + // we can't use jQuery/jqLite here because jQuery does crazy stuff with script elements, e.g.: + // - fetches local scripts via XHR and evals them + // - adds and immediately removes script elements from the document + var script = rawDocument.createElement('script'), callback = null; + script.type = 'text/javascript'; + script.src = url; + script.async = true; - var rewrittenUrl; - var appUrl; + callback = function(event) { + script.removeEventListener('load', callback); + script.removeEventListener('error', callback); + rawDocument.body.removeChild(script); + script = null; + var status = -1; + var text = 'unknown'; - if (appBase === stripHash(url)) { - rewrittenUrl = url; - } else if (appUrl = stripBaseUrl(appBaseNoFile, url)) { - rewrittenUrl = appBase + hashPrefix + appUrl; - } else if (appBaseNoFile === url + '/') { - rewrittenUrl = appBaseNoFile; + if (event) { + if (event.type === 'load' && !callbacks.wasCalled(callbackPath)) { + event = { type: 'error' }; + } + text = event.type; + status = event.type === 'error' ? 404 : 200; } - if (rewrittenUrl) { - this.$$parse(rewrittenUrl); + + if (done) { + done(status, text); } - return !!rewrittenUrl; }; - this.$$compose = function () { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; + script.addEventListener('load', callback); + script.addEventListener('error', callback); + rawDocument.body.appendChild(script); + return callback; + } +} - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - // include hashPrefix in $$absUrl when $$url is empty so IE9 does not reload page because of removal of '#' - this.$$absUrl = appBase + hashPrefix + this.$$url; +var $interpolateMinErr = angular.$interpolateMinErr = minErr('$interpolate'); +$interpolateMinErr.throwNoconcat = function(text) { + throw $interpolateMinErr('noconcat', + 'Error while interpolating: {0}\nStrict Contextual Escaping disallows ' + + 'interpolations that concatenate multiple expressions when a trusted value is ' + + 'required. See http://docs.angularjs.org/api/ng.$sce', text); +}; - this.$$urlUpdatedByLocation = true; - }; - } +$interpolateMinErr.interr = function(text, err) { + return $interpolateMinErr('interr', 'Can\'t interpolate: {0}\n{1}', text, err.toString()); +}; - var locationPrototype = { +/** + * @ngdoc provider + * @name $interpolateProvider + * @this + * + * @description + * + * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. + * + *
    + * This feature is sometimes used to mix different markup languages, e.g. to wrap an Angular + * template within a Python Jinja template (or any other template language). Mixing templating + * languages is **very dangerous**. The embedding template language will not safely escape Angular + * expressions, so any user-controlled values in the template will cause Cross Site Scripting (XSS) + * security bugs! + *
    + * + * @example + + + +
    + //demo.label// +
    +
    + + it('should interpolate binding with custom symbols', function() { + expect(element(by.binding('demo.label')).getText()).toBe('This binding is brought you by // interpolation symbols.'); + }); + +
    + */ +function $InterpolateProvider() { + var startSymbol = '{{'; + var endSymbol = '}}'; - /** - * Has any change been replacing? - * @private - */ - $$replace: false, + /** + * @ngdoc method + * @name $interpolateProvider#startSymbol + * @description + * Symbol to denote start of expression in the interpolated string. Defaults to `{{`. + * + * @param {string=} value new value to set the starting symbol to. + * @returns {string|self} Returns the symbol when used as getter and self if used as setter. + */ + this.startSymbol = function(value) { + if (value) { + startSymbol = value; + return this; + } else { + return startSymbol; + } + }; - /** - * @ngdoc method - * @name $location#absUrl - * - * @description - * This method is getter only. - * - * Return full URL representation with all segments encoded according to rules specified in - * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var absUrl = $location.absUrl(); - * // => "http://example.com/#/some/path?foo=bar&baz=xoxo" - * ``` - * - * @return {string} full URL - */ - absUrl: locationGetter('$$absUrl'), + /** + * @ngdoc method + * @name $interpolateProvider#endSymbol + * @description + * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. + * + * @param {string=} value new value to set the ending symbol to. + * @returns {string|self} Returns the symbol when used as getter and self if used as setter. + */ + this.endSymbol = function(value) { + if (value) { + endSymbol = value; + return this; + } else { + return endSymbol; + } + }; - /** - * @ngdoc method - * @name $location#url - * - * @description - * This method is getter / setter. - * - * Return URL (e.g. `/path?a=b#hash`) when called without any parameter. - * - * Change path, search and hash, when called with parameter and return `$location`. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var url = $location.url(); - * // => "/some/path?foo=bar&baz=xoxo" - * ``` - * - * @param {string=} url New URL without base prefix (e.g. `/path?a=b#hash`) - * @return {string} url - */ - url: function url(_url) { - if (isUndefined(_url)) { - return this.$$url; - } - var match = PATH_MATCH.exec(_url); - if (match[1] || _url === '') this.path(decodeURIComponent(match[1])); - if (match[2] || match[1] || _url === '') this.search(match[3] || ''); - this.hash(match[5] || ''); + this.$get = ['$parse', '$exceptionHandler', '$sce', function($parse, $exceptionHandler, $sce) { + var startSymbolLength = startSymbol.length, + endSymbolLength = endSymbol.length, + escapedStartRegexp = new RegExp(startSymbol.replace(/./g, escape), 'g'), + escapedEndRegexp = new RegExp(endSymbol.replace(/./g, escape), 'g'); - return this; - }, + function escape(ch) { + return '\\\\\\' + ch; + } - /** - * @ngdoc method - * @name $location#protocol - * - * @description - * This method is getter only. - * - * Return protocol of current URL. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var protocol = $location.protocol(); - * // => "http" - * ``` - * - * @return {string} protocol of current URL - */ - protocol: locationGetter('$$protocol'), + function unescapeText(text) { + return text.replace(escapedStartRegexp, startSymbol). + replace(escapedEndRegexp, endSymbol); + } - /** - * @ngdoc method - * @name $location#host - * - * @description - * This method is getter only. - * - * Return host of current URL. - * - * Note: compared to the non-angular version `location.host` which returns `hostname:port`, this returns the `hostname` portion only. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var host = $location.host(); - * // => "example.com" - * - * // given URL http://user:password@example.com:8080/#/some/path?foo=bar&baz=xoxo - * host = $location.host(); - * // => "example.com" - * host = location.host; - * // => "example.com:8080" - * ``` - * - * @return {string} host of current URL. - */ - host: locationGetter('$$host'), + // TODO: this is the same as the constantWatchDelegate in parse.js + function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { + var unwatch = scope.$watch(function constantInterpolateWatch(scope) { + unwatch(); + return constantInterp(scope); + }, listener, objectEquality); + return unwatch; + } /** - * @ngdoc method - * @name $location#port - * - * @description - * This method is getter only. - * - * Return port of current URL. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var port = $location.port(); - * // => 80 - * ``` + * @ngdoc service + * @name $interpolate + * @kind function * - * @return {Number} port - */ - port: locationGetter('$$port'), - - /** - * @ngdoc method - * @name $location#path + * @requires $parse + * @requires $sce * * @description - * This method is getter / setter. * - * Return path of current URL when called without any parameter. - * - * Change path when called with parameter and return `$location`. - * - * Note: Path should always begin with forward slash (/), this method will add the forward slash - * if it is missing. + * Compiles a string with markup into an interpolation function. This service is used by the + * HTML {@link ng.$compile $compile} service for data binding. See + * {@link ng.$interpolateProvider $interpolateProvider} for configuring the + * interpolation markup. * * * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var path = $location.path(); - * // => "/some/path" + * var $interpolate = ...; // injected + * var exp = $interpolate('Hello {{name | uppercase}}!'); + * expect(exp({name:'Angular'})).toEqual('Hello ANGULAR!'); * ``` * - * @param {(string|number)=} path New path - * @return {(string|object)} path if called with no parameters, or `$location` if called with a parameter - */ - path: locationGetterSetter('$$path', function (path) { - path = path !== null ? path.toString() : ''; - return path.charAt(0) === '/' ? path : '/' + path; - }), - - /** - * @ngdoc method - * @name $location#search - * - * @description - * This method is getter / setter. - * - * Return search part (as object) of current URL when called without any parameter. - * - * Change search part when called with parameter and return `$location`. - * + * `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is + * `true`, the interpolation function will return `undefined` unless all embedded expressions + * evaluate to a value other than `undefined`. * * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo - * var searchObject = $location.search(); - * // => {foo: 'bar', baz: 'xoxo'} - * - * // set foo to 'yipee' - * $location.search('foo', 'yipee'); - * // $location.search() => {foo: 'yipee', baz: 'xoxo'} + * var $interpolate = ...; // injected + * var context = {greeting: 'Hello', name: undefined }; + * + * // default "forgiving" mode + * var exp = $interpolate('{{greeting}} {{name}}!'); + * expect(exp(context)).toEqual('Hello !'); + * + * // "allOrNothing" mode + * exp = $interpolate('{{greeting}} {{name}}!', false, null, true); + * expect(exp(context)).toBeUndefined(); + * context.name = 'Angular'; + * expect(exp(context)).toEqual('Hello Angular!'); * ``` * - * @param {string|Object.|Object.>} search New search params - string or - * hash object. - * - * When called with a single argument the method acts as a setter, setting the `search` component - * of `$location` to the specified value. - * - * If the argument is a hash object containing an array of values, these values will be encoded - * as duplicate search parameters in the URL. + * `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior. + * + * #### Escaped Interpolation + * $interpolate provides a mechanism for escaping interpolation markers. Start and end markers + * can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash). + * It will be rendered as a regular start/end marker, and will not be interpreted as an expression + * or binding. + * + * This enables web-servers to prevent script injection attacks and defacing attacks, to some + * degree, while also enabling code examples to work without relying on the + * {@link ng.directive:ngNonBindable ngNonBindable} directive. + * + * **For security purposes, it is strongly encouraged that web servers escape user-supplied data, + * replacing angle brackets (<, >) with &lt; and &gt; respectively, and replacing all + * interpolation start/end markers with their escaped counterparts.** + * + * Escaped interpolation markers are only replaced with the actual interpolation markers in rendered + * output when the $interpolate service processes the text. So, for HTML elements interpolated + * by {@link ng.$compile $compile}, or otherwise interpolated with the `mustHaveExpression` parameter + * set to `true`, the interpolated text must contain an unescaped interpolation expression. As such, + * this is typically useful only when user-data is used in rendering a template from the server, or + * when otherwise untrusted data is used by a directive. + * + * + * + *
    + *

    {{apptitle}}: \{\{ username = "defaced value"; \}\} + *

    + *

    {{username}} attempts to inject code which will deface the + * application, but fails to accomplish their task, because the server has correctly + * escaped the interpolation start/end markers with REVERSE SOLIDUS U+005C (backslash) + * characters.

    + *

    Instead, the result of the attempted script injection is visible, and can be removed + * from the database by an administrator.

    + *
    + *
    + *
    * - * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` - * will override only a single search property. + * @knownIssue + * It is currently not possible for an interpolated expression to contain the interpolation end + * symbol. For example, `{{ '}}' }}` will be incorrectly interpreted as `{{ ' }}` + `' }}`, i.e. + * an interpolated expression consisting of a single-quote (`'`) and the `' }}` string. * - * If `paramValue` is an array, it will override the property of the `search` component of - * `$location` specified via the first argument. + * @knownIssue + * All directives and components must use the standard `{{` `}}` interpolation symbols + * in their templates. If you change the application interpolation symbols the {@link $compile} + * service will attempt to denormalize the standard symbols to the custom symbols. + * The denormalization process is not clever enough to know not to replace instances of the standard + * symbols where they would not normally be treated as interpolation symbols. For example in the following + * code snippet the closing braces of the literal object will get incorrectly denormalized: * - * If `paramValue` is `null`, the property specified via the first argument will be deleted. + * ``` + *
    + * ``` * - * @return {Object} If called with no arguments returns the parsed `search` object. If called with - * one or more arguments returns `$location` object itself. + * See https://github.com/angular/angular.js/pull/14610#issuecomment-219401099 for more information. + * + * @param {string} text The text with markup to interpolate. + * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have + * embedded expression in order to return an interpolation function. Strings with no + * embedded expression will return null for the interpolation function. + * @param {string=} trustedContext when provided, the returned function passes the interpolated + * result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult, + * trustedContext)} before returning it. Refer to the {@link ng.$sce $sce} service that + * provides Strict Contextual Escaping for details. + * @param {boolean=} allOrNothing if `true`, then the returned function returns undefined + * unless all embedded expressions evaluate to a value other than `undefined`. + * @returns {function(context)} an interpolation function which is used to compute the + * interpolated string. The function has these parameters: + * + * - `context`: evaluation context for all expressions embedded in the interpolated text */ - search: function search(_search, paramValue) { - switch (arguments.length) { - case 0: - return this.$$search; - case 1: - if (isString(_search) || isNumber(_search)) { - _search = _search.toString(); - this.$$search = parseKeyValue(_search); - } else if (isObject(_search)) { - _search = copy(_search, {}); - // remove object undefined or null properties - forEach(_search, function (value, key) { - if (value == null) delete _search[key]; - }); - - this.$$search = _search; - } else { - throw $locationMinErr('isrcharg', 'The first argument of the `$location#search()` call must be a string or an object.'); + function $interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { + // Provide a quick exit and simplified result function for text with no interpolation + if (!text.length || text.indexOf(startSymbol) === -1) { + var constantInterp; + if (!mustHaveExpression) { + var unescapedText = unescapeText(text); + constantInterp = valueFn(unescapedText); + constantInterp.exp = text; + constantInterp.expressions = []; + constantInterp.$$watchDelegate = constantWatchDelegate; + } + return constantInterp; + } + + allOrNothing = !!allOrNothing; + var startIndex, + endIndex, + index = 0, + expressions = [], + parseFns = [], + textLength = text.length, + exp, + concat = [], + expressionPositions = []; + + while (index < textLength) { + if (((startIndex = text.indexOf(startSymbol, index)) !== -1) && + ((endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) !== -1)) { + if (index !== startIndex) { + concat.push(unescapeText(text.substring(index, startIndex))); + } + exp = text.substring(startIndex + startSymbolLength, endIndex); + expressions.push(exp); + parseFns.push($parse(exp, parseStringifyInterceptor)); + index = endIndex + endSymbolLength; + expressionPositions.push(concat.length); + concat.push(''); + } else { + // we did not find an interpolation, so we have to add the remainder to the separators array + if (index !== textLength) { + concat.push(unescapeText(text.substring(index))); } break; - default: - if (isUndefined(paramValue) || paramValue === null) { - delete this.$$search[_search]; - } else { - this.$$search[_search] = paramValue; + } + } + + // Concatenating expressions makes it hard to reason about whether some combination of + // concatenated values are unsafe to use and could easily lead to XSS. By requiring that a + // single expression be used for iframe[src], object[src], etc., we ensure that the value + // that's used is assigned or constructed by some JS code somewhere that is more testable or + // make it obvious that you bound the value to some user controlled value. This helps reduce + // the load when auditing for XSS issues. + if (trustedContext && concat.length > 1) { + $interpolateMinErr.throwNoconcat(text); + } + + if (!mustHaveExpression || expressions.length) { + var compute = function(values) { + for (var i = 0, ii = expressions.length; i < ii; i++) { + if (allOrNothing && isUndefined(values[i])) return; + concat[expressionPositions[i]] = values[i]; + } + return concat.join(''); + }; + + var getValue = function(value) { + return trustedContext ? + $sce.getTrusted(trustedContext, value) : + $sce.valueOf(value); + }; + + return extend(function interpolationFn(context) { + var i = 0; + var ii = expressions.length; + var values = new Array(ii); + + try { + for (; i < ii; i++) { + values[i] = parseFns[i](context); + } + + return compute(values); + } catch (err) { + $exceptionHandler($interpolateMinErr.interr(text, err)); + } + + }, { + // all of these properties are undocumented for now + exp: text, //just for compatibility with regular watchers created via $watch + expressions: expressions, + $$watchDelegate: function(scope, listener) { + var lastValue; + return scope.$watchGroup(parseFns, /** @this */ function interpolateFnWatcher(values, oldValues) { + var currValue = compute(values); + listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope); + lastValue = currValue; + }); } + }); } - this.$$compose(); - return this; - }, + function parseStringifyInterceptor(value) { + try { + value = getValue(value); + return allOrNothing && !isDefined(value) ? value : stringify(value); + } catch (err) { + $exceptionHandler($interpolateMinErr.interr(text, err)); + } + } + } + /** * @ngdoc method - * @name $location#hash - * + * @name $interpolate#startSymbol * @description - * This method is getter / setter. + * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`. * - * Returns the hash fragment when called without any parameters. - * - * Changes the hash fragment when called with a parameter and returns `$location`. - * - * - * ```js - * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo#hashValue - * var hash = $location.hash(); - * // => "hashValue" - * ``` - * - * @param {(string|number)=} hash New hash fragment - * @return {string} hash - */ - hash: locationGetterSetter('$$hash', function (hash) { - return hash !== null ? hash.toString() : ''; - }), - - /** - * @ngdoc method - * @name $location#replace + * Use {@link ng.$interpolateProvider#startSymbol `$interpolateProvider.startSymbol`} to change + * the symbol. * - * @description - * If called, all changes to $location during the current `$digest` will replace the current history - * record, instead of adding a new one. + * @returns {string} start symbol. */ - replace: function replace() { - this.$$replace = true; - return this; - } - }; + $interpolate.startSymbol = function() { + return startSymbol; + }; - forEach([LocationHashbangInHtml5Url, LocationHashbangUrl, LocationHtml5Url], function (Location) { - Location.prototype = Object.create(locationPrototype); /** * @ngdoc method - * @name $location#state - * + * @name $interpolate#endSymbol * @description - * This method is getter / setter. - * - * Return the history state object when called without any parameter. - * - * Change the history state object when called with one parameter and return `$location`. - * The state object is later passed to `pushState` or `replaceState`. + * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. * - * NOTE: This method is supported only in HTML5 mode and only in browsers supporting - * the HTML5 History API (i.e. methods `pushState` and `replaceState`). If you need to support - * older browsers (like IE9 or Android < 4.0), don't use this method. + * Use {@link ng.$interpolateProvider#endSymbol `$interpolateProvider.endSymbol`} to change + * the symbol. * - * @param {object=} state State object for pushState or replaceState - * @return {object} state + * @returns {string} end symbol. */ - Location.prototype.state = function (state) { - if (!arguments.length) { - return this.$$state; - } + $interpolate.endSymbol = function() { + return endSymbol; + }; - if (Location !== LocationHtml5Url || !this.$$html5) { - throw $locationMinErr('nostate', 'History API state support is available only ' + 'in HTML5 mode and only in browsers supporting HTML5 History API'); - } - // The user might modify `stateObject` after invoking `$location.state(stateObject)` - // but we're changing the $$state reference to $browser.state() during the $digest - // so the modification window is narrow. - this.$$state = isUndefined(state) ? null : state; - this.$$urlUpdatedByLocation = true; + return $interpolate; + }]; +} - return this; - }; - }); +/** @this */ +function $IntervalProvider() { + this.$get = ['$rootScope', '$window', '$q', '$$q', '$browser', + function($rootScope, $window, $q, $$q, $browser) { + var intervals = {}; - function locationGetter(property) { - return (/** @this */function () { - return this[property]; - } - ); - } - function locationGetterSetter(property, preprocess) { - return (/** @this */function (value) { - if (isUndefined(value)) { - return this[property]; + /** + * @ngdoc service + * @name $interval + * + * @description + * Angular's wrapper for `window.setInterval`. The `fn` function is executed every `delay` + * milliseconds. + * + * The return value of registering an interval function is a promise. This promise will be + * notified upon each tick of the interval, and will be resolved after `count` iterations, or + * run indefinitely if `count` is not defined. The value of the notification will be the + * number of iterations that have run. + * To cancel an interval, call `$interval.cancel(promise)`. + * + * In tests you can use {@link ngMock.$interval#flush `$interval.flush(millis)`} to + * move forward by `millis` milliseconds and trigger any functions scheduled to run in that + * time. + * + *
    + * **Note**: Intervals created by this service must be explicitly destroyed when you are finished + * with them. In particular they are not automatically destroyed when a controller's scope or a + * directive's element are destroyed. + * You should take this into consideration and make sure to always cancel the interval at the + * appropriate moment. See the example below for more details on how and when to do this. + *
    + * + * @param {function()} fn A function that should be called repeatedly. If no additional arguments + * are passed (see below), the function is called with the current iteration count. + * @param {number} delay Number of milliseconds between each function call. + * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat + * indefinitely. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {promise} A promise which will be notified on each iteration. It will resolve once all iterations of the interval complete. + * + * @example + * + * + * + * + *
    + *
    + *
    + * Current time is: + *
    + * Blood 1 : {{blood_1}} + * Blood 2 : {{blood_2}} + * + * + * + *
    + *
    + * + *
    + *
    + */ + function interval(fn, delay, count, invokeApply) { + var hasParams = arguments.length > 4, + args = hasParams ? sliceArgs(arguments, 4) : [], + setInterval = $window.setInterval, + clearInterval = $window.clearInterval, + iteration = 0, + skipApply = (isDefined(invokeApply) && !invokeApply), + deferred = (skipApply ? $$q : $q).defer(), + promise = deferred.promise; + + count = isDefined(count) ? count : 0; + + promise.$$intervalId = setInterval(function tick() { + if (skipApply) { + $browser.defer(callback); + } else { + $rootScope.$evalAsync(callback); + } + deferred.notify(iteration++); + + if (count > 0 && iteration >= count) { + deferred.resolve(iteration); + clearInterval(promise.$$intervalId); + delete intervals[promise.$$intervalId]; } - this[property] = preprocess(value); - this.$$compose(); + if (!skipApply) $rootScope.$apply(); - return this; + }, delay); + + intervals[promise.$$intervalId] = deferred; + + return promise; + + function callback() { + if (!hasParams) { + fn(iteration); + } else { + fn.apply(null, args); + } } - ); - } + } - /** - * @ngdoc service - * @name $location - * - * @requires $rootElement - * - * @description - * The $location service parses the URL in the browser address bar (based on the - * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL - * available to your application. Changes to the URL in the address bar are reflected into - * $location service and changes to $location are reflected into the browser address bar. - * - * **The $location service:** - * - * - Exposes the current URL in the browser address bar, so you can - * - Watch and observe the URL. - * - Change the URL. - * - Synchronizes the URL with the browser when the user - * - Changes the address bar. - * - Clicks the back or forward button (or clicks a History link). - * - Clicks on a link. - * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). - * - * For more information see {@link guide/$location Developer Guide: Using $location} - */ - /** - * @ngdoc provider - * @name $locationProvider - * @this - * - * @description - * Use the `$locationProvider` to configure how the application deep linking paths are stored. - */ - function $LocationProvider() { - var hashPrefix = '!', - html5Mode = { - enabled: false, - requireBase: true, - rewriteLinks: true + /** + * @ngdoc method + * @name $interval#cancel + * + * @description + * Cancels a task associated with the `promise`. + * + * @param {Promise=} promise returned by the `$interval` function. + * @returns {boolean} Returns `true` if the task was successfully canceled. + */ + interval.cancel = function(promise) { + if (promise && promise.$$intervalId in intervals) { + // Interval cancels should not report as unhandled promise. + markQExceptionHandled(intervals[promise.$$intervalId].promise); + intervals[promise.$$intervalId].reject('canceled'); + $window.clearInterval(promise.$$intervalId); + delete intervals[promise.$$intervalId]; + return true; + } + return false; }; - /** - * @ngdoc method - * @name $locationProvider#hashPrefix - * @description - * The default value for the prefix is `'!'`. - * @param {string=} prefix Prefix for hash part (containing path and search) - * @returns {*} current value if used as getter or itself (chaining) if used as setter - */ - this.hashPrefix = function (prefix) { - if (isDefined(prefix)) { - hashPrefix = prefix; - return this; - } else { - return hashPrefix; + return interval; + }]; +} + +/** + * @ngdoc service + * @name $jsonpCallbacks + * @requires $window + * @description + * This service handles the lifecycle of callbacks to handle JSONP requests. + * Override this service if you wish to customise where the callbacks are stored and + * how they vary compared to the requested url. + */ +var $jsonpCallbacksProvider = /** @this */ function() { + this.$get = function() { + var callbacks = angular.callbacks; + var callbackMap = {}; + + function createCallback(callbackId) { + var callback = function(data) { + callback.data = data; + callback.called = true; + }; + callback.id = callbackId; + return callback; + } + + return { + /** + * @ngdoc method + * @name $jsonpCallbacks#createCallback + * @param {string} url the url of the JSONP request + * @returns {string} the callback path to send to the server as part of the JSONP request + * @description + * {@link $httpBackend} calls this method to create a callback and get hold of the path to the callback + * to pass to the server, which will be used to call the callback with its payload in the JSONP response. + */ + createCallback: function(url) { + var callbackId = '_' + (callbacks.$$counter++).toString(36); + var callbackPath = 'angular.callbacks.' + callbackId; + var callback = createCallback(callbackId); + callbackMap[callbackPath] = callbacks[callbackId] = callback; + return callbackPath; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#wasCalled + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @returns {boolean} whether the callback has been called, as a result of the JSONP response + * @description + * {@link $httpBackend} calls this method to find out whether the JSONP response actually called the + * callback that was passed in the request. + */ + wasCalled: function(callbackPath) { + return callbackMap[callbackPath].called; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#getResponse + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @returns {*} the data received from the response via the registered callback + * @description + * {@link $httpBackend} calls this method to get hold of the data that was provided to the callback + * in the JSONP response. + */ + getResponse: function(callbackPath) { + return callbackMap[callbackPath].data; + }, + /** + * @ngdoc method + * @name $jsonpCallbacks#removeCallback + * @param {string} callbackPath the path to the callback that was sent in the JSONP request + * @description + * {@link $httpBackend} calls this method to remove the callback after the JSONP request has + * completed or timed-out. + */ + removeCallback: function(callbackPath) { + var callback = callbackMap[callbackPath]; + delete callbacks[callback.id]; + delete callbackMap[callbackPath]; } }; + }; +}; - /** - * @ngdoc method - * @name $locationProvider#html5Mode - * @description - * @param {(boolean|Object)=} mode If boolean, sets `html5Mode.enabled` to value. - * If object, sets `enabled`, `requireBase` and `rewriteLinks` to respective values. Supported - * properties: - * - **enabled** – `{boolean}` – (default: false) If true, will rely on `history.pushState` to - * change urls where supported. Will fall back to hash-prefixed paths in browsers that do not - * support `pushState`. - * - **requireBase** - `{boolean}` - (default: `true`) When html5Mode is enabled, specifies - * whether or not a tag is required to be present. If `enabled` and `requireBase` are - * true, and a base tag is not present, an error will be thrown when `$location` is injected. - * See the {@link guide/$location $location guide for more information} - * - **rewriteLinks** - `{boolean|string}` - (default: `true`) When html5Mode is enabled, - * enables/disables URL rewriting for relative links. If set to a string, URL rewriting will - * only happen on links with an attribute that matches the given string. For example, if set - * to `'internal-link'`, then the URL will only be rewritten for `` links. - * Note that [attribute name normalization](guide/directive#normalization) does not apply - * here, so `'internalLink'` will **not** match `'internal-link'`. - * - * @returns {Object} html5Mode object if used as getter or itself (chaining) if used as setter - */ - this.html5Mode = function (mode) { - if (isBoolean(mode)) { - html5Mode.enabled = mode; - return this; - } else if (isObject(mode)) { +/** + * @ngdoc service + * @name $locale + * + * @description + * $locale service provides localization rules for various Angular components. As of right now the + * only public api is: + * + * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) + */ + +var PATH_MATCH = /^([^?#]*)(\?([^#]*))?(#(.*))?$/, + DEFAULT_PORTS = {'http': 80, 'https': 443, 'ftp': 21}; +var $locationMinErr = minErr('$location'); + + +/** + * Encode path using encodeUriSegment, ignoring forward slashes + * + * @param {string} path Path to encode + * @returns {string} + */ +function encodePath(path) { + var segments = path.split('/'), + i = segments.length; + + while (i--) { + // decode forward slashes to prevent them from being double encoded + segments[i] = encodeUriSegment(segments[i].replace(/%2F/g, '/')); + } + + return segments.join('/'); +} + +function decodePath(path, html5Mode) { + var segments = path.split('/'), + i = segments.length; + + while (i--) { + segments[i] = decodeURIComponent(segments[i]); + if (html5Mode) { + // encode forward slashes to prevent them from being mistaken for path separators + segments[i] = segments[i].replace(/\//g, '%2F'); + } + } + + return segments.join('/'); +} + +function parseAbsoluteUrl(absoluteUrl, locationObj) { + var parsedUrl = urlResolve(absoluteUrl); + + locationObj.$$protocol = parsedUrl.protocol; + locationObj.$$host = parsedUrl.hostname; + locationObj.$$port = toInt(parsedUrl.port) || DEFAULT_PORTS[parsedUrl.protocol] || null; +} + +var DOUBLE_SLASH_REGEX = /^\s*[\\/]{2,}/; +function parseAppUrl(url, locationObj, html5Mode) { + + if (DOUBLE_SLASH_REGEX.test(url)) { + throw $locationMinErr('badpath', 'Invalid url "{0}".', url); + } + + var prefixed = (url.charAt(0) !== '/'); + if (prefixed) { + url = '/' + url; + } + var match = urlResolve(url); + var path = prefixed && match.pathname.charAt(0) === '/' ? match.pathname.substring(1) : match.pathname; + locationObj.$$path = decodePath(path, html5Mode); + locationObj.$$search = parseKeyValue(match.search); + locationObj.$$hash = decodeURIComponent(match.hash); + + // make sure path starts with '/'; + if (locationObj.$$path && locationObj.$$path.charAt(0) !== '/') { + locationObj.$$path = '/' + locationObj.$$path; + } +} + +function startsWith(str, search) { + return str.slice(0, search.length) === search; +} + +/** + * + * @param {string} base + * @param {string} url + * @returns {string} returns text from `url` after `base` or `undefined` if it does not begin with + * the expected string. + */ +function stripBaseUrl(base, url) { + if (startsWith(url, base)) { + return url.substr(base.length); + } +} + + +function stripHash(url) { + var index = url.indexOf('#'); + return index === -1 ? url : url.substr(0, index); +} + +function trimEmptyHash(url) { + return url.replace(/(#.+)|#$/, '$1'); +} + + +function stripFile(url) { + return url.substr(0, stripHash(url).lastIndexOf('/') + 1); +} + +/* return the server only (scheme://host:port) */ +function serverBase(url) { + return url.substring(0, url.indexOf('/', url.indexOf('//') + 2)); +} + + +/** + * LocationHtml5Url represents a URL + * This object is exposed as $location service when HTML5 mode is enabled and supported + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} basePrefix URL path prefix + */ +function LocationHtml5Url(appBase, appBaseNoFile, basePrefix) { + this.$$html5 = true; + basePrefix = basePrefix || ''; + parseAbsoluteUrl(appBase, this); + + + /** + * Parse given HTML5 (regular) URL string into properties + * @param {string} url HTML5 URL + * @private + */ + this.$$parse = function(url) { + var pathUrl = stripBaseUrl(appBaseNoFile, url); + if (!isString(pathUrl)) { + throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, + appBaseNoFile); + } - if (isBoolean(mode.enabled)) { - html5Mode.enabled = mode.enabled; - } + parseAppUrl(pathUrl, this, true); - if (isBoolean(mode.requireBase)) { - html5Mode.requireBase = mode.requireBase; - } + if (!this.$$path) { + this.$$path = '/'; + } - if (isBoolean(mode.rewriteLinks) || isString(mode.rewriteLinks)) { - html5Mode.rewriteLinks = mode.rewriteLinks; - } + this.$$compose(); + }; - return this; - } else { - return html5Mode; - } - }; + /** + * Compose url and update `absUrl` property + * @private + */ + this.$$compose = function() { + var search = toKeyValue(this.$$search), + hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - /** - * @ngdoc event - * @name $location#$locationChangeStart - * @eventType broadcast on root scope - * @description - * Broadcasted before a URL will change. - * - * This change can be prevented by calling - * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more - * details about event object. Upon successful change - * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. - * - * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when - * the browser supports the HTML5 History API. - * - * @param {Object} angularEvent Synthetic event object. - * @param {string} newUrl New URL - * @param {string=} oldUrl URL that was before it was changed. - * @param {string=} newState New history state object - * @param {string=} oldState History state object that was before it was changed. - */ + this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; + this.$$absUrl = appBaseNoFile + this.$$url.substr(1); // first char is always '/' - /** - * @ngdoc event - * @name $location#$locationChangeSuccess - * @eventType broadcast on root scope - * @description - * Broadcasted after a URL was changed. - * - * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when - * the browser supports the HTML5 History API. - * - * @param {Object} angularEvent Synthetic event object. - * @param {string} newUrl New URL - * @param {string=} oldUrl URL that was before it was changed. - * @param {string=} newState New history state object - * @param {string=} oldState History state object that was before it was changed. - */ + this.$$urlUpdatedByLocation = true; + }; + + this.$$parseLinkUrl = function(url, relHref) { + if (relHref && relHref[0] === '#') { + // special case for links to hash fragments: + // keep the old url and only replace the hash fragment + this.hash(relHref.slice(1)); + return true; + } + var appUrl, prevAppUrl; + var rewrittenUrl; - this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', '$window', function ($rootScope, $browser, $sniffer, $rootElement, $window) { - var $location, - LocationMode, - baseHref = $browser.baseHref(), - // if base[href] is undefined, it defaults to '' - initialUrl = $browser.url(), - appBase; - if (html5Mode.enabled) { - if (!baseHref && html5Mode.requireBase) { - throw $locationMinErr('nobase', '$location in HTML5 mode requires a tag to be present!'); - } - appBase = serverBase(initialUrl) + (baseHref || '/'); - LocationMode = $sniffer.history ? LocationHtml5Url : LocationHashbangInHtml5Url; + if (isDefined(appUrl = stripBaseUrl(appBase, url))) { + prevAppUrl = appUrl; + if (basePrefix && isDefined(appUrl = stripBaseUrl(basePrefix, appUrl))) { + rewrittenUrl = appBaseNoFile + (stripBaseUrl('/', appUrl) || appUrl); } else { - appBase = stripHash(initialUrl); - LocationMode = LocationHashbangUrl; + rewrittenUrl = appBase + prevAppUrl; } - var appBaseNoFile = stripFile(appBase); - - $location = new LocationMode(appBase, appBaseNoFile, '#' + hashPrefix); - $location.$$parseLinkUrl(initialUrl, initialUrl); - - $location.$$state = $browser.state(); + } else if (isDefined(appUrl = stripBaseUrl(appBaseNoFile, url))) { + rewrittenUrl = appBaseNoFile + appUrl; + } else if (appBaseNoFile === url + '/') { + rewrittenUrl = appBaseNoFile; + } + if (rewrittenUrl) { + this.$$parse(rewrittenUrl); + } + return !!rewrittenUrl; + }; +} - var IGNORE_URI_REGEXP = /^\s*(javascript|mailto):/i; - function setBrowserUrlWithFallback(url, replace, state) { - var oldUrl = $location.url(); - var oldState = $location.$$state; - try { - $browser.url(url, replace, state); +/** + * LocationHashbangUrl represents URL + * This object is exposed as $location service when developer doesn't opt into html5 mode. + * It also serves as the base class for html5 mode fallback on legacy browsers. + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} hashPrefix hashbang prefix + */ +function LocationHashbangUrl(appBase, appBaseNoFile, hashPrefix) { - // Make sure $location.state() returns referentially identical (not just deeply equal) - // state object; this makes possible quick checking if the state changed in the digest - // loop. Checking deep equality would be too expensive. - $location.$$state = $browser.state(); - } catch (e) { - // Restore old values if pushState fails - $location.url(oldUrl); - $location.$$state = oldState; + parseAbsoluteUrl(appBase, this); - throw e; - } - } - $rootElement.on('click', function (event) { - var rewriteLinks = html5Mode.rewriteLinks; - // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser) - // currently we open nice url link and redirect then + /** + * Parse given hashbang URL into properties + * @param {string} url Hashbang URL + * @private + */ + this.$$parse = function(url) { + var withoutBaseUrl = stripBaseUrl(appBase, url) || stripBaseUrl(appBaseNoFile, url); + var withoutHashUrl; - if (!rewriteLinks || event.ctrlKey || event.metaKey || event.shiftKey || event.which === 2 || event.button === 2) return; + if (!isUndefined(withoutBaseUrl) && withoutBaseUrl.charAt(0) === '#') { - var elm = jqLite(event.target); + // The rest of the URL starts with a hash so we have + // got either a hashbang path or a plain hash fragment + withoutHashUrl = stripBaseUrl(hashPrefix, withoutBaseUrl); + if (isUndefined(withoutHashUrl)) { + // There was no hashbang prefix so we just have a hash fragment + withoutHashUrl = withoutBaseUrl; + } - // traverse the DOM up to find first A tag - while (nodeName_(elm[0]) !== 'a') { - // ignore rewriting if no A tag (reached root element, or no parent - removed from document) - if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return; + } else { + // There was no hashbang path nor hash fragment: + // If we are in HTML5 mode we use what is left as the path; + // Otherwise we ignore what is left + if (this.$$html5) { + withoutHashUrl = withoutBaseUrl; + } else { + withoutHashUrl = ''; + if (isUndefined(withoutBaseUrl)) { + appBase = url; + /** @type {?} */ (this).replace(); } + } + } - if (isString(rewriteLinks) && isUndefined(elm.attr(rewriteLinks))) return; + parseAppUrl(withoutHashUrl, this, false); - var absHref = elm.prop('href'); - // get the actual href attribute - see - // http://msdn.microsoft.com/en-us/library/ie/dd347148(v=vs.85).aspx - var relHref = elm.attr('href') || elm.attr('xlink:href'); + this.$$path = removeWindowsDriveName(this.$$path, withoutHashUrl, appBase); - if (isObject(absHref) && absHref.toString() === '[object SVGAnimatedString]') { - // SVGAnimatedString.animVal should be identical to SVGAnimatedString.baseVal, unless during - // an animation. - absHref = urlResolve(absHref.animVal).href; - } + this.$$compose(); - // Ignore when url is started with javascript: or mailto: - if (IGNORE_URI_REGEXP.test(absHref)) return; + /* + * In Windows, on an anchor node on documents loaded from + * the filesystem, the browser will return a pathname + * prefixed with the drive name ('/C:/path') when a + * pathname without a drive is set: + * * a.setAttribute('href', '/foo') + * * a.pathname === '/C:/foo' //true + * + * Inside of Angular, we're always using pathnames that + * do not include drive names for routing. + */ + function removeWindowsDriveName(path, url, base) { + /* + Matches paths for file protocol on windows, + such as /C:/foo/bar, and captures only /foo/bar. + */ + var windowsFilePathExp = /^\/[A-Z]:(\/.*)/; - if (absHref && !elm.attr('target') && !event.isDefaultPrevented()) { - if ($location.$$parseLinkUrl(absHref, relHref)) { - // We do a preventDefault for all urls that are part of the angular application, - // in html5mode and also without, so that we are able to abort navigation without - // getting double entries in the location history. - event.preventDefault(); - // update location manually - if ($location.absUrl() !== $browser.url()) { - $rootScope.$apply(); - // hack to work around FF6 bug 684208 when scenario runner clicks on links - $window.angular['ff-684208-preventDefault'] = true; - } - } - } - }); + var firstPathSegmentMatch; - // rewrite hashbang url <> html5 url - if (trimEmptyHash($location.absUrl()) !== trimEmptyHash(initialUrl)) { - $browser.url($location.absUrl(), true); + //Get the relative path from the input URL. + if (startsWith(url, base)) { + url = url.replace(base, ''); } - var initializing = true; + // The input URL intentionally contains a first path segment that ends with a colon. + if (windowsFilePathExp.exec(url)) { + return path; + } - // update $location when $browser url changes - $browser.onUrlChange(function (newUrl, newState) { + firstPathSegmentMatch = windowsFilePathExp.exec(path); + return firstPathSegmentMatch ? firstPathSegmentMatch[1] : path; + } + }; - if (!startsWith(newUrl, appBaseNoFile)) { - // If we are navigating outside of the app then force a reload - $window.location.href = newUrl; - return; - } + /** + * Compose hashbang URL and update `absUrl` property + * @private + */ + this.$$compose = function() { + var search = toKeyValue(this.$$search), + hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - $rootScope.$evalAsync(function () { - var oldUrl = $location.absUrl(); - var oldState = $location.$$state; - var defaultPrevented; - newUrl = trimEmptyHash(newUrl); - $location.$$parse(newUrl); - $location.$$state = newState; + this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; + this.$$absUrl = appBase + (this.$$url ? hashPrefix + this.$$url : ''); - defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, newState, oldState).defaultPrevented; + this.$$urlUpdatedByLocation = true; + }; - // if the location was changed by a `$locationChangeStart` handler then stop - // processing this location change - if ($location.absUrl() !== newUrl) return; + this.$$parseLinkUrl = function(url, relHref) { + if (stripHash(appBase) === stripHash(url)) { + this.$$parse(url); + return true; + } + return false; + }; +} - if (defaultPrevented) { - $location.$$parse(oldUrl); - $location.$$state = oldState; - setBrowserUrlWithFallback(oldUrl, false, oldState); - } else { - initializing = false; - afterLocationChange(oldUrl, oldState); - } - }); - if (!$rootScope.$$phase) $rootScope.$digest(); - }); - // update browser - $rootScope.$watch(function $locationWatch() { - if (initializing || $location.$$urlUpdatedByLocation) { - $location.$$urlUpdatedByLocation = false; +/** + * LocationHashbangUrl represents URL + * This object is exposed as $location service when html5 history api is enabled but the browser + * does not support it. + * + * @constructor + * @param {string} appBase application base URL + * @param {string} appBaseNoFile application base URL stripped of any filename + * @param {string} hashPrefix hashbang prefix + */ +function LocationHashbangInHtml5Url(appBase, appBaseNoFile, hashPrefix) { + this.$$html5 = true; + LocationHashbangUrl.apply(this, arguments); + + this.$$parseLinkUrl = function(url, relHref) { + if (relHref && relHref[0] === '#') { + // special case for links to hash fragments: + // keep the old url and only replace the hash fragment + this.hash(relHref.slice(1)); + return true; + } - var oldUrl = trimEmptyHash($browser.url()); - var newUrl = trimEmptyHash($location.absUrl()); - var oldState = $browser.state(); - var currentReplace = $location.$$replace; - var urlOrStateChanged = oldUrl !== newUrl || $location.$$html5 && $sniffer.history && oldState !== $location.$$state; + var rewrittenUrl; + var appUrl; - if (initializing || urlOrStateChanged) { - initializing = false; + if (appBase === stripHash(url)) { + rewrittenUrl = url; + } else if ((appUrl = stripBaseUrl(appBaseNoFile, url))) { + rewrittenUrl = appBase + hashPrefix + appUrl; + } else if (appBaseNoFile === url + '/') { + rewrittenUrl = appBaseNoFile; + } + if (rewrittenUrl) { + this.$$parse(rewrittenUrl); + } + return !!rewrittenUrl; + }; - $rootScope.$evalAsync(function () { - var newUrl = $location.absUrl(); - var defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, $location.$$state, oldState).defaultPrevented; + this.$$compose = function() { + var search = toKeyValue(this.$$search), + hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - // if the location was changed by a `$locationChangeStart` handler then stop - // processing this location change - if ($location.absUrl() !== newUrl) return; + this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; + // include hashPrefix in $$absUrl when $$url is empty so IE9 does not reload page because of removal of '#' + this.$$absUrl = appBase + hashPrefix + this.$$url; - if (defaultPrevented) { - $location.$$parse(oldUrl); - $location.$$state = oldState; - } else { - if (urlOrStateChanged) { - setBrowserUrlWithFallback(newUrl, currentReplace, oldState === $location.$$state ? null : $location.$$state); - } - afterLocationChange(oldUrl, oldState); - } - }); - } - } + this.$$urlUpdatedByLocation = true; + }; - $location.$$replace = false; +} - // we don't need to return anything because $evalAsync will make the digest loop dirty when - // there is a change - }); - return $location; +var locationPrototype = { - function afterLocationChange(oldUrl, oldState) { - $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl, $location.$$state, oldState); - } - }]; - } + /** + * Ensure absolute URL is initialized. + * @private + */ + $$absUrl:'', /** - * @ngdoc service - * @name $log - * @requires $window + * Are we in html5 mode? + * @private + */ + $$html5: false, + + /** + * Has any change been replacing? + * @private + */ + $$replace: false, + + /** + * @ngdoc method + * @name $location#absUrl * * @description - * Simple service for logging. Default implementation safely writes the message - * into the browser's console (if present). - * - * The main purpose of this service is to simplify debugging and troubleshooting. + * This method is getter only. * - * To reveal the location of the calls to `$log` in the JavaScript console, - * you can "blackbox" the AngularJS source in your browser: + * Return full URL representation with all segments encoded according to rules specified in + * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). * - * [Mozilla description of blackboxing](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source). - * [Chrome description of blackboxing](https://developer.chrome.com/devtools/docs/blackboxing). * - * Note: Not all browsers support blackboxing. - * - * The default is to log `debug` messages. You can use - * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var absUrl = $location.absUrl(); + * // => "http://example.com/#/some/path?foo=bar&baz=xoxo" + * ``` * - * @example - - - angular.module('logExample', []) - .controller('LogController', ['$scope', '$log', function($scope, $log) { - $scope.$log = $log; - $scope.message = 'Hello World!'; - }]); - - -
    -

    Reload this page with open console, enter text and hit the log button...

    - - - - - - -
    -
    -
    + * @return {string} full URL */ + absUrl: locationGetter('$$absUrl'), /** - * @ngdoc provider - * @name $logProvider - * @this + * @ngdoc method + * @name $location#url * * @description - * Use the `$logProvider` to configure how the application logs messages + * This method is getter / setter. + * + * Return URL (e.g. `/path?a=b#hash`) when called without any parameter. + * + * Change path, search and hash, when called with parameter and return `$location`. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var url = $location.url(); + * // => "/some/path?foo=bar&baz=xoxo" + * ``` + * + * @param {string=} url New URL without base prefix (e.g. `/path?a=b#hash`) + * @return {string} url */ - function $LogProvider() { - var debug = true, - self = this; - - /** - * @ngdoc method - * @name $logProvider#debugEnabled - * @description - * @param {boolean=} flag enable or disable debug level messages - * @returns {*} current value if used as getter or itself (chaining) if used as setter - */ - this.debugEnabled = function (flag) { - if (isDefined(flag)) { - debug = flag; - return this; - } else { - return debug; - } - }; - - this.$get = ['$window', function ($window) { - // Support: IE 9-11, Edge 12-14+ - // IE/Edge display errors in such a way that it requires the user to click in 4 places - // to see the stack trace. There is no way to feature-detect it so there's a chance - // of the user agent sniffing to go wrong but since it's only about logging, this shouldn't - // break apps. Other browsers display errors in a sensible way and some of them map stack - // traces along source maps if available so it makes sense to let browsers display it - // as they want. - var formatStackTrace = msie || /\bEdge\//.test($window.navigator && $window.navigator.userAgent); - - return { - /** - * @ngdoc method - * @name $log#log - * - * @description - * Write a log message - */ - log: consoleLog('log'), - - /** - * @ngdoc method - * @name $log#info - * - * @description - * Write an information message - */ - info: consoleLog('info'), + url: function(url) { + if (isUndefined(url)) { + return this.$$url; + } - /** - * @ngdoc method - * @name $log#warn - * - * @description - * Write a warning message - */ - warn: consoleLog('warn'), + var match = PATH_MATCH.exec(url); + if (match[1] || url === '') this.path(decodeURIComponent(match[1])); + if (match[2] || match[1] || url === '') this.search(match[3] || ''); + this.hash(match[5] || ''); - /** - * @ngdoc method - * @name $log#error - * - * @description - * Write an error message - */ - error: consoleLog('error'), + return this; + }, - /** - * @ngdoc method - * @name $log#debug - * - * @description - * Write a debug message - */ - debug: function () { - var fn = consoleLog('debug'); + /** + * @ngdoc method + * @name $location#protocol + * + * @description + * This method is getter only. + * + * Return protocol of current URL. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var protocol = $location.protocol(); + * // => "http" + * ``` + * + * @return {string} protocol of current URL + */ + protocol: locationGetter('$$protocol'), - return function () { - if (debug) { - fn.apply(self, arguments); - } - }; - }() - }; + /** + * @ngdoc method + * @name $location#host + * + * @description + * This method is getter only. + * + * Return host of current URL. + * + * Note: compared to the non-angular version `location.host` which returns `hostname:port`, this returns the `hostname` portion only. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var host = $location.host(); + * // => "example.com" + * + * // given URL http://user:password@example.com:8080/#/some/path?foo=bar&baz=xoxo + * host = $location.host(); + * // => "example.com" + * host = location.host; + * // => "example.com:8080" + * ``` + * + * @return {string} host of current URL. + */ + host: locationGetter('$$host'), - function formatError(arg) { - if (isError(arg)) { - if (arg.stack && formatStackTrace) { - arg = arg.message && arg.stack.indexOf(arg.message) === -1 ? 'Error: ' + arg.message + '\n' + arg.stack : arg.stack; - } else if (arg.sourceURL) { - arg = arg.message + '\n' + arg.sourceURL + ':' + arg.line; - } - } - return arg; - } + /** + * @ngdoc method + * @name $location#port + * + * @description + * This method is getter only. + * + * Return port of current URL. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var port = $location.port(); + * // => 80 + * ``` + * + * @return {Number} port + */ + port: locationGetter('$$port'), - function consoleLog(type) { - var console = $window.console || {}, - logFn = console[type] || console.log || noop; + /** + * @ngdoc method + * @name $location#path + * + * @description + * This method is getter / setter. + * + * Return path of current URL when called without any parameter. + * + * Change path when called with parameter and return `$location`. + * + * Note: Path should always begin with forward slash (/), this method will add the forward slash + * if it is missing. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var path = $location.path(); + * // => "/some/path" + * ``` + * + * @param {(string|number)=} path New path + * @return {(string|object)} path if called with no parameters, or `$location` if called with a parameter + */ + path: locationGetterSetter('$$path', function(path) { + path = path !== null ? path.toString() : ''; + return path.charAt(0) === '/' ? path : '/' + path; + }), - return function () { - var args = []; - forEach(arguments, function (arg) { - args.push(formatError(arg)); + /** + * @ngdoc method + * @name $location#search + * + * @description + * This method is getter / setter. + * + * Return search part (as object) of current URL when called without any parameter. + * + * Change search part when called with parameter and return `$location`. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo + * var searchObject = $location.search(); + * // => {foo: 'bar', baz: 'xoxo'} + * + * // set foo to 'yipee' + * $location.search('foo', 'yipee'); + * // $location.search() => {foo: 'yipee', baz: 'xoxo'} + * ``` + * + * @param {string|Object.|Object.>} search New search params - string or + * hash object. + * + * When called with a single argument the method acts as a setter, setting the `search` component + * of `$location` to the specified value. + * + * If the argument is a hash object containing an array of values, these values will be encoded + * as duplicate search parameters in the URL. + * + * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` + * will override only a single search property. + * + * If `paramValue` is an array, it will override the property of the `search` component of + * `$location` specified via the first argument. + * + * If `paramValue` is `null`, the property specified via the first argument will be deleted. + * + * If `paramValue` is `true`, the property specified via the first argument will be added with no + * value nor trailing equal sign. + * + * @return {Object} If called with no arguments returns the parsed `search` object. If called with + * one or more arguments returns `$location` object itself. + */ + search: function(search, paramValue) { + switch (arguments.length) { + case 0: + return this.$$search; + case 1: + if (isString(search) || isNumber(search)) { + search = search.toString(); + this.$$search = parseKeyValue(search); + } else if (isObject(search)) { + search = copy(search, {}); + // remove object undefined or null properties + forEach(search, function(value, key) { + if (value == null) delete search[key]; }); - // Support: IE 9 only - // console methods don't inherit from Function.prototype in IE 9 so we can't - // call `logFn.apply(console, args)` directly. - return Function.prototype.apply.call(logFn, console, args); - }; - } - }]; - } - - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - var $parseMinErr = minErr('$parse'); - - var objectValueOf = {}.constructor.prototype.valueOf; + this.$$search = search; + } else { + throw $locationMinErr('isrcharg', + 'The first argument of the `$location#search()` call must be a string or an object.'); + } + break; + default: + if (isUndefined(paramValue) || paramValue === null) { + delete this.$$search[search]; + } else { + this.$$search[search] = paramValue; + } + } - // Sandboxing Angular Expressions - // ------------------------------ - // Angular expressions are no longer sandboxed. So it is now even easier to access arbitrary JS code by - // various means such as obtaining a reference to native JS functions like the Function constructor. - // - // As an example, consider the following Angular expression: - // - // {}.toString.constructor('alert("evil JS code")') - // - // It is important to realize that if you create an expression from a string that contains user provided - // content then it is possible that your application contains a security vulnerability to an XSS style attack. - // - // See https://docs.angularjs.org/guide/security + this.$$compose(); + return this; + }, + /** + * @ngdoc method + * @name $location#hash + * + * @description + * This method is getter / setter. + * + * Returns the hash fragment when called without any parameters. + * + * Changes the hash fragment when called with a parameter and returns `$location`. + * + * + * ```js + * // given URL http://example.com/#/some/path?foo=bar&baz=xoxo#hashValue + * var hash = $location.hash(); + * // => "hashValue" + * ``` + * + * @param {(string|number)=} hash New hash fragment + * @return {string} hash + */ + hash: locationGetterSetter('$$hash', function(hash) { + return hash !== null ? hash.toString() : ''; + }), - function getStringValue(name) { - // Property names must be strings. This means that non-string objects cannot be used - // as keys in an object. Any non-string object, including a number, is typecasted - // into a string via the toString method. - // -- MDN, https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Property_accessors#Property_names - // - // So, to ensure that we are checking the same `name` that JavaScript would use, we cast it - // to a string. It's not always possible. If `name` is an object and its `toString` method is - // 'broken' (doesn't return a string, isn't a function, etc.), an error will be thrown: - // - // TypeError: Cannot convert object to primitive value - // - // For performance reasons, we don't catch this error here and allow it to propagate up the call - // stack. Note that you'll get the same error in JavaScript if you try to access a property using - // such a 'broken' object as a key. - return name + ''; + /** + * @ngdoc method + * @name $location#replace + * + * @description + * If called, all changes to $location during the current `$digest` will replace the current history + * record, instead of adding a new one. + */ + replace: function() { + this.$$replace = true; + return this; } +}; - var OPERATORS = createMap(); - forEach('+ - * / % === !== == != < > <= >= && || ! = |'.split(' '), function (operator) { - OPERATORS[operator] = true; - }); - var ESCAPE = { 'n': '\n', 'f': '\f', 'r': '\r', 't': '\t', 'v': '\v', '\'': '\'', '"': '"' }; - - ///////////////////////////////////////// - +forEach([LocationHashbangInHtml5Url, LocationHashbangUrl, LocationHtml5Url], function(Location) { + Location.prototype = Object.create(locationPrototype); /** - * @constructor + * @ngdoc method + * @name $location#state + * + * @description + * This method is getter / setter. + * + * Return the history state object when called without any parameter. + * + * Change the history state object when called with one parameter and return `$location`. + * The state object is later passed to `pushState` or `replaceState`. + * + * NOTE: This method is supported only in HTML5 mode and only in browsers supporting + * the HTML5 History API (i.e. methods `pushState` and `replaceState`). If you need to support + * older browsers (like IE9 or Android < 4.0), don't use this method. + * + * @param {object=} state State object for pushState or replaceState + * @return {object} state */ - var Lexer = function Lexer(options) { - this.options = options; - }; - - Lexer.prototype = { - constructor: Lexer, - - lex: function lex(text) { - this.text = text; - this.index = 0; - this.tokens = []; - - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - if (ch === '"' || ch === '\'') { - this.readString(ch); - } else if (this.isNumber(ch) || ch === '.' && this.isNumber(this.peek())) { - this.readNumber(); - } else if (this.isIdentifierStart(this.peekMultichar())) { - this.readIdent(); - } else if (this.is(ch, '(){}[].,;:?')) { - this.tokens.push({ index: this.index, text: ch }); - this.index++; - } else if (this.isWhitespace(ch)) { - this.index++; - } else { - var ch2 = ch + this.peek(); - var ch3 = ch2 + this.peek(2); - var op1 = OPERATORS[ch]; - var op2 = OPERATORS[ch2]; - var op3 = OPERATORS[ch3]; - if (op1 || op2 || op3) { - var token = op3 ? ch3 : op2 ? ch2 : ch; - this.tokens.push({ index: this.index, text: token, operator: true }); - this.index += token.length; - } else { - this.throwError('Unexpected next character ', this.index, this.index + 1); - } - } - } - return this.tokens; - }, + Location.prototype.state = function(state) { + if (!arguments.length) { + return this.$$state; + } - is: function is(ch, chars) { - return chars.indexOf(ch) !== -1; - }, + if (Location !== LocationHtml5Url || !this.$$html5) { + throw $locationMinErr('nostate', 'History API state support is available only ' + + 'in HTML5 mode and only in browsers supporting HTML5 History API'); + } + // The user might modify `stateObject` after invoking `$location.state(stateObject)` + // but we're changing the $$state reference to $browser.state() during the $digest + // so the modification window is narrow. + this.$$state = isUndefined(state) ? null : state; + this.$$urlUpdatedByLocation = true; - peek: function peek(i) { - var num = i || 1; - return this.index + num < this.text.length ? this.text.charAt(this.index + num) : false; - }, + return this; + }; +}); - isNumber: function isNumber(ch) { - return '0' <= ch && ch <= '9' && typeof ch === 'string'; - }, - isWhitespace: function isWhitespace(ch) { - // IE treats non-breaking space as \u00A0 - return ch === ' ' || ch === '\r' || ch === '\t' || ch === '\n' || ch === '\v' || ch === '\xA0'; - }, +function locationGetter(property) { + return /** @this */ function() { + return this[property]; + }; +} - isIdentifierStart: function isIdentifierStart(ch) { - return this.options.isIdentifierStart ? this.options.isIdentifierStart(ch, this.codePointAt(ch)) : this.isValidIdentifierStart(ch); - }, - isValidIdentifierStart: function isValidIdentifierStart(ch) { - return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || '_' === ch || ch === '$'; - }, +function locationGetterSetter(property, preprocess) { + return /** @this */ function(value) { + if (isUndefined(value)) { + return this[property]; + } - isIdentifierContinue: function isIdentifierContinue(ch) { - return this.options.isIdentifierContinue ? this.options.isIdentifierContinue(ch, this.codePointAt(ch)) : this.isValidIdentifierContinue(ch); - }, + this[property] = preprocess(value); + this.$$compose(); - isValidIdentifierContinue: function isValidIdentifierContinue(ch, cp) { - return this.isValidIdentifierStart(ch, cp) || this.isNumber(ch); - }, + return this; + }; +} - codePointAt: function codePointAt(ch) { - if (ch.length === 1) return ch.charCodeAt(0); - // eslint-disable-next-line no-bitwise - return (ch.charCodeAt(0) << 10) + ch.charCodeAt(1) - 0x35FDC00; - }, - peekMultichar: function peekMultichar() { - var ch = this.text.charAt(this.index); - var peek = this.peek(); - if (!peek) { - return ch; - } - var cp1 = ch.charCodeAt(0); - var cp2 = peek.charCodeAt(0); - if (cp1 >= 0xD800 && cp1 <= 0xDBFF && cp2 >= 0xDC00 && cp2 <= 0xDFFF) { - return ch + peek; - } - return ch; - }, +/** + * @ngdoc service + * @name $location + * + * @requires $rootElement + * + * @description + * The $location service parses the URL in the browser address bar (based on the + * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL + * available to your application. Changes to the URL in the address bar are reflected into + * $location service and changes to $location are reflected into the browser address bar. + * + * **The $location service:** + * + * - Exposes the current URL in the browser address bar, so you can + * - Watch and observe the URL. + * - Change the URL. + * - Synchronizes the URL with the browser when the user + * - Changes the address bar. + * - Clicks the back or forward button (or clicks a History link). + * - Clicks on a link. + * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). + * + * For more information see {@link guide/$location Developer Guide: Using $location} + */ - isExpOperator: function isExpOperator(ch) { - return ch === '-' || ch === '+' || this.isNumber(ch); - }, +/** + * @ngdoc provider + * @name $locationProvider + * @this + * + * @description + * Use the `$locationProvider` to configure how the application deep linking paths are stored. + */ +function $LocationProvider() { + var hashPrefix = '!', + html5Mode = { + enabled: false, + requireBase: true, + rewriteLinks: true + }; - throwError: function throwError(error, start, end) { - end = end || this.index; - var colStr = isDefined(start) ? 's ' + start + '-' + this.index + ' [' + this.text.substring(start, end) + ']' : ' ' + end; - throw $parseMinErr('lexerr', 'Lexer Error: {0} at column{1} in expression [{2}].', error, colStr, this.text); - }, + /** + * @ngdoc method + * @name $locationProvider#hashPrefix + * @description + * The default value for the prefix is `'!'`. + * @param {string=} prefix Prefix for hash part (containing path and search) + * @returns {*} current value if used as getter or itself (chaining) if used as setter + */ + this.hashPrefix = function(prefix) { + if (isDefined(prefix)) { + hashPrefix = prefix; + return this; + } else { + return hashPrefix; + } + }; - readNumber: function readNumber() { - var number = ''; - var start = this.index; - while (this.index < this.text.length) { - var ch = lowercase(this.text.charAt(this.index)); - if (ch === '.' || this.isNumber(ch)) { - number += ch; - } else { - var peekCh = this.peek(); - if (ch === 'e' && this.isExpOperator(peekCh)) { - number += ch; - } else if (this.isExpOperator(ch) && peekCh && this.isNumber(peekCh) && number.charAt(number.length - 1) === 'e') { - number += ch; - } else if (this.isExpOperator(ch) && (!peekCh || !this.isNumber(peekCh)) && number.charAt(number.length - 1) === 'e') { - this.throwError('Invalid exponent'); - } else { - break; - } - } - this.index++; + /** + * @ngdoc method + * @name $locationProvider#html5Mode + * @description + * @param {(boolean|Object)=} mode If boolean, sets `html5Mode.enabled` to value. + * If object, sets `enabled`, `requireBase` and `rewriteLinks` to respective values. Supported + * properties: + * - **enabled** – `{boolean}` – (default: false) If true, will rely on `history.pushState` to + * change urls where supported. Will fall back to hash-prefixed paths in browsers that do not + * support `pushState`. + * - **requireBase** - `{boolean}` - (default: `true`) When html5Mode is enabled, specifies + * whether or not a tag is required to be present. If `enabled` and `requireBase` are + * true, and a base tag is not present, an error will be thrown when `$location` is injected. + * See the {@link guide/$location $location guide for more information} + * - **rewriteLinks** - `{boolean|string}` - (default: `true`) When html5Mode is enabled, + * enables/disables URL rewriting for relative links. If set to a string, URL rewriting will + * only happen on links with an attribute that matches the given string. For example, if set + * to `'internal-link'`, then the URL will only be rewritten for `
    ` links. + * Note that [attribute name normalization](guide/directive#normalization) does not apply + * here, so `'internalLink'` will **not** match `'internal-link'`. + * + * @returns {Object} html5Mode object if used as getter or itself (chaining) if used as setter + */ + this.html5Mode = function(mode) { + if (isBoolean(mode)) { + html5Mode.enabled = mode; + return this; + } else if (isObject(mode)) { + + if (isBoolean(mode.enabled)) { + html5Mode.enabled = mode.enabled; } - this.tokens.push({ - index: start, - text: number, - constant: true, - value: Number(number) - }); - }, - readIdent: function readIdent() { - var start = this.index; - this.index += this.peekMultichar().length; - while (this.index < this.text.length) { - var ch = this.peekMultichar(); - if (!this.isIdentifierContinue(ch)) { - break; - } - this.index += ch.length; + if (isBoolean(mode.requireBase)) { + html5Mode.requireBase = mode.requireBase; } - this.tokens.push({ - index: start, - text: this.text.slice(start, this.index), - identifier: true - }); - }, - readString: function readString(quote) { - var start = this.index; - this.index++; - var string = ''; - var rawString = quote; - var escape = false; - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - rawString += ch; - if (escape) { - if (ch === 'u') { - var hex = this.text.substring(this.index + 1, this.index + 5); - if (!hex.match(/[\da-f]{4}/i)) { - this.throwError('Invalid unicode escape [\\u' + hex + ']'); - } - this.index += 4; - string += String.fromCharCode(parseInt(hex, 16)); - } else { - var rep = ESCAPE[ch]; - string = string + (rep || ch); - } - escape = false; - } else if (ch === '\\') { - escape = true; - } else if (ch === quote) { - this.index++; - this.tokens.push({ - index: start, - text: rawString, - constant: true, - value: string - }); - return; - } else { - string += ch; - } - this.index++; + if (isBoolean(mode.rewriteLinks) || isString(mode.rewriteLinks)) { + html5Mode.rewriteLinks = mode.rewriteLinks; } - this.throwError('Unterminated quote', start); - } - }; - var AST = function AST(lexer, options) { - this.lexer = lexer; - this.options = options; + return this; + } else { + return html5Mode; + } }; - AST.Program = 'Program'; - AST.ExpressionStatement = 'ExpressionStatement'; - AST.AssignmentExpression = 'AssignmentExpression'; - AST.ConditionalExpression = 'ConditionalExpression'; - AST.LogicalExpression = 'LogicalExpression'; - AST.BinaryExpression = 'BinaryExpression'; - AST.UnaryExpression = 'UnaryExpression'; - AST.CallExpression = 'CallExpression'; - AST.MemberExpression = 'MemberExpression'; - AST.Identifier = 'Identifier'; - AST.Literal = 'Literal'; - AST.ArrayExpression = 'ArrayExpression'; - AST.Property = 'Property'; - AST.ObjectExpression = 'ObjectExpression'; - AST.ThisExpression = 'ThisExpression'; - AST.LocalsExpression = 'LocalsExpression'; - - // Internal use only - AST.NGValueParameter = 'NGValueParameter'; - - AST.prototype = { - ast: function ast(text) { - this.text = text; - this.tokens = this.lexer.lex(text); - - var value = this.program(); - - if (this.tokens.length !== 0) { - this.throwError('is an unexpected token', this.tokens[0]); - } + /** + * @ngdoc event + * @name $location#$locationChangeStart + * @eventType broadcast on root scope + * @description + * Broadcasted before a URL will change. + * + * This change can be prevented by calling + * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more + * details about event object. Upon successful change + * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. + * + * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when + * the browser supports the HTML5 History API. + * + * @param {Object} angularEvent Synthetic event object. + * @param {string} newUrl New URL + * @param {string=} oldUrl URL that was before it was changed. + * @param {string=} newState New history state object + * @param {string=} oldState History state object that was before it was changed. + */ - return value; - }, + /** + * @ngdoc event + * @name $location#$locationChangeSuccess + * @eventType broadcast on root scope + * @description + * Broadcasted after a URL was changed. + * + * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when + * the browser supports the HTML5 History API. + * + * @param {Object} angularEvent Synthetic event object. + * @param {string} newUrl New URL + * @param {string=} oldUrl URL that was before it was changed. + * @param {string=} newState New history state object + * @param {string=} oldState History state object that was before it was changed. + */ - program: function program() { - var body = []; - while (true) { - if (this.tokens.length > 0 && !this.peek('}', ')', ';', ']')) body.push(this.expressionStatement()); - if (!this.expect(';')) { - return { type: AST.Program, body: body }; - } - } - }, + this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', '$window', + function($rootScope, $browser, $sniffer, $rootElement, $window) { + var $location, + LocationMode, + baseHref = $browser.baseHref(), // if base[href] is undefined, it defaults to '' + initialUrl = $browser.url(), + appBase; + + if (html5Mode.enabled) { + if (!baseHref && html5Mode.requireBase) { + throw $locationMinErr('nobase', + '$location in HTML5 mode requires a tag to be present!'); + } + appBase = serverBase(initialUrl) + (baseHref || '/'); + LocationMode = $sniffer.history ? LocationHtml5Url : LocationHashbangInHtml5Url; + } else { + appBase = stripHash(initialUrl); + LocationMode = LocationHashbangUrl; + } + var appBaseNoFile = stripFile(appBase); - expressionStatement: function expressionStatement() { - return { type: AST.ExpressionStatement, expression: this.filterChain() }; - }, + $location = new LocationMode(appBase, appBaseNoFile, '#' + hashPrefix); + $location.$$parseLinkUrl(initialUrl, initialUrl); - filterChain: function filterChain() { - var left = this.expression(); - while (this.expect('|')) { - left = this.filter(left); - } - return left; - }, + $location.$$state = $browser.state(); - expression: function expression() { - return this.assignment(); - }, + var IGNORE_URI_REGEXP = /^\s*(javascript|mailto):/i; - assignment: function assignment() { - var result = this.ternary(); - if (this.expect('=')) { - if (!isAssignable(result)) { - throw $parseMinErr('lval', 'Trying to assign a value to a non l-value'); - } + function setBrowserUrlWithFallback(url, replace, state) { + var oldUrl = $location.url(); + var oldState = $location.$$state; + try { + $browser.url(url, replace, state); - result = { type: AST.AssignmentExpression, left: result, right: this.assignment(), operator: '=' }; - } - return result; - }, + // Make sure $location.state() returns referentially identical (not just deeply equal) + // state object; this makes possible quick checking if the state changed in the digest + // loop. Checking deep equality would be too expensive. + $location.$$state = $browser.state(); + } catch (e) { + // Restore old values if pushState fails + $location.url(oldUrl); + $location.$$state = oldState; - ternary: function ternary() { - var test = this.logicalOR(); - var alternate; - var consequent; - if (this.expect('?')) { - alternate = this.expression(); - if (this.consume(':')) { - consequent = this.expression(); - return { type: AST.ConditionalExpression, test: test, alternate: alternate, consequent: consequent }; - } + throw e; } - return test; - }, + } - logicalOR: function logicalOR() { - var left = this.logicalAND(); - while (this.expect('||')) { - left = { type: AST.LogicalExpression, operator: '||', left: left, right: this.logicalAND() }; - } - return left; - }, + $rootElement.on('click', function(event) { + var rewriteLinks = html5Mode.rewriteLinks; + // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser) + // currently we open nice url link and redirect then - logicalAND: function logicalAND() { - var left = this.equality(); - while (this.expect('&&')) { - left = { type: AST.LogicalExpression, operator: '&&', left: left, right: this.equality() }; - } - return left; - }, + if (!rewriteLinks || event.ctrlKey || event.metaKey || event.shiftKey || event.which === 2 || event.button === 2) return; - equality: function equality() { - var left = this.relational(); - var token; - while (token = this.expect('==', '!=', '===', '!==')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.relational() }; - } - return left; - }, + var elm = jqLite(event.target); - relational: function relational() { - var left = this.additive(); - var token; - while (token = this.expect('<', '>', '<=', '>=')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.additive() }; + // traverse the DOM up to find first A tag + while (nodeName_(elm[0]) !== 'a') { + // ignore rewriting if no A tag (reached root element, or no parent - removed from document) + if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return; } - return left; - }, - additive: function additive() { - var left = this.multiplicative(); - var token; - while (token = this.expect('+', '-')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.multiplicative() }; - } - return left; - }, + if (isString(rewriteLinks) && isUndefined(elm.attr(rewriteLinks))) return; - multiplicative: function multiplicative() { - var left = this.unary(); - var token; - while (token = this.expect('*', '/', '%')) { - left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.unary() }; - } - return left; - }, + var absHref = elm.prop('href'); + // get the actual href attribute - see + // http://msdn.microsoft.com/en-us/library/ie/dd347148(v=vs.85).aspx + var relHref = elm.attr('href') || elm.attr('xlink:href'); - unary: function unary() { - var token; - if (token = this.expect('+', '-', '!')) { - return { type: AST.UnaryExpression, operator: token.text, prefix: true, argument: this.unary() }; - } else { - return this.primary(); + if (isObject(absHref) && absHref.toString() === '[object SVGAnimatedString]') { + // SVGAnimatedString.animVal should be identical to SVGAnimatedString.baseVal, unless during + // an animation. + absHref = urlResolve(absHref.animVal).href; } - }, - primary: function primary() { - var primary; - if (this.expect('(')) { - primary = this.filterChain(); - this.consume(')'); - } else if (this.expect('[')) { - primary = this.arrayDeclaration(); - } else if (this.expect('{')) { - primary = this.object(); - } else if (this.selfReferential.hasOwnProperty(this.peek().text)) { - primary = copy(this.selfReferential[this.consume().text]); - } else if (this.options.literals.hasOwnProperty(this.peek().text)) { - primary = { type: AST.Literal, value: this.options.literals[this.consume().text] }; - } else if (this.peek().identifier) { - primary = this.identifier(); - } else if (this.peek().constant) { - primary = this.constant(); - } else { - this.throwError('not a primary expression', this.peek()); - } + // Ignore when url is started with javascript: or mailto: + if (IGNORE_URI_REGEXP.test(absHref)) return; - var next; - while (next = this.expect('(', '[', '.')) { - if (next.text === '(') { - primary = { type: AST.CallExpression, callee: primary, arguments: this.parseArguments() }; - this.consume(')'); - } else if (next.text === '[') { - primary = { type: AST.MemberExpression, object: primary, property: this.expression(), computed: true }; - this.consume(']'); - } else if (next.text === '.') { - primary = { type: AST.MemberExpression, object: primary, property: this.identifier(), computed: false }; - } else { - this.throwError('IMPOSSIBLE'); + if (absHref && !elm.attr('target') && !event.isDefaultPrevented()) { + if ($location.$$parseLinkUrl(absHref, relHref)) { + // We do a preventDefault for all urls that are part of the angular application, + // in html5mode and also without, so that we are able to abort navigation without + // getting double entries in the location history. + event.preventDefault(); + // update location manually + if ($location.absUrl() !== $browser.url()) { + $rootScope.$apply(); + // hack to work around FF6 bug 684208 when scenario runner clicks on links + $window.angular['ff-684208-preventDefault'] = true; + } } } - return primary; - }, + }); - filter: function filter(baseExpression) { - var args = [baseExpression]; - var result = { type: AST.CallExpression, callee: this.identifier(), arguments: args, filter: true }; - while (this.expect(':')) { - args.push(this.expression()); - } + // rewrite hashbang url <> html5 url + if (trimEmptyHash($location.absUrl()) !== trimEmptyHash(initialUrl)) { + $browser.url($location.absUrl(), true); + } - return result; - }, + var initializing = true; - parseArguments: function parseArguments() { - var args = []; - if (this.peekToken().text !== ')') { - do { - args.push(this.filterChain()); - } while (this.expect(',')); - } - return args; - }, + // update $location when $browser url changes + $browser.onUrlChange(function(newUrl, newState) { - identifier: function identifier() { - var token = this.consume(); - if (!token.identifier) { - this.throwError('is not a valid identifier', token); + if (!startsWith(newUrl, appBaseNoFile)) { + // If we are navigating outside of the app then force a reload + $window.location.href = newUrl; + return; } - return { type: AST.Identifier, name: token.text }; - }, - constant: function constant() { - // TODO check that it is a constant - return { type: AST.Literal, value: this.consume().value }; - }, + $rootScope.$evalAsync(function() { + var oldUrl = $location.absUrl(); + var oldState = $location.$$state; + var defaultPrevented; + newUrl = trimEmptyHash(newUrl); + $location.$$parse(newUrl); + $location.$$state = newState; - arrayDeclaration: function arrayDeclaration() { - var elements = []; - if (this.peekToken().text !== ']') { - do { - if (this.peek(']')) { - // Support trailing commas per ES5.1. - break; - } - elements.push(this.expression()); - } while (this.expect(',')); - } - this.consume(']'); + defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, + newState, oldState).defaultPrevented; - return { type: AST.ArrayExpression, elements: elements }; - }, + // if the location was changed by a `$locationChangeStart` handler then stop + // processing this location change + if ($location.absUrl() !== newUrl) return; - object: function object() { - var properties = [], - property; - if (this.peekToken().text !== '}') { - do { - if (this.peek('}')) { - // Support trailing commas per ES5.1. - break; - } - property = { type: AST.Property, kind: 'init' }; - if (this.peek().constant) { - property.key = this.constant(); - property.computed = false; - this.consume(':'); - property.value = this.expression(); - } else if (this.peek().identifier) { - property.key = this.identifier(); - property.computed = false; - if (this.peek(':')) { - this.consume(':'); - property.value = this.expression(); + if (defaultPrevented) { + $location.$$parse(oldUrl); + $location.$$state = oldState; + setBrowserUrlWithFallback(oldUrl, false, oldState); + } else { + initializing = false; + afterLocationChange(oldUrl, oldState); + } + }); + if (!$rootScope.$$phase) $rootScope.$digest(); + }); + + // update browser + $rootScope.$watch(function $locationWatch() { + if (initializing || $location.$$urlUpdatedByLocation) { + $location.$$urlUpdatedByLocation = false; + + var oldUrl = trimEmptyHash($browser.url()); + var newUrl = trimEmptyHash($location.absUrl()); + var oldState = $browser.state(); + var currentReplace = $location.$$replace; + var urlOrStateChanged = oldUrl !== newUrl || + ($location.$$html5 && $sniffer.history && oldState !== $location.$$state); + + if (initializing || urlOrStateChanged) { + initializing = false; + + $rootScope.$evalAsync(function() { + var newUrl = $location.absUrl(); + var defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, + $location.$$state, oldState).defaultPrevented; + + // if the location was changed by a `$locationChangeStart` handler then stop + // processing this location change + if ($location.absUrl() !== newUrl) return; + + if (defaultPrevented) { + $location.$$parse(oldUrl); + $location.$$state = oldState; } else { - property.value = property.key; + if (urlOrStateChanged) { + setBrowserUrlWithFallback(newUrl, currentReplace, + oldState === $location.$$state ? null : $location.$$state); + } + afterLocationChange(oldUrl, oldState); } - } else if (this.peek('[')) { - this.consume('['); - property.key = this.expression(); - this.consume(']'); - property.computed = true; - this.consume(':'); - property.value = this.expression(); - } else { - this.throwError('invalid key', this.peek()); - } - properties.push(property); - } while (this.expect(',')); + }); + } } - this.consume('}'); - return { type: AST.ObjectExpression, properties: properties }; - }, + $location.$$replace = false; - throwError: function throwError(msg, token) { - throw $parseMinErr('syntax', 'Syntax Error: Token \'{0}\' {1} at column {2} of the expression [{3}] starting at [{4}].', token.text, msg, token.index + 1, this.text, this.text.substring(token.index)); - }, + // we don't need to return anything because $evalAsync will make the digest loop dirty when + // there is a change + }); - consume: function consume(e1) { - if (this.tokens.length === 0) { - throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); - } + return $location; - var token = this.expect(e1); - if (!token) { - this.throwError('is unexpected, expecting [' + e1 + ']', this.peek()); - } - return token; - }, + function afterLocationChange(oldUrl, oldState) { + $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl, + $location.$$state, oldState); + } +}]; +} + +/** + * @ngdoc service + * @name $log + * @requires $window + * + * @description + * Simple service for logging. Default implementation safely writes the message + * into the browser's console (if present). + * + * The main purpose of this service is to simplify debugging and troubleshooting. + * + * To reveal the location of the calls to `$log` in the JavaScript console, + * you can "blackbox" the AngularJS source in your browser: + * + * [Mozilla description of blackboxing](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source). + * [Chrome description of blackboxing](https://developer.chrome.com/devtools/docs/blackboxing). + * + * Note: Not all browsers support blackboxing. + * + * The default is to log `debug` messages. You can use + * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. + * + * @example + + + angular.module('logExample', []) + .controller('LogController', ['$scope', '$log', function($scope, $log) { + $scope.$log = $log; + $scope.message = 'Hello World!'; + }]); + + +
    +

    Reload this page with open console, enter text and hit the log button...

    + + + + + + +
    +
    +
    + */ - peekToken: function peekToken() { - if (this.tokens.length === 0) { - throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); - } - return this.tokens[0]; - }, +/** + * @ngdoc provider + * @name $logProvider + * @this + * + * @description + * Use the `$logProvider` to configure how the application logs messages + */ +function $LogProvider() { + var debug = true, + self = this; - peek: function peek(e1, e2, e3, e4) { - return this.peekAhead(0, e1, e2, e3, e4); - }, + /** + * @ngdoc method + * @name $logProvider#debugEnabled + * @description + * @param {boolean=} flag enable or disable debug level messages + * @returns {*} current value if used as getter or itself (chaining) if used as setter + */ + this.debugEnabled = function(flag) { + if (isDefined(flag)) { + debug = flag; + return this; + } else { + return debug; + } + }; - peekAhead: function peekAhead(i, e1, e2, e3, e4) { - if (this.tokens.length > i) { - var token = this.tokens[i]; - var t = token.text; - if (t === e1 || t === e2 || t === e3 || t === e4 || !e1 && !e2 && !e3 && !e4) { - return token; - } - } - return false; - }, + this.$get = ['$window', function($window) { + // Support: IE 9-11, Edge 12-14+ + // IE/Edge display errors in such a way that it requires the user to click in 4 places + // to see the stack trace. There is no way to feature-detect it so there's a chance + // of the user agent sniffing to go wrong but since it's only about logging, this shouldn't + // break apps. Other browsers display errors in a sensible way and some of them map stack + // traces along source maps if available so it makes sense to let browsers display it + // as they want. + var formatStackTrace = msie || /\bEdge\//.test($window.navigator && $window.navigator.userAgent); - expect: function expect(e1, e2, e3, e4) { - var token = this.peek(e1, e2, e3, e4); - if (token) { - this.tokens.shift(); - return token; - } - return false; - }, + return { + /** + * @ngdoc method + * @name $log#log + * + * @description + * Write a log message + */ + log: consoleLog('log'), - selfReferential: { - 'this': { type: AST.ThisExpression }, - '$locals': { type: AST.LocalsExpression } - } - }; + /** + * @ngdoc method + * @name $log#info + * + * @description + * Write an information message + */ + info: consoleLog('info'), - function ifDefined(v, d) { - return typeof v !== 'undefined' ? v : d; - } + /** + * @ngdoc method + * @name $log#warn + * + * @description + * Write a warning message + */ + warn: consoleLog('warn'), - function plusFn(l, r) { - if (typeof l === 'undefined') return r; - if (typeof r === 'undefined') return l; - return l + r; - } + /** + * @ngdoc method + * @name $log#error + * + * @description + * Write an error message + */ + error: consoleLog('error'), - function isStateless($filter, filterName) { - var fn = $filter(filterName); - return !fn.$stateful; - } + /** + * @ngdoc method + * @name $log#debug + * + * @description + * Write a debug message + */ + debug: (function() { + var fn = consoleLog('debug'); - var PURITY_ABSOLUTE = 1; - var PURITY_RELATIVE = 2; + return function() { + if (debug) { + fn.apply(self, arguments); + } + }; + })() + }; - // Detect nodes which could depend on non-shallow state of objects - function isPure(node, parentIsPure) { - switch (node.type) { - // Computed members might invoke a stateful toString() - case AST.MemberExpression: - if (node.computed) { - return false; + function formatError(arg) { + if (isError(arg)) { + if (arg.stack && formatStackTrace) { + arg = (arg.message && arg.stack.indexOf(arg.message) === -1) + ? 'Error: ' + arg.message + '\n' + arg.stack + : arg.stack; + } else if (arg.sourceURL) { + arg = arg.message + '\n' + arg.sourceURL + ':' + arg.line; } - break; - - // Unary always convert to primative - case AST.UnaryExpression: - return PURITY_ABSOLUTE; + } + return arg; + } - // The binary + operator can invoke a stateful toString(). - case AST.BinaryExpression: - return node.operator !== '+' ? PURITY_ABSOLUTE : false; + function consoleLog(type) { + var console = $window.console || {}, + logFn = console[type] || console.log || noop; - // Functions / filters probably read state from within objects - case AST.CallExpression: - return false; + return function() { + var args = []; + forEach(arguments, function(arg) { + args.push(formatError(arg)); + }); + // Support: IE 9 only + // console methods don't inherit from Function.prototype in IE 9 so we can't + // call `logFn.apply(console, args)` directly. + return Function.prototype.apply.call(logFn, console, args); + }; } + }]; +} - return undefined === parentIsPure ? PURITY_RELATIVE : parentIsPure; - } +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - function findConstantAndWatchExpressions(ast, $filter, parentIsPure) { - var allConstants; - var argsToWatch; - var isStatelessFilter; +var $parseMinErr = minErr('$parse'); - var astIsPure = ast.isPure = isPure(ast, parentIsPure); +var objectValueOf = {}.constructor.prototype.valueOf; - switch (ast.type) { - case AST.Program: - allConstants = true; - forEach(ast.body, function (expr) { - findConstantAndWatchExpressions(expr.expression, $filter, astIsPure); - allConstants = allConstants && expr.expression.constant; - }); - ast.constant = allConstants; - break; - case AST.Literal: - ast.constant = true; - ast.toWatch = []; - break; - case AST.UnaryExpression: - findConstantAndWatchExpressions(ast.argument, $filter, astIsPure); - ast.constant = ast.argument.constant; - ast.toWatch = ast.argument.toWatch; - break; - case AST.BinaryExpression: - findConstantAndWatchExpressions(ast.left, $filter, astIsPure); - findConstantAndWatchExpressions(ast.right, $filter, astIsPure); - ast.constant = ast.left.constant && ast.right.constant; - ast.toWatch = ast.left.toWatch.concat(ast.right.toWatch); - break; - case AST.LogicalExpression: - findConstantAndWatchExpressions(ast.left, $filter, astIsPure); - findConstantAndWatchExpressions(ast.right, $filter, astIsPure); - ast.constant = ast.left.constant && ast.right.constant; - ast.toWatch = ast.constant ? [] : [ast]; - break; - case AST.ConditionalExpression: - findConstantAndWatchExpressions(ast.test, $filter, astIsPure); - findConstantAndWatchExpressions(ast.alternate, $filter, astIsPure); - findConstantAndWatchExpressions(ast.consequent, $filter, astIsPure); - ast.constant = ast.test.constant && ast.alternate.constant && ast.consequent.constant; - ast.toWatch = ast.constant ? [] : [ast]; - break; - case AST.Identifier: - ast.constant = false; - ast.toWatch = [ast]; - break; - case AST.MemberExpression: - findConstantAndWatchExpressions(ast.object, $filter, astIsPure); - if (ast.computed) { - findConstantAndWatchExpressions(ast.property, $filter, astIsPure); - } - ast.constant = ast.object.constant && (!ast.computed || ast.property.constant); - ast.toWatch = ast.constant ? [] : [ast]; - break; - case AST.CallExpression: - isStatelessFilter = ast.filter ? isStateless($filter, ast.callee.name) : false; - allConstants = isStatelessFilter; - argsToWatch = []; - forEach(ast.arguments, function (expr) { - findConstantAndWatchExpressions(expr, $filter, astIsPure); - allConstants = allConstants && expr.constant; - argsToWatch.push.apply(argsToWatch, expr.toWatch); - }); - ast.constant = allConstants; - ast.toWatch = isStatelessFilter ? argsToWatch : [ast]; - break; - case AST.AssignmentExpression: - findConstantAndWatchExpressions(ast.left, $filter, astIsPure); - findConstantAndWatchExpressions(ast.right, $filter, astIsPure); - ast.constant = ast.left.constant && ast.right.constant; - ast.toWatch = [ast]; - break; - case AST.ArrayExpression: - allConstants = true; - argsToWatch = []; - forEach(ast.elements, function (expr) { - findConstantAndWatchExpressions(expr, $filter, astIsPure); - allConstants = allConstants && expr.constant; - argsToWatch.push.apply(argsToWatch, expr.toWatch); - }); - ast.constant = allConstants; - ast.toWatch = argsToWatch; - break; - case AST.ObjectExpression: - allConstants = true; - argsToWatch = []; - forEach(ast.properties, function (property) { - findConstantAndWatchExpressions(property.value, $filter, astIsPure); - allConstants = allConstants && property.value.constant; - argsToWatch.push.apply(argsToWatch, property.value.toWatch); - if (property.computed) { - //`{[key]: value}` implicitly does `key.toString()` which may be non-pure - findConstantAndWatchExpressions(property.key, $filter, /*parentIsPure=*/false); - allConstants = allConstants && property.key.constant; - argsToWatch.push.apply(argsToWatch, property.key.toWatch); - } - }); - ast.constant = allConstants; - ast.toWatch = argsToWatch; - break; - case AST.ThisExpression: - ast.constant = false; - ast.toWatch = []; - break; - case AST.LocalsExpression: - ast.constant = false; - ast.toWatch = []; - break; - } - } +// Sandboxing Angular Expressions +// ------------------------------ +// Angular expressions are no longer sandboxed. So it is now even easier to access arbitrary JS code by +// various means such as obtaining a reference to native JS functions like the Function constructor. +// +// As an example, consider the following Angular expression: +// +// {}.toString.constructor('alert("evil JS code")') +// +// It is important to realize that if you create an expression from a string that contains user provided +// content then it is possible that your application contains a security vulnerability to an XSS style attack. +// +// See https://docs.angularjs.org/guide/security - function getInputs(body) { - if (body.length !== 1) return; - var lastExpression = body[0].expression; - var candidate = lastExpression.toWatch; - if (candidate.length !== 1) return candidate; - return candidate[0] !== lastExpression ? candidate : undefined; - } - function isAssignable(ast) { - return ast.type === AST.Identifier || ast.type === AST.MemberExpression; - } +function getStringValue(name) { + // Property names must be strings. This means that non-string objects cannot be used + // as keys in an object. Any non-string object, including a number, is typecasted + // into a string via the toString method. + // -- MDN, https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Property_accessors#Property_names + // + // So, to ensure that we are checking the same `name` that JavaScript would use, we cast it + // to a string. It's not always possible. If `name` is an object and its `toString` method is + // 'broken' (doesn't return a string, isn't a function, etc.), an error will be thrown: + // + // TypeError: Cannot convert object to primitive value + // + // For performance reasons, we don't catch this error here and allow it to propagate up the call + // stack. Note that you'll get the same error in JavaScript if you try to access a property using + // such a 'broken' object as a key. + return name + ''; +} - function assignableAST(ast) { - if (ast.body.length === 1 && isAssignable(ast.body[0].expression)) { - return { type: AST.AssignmentExpression, left: ast.body[0].expression, right: { type: AST.NGValueParameter }, operator: '=' }; - } - } - function isLiteral(ast) { - return ast.body.length === 0 || ast.body.length === 1 && (ast.body[0].expression.type === AST.Literal || ast.body[0].expression.type === AST.ArrayExpression || ast.body[0].expression.type === AST.ObjectExpression); - } +var OPERATORS = createMap(); +forEach('+ - * / % === !== == != < > <= >= && || ! = |'.split(' '), function(operator) { OPERATORS[operator] = true; }); +var ESCAPE = {'n':'\n', 'f':'\f', 'r':'\r', 't':'\t', 'v':'\v', '\'':'\'', '"':'"'}; - function isConstant(ast) { - return ast.constant; - } - function ASTCompiler($filter) { - this.$filter = $filter; - } +///////////////////////////////////////// - ASTCompiler.prototype = { - compile: function compile(ast) { - var self = this; - this.state = { - nextId: 0, - filters: {}, - fn: { vars: [], body: [], own: {} }, - assign: { vars: [], body: [], own: {} }, - inputs: [] - }; - findConstantAndWatchExpressions(ast, self.$filter); - var extra = ''; - var assignable; - this.stage = 'assign'; - if (assignable = assignableAST(ast)) { - this.state.computing = 'assign'; - var result = this.nextId(); - this.recurse(assignable, result); - this.return_(result); - extra = 'fn.assign=' + this.generateFunction('assign', 's,v,l'); - } - var toWatch = getInputs(ast.body); - self.stage = 'inputs'; - forEach(toWatch, function (watch, key) { - var fnKey = 'fn' + key; - self.state[fnKey] = { vars: [], body: [], own: {} }; - self.state.computing = fnKey; - var intoId = self.nextId(); - self.recurse(watch, intoId); - self.return_(intoId); - self.state.inputs.push({ name: fnKey, isPure: watch.isPure }); - watch.watchId = key; - }); - this.state.computing = 'fn'; - this.stage = 'main'; - this.recurse(ast); - var fnString = - // The build and minification steps remove the string "use strict" from the code, but this is done using a regex. - // This is a workaround for this until we do a better job at only removing the prefix only when we should. - '"' + this.USE + ' ' + this.STRICT + '";\n' + this.filterPrefix() + 'var fn=' + this.generateFunction('fn', 's,l,a,i') + extra + this.watchFns() + 'return fn;'; - // eslint-disable-next-line no-new-func - var fn = new Function('$filter', 'getStringValue', 'ifDefined', 'plus', fnString)(this.$filter, getStringValue, ifDefined, plusFn); - this.state = this.stage = undefined; - return fn; - }, +/** + * @constructor + */ +var Lexer = function Lexer(options) { + this.options = options; +}; - USE: 'use', +Lexer.prototype = { + constructor: Lexer, - STRICT: 'strict', + lex: function(text) { + this.text = text; + this.index = 0; + this.tokens = []; - watchFns: function watchFns() { - var result = []; - var inputs = this.state.inputs; - var self = this; - forEach(inputs, function (input) { - result.push('var ' + input.name + '=' + self.generateFunction(input.name, 's')); - if (input.isPure) { - result.push(input.name, '.isPure=' + JSON.stringify(input.isPure) + ';'); + while (this.index < this.text.length) { + var ch = this.text.charAt(this.index); + if (ch === '"' || ch === '\'') { + this.readString(ch); + } else if (this.isNumber(ch) || ch === '.' && this.isNumber(this.peek())) { + this.readNumber(); + } else if (this.isIdentifierStart(this.peekMultichar())) { + this.readIdent(); + } else if (this.is(ch, '(){}[].,;:?')) { + this.tokens.push({index: this.index, text: ch}); + this.index++; + } else if (this.isWhitespace(ch)) { + this.index++; + } else { + var ch2 = ch + this.peek(); + var ch3 = ch2 + this.peek(2); + var op1 = OPERATORS[ch]; + var op2 = OPERATORS[ch2]; + var op3 = OPERATORS[ch3]; + if (op1 || op2 || op3) { + var token = op3 ? ch3 : (op2 ? ch2 : ch); + this.tokens.push({index: this.index, text: token, operator: true}); + this.index += token.length; + } else { + this.throwError('Unexpected next character ', this.index, this.index + 1); } - }); - if (inputs.length) { - result.push('fn.inputs=[' + inputs.map(function (i) { - return i.name; - }).join(',') + '];'); } - return result.join(''); - }, + } + return this.tokens; + }, - generateFunction: function generateFunction(name, params) { - return 'function(' + params + '){' + this.varsPrefix(name) + this.body(name) + '};'; - }, + is: function(ch, chars) { + return chars.indexOf(ch) !== -1; + }, - filterPrefix: function filterPrefix() { - var parts = []; - var self = this; - forEach(this.state.filters, function (id, filter) { - parts.push(id + '=$filter(' + self.escape(filter) + ')'); - }); - if (parts.length) return 'var ' + parts.join(',') + ';'; - return ''; - }, + peek: function(i) { + var num = i || 1; + return (this.index + num < this.text.length) ? this.text.charAt(this.index + num) : false; + }, - varsPrefix: function varsPrefix(section) { - return this.state[section].vars.length ? 'var ' + this.state[section].vars.join(',') + ';' : ''; - }, + isNumber: function(ch) { + return ('0' <= ch && ch <= '9') && typeof ch === 'string'; + }, - body: function body(section) { - return this.state[section].body.join(''); - }, + isWhitespace: function(ch) { + // IE treats non-breaking space as \u00A0 + return (ch === ' ' || ch === '\r' || ch === '\t' || + ch === '\n' || ch === '\v' || ch === '\u00A0'); + }, - recurse: function recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { - var left, - right, - self = this, - args, - expression, - computed; - recursionFn = recursionFn || noop; - if (!skipWatchIdCheck && isDefined(ast.watchId)) { - intoId = intoId || this.nextId(); - this.if_('i', this.lazyAssign(intoId, this.computedMember('i', ast.watchId)), this.lazyRecurse(ast, intoId, nameId, recursionFn, create, true)); - return; - } - switch (ast.type) { - case AST.Program: - forEach(ast.body, function (expression, pos) { - self.recurse(expression.expression, undefined, undefined, function (expr) { - right = expr; - }); - if (pos !== ast.body.length - 1) { - self.current().body.push(right, ';'); - } else { - self.return_(right); - } - }); - break; - case AST.Literal: - expression = this.escape(ast.value); - this.assign(intoId, expression); - recursionFn(intoId || expression); - break; - case AST.UnaryExpression: - this.recurse(ast.argument, undefined, undefined, function (expr) { - right = expr; - }); - expression = ast.operator + '(' + this.ifDefined(right, 0) + ')'; - this.assign(intoId, expression); - recursionFn(expression); - break; - case AST.BinaryExpression: - this.recurse(ast.left, undefined, undefined, function (expr) { - left = expr; - }); - this.recurse(ast.right, undefined, undefined, function (expr) { - right = expr; - }); - if (ast.operator === '+') { - expression = this.plus(left, right); - } else if (ast.operator === '-') { - expression = this.ifDefined(left, 0) + ast.operator + this.ifDefined(right, 0); - } else { - expression = '(' + left + ')' + ast.operator + '(' + right + ')'; - } - this.assign(intoId, expression); - recursionFn(expression); - break; - case AST.LogicalExpression: - intoId = intoId || this.nextId(); - self.recurse(ast.left, intoId); - self.if_(ast.operator === '&&' ? intoId : self.not(intoId), self.lazyRecurse(ast.right, intoId)); - recursionFn(intoId); - break; - case AST.ConditionalExpression: - intoId = intoId || this.nextId(); - self.recurse(ast.test, intoId); - self.if_(intoId, self.lazyRecurse(ast.alternate, intoId), self.lazyRecurse(ast.consequent, intoId)); - recursionFn(intoId); - break; - case AST.Identifier: - intoId = intoId || this.nextId(); - if (nameId) { - nameId.context = self.stage === 'inputs' ? 's' : this.assign(this.nextId(), this.getHasOwnProperty('l', ast.name) + '?l:s'); - nameId.computed = false; - nameId.name = ast.name; - } - self.if_(self.stage === 'inputs' || self.not(self.getHasOwnProperty('l', ast.name)), function () { - self.if_(self.stage === 'inputs' || 's', function () { - if (create && create !== 1) { - self.if_(self.isNull(self.nonComputedMember('s', ast.name)), self.lazyAssign(self.nonComputedMember('s', ast.name), '{}')); - } - self.assign(intoId, self.nonComputedMember('s', ast.name)); - }); - }, intoId && self.lazyAssign(intoId, self.nonComputedMember('l', ast.name))); - recursionFn(intoId); - break; - case AST.MemberExpression: - left = nameId && (nameId.context = this.nextId()) || this.nextId(); - intoId = intoId || this.nextId(); - self.recurse(ast.object, left, undefined, function () { - self.if_(self.notNull(left), function () { - if (ast.computed) { - right = self.nextId(); - self.recurse(ast.property, right); - self.getStringValue(right); - if (create && create !== 1) { - self.if_(self.not(self.computedMember(left, right)), self.lazyAssign(self.computedMember(left, right), '{}')); - } - expression = self.computedMember(left, right); - self.assign(intoId, expression); - if (nameId) { - nameId.computed = true; - nameId.name = right; - } - } else { - if (create && create !== 1) { - self.if_(self.isNull(self.nonComputedMember(left, ast.property.name)), self.lazyAssign(self.nonComputedMember(left, ast.property.name), '{}')); - } - expression = self.nonComputedMember(left, ast.property.name); - self.assign(intoId, expression); - if (nameId) { - nameId.computed = false; - nameId.name = ast.property.name; - } - } - }, function () { - self.assign(intoId, 'undefined'); - }); - recursionFn(intoId); - }, !!create); - break; - case AST.CallExpression: - intoId = intoId || this.nextId(); - if (ast.filter) { - right = self.filter(ast.callee.name); - args = []; - forEach(ast.arguments, function (expr) { - var argument = self.nextId(); - self.recurse(expr, argument); - args.push(argument); - }); - expression = right + '(' + args.join(',') + ')'; - self.assign(intoId, expression); - recursionFn(intoId); - } else { - right = self.nextId(); - left = {}; - args = []; - self.recurse(ast.callee, right, left, function () { - self.if_(self.notNull(right), function () { - forEach(ast.arguments, function (expr) { - self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function (argument) { - args.push(argument); - }); - }); - if (left.name) { - expression = self.member(left.context, left.name, left.computed) + '(' + args.join(',') + ')'; - } else { - expression = right + '(' + args.join(',') + ')'; - } - self.assign(intoId, expression); - }, function () { - self.assign(intoId, 'undefined'); - }); - recursionFn(intoId); - }); - } - break; - case AST.AssignmentExpression: - right = this.nextId(); - left = {}; - this.recurse(ast.left, undefined, left, function () { - self.if_(self.notNull(left.context), function () { - self.recurse(ast.right, right); - expression = self.member(left.context, left.name, left.computed) + ast.operator + right; - self.assign(intoId, expression); - recursionFn(intoId || expression); - }); - }, 1); - break; - case AST.ArrayExpression: - args = []; - forEach(ast.elements, function (expr) { - self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function (argument) { - args.push(argument); - }); - }); - expression = '[' + args.join(',') + ']'; - this.assign(intoId, expression); - recursionFn(intoId || expression); - break; - case AST.ObjectExpression: - args = []; - computed = false; - forEach(ast.properties, function (property) { - if (property.computed) { - computed = true; - } - }); - if (computed) { - intoId = intoId || this.nextId(); - this.assign(intoId, '{}'); - forEach(ast.properties, function (property) { - if (property.computed) { - left = self.nextId(); - self.recurse(property.key, left); - } else { - left = property.key.type === AST.Identifier ? property.key.name : '' + property.key.value; - } - right = self.nextId(); - self.recurse(property.value, right); - self.assign(self.member(intoId, left, property.computed), right); - }); - } else { - forEach(ast.properties, function (property) { - self.recurse(property.value, ast.constant ? undefined : self.nextId(), undefined, function (expr) { - args.push(self.escape(property.key.type === AST.Identifier ? property.key.name : '' + property.key.value) + ':' + expr); - }); - }); - expression = '{' + args.join(',') + '}'; - this.assign(intoId, expression); - } - recursionFn(intoId || expression); - break; - case AST.ThisExpression: - this.assign(intoId, 's'); - recursionFn(intoId || 's'); - break; - case AST.LocalsExpression: - this.assign(intoId, 'l'); - recursionFn(intoId || 'l'); - break; - case AST.NGValueParameter: - this.assign(intoId, 'v'); - recursionFn(intoId || 'v'); - break; - } - }, + isIdentifierStart: function(ch) { + return this.options.isIdentifierStart ? + this.options.isIdentifierStart(ch, this.codePointAt(ch)) : + this.isValidIdentifierStart(ch); + }, - getHasOwnProperty: function getHasOwnProperty(element, property) { - var key = element + '.' + property; - var own = this.current().own; - if (!own.hasOwnProperty(key)) { - own[key] = this.nextId(false, element + '&&(' + this.escape(property) + ' in ' + element + ')'); - } - return own[key]; - }, + isValidIdentifierStart: function(ch) { + return ('a' <= ch && ch <= 'z' || + 'A' <= ch && ch <= 'Z' || + '_' === ch || ch === '$'); + }, - assign: function assign(id, value) { - if (!id) return; - this.current().body.push(id, '=', value, ';'); - return id; - }, + isIdentifierContinue: function(ch) { + return this.options.isIdentifierContinue ? + this.options.isIdentifierContinue(ch, this.codePointAt(ch)) : + this.isValidIdentifierContinue(ch); + }, - filter: function filter(filterName) { - if (!this.state.filters.hasOwnProperty(filterName)) { - this.state.filters[filterName] = this.nextId(true); - } - return this.state.filters[filterName]; - }, + isValidIdentifierContinue: function(ch, cp) { + return this.isValidIdentifierStart(ch, cp) || this.isNumber(ch); + }, - ifDefined: function ifDefined(id, defaultValue) { - return 'ifDefined(' + id + ',' + this.escape(defaultValue) + ')'; - }, + codePointAt: function(ch) { + if (ch.length === 1) return ch.charCodeAt(0); + // eslint-disable-next-line no-bitwise + return (ch.charCodeAt(0) << 10) + ch.charCodeAt(1) - 0x35FDC00; + }, - plus: function plus(left, right) { - return 'plus(' + left + ',' + right + ')'; - }, + peekMultichar: function() { + var ch = this.text.charAt(this.index); + var peek = this.peek(); + if (!peek) { + return ch; + } + var cp1 = ch.charCodeAt(0); + var cp2 = peek.charCodeAt(0); + if (cp1 >= 0xD800 && cp1 <= 0xDBFF && cp2 >= 0xDC00 && cp2 <= 0xDFFF) { + return ch + peek; + } + return ch; + }, - return_: function return_(id) { - this.current().body.push('return ', id, ';'); - }, + isExpOperator: function(ch) { + return (ch === '-' || ch === '+' || this.isNumber(ch)); + }, + + throwError: function(error, start, end) { + end = end || this.index; + var colStr = (isDefined(start) + ? 's ' + start + '-' + this.index + ' [' + this.text.substring(start, end) + ']' + : ' ' + end); + throw $parseMinErr('lexerr', 'Lexer Error: {0} at column{1} in expression [{2}].', + error, colStr, this.text); + }, - if_: function if_(test, alternate, consequent) { - if (test === true) { - alternate(); + readNumber: function() { + var number = ''; + var start = this.index; + while (this.index < this.text.length) { + var ch = lowercase(this.text.charAt(this.index)); + if (ch === '.' || this.isNumber(ch)) { + number += ch; } else { - var body = this.current().body; - body.push('if(', test, '){'); - alternate(); - body.push('}'); - if (consequent) { - body.push('else{'); - consequent(); - body.push('}'); + var peekCh = this.peek(); + if (ch === 'e' && this.isExpOperator(peekCh)) { + number += ch; + } else if (this.isExpOperator(ch) && + peekCh && this.isNumber(peekCh) && + number.charAt(number.length - 1) === 'e') { + number += ch; + } else if (this.isExpOperator(ch) && + (!peekCh || !this.isNumber(peekCh)) && + number.charAt(number.length - 1) === 'e') { + this.throwError('Invalid exponent'); + } else { + break; } } - }, - - not: function not(expression) { - return '!(' + expression + ')'; - }, - - isNull: function isNull(expression) { - return expression + '==null'; - }, + this.index++; + } + this.tokens.push({ + index: start, + text: number, + constant: true, + value: Number(number) + }); + }, - notNull: function notNull(expression) { - return expression + '!=null'; - }, + readIdent: function() { + var start = this.index; + this.index += this.peekMultichar().length; + while (this.index < this.text.length) { + var ch = this.peekMultichar(); + if (!this.isIdentifierContinue(ch)) { + break; + } + this.index += ch.length; + } + this.tokens.push({ + index: start, + text: this.text.slice(start, this.index), + identifier: true + }); + }, - nonComputedMember: function nonComputedMember(left, right) { - var SAFE_IDENTIFIER = /^[$_a-zA-Z][$_a-zA-Z0-9]*$/; - var UNSAFE_CHARACTERS = /[^$_a-zA-Z0-9]/g; - if (SAFE_IDENTIFIER.test(right)) { - return left + '.' + right; + readString: function(quote) { + var start = this.index; + this.index++; + var string = ''; + var rawString = quote; + var escape = false; + while (this.index < this.text.length) { + var ch = this.text.charAt(this.index); + rawString += ch; + if (escape) { + if (ch === 'u') { + var hex = this.text.substring(this.index + 1, this.index + 5); + if (!hex.match(/[\da-f]{4}/i)) { + this.throwError('Invalid unicode escape [\\u' + hex + ']'); + } + this.index += 4; + string += String.fromCharCode(parseInt(hex, 16)); + } else { + var rep = ESCAPE[ch]; + string = string + (rep || ch); + } + escape = false; + } else if (ch === '\\') { + escape = true; + } else if (ch === quote) { + this.index++; + this.tokens.push({ + index: start, + text: rawString, + constant: true, + value: string + }); + return; } else { - return left + '["' + right.replace(UNSAFE_CHARACTERS, this.stringEscapeFn) + '"]'; + string += ch; } - }, - - computedMember: function computedMember(left, right) { - return left + '[' + right + ']'; - }, - - member: function member(left, right, computed) { - if (computed) return this.computedMember(left, right); - return this.nonComputedMember(left, right); - }, + this.index++; + } + this.throwError('Unterminated quote', start); + } +}; - getStringValue: function getStringValue(item) { - this.assign(item, 'getStringValue(' + item + ')'); - }, +var AST = function AST(lexer, options) { + this.lexer = lexer; + this.options = options; +}; - lazyRecurse: function lazyRecurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { - var self = this; - return function () { - self.recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck); - }; - }, +AST.Program = 'Program'; +AST.ExpressionStatement = 'ExpressionStatement'; +AST.AssignmentExpression = 'AssignmentExpression'; +AST.ConditionalExpression = 'ConditionalExpression'; +AST.LogicalExpression = 'LogicalExpression'; +AST.BinaryExpression = 'BinaryExpression'; +AST.UnaryExpression = 'UnaryExpression'; +AST.CallExpression = 'CallExpression'; +AST.MemberExpression = 'MemberExpression'; +AST.Identifier = 'Identifier'; +AST.Literal = 'Literal'; +AST.ArrayExpression = 'ArrayExpression'; +AST.Property = 'Property'; +AST.ObjectExpression = 'ObjectExpression'; +AST.ThisExpression = 'ThisExpression'; +AST.LocalsExpression = 'LocalsExpression'; - lazyAssign: function lazyAssign(id, value) { - var self = this; - return function () { - self.assign(id, value); - }; - }, +// Internal use only +AST.NGValueParameter = 'NGValueParameter'; - stringEscapeRegex: /[^ a-zA-Z0-9]/g, +AST.prototype = { + ast: function(text) { + this.text = text; + this.tokens = this.lexer.lex(text); - stringEscapeFn: function stringEscapeFn(c) { - return '\\u' + ('0000' + c.charCodeAt(0).toString(16)).slice(-4); - }, + var value = this.program(); - escape: function escape(value) { - if (isString(value)) return '\'' + value.replace(this.stringEscapeRegex, this.stringEscapeFn) + '\''; - if (isNumber(value)) return value.toString(); - if (value === true) return 'true'; - if (value === false) return 'false'; - if (value === null) return 'null'; - if (typeof value === 'undefined') return 'undefined'; + if (this.tokens.length !== 0) { + this.throwError('is an unexpected token', this.tokens[0]); + } - throw $parseMinErr('esc', 'IMPOSSIBLE'); - }, + return value; + }, - nextId: function nextId(skip, init) { - var id = 'v' + this.state.nextId++; - if (!skip) { - this.current().vars.push(id + (init ? '=' + init : '')); + program: function() { + var body = []; + while (true) { + if (this.tokens.length > 0 && !this.peek('}', ')', ';', ']')) + body.push(this.expressionStatement()); + if (!this.expect(';')) { + return { type: AST.Program, body: body}; } - return id; - }, + } + }, + + expressionStatement: function() { + return { type: AST.ExpressionStatement, expression: this.filterChain() }; + }, - current: function current() { - return this.state[this.state.computing]; + filterChain: function() { + var left = this.expression(); + while (this.expect('|')) { + left = this.filter(left); } - }; + return left; + }, - function ASTInterpreter($filter) { - this.$filter = $filter; - } + expression: function() { + return this.assignment(); + }, - ASTInterpreter.prototype = { - compile: function compile(ast) { - var self = this; - findConstantAndWatchExpressions(ast, self.$filter); - var assignable; - var assign; - if (assignable = assignableAST(ast)) { - assign = this.recurse(assignable); - } - var toWatch = getInputs(ast.body); - var inputs; - if (toWatch) { - inputs = []; - forEach(toWatch, function (watch, key) { - var input = self.recurse(watch); - input.isPure = watch.isPure; - watch.input = input; - inputs.push(input); - watch.watchId = key; - }); - } - var expressions = []; - forEach(ast.body, function (expression) { - expressions.push(self.recurse(expression.expression)); - }); - var fn = ast.body.length === 0 ? noop : ast.body.length === 1 ? expressions[0] : function (scope, locals) { - var lastValue; - forEach(expressions, function (exp) { - lastValue = exp(scope, locals); - }); - return lastValue; - }; - if (assign) { - fn.assign = function (scope, value, locals) { - return assign(scope, locals, value); - }; + assignment: function() { + var result = this.ternary(); + if (this.expect('=')) { + if (!isAssignable(result)) { + throw $parseMinErr('lval', 'Trying to assign a value to a non l-value'); } - if (inputs) { - fn.inputs = inputs; - } - return fn; - }, - recurse: function recurse(ast, context, create) { - var left, - right, - self = this, - args; - if (ast.input) { - return this.inputs(ast.input, ast.watchId); - } - switch (ast.type) { - case AST.Literal: - return this.value(ast.value, context); - case AST.UnaryExpression: - right = this.recurse(ast.argument); - return this['unary' + ast.operator](right, context); - case AST.BinaryExpression: - left = this.recurse(ast.left); - right = this.recurse(ast.right); - return this['binary' + ast.operator](left, right, context); - case AST.LogicalExpression: - left = this.recurse(ast.left); - right = this.recurse(ast.right); - return this['binary' + ast.operator](left, right, context); - case AST.ConditionalExpression: - return this['ternary?:'](this.recurse(ast.test), this.recurse(ast.alternate), this.recurse(ast.consequent), context); - case AST.Identifier: - return self.identifier(ast.name, context, create); - case AST.MemberExpression: - left = this.recurse(ast.object, false, !!create); - if (!ast.computed) { - right = ast.property.name; - } - if (ast.computed) right = this.recurse(ast.property); - return ast.computed ? this.computedMember(left, right, context, create) : this.nonComputedMember(left, right, context, create); - case AST.CallExpression: - args = []; - forEach(ast.arguments, function (expr) { - args.push(self.recurse(expr)); - }); - if (ast.filter) right = this.$filter(ast.callee.name); - if (!ast.filter) right = this.recurse(ast.callee, true); - return ast.filter ? function (scope, locals, assign, inputs) { - var values = []; - for (var i = 0; i < args.length; ++i) { - values.push(args[i](scope, locals, assign, inputs)); - } - var value = right.apply(undefined, values, inputs); - return context ? { context: undefined, name: undefined, value: value } : value; - } : function (scope, locals, assign, inputs) { - var rhs = right(scope, locals, assign, inputs); - var value; - if (rhs.value != null) { - var values = []; - for (var i = 0; i < args.length; ++i) { - values.push(args[i](scope, locals, assign, inputs)); - } - value = rhs.value.apply(rhs.context, values); - } - return context ? { value: value } : value; - }; - case AST.AssignmentExpression: - left = this.recurse(ast.left, true, 1); - right = this.recurse(ast.right); - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs = right(scope, locals, assign, inputs); - lhs.context[lhs.name] = rhs; - return context ? { value: rhs } : rhs; - }; - case AST.ArrayExpression: - args = []; - forEach(ast.elements, function (expr) { - args.push(self.recurse(expr)); - }); - return function (scope, locals, assign, inputs) { - var value = []; - for (var i = 0; i < args.length; ++i) { - value.push(args[i](scope, locals, assign, inputs)); - } - return context ? { value: value } : value; - }; - case AST.ObjectExpression: - args = []; - forEach(ast.properties, function (property) { - if (property.computed) { - args.push({ key: self.recurse(property.key), - computed: true, - value: self.recurse(property.value) - }); - } else { - args.push({ key: property.key.type === AST.Identifier ? property.key.name : '' + property.key.value, - computed: false, - value: self.recurse(property.value) - }); - } - }); - return function (scope, locals, assign, inputs) { - var value = {}; - for (var i = 0; i < args.length; ++i) { - if (args[i].computed) { - value[args[i].key(scope, locals, assign, inputs)] = args[i].value(scope, locals, assign, inputs); - } else { - value[args[i].key] = args[i].value(scope, locals, assign, inputs); - } - } - return context ? { value: value } : value; - }; - case AST.ThisExpression: - return function (scope) { - return context ? { value: scope } : scope; - }; - case AST.LocalsExpression: - return function (scope, locals) { - return context ? { value: locals } : locals; - }; - case AST.NGValueParameter: - return function (scope, locals, assign) { - return context ? { value: assign } : assign; - }; + result = { type: AST.AssignmentExpression, left: result, right: this.assignment(), operator: '='}; + } + return result; + }, + + ternary: function() { + var test = this.logicalOR(); + var alternate; + var consequent; + if (this.expect('?')) { + alternate = this.expression(); + if (this.consume(':')) { + consequent = this.expression(); + return { type: AST.ConditionalExpression, test: test, alternate: alternate, consequent: consequent}; } - }, + } + return test; + }, - 'unary+': function unary(argument, context) { - return function (scope, locals, assign, inputs) { - var arg = argument(scope, locals, assign, inputs); - if (isDefined(arg)) { - arg = +arg; - } else { - arg = 0; - } - return context ? { value: arg } : arg; - }; - }, - 'unary-': function unary(argument, context) { - return function (scope, locals, assign, inputs) { - var arg = argument(scope, locals, assign, inputs); - if (isDefined(arg)) { - arg = -arg; - } else { - arg = -0; - } - return context ? { value: arg } : arg; - }; - }, - 'unary!': function unary(argument, context) { - return function (scope, locals, assign, inputs) { - var arg = !argument(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary+': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs = right(scope, locals, assign, inputs); - var arg = plusFn(lhs, rhs); - return context ? { value: arg } : arg; - }; - }, - 'binary-': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs = right(scope, locals, assign, inputs); - var arg = (isDefined(lhs) ? lhs : 0) - (isDefined(rhs) ? rhs : 0); - return context ? { value: arg } : arg; - }; - }, - 'binary*': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) * right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary/': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) / right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary%': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) % right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary===': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) === right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary!==': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) !== right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary==': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - // eslint-disable-next-line eqeqeq - var arg = left(scope, locals, assign, inputs) == right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary!=': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - // eslint-disable-next-line eqeqeq - var arg = left(scope, locals, assign, inputs) != right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary<': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) < right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary>': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) > right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary<=': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) <= right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary>=': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) >= right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary&&': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) && right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'binary||': function binary(left, right, context) { - return function (scope, locals, assign, inputs) { - var arg = left(scope, locals, assign, inputs) || right(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - 'ternary?:': function ternary(test, alternate, consequent, context) { - return function (scope, locals, assign, inputs) { - var arg = test(scope, locals, assign, inputs) ? alternate(scope, locals, assign, inputs) : consequent(scope, locals, assign, inputs); - return context ? { value: arg } : arg; - }; - }, - value: function value(_value2, context) { - return function () { - return context ? { context: undefined, name: undefined, value: _value2 } : _value2; - }; - }, - identifier: function identifier(name, context, create) { - return function (scope, locals, assign, inputs) { - var base = locals && name in locals ? locals : scope; - if (create && create !== 1 && base && base[name] == null) { - base[name] = {}; - } - var value = base ? base[name] : undefined; - if (context) { - return { context: base, name: name, value: value }; - } else { - return value; - } - }; - }, - computedMember: function computedMember(left, right, context, create) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - var rhs; - var value; - if (lhs != null) { - rhs = right(scope, locals, assign, inputs); - rhs = getStringValue(rhs); - if (create && create !== 1) { - if (lhs && !lhs[rhs]) { - lhs[rhs] = {}; - } - } - value = lhs[rhs]; - } - if (context) { - return { context: lhs, name: rhs, value: value }; - } else { - return value; - } - }; - }, - nonComputedMember: function nonComputedMember(left, right, context, create) { - return function (scope, locals, assign, inputs) { - var lhs = left(scope, locals, assign, inputs); - if (create && create !== 1) { - if (lhs && lhs[right] == null) { - lhs[right] = {}; - } - } - var value = lhs != null ? lhs[right] : undefined; - if (context) { - return { context: lhs, name: right, value: value }; - } else { - return value; - } - }; - }, - inputs: function inputs(input, watchId) { - return function (scope, value, locals, inputs) { - if (inputs) return inputs[watchId]; - return input(scope, value, locals); - }; + logicalOR: function() { + var left = this.logicalAND(); + while (this.expect('||')) { + left = { type: AST.LogicalExpression, operator: '||', left: left, right: this.logicalAND() }; } - }; + return left; + }, - /** - * @constructor - */ - function Parser(lexer, $filter, options) { - this.ast = new AST(lexer, options); - this.astCompiler = options.csp ? new ASTInterpreter($filter) : new ASTCompiler($filter); - } + logicalAND: function() { + var left = this.equality(); + while (this.expect('&&')) { + left = { type: AST.LogicalExpression, operator: '&&', left: left, right: this.equality()}; + } + return left; + }, - Parser.prototype = { - constructor: Parser, + equality: function() { + var left = this.relational(); + var token; + while ((token = this.expect('==','!=','===','!=='))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.relational() }; + } + return left; + }, - parse: function parse(text) { - var ast = this.getAst(text); - var fn = this.astCompiler.compile(ast.ast); - fn.literal = isLiteral(ast.ast); - fn.constant = isConstant(ast.ast); - fn.oneTime = ast.oneTime; - return fn; - }, + relational: function() { + var left = this.additive(); + var token; + while ((token = this.expect('<', '>', '<=', '>='))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.additive() }; + } + return left; + }, - getAst: function getAst(exp) { - var oneTime = false; - exp = exp.trim(); + additive: function() { + var left = this.multiplicative(); + var token; + while ((token = this.expect('+','-'))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.multiplicative() }; + } + return left; + }, - if (exp.charAt(0) === ':' && exp.charAt(1) === ':') { - oneTime = true; - exp = exp.substring(2); - } - return { - ast: this.ast.ast(exp), - oneTime: oneTime - }; + multiplicative: function() { + var left = this.unary(); + var token; + while ((token = this.expect('*','/','%'))) { + left = { type: AST.BinaryExpression, operator: token.text, left: left, right: this.unary() }; } - }; + return left; + }, - function getValueOf(value) { - return isFunction(value.valueOf) ? value.valueOf() : objectValueOf.call(value); - } + unary: function() { + var token; + if ((token = this.expect('+', '-', '!'))) { + return { type: AST.UnaryExpression, operator: token.text, prefix: true, argument: this.unary() }; + } else { + return this.primary(); + } + }, + + primary: function() { + var primary; + if (this.expect('(')) { + primary = this.filterChain(); + this.consume(')'); + } else if (this.expect('[')) { + primary = this.arrayDeclaration(); + } else if (this.expect('{')) { + primary = this.object(); + } else if (this.selfReferential.hasOwnProperty(this.peek().text)) { + primary = copy(this.selfReferential[this.consume().text]); + } else if (this.options.literals.hasOwnProperty(this.peek().text)) { + primary = { type: AST.Literal, value: this.options.literals[this.consume().text]}; + } else if (this.peek().identifier) { + primary = this.identifier(); + } else if (this.peek().constant) { + primary = this.constant(); + } else { + this.throwError('not a primary expression', this.peek()); + } - /////////////////////////////////// + var next; + while ((next = this.expect('(', '[', '.'))) { + if (next.text === '(') { + primary = {type: AST.CallExpression, callee: primary, arguments: this.parseArguments() }; + this.consume(')'); + } else if (next.text === '[') { + primary = { type: AST.MemberExpression, object: primary, property: this.expression(), computed: true }; + this.consume(']'); + } else if (next.text === '.') { + primary = { type: AST.MemberExpression, object: primary, property: this.identifier(), computed: false }; + } else { + this.throwError('IMPOSSIBLE'); + } + } + return primary; + }, - /** - * @ngdoc service - * @name $parse - * @kind function - * - * @description - * - * Converts Angular {@link guide/expression expression} into a function. - * - * ```js - * var getter = $parse('user.name'); - * var setter = getter.assign; - * var context = {user:{name:'angular'}}; - * var locals = {user:{name:'local'}}; - * - * expect(getter(context)).toEqual('angular'); - * setter(context, 'newValue'); - * expect(context.user.name).toEqual('newValue'); - * expect(getter(context, locals)).toEqual('local'); - * ``` - * - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - * - * The returned function also has the following properties: - * * `literal` – `{boolean}` – whether the expression's top-level node is a JavaScript - * literal. - * * `constant` – `{boolean}` – whether the expression is made entirely of JavaScript - * constant literals. - * * `assign` – `{?function(context, value)}` – if the expression is assignable, this will be - * set to a function to change its value on the given context. - * - */ + filter: function(baseExpression) { + var args = [baseExpression]; + var result = {type: AST.CallExpression, callee: this.identifier(), arguments: args, filter: true}; - /** - * @ngdoc provider - * @name $parseProvider - * @this - * - * @description - * `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse} - * service. - */ - function $ParseProvider() { - var cache = createMap(); - var literals = { - 'true': true, - 'false': false, - 'null': null, - 'undefined': undefined - }; - var identStart, identContinue; + while (this.expect(':')) { + args.push(this.expression()); + } - /** - * @ngdoc method - * @name $parseProvider#addLiteral - * @description - * - * Configure $parse service to add literal values that will be present as literal at expressions. - * - * @param {string} literalName Token for the literal value. The literal name value must be a valid literal name. - * @param {*} literalValue Value for this literal. All literal values must be primitives or `undefined`. - * - **/ - this.addLiteral = function (literalName, literalValue) { - literals[literalName] = literalValue; - }; + return result; + }, - /** - * @ngdoc method - * @name $parseProvider#setIdentifierFns - * - * @description - * - * Allows defining the set of characters that are allowed in Angular expressions. The function - * `identifierStart` will get called to know if a given character is a valid character to be the - * first character for an identifier. The function `identifierContinue` will get called to know if - * a given character is a valid character to be a follow-up identifier character. The functions - * `identifierStart` and `identifierContinue` will receive as arguments the single character to be - * identifier and the character code point. These arguments will be `string` and `numeric`. Keep in - * mind that the `string` parameter can be two characters long depending on the character - * representation. It is expected for the function to return `true` or `false`, whether that - * character is allowed or not. - * - * Since this function will be called extensively, keep the implementation of these functions fast, - * as the performance of these functions have a direct impact on the expressions parsing speed. - * - * @param {function=} identifierStart The function that will decide whether the given character is - * a valid identifier start character. - * @param {function=} identifierContinue The function that will decide whether the given character is - * a valid identifier continue character. - */ - this.setIdentifierFns = function (identifierStart, identifierContinue) { - identStart = identifierStart; - identContinue = identifierContinue; - return this; - }; + parseArguments: function() { + var args = []; + if (this.peekToken().text !== ')') { + do { + args.push(this.filterChain()); + } while (this.expect(',')); + } + return args; + }, - this.$get = ['$filter', function ($filter) { - var noUnsafeEval = csp().noUnsafeEval; - var $parseOptions = { - csp: noUnsafeEval, - literals: copy(literals), - isIdentifierStart: isFunction(identStart) && identStart, - isIdentifierContinue: isFunction(identContinue) && identContinue - }; - $parse.$$getAst = $$getAst; - return $parse; - - function $parse(exp, interceptorFn) { - var parsedExpression, cacheKey; - - switch (typeof exp === 'undefined' ? 'undefined' : _typeof(exp)) { - case 'string': - exp = exp.trim(); - cacheKey = exp; - - parsedExpression = cache[cacheKey]; - - if (!parsedExpression) { - var lexer = new Lexer($parseOptions); - var parser = new Parser(lexer, $filter, $parseOptions); - parsedExpression = parser.parse(exp); - if (parsedExpression.constant) { - parsedExpression.$$watchDelegate = constantWatchDelegate; - } else if (parsedExpression.oneTime) { - parsedExpression.$$watchDelegate = parsedExpression.literal ? oneTimeLiteralWatchDelegate : oneTimeWatchDelegate; - } else if (parsedExpression.inputs) { - parsedExpression.$$watchDelegate = inputsWatchDelegate; - } - cache[cacheKey] = parsedExpression; - } - return addInterceptor(parsedExpression, interceptorFn); + identifier: function() { + var token = this.consume(); + if (!token.identifier) { + this.throwError('is not a valid identifier', token); + } + return { type: AST.Identifier, name: token.text }; + }, - case 'function': - return addInterceptor(exp, interceptorFn); + constant: function() { + // TODO check that it is a constant + return { type: AST.Literal, value: this.consume().value }; + }, - default: - return addInterceptor(noop, interceptorFn); + arrayDeclaration: function() { + var elements = []; + if (this.peekToken().text !== ']') { + do { + if (this.peek(']')) { + // Support trailing commas per ES5.1. + break; } - } - - function $$getAst(exp) { - var lexer = new Lexer($parseOptions); - var parser = new Parser(lexer, $filter, $parseOptions); - return parser.getAst(exp).ast; - } + elements.push(this.expression()); + } while (this.expect(',')); + } + this.consume(']'); - function expressionInputDirtyCheck(newValue, oldValueOfValue, compareObjectIdentity) { + return { type: AST.ArrayExpression, elements: elements }; + }, - if (newValue == null || oldValueOfValue == null) { - // null/undefined - return newValue === oldValueOfValue; + object: function() { + var properties = [], property; + if (this.peekToken().text !== '}') { + do { + if (this.peek('}')) { + // Support trailing commas per ES5.1. + break; } - - if ((typeof newValue === 'undefined' ? 'undefined' : _typeof(newValue)) === 'object') { - - // attempt to convert the value to a primitive type - // TODO(docs): add a note to docs that by implementing valueOf even objects and arrays can - // be cheaply dirty-checked - newValue = getValueOf(newValue); - - if ((typeof newValue === 'undefined' ? 'undefined' : _typeof(newValue)) === 'object' && !compareObjectIdentity) { - // objects/arrays are not supported - deep-watching them would be too expensive - return false; + property = {type: AST.Property, kind: 'init'}; + if (this.peek().constant) { + property.key = this.constant(); + property.computed = false; + this.consume(':'); + property.value = this.expression(); + } else if (this.peek().identifier) { + property.key = this.identifier(); + property.computed = false; + if (this.peek(':')) { + this.consume(':'); + property.value = this.expression(); + } else { + property.value = property.key; } - - // fall-through to the primitive equality check + } else if (this.peek('[')) { + this.consume('['); + property.key = this.expression(); + this.consume(']'); + property.computed = true; + this.consume(':'); + property.value = this.expression(); + } else { + this.throwError('invalid key', this.peek()); } + properties.push(property); + } while (this.expect(',')); + } + this.consume('}'); - //Primitive or NaN - // eslint-disable-next-line no-self-compare - return newValue === oldValueOfValue || newValue !== newValue && oldValueOfValue !== oldValueOfValue; - } - - function inputsWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { - var inputExpressions = parsedExpression.inputs; - var lastResult; + return {type: AST.ObjectExpression, properties: properties }; + }, - if (inputExpressions.length === 1) { - var oldInputValueOf = expressionInputDirtyCheck; // init to something unique so that equals check fails - inputExpressions = inputExpressions[0]; - return scope.$watch(function expressionInputWatch(scope) { - var newInputValue = inputExpressions(scope); - if (!expressionInputDirtyCheck(newInputValue, oldInputValueOf, inputExpressions.isPure)) { - lastResult = parsedExpression(scope, undefined, undefined, [newInputValue]); - oldInputValueOf = newInputValue && getValueOf(newInputValue); - } - return lastResult; - }, listener, objectEquality, prettyPrintExpression); - } + throwError: function(msg, token) { + throw $parseMinErr('syntax', + 'Syntax Error: Token \'{0}\' {1} at column {2} of the expression [{3}] starting at [{4}].', + token.text, msg, (token.index + 1), this.text, this.text.substring(token.index)); + }, - var oldInputValueOfValues = []; - var oldInputValues = []; - for (var i = 0, ii = inputExpressions.length; i < ii; i++) { - oldInputValueOfValues[i] = expressionInputDirtyCheck; // init to something unique so that equals check fails - oldInputValues[i] = null; - } + consume: function(e1) { + if (this.tokens.length === 0) { + throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); + } - return scope.$watch(function expressionInputsWatch(scope) { - var changed = false; + var token = this.expect(e1); + if (!token) { + this.throwError('is unexpected, expecting [' + e1 + ']', this.peek()); + } + return token; + }, - for (var i = 0, ii = inputExpressions.length; i < ii; i++) { - var newInputValue = inputExpressions[i](scope); - if (changed || (changed = !expressionInputDirtyCheck(newInputValue, oldInputValueOfValues[i], inputExpressions[i].isPure))) { - oldInputValues[i] = newInputValue; - oldInputValueOfValues[i] = newInputValue && getValueOf(newInputValue); - } - } + peekToken: function() { + if (this.tokens.length === 0) { + throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); + } + return this.tokens[0]; + }, - if (changed) { - lastResult = parsedExpression(scope, undefined, undefined, oldInputValues); - } + peek: function(e1, e2, e3, e4) { + return this.peekAhead(0, e1, e2, e3, e4); + }, - return lastResult; - }, listener, objectEquality, prettyPrintExpression); + peekAhead: function(i, e1, e2, e3, e4) { + if (this.tokens.length > i) { + var token = this.tokens[i]; + var t = token.text; + if (t === e1 || t === e2 || t === e3 || t === e4 || + (!e1 && !e2 && !e3 && !e4)) { + return token; } + } + return false; + }, - function oneTimeWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { - var unwatch, lastValue; - if (parsedExpression.inputs) { - unwatch = inputsWatchDelegate(scope, oneTimeListener, objectEquality, parsedExpression, prettyPrintExpression); - } else { - unwatch = scope.$watch(oneTimeWatch, oneTimeListener, objectEquality); - } - return unwatch; + expect: function(e1, e2, e3, e4) { + var token = this.peek(e1, e2, e3, e4); + if (token) { + this.tokens.shift(); + return token; + } + return false; + }, - function oneTimeWatch(scope) { - return parsedExpression(scope); - } - function oneTimeListener(value, old, scope) { - lastValue = value; - if (isFunction(listener)) { - listener(value, old, scope); - } - if (isDefined(value)) { - scope.$$postDigest(function () { - if (isDefined(lastValue)) { - unwatch(); - } - }); - } - } - } + selfReferential: { + 'this': {type: AST.ThisExpression }, + '$locals': {type: AST.LocalsExpression } + } +}; - function oneTimeLiteralWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch, lastValue; - unwatch = scope.$watch(function oneTimeWatch(scope) { - return parsedExpression(scope); - }, function oneTimeListener(value, old, scope) { - lastValue = value; - if (isFunction(listener)) { - listener(value, old, scope); - } - if (isAllDefined(value)) { - scope.$$postDigest(function () { - if (isAllDefined(lastValue)) unwatch(); - }); - } - }, objectEquality); +function ifDefined(v, d) { + return typeof v !== 'undefined' ? v : d; +} - return unwatch; +function plusFn(l, r) { + if (typeof l === 'undefined') return r; + if (typeof r === 'undefined') return l; + return l + r; +} - function isAllDefined(value) { - var allDefined = true; - forEach(value, function (val) { - if (!isDefined(val)) allDefined = false; - }); - return allDefined; - } - } +function isStateless($filter, filterName) { + var fn = $filter(filterName); + return !fn.$stateful; +} - function constantWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch = scope.$watch(function constantWatch(scope) { - unwatch(); - return parsedExpression(scope); - }, listener, objectEquality); - return unwatch; +var PURITY_ABSOLUTE = 1; +var PURITY_RELATIVE = 2; + +// Detect nodes which could depend on non-shallow state of objects +function isPure(node, parentIsPure) { + switch (node.type) { + // Computed members might invoke a stateful toString() + case AST.MemberExpression: + if (node.computed) { + return false; } + break; - function addInterceptor(parsedExpression, interceptorFn) { - if (!interceptorFn) return parsedExpression; - var watchDelegate = parsedExpression.$$watchDelegate; - var useInputs = false; + // Unary always convert to primative + case AST.UnaryExpression: + return PURITY_ABSOLUTE; - var regularWatch = watchDelegate !== oneTimeLiteralWatchDelegate && watchDelegate !== oneTimeWatchDelegate; + // The binary + operator can invoke a stateful toString(). + case AST.BinaryExpression: + return node.operator !== '+' ? PURITY_ABSOLUTE : false; - var fn = regularWatch ? function regularInterceptedExpression(scope, locals, assign, inputs) { - var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs); - return interceptorFn(value, scope, locals); - } : function oneTimeInterceptedExpression(scope, locals, assign, inputs) { - var value = parsedExpression(scope, locals, assign, inputs); - var result = interceptorFn(value, scope, locals); - // we only return the interceptor's result if the - // initial value is defined (for bind-once) - return isDefined(value) ? result : value; - }; + // Functions / filters probably read state from within objects + case AST.CallExpression: + return false; + } - // Propagate $$watchDelegates other then inputsWatchDelegate - useInputs = !parsedExpression.inputs; - if (watchDelegate && watchDelegate !== inputsWatchDelegate) { - fn.$$watchDelegate = watchDelegate; - fn.inputs = parsedExpression.inputs; - } else if (!interceptorFn.$stateful) { - // Treat interceptor like filters - assume non-stateful by default and use the inputsWatchDelegate - fn.$$watchDelegate = inputsWatchDelegate; - fn.inputs = parsedExpression.inputs ? parsedExpression.inputs : [parsedExpression]; - } - - if (fn.inputs) { - fn.inputs = fn.inputs.map(function (e) { - // Remove the isPure flag of inputs when it is not absolute because they are now wrapped in a - // potentially non-pure interceptor function. - if (e.isPure === PURITY_RELATIVE) { - return function depurifier(s) { - return e(s); - }; - } - return e; - }); - } + return (undefined === parentIsPure) ? PURITY_RELATIVE : parentIsPure; +} - return fn; - } - }]; - } +function findConstantAndWatchExpressions(ast, $filter, parentIsPure) { + var allConstants; + var argsToWatch; + var isStatelessFilter; - /** - * @ngdoc service - * @name $q - * @requires $rootScope - * - * @description - * A service that helps you run functions asynchronously, and use their return values (or exceptions) - * when they are done processing. - * - * This is a [Promises/A+](https://promisesaplus.com/)-compliant implementation of promises/deferred - * objects inspired by [Kris Kowal's Q](https://github.com/kriskowal/q). - * - * $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred - * implementations, and the other which resembles ES6 (ES2015) promises to some degree. - * - * ## $q constructor - * - * The streamlined ES6 style promise is essentially just using $q as a constructor which takes a `resolver` - * function as the first argument. This is similar to the native Promise implementation from ES6, - * see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). - * - * While the constructor-style use is supported, not all of the supporting methods from ES6 promises are - * available yet. - * - * It can be used like so: - * - * ```js - * // for the purpose of this example let's assume that variables `$q` and `okToGreet` - * // are available in the current lexical scope (they could have been injected or passed in). - * - * function asyncGreet(name) { - * // perform some asynchronous operation, resolve or reject the promise when appropriate. - * return $q(function(resolve, reject) { - * setTimeout(function() { - * if (okToGreet(name)) { - * resolve('Hello, ' + name + '!'); - * } else { - * reject('Greeting ' + name + ' is not allowed.'); - * } - * }, 1000); - * }); - * } - * - * var promise = asyncGreet('Robin Hood'); - * promise.then(function(greeting) { - * alert('Success: ' + greeting); - * }, function(reason) { - * alert('Failed: ' + reason); - * }); - * ``` - * - * Note: progress/notify callbacks are not currently supported via the ES6-style interface. - * - * Note: unlike ES6 behavior, an exception thrown in the constructor function will NOT implicitly reject the promise. - * - * However, the more traditional CommonJS-style usage is still available, and documented below. - * - * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an - * interface for interacting with an object that represents the result of an action that is - * performed asynchronously, and may or may not be finished at any given point in time. - * - * From the perspective of dealing with error handling, deferred and promise APIs are to - * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming. - * - * ```js - * // for the purpose of this example let's assume that variables `$q` and `okToGreet` - * // are available in the current lexical scope (they could have been injected or passed in). - * - * function asyncGreet(name) { - * var deferred = $q.defer(); - * - * setTimeout(function() { - * deferred.notify('About to greet ' + name + '.'); - * - * if (okToGreet(name)) { - * deferred.resolve('Hello, ' + name + '!'); - * } else { - * deferred.reject('Greeting ' + name + ' is not allowed.'); - * } - * }, 1000); - * - * return deferred.promise; - * } - * - * var promise = asyncGreet('Robin Hood'); - * promise.then(function(greeting) { - * alert('Success: ' + greeting); - * }, function(reason) { - * alert('Failed: ' + reason); - * }, function(update) { - * alert('Got notification: ' + update); - * }); - * ``` - * - * At first it might not be obvious why this extra complexity is worth the trouble. The payoff - * comes in the way of guarantees that promise and deferred APIs make, see - * https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md. - * - * Additionally the promise api allows for composition that is very hard to do with the - * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach. - * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the - * section on serial or parallel joining of promises. - * - * ## The Deferred API - * - * A new instance of deferred is constructed by calling `$q.defer()`. - * - * The purpose of the deferred object is to expose the associated Promise instance as well as APIs - * that can be used for signaling the successful or unsuccessful completion, as well as the status - * of the task. - * - * **Methods** - * - * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection - * constructed via `$q.reject`, the promise will be rejected instead. - * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to - * resolving it with a rejection constructed via `$q.reject`. - * - `notify(value)` - provides updates on the status of the promise's execution. This may be called - * multiple times before the promise is either resolved or rejected. - * - * **Properties** - * - * - promise – `{Promise}` – promise object associated with this deferred. - * - * - * ## The Promise API - * - * A new promise instance is created when a deferred instance is created and can be retrieved by - * calling `deferred.promise`. - * - * The purpose of the promise object is to allow for interested parties to get access to the result - * of the deferred task when it completes. - * - * **Methods** - * - * - `then(successCallback, [errorCallback], [notifyCallback])` – regardless of when the promise was or - * will be resolved or rejected, `then` calls one of the success or error callbacks asynchronously - * as soon as the result is available. The callbacks are called with a single argument: the result - * or rejection reason. Additionally, the notify callback may be called zero or more times to - * provide a progress indication, before the promise is resolved or rejected. - * - * This method *returns a new promise* which is resolved or rejected via the return value of the - * `successCallback`, `errorCallback` (unless that value is a promise, in which case it is resolved - * with the value which is resolved in that promise using - * [promise chaining](http://www.html5rocks.com/en/tutorials/es6/promises/#toc-promises-queues)). - * It also notifies via the return value of the `notifyCallback` method. The promise cannot be - * resolved or rejected from the notifyCallback method. The errorCallback and notifyCallback - * arguments are optional. - * - * - `catch(errorCallback)` – shorthand for `promise.then(null, errorCallback)` - * - * - `finally(callback, notifyCallback)` – allows you to observe either the fulfillment or rejection of a promise, - * but to do so without modifying the final value. This is useful to release resources or do some - * clean-up that needs to be done whether the promise was rejected or resolved. See the [full - * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for - * more information. - * - * ## Chaining promises - * - * Because calling the `then` method of a promise returns a new derived promise, it is easily - * possible to create a chain of promises: - * - * ```js - * promiseB = promiseA.then(function(result) { - * return result + 1; - * }); - * - * // promiseB will be resolved immediately after promiseA is resolved and its value - * // will be the result of promiseA incremented by 1 - * ``` - * - * It is possible to create chains of any length and since a promise can be resolved with another - * promise (which will defer its resolution further), it is possible to pause/defer resolution of - * the promises at any point in the chain. This makes it possible to implement powerful APIs like - * $http's response interceptors. - * - * - * ## Differences between Kris Kowal's Q and $q - * - * There are two main differences: - * - * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation - * mechanism in angular, which means faster propagation of resolution or rejection into your - * models and avoiding unnecessary browser repaints, which would result in flickering UI. - * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains - * all the important functionality needed for common async tasks. - * - * ## Testing - * - * ```js - * it('should simulate promise', inject(function($q, $rootScope) { - * var deferred = $q.defer(); - * var promise = deferred.promise; - * var resolvedValue; - * - * promise.then(function(value) { resolvedValue = value; }); - * expect(resolvedValue).toBeUndefined(); - * - * // Simulate resolving of promise - * deferred.resolve(123); - * // Note that the 'then' function does not get called synchronously. - * // This is because we want the promise API to always be async, whether or not - * // it got called synchronously or asynchronously. - * expect(resolvedValue).toBeUndefined(); - * - * // Propagate promise resolution to 'then' functions using $apply(). - * $rootScope.$apply(); - * expect(resolvedValue).toEqual(123); - * })); - * ``` - * - * @param {function(function, function)} resolver Function which is responsible for resolving or - * rejecting the newly created promise. The first parameter is a function which resolves the - * promise, the second parameter is a function which rejects the promise. - * - * @returns {Promise} The newly created promise. - */ - /** - * @ngdoc provider - * @name $qProvider - * @this - * - * @description - */ - function $QProvider() { - var errorOnUnhandledRejections = true; - this.$get = ['$rootScope', '$exceptionHandler', function ($rootScope, $exceptionHandler) { - return qFactory(function (callback) { - $rootScope.$evalAsync(callback); - }, $exceptionHandler, errorOnUnhandledRejections); - }]; + var astIsPure = ast.isPure = isPure(ast, parentIsPure); - /** - * @ngdoc method - * @name $qProvider#errorOnUnhandledRejections - * @kind function - * - * @description - * Retrieves or overrides whether to generate an error when a rejected promise is not handled. - * This feature is enabled by default. - * - * @param {boolean=} value Whether to generate an error when a rejected promise is not handled. - * @returns {boolean|ng.$qProvider} Current value when called without a new value or self for - * chaining otherwise. - */ - this.errorOnUnhandledRejections = function (value) { - if (isDefined(value)) { - errorOnUnhandledRejections = value; - return this; - } else { - return errorOnUnhandledRejections; + switch (ast.type) { + case AST.Program: + allConstants = true; + forEach(ast.body, function(expr) { + findConstantAndWatchExpressions(expr.expression, $filter, astIsPure); + allConstants = allConstants && expr.expression.constant; + }); + ast.constant = allConstants; + break; + case AST.Literal: + ast.constant = true; + ast.toWatch = []; + break; + case AST.UnaryExpression: + findConstantAndWatchExpressions(ast.argument, $filter, astIsPure); + ast.constant = ast.argument.constant; + ast.toWatch = ast.argument.toWatch; + break; + case AST.BinaryExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = ast.left.toWatch.concat(ast.right.toWatch); + break; + case AST.LogicalExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.ConditionalExpression: + findConstantAndWatchExpressions(ast.test, $filter, astIsPure); + findConstantAndWatchExpressions(ast.alternate, $filter, astIsPure); + findConstantAndWatchExpressions(ast.consequent, $filter, astIsPure); + ast.constant = ast.test.constant && ast.alternate.constant && ast.consequent.constant; + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.Identifier: + ast.constant = false; + ast.toWatch = [ast]; + break; + case AST.MemberExpression: + findConstantAndWatchExpressions(ast.object, $filter, astIsPure); + if (ast.computed) { + findConstantAndWatchExpressions(ast.property, $filter, astIsPure); + } + ast.constant = ast.object.constant && (!ast.computed || ast.property.constant); + ast.toWatch = ast.constant ? [] : [ast]; + break; + case AST.CallExpression: + isStatelessFilter = ast.filter ? isStateless($filter, ast.callee.name) : false; + allConstants = isStatelessFilter; + argsToWatch = []; + forEach(ast.arguments, function(expr) { + findConstantAndWatchExpressions(expr, $filter, astIsPure); + allConstants = allConstants && expr.constant; + argsToWatch.push.apply(argsToWatch, expr.toWatch); + }); + ast.constant = allConstants; + ast.toWatch = isStatelessFilter ? argsToWatch : [ast]; + break; + case AST.AssignmentExpression: + findConstantAndWatchExpressions(ast.left, $filter, astIsPure); + findConstantAndWatchExpressions(ast.right, $filter, astIsPure); + ast.constant = ast.left.constant && ast.right.constant; + ast.toWatch = [ast]; + break; + case AST.ArrayExpression: + allConstants = true; + argsToWatch = []; + forEach(ast.elements, function(expr) { + findConstantAndWatchExpressions(expr, $filter, astIsPure); + allConstants = allConstants && expr.constant; + argsToWatch.push.apply(argsToWatch, expr.toWatch); + }); + ast.constant = allConstants; + ast.toWatch = argsToWatch; + break; + case AST.ObjectExpression: + allConstants = true; + argsToWatch = []; + forEach(ast.properties, function(property) { + findConstantAndWatchExpressions(property.value, $filter, astIsPure); + allConstants = allConstants && property.value.constant; + argsToWatch.push.apply(argsToWatch, property.value.toWatch); + if (property.computed) { + //`{[key]: value}` implicitly does `key.toString()` which may be non-pure + findConstantAndWatchExpressions(property.key, $filter, /*parentIsPure=*/false); + allConstants = allConstants && property.key.constant; + argsToWatch.push.apply(argsToWatch, property.key.toWatch); } - }; + }); + ast.constant = allConstants; + ast.toWatch = argsToWatch; + break; + case AST.ThisExpression: + ast.constant = false; + ast.toWatch = []; + break; + case AST.LocalsExpression: + ast.constant = false; + ast.toWatch = []; + break; } +} - /** @this */ - function $$QProvider() { - var errorOnUnhandledRejections = true; - this.$get = ['$browser', '$exceptionHandler', function ($browser, $exceptionHandler) { - return qFactory(function (callback) { - $browser.defer(callback); - }, $exceptionHandler, errorOnUnhandledRejections); - }]; +function getInputs(body) { + if (body.length !== 1) return; + var lastExpression = body[0].expression; + var candidate = lastExpression.toWatch; + if (candidate.length !== 1) return candidate; + return candidate[0] !== lastExpression ? candidate : undefined; +} - this.errorOnUnhandledRejections = function (value) { - if (isDefined(value)) { - errorOnUnhandledRejections = value; - return this; - } else { - return errorOnUnhandledRejections; - } - }; +function isAssignable(ast) { + return ast.type === AST.Identifier || ast.type === AST.MemberExpression; +} + +function assignableAST(ast) { + if (ast.body.length === 1 && isAssignable(ast.body[0].expression)) { + return {type: AST.AssignmentExpression, left: ast.body[0].expression, right: {type: AST.NGValueParameter}, operator: '='}; } +} - /** - * Constructs a promise manager. - * - * @param {function(function)} nextTick Function for executing functions in the next turn. - * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for - * debugging purposes. - * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled - * promises rejections. - * @returns {object} Promise manager. - */ - function qFactory(nextTick, exceptionHandler, errorOnUnhandledRejections) { - var $qMinErr = minErr('$q', TypeError); - var queueSize = 0; - var checkQueue = []; +function isLiteral(ast) { + return ast.body.length === 0 || + ast.body.length === 1 && ( + ast.body[0].expression.type === AST.Literal || + ast.body[0].expression.type === AST.ArrayExpression || + ast.body[0].expression.type === AST.ObjectExpression); +} - /** - * @ngdoc method - * @name ng.$q#defer - * @kind function - * - * @description - * Creates a `Deferred` object which represents a task which will finish in the future. - * - * @returns {Deferred} Returns a new instance of deferred. - */ - function defer() { - return new Deferred(); - } +function isConstant(ast) { + return ast.constant; +} - function Deferred() { - var promise = this.promise = new Promise(); - //Non prototype methods necessary to support unbound execution :/ - this.resolve = function (val) { - resolvePromise(promise, val); - }; - this.reject = function (reason) { - rejectPromise(promise, reason); - }; - this.notify = function (progress) { - notifyPromise(promise, progress); - }; - } +function ASTCompiler($filter) { + this.$filter = $filter; +} - function Promise() { - this.$$state = { status: 0 }; - } +ASTCompiler.prototype = { + compile: function(ast) { + var self = this; + this.state = { + nextId: 0, + filters: {}, + fn: {vars: [], body: [], own: {}}, + assign: {vars: [], body: [], own: {}}, + inputs: [] + }; + findConstantAndWatchExpressions(ast, self.$filter); + var extra = ''; + var assignable; + this.stage = 'assign'; + if ((assignable = assignableAST(ast))) { + this.state.computing = 'assign'; + var result = this.nextId(); + this.recurse(assignable, result); + this.return_(result); + extra = 'fn.assign=' + this.generateFunction('assign', 's,v,l'); + } + var toWatch = getInputs(ast.body); + self.stage = 'inputs'; + forEach(toWatch, function(watch, key) { + var fnKey = 'fn' + key; + self.state[fnKey] = {vars: [], body: [], own: {}}; + self.state.computing = fnKey; + var intoId = self.nextId(); + self.recurse(watch, intoId); + self.return_(intoId); + self.state.inputs.push({name: fnKey, isPure: watch.isPure}); + watch.watchId = key; + }); + this.state.computing = 'fn'; + this.stage = 'main'; + this.recurse(ast); + var fnString = + // The build and minification steps remove the string "use strict" from the code, but this is done using a regex. + // This is a workaround for this until we do a better job at only removing the prefix only when we should. + '"' + this.USE + ' ' + this.STRICT + '";\n' + + this.filterPrefix() + + 'var fn=' + this.generateFunction('fn', 's,l,a,i') + + extra + + this.watchFns() + + 'return fn;'; + + // eslint-disable-next-line no-new-func + var fn = (new Function('$filter', + 'getStringValue', + 'ifDefined', + 'plus', + fnString))( + this.$filter, + getStringValue, + ifDefined, + plusFn); + this.state = this.stage = undefined; + return fn; + }, - extend(Promise.prototype, { - then: function then(onFulfilled, onRejected, progressBack) { - if (isUndefined(onFulfilled) && isUndefined(onRejected) && isUndefined(progressBack)) { - return this; - } - var result = new Promise(); + USE: 'use', - this.$$state.pending = this.$$state.pending || []; - this.$$state.pending.push([result, onFulfilled, onRejected, progressBack]); - if (this.$$state.status > 0) scheduleProcessQueue(this.$$state); + STRICT: 'strict', - return result; - }, + watchFns: function() { + var result = []; + var inputs = this.state.inputs; + var self = this; + forEach(inputs, function(input) { + result.push('var ' + input.name + '=' + self.generateFunction(input.name, 's')); + if (input.isPure) { + result.push(input.name, '.isPure=' + JSON.stringify(input.isPure) + ';'); + } + }); + if (inputs.length) { + result.push('fn.inputs=[' + inputs.map(function(i) { return i.name; }).join(',') + '];'); + } + return result.join(''); + }, - 'catch': function _catch(callback) { - return this.then(null, callback); - }, + generateFunction: function(name, params) { + return 'function(' + params + '){' + + this.varsPrefix(name) + + this.body(name) + + '};'; + }, - 'finally': function _finally(callback, progressBack) { - return this.then(function (value) { - return handleCallback(value, resolve, callback); - }, function (error) { - return handleCallback(error, reject, callback); - }, progressBack); - } + filterPrefix: function() { + var parts = []; + var self = this; + forEach(this.state.filters, function(id, filter) { + parts.push(id + '=$filter(' + self.escape(filter) + ')'); }); + if (parts.length) return 'var ' + parts.join(',') + ';'; + return ''; + }, - function processQueue(state) { - var fn, promise, pending; + varsPrefix: function(section) { + return this.state[section].vars.length ? 'var ' + this.state[section].vars.join(',') + ';' : ''; + }, - pending = state.pending; - state.processScheduled = false; - state.pending = undefined; - try { - for (var i = 0, ii = pending.length; i < ii; ++i) { - markQStateExceptionHandled(state); - promise = pending[i][0]; - fn = pending[i][state.status]; - try { - if (isFunction(fn)) { - resolvePromise(promise, fn(state.value)); - } else if (state.status === 1) { - resolvePromise(promise, state.value); - } else { - rejectPromise(promise, state.value); + body: function(section) { + return this.state[section].body.join(''); + }, + + recurse: function(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { + var left, right, self = this, args, expression, computed; + recursionFn = recursionFn || noop; + if (!skipWatchIdCheck && isDefined(ast.watchId)) { + intoId = intoId || this.nextId(); + this.if_('i', + this.lazyAssign(intoId, this.computedMember('i', ast.watchId)), + this.lazyRecurse(ast, intoId, nameId, recursionFn, create, true) + ); + return; + } + switch (ast.type) { + case AST.Program: + forEach(ast.body, function(expression, pos) { + self.recurse(expression.expression, undefined, undefined, function(expr) { right = expr; }); + if (pos !== ast.body.length - 1) { + self.current().body.push(right, ';'); + } else { + self.return_(right); + } + }); + break; + case AST.Literal: + expression = this.escape(ast.value); + this.assign(intoId, expression); + recursionFn(intoId || expression); + break; + case AST.UnaryExpression: + this.recurse(ast.argument, undefined, undefined, function(expr) { right = expr; }); + expression = ast.operator + '(' + this.ifDefined(right, 0) + ')'; + this.assign(intoId, expression); + recursionFn(expression); + break; + case AST.BinaryExpression: + this.recurse(ast.left, undefined, undefined, function(expr) { left = expr; }); + this.recurse(ast.right, undefined, undefined, function(expr) { right = expr; }); + if (ast.operator === '+') { + expression = this.plus(left, right); + } else if (ast.operator === '-') { + expression = this.ifDefined(left, 0) + ast.operator + this.ifDefined(right, 0); + } else { + expression = '(' + left + ')' + ast.operator + '(' + right + ')'; + } + this.assign(intoId, expression); + recursionFn(expression); + break; + case AST.LogicalExpression: + intoId = intoId || this.nextId(); + self.recurse(ast.left, intoId); + self.if_(ast.operator === '&&' ? intoId : self.not(intoId), self.lazyRecurse(ast.right, intoId)); + recursionFn(intoId); + break; + case AST.ConditionalExpression: + intoId = intoId || this.nextId(); + self.recurse(ast.test, intoId); + self.if_(intoId, self.lazyRecurse(ast.alternate, intoId), self.lazyRecurse(ast.consequent, intoId)); + recursionFn(intoId); + break; + case AST.Identifier: + intoId = intoId || this.nextId(); + if (nameId) { + nameId.context = self.stage === 'inputs' ? 's' : this.assign(this.nextId(), this.getHasOwnProperty('l', ast.name) + '?l:s'); + nameId.computed = false; + nameId.name = ast.name; + } + self.if_(self.stage === 'inputs' || self.not(self.getHasOwnProperty('l', ast.name)), + function() { + self.if_(self.stage === 'inputs' || 's', function() { + if (create && create !== 1) { + self.if_( + self.isNull(self.nonComputedMember('s', ast.name)), + self.lazyAssign(self.nonComputedMember('s', ast.name), '{}')); } - } catch (e) { - rejectPromise(promise, e); - // This error is explicitly marked for being passed to the $exceptionHandler - if (e && e.$$passToExceptionHandler === true) { - exceptionHandler(e); + self.assign(intoId, self.nonComputedMember('s', ast.name)); + }); + }, intoId && self.lazyAssign(intoId, self.nonComputedMember('l', ast.name)) + ); + recursionFn(intoId); + break; + case AST.MemberExpression: + left = nameId && (nameId.context = this.nextId()) || this.nextId(); + intoId = intoId || this.nextId(); + self.recurse(ast.object, left, undefined, function() { + self.if_(self.notNull(left), function() { + if (ast.computed) { + right = self.nextId(); + self.recurse(ast.property, right); + self.getStringValue(right); + if (create && create !== 1) { + self.if_(self.not(self.computedMember(left, right)), self.lazyAssign(self.computedMember(left, right), '{}')); + } + expression = self.computedMember(left, right); + self.assign(intoId, expression); + if (nameId) { + nameId.computed = true; + nameId.name = right; + } + } else { + if (create && create !== 1) { + self.if_(self.isNull(self.nonComputedMember(left, ast.property.name)), self.lazyAssign(self.nonComputedMember(left, ast.property.name), '{}')); + } + expression = self.nonComputedMember(left, ast.property.name); + self.assign(intoId, expression); + if (nameId) { + nameId.computed = false; + nameId.name = ast.property.name; } } - } - } finally { - --queueSize; - if (errorOnUnhandledRejections && queueSize === 0) { - nextTick(processChecks); - } + }, function() { + self.assign(intoId, 'undefined'); + }); + recursionFn(intoId); + }, !!create); + break; + case AST.CallExpression: + intoId = intoId || this.nextId(); + if (ast.filter) { + right = self.filter(ast.callee.name); + args = []; + forEach(ast.arguments, function(expr) { + var argument = self.nextId(); + self.recurse(expr, argument); + args.push(argument); + }); + expression = right + '(' + args.join(',') + ')'; + self.assign(intoId, expression); + recursionFn(intoId); + } else { + right = self.nextId(); + left = {}; + args = []; + self.recurse(ast.callee, right, left, function() { + self.if_(self.notNull(right), function() { + forEach(ast.arguments, function(expr) { + self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function(argument) { + args.push(argument); + }); + }); + if (left.name) { + expression = self.member(left.context, left.name, left.computed) + '(' + args.join(',') + ')'; + } else { + expression = right + '(' + args.join(',') + ')'; + } + self.assign(intoId, expression); + }, function() { + self.assign(intoId, 'undefined'); + }); + recursionFn(intoId); + }); } - } - - function processChecks() { - // eslint-disable-next-line no-unmodified-loop-condition - while (!queueSize && checkQueue.length) { - var toCheck = checkQueue.shift(); - if (!isStateExceptionHandled(toCheck)) { - markQStateExceptionHandled(toCheck); - var errorMessage = 'Possibly unhandled rejection: ' + toDebugString(toCheck.value); - if (isError(toCheck.value)) { - exceptionHandler(toCheck.value, errorMessage); + break; + case AST.AssignmentExpression: + right = this.nextId(); + left = {}; + this.recurse(ast.left, undefined, left, function() { + self.if_(self.notNull(left.context), function() { + self.recurse(ast.right, right); + expression = self.member(left.context, left.name, left.computed) + ast.operator + right; + self.assign(intoId, expression); + recursionFn(intoId || expression); + }); + }, 1); + break; + case AST.ArrayExpression: + args = []; + forEach(ast.elements, function(expr) { + self.recurse(expr, ast.constant ? undefined : self.nextId(), undefined, function(argument) { + args.push(argument); + }); + }); + expression = '[' + args.join(',') + ']'; + this.assign(intoId, expression); + recursionFn(intoId || expression); + break; + case AST.ObjectExpression: + args = []; + computed = false; + forEach(ast.properties, function(property) { + if (property.computed) { + computed = true; + } + }); + if (computed) { + intoId = intoId || this.nextId(); + this.assign(intoId, '{}'); + forEach(ast.properties, function(property) { + if (property.computed) { + left = self.nextId(); + self.recurse(property.key, left); } else { - exceptionHandler(errorMessage); + left = property.key.type === AST.Identifier ? + property.key.name : + ('' + property.key.value); } - } + right = self.nextId(); + self.recurse(property.value, right); + self.assign(self.member(intoId, left, property.computed), right); + }); + } else { + forEach(ast.properties, function(property) { + self.recurse(property.value, ast.constant ? undefined : self.nextId(), undefined, function(expr) { + args.push(self.escape( + property.key.type === AST.Identifier ? property.key.name : + ('' + property.key.value)) + + ':' + expr); + }); + }); + expression = '{' + args.join(',') + '}'; + this.assign(intoId, expression); } + recursionFn(intoId || expression); + break; + case AST.ThisExpression: + this.assign(intoId, 's'); + recursionFn(intoId || 's'); + break; + case AST.LocalsExpression: + this.assign(intoId, 'l'); + recursionFn(intoId || 'l'); + break; + case AST.NGValueParameter: + this.assign(intoId, 'v'); + recursionFn(intoId || 'v'); + break; } + }, - function scheduleProcessQueue(state) { - if (errorOnUnhandledRejections && !state.pending && state.status === 2 && !isStateExceptionHandled(state)) { - if (queueSize === 0 && checkQueue.length === 0) { - nextTick(processChecks); - } - checkQueue.push(state); - } - if (state.processScheduled || !state.pending) return; - state.processScheduled = true; - ++queueSize; - nextTick(function () { - processQueue(state); - }); + getHasOwnProperty: function(element, property) { + var key = element + '.' + property; + var own = this.current().own; + if (!own.hasOwnProperty(key)) { + own[key] = this.nextId(false, element + '&&(' + this.escape(property) + ' in ' + element + ')'); } + return own[key]; + }, - function resolvePromise(promise, val) { - if (promise.$$state.status) return; - if (val === promise) { - $$reject(promise, $qMinErr('qcycle', 'Expected promise to be resolved with value other than itself \'{0}\'', val)); - } else { - $$resolve(promise, val); - } + assign: function(id, value) { + if (!id) return; + this.current().body.push(id, '=', value, ';'); + return id; + }, + + filter: function(filterName) { + if (!this.state.filters.hasOwnProperty(filterName)) { + this.state.filters[filterName] = this.nextId(true); } + return this.state.filters[filterName]; + }, - function $$resolve(promise, val) { - var then; - var done = false; - try { - if (isObject(val) || isFunction(val)) then = val.then; - if (isFunction(then)) { - promise.$$state.status = -1; - then.call(val, doResolve, doReject, doNotify); - } else { - promise.$$state.value = val; - promise.$$state.status = 1; - scheduleProcessQueue(promise.$$state); - } - } catch (e) { - doReject(e); - } + ifDefined: function(id, defaultValue) { + return 'ifDefined(' + id + ',' + this.escape(defaultValue) + ')'; + }, - function doResolve(val) { - if (done) return; - done = true; - $$resolve(promise, val); - } - function doReject(val) { - if (done) return; - done = true; - $$reject(promise, val); - } - function doNotify(progress) { - notifyPromise(promise, progress); + plus: function(left, right) { + return 'plus(' + left + ',' + right + ')'; + }, + + return_: function(id) { + this.current().body.push('return ', id, ';'); + }, + + if_: function(test, alternate, consequent) { + if (test === true) { + alternate(); + } else { + var body = this.current().body; + body.push('if(', test, '){'); + alternate(); + body.push('}'); + if (consequent) { + body.push('else{'); + consequent(); + body.push('}'); } } + }, - function rejectPromise(promise, reason) { - if (promise.$$state.status) return; - $$reject(promise, reason); - } + not: function(expression) { + return '!(' + expression + ')'; + }, - function $$reject(promise, reason) { - promise.$$state.value = reason; - promise.$$state.status = 2; - scheduleProcessQueue(promise.$$state); - } + isNull: function(expression) { + return expression + '==null'; + }, - function notifyPromise(promise, progress) { - var callbacks = promise.$$state.pending; + notNull: function(expression) { + return expression + '!=null'; + }, - if (promise.$$state.status <= 0 && callbacks && callbacks.length) { - nextTick(function () { - var callback, result; - for (var i = 0, ii = callbacks.length; i < ii; i++) { - result = callbacks[i][0]; - callback = callbacks[i][3]; - try { - notifyPromise(result, isFunction(callback) ? callback(progress) : progress); - } catch (e) { - exceptionHandler(e); - } - } - }); - } + nonComputedMember: function(left, right) { + var SAFE_IDENTIFIER = /^[$_a-zA-Z][$_a-zA-Z0-9]*$/; + var UNSAFE_CHARACTERS = /[^$_a-zA-Z0-9]/g; + if (SAFE_IDENTIFIER.test(right)) { + return left + '.' + right; + } else { + return left + '["' + right.replace(UNSAFE_CHARACTERS, this.stringEscapeFn) + '"]'; } + }, - /** - * @ngdoc method - * @name $q#reject - * @kind function - * - * @description - * Creates a promise that is resolved as rejected with the specified `reason`. This api should be - * used to forward rejection in a chain of promises. If you are dealing with the last promise in - * a promise chain, you don't need to worry about it. - * - * When comparing deferreds/promises to the familiar behavior of try/catch/throw, think of - * `reject` as the `throw` keyword in JavaScript. This also means that if you "catch" an error via - * a promise error callback and you want to forward the error to the promise derived from the - * current promise, you have to "rethrow" the error by returning a rejection constructed via - * `reject`. - * - * ```js - * promiseB = promiseA.then(function(result) { - * // success: do something and resolve promiseB - * // with the old or a new result - * return result; - * }, function(reason) { - * // error: handle the error if possible and - * // resolve promiseB with newPromiseOrValue, - * // otherwise forward the rejection to promiseB - * if (canHandle(reason)) { - * // handle the error and recover - * return newPromiseOrValue; - * } - * return $q.reject(reason); - * }); - * ``` - * - * @param {*} reason Constant, message, exception or an object representing the rejection reason. - * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`. - */ - function reject(reason) { - var result = new Promise(); - rejectPromise(result, reason); - return result; - } + computedMember: function(left, right) { + return left + '[' + right + ']'; + }, - function handleCallback(value, resolver, callback) { - var callbackOutput = null; - try { - if (isFunction(callback)) callbackOutput = callback(); - } catch (e) { - return reject(e); - } - if (isPromiseLike(callbackOutput)) { - return callbackOutput.then(function () { - return resolver(value); - }, reject); - } else { - return resolver(value); - } - } + member: function(left, right, computed) { + if (computed) return this.computedMember(left, right); + return this.nonComputedMember(left, right); + }, - /** - * @ngdoc method - * @name $q#when - * @kind function - * - * @description - * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise. - * This is useful when you are dealing with an object that might or might not be a promise, or if - * the promise comes from a source that can't be trusted. - * - * @param {*} value Value or a promise - * @param {Function=} successCallback - * @param {Function=} errorCallback - * @param {Function=} progressCallback - * @returns {Promise} Returns a promise of the passed value or promise - */ + getStringValue: function(item) { + this.assign(item, 'getStringValue(' + item + ')'); + }, - function when(value, callback, errback, progressBack) { - var result = new Promise(); - resolvePromise(result, value); - return result.then(callback, errback, progressBack); - } + lazyRecurse: function(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck) { + var self = this; + return function() { + self.recurse(ast, intoId, nameId, recursionFn, create, skipWatchIdCheck); + }; + }, - /** - * @ngdoc method - * @name $q#resolve - * @kind function - * - * @description - * Alias of {@link ng.$q#when when} to maintain naming consistency with ES6. - * - * @param {*} value Value or a promise - * @param {Function=} successCallback - * @param {Function=} errorCallback - * @param {Function=} progressCallback - * @returns {Promise} Returns a promise of the passed value or promise - */ - var resolve = when; + lazyAssign: function(id, value) { + var self = this; + return function() { + self.assign(id, value); + }; + }, - /** - * @ngdoc method - * @name $q#all - * @kind function - * - * @description - * Combines multiple promises into a single promise that is resolved when all of the input - * promises are resolved. - * - * @param {Array.|Object.} promises An array or hash of promises. - * @returns {Promise} Returns a single promise that will be resolved with an array/hash of values, - * each value corresponding to the promise at the same index/key in the `promises` array/hash. - * If any of the promises is resolved with a rejection, this resulting promise will be rejected - * with the same rejection value. - */ + stringEscapeRegex: /[^ a-zA-Z0-9]/g, - function all(promises) { - var result = new Promise(), - counter = 0, - results = isArray(promises) ? [] : {}; - - forEach(promises, function (promise, key) { - counter++; - when(promise).then(function (value) { - results[key] = value; - if (! --counter) resolvePromise(result, results); - }, function (reason) { - rejectPromise(result, reason); - }); - }); + stringEscapeFn: function(c) { + return '\\u' + ('0000' + c.charCodeAt(0).toString(16)).slice(-4); + }, - if (counter === 0) { - resolvePromise(result, results); - } + escape: function(value) { + if (isString(value)) return '\'' + value.replace(this.stringEscapeRegex, this.stringEscapeFn) + '\''; + if (isNumber(value)) return value.toString(); + if (value === true) return 'true'; + if (value === false) return 'false'; + if (value === null) return 'null'; + if (typeof value === 'undefined') return 'undefined'; - return result; + throw $parseMinErr('esc', 'IMPOSSIBLE'); + }, + + nextId: function(skip, init) { + var id = 'v' + (this.state.nextId++); + if (!skip) { + this.current().vars.push(id + (init ? '=' + init : '')); } + return id; + }, + + current: function() { + return this.state[this.state.computing]; + } +}; - /** - * @ngdoc method - * @name $q#race - * @kind function - * - * @description - * Returns a promise that resolves or rejects as soon as one of those promises - * resolves or rejects, with the value or reason from that promise. - * - * @param {Array.|Object.} promises An array or hash of promises. - * @returns {Promise} a promise that resolves or rejects as soon as one of the `promises` - * resolves or rejects, with the value or reason from that promise. - */ - function race(promises) { - var deferred = defer(); +function ASTInterpreter($filter) { + this.$filter = $filter; +} - forEach(promises, function (promise) { - when(promise).then(deferred.resolve, deferred.reject); +ASTInterpreter.prototype = { + compile: function(ast) { + var self = this; + findConstantAndWatchExpressions(ast, self.$filter); + var assignable; + var assign; + if ((assignable = assignableAST(ast))) { + assign = this.recurse(assignable); + } + var toWatch = getInputs(ast.body); + var inputs; + if (toWatch) { + inputs = []; + forEach(toWatch, function(watch, key) { + var input = self.recurse(watch); + input.isPure = watch.isPure; + watch.input = input; + inputs.push(input); + watch.watchId = key; }); + } + var expressions = []; + forEach(ast.body, function(expression) { + expressions.push(self.recurse(expression.expression)); + }); + var fn = ast.body.length === 0 ? noop : + ast.body.length === 1 ? expressions[0] : + function(scope, locals) { + var lastValue; + forEach(expressions, function(exp) { + lastValue = exp(scope, locals); + }); + return lastValue; + }; + if (assign) { + fn.assign = function(scope, value, locals) { + return assign(scope, locals, value); + }; + } + if (inputs) { + fn.inputs = inputs; + } + return fn; + }, - return deferred.promise; + recurse: function(ast, context, create) { + var left, right, self = this, args; + if (ast.input) { + return this.inputs(ast.input, ast.watchId); + } + switch (ast.type) { + case AST.Literal: + return this.value(ast.value, context); + case AST.UnaryExpression: + right = this.recurse(ast.argument); + return this['unary' + ast.operator](right, context); + case AST.BinaryExpression: + left = this.recurse(ast.left); + right = this.recurse(ast.right); + return this['binary' + ast.operator](left, right, context); + case AST.LogicalExpression: + left = this.recurse(ast.left); + right = this.recurse(ast.right); + return this['binary' + ast.operator](left, right, context); + case AST.ConditionalExpression: + return this['ternary?:']( + this.recurse(ast.test), + this.recurse(ast.alternate), + this.recurse(ast.consequent), + context + ); + case AST.Identifier: + return self.identifier(ast.name, context, create); + case AST.MemberExpression: + left = this.recurse(ast.object, false, !!create); + if (!ast.computed) { + right = ast.property.name; + } + if (ast.computed) right = this.recurse(ast.property); + return ast.computed ? + this.computedMember(left, right, context, create) : + this.nonComputedMember(left, right, context, create); + case AST.CallExpression: + args = []; + forEach(ast.arguments, function(expr) { + args.push(self.recurse(expr)); + }); + if (ast.filter) right = this.$filter(ast.callee.name); + if (!ast.filter) right = this.recurse(ast.callee, true); + return ast.filter ? + function(scope, locals, assign, inputs) { + var values = []; + for (var i = 0; i < args.length; ++i) { + values.push(args[i](scope, locals, assign, inputs)); + } + var value = right.apply(undefined, values, inputs); + return context ? {context: undefined, name: undefined, value: value} : value; + } : + function(scope, locals, assign, inputs) { + var rhs = right(scope, locals, assign, inputs); + var value; + if (rhs.value != null) { + var values = []; + for (var i = 0; i < args.length; ++i) { + values.push(args[i](scope, locals, assign, inputs)); + } + value = rhs.value.apply(rhs.context, values); + } + return context ? {value: value} : value; + }; + case AST.AssignmentExpression: + left = this.recurse(ast.left, true, 1); + right = this.recurse(ast.right); + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + lhs.context[lhs.name] = rhs; + return context ? {value: rhs} : rhs; + }; + case AST.ArrayExpression: + args = []; + forEach(ast.elements, function(expr) { + args.push(self.recurse(expr)); + }); + return function(scope, locals, assign, inputs) { + var value = []; + for (var i = 0; i < args.length; ++i) { + value.push(args[i](scope, locals, assign, inputs)); + } + return context ? {value: value} : value; + }; + case AST.ObjectExpression: + args = []; + forEach(ast.properties, function(property) { + if (property.computed) { + args.push({key: self.recurse(property.key), + computed: true, + value: self.recurse(property.value) + }); + } else { + args.push({key: property.key.type === AST.Identifier ? + property.key.name : + ('' + property.key.value), + computed: false, + value: self.recurse(property.value) + }); + } + }); + return function(scope, locals, assign, inputs) { + var value = {}; + for (var i = 0; i < args.length; ++i) { + if (args[i].computed) { + value[args[i].key(scope, locals, assign, inputs)] = args[i].value(scope, locals, assign, inputs); + } else { + value[args[i].key] = args[i].value(scope, locals, assign, inputs); + } + } + return context ? {value: value} : value; + }; + case AST.ThisExpression: + return function(scope) { + return context ? {value: scope} : scope; + }; + case AST.LocalsExpression: + return function(scope, locals) { + return context ? {value: locals} : locals; + }; + case AST.NGValueParameter: + return function(scope, locals, assign) { + return context ? {value: assign} : assign; + }; } + }, - function $Q(resolver) { - if (!isFunction(resolver)) { - throw $qMinErr('norslvr', 'Expected resolverFn, got \'{0}\'', resolver); + 'unary+': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = argument(scope, locals, assign, inputs); + if (isDefined(arg)) { + arg = +arg; + } else { + arg = 0; } - - var promise = new Promise(); - - function resolveFn(value) { - resolvePromise(promise, value); + return context ? {value: arg} : arg; + }; + }, + 'unary-': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = argument(scope, locals, assign, inputs); + if (isDefined(arg)) { + arg = -arg; + } else { + arg = -0; } - - function rejectFn(reason) { - rejectPromise(promise, reason); + return context ? {value: arg} : arg; + }; + }, + 'unary!': function(argument, context) { + return function(scope, locals, assign, inputs) { + var arg = !argument(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary+': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + var arg = plusFn(lhs, rhs); + return context ? {value: arg} : arg; + }; + }, + 'binary-': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs = right(scope, locals, assign, inputs); + var arg = (isDefined(lhs) ? lhs : 0) - (isDefined(rhs) ? rhs : 0); + return context ? {value: arg} : arg; + }; + }, + 'binary*': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) * right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary/': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) / right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary%': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) % right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary===': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) === right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary!==': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) !== right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary==': function(left, right, context) { + return function(scope, locals, assign, inputs) { + // eslint-disable-next-line eqeqeq + var arg = left(scope, locals, assign, inputs) == right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary!=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + // eslint-disable-next-line eqeqeq + var arg = left(scope, locals, assign, inputs) != right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary<': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) < right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary>': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) > right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary<=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) <= right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary>=': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) >= right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary&&': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) && right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'binary||': function(left, right, context) { + return function(scope, locals, assign, inputs) { + var arg = left(scope, locals, assign, inputs) || right(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + 'ternary?:': function(test, alternate, consequent, context) { + return function(scope, locals, assign, inputs) { + var arg = test(scope, locals, assign, inputs) ? alternate(scope, locals, assign, inputs) : consequent(scope, locals, assign, inputs); + return context ? {value: arg} : arg; + }; + }, + value: function(value, context) { + return function() { return context ? {context: undefined, name: undefined, value: value} : value; }; + }, + identifier: function(name, context, create) { + return function(scope, locals, assign, inputs) { + var base = locals && (name in locals) ? locals : scope; + if (create && create !== 1 && base && base[name] == null) { + base[name] = {}; } + var value = base ? base[name] : undefined; + if (context) { + return {context: base, name: name, value: value}; + } else { + return value; + } + }; + }, + computedMember: function(left, right, context, create) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + var rhs; + var value; + if (lhs != null) { + rhs = right(scope, locals, assign, inputs); + rhs = getStringValue(rhs); + if (create && create !== 1) { + if (lhs && !(lhs[rhs])) { + lhs[rhs] = {}; + } + } + value = lhs[rhs]; + } + if (context) { + return {context: lhs, name: rhs, value: value}; + } else { + return value; + } + }; + }, + nonComputedMember: function(left, right, context, create) { + return function(scope, locals, assign, inputs) { + var lhs = left(scope, locals, assign, inputs); + if (create && create !== 1) { + if (lhs && lhs[right] == null) { + lhs[right] = {}; + } + } + var value = lhs != null ? lhs[right] : undefined; + if (context) { + return {context: lhs, name: right, value: value}; + } else { + return value; + } + }; + }, + inputs: function(input, watchId) { + return function(scope, value, locals, inputs) { + if (inputs) return inputs[watchId]; + return input(scope, value, locals); + }; + } +}; - resolver(resolveFn, rejectFn); - - return promise; - } +/** + * @constructor + */ +function Parser(lexer, $filter, options) { + this.ast = new AST(lexer, options); + this.astCompiler = options.csp ? new ASTInterpreter($filter) : + new ASTCompiler($filter); +} - // Let's make the instanceof operator work for promises, so that - // `new $q(fn) instanceof $q` would evaluate to true. - $Q.prototype = Promise.prototype; +Parser.prototype = { + constructor: Parser, - $Q.defer = defer; - $Q.reject = reject; - $Q.when = when; - $Q.resolve = resolve; - $Q.all = all; - $Q.race = race; + parse: function(text) { + var ast = this.getAst(text); + var fn = this.astCompiler.compile(ast.ast); + fn.literal = isLiteral(ast.ast); + fn.constant = isConstant(ast.ast); + fn.oneTime = ast.oneTime; + return fn; + }, - return $Q; - } + getAst: function(exp) { + var oneTime = false; + exp = exp.trim(); - function isStateExceptionHandled(state) { - return !!state.pur; - } - function markQStateExceptionHandled(state) { - state.pur = true; - } - function markQExceptionHandled(q) { - markQStateExceptionHandled(q.$$state); + if (exp.charAt(0) === ':' && exp.charAt(1) === ':') { + oneTime = true; + exp = exp.substring(2); + } + return { + ast: this.ast.ast(exp), + oneTime: oneTime + }; } +}; - /** @this */ - function $$RAFProvider() { - //rAF - this.$get = ['$window', '$timeout', function ($window, $timeout) { - var requestAnimationFrame = $window.requestAnimationFrame || $window.webkitRequestAnimationFrame; - - var cancelAnimationFrame = $window.cancelAnimationFrame || $window.webkitCancelAnimationFrame || $window.webkitCancelRequestAnimationFrame; - - var rafSupported = !!requestAnimationFrame; - var raf = rafSupported ? function (fn) { - var id = requestAnimationFrame(fn); - return function () { - cancelAnimationFrame(id); - }; - } : function (fn) { - var timer = $timeout(fn, 16.66, false); // 1000 / 60 = 16.666 - return function () { - $timeout.cancel(timer); - }; - }; +function getValueOf(value) { + return isFunction(value.valueOf) ? value.valueOf() : objectValueOf.call(value); +} - raf.supported = rafSupported; +/////////////////////////////////// - return raf; - }]; - } +/** + * @ngdoc service + * @name $parse + * @kind function + * + * @description + * + * Converts Angular {@link guide/expression expression} into a function. + * + * ```js + * var getter = $parse('user.name'); + * var setter = getter.assign; + * var context = {user:{name:'angular'}}; + * var locals = {user:{name:'local'}}; + * + * expect(getter(context)).toEqual('angular'); + * setter(context, 'newValue'); + * expect(context.user.name).toEqual('newValue'); + * expect(getter(context, locals)).toEqual('local'); + * ``` + * + * + * @param {string} expression String expression to compile. + * @returns {function(context, locals)} a function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the strings + * are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values in + * `context`. + * + * The returned function also has the following properties: + * * `literal` – `{boolean}` – whether the expression's top-level node is a JavaScript + * literal. + * * `constant` – `{boolean}` – whether the expression is made entirely of JavaScript + * constant literals. + * * `assign` – `{?function(context, value)}` – if the expression is assignable, this will be + * set to a function to change its value on the given context. + * + */ - /** - * DESIGN NOTES - * - * The design decisions behind the scope are heavily favored for speed and memory consumption. - * - * The typical use of scope is to watch the expressions, which most of the time return the same - * value as last time so we optimize the operation. - * - * Closures construction is expensive in terms of speed as well as memory: - * - No closures, instead use prototypical inheritance for API - * - Internal state needs to be stored on scope directly, which means that private state is - * exposed as $$____ properties - * - * Loop operations are optimized by using while(count--) { ... } - * - This means that in order to keep the same order of execution as addition we have to add - * items to the array at the beginning (unshift) instead of at the end (push) - * - * Child scopes are created and removed often - * - Using an array would be slow since inserts in the middle are expensive; so we use linked lists - * - * There are fewer watches than observers. This is why you don't want the observer to be implemented - * in the same way as watch. Watch requires return of the initialization function which is expensive - * to construct. - */ - /** - * @ngdoc provider - * @name $rootScopeProvider - * @description - * - * Provider for the $rootScope service. - */ +/** + * @ngdoc provider + * @name $parseProvider + * @this + * + * @description + * `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse} + * service. + */ +function $ParseProvider() { + var cache = createMap(); + var literals = { + 'true': true, + 'false': false, + 'null': null, + 'undefined': undefined + }; + var identStart, identContinue; /** * @ngdoc method - * @name $rootScopeProvider#digestTtl + * @name $parseProvider#addLiteral * @description * - * Sets the number of `$digest` iterations the scope should attempt to execute before giving up and - * assuming that the model is unstable. - * - * The current default is 10 iterations. - * - * In complex applications it's possible that the dependencies between `$watch`s will result in - * several digest iterations. However if an application needs more than the default 10 digest - * iterations for its model to stabilize then you should investigate what is causing the model to - * continuously change during the digest. - * - * Increasing the TTL could have performance implications, so you should not change it without - * proper justification. - * - * @param {number} limit The number of digest iterations. - */ - - /** - * @ngdoc service - * @name $rootScope - * @this + * Configure $parse service to add literal values that will be present as literal at expressions. * - * @description + * @param {string} literalName Token for the literal value. The literal name value must be a valid literal name. + * @param {*} literalValue Value for this literal. All literal values must be primitives or `undefined`. * - * Every application has a single root {@link ng.$rootScope.Scope scope}. - * All other scopes are descendant scopes of the root scope. Scopes provide separation - * between the model and the view, via a mechanism for watching the model for changes. - * They also provide event emission/broadcast and subscription facility. See the - * {@link guide/scope developer guide on scopes}. - */ - function $RootScopeProvider() { - var TTL = 10; - var $rootScopeMinErr = minErr('$rootScope'); - var lastDirtyWatch = null; - var applyAsyncId = null; - - this.digestTtl = function (value) { - if (arguments.length) { - TTL = value; - } - return TTL; - }; - - function createChildScopeClass(parent) { - function ChildScope() { - this.$$watchers = this.$$nextSibling = this.$$childHead = this.$$childTail = null; - this.$$listeners = {}; - this.$$listenerCount = {}; - this.$$watchersCount = 0; - this.$id = nextUid(); - this.$$ChildScope = null; - } - ChildScope.prototype = parent; - return ChildScope; - } - - this.$get = ['$exceptionHandler', '$parse', '$browser', function ($exceptionHandler, $parse, $browser) { - - function destroyChildScope($event) { - $event.currentScope.$$destroyed = true; - } - - function cleanUpScope($scope) { - - // Support: IE 9 only - if (msie === 9) { - // There is a memory leak in IE9 if all child scopes are not disconnected - // completely when a scope is destroyed. So this code will recurse up through - // all this scopes children - // - // See issue https://github.com/angular/angular.js/issues/10706 - if ($scope.$$childHead) { - cleanUpScope($scope.$$childHead); - } - if ($scope.$$nextSibling) { - cleanUpScope($scope.$$nextSibling); - } - } - - // The code below works around IE9 and V8's memory leaks - // - // See: - // - https://code.google.com/p/v8/issues/detail?id=2073#c26 - // - https://github.com/angular/angular.js/issues/6794#issuecomment-38648909 - // - https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 - - $scope.$parent = $scope.$$nextSibling = $scope.$$prevSibling = $scope.$$childHead = $scope.$$childTail = $scope.$root = $scope.$$watchers = null; - } - - /** - * @ngdoc type - * @name $rootScope.Scope - * - * @description - * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the - * {@link auto.$injector $injector}. Child scopes are created using the - * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when - * compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for - * an in-depth introduction and usage examples. - * - * - * ## Inheritance - * A scope can inherit from a parent scope, as in this example: - * ```js - var parent = $rootScope; - var child = parent.$new(); - parent.salutation = "Hello"; - expect(child.salutation).toEqual('Hello'); - child.salutation = "Welcome"; - expect(child.salutation).toEqual('Welcome'); - expect(parent.salutation).toEqual('Hello'); - * ``` - * - * When interacting with `Scope` in tests, additional helper methods are available on the - * instances of `Scope` type. See {@link ngMock.$rootScope.Scope ngMock Scope} for additional - * details. - * - * - * @param {Object.=} providers Map of service factory which need to be - * provided for the current scope. Defaults to {@link ng}. - * @param {Object.=} instanceCache Provides pre-instantiated services which should - * append/override services provided by `providers`. This is handy - * when unit-testing and having the need to override a default - * service. - * @returns {Object} Newly created scope. - * - */ - function Scope() { - this.$id = nextUid(); - this.$$phase = this.$parent = this.$$watchers = this.$$nextSibling = this.$$prevSibling = this.$$childHead = this.$$childTail = null; - this.$root = this; - this.$$destroyed = false; - this.$$listeners = {}; - this.$$listenerCount = {}; - this.$$watchersCount = 0; - this.$$isolateBindings = null; - } - - /** - * @ngdoc property - * @name $rootScope.Scope#$id - * - * @description - * Unique scope ID (monotonically increasing) useful for debugging. - */ - - /** - * @ngdoc property - * @name $rootScope.Scope#$parent - * - * @description - * Reference to the parent scope. - */ + **/ + this.addLiteral = function(literalName, literalValue) { + literals[literalName] = literalValue; + }; - /** - * @ngdoc property - * @name $rootScope.Scope#$root - * - * @description - * Reference to the root scope. - */ + /** + * @ngdoc method + * @name $parseProvider#setIdentifierFns + * + * @description + * + * Allows defining the set of characters that are allowed in Angular expressions. The function + * `identifierStart` will get called to know if a given character is a valid character to be the + * first character for an identifier. The function `identifierContinue` will get called to know if + * a given character is a valid character to be a follow-up identifier character. The functions + * `identifierStart` and `identifierContinue` will receive as arguments the single character to be + * identifier and the character code point. These arguments will be `string` and `numeric`. Keep in + * mind that the `string` parameter can be two characters long depending on the character + * representation. It is expected for the function to return `true` or `false`, whether that + * character is allowed or not. + * + * Since this function will be called extensively, keep the implementation of these functions fast, + * as the performance of these functions have a direct impact on the expressions parsing speed. + * + * @param {function=} identifierStart The function that will decide whether the given character is + * a valid identifier start character. + * @param {function=} identifierContinue The function that will decide whether the given character is + * a valid identifier continue character. + */ + this.setIdentifierFns = function(identifierStart, identifierContinue) { + identStart = identifierStart; + identContinue = identifierContinue; + return this; + }; - Scope.prototype = { - constructor: Scope, - /** - * @ngdoc method - * @name $rootScope.Scope#$new - * @kind function - * - * @description - * Creates a new child {@link ng.$rootScope.Scope scope}. - * - * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. - * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. - * - * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is - * desired for the scope and its child scopes to be permanently detached from the parent and - * thus stop participating in model change detection and listener notification by invoking. - * - * @param {boolean} isolate If true, then the scope does not prototypically inherit from the - * parent scope. The scope is isolated, as it can not see parent scope properties. - * When creating widgets, it is useful for the widget to not accidentally read parent - * state. - * - * @param {Scope} [parent=this] The {@link ng.$rootScope.Scope `Scope`} that will be the `$parent` - * of the newly created scope. Defaults to `this` scope if not provided. - * This is used when creating a transclude scope to correctly place it - * in the scope hierarchy while maintaining the correct prototypical - * inheritance. - * - * @returns {Object} The newly created child scope. - * - */ - $new: function $new(isolate, parent) { - var child; + this.$get = ['$filter', function($filter) { + var noUnsafeEval = csp().noUnsafeEval; + var $parseOptions = { + csp: noUnsafeEval, + literals: copy(literals), + isIdentifierStart: isFunction(identStart) && identStart, + isIdentifierContinue: isFunction(identContinue) && identContinue + }; + $parse.$$getAst = $$getAst; + return $parse; - parent = parent || this; + function $parse(exp, interceptorFn) { + var parsedExpression, cacheKey; - if (isolate) { - child = new Scope(); - child.$root = this.$root; - } else { - // Only create a child scope class if somebody asks for one, - // but cache it to allow the VM to optimize lookups. - if (!this.$$ChildScope) { - this.$$ChildScope = createChildScopeClass(this); + switch (typeof exp) { + case 'string': + exp = exp.trim(); + cacheKey = exp; + + parsedExpression = cache[cacheKey]; + + if (!parsedExpression) { + var lexer = new Lexer($parseOptions); + var parser = new Parser(lexer, $filter, $parseOptions); + parsedExpression = parser.parse(exp); + if (parsedExpression.constant) { + parsedExpression.$$watchDelegate = constantWatchDelegate; + } else if (parsedExpression.oneTime) { + parsedExpression.$$watchDelegate = parsedExpression.literal ? + oneTimeLiteralWatchDelegate : oneTimeWatchDelegate; + } else if (parsedExpression.inputs) { + parsedExpression.$$watchDelegate = inputsWatchDelegate; } - child = new this.$$ChildScope(); - } - child.$parent = parent; - child.$$prevSibling = parent.$$childTail; - if (parent.$$childHead) { - parent.$$childTail.$$nextSibling = child; - parent.$$childTail = child; - } else { - parent.$$childHead = parent.$$childTail = child; - } - - // When the new scope is not isolated or we inherit from `this`, and - // the parent scope is destroyed, the property `$$destroyed` is inherited - // prototypically. In all other cases, this property needs to be set - // when the parent scope is destroyed. - // The listener needs to be added after the parent is set - if (isolate || parent !== this) child.$on('$destroy', destroyChildScope); - - return child; - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$watch - * @kind function - * - * @description - * Registers a `listener` callback to be executed whenever the `watchExpression` changes. - * - * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest - * $digest()} and should return the value that will be watched. (`watchExpression` should not change - * its value when executed multiple times with the same input because it may be executed multiple - * times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be - * [idempotent](http://en.wikipedia.org/wiki/Idempotence).) - * - The `listener` is called only when the value from the current `watchExpression` and the - * previous call to `watchExpression` are not equal (with the exception of the initial run, - * see below). Inequality is determined according to reference inequality, - * [strict comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) - * via the `!==` Javascript operator, unless `objectEquality == true` - * (see next point) - * - When `objectEquality == true`, inequality of the `watchExpression` is determined - * according to the {@link angular.equals} function. To save the value of the object for - * later comparison, the {@link angular.copy} function is used. This therefore means that - * watching complex objects will have adverse memory and performance implications. - * - This should not be used to watch for changes in objects that are - * or contain [File](https://developer.mozilla.org/docs/Web/API/File) objects due to limitations with {@link angular.copy `angular.copy`}. - * - The watch `listener` may change the model, which may trigger other `listener`s to fire. - * This is achieved by rerunning the watchers until no changes are detected. The rerun - * iteration limit is 10 to prevent an infinite loop deadlock. - * - * - * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called, - * you can register a `watchExpression` function with no `listener`. (Be prepared for - * multiple calls to your `watchExpression` because it will execute multiple times in a - * single {@link ng.$rootScope.Scope#$digest $digest} cycle if a change is detected.) - * - * After a watcher is registered with the scope, the `listener` fn is called asynchronously - * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the - * watcher. In rare cases, this is undesirable because the listener is called when the result - * of `watchExpression` didn't change. To detect this scenario within the `listener` fn, you - * can compare the `newVal` and `oldVal`. If these two values are identical (`===`) then the - * listener was called due to initialization. - * - * - * - * @example - * ```js - // let's assume that scope was dependency injected as the $rootScope - var scope = $rootScope; - scope.name = 'misko'; - scope.counter = 0; - expect(scope.counter).toEqual(0); - scope.$watch('name', function(newValue, oldValue) { - scope.counter = scope.counter + 1; - }); - expect(scope.counter).toEqual(0); - scope.$digest(); - // the listener is always called during the first $digest loop after it was registered - expect(scope.counter).toEqual(1); - scope.$digest(); - // but now it will not be called unless the value changes - expect(scope.counter).toEqual(1); - scope.name = 'adam'; - scope.$digest(); - expect(scope.counter).toEqual(2); - // Using a function as a watchExpression - var food; - scope.foodCounter = 0; - expect(scope.foodCounter).toEqual(0); - scope.$watch( - // This function returns the value being watched. It is called for each turn of the $digest loop - function() { return food; }, - // This is the change listener, called when the value returned from the above function changes - function(newValue, oldValue) { - if ( newValue !== oldValue ) { - // Only increment the counter if the value changed - scope.foodCounter = scope.foodCounter + 1; - } - } - ); - // No digest has been run so the counter will be zero - expect(scope.foodCounter).toEqual(0); - // Run the digest but since food has not changed count will still be zero - scope.$digest(); - expect(scope.foodCounter).toEqual(0); - // Update food and run digest. Now the counter will increment - food = 'cheeseburger'; - scope.$digest(); - expect(scope.foodCounter).toEqual(1); - * ``` - * - * - * - * @param {(function()|string)} watchExpression Expression that is evaluated on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers - * a call to the `listener`. - * - * - `string`: Evaluated as {@link guide/expression expression} - * - `function(scope)`: called with current `scope` as a parameter. - * @param {function(newVal, oldVal, scope)} listener Callback called whenever the value - * of `watchExpression` changes. - * - * - `newVal` contains the current value of the `watchExpression` - * - `oldVal` contains the previous value of the `watchExpression` - * - `scope` refers to the current scope - * @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of - * comparing for reference equality. - * @returns {function()} Returns a deregistration function for this listener. - */ - $watch: function $watch(watchExp, listener, objectEquality, prettyPrintExpression) { - var get = $parse(watchExp); - var fn = isFunction(listener) ? listener : noop; - - if (get.$$watchDelegate) { - return get.$$watchDelegate(this, fn, objectEquality, get, watchExp); + cache[cacheKey] = parsedExpression; } - var scope = this, - array = scope.$$watchers, - watcher = { - fn: fn, - last: initWatchVal, - get: get, - exp: prettyPrintExpression || watchExp, - eq: !!objectEquality - }; + return addInterceptor(parsedExpression, interceptorFn); - lastDirtyWatch = null; - - if (!array) { - array = scope.$$watchers = []; - array.$$digestWatchIndex = -1; - } - // we use unshift since we use a while loop in $digest for speed. - // the while loop reads in reverse order. - array.unshift(watcher); - array.$$digestWatchIndex++; - incrementWatchersCount(this, 1); - - return function deregisterWatch() { - var index = arrayRemove(array, watcher); - if (index >= 0) { - incrementWatchersCount(scope, -1); - if (index < array.$$digestWatchIndex) { - array.$$digestWatchIndex--; - } - } - lastDirtyWatch = null; - }; - }, + case 'function': + return addInterceptor(exp, interceptorFn); - /** - * @ngdoc method - * @name $rootScope.Scope#$watchGroup - * @kind function - * - * @description - * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. - * If any one expression in the collection changes the `listener` is executed. - * - * - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return - * values are examined for changes on every call to `$digest`. - * - The `listener` is called whenever any expression in the `watchExpressions` array changes. - * - * `$watchGroup` is more performant than watching each expression individually, and should be - * used when the listener does not need to know which expression has changed. - * If the listener needs to know which expression has changed, - * {@link ng.$rootScope.Scope#$watch $watch()} or - * {@link ng.$rootScope.Scope#$watchCollection $watchCollection()} should be used. - * - * @param {Array.} watchExpressions Array of expressions that will be individually - * watched using {@link ng.$rootScope.Scope#$watch $watch()} - * - * @param {function(newValues, oldValues, scope)} listener Callback called whenever the return value of any - * expression in `watchExpressions` changes - * The `newValues` array contains the current values of the `watchExpressions`, with the indexes matching - * those of `watchExpression` - * and the `oldValues` array contains the previous values of the `watchExpressions`, with the indexes matching - * those of `watchExpression`. - * - * Note that `newValues` and `oldValues` reflect the differences in each **individual** - * expression, and not the difference of the values between each call of the listener. - * That means the difference between `newValues` and `oldValues` cannot be used to determine - * which expression has changed / remained stable: - * - * ```js - * - * $scope.$watchGroup(['v1', 'v2'], function(newValues, oldValues) { - * console.log(newValues, oldValues); - * }); - * - * // newValues, oldValues initially - * // [undefined, undefined], [undefined, undefined] - * - * $scope.v1 = 'a'; - * $scope.v2 = 'a'; - * - * // ['a', 'a'], [undefined, undefined] - * - * $scope.v2 = 'b' - * - * // v1 hasn't changed since it became `'a'`, therefore its oldValue is still `undefined` - * // ['a', 'b'], [undefined, 'a'] - * - * ``` - * - * The `scope` refers to the current scope. - * @returns {function()} Returns a de-registration function for all listeners. - */ - $watchGroup: function $watchGroup(watchExpressions, listener) { - var oldValues = new Array(watchExpressions.length); - var newValues = new Array(watchExpressions.length); - var deregisterFns = []; - var self = this; - var changeReactionScheduled = false; - var firstRun = true; - - if (!watchExpressions.length) { - // No expressions means we call the listener ASAP - var shouldCall = true; - self.$evalAsync(function () { - if (shouldCall) listener(newValues, newValues, self); - }); - return function deregisterWatchGroup() { - shouldCall = false; - }; - } + default: + return addInterceptor(noop, interceptorFn); + } + } - if (watchExpressions.length === 1) { - // Special case size of one - return this.$watch(watchExpressions[0], function watchGroupAction(value, oldValue, scope) { - newValues[0] = value; - oldValues[0] = oldValue; - listener(newValues, value === oldValue ? newValues : oldValues, scope); - }); - } + function $$getAst(exp) { + var lexer = new Lexer($parseOptions); + var parser = new Parser(lexer, $filter, $parseOptions); + return parser.getAst(exp).ast; + } - forEach(watchExpressions, function (expr, i) { - var unwatchFn = self.$watch(expr, function watchGroupSubAction(value, oldValue) { - newValues[i] = value; - oldValues[i] = oldValue; - if (!changeReactionScheduled) { - changeReactionScheduled = true; - self.$evalAsync(watchGroupAction); - } - }); - deregisterFns.push(unwatchFn); - }); + function expressionInputDirtyCheck(newValue, oldValueOfValue, compareObjectIdentity) { - function watchGroupAction() { - changeReactionScheduled = false; + if (newValue == null || oldValueOfValue == null) { // null/undefined + return newValue === oldValueOfValue; + } - if (firstRun) { - firstRun = false; - listener(newValues, newValues, self); - } else { - listener(newValues, oldValues, self); - } - } + if (typeof newValue === 'object') { - return function deregisterWatchGroup() { - while (deregisterFns.length) { - deregisterFns.shift()(); - } - }; - }, + // attempt to convert the value to a primitive type + // TODO(docs): add a note to docs that by implementing valueOf even objects and arrays can + // be cheaply dirty-checked + newValue = getValueOf(newValue); - /** - * @ngdoc method - * @name $rootScope.Scope#$watchCollection - * @kind function - * - * @description - * Shallow watches the properties of an object and fires whenever any of the properties change - * (for arrays, this implies watching the array items; for object maps, this implies watching - * the properties). If a change is detected, the `listener` callback is fired. - * - * - The `obj` collection is observed via standard $watch operation and is examined on every - * call to $digest() to see if any items have been added, removed, or moved. - * - The `listener` is called whenever anything within the `obj` has changed. Examples include - * adding, removing, and moving items belonging to an object or array. - * - * - * @example - * ```js - $scope.names = ['igor', 'matias', 'misko', 'james']; - $scope.dataCount = 4; - $scope.$watchCollection('names', function(newNames, oldNames) { - $scope.dataCount = newNames.length; - }); - expect($scope.dataCount).toEqual(4); - $scope.$digest(); - //still at 4 ... no changes - expect($scope.dataCount).toEqual(4); - $scope.names.pop(); - $scope.$digest(); - //now there's been a change - expect($scope.dataCount).toEqual(3); - * ``` - * - * - * @param {string|function(scope)} obj Evaluated as {@link guide/expression expression}. The - * expression value should evaluate to an object or an array which is observed on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. Any shallow change within the - * collection will trigger a call to the `listener`. - * - * @param {function(newCollection, oldCollection, scope)} listener a callback function called - * when a change is detected. - * - The `newCollection` object is the newly modified data obtained from the `obj` expression - * - The `oldCollection` object is a copy of the former collection data. - * Due to performance considerations, the`oldCollection` value is computed only if the - * `listener` function declares two or more arguments. - * - The `scope` argument refers to the current scope. - * - * @returns {function()} Returns a de-registration function for this listener. When the - * de-registration function is executed, the internal watch operation is terminated. - */ - $watchCollection: function $watchCollection(obj, listener) { - $watchCollectionInterceptor.$stateful = true; + if (typeof newValue === 'object' && !compareObjectIdentity) { + // objects/arrays are not supported - deep-watching them would be too expensive + return false; + } - var self = this; - // the current value, updated on each dirty-check run - var newValue; - // a shallow copy of the newValue from the last dirty-check run, - // updated to match newValue during dirty-check run - var oldValue; - // a shallow copy of the newValue from when the last change happened - var veryOldValue; - // only track veryOldValue if the listener is asking for it - var trackVeryOldValue = listener.length > 1; - var changeDetected = 0; - var changeDetector = $parse(obj, $watchCollectionInterceptor); - var internalArray = []; - var internalObject = {}; - var initRun = true; - var oldLength = 0; - - function $watchCollectionInterceptor(_value) { - newValue = _value; - var newLength, key, bothNaN, newItem, oldItem; - - // If the new value is undefined, then return undefined as the watch may be a one-time watch - if (isUndefined(newValue)) return; + // fall-through to the primitive equality check + } - if (!isObject(newValue)) { - // if primitive - if (oldValue !== newValue) { - oldValue = newValue; - changeDetected++; - } - } else if (isArrayLike(newValue)) { - if (oldValue !== internalArray) { - // we are transitioning from something which was not an array into array. - oldValue = internalArray; - oldLength = oldValue.length = 0; - changeDetected++; - } + //Primitive or NaN + // eslint-disable-next-line no-self-compare + return newValue === oldValueOfValue || (newValue !== newValue && oldValueOfValue !== oldValueOfValue); + } - newLength = newValue.length; + function inputsWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { + var inputExpressions = parsedExpression.inputs; + var lastResult; - if (oldLength !== newLength) { - // if lengths do not match we need to trigger change notification - changeDetected++; - oldValue.length = oldLength = newLength; - } - // copy the items to oldValue and look for changes. - for (var i = 0; i < newLength; i++) { - oldItem = oldValue[i]; - newItem = newValue[i]; - - // eslint-disable-next-line no-self-compare - bothNaN = oldItem !== oldItem && newItem !== newItem; - if (!bothNaN && oldItem !== newItem) { - changeDetected++; - oldValue[i] = newItem; - } - } - } else { - if (oldValue !== internalObject) { - // we are transitioning from something which was not an object into object. - oldValue = internalObject = {}; - oldLength = 0; - changeDetected++; - } - // copy the items to oldValue and look for changes. - newLength = 0; - for (key in newValue) { - if (hasOwnProperty.call(newValue, key)) { - newLength++; - newItem = newValue[key]; - oldItem = oldValue[key]; - - if (key in oldValue) { - // eslint-disable-next-line no-self-compare - bothNaN = oldItem !== oldItem && newItem !== newItem; - if (!bothNaN && oldItem !== newItem) { - changeDetected++; - oldValue[key] = newItem; - } - } else { - oldLength++; - oldValue[key] = newItem; - changeDetected++; - } - } - } - if (oldLength > newLength) { - // we used to have more keys, need to find them and destroy them. - changeDetected++; - for (key in oldValue) { - if (!hasOwnProperty.call(newValue, key)) { - oldLength--; - delete oldValue[key]; - } - } - } - } - return changeDetected; + if (inputExpressions.length === 1) { + var oldInputValueOf = expressionInputDirtyCheck; // init to something unique so that equals check fails + inputExpressions = inputExpressions[0]; + return scope.$watch(function expressionInputWatch(scope) { + var newInputValue = inputExpressions(scope); + if (!expressionInputDirtyCheck(newInputValue, oldInputValueOf, inputExpressions.isPure)) { + lastResult = parsedExpression(scope, undefined, undefined, [newInputValue]); + oldInputValueOf = newInputValue && getValueOf(newInputValue); } + return lastResult; + }, listener, objectEquality, prettyPrintExpression); + } - function $watchCollectionAction() { - if (initRun) { - initRun = false; - listener(newValue, newValue, self); - } else { - listener(newValue, veryOldValue, self); - } - - // make a copy for the next time a collection is changed - if (trackVeryOldValue) { - if (!isObject(newValue)) { - //primitive - veryOldValue = newValue; - } else if (isArrayLike(newValue)) { - veryOldValue = new Array(newValue.length); - for (var i = 0; i < newValue.length; i++) { - veryOldValue[i] = newValue[i]; - } - } else { - // if object - veryOldValue = {}; - for (var key in newValue) { - if (hasOwnProperty.call(newValue, key)) { - veryOldValue[key] = newValue[key]; - } - } - } - } - } + var oldInputValueOfValues = []; + var oldInputValues = []; + for (var i = 0, ii = inputExpressions.length; i < ii; i++) { + oldInputValueOfValues[i] = expressionInputDirtyCheck; // init to something unique so that equals check fails + oldInputValues[i] = null; + } - return this.$watch(changeDetector, $watchCollectionAction); - }, + return scope.$watch(function expressionInputsWatch(scope) { + var changed = false; - /** - * @ngdoc method - * @name $rootScope.Scope#$digest - * @kind function - * - * @description - * Processes all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and - * its children. Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change - * the model, the `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} - * until no more listeners are firing. This means that it is possible to get into an infinite - * loop. This function will throw `'Maximum iteration limit exceeded.'` if the number of - * iterations exceeds 10. - * - * Usually, you don't call `$digest()` directly in - * {@link ng.directive:ngController controllers} or in - * {@link ng.$compileProvider#directive directives}. - * Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within - * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`. - * - * If you want to be notified whenever `$digest()` is called, - * you can register a `watchExpression` function with - * {@link ng.$rootScope.Scope#$watch $watch()} with no `listener`. - * - * In unit tests, you may need to call `$digest()` to simulate the scope life cycle. - * - * @example - * ```js - var scope = ...; - scope.name = 'misko'; - scope.counter = 0; - expect(scope.counter).toEqual(0); - scope.$watch('name', function(newValue, oldValue) { - scope.counter = scope.counter + 1; - }); - expect(scope.counter).toEqual(0); - scope.$digest(); - // the listener is always called during the first $digest loop after it was registered - expect(scope.counter).toEqual(1); - scope.$digest(); - // but now it will not be called unless the value changes - expect(scope.counter).toEqual(1); - scope.name = 'adam'; - scope.$digest(); - expect(scope.counter).toEqual(2); - * ``` - * - */ - $digest: function $digest() { - var watch, - value, - last, - fn, - get, - watchers, - dirty, - ttl = TTL, - next, - current, - target = this, - watchLog = [], - logIdx, - asyncTask; - - beginPhase('$digest'); - // Check for changes to browser url that happened in sync before the call to $digest - $browser.$$checkUrlChange(); - - if (this === $rootScope && applyAsyncId !== null) { - // If this is the root scope, and $applyAsync has scheduled a deferred $apply(), then - // cancel the scheduled $apply and flush the queue of expressions to be evaluated. - $browser.defer.cancel(applyAsyncId); - flushApplyAsync(); + for (var i = 0, ii = inputExpressions.length; i < ii; i++) { + var newInputValue = inputExpressions[i](scope); + if (changed || (changed = !expressionInputDirtyCheck(newInputValue, oldInputValueOfValues[i], inputExpressions[i].isPure))) { + oldInputValues[i] = newInputValue; + oldInputValueOfValues[i] = newInputValue && getValueOf(newInputValue); } + } - lastDirtyWatch = null; - - do { - // "while dirty" loop - dirty = false; - current = target; - - // It's safe for asyncQueuePosition to be a local variable here because this loop can't - // be reentered recursively. Calling $digest from a function passed to $evalAsync would - // lead to a '$digest already in progress' error. - for (var asyncQueuePosition = 0; asyncQueuePosition < asyncQueue.length; asyncQueuePosition++) { - try { - asyncTask = asyncQueue[asyncQueuePosition]; - fn = asyncTask.fn; - fn(asyncTask.scope, asyncTask.locals); - } catch (e) { - $exceptionHandler(e); - } - lastDirtyWatch = null; - } - asyncQueue.length = 0; - - traverseScopesLoop: do { - // "traverse the scopes" loop - if (watchers = current.$$watchers) { - // process our watches - watchers.$$digestWatchIndex = watchers.length; - while (watchers.$$digestWatchIndex--) { - try { - watch = watchers[watchers.$$digestWatchIndex]; - // Most common watches are on primitives, in which case we can short - // circuit it with === operator, only when === fails do we use .equals - if (watch) { - get = watch.get; - if ((value = get(current)) !== (last = watch.last) && !(watch.eq ? equals(value, last) : isNumberNaN(value) && isNumberNaN(last))) { - dirty = true; - lastDirtyWatch = watch; - watch.last = watch.eq ? copy(value, null) : value; - fn = watch.fn; - fn(value, last === initWatchVal ? value : last, current); - if (ttl < 5) { - logIdx = 4 - ttl; - if (!watchLog[logIdx]) watchLog[logIdx] = []; - watchLog[logIdx].push({ - msg: isFunction(watch.exp) ? 'fn: ' + (watch.exp.name || watch.exp.toString()) : watch.exp, - newVal: value, - oldVal: last - }); - } - } else if (watch === lastDirtyWatch) { - // If the most recently dirty watcher is now clean, short circuit since the remaining watchers - // have already been tested. - dirty = false; - break traverseScopesLoop; - } - } - } catch (e) { - $exceptionHandler(e); - } - } - } - - // Insanity Warning: scope depth-first traversal - // yes, this code is a bit crazy, but it works and we have tests to prove it! - // this piece should be kept in sync with the traversal in $broadcast - if (!(next = current.$$watchersCount && current.$$childHead || current !== target && current.$$nextSibling)) { - while (current !== target && !(next = current.$$nextSibling)) { - current = current.$parent; - } - } - } while (current = next); - - // `break traverseScopesLoop;` takes us to here + if (changed) { + lastResult = parsedExpression(scope, undefined, undefined, oldInputValues); + } - if ((dirty || asyncQueue.length) && !ttl--) { - clearPhase(); - throw $rootScopeMinErr('infdig', '{0} $digest() iterations reached. Aborting!\n' + 'Watchers fired in the last 5 iterations: {1}', TTL, watchLog); - } - } while (dirty || asyncQueue.length); + return lastResult; + }, listener, objectEquality, prettyPrintExpression); + } - clearPhase(); + function oneTimeWatchDelegate(scope, listener, objectEquality, parsedExpression, prettyPrintExpression) { + var unwatch, lastValue; + if (parsedExpression.inputs) { + unwatch = inputsWatchDelegate(scope, oneTimeListener, objectEquality, parsedExpression, prettyPrintExpression); + } else { + unwatch = scope.$watch(oneTimeWatch, oneTimeListener, objectEquality); + } + return unwatch; - // postDigestQueuePosition isn't local here because this loop can be reentered recursively. - while (postDigestQueuePosition < postDigestQueue.length) { - try { - postDigestQueue[postDigestQueuePosition++](); - } catch (e) { - $exceptionHandler(e); + function oneTimeWatch(scope) { + return parsedExpression(scope); + } + function oneTimeListener(value, old, scope) { + lastValue = value; + if (isFunction(listener)) { + listener(value, old, scope); + } + if (isDefined(value)) { + scope.$$postDigest(function() { + if (isDefined(lastValue)) { + unwatch(); } - } - postDigestQueue.length = postDigestQueuePosition = 0; - - // Check for changes to browser url that happened during the $digest - // (for which no event is fired; e.g. via `history.pushState()`) - $browser.$$checkUrlChange(); - }, - - /** - * @ngdoc event - * @name $rootScope.Scope#$destroy - * @eventType broadcast on scope being destroyed - * - * @description - * Broadcasted when a scope and its children are being destroyed. - * - * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to - * clean up DOM bindings before an element is removed from the DOM. - */ + }); + } + } + } - /** - * @ngdoc method - * @name $rootScope.Scope#$destroy - * @kind function - * - * @description - * Removes the current scope (and all of its children) from the parent scope. Removal implies - * that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer - * propagate to the current scope and its children. Removal also implies that the current - * scope is eligible for garbage collection. - * - * The `$destroy()` is usually used by directives such as - * {@link ng.directive:ngRepeat ngRepeat} for managing the - * unrolling of the loop. - * - * Just before a scope is destroyed, a `$destroy` event is broadcasted on this scope. - * Application code can register a `$destroy` event handler that will give it a chance to - * perform any necessary cleanup. - * - * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to - * clean up DOM bindings before an element is removed from the DOM. - */ - $destroy: function $destroy() { - // We can't destroy a scope that has been already destroyed. - if (this.$$destroyed) return; - var parent = this.$parent; + function oneTimeLiteralWatchDelegate(scope, listener, objectEquality, parsedExpression) { + var unwatch, lastValue; + unwatch = scope.$watch(function oneTimeWatch(scope) { + return parsedExpression(scope); + }, function oneTimeListener(value, old, scope) { + lastValue = value; + if (isFunction(listener)) { + listener(value, old, scope); + } + if (isAllDefined(value)) { + scope.$$postDigest(function() { + if (isAllDefined(lastValue)) unwatch(); + }); + } + }, objectEquality); - this.$broadcast('$destroy'); - this.$$destroyed = true; + return unwatch; - if (this === $rootScope) { - //Remove handlers attached to window when $rootScope is removed - $browser.$$applicationDestroyed(); - } + function isAllDefined(value) { + var allDefined = true; + forEach(value, function(val) { + if (!isDefined(val)) allDefined = false; + }); + return allDefined; + } + } - incrementWatchersCount(this, -this.$$watchersCount); - for (var eventName in this.$$listenerCount) { - decrementListenerCount(this, this.$$listenerCount[eventName], eventName); - } + function constantWatchDelegate(scope, listener, objectEquality, parsedExpression) { + var unwatch = scope.$watch(function constantWatch(scope) { + unwatch(); + return parsedExpression(scope); + }, listener, objectEquality); + return unwatch; + } - // sever all the references to parent scopes (after this cleanup, the current scope should - // not be retained by any of our references and should be eligible for garbage collection) - if (parent && parent.$$childHead === this) parent.$$childHead = this.$$nextSibling; - if (parent && parent.$$childTail === this) parent.$$childTail = this.$$prevSibling; - if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling; - if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling; - - // Disable listeners, watchers and apply/digest methods - this.$destroy = this.$digest = this.$apply = this.$evalAsync = this.$applyAsync = noop; - this.$on = this.$watch = this.$watchGroup = function () { - return noop; - }; - this.$$listeners = {}; + function addInterceptor(parsedExpression, interceptorFn) { + if (!interceptorFn) return parsedExpression; + var watchDelegate = parsedExpression.$$watchDelegate; + var useInputs = false; - // Disconnect the next sibling to prevent `cleanUpScope` destroying those too - this.$$nextSibling = null; - cleanUpScope(this); - }, + var regularWatch = + watchDelegate !== oneTimeLiteralWatchDelegate && + watchDelegate !== oneTimeWatchDelegate; - /** - * @ngdoc method - * @name $rootScope.Scope#$eval - * @kind function - * - * @description - * Executes the `expression` on the current scope and returns the result. Any exceptions in - * the expression are propagated (uncaught). This is useful when evaluating Angular - * expressions. - * - * @example - * ```js - var scope = ng.$rootScope.Scope(); - scope.a = 1; - scope.b = 2; - expect(scope.$eval('a+b')).toEqual(3); - expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3); - * ``` - * - * @param {(string|function())=} expression An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with the current `scope` parameter. - * - * @param {(object)=} locals Local variables object, useful for overriding values in scope. - * @returns {*} The result of evaluating the expression. - */ - $eval: function $eval(expr, locals) { - return $parse(expr)(this, locals); - }, + var fn = regularWatch ? function regularInterceptedExpression(scope, locals, assign, inputs) { + var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs); + return interceptorFn(value, scope, locals); + } : function oneTimeInterceptedExpression(scope, locals, assign, inputs) { + var value = parsedExpression(scope, locals, assign, inputs); + var result = interceptorFn(value, scope, locals); + // we only return the interceptor's result if the + // initial value is defined (for bind-once) + return isDefined(value) ? result : value; + }; - /** - * @ngdoc method - * @name $rootScope.Scope#$evalAsync - * @kind function - * - * @description - * Executes the expression on the current scope at a later point in time. - * - * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only - * that: - * - * - it will execute after the function that scheduled the evaluation (preferably before DOM - * rendering). - * - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after - * `expression` execution. - * - * Any exceptions from the execution of the expression are forwarded to the - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * __Note:__ if this function is called outside of a `$digest` cycle, a new `$digest` cycle - * will be scheduled. However, it is encouraged to always call code that changes the model - * from within an `$apply` call. That includes code evaluated via `$evalAsync`. - * - * @param {(string|function())=} expression An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with the current `scope` parameter. - * - * @param {(object)=} locals Local variables object, useful for overriding values in scope. - */ - $evalAsync: function $evalAsync(expr, locals) { - // if we are outside of an $digest loop and this is the first time we are scheduling async - // task also schedule async auto-flush - if (!$rootScope.$$phase && !asyncQueue.length) { - $browser.defer(function () { - if (asyncQueue.length) { - $rootScope.$digest(); + // Propagate $$watchDelegates other then inputsWatchDelegate + useInputs = !parsedExpression.inputs; + if (watchDelegate && watchDelegate !== inputsWatchDelegate) { + fn.$$watchDelegate = watchDelegate; + fn.inputs = parsedExpression.inputs; + } else if (!interceptorFn.$stateful) { + // Treat interceptor like filters - assume non-stateful by default and use the inputsWatchDelegate + fn.$$watchDelegate = inputsWatchDelegate; + fn.inputs = parsedExpression.inputs ? parsedExpression.inputs : [parsedExpression]; + } + + if (fn.inputs) { + fn.inputs = fn.inputs.map(function(e) { + // Remove the isPure flag of inputs when it is not absolute because they are now wrapped in a + // potentially non-pure interceptor function. + if (e.isPure === PURITY_RELATIVE) { + return function depurifier(s) { return e(s); }; } + return e; }); - } - - asyncQueue.push({ scope: this, fn: $parse(expr), locals: locals }); - }, - - $$postDigest: function $$postDigest(fn) { - postDigestQueue.push(fn); - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$apply - * @kind function - * - * @description - * `$apply()` is used to execute an expression in angular from outside of the angular - * framework. (For example from browser DOM events, setTimeout, XHR or third party libraries). - * Because we are calling into the angular framework we need to perform proper scope life - * cycle of {@link ng.$exceptionHandler exception handling}, - * {@link ng.$rootScope.Scope#$digest executing watches}. - * - * **Life cycle: Pseudo-Code of `$apply()`** - * - * ```js - function $apply(expr) { - try { - return $eval(expr); - } catch (e) { - $exceptionHandler(e); - } finally { - $root.$digest(); - } - } - * ``` - * - * - * Scope's `$apply()` method transitions through the following stages: - * - * 1. The {@link guide/expression expression} is executed using the - * {@link ng.$rootScope.Scope#$eval $eval()} method. - * 2. Any exceptions from the execution of the expression are forwarded to the - * {@link ng.$exceptionHandler $exceptionHandler} service. - * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the - * expression was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. - * - * - * @param {(string|function())=} exp An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with current `scope` parameter. - * - * @returns {*} The result of evaluating the expression. - */ - $apply: function $apply(expr) { - try { - beginPhase('$apply'); - try { - return this.$eval(expr); - } finally { - clearPhase(); - } - } catch (e) { - $exceptionHandler(e); - } finally { - try { - $rootScope.$digest(); - } catch (e) { - $exceptionHandler(e); - // eslint-disable-next-line no-unsafe-finally - throw e; - } - } - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$applyAsync - * @kind function - * - * @description - * Schedule the invocation of $apply to occur at a later time. The actual time difference - * varies across browsers, but is typically around ~10 milliseconds. - * - * This can be used to queue up multiple expressions which need to be evaluated in the same - * digest. - * - * @param {(string|function())=} exp An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with current `scope` parameter. - */ - $applyAsync: function $applyAsync(expr) { - var scope = this; - if (expr) { - applyAsyncQueue.push($applyAsyncExpression); - } - expr = $parse(expr); - scheduleApplyAsync(); + } - function $applyAsyncExpression() { - scope.$eval(expr); - } - }, + return fn; + } + }]; +} - /** - * @ngdoc method - * @name $rootScope.Scope#$on - * @kind function - * - * @description - * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for - * discussion of event life cycle. - * - * The event listener function format is: `function(event, args...)`. The `event` object - * passed into the listener has the following attributes: - * - * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or - * `$broadcast`-ed. - * - `currentScope` - `{Scope}`: the scope that is currently handling the event. Once the - * event propagates through the scope hierarchy, this property is set to null. - * - `name` - `{string}`: name of the event. - * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel - * further event propagation (available only for events that were `$emit`-ed). - * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag - * to true. - * - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called. - * - * @param {string} name Event name to listen on. - * @param {function(event, ...args)} listener Function to call when the event is emitted. - * @returns {function()} Returns a deregistration function for this listener. - */ - $on: function $on(name, listener) { - var namedListeners = this.$$listeners[name]; - if (!namedListeners) { - this.$$listeners[name] = namedListeners = []; - } - namedListeners.push(listener); +/** + * @ngdoc service + * @name $q + * @requires $rootScope + * + * @description + * A service that helps you run functions asynchronously, and use their return values (or exceptions) + * when they are done processing. + * + * This is a [Promises/A+](https://promisesaplus.com/)-compliant implementation of promises/deferred + * objects inspired by [Kris Kowal's Q](https://github.com/kriskowal/q). + * + * $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred + * implementations, and the other which resembles ES6 (ES2015) promises to some degree. + * + * ## $q constructor + * + * The streamlined ES6 style promise is essentially just using $q as a constructor which takes a `resolver` + * function as the first argument. This is similar to the native Promise implementation from ES6, + * see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * While the constructor-style use is supported, not all of the supporting methods from ES6 promises are + * available yet. + * + * It can be used like so: + * + * ```js + * // for the purpose of this example let's assume that variables `$q` and `okToGreet` + * // are available in the current lexical scope (they could have been injected or passed in). + * + * function asyncGreet(name) { + * // perform some asynchronous operation, resolve or reject the promise when appropriate. + * return $q(function(resolve, reject) { + * setTimeout(function() { + * if (okToGreet(name)) { + * resolve('Hello, ' + name + '!'); + * } else { + * reject('Greeting ' + name + ' is not allowed.'); + * } + * }, 1000); + * }); + * } + * + * var promise = asyncGreet('Robin Hood'); + * promise.then(function(greeting) { + * alert('Success: ' + greeting); + * }, function(reason) { + * alert('Failed: ' + reason); + * }); + * ``` + * + * Note: progress/notify callbacks are not currently supported via the ES6-style interface. + * + * Note: unlike ES6 behavior, an exception thrown in the constructor function will NOT implicitly reject the promise. + * + * However, the more traditional CommonJS-style usage is still available, and documented below. + * + * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an + * interface for interacting with an object that represents the result of an action that is + * performed asynchronously, and may or may not be finished at any given point in time. + * + * From the perspective of dealing with error handling, deferred and promise APIs are to + * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming. + * + * ```js + * // for the purpose of this example let's assume that variables `$q` and `okToGreet` + * // are available in the current lexical scope (they could have been injected or passed in). + * + * function asyncGreet(name) { + * var deferred = $q.defer(); + * + * setTimeout(function() { + * deferred.notify('About to greet ' + name + '.'); + * + * if (okToGreet(name)) { + * deferred.resolve('Hello, ' + name + '!'); + * } else { + * deferred.reject('Greeting ' + name + ' is not allowed.'); + * } + * }, 1000); + * + * return deferred.promise; + * } + * + * var promise = asyncGreet('Robin Hood'); + * promise.then(function(greeting) { + * alert('Success: ' + greeting); + * }, function(reason) { + * alert('Failed: ' + reason); + * }, function(update) { + * alert('Got notification: ' + update); + * }); + * ``` + * + * At first it might not be obvious why this extra complexity is worth the trouble. The payoff + * comes in the way of guarantees that promise and deferred APIs make, see + * https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md. + * + * Additionally the promise api allows for composition that is very hard to do with the + * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach. + * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the + * section on serial or parallel joining of promises. + * + * ## The Deferred API + * + * A new instance of deferred is constructed by calling `$q.defer()`. + * + * The purpose of the deferred object is to expose the associated Promise instance as well as APIs + * that can be used for signaling the successful or unsuccessful completion, as well as the status + * of the task. + * + * **Methods** + * + * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection + * constructed via `$q.reject`, the promise will be rejected instead. + * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to + * resolving it with a rejection constructed via `$q.reject`. + * - `notify(value)` - provides updates on the status of the promise's execution. This may be called + * multiple times before the promise is either resolved or rejected. + * + * **Properties** + * + * - promise – `{Promise}` – promise object associated with this deferred. + * + * + * ## The Promise API + * + * A new promise instance is created when a deferred instance is created and can be retrieved by + * calling `deferred.promise`. + * + * The purpose of the promise object is to allow for interested parties to get access to the result + * of the deferred task when it completes. + * + * **Methods** + * + * - `then(successCallback, [errorCallback], [notifyCallback])` – regardless of when the promise was or + * will be resolved or rejected, `then` calls one of the success or error callbacks asynchronously + * as soon as the result is available. The callbacks are called with a single argument: the result + * or rejection reason. Additionally, the notify callback may be called zero or more times to + * provide a progress indication, before the promise is resolved or rejected. + * + * This method *returns a new promise* which is resolved or rejected via the return value of the + * `successCallback`, `errorCallback` (unless that value is a promise, in which case it is resolved + * with the value which is resolved in that promise using + * [promise chaining](http://www.html5rocks.com/en/tutorials/es6/promises/#toc-promises-queues)). + * It also notifies via the return value of the `notifyCallback` method. The promise cannot be + * resolved or rejected from the notifyCallback method. The errorCallback and notifyCallback + * arguments are optional. + * + * - `catch(errorCallback)` – shorthand for `promise.then(null, errorCallback)` + * + * - `finally(callback, notifyCallback)` – allows you to observe either the fulfillment or rejection of a promise, + * but to do so without modifying the final value. This is useful to release resources or do some + * clean-up that needs to be done whether the promise was rejected or resolved. See the [full + * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for + * more information. + * + * ## Chaining promises + * + * Because calling the `then` method of a promise returns a new derived promise, it is easily + * possible to create a chain of promises: + * + * ```js + * promiseB = promiseA.then(function(result) { + * return result + 1; + * }); + * + * // promiseB will be resolved immediately after promiseA is resolved and its value + * // will be the result of promiseA incremented by 1 + * ``` + * + * It is possible to create chains of any length and since a promise can be resolved with another + * promise (which will defer its resolution further), it is possible to pause/defer resolution of + * the promises at any point in the chain. This makes it possible to implement powerful APIs like + * $http's response interceptors. + * + * + * ## Differences between Kris Kowal's Q and $q + * + * There are two main differences: + * + * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation + * mechanism in angular, which means faster propagation of resolution or rejection into your + * models and avoiding unnecessary browser repaints, which would result in flickering UI. + * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains + * all the important functionality needed for common async tasks. + * + * ## Testing + * + * ```js + * it('should simulate promise', inject(function($q, $rootScope) { + * var deferred = $q.defer(); + * var promise = deferred.promise; + * var resolvedValue; + * + * promise.then(function(value) { resolvedValue = value; }); + * expect(resolvedValue).toBeUndefined(); + * + * // Simulate resolving of promise + * deferred.resolve(123); + * // Note that the 'then' function does not get called synchronously. + * // This is because we want the promise API to always be async, whether or not + * // it got called synchronously or asynchronously. + * expect(resolvedValue).toBeUndefined(); + * + * // Propagate promise resolution to 'then' functions using $apply(). + * $rootScope.$apply(); + * expect(resolvedValue).toEqual(123); + * })); + * ``` + * + * @param {function(function, function)} resolver Function which is responsible for resolving or + * rejecting the newly created promise. The first parameter is a function which resolves the + * promise, the second parameter is a function which rejects the promise. + * + * @returns {Promise} The newly created promise. + */ +/** + * @ngdoc provider + * @name $qProvider + * @this + * + * @description + */ +function $QProvider() { + var errorOnUnhandledRejections = true; + this.$get = ['$rootScope', '$exceptionHandler', function($rootScope, $exceptionHandler) { + return qFactory(function(callback) { + $rootScope.$evalAsync(callback); + }, $exceptionHandler, errorOnUnhandledRejections); + }]; - var current = this; - do { - if (!current.$$listenerCount[name]) { - current.$$listenerCount[name] = 0; - } - current.$$listenerCount[name]++; - } while (current = current.$parent); + /** + * @ngdoc method + * @name $qProvider#errorOnUnhandledRejections + * @kind function + * + * @description + * Retrieves or overrides whether to generate an error when a rejected promise is not handled. + * This feature is enabled by default. + * + * @param {boolean=} value Whether to generate an error when a rejected promise is not handled. + * @returns {boolean|ng.$qProvider} Current value when called without a new value or self for + * chaining otherwise. + */ + this.errorOnUnhandledRejections = function(value) { + if (isDefined(value)) { + errorOnUnhandledRejections = value; + return this; + } else { + return errorOnUnhandledRejections; + } + }; +} - var self = this; - return function () { - var indexOfListener = namedListeners.indexOf(listener); - if (indexOfListener !== -1) { - // Use delete in the hope of the browser deallocating the memory for the array entry, - // while not shifting the array indexes of other listeners. - // See issue https://github.com/angular/angular.js/issues/16135 - delete namedListeners[indexOfListener]; - decrementListenerCount(self, 1, name); - } - }; - }, +/** @this */ +function $$QProvider() { + var errorOnUnhandledRejections = true; + this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { + return qFactory(function(callback) { + $browser.defer(callback); + }, $exceptionHandler, errorOnUnhandledRejections); + }]; - /** - * @ngdoc method - * @name $rootScope.Scope#$emit - * @kind function - * - * @description - * Dispatches an event `name` upwards through the scope hierarchy notifying the - * registered {@link ng.$rootScope.Scope#$on} listeners. - * - * The event life cycle starts at the scope on which `$emit` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get - * notified. Afterwards, the event traverses upwards toward the root scope and calls all - * registered listeners along the way. The event will stop propagating if one of the listeners - * cancels it. - * - * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed - * onto the {@link ng.$exceptionHandler $exceptionHandler} service. - * - * @param {string} name Event name to emit. - * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. - * @return {Object} Event object (see {@link ng.$rootScope.Scope#$on}). - */ - $emit: function $emit(name, args) { - var empty = [], - namedListeners, - scope = this, - _stopPropagation = false, - event = { - name: name, - targetScope: scope, - stopPropagation: function stopPropagation() { - _stopPropagation = true; - }, - preventDefault: function preventDefault() { - event.defaultPrevented = true; - }, - defaultPrevented: false - }, - listenerArgs = concat([event], arguments, 1), - i, - length; - - do { - namedListeners = scope.$$listeners[name] || empty; - event.currentScope = scope; - for (i = 0, length = namedListeners.length; i < length; i++) { - - // if listeners were deregistered, defragment the array - if (!namedListeners[i]) { - namedListeners.splice(i, 1); - i--; - length--; - continue; - } - try { - //allow all listeners attached to the current scope to run - namedListeners[i].apply(null, listenerArgs); - } catch (e) { - $exceptionHandler(e); - } - } - //if any listener on the current scope stops propagation, prevent bubbling - if (_stopPropagation) { - break; - } - //traverse upwards - scope = scope.$parent; - } while (scope); + this.errorOnUnhandledRejections = function(value) { + if (isDefined(value)) { + errorOnUnhandledRejections = value; + return this; + } else { + return errorOnUnhandledRejections; + } + }; +} - event.currentScope = null; +/** + * Constructs a promise manager. + * + * @param {function(function)} nextTick Function for executing functions in the next turn. + * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for + * debugging purposes. + * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled + * promises rejections. + * @returns {object} Promise manager. + */ +function qFactory(nextTick, exceptionHandler, errorOnUnhandledRejections) { + var $qMinErr = minErr('$q', TypeError); + var queueSize = 0; + var checkQueue = []; - return event; - }, + /** + * @ngdoc method + * @name ng.$q#defer + * @kind function + * + * @description + * Creates a `Deferred` object which represents a task which will finish in the future. + * + * @returns {Deferred} Returns a new instance of deferred. + */ + function defer() { + return new Deferred(); + } - /** - * @ngdoc method - * @name $rootScope.Scope#$broadcast - * @kind function - * - * @description - * Dispatches an event `name` downwards to all child scopes (and their children) notifying the - * registered {@link ng.$rootScope.Scope#$on} listeners. - * - * The event life cycle starts at the scope on which `$broadcast` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get - * notified. Afterwards, the event propagates to all direct and indirect scopes of the current - * scope and calls all registered listeners along the way. The event cannot be canceled. - * - * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed - * onto the {@link ng.$exceptionHandler $exceptionHandler} service. - * - * @param {string} name Event name to broadcast. - * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. - * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on} - */ - $broadcast: function $broadcast(name, args) { - var target = this, - current = target, - next = target, - event = { - name: name, - targetScope: target, - preventDefault: function preventDefault() { - event.defaultPrevented = true; - }, - defaultPrevented: false - }; + function Deferred() { + var promise = this.promise = new Promise(); + //Non prototype methods necessary to support unbound execution :/ + this.resolve = function(val) { resolvePromise(promise, val); }; + this.reject = function(reason) { rejectPromise(promise, reason); }; + this.notify = function(progress) { notifyPromise(promise, progress); }; + } - if (!target.$$listenerCount[name]) return event; - - var listenerArgs = concat([event], arguments, 1), - listeners, - i, - length; - - //down while you can, then up and next sibling or up and next sibling until back at root - while (current = next) { - event.currentScope = current; - listeners = current.$$listeners[name] || []; - for (i = 0, length = listeners.length; i < length; i++) { - // if listeners were deregistered, defragment the array - if (!listeners[i]) { - listeners.splice(i, 1); - i--; - length--; - continue; - } - try { - listeners[i].apply(null, listenerArgs); - } catch (e) { - $exceptionHandler(e); - } - } + function Promise() { + this.$$state = { status: 0 }; + } - // Insanity Warning: scope depth-first traversal - // yes, this code is a bit crazy, but it works and we have tests to prove it! - // this piece should be kept in sync with the traversal in $digest - // (though it differs due to having the extra check for $$listenerCount) - if (!(next = current.$$listenerCount[name] && current.$$childHead || current !== target && current.$$nextSibling)) { - while (current !== target && !(next = current.$$nextSibling)) { - current = current.$parent; - } - } - } + extend(Promise.prototype, { + then: function(onFulfilled, onRejected, progressBack) { + if (isUndefined(onFulfilled) && isUndefined(onRejected) && isUndefined(progressBack)) { + return this; + } + var result = new Promise(); - event.currentScope = null; - return event; - } - }; + this.$$state.pending = this.$$state.pending || []; + this.$$state.pending.push([result, onFulfilled, onRejected, progressBack]); + if (this.$$state.status > 0) scheduleProcessQueue(this.$$state); - var $rootScope = new Scope(); + return result; + }, - //The internal queues. Expose them on the $rootScope for debugging/testing purposes. - var asyncQueue = $rootScope.$$asyncQueue = []; - var postDigestQueue = $rootScope.$$postDigestQueue = []; - var applyAsyncQueue = $rootScope.$$applyAsyncQueue = []; + 'catch': function(callback) { + return this.then(null, callback); + }, - var postDigestQueuePosition = 0; + 'finally': function(callback, progressBack) { + return this.then(function(value) { + return handleCallback(value, resolve, callback); + }, function(error) { + return handleCallback(error, reject, callback); + }, progressBack); + } + }); - return $rootScope; + function processQueue(state) { + var fn, promise, pending; - function beginPhase(phase) { - if ($rootScope.$$phase) { - throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase); + pending = state.pending; + state.processScheduled = false; + state.pending = undefined; + try { + for (var i = 0, ii = pending.length; i < ii; ++i) { + markQStateExceptionHandled(state); + promise = pending[i][0]; + fn = pending[i][state.status]; + try { + if (isFunction(fn)) { + resolvePromise(promise, fn(state.value)); + } else if (state.status === 1) { + resolvePromise(promise, state.value); + } else { + rejectPromise(promise, state.value); + } + } catch (e) { + rejectPromise(promise, e); + // This error is explicitly marked for being passed to the $exceptionHandler + if (e && e.$$passToExceptionHandler === true) { + exceptionHandler(e); + } } - - $rootScope.$$phase = phase; } + } finally { + --queueSize; + if (errorOnUnhandledRejections && queueSize === 0) { + nextTick(processChecks); + } + } + } - function clearPhase() { - $rootScope.$$phase = null; + function processChecks() { + // eslint-disable-next-line no-unmodified-loop-condition + while (!queueSize && checkQueue.length) { + var toCheck = checkQueue.shift(); + if (!isStateExceptionHandled(toCheck)) { + markQStateExceptionHandled(toCheck); + var errorMessage = 'Possibly unhandled rejection: ' + toDebugString(toCheck.value); + if (isError(toCheck.value)) { + exceptionHandler(toCheck.value, errorMessage); + } else { + exceptionHandler(errorMessage); + } } + } + } - function incrementWatchersCount(current, count) { - do { - current.$$watchersCount += count; - } while (current = current.$parent); + function scheduleProcessQueue(state) { + if (errorOnUnhandledRejections && !state.pending && state.status === 2 && !isStateExceptionHandled(state)) { + if (queueSize === 0 && checkQueue.length === 0) { + nextTick(processChecks); } + checkQueue.push(state); + } + if (state.processScheduled || !state.pending) return; + state.processScheduled = true; + ++queueSize; + nextTick(function() { processQueue(state); }); + } - function decrementListenerCount(current, count, name) { - do { - current.$$listenerCount[name] -= count; + function resolvePromise(promise, val) { + if (promise.$$state.status) return; + if (val === promise) { + $$reject(promise, $qMinErr( + 'qcycle', + 'Expected promise to be resolved with value other than itself \'{0}\'', + val)); + } else { + $$resolve(promise, val); + } - if (current.$$listenerCount[name] === 0) { - delete current.$$listenerCount[name]; - } - } while (current = current.$parent); + } + + function $$resolve(promise, val) { + var then; + var done = false; + try { + if (isObject(val) || isFunction(val)) then = val.then; + if (isFunction(then)) { + promise.$$state.status = -1; + then.call(val, doResolve, doReject, doNotify); + } else { + promise.$$state.value = val; + promise.$$state.status = 1; + scheduleProcessQueue(promise.$$state); } + } catch (e) { + doReject(e); + } - /** - * function used as an initial value for watchers. - * because it's unique we can easily tell it apart from other values - */ - function initWatchVal() {} + function doResolve(val) { + if (done) return; + done = true; + $$resolve(promise, val); + } + function doReject(val) { + if (done) return; + done = true; + $$reject(promise, val); + } + function doNotify(progress) { + notifyPromise(promise, progress); + } + } + + function rejectPromise(promise, reason) { + if (promise.$$state.status) return; + $$reject(promise, reason); + } + + function $$reject(promise, reason) { + promise.$$state.value = reason; + promise.$$state.status = 2; + scheduleProcessQueue(promise.$$state); + } + + function notifyPromise(promise, progress) { + var callbacks = promise.$$state.pending; - function flushApplyAsync() { - while (applyAsyncQueue.length) { + if ((promise.$$state.status <= 0) && callbacks && callbacks.length) { + nextTick(function() { + var callback, result; + for (var i = 0, ii = callbacks.length; i < ii; i++) { + result = callbacks[i][0]; + callback = callbacks[i][3]; try { - applyAsyncQueue.shift()(); + notifyPromise(result, isFunction(callback) ? callback(progress) : progress); } catch (e) { - $exceptionHandler(e); + exceptionHandler(e); } } - applyAsyncId = null; - } + }); + } + } - function scheduleApplyAsync() { - if (applyAsyncId === null) { - applyAsyncId = $browser.defer(function () { - $rootScope.$apply(flushApplyAsync); - }); - } - } - }]; + /** + * @ngdoc method + * @name $q#reject + * @kind function + * + * @description + * Creates a promise that is resolved as rejected with the specified `reason`. This api should be + * used to forward rejection in a chain of promises. If you are dealing with the last promise in + * a promise chain, you don't need to worry about it. + * + * When comparing deferreds/promises to the familiar behavior of try/catch/throw, think of + * `reject` as the `throw` keyword in JavaScript. This also means that if you "catch" an error via + * a promise error callback and you want to forward the error to the promise derived from the + * current promise, you have to "rethrow" the error by returning a rejection constructed via + * `reject`. + * + * ```js + * promiseB = promiseA.then(function(result) { + * // success: do something and resolve promiseB + * // with the old or a new result + * return result; + * }, function(reason) { + * // error: handle the error if possible and + * // resolve promiseB with newPromiseOrValue, + * // otherwise forward the rejection to promiseB + * if (canHandle(reason)) { + * // handle the error and recover + * return newPromiseOrValue; + * } + * return $q.reject(reason); + * }); + * ``` + * + * @param {*} reason Constant, message, exception or an object representing the rejection reason. + * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`. + */ + function reject(reason) { + var result = new Promise(); + rejectPromise(result, reason); + return result; + } + + function handleCallback(value, resolver, callback) { + var callbackOutput = null; + try { + if (isFunction(callback)) callbackOutput = callback(); + } catch (e) { + return reject(e); + } + if (isPromiseLike(callbackOutput)) { + return callbackOutput.then(function() { + return resolver(value); + }, reject); + } else { + return resolver(value); + } } /** - * @ngdoc service - * @name $rootElement + * @ngdoc method + * @name $q#when + * @kind function * * @description - * The root element of Angular application. This is either the element where {@link - * ng.directive:ngApp ngApp} was declared or the element passed into - * {@link angular.bootstrap}. The element represents the root element of application. It is also the - * location where the application's {@link auto.$injector $injector} service gets - * published, and can be retrieved using `$rootElement.injector()`. + * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise. + * This is useful when you are dealing with an object that might or might not be a promise, or if + * the promise comes from a source that can't be trusted. + * + * @param {*} value Value or a promise + * @param {Function=} successCallback + * @param {Function=} errorCallback + * @param {Function=} progressCallback + * @returns {Promise} Returns a promise of the passed value or promise */ - // the implementation is in angular.bootstrap + + function when(value, callback, errback, progressBack) { + var result = new Promise(); + resolvePromise(result, value); + return result.then(callback, errback, progressBack); + } /** - * @this + * @ngdoc method + * @name $q#resolve + * @kind function + * * @description - * Private service to sanitize uris for links and images. Used by $compile and $sanitize. + * Alias of {@link ng.$q#when when} to maintain naming consistency with ES6. + * + * @param {*} value Value or a promise + * @param {Function=} successCallback + * @param {Function=} errorCallback + * @param {Function=} progressCallback + * @returns {Promise} Returns a promise of the passed value or promise */ - function $$SanitizeUriProvider() { - var aHrefSanitizationWhitelist = /^\s*(https?|s?ftp|mailto|tel|file):/, - imgSrcSanitizationWhitelist = /^\s*((https?|ftp|file|blob):|data:image\/)/; + var resolve = when; - /** - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during a[href] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to a[href] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.aHrefSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - aHrefSanitizationWhitelist = regexp; - return this; - } - return aHrefSanitizationWhitelist; - }; + /** + * @ngdoc method + * @name $q#all + * @kind function + * + * @description + * Combines multiple promises into a single promise that is resolved when all of the input + * promises are resolved. + * + * @param {Array.|Object.} promises An array or hash of promises. + * @returns {Promise} Returns a single promise that will be resolved with an array/hash of values, + * each value corresponding to the promise at the same index/key in the `promises` array/hash. + * If any of the promises is resolved with a rejection, this resulting promise will be rejected + * with the same rejection value. + */ - /** - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during img[src] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to img[src] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.imgSrcSanitizationWhitelist = function (regexp) { - if (isDefined(regexp)) { - imgSrcSanitizationWhitelist = regexp; - return this; - } - return imgSrcSanitizationWhitelist; - }; + function all(promises) { + var result = new Promise(), + counter = 0, + results = isArray(promises) ? [] : {}; + + forEach(promises, function(promise, key) { + counter++; + when(promise).then(function(value) { + results[key] = value; + if (!(--counter)) resolvePromise(result, results); + }, function(reason) { + rejectPromise(result, reason); + }); + }); - this.$get = function () { - return function sanitizeUri(uri, isImage) { - var regex = isImage ? imgSrcSanitizationWhitelist : aHrefSanitizationWhitelist; - var normalizedVal; - normalizedVal = urlResolve(uri && uri.trim()).href; - if (normalizedVal !== '' && !normalizedVal.match(regex)) { - return 'unsafe:' + normalizedVal; - } - return uri; - }; - }; - } + if (counter === 0) { + resolvePromise(result, results); + } - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Any commits to this file should be reviewed with security in mind. * - * Changes to this file can potentially create security vulnerabilities. * - * An approval from 2 Core members with history of modifying * - * this file is required. * - * * - * Does the change somehow allow for arbitrary javascript to be executed? * - * Or allows for someone to change the prototype of built-in objects? * - * Or gives undesired access to variables likes document or window? * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + return result; + } - /* exported $SceProvider, $SceDelegateProvider */ + /** + * @ngdoc method + * @name $q#race + * @kind function + * + * @description + * Returns a promise that resolves or rejects as soon as one of those promises + * resolves or rejects, with the value or reason from that promise. + * + * @param {Array.|Object.} promises An array or hash of promises. + * @returns {Promise} a promise that resolves or rejects as soon as one of the `promises` + * resolves or rejects, with the value or reason from that promise. + */ - var $sceMinErr = minErr('$sce'); + function race(promises) { + var deferred = defer(); - var SCE_CONTEXTS = { - // HTML is used when there's HTML rendered (e.g. ng-bind-html, iframe srcdoc binding). - HTML: 'html', + forEach(promises, function(promise) { + when(promise).then(deferred.resolve, deferred.reject); + }); - // Style statements or stylesheets. Currently unused in AngularJS. - CSS: 'css', + return deferred.promise; + } - // An URL used in a context where it does not refer to a resource that loads code. Currently - // unused in AngularJS. - URL: 'url', + function $Q(resolver) { + if (!isFunction(resolver)) { + throw $qMinErr('norslvr', 'Expected resolverFn, got \'{0}\'', resolver); + } - // RESOURCE_URL is a subtype of URL used where the referred-to resource could be interpreted as - // code. (e.g. ng-include, script src binding, templateUrl) - RESOURCE_URL: 'resourceUrl', + var promise = new Promise(); - // Script. Currently unused in AngularJS. - JS: 'js' - }; + function resolveFn(value) { + resolvePromise(promise, value); + } - // Helper functions follow. + function rejectFn(reason) { + rejectPromise(promise, reason); + } - var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g; + resolver(resolveFn, rejectFn); - function snakeToCamel(name) { - return name.replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace); + return promise; } - function adjustMatcher(matcher) { - if (matcher === 'self') { - return matcher; - } else if (isString(matcher)) { - // Strings match exactly except for 2 wildcards - '*' and '**'. - // '*' matches any character except those from the set ':/.?&'. - // '**' matches any character (like .* in a RegExp). - // More than 2 *'s raises an error as it's ill defined. - if (matcher.indexOf('***') > -1) { - throw $sceMinErr('iwcard', 'Illegal sequence *** in string matcher. String: {0}', matcher); - } - matcher = escapeForRegexp(matcher).replace(/\\\*\\\*/g, '.*').replace(/\\\*/g, '[^:/.?&;]*'); - return new RegExp('^' + matcher + '$'); - } else if (isRegExp(matcher)) { - // The only other type of matcher allowed is a Regexp. - // Match entire URL / disallow partial matches. - // Flags are reset (i.e. no global, ignoreCase or multiline) - return new RegExp('^' + matcher.source + '$'); - } else { - throw $sceMinErr('imatcher', 'Matchers may only be "self", string patterns or RegExp objects'); + // Let's make the instanceof operator work for promises, so that + // `new $q(fn) instanceof $q` would evaluate to true. + $Q.prototype = Promise.prototype; + + $Q.defer = defer; + $Q.reject = reject; + $Q.when = when; + $Q.resolve = resolve; + $Q.all = all; + $Q.race = race; + + return $Q; +} + +function isStateExceptionHandled(state) { + return !!state.pur; +} +function markQStateExceptionHandled(state) { + state.pur = true; +} +function markQExceptionHandled(q) { + markQStateExceptionHandled(q.$$state); +} + +/** @this */ +function $$RAFProvider() { //rAF + this.$get = ['$window', '$timeout', function($window, $timeout) { + var requestAnimationFrame = $window.requestAnimationFrame || + $window.webkitRequestAnimationFrame; + + var cancelAnimationFrame = $window.cancelAnimationFrame || + $window.webkitCancelAnimationFrame || + $window.webkitCancelRequestAnimationFrame; + + var rafSupported = !!requestAnimationFrame; + var raf = rafSupported + ? function(fn) { + var id = requestAnimationFrame(fn); + return function() { + cancelAnimationFrame(id); + }; + } + : function(fn) { + var timer = $timeout(fn, 16.66, false); // 1000 / 60 = 16.666 + return function() { + $timeout.cancel(timer); + }; + }; + + raf.supported = rafSupported; + + return raf; + }]; +} + +/** + * DESIGN NOTES + * + * The design decisions behind the scope are heavily favored for speed and memory consumption. + * + * The typical use of scope is to watch the expressions, which most of the time return the same + * value as last time so we optimize the operation. + * + * Closures construction is expensive in terms of speed as well as memory: + * - No closures, instead use prototypical inheritance for API + * - Internal state needs to be stored on scope directly, which means that private state is + * exposed as $$____ properties + * + * Loop operations are optimized by using while(count--) { ... } + * - This means that in order to keep the same order of execution as addition we have to add + * items to the array at the beginning (unshift) instead of at the end (push) + * + * Child scopes are created and removed often + * - Using an array would be slow since inserts in the middle are expensive; so we use linked lists + * + * There are fewer watches than observers. This is why you don't want the observer to be implemented + * in the same way as watch. Watch requires return of the initialization function which is expensive + * to construct. + */ + + +/** + * @ngdoc provider + * @name $rootScopeProvider + * @description + * + * Provider for the $rootScope service. + */ + +/** + * @ngdoc method + * @name $rootScopeProvider#digestTtl + * @description + * + * Sets the number of `$digest` iterations the scope should attempt to execute before giving up and + * assuming that the model is unstable. + * + * The current default is 10 iterations. + * + * In complex applications it's possible that the dependencies between `$watch`s will result in + * several digest iterations. However if an application needs more than the default 10 digest + * iterations for its model to stabilize then you should investigate what is causing the model to + * continuously change during the digest. + * + * Increasing the TTL could have performance implications, so you should not change it without + * proper justification. + * + * @param {number} limit The number of digest iterations. + */ + + +/** + * @ngdoc service + * @name $rootScope + * @this + * + * @description + * + * Every application has a single root {@link ng.$rootScope.Scope scope}. + * All other scopes are descendant scopes of the root scope. Scopes provide separation + * between the model and the view, via a mechanism for watching the model for changes. + * They also provide event emission/broadcast and subscription facility. See the + * {@link guide/scope developer guide on scopes}. + */ +function $RootScopeProvider() { + var TTL = 10; + var $rootScopeMinErr = minErr('$rootScope'); + var lastDirtyWatch = null; + var applyAsyncId = null; + + this.digestTtl = function(value) { + if (arguments.length) { + TTL = value; } - } + return TTL; + }; - function adjustMatchers(matchers) { - var adjustedMatchers = []; - if (isDefined(matchers)) { - forEach(matchers, function (matcher) { - adjustedMatchers.push(adjustMatcher(matcher)); - }); + function createChildScopeClass(parent) { + function ChildScope() { + this.$$watchers = this.$$nextSibling = + this.$$childHead = this.$$childTail = null; + this.$$listeners = {}; + this.$$listenerCount = {}; + this.$$watchersCount = 0; + this.$id = nextUid(); + this.$$ChildScope = null; } - return adjustedMatchers; + ChildScope.prototype = parent; + return ChildScope; } - /** - * @ngdoc service - * @name $sceDelegate - * @kind function - * - * @description - * - * `$sceDelegate` is a service that is used by the `$sce` service to provide {@link ng.$sce Strict - * Contextual Escaping (SCE)} services to AngularJS. - * - * For an overview of this service and the functionnality it provides in AngularJS, see the main - * page for {@link ng.$sce SCE}. The current page is targeted for developers who need to alter how - * SCE works in their application, which shouldn't be needed in most cases. - * - *
    - * AngularJS strongly relies on contextual escaping for the security of bindings: disabling or - * modifying this might cause cross site scripting (XSS) vulnerabilities. For libraries owners, - * changes to this service will also influence users, so be extra careful and document your changes. - *
    - * - * Typically, you would configure or override the {@link ng.$sceDelegate $sceDelegate} instead of - * the `$sce` service to customize the way Strict Contextual Escaping works in AngularJS. This is - * because, while the `$sce` provides numerous shorthand methods, etc., you really only need to - * override 3 core functions (`trustAs`, `getTrusted` and `valueOf`) to replace the way things - * work because `$sce` delegates to `$sceDelegate` for these operations. - * - * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} to configure this service. - * - * The default instance of `$sceDelegate` should work out of the box with little pain. While you - * can override it completely to change the behavior of `$sce`, the common case would - * involve configuring the {@link ng.$sceDelegateProvider $sceDelegateProvider} instead by setting - * your own whitelists and blacklists for trusting URLs used for loading AngularJS resources such as - * templates. Refer {@link ng.$sceDelegateProvider#resourceUrlWhitelist - * $sceDelegateProvider.resourceUrlWhitelist} and {@link - * ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} - */ + this.$get = ['$exceptionHandler', '$parse', '$browser', + function($exceptionHandler, $parse, $browser) { - /** - * @ngdoc provider - * @name $sceDelegateProvider - * @this - * - * @description - * - * The `$sceDelegateProvider` provider allows developers to configure the {@link ng.$sceDelegate - * $sceDelegate service}, used as a delegate for {@link ng.$sce Strict Contextual Escaping (SCE)}. - * - * The `$sceDelegateProvider` allows one to get/set the whitelists and blacklists used to ensure - * that the URLs used for sourcing AngularJS templates and other script-running URLs are safe (all - * places that use the `$sce.RESOURCE_URL` context). See - * {@link ng.$sceDelegateProvider#resourceUrlWhitelist $sceDelegateProvider.resourceUrlWhitelist} - * and - * {@link ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist}, - * - * For the general details about this service in Angular, read the main page for {@link ng.$sce - * Strict Contextual Escaping (SCE)}. - * - * **Example**: Consider the following case.
    - * - * - your app is hosted at url `http://myapp.example.com/` - * - but some of your templates are hosted on other domains you control such as - * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc. - * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. - * - * Here is what a secure configuration for this scenario might look like: - * - * ``` - * angular.module('myApp', []).config(function($sceDelegateProvider) { - * $sceDelegateProvider.resourceUrlWhitelist([ - * // Allow same origin resource loads. - * 'self', - * // Allow loading from our assets domain. Notice the difference between * and **. - * 'http://srv*.assets.example.com/**' - * ]); - * - * // The blacklist overrides the whitelist so the open redirect here is blocked. - * $sceDelegateProvider.resourceUrlBlacklist([ - * 'http://myapp.example.com/clickThru**' - * ]); - * }); - * ``` - * Note that an empty whitelist will block every resource URL from being loaded, and will require - * you to manually mark each one as trusted with `$sce.trustAsResourceUrl`. However, templates - * requested by {@link ng.$templateRequest $templateRequest} that are present in - * {@link ng.$templateCache $templateCache} will not go through this check. If you have a mechanism - * to populate your templates in that cache at config time, then it is a good idea to remove 'self' - * from that whitelist. This helps to mitigate the security impact of certain types of issues, like - * for instance attacker-controlled `ng-includes`. - */ + function destroyChildScope($event) { + $event.currentScope.$$destroyed = true; + } + + function cleanUpScope($scope) { + + // Support: IE 9 only + if (msie === 9) { + // There is a memory leak in IE9 if all child scopes are not disconnected + // completely when a scope is destroyed. So this code will recurse up through + // all this scopes children + // + // See issue https://github.com/angular/angular.js/issues/10706 + if ($scope.$$childHead) { + cleanUpScope($scope.$$childHead); + } + if ($scope.$$nextSibling) { + cleanUpScope($scope.$$nextSibling); + } + } - function $SceDelegateProvider() { - this.SCE_CONTEXTS = SCE_CONTEXTS; + // The code below works around IE9 and V8's memory leaks + // + // See: + // - https://code.google.com/p/v8/issues/detail?id=2073#c26 + // - https://github.com/angular/angular.js/issues/6794#issuecomment-38648909 + // - https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 - // Resource URLs can also be trusted by policy. - var resourceUrlWhitelist = ['self'], - resourceUrlBlacklist = []; + $scope.$parent = $scope.$$nextSibling = $scope.$$prevSibling = $scope.$$childHead = + $scope.$$childTail = $scope.$root = $scope.$$watchers = null; + } /** - * @ngdoc method - * @name $sceDelegateProvider#resourceUrlWhitelist - * @kind function + * @ngdoc type + * @name $rootScope.Scope * - * @param {Array=} whitelist When provided, replaces the resourceUrlWhitelist with the value - * provided. This must be an array or null. A snapshot of this array is used so further - * changes to the array are ignored. - * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items - * allowed in this array. + * @description + * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the + * {@link auto.$injector $injector}. Child scopes are created using the + * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when + * compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for + * an in-depth introduction and usage examples. * - * @return {Array} The currently set whitelist array. * - * @description - * Sets/Gets the whitelist of trusted resource URLs. + * ## Inheritance + * A scope can inherit from a parent scope, as in this example: + * ```js + var parent = $rootScope; + var child = parent.$new(); + + parent.salutation = "Hello"; + expect(child.salutation).toEqual('Hello'); + + child.salutation = "Welcome"; + expect(child.salutation).toEqual('Welcome'); + expect(parent.salutation).toEqual('Hello'); + * ``` * - * The **default value** when no whitelist has been explicitly set is `['self']` allowing only - * same origin resource requests. + * When interacting with `Scope` in tests, additional helper methods are available on the + * instances of `Scope` type. See {@link ngMock.$rootScope.Scope ngMock Scope} for additional + * details. + * + * + * @param {Object.=} providers Map of service factory which need to be + * provided for the current scope. Defaults to {@link ng}. + * @param {Object.=} instanceCache Provides pre-instantiated services which should + * append/override services provided by `providers`. This is handy + * when unit-testing and having the need to override a default + * service. + * @returns {Object} Newly created scope. * - *
    - * **Note:** the default whitelist of 'self' is not recommended if your app shares its origin - * with other apps! It is a good idea to limit it to only your application's directory. - *
    */ - this.resourceUrlWhitelist = function (value) { - if (arguments.length) { - resourceUrlWhitelist = adjustMatchers(value); - } - return resourceUrlWhitelist; - }; + function Scope() { + this.$id = nextUid(); + this.$$phase = this.$parent = this.$$watchers = + this.$$nextSibling = this.$$prevSibling = + this.$$childHead = this.$$childTail = null; + this.$root = this; + this.$$destroyed = false; + this.$$listeners = {}; + this.$$listenerCount = {}; + this.$$watchersCount = 0; + this.$$isolateBindings = null; + } /** - * @ngdoc method - * @name $sceDelegateProvider#resourceUrlBlacklist - * @kind function - * - * @param {Array=} blacklist When provided, replaces the resourceUrlBlacklist with the value - * provided. This must be an array or null. A snapshot of this array is used so further - * changes to the array are ignored.

    - * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items - * allowed in this array.

    - * The typical usage for the blacklist is to **block - * [open redirects](http://cwe.mitre.org/data/definitions/601.html)** served by your domain as - * these would otherwise be trusted but actually return content from the redirected domain. - *

    - * Finally, **the blacklist overrides the whitelist** and has the final say. - * - * @return {Array} The currently set blacklist array. + * @ngdoc property + * @name $rootScope.Scope#$id * * @description - * Sets/Gets the blacklist of trusted resource URLs. - * - * The **default value** when no whitelist has been explicitly set is the empty array (i.e. there - * is no blacklist.) + * Unique scope ID (monotonically increasing) useful for debugging. */ - this.resourceUrlBlacklist = function (value) { - if (arguments.length) { - resourceUrlBlacklist = adjustMatchers(value); - } - return resourceUrlBlacklist; - }; + /** + * @ngdoc property + * @name $rootScope.Scope#$parent + * + * @description + * Reference to the parent scope. + */ - this.$get = ['$injector', function ($injector) { + /** + * @ngdoc property + * @name $rootScope.Scope#$root + * + * @description + * Reference to the root scope. + */ - var htmlSanitizer = function htmlSanitizer(html) { - throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); - }; + Scope.prototype = { + constructor: Scope, + /** + * @ngdoc method + * @name $rootScope.Scope#$new + * @kind function + * + * @description + * Creates a new child {@link ng.$rootScope.Scope scope}. + * + * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. + * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. + * + * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is + * desired for the scope and its child scopes to be permanently detached from the parent and + * thus stop participating in model change detection and listener notification by invoking. + * + * @param {boolean} isolate If true, then the scope does not prototypically inherit from the + * parent scope. The scope is isolated, as it can not see parent scope properties. + * When creating widgets, it is useful for the widget to not accidentally read parent + * state. + * + * @param {Scope} [parent=this] The {@link ng.$rootScope.Scope `Scope`} that will be the `$parent` + * of the newly created scope. Defaults to `this` scope if not provided. + * This is used when creating a transclude scope to correctly place it + * in the scope hierarchy while maintaining the correct prototypical + * inheritance. + * + * @returns {Object} The newly created child scope. + * + */ + $new: function(isolate, parent) { + var child; - if ($injector.has('$sanitize')) { - htmlSanitizer = $injector.get('$sanitize'); - } + parent = parent || this; - function matchUrl(matcher, parsedUrl) { - if (matcher === 'self') { - return urlIsSameOrigin(parsedUrl); + if (isolate) { + child = new Scope(); + child.$root = this.$root; } else { - // definitely a regex. See adjustMatchers() - return !!matcher.exec(parsedUrl.href); - } - } - - function isResourceUrlAllowedByPolicy(url) { - var parsedUrl = urlResolve(url.toString()); - var i, - n, - allowed = false; - // Ensure that at least one item from the whitelist allows this url. - for (i = 0, n = resourceUrlWhitelist.length; i < n; i++) { - if (matchUrl(resourceUrlWhitelist[i], parsedUrl)) { - allowed = true; - break; - } - } - if (allowed) { - // Ensure that no item from the blacklist blocked this url. - for (i = 0, n = resourceUrlBlacklist.length; i < n; i++) { - if (matchUrl(resourceUrlBlacklist[i], parsedUrl)) { - allowed = false; - break; - } + // Only create a child scope class if somebody asks for one, + // but cache it to allow the VM to optimize lookups. + if (!this.$$ChildScope) { + this.$$ChildScope = createChildScopeClass(this); } + child = new this.$$ChildScope(); } - return allowed; - } - - function generateHolderType(Base) { - var holderType = function TrustedValueHolderType(trustedValue) { - this.$$unwrapTrustedValue = function () { - return trustedValue; - }; - }; - if (Base) { - holderType.prototype = new Base(); + child.$parent = parent; + child.$$prevSibling = parent.$$childTail; + if (parent.$$childHead) { + parent.$$childTail.$$nextSibling = child; + parent.$$childTail = child; + } else { + parent.$$childHead = parent.$$childTail = child; } - holderType.prototype.valueOf = function sceValueOf() { - return this.$$unwrapTrustedValue(); - }; - holderType.prototype.toString = function sceToString() { - return this.$$unwrapTrustedValue().toString(); - }; - return holderType; - } - var trustedValueHolderBase = generateHolderType(), - byType = {}; + // When the new scope is not isolated or we inherit from `this`, and + // the parent scope is destroyed, the property `$$destroyed` is inherited + // prototypically. In all other cases, this property needs to be set + // when the parent scope is destroyed. + // The listener needs to be added after the parent is set + if (isolate || parent !== this) child.$on('$destroy', destroyChildScope); - byType[SCE_CONTEXTS.HTML] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.CSS] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.URL] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.JS] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.RESOURCE_URL] = generateHolderType(byType[SCE_CONTEXTS.URL]); + return child; + }, /** * @ngdoc method - * @name $sceDelegate#trustAs + * @name $rootScope.Scope#$watch + * @kind function * * @description - * Returns a trusted representation of the parameter for the specified context. This trusted - * object will later on be used as-is, without any security check, by bindings or directives - * that require this security context. - * For instance, marking a string as trusted for the `$sce.HTML` context will entirely bypass - * the potential `$sanitize` call in corresponding `$sce.HTML` bindings or directives, such as - * `ng-bind-html`. Note that in most cases you won't need to call this function: if you have the - * sanitizer loaded, passing the value itself will render all the HTML that does not pose a - * security risk. + * Registers a `listener` callback to be executed whenever the `watchExpression` changes. * - * See {@link ng.$sceDelegate#getTrusted getTrusted} for the function that will consume those - * trusted values, and {@link ng.$sce $sce} for general documentation about strict contextual - * escaping. + * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest + * $digest()} and should return the value that will be watched. (`watchExpression` should not change + * its value when executed multiple times with the same input because it may be executed multiple + * times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be + * [idempotent](http://en.wikipedia.org/wiki/Idempotence).) + * - The `listener` is called only when the value from the current `watchExpression` and the + * previous call to `watchExpression` are not equal (with the exception of the initial run, + * see below). Inequality is determined according to reference inequality, + * [strict comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) + * via the `!==` Javascript operator, unless `objectEquality == true` + * (see next point) + * - When `objectEquality == true`, inequality of the `watchExpression` is determined + * according to the {@link angular.equals} function. To save the value of the object for + * later comparison, the {@link angular.copy} function is used. This therefore means that + * watching complex objects will have adverse memory and performance implications. + * - This should not be used to watch for changes in objects that are + * or contain [File](https://developer.mozilla.org/docs/Web/API/File) objects due to limitations with {@link angular.copy `angular.copy`}. + * - The watch `listener` may change the model, which may trigger other `listener`s to fire. + * This is achieved by rerunning the watchers until no changes are detected. The rerun + * iteration limit is 10 to prevent an infinite loop deadlock. * - * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, - * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. * - * @param {*} value The value that should be considered trusted. - * @return {*} A trusted representation of value, that can be used in the given context. - */ - function trustAs(type, trustedValue) { - var Constructor = byType.hasOwnProperty(type) ? byType[type] : null; - if (!Constructor) { - throw $sceMinErr('icontext', 'Attempted to trust a value in invalid context. Context: {0}; Value: {1}', type, trustedValue); - } - if (trustedValue === null || isUndefined(trustedValue) || trustedValue === '') { - return trustedValue; - } - // All the current contexts in SCE_CONTEXTS happen to be strings. In order to avoid trusting - // mutable objects, we ensure here that the value passed in is actually a string. - if (typeof trustedValue !== 'string') { - throw $sceMinErr('itype', 'Attempted to trust a non-string value in a content requiring a string: Context: {0}', type); - } - return new Constructor(trustedValue); - } + * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called, + * you can register a `watchExpression` function with no `listener`. (Be prepared for + * multiple calls to your `watchExpression` because it will execute multiple times in a + * single {@link ng.$rootScope.Scope#$digest $digest} cycle if a change is detected.) + * + * After a watcher is registered with the scope, the `listener` fn is called asynchronously + * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the + * watcher. In rare cases, this is undesirable because the listener is called when the result + * of `watchExpression` didn't change. To detect this scenario within the `listener` fn, you + * can compare the `newVal` and `oldVal`. If these two values are identical (`===`) then the + * listener was called due to initialization. + * + * + * + * @example + * ```js + // let's assume that scope was dependency injected as the $rootScope + var scope = $rootScope; + scope.name = 'misko'; + scope.counter = 0; + + expect(scope.counter).toEqual(0); + scope.$watch('name', function(newValue, oldValue) { + scope.counter = scope.counter + 1; + }); + expect(scope.counter).toEqual(0); + + scope.$digest(); + // the listener is always called during the first $digest loop after it was registered + expect(scope.counter).toEqual(1); + + scope.$digest(); + // but now it will not be called unless the value changes + expect(scope.counter).toEqual(1); + + scope.name = 'adam'; + scope.$digest(); + expect(scope.counter).toEqual(2); + + + + // Using a function as a watchExpression + var food; + scope.foodCounter = 0; + expect(scope.foodCounter).toEqual(0); + scope.$watch( + // This function returns the value being watched. It is called for each turn of the $digest loop + function() { return food; }, + // This is the change listener, called when the value returned from the above function changes + function(newValue, oldValue) { + if ( newValue !== oldValue ) { + // Only increment the counter if the value changed + scope.foodCounter = scope.foodCounter + 1; + } + } + ); + // No digest has been run so the counter will be zero + expect(scope.foodCounter).toEqual(0); - /** - * @ngdoc method - * @name $sceDelegate#valueOf + // Run the digest but since food has not changed count will still be zero + scope.$digest(); + expect(scope.foodCounter).toEqual(0); + + // Update food and run digest. Now the counter will increment + food = 'cheeseburger'; + scope.$digest(); + expect(scope.foodCounter).toEqual(1); + + * ``` * - * @description - * If the passed parameter had been returned by a prior call to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`}, returns the value that had been passed to {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. * - * If the passed parameter is not a value that had been returned by {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}, it must be returned as-is. * - * @param {*} value The result of a prior {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} - * call or anything else. - * @return {*} The `value` that was originally provided to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns - * `value` unchanged. + * @param {(function()|string)} watchExpression Expression that is evaluated on each + * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers + * a call to the `listener`. + * + * - `string`: Evaluated as {@link guide/expression expression} + * - `function(scope)`: called with current `scope` as a parameter. + * @param {function(newVal, oldVal, scope)} listener Callback called whenever the value + * of `watchExpression` changes. + * + * - `newVal` contains the current value of the `watchExpression` + * - `oldVal` contains the previous value of the `watchExpression` + * - `scope` refers to the current scope + * @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of + * comparing for reference equality. + * @returns {function()} Returns a deregistration function for this listener. */ - function valueOf(maybeTrusted) { - if (maybeTrusted instanceof trustedValueHolderBase) { - return maybeTrusted.$$unwrapTrustedValue(); - } else { - return maybeTrusted; + $watch: function(watchExp, listener, objectEquality, prettyPrintExpression) { + var get = $parse(watchExp); + var fn = isFunction(listener) ? listener : noop; + + if (get.$$watchDelegate) { + return get.$$watchDelegate(this, fn, objectEquality, get, watchExp); + } + var scope = this, + array = scope.$$watchers, + watcher = { + fn: fn, + last: initWatchVal, + get: get, + exp: prettyPrintExpression || watchExp, + eq: !!objectEquality + }; + + lastDirtyWatch = null; + + if (!array) { + array = scope.$$watchers = []; + array.$$digestWatchIndex = -1; } - } + // we use unshift since we use a while loop in $digest for speed. + // the while loop reads in reverse order. + array.unshift(watcher); + array.$$digestWatchIndex++; + incrementWatchersCount(this, 1); + + return function deregisterWatch() { + var index = arrayRemove(array, watcher); + if (index >= 0) { + incrementWatchersCount(scope, -1); + if (index < array.$$digestWatchIndex) { + array.$$digestWatchIndex--; + } + } + lastDirtyWatch = null; + }; + }, /** * @ngdoc method - * @name $sceDelegate#getTrusted + * @name $rootScope.Scope#$watchGroup + * @kind function * * @description - * Takes any input, and either returns a value that's safe to use in the specified context, or - * throws an exception. + * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. + * If any one expression in the collection changes the `listener` is executed. + * + * - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return + * values are examined for changes on every call to `$digest`. + * - The `listener` is called whenever any expression in the `watchExpressions` array changes. * - * In practice, there are several cases. When given a string, this function runs checks - * and sanitization to make it safe without prior assumptions. When given the result of a {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} call, it returns the originally supplied - * value if that value's context is valid for this call's context. Finally, this function can - * also throw when there is no way to turn `maybeTrusted` in a safe value (e.g., no sanitization - * is available or possible.) + * `$watchGroup` is more performant than watching each expression individually, and should be + * used when the listener does not need to know which expression has changed. + * If the listener needs to know which expression has changed, + * {@link ng.$rootScope.Scope#$watch $watch()} or + * {@link ng.$rootScope.Scope#$watchCollection $watchCollection()} should be used. * - * @param {string} type The context in which this value is to be used (such as `$sce.HTML`). - * @param {*} maybeTrusted The result of a prior {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} call, or anything else (which will not be considered trusted.) - * @return {*} A version of the value that's safe to use in the given context, or throws an - * exception if this is impossible. + * @param {Array.} watchExpressions Array of expressions that will be individually + * watched using {@link ng.$rootScope.Scope#$watch $watch()} + * + * @param {function(newValues, oldValues, scope)} listener Callback called whenever the return value of any + * expression in `watchExpressions` changes + * The `newValues` array contains the current values of the `watchExpressions`, with the indexes matching + * those of `watchExpression` + * and the `oldValues` array contains the previous values of the `watchExpressions`, with the indexes matching + * those of `watchExpression`. + * + * Note that `newValues` and `oldValues` reflect the differences in each **individual** + * expression, and not the difference of the values between each call of the listener. + * That means the difference between `newValues` and `oldValues` cannot be used to determine + * which expression has changed / remained stable: + * + * ```js + * + * $scope.$watchGroup(['v1', 'v2'], function(newValues, oldValues) { + * console.log(newValues, oldValues); + * }); + * + * // newValues, oldValues initially + * // [undefined, undefined], [undefined, undefined] + * + * $scope.v1 = 'a'; + * $scope.v2 = 'a'; + * + * // ['a', 'a'], [undefined, undefined] + * + * $scope.v2 = 'b' + * + * // v1 hasn't changed since it became `'a'`, therefore its oldValue is still `undefined` + * // ['a', 'b'], [undefined, 'a'] + * + * ``` + * + * The `scope` refers to the current scope. + * @returns {function()} Returns a de-registration function for all listeners. */ - function getTrusted(type, maybeTrusted) { - if (maybeTrusted === null || isUndefined(maybeTrusted) || maybeTrusted === '') { - return maybeTrusted; - } - var constructor = byType.hasOwnProperty(type) ? byType[type] : null; - // If maybeTrusted is a trusted class instance or subclass instance, then unwrap and return - // as-is. - if (constructor && maybeTrusted instanceof constructor) { - return maybeTrusted.$$unwrapTrustedValue(); - } - // Otherwise, if we get here, then we may either make it safe, or throw an exception. This - // depends on the context: some are sanitizatible (HTML), some use whitelists (RESOURCE_URL), - // some are impossible to do (JS). This step isn't implemented for CSS and URL, as AngularJS - // has no corresponding sinks. - if (type === SCE_CONTEXTS.RESOURCE_URL) { - // RESOURCE_URL uses a whitelist. - if (isResourceUrlAllowedByPolicy(maybeTrusted)) { - return maybeTrusted; - } else { - throw $sceMinErr('insecurl', 'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString()); - } - } else if (type === SCE_CONTEXTS.HTML) { - // htmlSanitizer throws its own error when no sanitizer is available. - return htmlSanitizer(maybeTrusted); + $watchGroup: function(watchExpressions, listener) { + var oldValues = new Array(watchExpressions.length); + var newValues = new Array(watchExpressions.length); + var deregisterFns = []; + var self = this; + var changeReactionScheduled = false; + var firstRun = true; + + if (!watchExpressions.length) { + // No expressions means we call the listener ASAP + var shouldCall = true; + self.$evalAsync(function() { + if (shouldCall) listener(newValues, newValues, self); + }); + return function deregisterWatchGroup() { + shouldCall = false; + }; } - // Default error when the $sce service has no way to make the input safe. - throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); - } - - return { trustAs: trustAs, - getTrusted: getTrusted, - valueOf: valueOf }; - }]; - } - - /** - * @ngdoc provider - * @name $sceProvider - * @this - * - * @description - * - * The $sceProvider provider allows developers to configure the {@link ng.$sce $sce} service. - * - enable/disable Strict Contextual Escaping (SCE) in a module - * - override the default implementation with a custom delegate - * - * Read more about {@link ng.$sce Strict Contextual Escaping (SCE)}. - */ - - /** - * @ngdoc service - * @name $sce - * @kind function - * - * @description - * - * `$sce` is a service that provides Strict Contextual Escaping services to AngularJS. - * - * ## Strict Contextual Escaping - * - * Strict Contextual Escaping (SCE) is a mode in which AngularJS constrains bindings to only render - * trusted values. Its goal is to assist in writing code in a way that (a) is secure by default, and - * (b) makes auditing for security vulnerabilities such as XSS, clickjacking, etc. a lot easier. - * - * ### Overview - * - * To systematically block XSS security bugs, AngularJS treats all values as untrusted by default in - * HTML or sensitive URL bindings. When binding untrusted values, AngularJS will automatically - * run security checks on them (sanitizations, whitelists, depending on context), or throw when it - * cannot guarantee the security of the result. That behavior depends strongly on contexts: HTML - * can be sanitized, but template URLs cannot, for instance. - * - * To illustrate this, consider the `ng-bind-html` directive. It renders its value directly as HTML: - * we call that the *context*. When given an untrusted input, AngularJS will attempt to sanitize it - * before rendering if a sanitizer is available, and throw otherwise. To bypass sanitization and - * render the input as-is, you will need to mark it as trusted for that context before attempting - * to bind it. - * - * As of version 1.2, AngularJS ships with SCE enabled by default. - * - * ### In practice - * - * Here's an example of a binding in a privileged context: - * - * ``` - * - *

    - * ``` - * - * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE - * disabled, this application allows the user to render arbitrary HTML into the DIV, which would - * be an XSS security bug. In a more realistic example, one may be rendering user comments, blog - * articles, etc. via bindings. (HTML is just one example of a context where rendering user - * controlled input creates security vulnerabilities.) - * - * For the case of HTML, you might use a library, either on the client side, or on the server side, - * to sanitize unsafe HTML before binding to the value and rendering it in the document. - * - * How would you ensure that every place that used these types of bindings was bound to a value that - * was sanitized by your library (or returned as safe for rendering by your server?) How can you - * ensure that you didn't accidentally delete the line that sanitized the value, or renamed some - * properties/fields and forgot to update the binding to the sanitized value? - * - * To be secure by default, AngularJS makes sure bindings go through that sanitization, or - * any similar validation process, unless there's a good reason to trust the given value in this - * context. That trust is formalized with a function call. This means that as a developer, you - * can assume all untrusted bindings are safe. Then, to audit your code for binding security issues, - * you just need to ensure the values you mark as trusted indeed are safe - because they were - * received from your server, sanitized by your library, etc. You can organize your codebase to - * help with this - perhaps allowing only the files in a specific directory to do this. - * Ensuring that the internal API exposed by that code doesn't markup arbitrary values as safe then - * becomes a more manageable task. - * - * In the case of AngularJS' SCE service, one uses {@link ng.$sce#trustAs $sce.trustAs} - * (and shorthand methods such as {@link ng.$sce#trustAsHtml $sce.trustAsHtml}, etc.) to - * build the trusted versions of your values. - * - * ### How does it work? - * - * In privileged contexts, directives and code will bind to the result of {@link ng.$sce#getTrusted - * $sce.getTrusted(context, value)} rather than to the value directly. Think of this function as - * a way to enforce the required security context in your data sink. Directives use {@link - * ng.$sce#parseAs $sce.parseAs} rather than `$parse` to watch attribute bindings, which performs - * the {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. Also, - * when binding without directives, AngularJS will understand the context of your bindings - * automatically. - * - * As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link - * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly - * simplified): - * - * ``` - * var ngBindHtmlDirective = ['$sce', function($sce) { - * return function(scope, element, attr) { - * scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) { - * element.html(value || ''); - * }); - * }; - * }]; - * ``` - * - * ### Impact on loading templates - * - * This applies both to the {@link ng.directive:ngInclude `ng-include`} directive as well as - * `templateUrl`'s specified by {@link guide/directive directives}. - * - * By default, Angular only loads templates from the same domain and protocol as the application - * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl - * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or - * protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist - * them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value. - * - * *Please note*: - * The browser's - * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) - * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) - * policy apply in addition to this and may further restrict whether the template is successfully - * loaded. This means that without the right CORS policy, loading templates from a different domain - * won't work on all browsers. Also, loading templates from `file://` URL does not work on some - * browsers. - * - * ### This feels like too much overhead - * - * It's important to remember that SCE only applies to interpolation expressions. - * - * If your expressions are constant literals, they're automatically trusted and you don't need to - * call `$sce.trustAs` on them (e.g. - * `
    `) just works. The `$sceDelegate` will - * also use the `$sanitize` service if it is available when binding untrusted values to - * `$sce.HTML` context. AngularJS provides an implementation in `angular-sanitize.js`, and if you - * wish to use it, you will also need to depend on the {@link ngSanitize `ngSanitize`} module in - * your application. - * - * The included {@link ng.$sceDelegate $sceDelegate} comes with sane defaults to allow you to load - * templates in `ng-include` from your application's domain without having to even know about SCE. - * It blocks loading templates from other domains or loading templates over http from an https - * served document. You can change these by setting your own custom {@link - * ng.$sceDelegateProvider#resourceUrlWhitelist whitelists} and {@link - * ng.$sceDelegateProvider#resourceUrlBlacklist blacklists} for matching such URLs. - * - * This significantly reduces the overhead. It is far easier to pay the small overhead and have an - * application that's secure and can be audited to verify that with much more ease than bolting - * security onto an application later. - * - * - * ### What trusted context types are supported? - * - * | Context | Notes | - * |---------------------|----------------| - * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. If an unsafe value is encountered, and the {@link ngSanitize.$sanitize $sanitize} service is available (implemented by the {@link ngSanitize ngSanitize} module) this will sanitize the value instead of throwing an error. | - * | `$sce.CSS` | For CSS that's safe to source into the application. Currently, no bindings require this context. Feel free to use it in your own directives. | - * | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`
    Note that `$sce.RESOURCE_URL` makes a stronger statement about the URL than `$sce.URL` does (it's not just the URL that matters, but also what is at the end of it), and therefore contexts requiring values trusted for `$sce.RESOURCE_URL` can be used anywhere that values trusted for `$sce.URL` are required. | - * | `$sce.JS` | For JavaScript that is safe to execute in your application's context. Currently, no bindings require this context. Feel free to use it in your own directives. | - * - * - * Be aware that `a[href]` and `img[src]` automatically sanitize their URLs and do not pass them - * through {@link ng.$sce#getTrusted $sce.getTrusted}. There's no CSS-, URL-, or JS-context bindings - * in AngularJS currently, so their corresponding `$sce.trustAs` functions aren't useful yet. This - * might evolve. - * - * ### Format of items in {@link ng.$sceDelegateProvider#resourceUrlWhitelist resourceUrlWhitelist}/{@link ng.$sceDelegateProvider#resourceUrlBlacklist Blacklist}
    - * - * Each element in these arrays must be one of the following: - * - * - **'self'** - * - The special **string**, `'self'`, can be used to match against all URLs of the **same - * domain** as the application document using the **same protocol**. - * - **String** (except the special value `'self'`) - * - The string is matched against the full *normalized / absolute URL* of the resource - * being tested (substring matches are not good enough.) - * - There are exactly **two wildcard sequences** - `*` and `**`. All other characters - * match themselves. - * - `*`: matches zero or more occurrences of any character other than one of the following 6 - * characters: '`:`', '`/`', '`.`', '`?`', '`&`' and '`;`'. It's a useful wildcard for use - * in a whitelist. - * - `**`: matches zero or more occurrences of *any* character. As such, it's not - * appropriate for use in a scheme, domain, etc. as it would match too much. (e.g. - * http://**.example.com/ would match http://evil.com/?ignore=.example.com/ and that might - * not have been the intention.) Its usage at the very end of the path is ok. (e.g. - * http://foo.example.com/templates/**). - * - **RegExp** (*see caveat below*) - * - *Caveat*: While regular expressions are powerful and offer great flexibility, their syntax - * (and all the inevitable escaping) makes them *harder to maintain*. It's easy to - * accidentally introduce a bug when one updates a complex expression (imho, all regexes should - * have good test coverage). For instance, the use of `.` in the regex is correct only in a - * small number of cases. A `.` character in the regex used when matching the scheme or a - * subdomain could be matched against a `:` or literal `.` that was likely not intended. It - * is highly recommended to use the string patterns and only fall back to regular expressions - * as a last resort. - * - The regular expression must be an instance of RegExp (i.e. not a string.) It is - * matched against the **entire** *normalized / absolute URL* of the resource being tested - * (even when the RegExp did not have the `^` and `$` codes.) In addition, any flags - * present on the RegExp (such as multiline, global, ignoreCase) are ignored. - * - If you are generating your JavaScript from some other templating engine (not - * recommended, e.g. in issue [#4006](https://github.com/angular/angular.js/issues/4006)), - * remember to escape your regular expression (and be aware that you might need more than - * one level of escaping depending on your templating engine and the way you interpolated - * the value.) Do make use of your platform's escaping mechanism as it might be good - * enough before coding your own. E.g. Ruby has - * [Regexp.escape(str)](http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape) - * and Python has [re.escape](http://docs.python.org/library/re.html#re.escape). - * Javascript lacks a similar built in function for escaping. Take a look at Google - * Closure library's [goog.string.regExpEscape(s)]( - * http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962). - * - * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} for an example. - * - * ### Show me an example using SCE. - * - * - * - *
    - *

    - * User comments
    - * By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when - * $sanitize is available. If $sanitize isn't available, this results in an error instead of an - * exploit. - *
    - *
    - * {{userComment.name}}: - * - *
    - *
    - *
    - *
    - *
    - * - * - * angular.module('mySceApp', ['ngSanitize']) - * .controller('AppController', ['$http', '$templateCache', '$sce', - * function AppController($http, $templateCache, $sce) { - * var self = this; - * $http.get('test_data.json', {cache: $templateCache}).then(function(response) { - * self.userComments = response.data; - * }); - * self.explicitlyTrustedHtml = $sce.trustAsHtml( - * 'Hover over this text.'); - * }]); - * - * - * - * [ - * { "name": "Alice", - * "htmlComment": - * "Is anyone reading this?" - * }, - * { "name": "Bob", - * "htmlComment": "Yes! Am I the only other one?" - * } - * ] - * - * - * - * describe('SCE doc demo', function() { - * it('should sanitize untrusted values', function() { - * expect(element.all(by.css('.htmlComment')).first().getAttribute('innerHTML')) - * .toBe('Is anyone reading this?'); - * }); - * - * it('should NOT sanitize explicitly trusted values', function() { - * expect(element(by.id('explicitlyTrustedHtml')).getAttribute('innerHTML')).toBe( - * 'Hover over this text.'); - * }); - * }); - * - *
    - * - * - * - * ## Can I disable SCE completely? - * - * Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits - * for little coding overhead. It will be much harder to take an SCE disabled application and - * either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE - * for cases where you have a lot of existing code that was written before SCE was introduced and - * you're migrating them a module at a time. Also do note that this is an app-wide setting, so if - * you are writing a library, you will cause security bugs applications using it. - * - * That said, here's how you can completely disable SCE: - * - * ``` - * angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) { - * // Completely disable SCE. For demonstration purposes only! - * // Do not use in new projects or libraries. - * $sceProvider.enabled(false); - * }); - * ``` - * - */ - - function $SceProvider() { - var enabled = true; - - /** - * @ngdoc method - * @name $sceProvider#enabled - * @kind function - * - * @param {boolean=} value If provided, then enables/disables SCE application-wide. - * @return {boolean} True if SCE is enabled, false otherwise. - * - * @description - * Enables/disables SCE and returns the current value. - */ - this.enabled = function (value) { - if (arguments.length) { - enabled = !!value; - } - return enabled; - }; - /* Design notes on the default implementation for SCE. - * - * The API contract for the SCE delegate - * ------------------------------------- - * The SCE delegate object must provide the following 3 methods: - * - * - trustAs(contextEnum, value) - * This method is used to tell the SCE service that the provided value is OK to use in the - * contexts specified by contextEnum. It must return an object that will be accepted by - * getTrusted() for a compatible contextEnum and return this value. - * - * - valueOf(value) - * For values that were not produced by trustAs(), return them as is. For values that were - * produced by trustAs(), return the corresponding input value to trustAs. Basically, if - * trustAs is wrapping the given values into some type, this operation unwraps it when given - * such a value. - * - * - getTrusted(contextEnum, value) - * This function should return the a value that is safe to use in the context specified by - * contextEnum or throw and exception otherwise. - * - * NOTE: This contract deliberately does NOT state that values returned by trustAs() must be - * opaque or wrapped in some holder object. That happens to be an implementation detail. For - * instance, an implementation could maintain a registry of all trusted objects by context. In - * such a case, trustAs() would return the same object that was passed in. getTrusted() would - * return the same object passed in if it was found in the registry under a compatible context or - * throw an exception otherwise. An implementation might only wrap values some of the time based - * on some criteria. getTrusted() might return a value and not throw an exception for special - * constants or objects even if not wrapped. All such implementations fulfill this contract. - * - * - * A note on the inheritance model for SCE contexts - * ------------------------------------------------ - * I've used inheritance and made RESOURCE_URL wrapped types a subtype of URL wrapped types. This - * is purely an implementation details. - * - * The contract is simply this: - * - * getTrusted($sce.RESOURCE_URL, value) succeeding implies that getTrusted($sce.URL, value) - * will also succeed. - * - * Inheritance happens to capture this in a natural way. In some future, we may not use - * inheritance anymore. That is OK because no code outside of sce.js and sceSpecs.js would need to - * be aware of this detail. - */ + if (watchExpressions.length === 1) { + // Special case size of one + return this.$watch(watchExpressions[0], function watchGroupAction(value, oldValue, scope) { + newValues[0] = value; + oldValues[0] = oldValue; + listener(newValues, (value === oldValue) ? newValues : oldValues, scope); + }); + } - this.$get = ['$parse', '$sceDelegate', function ($parse, $sceDelegate) { - // Support: IE 9-11 only - // Prereq: Ensure that we're not running in IE<11 quirks mode. In that mode, IE < 11 allow - // the "expression(javascript expression)" syntax which is insecure. - if (enabled && msie < 8) { - throw $sceMinErr('iequirks', 'Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks ' + 'mode. You can fix this by adding the text to the top of your HTML ' + 'document. See http://docs.angularjs.org/api/ng.$sce for more information.'); - } + forEach(watchExpressions, function(expr, i) { + var unwatchFn = self.$watch(expr, function watchGroupSubAction(value, oldValue) { + newValues[i] = value; + oldValues[i] = oldValue; + if (!changeReactionScheduled) { + changeReactionScheduled = true; + self.$evalAsync(watchGroupAction); + } + }); + deregisterFns.push(unwatchFn); + }); - var sce = shallowCopy(SCE_CONTEXTS); + function watchGroupAction() { + changeReactionScheduled = false; - /** - * @ngdoc method - * @name $sce#isEnabled - * @kind function - * - * @return {Boolean} True if SCE is enabled, false otherwise. If you want to set the value, you - * have to do it at module config time on {@link ng.$sceProvider $sceProvider}. - * - * @description - * Returns a boolean indicating if SCE is enabled. - */ - sce.isEnabled = function () { - return enabled; - }; - sce.trustAs = $sceDelegate.trustAs; - sce.getTrusted = $sceDelegate.getTrusted; - sce.valueOf = $sceDelegate.valueOf; + if (firstRun) { + firstRun = false; + listener(newValues, newValues, self); + } else { + listener(newValues, oldValues, self); + } + } - if (!enabled) { - sce.trustAs = sce.getTrusted = function (type, value) { - return value; + return function deregisterWatchGroup() { + while (deregisterFns.length) { + deregisterFns.shift()(); + } }; - sce.valueOf = identity; - } + }, + /** * @ngdoc method - * @name $sce#parseAs + * @name $rootScope.Scope#$watchCollection + * @kind function * * @description - * Converts Angular {@link guide/expression expression} into a function. This is like {@link - * ng.$parse $parse} and is identical when the expression is a literal constant. Otherwise, it - * wraps the expression in a call to {@link ng.$sce#getTrusted $sce.getTrusted(*type*, - * *result*)} + * Shallow watches the properties of an object and fires whenever any of the properties change + * (for arrays, this implies watching the array items; for object maps, this implies watching + * the properties). If a change is detected, the `listener` callback is fired. * - * @param {string} type The SCE context in which this result will be used. - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * - The `obj` collection is observed via standard $watch operation and is examined on every + * call to $digest() to see if any items have been added, removed, or moved. + * - The `listener` is called whenever anything within the `obj` has changed. Examples include + * adding, removing, and moving items belonging to an object or array. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. - */ - sce.parseAs = function sceParseAs(type, expr) { - var parsed = $parse(expr); - if (parsed.literal && parsed.constant) { - return parsed; - } else { - return $parse(expr, function (value) { - return sce.getTrusted(type, value); + * + * @example + * ```js + $scope.names = ['igor', 'matias', 'misko', 'james']; + $scope.dataCount = 4; + + $scope.$watchCollection('names', function(newNames, oldNames) { + $scope.dataCount = newNames.length; }); - } - }; - /** - * @ngdoc method - * @name $sce#trustAs + expect($scope.dataCount).toEqual(4); + $scope.$digest(); + + //still at 4 ... no changes + expect($scope.dataCount).toEqual(4); + + $scope.names.pop(); + $scope.$digest(); + + //now there's been a change + expect($scope.dataCount).toEqual(3); + * ``` * - * @description - * Delegates to {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. As such, returns a - * wrapped object that represents your value, and the trust you have in its safety for the given - * context. AngularJS can then use that value as-is in bindings of the specified secure context. - * This is used in bindings for `ng-bind-html`, `ng-include`, and most `src` attribute - * interpolations. See {@link ng.$sce $sce} for strict contextual escaping. * - * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, - * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * @param {string|function(scope)} obj Evaluated as {@link guide/expression expression}. The + * expression value should evaluate to an object or an array which is observed on each + * {@link ng.$rootScope.Scope#$digest $digest} cycle. Any shallow change within the + * collection will trigger a call to the `listener`. + * + * @param {function(newCollection, oldCollection, scope)} listener a callback function called + * when a change is detected. + * - The `newCollection` object is the newly modified data obtained from the `obj` expression + * - The `oldCollection` object is a copy of the former collection data. + * Due to performance considerations, the`oldCollection` value is computed only if the + * `listener` function declares two or more arguments. + * - The `scope` argument refers to the current scope. * - * @param {*} value The value that that should be considered trusted. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in the context you specified. + * @returns {function()} Returns a de-registration function for this listener. When the + * de-registration function is executed, the internal watch operation is terminated. */ + $watchCollection: function(obj, listener) { + $watchCollectionInterceptor.$stateful = true; + + var self = this; + // the current value, updated on each dirty-check run + var newValue; + // a shallow copy of the newValue from the last dirty-check run, + // updated to match newValue during dirty-check run + var oldValue; + // a shallow copy of the newValue from when the last change happened + var veryOldValue; + // only track veryOldValue if the listener is asking for it + var trackVeryOldValue = (listener.length > 1); + var changeDetected = 0; + var changeDetector = $parse(obj, $watchCollectionInterceptor); + var internalArray = []; + var internalObject = {}; + var initRun = true; + var oldLength = 0; + + function $watchCollectionInterceptor(_value) { + newValue = _value; + var newLength, key, bothNaN, newItem, oldItem; + + // If the new value is undefined, then return undefined as the watch may be a one-time watch + if (isUndefined(newValue)) return; + + if (!isObject(newValue)) { // if primitive + if (oldValue !== newValue) { + oldValue = newValue; + changeDetected++; + } + } else if (isArrayLike(newValue)) { + if (oldValue !== internalArray) { + // we are transitioning from something which was not an array into array. + oldValue = internalArray; + oldLength = oldValue.length = 0; + changeDetected++; + } + + newLength = newValue.length; + + if (oldLength !== newLength) { + // if lengths do not match we need to trigger change notification + changeDetected++; + oldValue.length = oldLength = newLength; + } + // copy the items to oldValue and look for changes. + for (var i = 0; i < newLength; i++) { + oldItem = oldValue[i]; + newItem = newValue[i]; + + // eslint-disable-next-line no-self-compare + bothNaN = (oldItem !== oldItem) && (newItem !== newItem); + if (!bothNaN && (oldItem !== newItem)) { + changeDetected++; + oldValue[i] = newItem; + } + } + } else { + if (oldValue !== internalObject) { + // we are transitioning from something which was not an object into object. + oldValue = internalObject = {}; + oldLength = 0; + changeDetected++; + } + // copy the items to oldValue and look for changes. + newLength = 0; + for (key in newValue) { + if (hasOwnProperty.call(newValue, key)) { + newLength++; + newItem = newValue[key]; + oldItem = oldValue[key]; + + if (key in oldValue) { + // eslint-disable-next-line no-self-compare + bothNaN = (oldItem !== oldItem) && (newItem !== newItem); + if (!bothNaN && (oldItem !== newItem)) { + changeDetected++; + oldValue[key] = newItem; + } + } else { + oldLength++; + oldValue[key] = newItem; + changeDetected++; + } + } + } + if (oldLength > newLength) { + // we used to have more keys, need to find them and destroy them. + changeDetected++; + for (key in oldValue) { + if (!hasOwnProperty.call(newValue, key)) { + oldLength--; + delete oldValue[key]; + } + } + } + } + return changeDetected; + } + + function $watchCollectionAction() { + if (initRun) { + initRun = false; + listener(newValue, newValue, self); + } else { + listener(newValue, veryOldValue, self); + } + + // make a copy for the next time a collection is changed + if (trackVeryOldValue) { + if (!isObject(newValue)) { + //primitive + veryOldValue = newValue; + } else if (isArrayLike(newValue)) { + veryOldValue = new Array(newValue.length); + for (var i = 0; i < newValue.length; i++) { + veryOldValue[i] = newValue[i]; + } + } else { // if object + veryOldValue = {}; + for (var key in newValue) { + if (hasOwnProperty.call(newValue, key)) { + veryOldValue[key] = newValue[key]; + } + } + } + } + } + + return this.$watch(changeDetector, $watchCollectionAction); + }, /** * @ngdoc method - * @name $sce#trustAsHtml + * @name $rootScope.Scope#$digest + * @kind function * * @description - * Shorthand method. `$sce.trustAsHtml(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.HTML, value)`} + * Processes all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and + * its children. Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change + * the model, the `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} + * until no more listeners are firing. This means that it is possible to get into an infinite + * loop. This function will throw `'Maximum iteration limit exceeded.'` if the number of + * iterations exceeds 10. * - * @param {*} value The value to mark as trusted for `$sce.HTML` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.HTML` context (like `ng-bind-html`). - */ - - /** - * @ngdoc method - * @name $sce#trustAsCss + * Usually, you don't call `$digest()` directly in + * {@link ng.directive:ngController controllers} or in + * {@link ng.$compileProvider#directive directives}. + * Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within + * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`. * - * @description - * Shorthand method. `$sce.trustAsCss(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.CSS, value)`} + * If you want to be notified whenever `$digest()` is called, + * you can register a `watchExpression` function with + * {@link ng.$rootScope.Scope#$watch $watch()} with no `listener`. * - * @param {*} value The value to mark as trusted for `$sce.CSS` context. - * @return {*} A wrapped version of value that can be used as a trusted variant - * of your `value` in `$sce.CSS` context. This context is currently unused, so there are - * almost no reasons to use this function so far. - */ - - /** - * @ngdoc method - * @name $sce#trustAsUrl + * In unit tests, you may need to call `$digest()` to simulate the scope life cycle. * - * @description - * Shorthand method. `$sce.trustAsUrl(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.URL, value)`} + * @example + * ```js + var scope = ...; + scope.name = 'misko'; + scope.counter = 0; + + expect(scope.counter).toEqual(0); + scope.$watch('name', function(newValue, oldValue) { + scope.counter = scope.counter + 1; + }); + expect(scope.counter).toEqual(0); + + scope.$digest(); + // the listener is always called during the first $digest loop after it was registered + expect(scope.counter).toEqual(1); + + scope.$digest(); + // but now it will not be called unless the value changes + expect(scope.counter).toEqual(1); + + scope.name = 'adam'; + scope.$digest(); + expect(scope.counter).toEqual(2); + * ``` * - * @param {*} value The value to mark as trusted for `$sce.URL` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.URL` context. That context is currently unused, so there are almost no reasons - * to use this function so far. */ + $digest: function() { + var watch, value, last, fn, get, + watchers, + dirty, ttl = TTL, + next, current, target = this, + watchLog = [], + logIdx, asyncTask; + + beginPhase('$digest'); + // Check for changes to browser url that happened in sync before the call to $digest + $browser.$$checkUrlChange(); + + if (this === $rootScope && applyAsyncId !== null) { + // If this is the root scope, and $applyAsync has scheduled a deferred $apply(), then + // cancel the scheduled $apply and flush the queue of expressions to be evaluated. + $browser.defer.cancel(applyAsyncId); + flushApplyAsync(); + } + + lastDirtyWatch = null; + + do { // "while dirty" loop + dirty = false; + current = target; + + // It's safe for asyncQueuePosition to be a local variable here because this loop can't + // be reentered recursively. Calling $digest from a function passed to $evalAsync would + // lead to a '$digest already in progress' error. + for (var asyncQueuePosition = 0; asyncQueuePosition < asyncQueue.length; asyncQueuePosition++) { + try { + asyncTask = asyncQueue[asyncQueuePosition]; + fn = asyncTask.fn; + fn(asyncTask.scope, asyncTask.locals); + } catch (e) { + $exceptionHandler(e); + } + lastDirtyWatch = null; + } + asyncQueue.length = 0; + + traverseScopesLoop: + do { // "traverse the scopes" loop + if ((watchers = current.$$watchers)) { + // process our watches + watchers.$$digestWatchIndex = watchers.length; + while (watchers.$$digestWatchIndex--) { + try { + watch = watchers[watchers.$$digestWatchIndex]; + // Most common watches are on primitives, in which case we can short + // circuit it with === operator, only when === fails do we use .equals + if (watch) { + get = watch.get; + if ((value = get(current)) !== (last = watch.last) && + !(watch.eq + ? equals(value, last) + : (isNumberNaN(value) && isNumberNaN(last)))) { + dirty = true; + lastDirtyWatch = watch; + watch.last = watch.eq ? copy(value, null) : value; + fn = watch.fn; + fn(value, ((last === initWatchVal) ? value : last), current); + if (ttl < 5) { + logIdx = 4 - ttl; + if (!watchLog[logIdx]) watchLog[logIdx] = []; + watchLog[logIdx].push({ + msg: isFunction(watch.exp) ? 'fn: ' + (watch.exp.name || watch.exp.toString()) : watch.exp, + newVal: value, + oldVal: last + }); + } + } else if (watch === lastDirtyWatch) { + // If the most recently dirty watcher is now clean, short circuit since the remaining watchers + // have already been tested. + dirty = false; + break traverseScopesLoop; + } + } + } catch (e) { + $exceptionHandler(e); + } + } + } + + // Insanity Warning: scope depth-first traversal + // yes, this code is a bit crazy, but it works and we have tests to prove it! + // this piece should be kept in sync with the traversal in $broadcast + if (!(next = ((current.$$watchersCount && current.$$childHead) || + (current !== target && current.$$nextSibling)))) { + while (current !== target && !(next = current.$$nextSibling)) { + current = current.$parent; + } + } + } while ((current = next)); + + // `break traverseScopesLoop;` takes us to here + + if ((dirty || asyncQueue.length) && !(ttl--)) { + clearPhase(); + throw $rootScopeMinErr('infdig', + '{0} $digest() iterations reached. Aborting!\n' + + 'Watchers fired in the last 5 iterations: {1}', + TTL, watchLog); + } + + } while (dirty || asyncQueue.length); + + clearPhase(); + + // postDigestQueuePosition isn't local here because this loop can be reentered recursively. + while (postDigestQueuePosition < postDigestQueue.length) { + try { + postDigestQueue[postDigestQueuePosition++](); + } catch (e) { + $exceptionHandler(e); + } + } + postDigestQueue.length = postDigestQueuePosition = 0; + + // Check for changes to browser url that happened during the $digest + // (for which no event is fired; e.g. via `history.pushState()`) + $browser.$$checkUrlChange(); + }, + /** - * @ngdoc method - * @name $sce#trustAsResourceUrl + * @ngdoc event + * @name $rootScope.Scope#$destroy + * @eventType broadcast on scope being destroyed * * @description - * Shorthand method. `$sce.trustAsResourceUrl(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.RESOURCE_URL, value)`} + * Broadcasted when a scope and its children are being destroyed. * - * @param {*} value The value to mark as trusted for `$sce.RESOURCE_URL` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.RESOURCE_URL` context (template URLs in `ng-include`, most `src` attribute - * bindings, ...) + * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to + * clean up DOM bindings before an element is removed from the DOM. */ /** * @ngdoc method - * @name $sce#trustAsJs + * @name $rootScope.Scope#$destroy + * @kind function * * @description - * Shorthand method. `$sce.trustAsJs(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.JS, value)`} + * Removes the current scope (and all of its children) from the parent scope. Removal implies + * that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer + * propagate to the current scope and its children. Removal also implies that the current + * scope is eligible for garbage collection. * - * @param {*} value The value to mark as trusted for `$sce.JS` context. - * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` - * in `$sce.JS` context. That context is currently unused, so there are almost no reasons to - * use this function so far. - */ - - /** - * @ngdoc method - * @name $sce#getTrusted + * The `$destroy()` is usually used by directives such as + * {@link ng.directive:ngRepeat ngRepeat} for managing the + * unrolling of the loop. * - * @description - * Delegates to {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted`}. As such, - * takes any input, and either returns a value that's safe to use in the specified context, - * or throws an exception. This function is aware of trusted values created by the `trustAs` - * function and its shorthands, and when contexts are appropriate, returns the unwrapped value - * as-is. Finally, this function can also throw when there is no way to turn `maybeTrusted` in a - * safe value (e.g., no sanitization is available or possible.) + * Just before a scope is destroyed, a `$destroy` event is broadcasted on this scope. + * Application code can register a `$destroy` event handler that will give it a chance to + * perform any necessary cleanup. * - * @param {string} type The context in which this value is to be used. - * @param {*} maybeTrusted The result of a prior {@link ng.$sce#trustAs - * `$sce.trustAs`} call, or anything else (which will not be considered trusted.) - * @return {*} A version of the value that's safe to use in the given context, or throws an - * exception if this is impossible. + * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to + * clean up DOM bindings before an element is removed from the DOM. */ + $destroy: function() { + // We can't destroy a scope that has been already destroyed. + if (this.$$destroyed) return; + var parent = this.$parent; + + this.$broadcast('$destroy'); + this.$$destroyed = true; + + if (this === $rootScope) { + //Remove handlers attached to window when $rootScope is removed + $browser.$$applicationDestroyed(); + } + + incrementWatchersCount(this, -this.$$watchersCount); + for (var eventName in this.$$listenerCount) { + decrementListenerCount(this, this.$$listenerCount[eventName], eventName); + } + + // sever all the references to parent scopes (after this cleanup, the current scope should + // not be retained by any of our references and should be eligible for garbage collection) + if (parent && parent.$$childHead === this) parent.$$childHead = this.$$nextSibling; + if (parent && parent.$$childTail === this) parent.$$childTail = this.$$prevSibling; + if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling; + if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling; + + // Disable listeners, watchers and apply/digest methods + this.$destroy = this.$digest = this.$apply = this.$evalAsync = this.$applyAsync = noop; + this.$on = this.$watch = this.$watchGroup = function() { return noop; }; + this.$$listeners = {}; + + // Disconnect the next sibling to prevent `cleanUpScope` destroying those too + this.$$nextSibling = null; + cleanUpScope(this); + }, /** * @ngdoc method - * @name $sce#getTrustedHtml + * @name $rootScope.Scope#$eval + * @kind function * * @description - * Shorthand method. `$sce.getTrustedHtml(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.HTML, value)`} + * Executes the `expression` on the current scope and returns the result. Any exceptions in + * the expression are propagated (uncaught). This is useful when evaluating Angular + * expressions. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.HTML, value)` - */ + * @example + * ```js + var scope = ng.$rootScope.Scope(); + scope.a = 1; + scope.b = 2; - /** - * @ngdoc method - * @name $sce#getTrustedCss + expect(scope.$eval('a+b')).toEqual(3); + expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3); + * ``` * - * @description - * Shorthand method. `$sce.getTrustedCss(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.CSS, value)`} + * @param {(string|function())=} expression An angular expression to be executed. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.CSS, value)` + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with the current `scope` parameter. + * + * @param {(object)=} locals Local variables object, useful for overriding values in scope. + * @returns {*} The result of evaluating the expression. */ + $eval: function(expr, locals) { + return $parse(expr)(this, locals); + }, /** * @ngdoc method - * @name $sce#getTrustedUrl + * @name $rootScope.Scope#$evalAsync + * @kind function * * @description - * Shorthand method. `$sce.getTrustedUrl(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.URL, value)`} + * Executes the expression on the current scope at a later point in time. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.URL, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedResourceUrl + * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only + * that: * - * @description - * Shorthand method. `$sce.getTrustedResourceUrl(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.RESOURCE_URL, value)`} + * - it will execute after the function that scheduled the evaluation (preferably before DOM + * rendering). + * - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after + * `expression` execution. * - * @param {*} value The value to pass to `$sceDelegate.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.RESOURCE_URL, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedJs + * Any exceptions from the execution of the expression are forwarded to the + * {@link ng.$exceptionHandler $exceptionHandler} service. * - * @description - * Shorthand method. `$sce.getTrustedJs(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.JS, value)`} + * __Note:__ if this function is called outside of a `$digest` cycle, a new `$digest` cycle + * will be scheduled. However, it is encouraged to always call code that changes the model + * from within an `$apply` call. That includes code evaluated via `$evalAsync`. + * + * @param {(string|function())=} expression An angular expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with the current `scope` parameter. * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @return {*} The return value of `$sce.getTrusted($sce.JS, value)` + * @param {(object)=} locals Local variables object, useful for overriding values in scope. */ + $evalAsync: function(expr, locals) { + // if we are outside of an $digest loop and this is the first time we are scheduling async + // task also schedule async auto-flush + if (!$rootScope.$$phase && !asyncQueue.length) { + $browser.defer(function() { + if (asyncQueue.length) { + $rootScope.$digest(); + } + }); + } + + asyncQueue.push({scope: this, fn: $parse(expr), locals: locals}); + }, + + $$postDigest: function(fn) { + postDigestQueue.push(fn); + }, /** * @ngdoc method - * @name $sce#parseAsHtml + * @name $rootScope.Scope#$apply + * @kind function * * @description - * Shorthand method. `$sce.parseAsHtml(expression string)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.HTML, value)`} + * `$apply()` is used to execute an expression in angular from outside of the angular + * framework. (For example from browser DOM events, setTimeout, XHR or third party libraries). + * Because we are calling into the angular framework we need to perform proper scope life + * cycle of {@link ng.$exceptionHandler exception handling}, + * {@link ng.$rootScope.Scope#$digest executing watches}. + * + * **Life cycle: Pseudo-Code of `$apply()`** + * + * ```js + function $apply(expr) { + try { + return $eval(expr); + } catch (e) { + $exceptionHandler(e); + } finally { + $root.$digest(); + } + } + * ``` + * * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * Scope's `$apply()` method transitions through the following stages: * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * 1. The {@link guide/expression expression} is executed using the + * {@link ng.$rootScope.Scope#$eval $eval()} method. + * 2. Any exceptions from the execution of the expression are forwarded to the + * {@link ng.$exceptionHandler $exceptionHandler} service. + * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the + * expression was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. + * + * + * @param {(string|function())=} exp An angular expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with current `scope` parameter. + * + * @returns {*} The result of evaluating the expression. */ + $apply: function(expr) { + try { + beginPhase('$apply'); + try { + return this.$eval(expr); + } finally { + clearPhase(); + } + } catch (e) { + $exceptionHandler(e); + } finally { + try { + $rootScope.$digest(); + } catch (e) { + $exceptionHandler(e); + // eslint-disable-next-line no-unsafe-finally + throw e; + } + } + }, /** * @ngdoc method - * @name $sce#parseAsCss + * @name $rootScope.Scope#$applyAsync + * @kind function * * @description - * Shorthand method. `$sce.parseAsCss(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.CSS, value)`} + * Schedule the invocation of $apply to occur at a later time. The actual time difference + * varies across browsers, but is typically around ~10 milliseconds. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * This can be used to queue up multiple expressions which need to be evaluated in the same + * digest. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * @param {(string|function())=} exp An angular expression to be executed. + * + * - `string`: execute using the rules as defined in {@link guide/expression expression}. + * - `function(scope)`: execute the function with current `scope` parameter. */ + $applyAsync: function(expr) { + var scope = this; + if (expr) { + applyAsyncQueue.push($applyAsyncExpression); + } + expr = $parse(expr); + scheduleApplyAsync(); + + function $applyAsyncExpression() { + scope.$eval(expr); + } + }, /** * @ngdoc method - * @name $sce#parseAsUrl + * @name $rootScope.Scope#$on + * @kind function * * @description - * Shorthand method. `$sce.parseAsUrl(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.URL, value)`} + * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for + * discussion of event life cycle. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * The event listener function format is: `function(event, args...)`. The `event` object + * passed into the listener has the following attributes: * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or + * `$broadcast`-ed. + * - `currentScope` - `{Scope}`: the scope that is currently handling the event. Once the + * event propagates through the scope hierarchy, this property is set to null. + * - `name` - `{string}`: name of the event. + * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel + * further event propagation (available only for events that were `$emit`-ed). + * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag + * to true. + * - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called. + * + * @param {string} name Event name to listen on. + * @param {function(event, ...args)} listener Function to call when the event is emitted. + * @returns {function()} Returns a deregistration function for this listener. */ + $on: function(name, listener) { + var namedListeners = this.$$listeners[name]; + if (!namedListeners) { + this.$$listeners[name] = namedListeners = []; + } + namedListeners.push(listener); + + var current = this; + do { + if (!current.$$listenerCount[name]) { + current.$$listenerCount[name] = 0; + } + current.$$listenerCount[name]++; + } while ((current = current.$parent)); + + var self = this; + return function() { + var indexOfListener = namedListeners.indexOf(listener); + if (indexOfListener !== -1) { + // Use delete in the hope of the browser deallocating the memory for the array entry, + // while not shifting the array indexes of other listeners. + // See issue https://github.com/angular/angular.js/issues/16135 + delete namedListeners[indexOfListener]; + decrementListenerCount(self, 1, name); + } + }; + }, + /** * @ngdoc method - * @name $sce#parseAsResourceUrl + * @name $rootScope.Scope#$emit + * @kind function * * @description - * Shorthand method. `$sce.parseAsResourceUrl(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.RESOURCE_URL, value)`} + * Dispatches an event `name` upwards through the scope hierarchy notifying the + * registered {@link ng.$rootScope.Scope#$on} listeners. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * The event life cycle starts at the scope on which `$emit` was called. All + * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get + * notified. Afterwards, the event traverses upwards toward the root scope and calls all + * registered listeners along the way. The event will stop propagating if one of the listeners + * cancels it. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed + * onto the {@link ng.$exceptionHandler $exceptionHandler} service. + * + * @param {string} name Event name to emit. + * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. + * @return {Object} Event object (see {@link ng.$rootScope.Scope#$on}). */ + $emit: function(name, args) { + var empty = [], + namedListeners, + scope = this, + stopPropagation = false, + event = { + name: name, + targetScope: scope, + stopPropagation: function() {stopPropagation = true;}, + preventDefault: function() { + event.defaultPrevented = true; + }, + defaultPrevented: false + }, + listenerArgs = concat([event], arguments, 1), + i, length; + + do { + namedListeners = scope.$$listeners[name] || empty; + event.currentScope = scope; + for (i = 0, length = namedListeners.length; i < length; i++) { + + // if listeners were deregistered, defragment the array + if (!namedListeners[i]) { + namedListeners.splice(i, 1); + i--; + length--; + continue; + } + try { + //allow all listeners attached to the current scope to run + namedListeners[i].apply(null, listenerArgs); + } catch (e) { + $exceptionHandler(e); + } + } + //if any listener on the current scope stops propagation, prevent bubbling + if (stopPropagation) { + break; + } + //traverse upwards + scope = scope.$parent; + } while (scope); + + event.currentScope = null; + + return event; + }, + /** * @ngdoc method - * @name $sce#parseAsJs + * @name $rootScope.Scope#$broadcast + * @kind function * * @description - * Shorthand method. `$sce.parseAsJs(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.JS, value)`} + * Dispatches an event `name` downwards to all child scopes (and their children) notifying the + * registered {@link ng.$rootScope.Scope#$on} listeners. + * + * The event life cycle starts at the scope on which `$broadcast` was called. All + * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get + * notified. Afterwards, the event propagates to all direct and indirect scopes of the current + * scope and calls all registered listeners along the way. The event cannot be canceled. * - * @param {string} expression String expression to compile. - * @return {function(context, locals)} A function which represents the compiled expression: + * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed + * onto the {@link ng.$exceptionHandler $exceptionHandler} service. * - * * `context` – `{object}` – an object against which any expressions embedded in the - * strings are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values - * in `context`. + * @param {string} name Event name to broadcast. + * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. + * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on} */ + $broadcast: function(name, args) { + var target = this, + current = target, + next = target, + event = { + name: name, + targetScope: target, + preventDefault: function() { + event.defaultPrevented = true; + }, + defaultPrevented: false + }; - // Shorthand delegations. - var parse = sce.parseAs, - getTrusted = sce.getTrusted, - trustAs = sce.trustAs; + if (!target.$$listenerCount[name]) return event; - forEach(SCE_CONTEXTS, function (enumValue, name) { - var lName = lowercase(name); - sce[snakeToCamel('parse_as_' + lName)] = function (expr) { - return parse(enumValue, expr); - }; - sce[snakeToCamel('get_trusted_' + lName)] = function (value) { - return getTrusted(enumValue, value); - }; - sce[snakeToCamel('trust_as_' + lName)] = function (value) { - return trustAs(enumValue, value); - }; - }); + var listenerArgs = concat([event], arguments, 1), + listeners, i, length; - return sce; - }]; + //down while you can, then up and next sibling or up and next sibling until back at root + while ((current = next)) { + event.currentScope = current; + listeners = current.$$listeners[name] || []; + for (i = 0, length = listeners.length; i < length; i++) { + // if listeners were deregistered, defragment the array + if (!listeners[i]) { + listeners.splice(i, 1); + i--; + length--; + continue; + } + + try { + listeners[i].apply(null, listenerArgs); + } catch (e) { + $exceptionHandler(e); + } + } + + // Insanity Warning: scope depth-first traversal + // yes, this code is a bit crazy, but it works and we have tests to prove it! + // this piece should be kept in sync with the traversal in $digest + // (though it differs due to having the extra check for $$listenerCount) + if (!(next = ((current.$$listenerCount[name] && current.$$childHead) || + (current !== target && current.$$nextSibling)))) { + while (current !== target && !(next = current.$$nextSibling)) { + current = current.$parent; + } + } + } + + event.currentScope = null; + return event; + } + }; + + var $rootScope = new Scope(); + + //The internal queues. Expose them on the $rootScope for debugging/testing purposes. + var asyncQueue = $rootScope.$$asyncQueue = []; + var postDigestQueue = $rootScope.$$postDigestQueue = []; + var applyAsyncQueue = $rootScope.$$applyAsyncQueue = []; + + var postDigestQueuePosition = 0; + + return $rootScope; + + + function beginPhase(phase) { + if ($rootScope.$$phase) { + throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase); + } + + $rootScope.$$phase = phase; + } + + function clearPhase() { + $rootScope.$$phase = null; + } + + function incrementWatchersCount(current, count) { + do { + current.$$watchersCount += count; + } while ((current = current.$parent)); + } + + function decrementListenerCount(current, count, name) { + do { + current.$$listenerCount[name] -= count; + + if (current.$$listenerCount[name] === 0) { + delete current.$$listenerCount[name]; + } + } while ((current = current.$parent)); + } + + /** + * function used as an initial value for watchers. + * because it's unique we can easily tell it apart from other values + */ + function initWatchVal() {} + + function flushApplyAsync() { + while (applyAsyncQueue.length) { + try { + applyAsyncQueue.shift()(); + } catch (e) { + $exceptionHandler(e); + } + } + applyAsyncId = null; + } + + function scheduleApplyAsync() { + if (applyAsyncId === null) { + applyAsyncId = $browser.defer(function() { + $rootScope.$apply(flushApplyAsync); + }); + } + } + }]; +} + +/** + * @ngdoc service + * @name $rootElement + * + * @description + * The root element of Angular application. This is either the element where {@link + * ng.directive:ngApp ngApp} was declared or the element passed into + * {@link angular.bootstrap}. The element represents the root element of application. It is also the + * location where the application's {@link auto.$injector $injector} service gets + * published, and can be retrieved using `$rootElement.injector()`. + */ + + +// the implementation is in angular.bootstrap + +/** + * @this + * @description + * Private service to sanitize uris for links and images. Used by $compile and $sanitize. + */ +function $$SanitizeUriProvider() { + var aHrefSanitizationWhitelist = /^\s*(https?|s?ftp|mailto|tel|file):/, + imgSrcSanitizationWhitelist = /^\s*((https?|ftp|file|blob):|data:image\/)/; + + /** + * @description + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during a[href] sanitization. + * + * The sanitization is a security measure aimed at prevent XSS attacks via html links. + * + * Any url about to be assigned to a[href] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. + * + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.aHrefSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + aHrefSanitizationWhitelist = regexp; + return this; + } + return aHrefSanitizationWhitelist; + }; + + + /** + * @description + * Retrieves or overrides the default regular expression that is used for whitelisting of safe + * urls during img[src] sanitization. + * + * The sanitization is a security measure aimed at prevent XSS attacks via html links. + * + * Any url about to be assigned to img[src] via data-binding is first normalized and turned into + * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` + * regular expression. If a match is found, the original url is written into the dom. Otherwise, + * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. + * + * @param {RegExp=} regexp New regexp to whitelist urls with. + * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for + * chaining otherwise. + */ + this.imgSrcSanitizationWhitelist = function(regexp) { + if (isDefined(regexp)) { + imgSrcSanitizationWhitelist = regexp; + return this; + } + return imgSrcSanitizationWhitelist; + }; + + this.$get = function() { + return function sanitizeUri(uri, isImage) { + var regex = isImage ? imgSrcSanitizationWhitelist : aHrefSanitizationWhitelist; + var normalizedVal; + normalizedVal = urlResolve(uri && uri.trim()).href; + if (normalizedVal !== '' && !normalizedVal.match(regex)) { + return 'unsafe:' + normalizedVal; + } + return uri; + }; + }; +} + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Any commits to this file should be reviewed with security in mind. * + * Changes to this file can potentially create security vulnerabilities. * + * An approval from 2 Core members with history of modifying * + * this file is required. * + * * + * Does the change somehow allow for arbitrary javascript to be executed? * + * Or allows for someone to change the prototype of built-in objects? * + * Or gives undesired access to variables likes document or window? * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/* exported $SceProvider, $SceDelegateProvider */ + +var $sceMinErr = minErr('$sce'); + +var SCE_CONTEXTS = { + // HTML is used when there's HTML rendered (e.g. ng-bind-html, iframe srcdoc binding). + HTML: 'html', + + // Style statements or stylesheets. Currently unused in AngularJS. + CSS: 'css', + + // An URL used in a context where it does not refer to a resource that loads code. Currently + // unused in AngularJS. + URL: 'url', + + // RESOURCE_URL is a subtype of URL used where the referred-to resource could be interpreted as + // code. (e.g. ng-include, script src binding, templateUrl) + RESOURCE_URL: 'resourceUrl', + + // Script. Currently unused in AngularJS. + JS: 'js' +}; + +// Helper functions follow. + +var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g; + +function snakeToCamel(name) { + return name + .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace); +} + +function adjustMatcher(matcher) { + if (matcher === 'self') { + return matcher; + } else if (isString(matcher)) { + // Strings match exactly except for 2 wildcards - '*' and '**'. + // '*' matches any character except those from the set ':/.?&'. + // '**' matches any character (like .* in a RegExp). + // More than 2 *'s raises an error as it's ill defined. + if (matcher.indexOf('***') > -1) { + throw $sceMinErr('iwcard', + 'Illegal sequence *** in string matcher. String: {0}', matcher); + } + matcher = escapeForRegexp(matcher). + replace(/\\\*\\\*/g, '.*'). + replace(/\\\*/g, '[^:/.?&;]*'); + return new RegExp('^' + matcher + '$'); + } else if (isRegExp(matcher)) { + // The only other type of matcher allowed is a Regexp. + // Match entire URL / disallow partial matches. + // Flags are reset (i.e. no global, ignoreCase or multiline) + return new RegExp('^' + matcher.source + '$'); + } else { + throw $sceMinErr('imatcher', + 'Matchers may only be "self", string patterns or RegExp objects'); + } +} + + +function adjustMatchers(matchers) { + var adjustedMatchers = []; + if (isDefined(matchers)) { + forEach(matchers, function(matcher) { + adjustedMatchers.push(adjustMatcher(matcher)); + }); } + return adjustedMatchers; +} + + +/** + * @ngdoc service + * @name $sceDelegate + * @kind function + * + * @description + * + * `$sceDelegate` is a service that is used by the `$sce` service to provide {@link ng.$sce Strict + * Contextual Escaping (SCE)} services to AngularJS. + * + * For an overview of this service and the functionnality it provides in AngularJS, see the main + * page for {@link ng.$sce SCE}. The current page is targeted for developers who need to alter how + * SCE works in their application, which shouldn't be needed in most cases. + * + *
    + * AngularJS strongly relies on contextual escaping for the security of bindings: disabling or + * modifying this might cause cross site scripting (XSS) vulnerabilities. For libraries owners, + * changes to this service will also influence users, so be extra careful and document your changes. + *
    + * + * Typically, you would configure or override the {@link ng.$sceDelegate $sceDelegate} instead of + * the `$sce` service to customize the way Strict Contextual Escaping works in AngularJS. This is + * because, while the `$sce` provides numerous shorthand methods, etc., you really only need to + * override 3 core functions (`trustAs`, `getTrusted` and `valueOf`) to replace the way things + * work because `$sce` delegates to `$sceDelegate` for these operations. + * + * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} to configure this service. + * + * The default instance of `$sceDelegate` should work out of the box with little pain. While you + * can override it completely to change the behavior of `$sce`, the common case would + * involve configuring the {@link ng.$sceDelegateProvider $sceDelegateProvider} instead by setting + * your own whitelists and blacklists for trusting URLs used for loading AngularJS resources such as + * templates. Refer {@link ng.$sceDelegateProvider#resourceUrlWhitelist + * $sceDelegateProvider.resourceUrlWhitelist} and {@link + * ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} + */ + +/** + * @ngdoc provider + * @name $sceDelegateProvider + * @this + * + * @description + * + * The `$sceDelegateProvider` provider allows developers to configure the {@link ng.$sceDelegate + * $sceDelegate service}, used as a delegate for {@link ng.$sce Strict Contextual Escaping (SCE)}. + * + * The `$sceDelegateProvider` allows one to get/set the whitelists and blacklists used to ensure + * that the URLs used for sourcing AngularJS templates and other script-running URLs are safe (all + * places that use the `$sce.RESOURCE_URL` context). See + * {@link ng.$sceDelegateProvider#resourceUrlWhitelist $sceDelegateProvider.resourceUrlWhitelist} + * and + * {@link ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist}, + * + * For the general details about this service in Angular, read the main page for {@link ng.$sce + * Strict Contextual Escaping (SCE)}. + * + * **Example**: Consider the following case. + * + * - your app is hosted at url `http://myapp.example.com/` + * - but some of your templates are hosted on other domains you control such as + * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc. + * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. + * + * Here is what a secure configuration for this scenario might look like: + * + * ``` + * angular.module('myApp', []).config(function($sceDelegateProvider) { + * $sceDelegateProvider.resourceUrlWhitelist([ + * // Allow same origin resource loads. + * 'self', + * // Allow loading from our assets domain. Notice the difference between * and **. + * 'http://srv*.assets.example.com/**' + * ]); + * + * // The blacklist overrides the whitelist so the open redirect here is blocked. + * $sceDelegateProvider.resourceUrlBlacklist([ + * 'http://myapp.example.com/clickThru**' + * ]); + * }); + * ``` + * Note that an empty whitelist will block every resource URL from being loaded, and will require + * you to manually mark each one as trusted with `$sce.trustAsResourceUrl`. However, templates + * requested by {@link ng.$templateRequest $templateRequest} that are present in + * {@link ng.$templateCache $templateCache} will not go through this check. If you have a mechanism + * to populate your templates in that cache at config time, then it is a good idea to remove 'self' + * from that whitelist. This helps to mitigate the security impact of certain types of issues, like + * for instance attacker-controlled `ng-includes`. + */ + +function $SceDelegateProvider() { + this.SCE_CONTEXTS = SCE_CONTEXTS; + + // Resource URLs can also be trusted by policy. + var resourceUrlWhitelist = ['self'], + resourceUrlBlacklist = []; + + /** + * @ngdoc method + * @name $sceDelegateProvider#resourceUrlWhitelist + * @kind function + * + * @param {Array=} whitelist When provided, replaces the resourceUrlWhitelist with the value + * provided. This must be an array or null. A snapshot of this array is used so further + * changes to the array are ignored. + * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items + * allowed in this array. + * + * @return {Array} The currently set whitelist array. + * + * @description + * Sets/Gets the whitelist of trusted resource URLs. + * + * The **default value** when no whitelist has been explicitly set is `['self']` allowing only + * same origin resource requests. + * + *
    + * **Note:** the default whitelist of 'self' is not recommended if your app shares its origin + * with other apps! It is a good idea to limit it to only your application's directory. + *
    + */ + this.resourceUrlWhitelist = function(value) { + if (arguments.length) { + resourceUrlWhitelist = adjustMatchers(value); + } + return resourceUrlWhitelist; + }; + + /** + * @ngdoc method + * @name $sceDelegateProvider#resourceUrlBlacklist + * @kind function + * + * @param {Array=} blacklist When provided, replaces the resourceUrlBlacklist with the value + * provided. This must be an array or null. A snapshot of this array is used so further + * changes to the array are ignored.

    + * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items + * allowed in this array.

    + * The typical usage for the blacklist is to **block + * [open redirects](http://cwe.mitre.org/data/definitions/601.html)** served by your domain as + * these would otherwise be trusted but actually return content from the redirected domain. + *

    + * Finally, **the blacklist overrides the whitelist** and has the final say. + * + * @return {Array} The currently set blacklist array. + * + * @description + * Sets/Gets the blacklist of trusted resource URLs. + * + * The **default value** when no whitelist has been explicitly set is the empty array (i.e. there + * is no blacklist.) + */ + + this.resourceUrlBlacklist = function(value) { + if (arguments.length) { + resourceUrlBlacklist = adjustMatchers(value); + } + return resourceUrlBlacklist; + }; + + this.$get = ['$injector', function($injector) { + + var htmlSanitizer = function htmlSanitizer(html) { + throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); + }; + + if ($injector.has('$sanitize')) { + htmlSanitizer = $injector.get('$sanitize'); + } + + + function matchUrl(matcher, parsedUrl) { + if (matcher === 'self') { + return urlIsSameOrigin(parsedUrl); + } else { + // definitely a regex. See adjustMatchers() + return !!matcher.exec(parsedUrl.href); + } + } + + function isResourceUrlAllowedByPolicy(url) { + var parsedUrl = urlResolve(url.toString()); + var i, n, allowed = false; + // Ensure that at least one item from the whitelist allows this url. + for (i = 0, n = resourceUrlWhitelist.length; i < n; i++) { + if (matchUrl(resourceUrlWhitelist[i], parsedUrl)) { + allowed = true; + break; + } + } + if (allowed) { + // Ensure that no item from the blacklist blocked this url. + for (i = 0, n = resourceUrlBlacklist.length; i < n; i++) { + if (matchUrl(resourceUrlBlacklist[i], parsedUrl)) { + allowed = false; + break; + } + } + } + return allowed; + } + + function generateHolderType(Base) { + var holderType = function TrustedValueHolderType(trustedValue) { + this.$$unwrapTrustedValue = function() { + return trustedValue; + }; + }; + if (Base) { + holderType.prototype = new Base(); + } + holderType.prototype.valueOf = function sceValueOf() { + return this.$$unwrapTrustedValue(); + }; + holderType.prototype.toString = function sceToString() { + return this.$$unwrapTrustedValue().toString(); + }; + return holderType; + } + + var trustedValueHolderBase = generateHolderType(), + byType = {}; + + byType[SCE_CONTEXTS.HTML] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.CSS] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.URL] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.JS] = generateHolderType(trustedValueHolderBase); + byType[SCE_CONTEXTS.RESOURCE_URL] = generateHolderType(byType[SCE_CONTEXTS.URL]); + + /** + * @ngdoc method + * @name $sceDelegate#trustAs + * + * @description + * Returns a trusted representation of the parameter for the specified context. This trusted + * object will later on be used as-is, without any security check, by bindings or directives + * that require this security context. + * For instance, marking a string as trusted for the `$sce.HTML` context will entirely bypass + * the potential `$sanitize` call in corresponding `$sce.HTML` bindings or directives, such as + * `ng-bind-html`. Note that in most cases you won't need to call this function: if you have the + * sanitizer loaded, passing the value itself will render all the HTML that does not pose a + * security risk. + * + * See {@link ng.$sceDelegate#getTrusted getTrusted} for the function that will consume those + * trusted values, and {@link ng.$sce $sce} for general documentation about strict contextual + * escaping. + * + * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, + * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * + * @param {*} value The value that should be considered trusted. + * @return {*} A trusted representation of value, that can be used in the given context. + */ + function trustAs(type, trustedValue) { + var Constructor = (byType.hasOwnProperty(type) ? byType[type] : null); + if (!Constructor) { + throw $sceMinErr('icontext', + 'Attempted to trust a value in invalid context. Context: {0}; Value: {1}', + type, trustedValue); + } + if (trustedValue === null || isUndefined(trustedValue) || trustedValue === '') { + return trustedValue; + } + // All the current contexts in SCE_CONTEXTS happen to be strings. In order to avoid trusting + // mutable objects, we ensure here that the value passed in is actually a string. + if (typeof trustedValue !== 'string') { + throw $sceMinErr('itype', + 'Attempted to trust a non-string value in a content requiring a string: Context: {0}', + type); + } + return new Constructor(trustedValue); + } + + /** + * @ngdoc method + * @name $sceDelegate#valueOf + * + * @description + * If the passed parameter had been returned by a prior call to {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`}, returns the value that had been passed to {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. + * + * If the passed parameter is not a value that had been returned by {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}, it must be returned as-is. + * + * @param {*} value The result of a prior {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} + * call or anything else. + * @return {*} The `value` that was originally provided to {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns + * `value` unchanged. + */ + function valueOf(maybeTrusted) { + if (maybeTrusted instanceof trustedValueHolderBase) { + return maybeTrusted.$$unwrapTrustedValue(); + } else { + return maybeTrusted; + } + } + + /** + * @ngdoc method + * @name $sceDelegate#getTrusted + * + * @description + * Takes any input, and either returns a value that's safe to use in the specified context, or + * throws an exception. + * + * In practice, there are several cases. When given a string, this function runs checks + * and sanitization to make it safe without prior assumptions. When given the result of a {@link + * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} call, it returns the originally supplied + * value if that value's context is valid for this call's context. Finally, this function can + * also throw when there is no way to turn `maybeTrusted` in a safe value (e.g., no sanitization + * is available or possible.) + * + * @param {string} type The context in which this value is to be used (such as `$sce.HTML`). + * @param {*} maybeTrusted The result of a prior {@link ng.$sceDelegate#trustAs + * `$sceDelegate.trustAs`} call, or anything else (which will not be considered trusted.) + * @return {*} A version of the value that's safe to use in the given context, or throws an + * exception if this is impossible. + */ + function getTrusted(type, maybeTrusted) { + if (maybeTrusted === null || isUndefined(maybeTrusted) || maybeTrusted === '') { + return maybeTrusted; + } + var constructor = (byType.hasOwnProperty(type) ? byType[type] : null); + // If maybeTrusted is a trusted class instance or subclass instance, then unwrap and return + // as-is. + if (constructor && maybeTrusted instanceof constructor) { + return maybeTrusted.$$unwrapTrustedValue(); + } + // Otherwise, if we get here, then we may either make it safe, or throw an exception. This + // depends on the context: some are sanitizatible (HTML), some use whitelists (RESOURCE_URL), + // some are impossible to do (JS). This step isn't implemented for CSS and URL, as AngularJS + // has no corresponding sinks. + if (type === SCE_CONTEXTS.RESOURCE_URL) { + // RESOURCE_URL uses a whitelist. + if (isResourceUrlAllowedByPolicy(maybeTrusted)) { + return maybeTrusted; + } else { + throw $sceMinErr('insecurl', + 'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', + maybeTrusted.toString()); + } + } else if (type === SCE_CONTEXTS.HTML) { + // htmlSanitizer throws its own error when no sanitizer is available. + return htmlSanitizer(maybeTrusted); + } + // Default error when the $sce service has no way to make the input safe. + throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); + } + + return { trustAs: trustAs, + getTrusted: getTrusted, + valueOf: valueOf }; + }]; +} + + +/** + * @ngdoc provider + * @name $sceProvider + * @this + * + * @description + * + * The $sceProvider provider allows developers to configure the {@link ng.$sce $sce} service. + * - enable/disable Strict Contextual Escaping (SCE) in a module + * - override the default implementation with a custom delegate + * + * Read more about {@link ng.$sce Strict Contextual Escaping (SCE)}. + */ + +/** + * @ngdoc service + * @name $sce + * @kind function + * + * @description + * + * `$sce` is a service that provides Strict Contextual Escaping services to AngularJS. + * + * ## Strict Contextual Escaping + * + * Strict Contextual Escaping (SCE) is a mode in which AngularJS constrains bindings to only render + * trusted values. Its goal is to assist in writing code in a way that (a) is secure by default, and + * (b) makes auditing for security vulnerabilities such as XSS, clickjacking, etc. a lot easier. + * + * ### Overview + * + * To systematically block XSS security bugs, AngularJS treats all values as untrusted by default in + * HTML or sensitive URL bindings. When binding untrusted values, AngularJS will automatically + * run security checks on them (sanitizations, whitelists, depending on context), or throw when it + * cannot guarantee the security of the result. That behavior depends strongly on contexts: HTML + * can be sanitized, but template URLs cannot, for instance. + * + * To illustrate this, consider the `ng-bind-html` directive. It renders its value directly as HTML: + * we call that the *context*. When given an untrusted input, AngularJS will attempt to sanitize it + * before rendering if a sanitizer is available, and throw otherwise. To bypass sanitization and + * render the input as-is, you will need to mark it as trusted for that context before attempting + * to bind it. + * + * As of version 1.2, AngularJS ships with SCE enabled by default. + * + * ### In practice + * + * Here's an example of a binding in a privileged context: + * + * ``` + * + *

    + * ``` + * + * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE + * disabled, this application allows the user to render arbitrary HTML into the DIV, which would + * be an XSS security bug. In a more realistic example, one may be rendering user comments, blog + * articles, etc. via bindings. (HTML is just one example of a context where rendering user + * controlled input creates security vulnerabilities.) + * + * For the case of HTML, you might use a library, either on the client side, or on the server side, + * to sanitize unsafe HTML before binding to the value and rendering it in the document. + * + * How would you ensure that every place that used these types of bindings was bound to a value that + * was sanitized by your library (or returned as safe for rendering by your server?) How can you + * ensure that you didn't accidentally delete the line that sanitized the value, or renamed some + * properties/fields and forgot to update the binding to the sanitized value? + * + * To be secure by default, AngularJS makes sure bindings go through that sanitization, or + * any similar validation process, unless there's a good reason to trust the given value in this + * context. That trust is formalized with a function call. This means that as a developer, you + * can assume all untrusted bindings are safe. Then, to audit your code for binding security issues, + * you just need to ensure the values you mark as trusted indeed are safe - because they were + * received from your server, sanitized by your library, etc. You can organize your codebase to + * help with this - perhaps allowing only the files in a specific directory to do this. + * Ensuring that the internal API exposed by that code doesn't markup arbitrary values as safe then + * becomes a more manageable task. + * + * In the case of AngularJS' SCE service, one uses {@link ng.$sce#trustAs $sce.trustAs} + * (and shorthand methods such as {@link ng.$sce#trustAsHtml $sce.trustAsHtml}, etc.) to + * build the trusted versions of your values. + * + * ### How does it work? + * + * In privileged contexts, directives and code will bind to the result of {@link ng.$sce#getTrusted + * $sce.getTrusted(context, value)} rather than to the value directly. Think of this function as + * a way to enforce the required security context in your data sink. Directives use {@link + * ng.$sce#parseAs $sce.parseAs} rather than `$parse` to watch attribute bindings, which performs + * the {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. Also, + * when binding without directives, AngularJS will understand the context of your bindings + * automatically. + * + * As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link + * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly + * simplified): + * + * ``` + * var ngBindHtmlDirective = ['$sce', function($sce) { + * return function(scope, element, attr) { + * scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) { + * element.html(value || ''); + * }); + * }; + * }]; + * ``` + * + * ### Impact on loading templates + * + * This applies both to the {@link ng.directive:ngInclude `ng-include`} directive as well as + * `templateUrl`'s specified by {@link guide/directive directives}. + * + * By default, Angular only loads templates from the same domain and protocol as the application + * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl + * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or + * protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist + * them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value. + * + * *Please note*: + * The browser's + * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) + * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) + * policy apply in addition to this and may further restrict whether the template is successfully + * loaded. This means that without the right CORS policy, loading templates from a different domain + * won't work on all browsers. Also, loading templates from `file://` URL does not work on some + * browsers. + * + * ### This feels like too much overhead + * + * It's important to remember that SCE only applies to interpolation expressions. + * + * If your expressions are constant literals, they're automatically trusted and you don't need to + * call `$sce.trustAs` on them (e.g. + * `
    `) just works. The `$sceDelegate` will + * also use the `$sanitize` service if it is available when binding untrusted values to + * `$sce.HTML` context. AngularJS provides an implementation in `angular-sanitize.js`, and if you + * wish to use it, you will also need to depend on the {@link ngSanitize `ngSanitize`} module in + * your application. + * + * The included {@link ng.$sceDelegate $sceDelegate} comes with sane defaults to allow you to load + * templates in `ng-include` from your application's domain without having to even know about SCE. + * It blocks loading templates from other domains or loading templates over http from an https + * served document. You can change these by setting your own custom {@link + * ng.$sceDelegateProvider#resourceUrlWhitelist whitelists} and {@link + * ng.$sceDelegateProvider#resourceUrlBlacklist blacklists} for matching such URLs. + * + * This significantly reduces the overhead. It is far easier to pay the small overhead and have an + * application that's secure and can be audited to verify that with much more ease than bolting + * security onto an application later. + * + * + * ### What trusted context types are supported? + * + * | Context | Notes | + * |---------------------|----------------| + * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. If an unsafe value is encountered, and the {@link ngSanitize.$sanitize $sanitize} service is available (implemented by the {@link ngSanitize ngSanitize} module) this will sanitize the value instead of throwing an error. | + * | `$sce.CSS` | For CSS that's safe to source into the application. Currently, no bindings require this context. Feel free to use it in your own directives. | + * | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`
    Note that `$sce.RESOURCE_URL` makes a stronger statement about the URL than `$sce.URL` does (it's not just the URL that matters, but also what is at the end of it), and therefore contexts requiring values trusted for `$sce.RESOURCE_URL` can be used anywhere that values trusted for `$sce.URL` are required. | + * | `$sce.JS` | For JavaScript that is safe to execute in your application's context. Currently, no bindings require this context. Feel free to use it in your own directives. | + * + * + * Be aware that `a[href]` and `img[src]` automatically sanitize their URLs and do not pass them + * through {@link ng.$sce#getTrusted $sce.getTrusted}. There's no CSS-, URL-, or JS-context bindings + * in AngularJS currently, so their corresponding `$sce.trustAs` functions aren't useful yet. This + * might evolve. + * + * ### Format of items in {@link ng.$sceDelegateProvider#resourceUrlWhitelist resourceUrlWhitelist}/{@link ng.$sceDelegateProvider#resourceUrlBlacklist Blacklist}
    + * + * Each element in these arrays must be one of the following: + * + * - **'self'** + * - The special **string**, `'self'`, can be used to match against all URLs of the **same + * domain** as the application document using the **same protocol**. + * - **String** (except the special value `'self'`) + * - The string is matched against the full *normalized / absolute URL* of the resource + * being tested (substring matches are not good enough.) + * - There are exactly **two wildcard sequences** - `*` and `**`. All other characters + * match themselves. + * - `*`: matches zero or more occurrences of any character other than one of the following 6 + * characters: '`:`', '`/`', '`.`', '`?`', '`&`' and '`;`'. It's a useful wildcard for use + * in a whitelist. + * - `**`: matches zero or more occurrences of *any* character. As such, it's not + * appropriate for use in a scheme, domain, etc. as it would match too much. (e.g. + * http://**.example.com/ would match http://evil.com/?ignore=.example.com/ and that might + * not have been the intention.) Its usage at the very end of the path is ok. (e.g. + * http://foo.example.com/templates/**). + * - **RegExp** (*see caveat below*) + * - *Caveat*: While regular expressions are powerful and offer great flexibility, their syntax + * (and all the inevitable escaping) makes them *harder to maintain*. It's easy to + * accidentally introduce a bug when one updates a complex expression (imho, all regexes should + * have good test coverage). For instance, the use of `.` in the regex is correct only in a + * small number of cases. A `.` character in the regex used when matching the scheme or a + * subdomain could be matched against a `:` or literal `.` that was likely not intended. It + * is highly recommended to use the string patterns and only fall back to regular expressions + * as a last resort. + * - The regular expression must be an instance of RegExp (i.e. not a string.) It is + * matched against the **entire** *normalized / absolute URL* of the resource being tested + * (even when the RegExp did not have the `^` and `$` codes.) In addition, any flags + * present on the RegExp (such as multiline, global, ignoreCase) are ignored. + * - If you are generating your JavaScript from some other templating engine (not + * recommended, e.g. in issue [#4006](https://github.com/angular/angular.js/issues/4006)), + * remember to escape your regular expression (and be aware that you might need more than + * one level of escaping depending on your templating engine and the way you interpolated + * the value.) Do make use of your platform's escaping mechanism as it might be good + * enough before coding your own. E.g. Ruby has + * [Regexp.escape(str)](http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape) + * and Python has [re.escape](http://docs.python.org/library/re.html#re.escape). + * Javascript lacks a similar built in function for escaping. Take a look at Google + * Closure library's [goog.string.regExpEscape(s)]( + * http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962). + * + * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} for an example. + * + * ### Show me an example using SCE. + * + * + * + *
    + *

    + * User comments
    + * By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when + * $sanitize is available. If $sanitize isn't available, this results in an error instead of an + * exploit. + *
    + *
    + * {{userComment.name}}: + * + *
    + *
    + *
    + *
    + *
    + * + * + * angular.module('mySceApp', ['ngSanitize']) + * .controller('AppController', ['$http', '$templateCache', '$sce', + * function AppController($http, $templateCache, $sce) { + * var self = this; + * $http.get('test_data.json', {cache: $templateCache}).then(function(response) { + * self.userComments = response.data; + * }); + * self.explicitlyTrustedHtml = $sce.trustAsHtml( + * 'Hover over this text.'); + * }]); + * + * + * + * [ + * { "name": "Alice", + * "htmlComment": + * "Is anyone reading this?" + * }, + * { "name": "Bob", + * "htmlComment": "Yes! Am I the only other one?" + * } + * ] + * + * + * + * describe('SCE doc demo', function() { + * it('should sanitize untrusted values', function() { + * expect(element.all(by.css('.htmlComment')).first().getAttribute('innerHTML')) + * .toBe('Is anyone reading this?'); + * }); + * + * it('should NOT sanitize explicitly trusted values', function() { + * expect(element(by.id('explicitlyTrustedHtml')).getAttribute('innerHTML')).toBe( + * 'Hover over this text.'); + * }); + * }); + * + *
    + * + * + * + * ## Can I disable SCE completely? + * + * Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits + * for little coding overhead. It will be much harder to take an SCE disabled application and + * either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE + * for cases where you have a lot of existing code that was written before SCE was introduced and + * you're migrating them a module at a time. Also do note that this is an app-wide setting, so if + * you are writing a library, you will cause security bugs applications using it. + * + * That said, here's how you can completely disable SCE: + * + * ``` + * angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) { + * // Completely disable SCE. For demonstration purposes only! + * // Do not use in new projects or libraries. + * $sceProvider.enabled(false); + * }); + * ``` + * + */ - /* exported $SnifferProvider */ +function $SceProvider() { + var enabled = true; /** - * !!! This is an undocumented "private" service !!! - * - * @name $sniffer - * @requires $window - * @requires $document - * @this + * @ngdoc method + * @name $sceProvider#enabled + * @kind function * - * @property {boolean} history Does the browser support html5 history api ? - * @property {boolean} transitions Does the browser support CSS transition events ? - * @property {boolean} animations Does the browser support CSS animation events ? + * @param {boolean=} value If provided, then enables/disables SCE application-wide. + * @return {boolean} True if SCE is enabled, false otherwise. * * @description - * This is very simple implementation of testing browser's features. + * Enables/disables SCE and returns the current value. */ - function $SnifferProvider() { - this.$get = ['$window', '$document', function ($window, $document) { - var eventSupport = {}, - - // Chrome Packaged Apps are not allowed to access `history.pushState`. - // If not sandboxed, they can be detected by the presence of `chrome.app.runtime` - // (see https://developer.chrome.com/apps/api_index). If sandboxed, they can be detected by - // the presence of an extension runtime ID and the absence of other Chrome runtime APIs - // (see https://developer.chrome.com/apps/manifest/sandbox). - // (NW.js apps have access to Chrome APIs, but do support `history`.) - isNw = $window.nw && $window.nw.process, - isChromePackagedApp = !isNw && $window.chrome && ($window.chrome.app && $window.chrome.app.runtime || !$window.chrome.app && $window.chrome.runtime && $window.chrome.runtime.id), - hasHistoryPushState = !isChromePackagedApp && $window.history && $window.history.pushState, - android = toInt((/android (\d+)/.exec(lowercase(($window.navigator || {}).userAgent)) || [])[1]), - boxee = /Boxee/i.test(($window.navigator || {}).userAgent), - document = $document[0] || {}, - bodyStyle = document.body && document.body.style, - transitions = false, - animations = false; - - if (bodyStyle) { - // Support: Android <5, Blackberry Browser 10, default Chrome in Android 4.4.x - // Mentioned browsers need a -webkit- prefix for transitions & animations. - transitions = !!('transition' in bodyStyle || 'webkitTransition' in bodyStyle); - animations = !!('animation' in bodyStyle || 'webkitAnimation' in bodyStyle); - } - - return { - // Android has history.pushState, but it does not update location correctly - // so let's not use the history API at all. - // http://code.google.com/p/android/issues/detail?id=17471 - // https://github.com/angular/angular.js/issues/904 - - // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has - // so let's not use the history API also - // We are purposefully using `!(android < 4)` to cover the case when `android` is undefined - history: !!(hasHistoryPushState && !(android < 4) && !boxee), - hasEvent: function hasEvent(event) { - // Support: IE 9-11 only - // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have - // it. In particular the event is not fired when backspace or delete key are pressed or - // when cut operation is performed. - // IE10+ implements 'input' event but it erroneously fires under various situations, - // e.g. when placeholder changes, or a form is focused. - if (event === 'input' && msie) return false; - - if (isUndefined(eventSupport[event])) { - var divElm = document.createElement('div'); - eventSupport[event] = 'on' + event in divElm; - } - - return eventSupport[event]; - }, - csp: csp(), - transitions: transitions, - animations: animations, - android: android - }; - }]; - } + this.enabled = function(value) { + if (arguments.length) { + enabled = !!value; + } + return enabled; + }; - var $templateRequestMinErr = minErr('$compile'); - /** - * @ngdoc provider - * @name $templateRequestProvider - * @this + /* Design notes on the default implementation for SCE. * - * @description - * Used to configure the options passed to the {@link $http} service when making a template request. + * The API contract for the SCE delegate + * ------------------------------------- + * The SCE delegate object must provide the following 3 methods: + * + * - trustAs(contextEnum, value) + * This method is used to tell the SCE service that the provided value is OK to use in the + * contexts specified by contextEnum. It must return an object that will be accepted by + * getTrusted() for a compatible contextEnum and return this value. + * + * - valueOf(value) + * For values that were not produced by trustAs(), return them as is. For values that were + * produced by trustAs(), return the corresponding input value to trustAs. Basically, if + * trustAs is wrapping the given values into some type, this operation unwraps it when given + * such a value. + * + * - getTrusted(contextEnum, value) + * This function should return the a value that is safe to use in the context specified by + * contextEnum or throw and exception otherwise. + * + * NOTE: This contract deliberately does NOT state that values returned by trustAs() must be + * opaque or wrapped in some holder object. That happens to be an implementation detail. For + * instance, an implementation could maintain a registry of all trusted objects by context. In + * such a case, trustAs() would return the same object that was passed in. getTrusted() would + * return the same object passed in if it was found in the registry under a compatible context or + * throw an exception otherwise. An implementation might only wrap values some of the time based + * on some criteria. getTrusted() might return a value and not throw an exception for special + * constants or objects even if not wrapped. All such implementations fulfill this contract. * - * For example, it can be used for specifying the "Accept" header that is sent to the server, when - * requesting a template. + * + * A note on the inheritance model for SCE contexts + * ------------------------------------------------ + * I've used inheritance and made RESOURCE_URL wrapped types a subtype of URL wrapped types. This + * is purely an implementation details. + * + * The contract is simply this: + * + * getTrusted($sce.RESOURCE_URL, value) succeeding implies that getTrusted($sce.URL, value) + * will also succeed. + * + * Inheritance happens to capture this in a natural way. In some future, we may not use + * inheritance anymore. That is OK because no code outside of sce.js and sceSpecs.js would need to + * be aware of this detail. */ - function $TemplateRequestProvider() { - var httpOptions; + this.$get = ['$parse', '$sceDelegate', function( + $parse, $sceDelegate) { + // Support: IE 9-11 only + // Prereq: Ensure that we're not running in IE<11 quirks mode. In that mode, IE < 11 allow + // the "expression(javascript expression)" syntax which is insecure. + if (enabled && msie < 8) { + throw $sceMinErr('iequirks', + 'Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks ' + + 'mode. You can fix this by adding the text to the top of your HTML ' + + 'document. See http://docs.angularjs.org/api/ng.$sce for more information.'); + } + + var sce = shallowCopy(SCE_CONTEXTS); /** * @ngdoc method - * @name $templateRequestProvider#httpOptions - * @description - * The options to be passed to the {@link $http} service when making the request. - * You can use this to override options such as the "Accept" header for template requests. + * @name $sce#isEnabled + * @kind function * - * The {@link $templateRequest} will set the `cache` and the `transformResponse` properties of the - * options if not overridden here. + * @return {Boolean} True if SCE is enabled, false otherwise. If you want to set the value, you + * have to do it at module config time on {@link ng.$sceProvider $sceProvider}. * - * @param {string=} value new value for the {@link $http} options. - * @returns {string|self} Returns the {@link $http} options when used as getter and self if used as setter. + * @description + * Returns a boolean indicating if SCE is enabled. */ - this.httpOptions = function (val) { - if (val) { - httpOptions = val; - return this; + sce.isEnabled = function() { + return enabled; + }; + sce.trustAs = $sceDelegate.trustAs; + sce.getTrusted = $sceDelegate.getTrusted; + sce.valueOf = $sceDelegate.valueOf; + + if (!enabled) { + sce.trustAs = sce.getTrusted = function(type, value) { return value; }; + sce.valueOf = identity; + } + + /** + * @ngdoc method + * @name $sce#parseAs + * + * @description + * Converts Angular {@link guide/expression expression} into a function. This is like {@link + * ng.$parse $parse} and is identical when the expression is a literal constant. Otherwise, it + * wraps the expression in a call to {@link ng.$sce#getTrusted $sce.getTrusted(*type*, + * *result*)} + * + * @param {string} type The SCE context in which this result will be used. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + sce.parseAs = function sceParseAs(type, expr) { + var parsed = $parse(expr); + if (parsed.literal && parsed.constant) { + return parsed; + } else { + return $parse(expr, function(value) { + return sce.getTrusted(type, value); + }); } - return httpOptions; }; /** - * @ngdoc service - * @name $templateRequest + * @ngdoc method + * @name $sce#trustAs + * + * @description + * Delegates to {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. As such, returns a + * wrapped object that represents your value, and the trust you have in its safety for the given + * context. AngularJS can then use that value as-is in bindings of the specified secure context. + * This is used in bindings for `ng-bind-html`, `ng-include`, and most `src` attribute + * interpolations. See {@link ng.$sce $sce} for strict contextual escaping. + * + * @param {string} type The context in which this value is safe for use, e.g. `$sce.URL`, + * `$sce.RESOURCE_URL`, `$sce.HTML`, `$sce.JS` or `$sce.CSS`. + * + * @param {*} value The value that that should be considered trusted. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in the context you specified. + */ + + /** + * @ngdoc method + * @name $sce#trustAsHtml + * + * @description + * Shorthand method. `$sce.trustAsHtml(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.HTML, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.HTML` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.HTML` context (like `ng-bind-html`). + */ + + /** + * @ngdoc method + * @name $sce#trustAsCss + * + * @description + * Shorthand method. `$sce.trustAsCss(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.CSS, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.CSS` context. + * @return {*} A wrapped version of value that can be used as a trusted variant + * of your `value` in `$sce.CSS` context. This context is currently unused, so there are + * almost no reasons to use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#trustAsUrl + * + * @description + * Shorthand method. `$sce.trustAsUrl(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.URL, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.URL` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.URL` context. That context is currently unused, so there are almost no reasons + * to use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#trustAsResourceUrl + * + * @description + * Shorthand method. `$sce.trustAsResourceUrl(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.RESOURCE_URL, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.RESOURCE_URL` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.RESOURCE_URL` context (template URLs in `ng-include`, most `src` attribute + * bindings, ...) + */ + + /** + * @ngdoc method + * @name $sce#trustAsJs + * + * @description + * Shorthand method. `$sce.trustAsJs(value)` → + * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.JS, value)`} + * + * @param {*} value The value to mark as trusted for `$sce.JS` context. + * @return {*} A wrapped version of value that can be used as a trusted variant of your `value` + * in `$sce.JS` context. That context is currently unused, so there are almost no reasons to + * use this function so far. + */ + + /** + * @ngdoc method + * @name $sce#getTrusted + * + * @description + * Delegates to {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted`}. As such, + * takes any input, and either returns a value that's safe to use in the specified context, + * or throws an exception. This function is aware of trusted values created by the `trustAs` + * function and its shorthands, and when contexts are appropriate, returns the unwrapped value + * as-is. Finally, this function can also throw when there is no way to turn `maybeTrusted` in a + * safe value (e.g., no sanitization is available or possible.) + * + * @param {string} type The context in which this value is to be used. + * @param {*} maybeTrusted The result of a prior {@link ng.$sce#trustAs + * `$sce.trustAs`} call, or anything else (which will not be considered trusted.) + * @return {*} A version of the value that's safe to use in the given context, or throws an + * exception if this is impossible. + */ + + /** + * @ngdoc method + * @name $sce#getTrustedHtml + * + * @description + * Shorthand method. `$sce.getTrustedHtml(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.HTML, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.HTML, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedCss + * + * @description + * Shorthand method. `$sce.getTrustedCss(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.CSS, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.CSS, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedUrl + * + * @description + * Shorthand method. `$sce.getTrustedUrl(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.URL, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.URL, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedResourceUrl + * + * @description + * Shorthand method. `$sce.getTrustedResourceUrl(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.RESOURCE_URL, value)`} + * + * @param {*} value The value to pass to `$sceDelegate.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.RESOURCE_URL, value)` + */ + + /** + * @ngdoc method + * @name $sce#getTrustedJs + * + * @description + * Shorthand method. `$sce.getTrustedJs(value)` → + * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.JS, value)`} + * + * @param {*} value The value to pass to `$sce.getTrusted`. + * @return {*} The return value of `$sce.getTrusted($sce.JS, value)` + */ + + /** + * @ngdoc method + * @name $sce#parseAsHtml + * + * @description + * Shorthand method. `$sce.parseAsHtml(expression string)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.HTML, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsCss + * + * @description + * Shorthand method. `$sce.parseAsCss(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.CSS, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsUrl * * @description - * The `$templateRequest` service runs security checks then downloads the provided template using - * `$http` and, upon success, stores the contents inside of `$templateCache`. If the HTTP request - * fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the - * exception can be thwarted by setting the 2nd parameter of the function to true). Note that the - * contents of `$templateCache` are trusted, so the call to `$sce.getTrustedUrl(tpl)` is omitted - * when `tpl` is of type string and `$templateCache` has the matching entry. + * Shorthand method. `$sce.parseAsUrl(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.URL, value)`} + * + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: + * + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsResourceUrl * - * If you want to pass custom options to the `$http` service, such as setting the Accept header you - * can configure this via {@link $templateRequestProvider#httpOptions}. + * @description + * Shorthand method. `$sce.parseAsResourceUrl(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.RESOURCE_URL, value)`} * - * `$templateRequest` is used internally by {@link $compile}, {@link ngRoute.$route}, and directives such - * as {@link ngInclude} to download and cache templates. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: * - * 3rd party modules should use `$templateRequest` if their services or directives are loading - * templates. + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. + */ + + /** + * @ngdoc method + * @name $sce#parseAsJs * - * @param {string|TrustedResourceUrl} tpl The HTTP request template URL - * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty + * @description + * Shorthand method. `$sce.parseAsJs(value)` → + * {@link ng.$sce#parseAs `$sce.parseAs($sce.JS, value)`} * - * @return {Promise} a promise for the HTTP response data of the given URL. + * @param {string} expression String expression to compile. + * @return {function(context, locals)} A function which represents the compiled expression: * - * @property {number} totalPendingRequests total amount of pending template requests being downloaded. + * * `context` – `{object}` – an object against which any expressions embedded in the + * strings are evaluated against (typically a scope object). + * * `locals` – `{object=}` – local variables context object, useful for overriding values + * in `context`. */ - this.$get = ['$exceptionHandler', '$templateCache', '$http', '$q', '$sce', function ($exceptionHandler, $templateCache, $http, $q, $sce) { + + // Shorthand delegations. + var parse = sce.parseAs, + getTrusted = sce.getTrusted, + trustAs = sce.trustAs; + + forEach(SCE_CONTEXTS, function(enumValue, name) { + var lName = lowercase(name); + sce[snakeToCamel('parse_as_' + lName)] = function(expr) { + return parse(enumValue, expr); + }; + sce[snakeToCamel('get_trusted_' + lName)] = function(value) { + return getTrusted(enumValue, value); + }; + sce[snakeToCamel('trust_as_' + lName)] = function(value) { + return trustAs(enumValue, value); + }; + }); + + return sce; + }]; +} + +/* exported $SnifferProvider */ + +/** + * !!! This is an undocumented "private" service !!! + * + * @name $sniffer + * @requires $window + * @requires $document + * @this + * + * @property {boolean} history Does the browser support html5 history api ? + * @property {boolean} transitions Does the browser support CSS transition events ? + * @property {boolean} animations Does the browser support CSS animation events ? + * + * @description + * This is very simple implementation of testing browser's features. + */ +function $SnifferProvider() { + this.$get = ['$window', '$document', function($window, $document) { + var eventSupport = {}, + // Chrome Packaged Apps are not allowed to access `history.pushState`. + // If not sandboxed, they can be detected by the presence of `chrome.app.runtime` + // (see https://developer.chrome.com/apps/api_index). If sandboxed, they can be detected by + // the presence of an extension runtime ID and the absence of other Chrome runtime APIs + // (see https://developer.chrome.com/apps/manifest/sandbox). + // (NW.js apps have access to Chrome APIs, but do support `history`.) + isNw = $window.nw && $window.nw.process, + isChromePackagedApp = + !isNw && + $window.chrome && + ($window.chrome.app && $window.chrome.app.runtime || + !$window.chrome.app && $window.chrome.runtime && $window.chrome.runtime.id), + hasHistoryPushState = !isChromePackagedApp && $window.history && $window.history.pushState, + android = + toInt((/android (\d+)/.exec(lowercase(($window.navigator || {}).userAgent)) || [])[1]), + boxee = /Boxee/i.test(($window.navigator || {}).userAgent), + document = $document[0] || {}, + bodyStyle = document.body && document.body.style, + transitions = false, + animations = false; + + if (bodyStyle) { + // Support: Android <5, Blackberry Browser 10, default Chrome in Android 4.4.x + // Mentioned browsers need a -webkit- prefix for transitions & animations. + transitions = !!('transition' in bodyStyle || 'webkitTransition' in bodyStyle); + animations = !!('animation' in bodyStyle || 'webkitAnimation' in bodyStyle); + } + + + return { + // Android has history.pushState, but it does not update location correctly + // so let's not use the history API at all. + // http://code.google.com/p/android/issues/detail?id=17471 + // https://github.com/angular/angular.js/issues/904 + + // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has + // so let's not use the history API also + // We are purposefully using `!(android < 4)` to cover the case when `android` is undefined + history: !!(hasHistoryPushState && !(android < 4) && !boxee), + hasEvent: function(event) { + // Support: IE 9-11 only + // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have + // it. In particular the event is not fired when backspace or delete key are pressed or + // when cut operation is performed. + // IE10+ implements 'input' event but it erroneously fires under various situations, + // e.g. when placeholder changes, or a form is focused. + if (event === 'input' && msie) return false; + + if (isUndefined(eventSupport[event])) { + var divElm = document.createElement('div'); + eventSupport[event] = 'on' + event in divElm; + } + + return eventSupport[event]; + }, + csp: csp(), + transitions: transitions, + animations: animations, + android: android + }; + }]; +} + +var $templateRequestMinErr = minErr('$compile'); + +/** + * @ngdoc provider + * @name $templateRequestProvider + * @this + * + * @description + * Used to configure the options passed to the {@link $http} service when making a template request. + * + * For example, it can be used for specifying the "Accept" header that is sent to the server, when + * requesting a template. + */ +function $TemplateRequestProvider() { + + var httpOptions; + + /** + * @ngdoc method + * @name $templateRequestProvider#httpOptions + * @description + * The options to be passed to the {@link $http} service when making the request. + * You can use this to override options such as the "Accept" header for template requests. + * + * The {@link $templateRequest} will set the `cache` and the `transformResponse` properties of the + * options if not overridden here. + * + * @param {string=} value new value for the {@link $http} options. + * @returns {string|self} Returns the {@link $http} options when used as getter and self if used as setter. + */ + this.httpOptions = function(val) { + if (val) { + httpOptions = val; + return this; + } + return httpOptions; + }; + + /** + * @ngdoc service + * @name $templateRequest + * + * @description + * The `$templateRequest` service runs security checks then downloads the provided template using + * `$http` and, upon success, stores the contents inside of `$templateCache`. If the HTTP request + * fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the + * exception can be thwarted by setting the 2nd parameter of the function to true). Note that the + * contents of `$templateCache` are trusted, so the call to `$sce.getTrustedUrl(tpl)` is omitted + * when `tpl` is of type string and `$templateCache` has the matching entry. + * + * If you want to pass custom options to the `$http` service, such as setting the Accept header you + * can configure this via {@link $templateRequestProvider#httpOptions}. + * + * `$templateRequest` is used internally by {@link $compile}, {@link ngRoute.$route}, and directives such + * as {@link ngInclude} to download and cache templates. + * + * 3rd party modules should use `$templateRequest` if their services or directives are loading + * templates. + * + * @param {string|TrustedResourceUrl} tpl The HTTP request template URL + * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty + * + * @return {Promise} a promise for the HTTP response data of the given URL. + * + * @property {number} totalPendingRequests total amount of pending template requests being downloaded. + */ + this.$get = ['$exceptionHandler', '$templateCache', '$http', '$q', '$sce', + function($exceptionHandler, $templateCache, $http, $q, $sce) { function handleRequestFn(tpl, ignoreRequestError) { handleRequestFn.totalPendingRequests++; @@ -52868,7 +54987,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol var transformResponse = $http.defaults && $http.defaults.transformResponse; if (isArray(transformResponse)) { - transformResponse = transformResponse.filter(function (transformer) { + transformResponse = transformResponse.filter(function(transformer) { return transformer !== defaultHttpResponseTransform; }); } else if (transformResponse === defaultHttpResponseTransform) { @@ -52876,18 +54995,22 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } return $http.get(tpl, extend({ - cache: $templateCache, - transformResponse: transformResponse - }, httpOptions)).finally(function () { - handleRequestFn.totalPendingRequests--; - }).then(function (response) { - $templateCache.put(tpl, response.data); - return response.data; - }, handleError); + cache: $templateCache, + transformResponse: transformResponse + }, httpOptions)) + .finally(function() { + handleRequestFn.totalPendingRequests--; + }) + .then(function(response) { + $templateCache.put(tpl, response.data); + return response.data; + }, handleError); function handleError(resp) { if (!ignoreRequestError) { - resp = $templateRequestMinErr('tpload', 'Failed to load template: {0} (HTTP status: {1} {2})', tpl, resp.status, resp.statusText); + resp = $templateRequestMinErr('tpload', + 'Failed to load template: {0} (HTTP status: {1} {2})', + tpl, resp.status, resp.statusText); $exceptionHandler(resp); } @@ -52899,1071 +55022,1084 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol handleRequestFn.totalPendingRequests = 0; return handleRequestFn; - }]; - } + } + ]; +} - /** @this */ - function $$TestabilityProvider() { - this.$get = ['$rootScope', '$browser', '$location', function ($rootScope, $browser, $location) { +/** @this */ +function $$TestabilityProvider() { + this.$get = ['$rootScope', '$browser', '$location', + function($rootScope, $browser, $location) { - /** - * @name $testability - * - * @description - * The private $$testability service provides a collection of methods for use when debugging - * or by automated test and debugging tools. - */ - var testability = {}; + /** + * @name $testability + * + * @description + * The private $$testability service provides a collection of methods for use when debugging + * or by automated test and debugging tools. + */ + var testability = {}; - /** - * @name $$testability#findBindings - * - * @description - * Returns an array of elements that are bound (via ng-bind or {{}}) - * to expressions matching the input. - * - * @param {Element} element The element root to search from. - * @param {string} expression The binding expression to match. - * @param {boolean} opt_exactMatch If true, only returns exact matches - * for the expression. Filters and whitespace are ignored. - */ - testability.findBindings = function (element, expression, opt_exactMatch) { - var bindings = element.getElementsByClassName('ng-binding'); - var matches = []; - forEach(bindings, function (binding) { - var dataBinding = angular.element(binding).data('$binding'); - if (dataBinding) { - forEach(dataBinding, function (bindingName) { - if (opt_exactMatch) { - var matcher = new RegExp('(^|\\s)' + escapeForRegexp(expression) + '(\\s|\\||$)'); - if (matcher.test(bindingName)) { - matches.push(binding); - } - } else { - if (bindingName.indexOf(expression) !== -1) { - matches.push(binding); - } + /** + * @name $$testability#findBindings + * + * @description + * Returns an array of elements that are bound (via ng-bind or {{}}) + * to expressions matching the input. + * + * @param {Element} element The element root to search from. + * @param {string} expression The binding expression to match. + * @param {boolean} opt_exactMatch If true, only returns exact matches + * for the expression. Filters and whitespace are ignored. + */ + testability.findBindings = function(element, expression, opt_exactMatch) { + var bindings = element.getElementsByClassName('ng-binding'); + var matches = []; + forEach(bindings, function(binding) { + var dataBinding = angular.element(binding).data('$binding'); + if (dataBinding) { + forEach(dataBinding, function(bindingName) { + if (opt_exactMatch) { + var matcher = new RegExp('(^|\\s)' + escapeForRegexp(expression) + '(\\s|\\||$)'); + if (matcher.test(bindingName)) { + matches.push(binding); } - }); - } - }); - return matches; - }; + } else { + if (bindingName.indexOf(expression) !== -1) { + matches.push(binding); + } + } + }); + } + }); + return matches; + }; - /** - * @name $$testability#findModels - * - * @description - * Returns an array of elements that are two-way found via ng-model to - * expressions matching the input. - * - * @param {Element} element The element root to search from. - * @param {string} expression The model expression to match. - * @param {boolean} opt_exactMatch If true, only returns exact matches - * for the expression. - */ - testability.findModels = function (element, expression, opt_exactMatch) { - var prefixes = ['ng-', 'data-ng-', 'ng\\:']; - for (var p = 0; p < prefixes.length; ++p) { - var attributeEquals = opt_exactMatch ? '=' : '*='; - var selector = '[' + prefixes[p] + 'model' + attributeEquals + '"' + expression + '"]'; - var elements = element.querySelectorAll(selector); - if (elements.length) { - return elements; - } + /** + * @name $$testability#findModels + * + * @description + * Returns an array of elements that are two-way found via ng-model to + * expressions matching the input. + * + * @param {Element} element The element root to search from. + * @param {string} expression The model expression to match. + * @param {boolean} opt_exactMatch If true, only returns exact matches + * for the expression. + */ + testability.findModels = function(element, expression, opt_exactMatch) { + var prefixes = ['ng-', 'data-ng-', 'ng\\:']; + for (var p = 0; p < prefixes.length; ++p) { + var attributeEquals = opt_exactMatch ? '=' : '*='; + var selector = '[' + prefixes[p] + 'model' + attributeEquals + '"' + expression + '"]'; + var elements = element.querySelectorAll(selector); + if (elements.length) { + return elements; } - }; + } + }; - /** - * @name $$testability#getLocation - * - * @description - * Shortcut for getting the location in a browser agnostic way. Returns - * the path, search, and hash. (e.g. /path?a=b#hash) - */ - testability.getLocation = function () { - return $location.url(); - }; + /** + * @name $$testability#getLocation + * + * @description + * Shortcut for getting the location in a browser agnostic way. Returns + * the path, search, and hash. (e.g. /path?a=b#hash) + */ + testability.getLocation = function() { + return $location.url(); + }; - /** - * @name $$testability#setLocation - * - * @description - * Shortcut for navigating to a location without doing a full page reload. - * - * @param {string} url The location url (path, search and hash, - * e.g. /path?a=b#hash) to go to. - */ - testability.setLocation = function (url) { - if (url !== $location.url()) { - $location.url(url); - $rootScope.$digest(); - } - }; + /** + * @name $$testability#setLocation + * + * @description + * Shortcut for navigating to a location without doing a full page reload. + * + * @param {string} url The location url (path, search and hash, + * e.g. /path?a=b#hash) to go to. + */ + testability.setLocation = function(url) { + if (url !== $location.url()) { + $location.url(url); + $rootScope.$digest(); + } + }; - /** - * @name $$testability#whenStable - * - * @description - * Calls the callback when $timeout and $http requests are completed. - * - * @param {function} callback - */ - testability.whenStable = function (callback) { - $browser.notifyWhenNoOutstandingRequests(callback); - }; + /** + * @name $$testability#whenStable + * + * @description + * Calls the callback when $timeout and $http requests are completed. + * + * @param {function} callback + */ + testability.whenStable = function(callback) { + $browser.notifyWhenNoOutstandingRequests(callback); + }; - return testability; - }]; - } + return testability; + }]; +} - /** @this */ - function $TimeoutProvider() { - this.$get = ['$rootScope', '$browser', '$q', '$$q', '$exceptionHandler', function ($rootScope, $browser, $q, $$q, $exceptionHandler) { +/** @this */ +function $TimeoutProvider() { + this.$get = ['$rootScope', '$browser', '$q', '$$q', '$exceptionHandler', + function($rootScope, $browser, $q, $$q, $exceptionHandler) { - var deferreds = {}; + var deferreds = {}; - /** - * @ngdoc service - * @name $timeout - * - * @description - * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch - * block and delegates any exceptions to - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * The return value of calling `$timeout` is a promise, which will be resolved when - * the delay has passed and the timeout function, if provided, is executed. - * - * To cancel a timeout request, call `$timeout.cancel(promise)`. - * - * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to - * synchronously flush the queue of deferred functions. - * - * If you only want a promise that will be resolved after some specified delay - * then you can call `$timeout` without the `fn` function. - * - * @param {function()=} fn A function, whose execution should be delayed. - * @param {number=} [delay=0] Delay in milliseconds. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @param {...*=} Pass additional parameters to the executed function. - * @returns {Promise} Promise that will be resolved when the timeout is reached. The promise - * will be resolved with the return value of the `fn` function. - * - */ - function timeout(fn, delay, invokeApply) { - if (!isFunction(fn)) { - invokeApply = delay; - delay = fn; - fn = noop; + + /** + * @ngdoc service + * @name $timeout + * + * @description + * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch + * block and delegates any exceptions to + * {@link ng.$exceptionHandler $exceptionHandler} service. + * + * The return value of calling `$timeout` is a promise, which will be resolved when + * the delay has passed and the timeout function, if provided, is executed. + * + * To cancel a timeout request, call `$timeout.cancel(promise)`. + * + * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to + * synchronously flush the queue of deferred functions. + * + * If you only want a promise that will be resolved after some specified delay + * then you can call `$timeout` without the `fn` function. + * + * @param {function()=} fn A function, whose execution should be delayed. + * @param {number=} [delay=0] Delay in milliseconds. + * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise + * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * @param {...*=} Pass additional parameters to the executed function. + * @returns {Promise} Promise that will be resolved when the timeout is reached. The promise + * will be resolved with the return value of the `fn` function. + * + */ + function timeout(fn, delay, invokeApply) { + if (!isFunction(fn)) { + invokeApply = delay; + delay = fn; + fn = noop; + } + + var args = sliceArgs(arguments, 3), + skipApply = (isDefined(invokeApply) && !invokeApply), + deferred = (skipApply ? $$q : $q).defer(), + promise = deferred.promise, + timeoutId; + + timeoutId = $browser.defer(function() { + try { + deferred.resolve(fn.apply(null, args)); + } catch (e) { + deferred.reject(e); + $exceptionHandler(e); + } finally { + delete deferreds[promise.$$timeoutId]; } - var args = sliceArgs(arguments, 3), - skipApply = isDefined(invokeApply) && !invokeApply, - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise, - timeoutId; + if (!skipApply) $rootScope.$apply(); + }, delay); - timeoutId = $browser.defer(function () { - try { - deferred.resolve(fn.apply(null, args)); - } catch (e) { - deferred.reject(e); - $exceptionHandler(e); - } finally { - delete deferreds[promise.$$timeoutId]; - } + promise.$$timeoutId = timeoutId; + deferreds[timeoutId] = deferred; - if (!skipApply) $rootScope.$apply(); - }, delay); + return promise; + } - promise.$$timeoutId = timeoutId; - deferreds[timeoutId] = deferred; - return promise; + /** + * @ngdoc method + * @name $timeout#cancel + * + * @description + * Cancels a task associated with the `promise`. As a result of this, the promise will be + * resolved with a rejection. + * + * @param {Promise=} promise Promise returned by the `$timeout` function. + * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully + * canceled. + */ + timeout.cancel = function(promise) { + if (promise && promise.$$timeoutId in deferreds) { + // Timeout cancels should not report an unhandled promise. + markQExceptionHandled(deferreds[promise.$$timeoutId].promise); + deferreds[promise.$$timeoutId].reject('canceled'); + delete deferreds[promise.$$timeoutId]; + return $browser.defer.cancel(promise.$$timeoutId); } + return false; + }; - /** - * @ngdoc method - * @name $timeout#cancel - * - * @description - * Cancels a task associated with the `promise`. As a result of this, the promise will be - * resolved with a rejection. - * - * @param {Promise=} promise Promise returned by the `$timeout` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ - timeout.cancel = function (promise) { - if (promise && promise.$$timeoutId in deferreds) { - // Timeout cancels should not report an unhandled promise. - markQExceptionHandled(deferreds[promise.$$timeoutId].promise); - deferreds[promise.$$timeoutId].reject('canceled'); - delete deferreds[promise.$$timeoutId]; - return $browser.defer.cancel(promise.$$timeoutId); - } - return false; - }; + return timeout; + }]; +} - return timeout; - }]; +// NOTE: The usage of window and document instead of $window and $document here is +// deliberate. This service depends on the specific behavior of anchor nodes created by the +// browser (resolving and parsing URLs) that is unlikely to be provided by mock objects and +// cause us to break tests. In addition, when the browser resolves a URL for XHR, it +// doesn't know about mocked locations and resolves URLs to the real document - which is +// exactly the behavior needed here. There is little value is mocking these out for this +// service. +var urlParsingNode = window.document.createElement('a'); +var originUrl = urlResolve(window.location.href); + + +/** + * + * Implementation Notes for non-IE browsers + * ---------------------------------------- + * Assigning a URL to the href property of an anchor DOM node, even one attached to the DOM, + * results both in the normalizing and parsing of the URL. Normalizing means that a relative + * URL will be resolved into an absolute URL in the context of the application document. + * Parsing means that the anchor node's host, hostname, protocol, port, pathname and related + * properties are all populated to reflect the normalized URL. This approach has wide + * compatibility - Safari 1+, Mozilla 1+ etc. See + * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html + * + * Implementation Notes for IE + * --------------------------- + * IE <= 10 normalizes the URL when assigned to the anchor node similar to the other + * browsers. However, the parsed components will not be set if the URL assigned did not specify + * them. (e.g. if you assign a.href = "foo", then a.protocol, a.host, etc. will be empty.) We + * work around that by performing the parsing in a 2nd step by taking a previously normalized + * URL (e.g. by assigning to a.href) and assigning it a.href again. This correctly populates the + * properties such as protocol, hostname, port, etc. + * + * References: + * http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement + * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html + * http://url.spec.whatwg.org/#urlutils + * https://github.com/angular/angular.js/pull/2902 + * http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ + * + * @kind function + * @param {string} url The URL to be parsed. + * @description Normalizes and parses a URL. + * @returns {object} Returns the normalized URL as a dictionary. + * + * | member name | Description | + * |---------------|----------------| + * | href | A normalized version of the provided URL if it was not an absolute URL | + * | protocol | The protocol including the trailing colon | + * | host | The host and port (if the port is non-default) of the normalizedUrl | + * | search | The search params, minus the question mark | + * | hash | The hash string, minus the hash symbol + * | hostname | The hostname + * | port | The port, without ":" + * | pathname | The pathname, beginning with "/" + * + */ +function urlResolve(url) { + var href = url; + + // Support: IE 9-11 only + if (msie) { + // Normalize before parse. Refer Implementation Notes on why this is + // done in two steps on IE. + urlParsingNode.setAttribute('href', href); + href = urlParsingNode.href; } - // NOTE: The usage of window and document instead of $window and $document here is - // deliberate. This service depends on the specific behavior of anchor nodes created by the - // browser (resolving and parsing URLs) that is unlikely to be provided by mock objects and - // cause us to break tests. In addition, when the browser resolves a URL for XHR, it - // doesn't know about mocked locations and resolves URLs to the real document - which is - // exactly the behavior needed here. There is little value is mocking these out for this - // service. - var urlParsingNode = window.document.createElement('a'); - var originUrl = urlResolve(window.location.href); + urlParsingNode.setAttribute('href', href); - /** - * - * Implementation Notes for non-IE browsers - * ---------------------------------------- - * Assigning a URL to the href property of an anchor DOM node, even one attached to the DOM, - * results both in the normalizing and parsing of the URL. Normalizing means that a relative - * URL will be resolved into an absolute URL in the context of the application document. - * Parsing means that the anchor node's host, hostname, protocol, port, pathname and related - * properties are all populated to reflect the normalized URL. This approach has wide - * compatibility - Safari 1+, Mozilla 1+ etc. See - * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html - * - * Implementation Notes for IE - * --------------------------- - * IE <= 10 normalizes the URL when assigned to the anchor node similar to the other - * browsers. However, the parsed components will not be set if the URL assigned did not specify - * them. (e.g. if you assign a.href = "foo", then a.protocol, a.host, etc. will be empty.) We - * work around that by performing the parsing in a 2nd step by taking a previously normalized - * URL (e.g. by assigning to a.href) and assigning it a.href again. This correctly populates the - * properties such as protocol, hostname, port, etc. - * - * References: - * http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement - * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html - * http://url.spec.whatwg.org/#urlutils - * https://github.com/angular/angular.js/pull/2902 - * http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ - * - * @kind function - * @param {string} url The URL to be parsed. - * @description Normalizes and parses a URL. - * @returns {object} Returns the normalized URL as a dictionary. - * - * | member name | Description | - * |---------------|----------------| - * | href | A normalized version of the provided URL if it was not an absolute URL | - * | protocol | The protocol including the trailing colon | - * | host | The host and port (if the port is non-default) of the normalizedUrl | - * | search | The search params, minus the question mark | - * | hash | The hash string, minus the hash symbol - * | hostname | The hostname - * | port | The port, without ":" - * | pathname | The pathname, beginning with "/" - * - */ - function urlResolve(url) { - var href = url; + // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils + return { + href: urlParsingNode.href, + protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', + host: urlParsingNode.host, + search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', + hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', + hostname: urlParsingNode.hostname, + port: urlParsingNode.port, + pathname: (urlParsingNode.pathname.charAt(0) === '/') + ? urlParsingNode.pathname + : '/' + urlParsingNode.pathname + }; +} - // Support: IE 9-11 only - if (msie) { - // Normalize before parse. Refer Implementation Notes on why this is - // done in two steps on IE. - urlParsingNode.setAttribute('href', href); - href = urlParsingNode.href; - } +/** + * Parse a request URL and determine whether this is a same-origin request as the application document. + * + * @param {string|object} requestUrl The url of the request as a string that will be resolved + * or a parsed URL object. + * @returns {boolean} Whether the request is for the same origin as the application document. + */ +function urlIsSameOrigin(requestUrl) { + var parsed = (isString(requestUrl)) ? urlResolve(requestUrl) : requestUrl; + return (parsed.protocol === originUrl.protocol && + parsed.host === originUrl.host); +} - urlParsingNode.setAttribute('href', href); +/** + * @ngdoc service + * @name $window + * @this + * + * @description + * A reference to the browser's `window` object. While `window` + * is globally available in JavaScript, it causes testability problems, because + * it is a global variable. In angular we always refer to it through the + * `$window` service, so it may be overridden, removed or mocked for testing. + * + * Expressions, like the one defined for the `ngClick` directive in the example + * below, are evaluated with respect to the current scope. Therefore, there is + * no risk of inadvertently coding in a dependency on a global value in such an + * expression. + * + * @example + + + +
    + + +
    +
    + + it('should display the greeting in the input box', function() { + element(by.model('greeting')).sendKeys('Hello, E2E Tests'); + // If we click the button it will block the test runner + // element(':button').click(); + }); + +
    + */ +function $WindowProvider() { + this.$get = valueFn(window); +} - // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils - return { - href: urlParsingNode.href, - protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', - host: urlParsingNode.host, - search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', - hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', - hostname: urlParsingNode.hostname, - port: urlParsingNode.port, - pathname: urlParsingNode.pathname.charAt(0) === '/' ? urlParsingNode.pathname : '/' + urlParsingNode.pathname - }; - } +/** + * @name $$cookieReader + * @requires $document + * + * @description + * This is a private service for reading cookies used by $http and ngCookies + * + * @return {Object} a key/value map of the current cookies + */ +function $$CookieReader($document) { + var rawDocument = $document[0] || {}; + var lastCookies = {}; + var lastCookieString = ''; - /** - * Parse a request URL and determine whether this is a same-origin request as the application document. - * - * @param {string|object} requestUrl The url of the request as a string that will be resolved - * or a parsed URL object. - * @returns {boolean} Whether the request is for the same origin as the application document. - */ - function urlIsSameOrigin(requestUrl) { - var parsed = isString(requestUrl) ? urlResolve(requestUrl) : requestUrl; - return parsed.protocol === originUrl.protocol && parsed.host === originUrl.host; + function safeGetCookie(rawDocument) { + try { + return rawDocument.cookie || ''; + } catch (e) { + return ''; + } } - /** - * @ngdoc service - * @name $window - * @this - * - * @description - * A reference to the browser's `window` object. While `window` - * is globally available in JavaScript, it causes testability problems, because - * it is a global variable. In angular we always refer to it through the - * `$window` service, so it may be overridden, removed or mocked for testing. - * - * Expressions, like the one defined for the `ngClick` directive in the example - * below, are evaluated with respect to the current scope. Therefore, there is - * no risk of inadvertently coding in a dependency on a global value in such an - * expression. - * - * @example - - - -
    - - -
    -
    - - it('should display the greeting in the input box', function() { - element(by.model('greeting')).sendKeys('Hello, E2E Tests'); - // If we click the button it will block the test runner - // element(':button').click(); - }); - -
    - */ - function $WindowProvider() { - this.$get = valueFn(window); + function safeDecodeURIComponent(str) { + try { + return decodeURIComponent(str); + } catch (e) { + return str; + } } - /** - * @name $$cookieReader - * @requires $document - * - * @description - * This is a private service for reading cookies used by $http and ngCookies - * - * @return {Object} a key/value map of the current cookies - */ - function $$CookieReader($document) { - var rawDocument = $document[0] || {}; - var lastCookies = {}; - var lastCookieString = ''; + return function() { + var cookieArray, cookie, i, index, name; + var currentCookieString = safeGetCookie(rawDocument); - function safeGetCookie(rawDocument) { - try { - return rawDocument.cookie || ''; - } catch (e) { - return ''; - } - } + if (currentCookieString !== lastCookieString) { + lastCookieString = currentCookieString; + cookieArray = lastCookieString.split('; '); + lastCookies = {}; - function safeDecodeURIComponent(str) { - try { - return decodeURIComponent(str); - } catch (e) { - return str; - } - } - - return function () { - var cookieArray, cookie, i, index, name; - var currentCookieString = safeGetCookie(rawDocument); - - if (currentCookieString !== lastCookieString) { - lastCookieString = currentCookieString; - cookieArray = lastCookieString.split('; '); - lastCookies = {}; - - for (i = 0; i < cookieArray.length; i++) { - cookie = cookieArray[i]; - index = cookie.indexOf('='); - if (index > 0) { - //ignore nameless cookies - name = safeDecodeURIComponent(cookie.substring(0, index)); - // the first value that is seen for a cookie is the most - // specific one. values for the same cookie name that - // follow are for less specific paths. - if (isUndefined(lastCookies[name])) { - lastCookies[name] = safeDecodeURIComponent(cookie.substring(index + 1)); - } + for (i = 0; i < cookieArray.length; i++) { + cookie = cookieArray[i]; + index = cookie.indexOf('='); + if (index > 0) { //ignore nameless cookies + name = safeDecodeURIComponent(cookie.substring(0, index)); + // the first value that is seen for a cookie is the most + // specific one. values for the same cookie name that + // follow are for less specific paths. + if (isUndefined(lastCookies[name])) { + lastCookies[name] = safeDecodeURIComponent(cookie.substring(index + 1)); } } } - return lastCookies; - }; - } + } + return lastCookies; + }; +} - $$CookieReader.$inject = ['$document']; +$$CookieReader.$inject = ['$document']; - /** @this */ - function $$CookieReaderProvider() { - this.$get = $$CookieReader; - } +/** @this */ +function $$CookieReaderProvider() { + this.$get = $$CookieReader; +} - /* global currencyFilter: true, - dateFilter: true, - filterFilter: true, - jsonFilter: true, - limitToFilter: true, - lowercaseFilter: true, - numberFilter: true, - orderByFilter: true, - uppercaseFilter: true, - */ +/* global currencyFilter: true, + dateFilter: true, + filterFilter: true, + jsonFilter: true, + limitToFilter: true, + lowercaseFilter: true, + numberFilter: true, + orderByFilter: true, + uppercaseFilter: true, + */ - /** - * @ngdoc provider - * @name $filterProvider - * @description - * - * Filters are just functions which transform input to an output. However filters need to be - * Dependency Injected. To achieve this a filter definition consists of a factory function which is - * annotated with dependencies and is responsible for creating a filter function. - * - *
    - * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. - * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace - * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores - * (`myapp_subsection_filterx`). - *
    - * - * ```js - * // Filter registration - * function MyModule($provide, $filterProvider) { - * // create a service to demonstrate injection (not always needed) - * $provide.value('greet', function(name){ - * return 'Hello ' + name + '!'; - * }); - * - * // register a filter factory which uses the - * // greet service to demonstrate DI. - * $filterProvider.register('greet', function(greet){ - * // return the filter function which uses the greet service - * // to generate salutation - * return function(text) { - * // filters need to be forgiving so check input validity - * return text && greet(text) || text; - * }; - * }); - * } - * ``` - * - * The filter function is registered with the `$injector` under the filter name suffix with - * `Filter`. - * - * ```js - * it('should be the same instance', inject( - * function($filterProvider) { - * $filterProvider.register('reverse', function(){ - * return ...; - * }); - * }, - * function($filter, reverseFilter) { - * expect($filter('reverse')).toBe(reverseFilter); - * }); - * ``` - * - * - * For more information about how angular filters work, and how to create your own filters, see - * {@link guide/filter Filters} in the Angular Developer Guide. - */ +/** + * @ngdoc provider + * @name $filterProvider + * @description + * + * Filters are just functions which transform input to an output. However filters need to be + * Dependency Injected. To achieve this a filter definition consists of a factory function which is + * annotated with dependencies and is responsible for creating a filter function. + * + *
    + * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. + * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace + * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores + * (`myapp_subsection_filterx`). + *
    + * + * ```js + * // Filter registration + * function MyModule($provide, $filterProvider) { + * // create a service to demonstrate injection (not always needed) + * $provide.value('greet', function(name){ + * return 'Hello ' + name + '!'; + * }); + * + * // register a filter factory which uses the + * // greet service to demonstrate DI. + * $filterProvider.register('greet', function(greet){ + * // return the filter function which uses the greet service + * // to generate salutation + * return function(text) { + * // filters need to be forgiving so check input validity + * return text && greet(text) || text; + * }; + * }); + * } + * ``` + * + * The filter function is registered with the `$injector` under the filter name suffix with + * `Filter`. + * + * ```js + * it('should be the same instance', inject( + * function($filterProvider) { + * $filterProvider.register('reverse', function(){ + * return ...; + * }); + * }, + * function($filter, reverseFilter) { + * expect($filter('reverse')).toBe(reverseFilter); + * }); + * ``` + * + * + * For more information about how angular filters work, and how to create your own filters, see + * {@link guide/filter Filters} in the Angular Developer Guide. + */ + +/** + * @ngdoc service + * @name $filter + * @kind function + * @description + * Filters are used for formatting data displayed to the user. + * + * They can be used in view templates, controllers or services.Angular comes + * with a collection of [built-in filters](api/ng/filter), but it is easy to + * define your own as well. + * + * The general syntax in templates is as follows: + * + * ```html + * {{ expression [| filter_name[:parameter_value] ... ] }} + * ``` + * + * @param {String} name Name of the filter function to retrieve + * @return {Function} the filter function + * @example + + +
    +

    {{ originalText }}

    +

    {{ filteredText }}

    +
    +
    + + + angular.module('filterExample', []) + .controller('MainCtrl', function($scope, $filter) { + $scope.originalText = 'hello'; + $scope.filteredText = $filter('uppercase')($scope.originalText); + }); + +
    + */ +$FilterProvider.$inject = ['$provide']; +/** @this */ +function $FilterProvider($provide) { + var suffix = 'Filter'; /** - * @ngdoc service - * @name $filter - * @kind function - * @description - * Filters are used for formatting data displayed to the user. - * - * They can be used in view templates, controllers or services.Angular comes - * with a collection of [built-in filters](api/ng/filter), but it is easy to - * define your own as well. - * - * The general syntax in templates is as follows: - * - * ```html - * {{ expression [| filter_name[:parameter_value] ... ] }} - * ``` - * - * @param {String} name Name of the filter function to retrieve - * @return {Function} the filter function - * @example - - -
    -

    {{ originalText }}

    -

    {{ filteredText }}

    -
    -
    - - - angular.module('filterExample', []) - .controller('MainCtrl', function($scope, $filter) { - $scope.originalText = 'hello'; - $scope.filteredText = $filter('uppercase')($scope.originalText); - }); - -
    - */ - $FilterProvider.$inject = ['$provide']; - /** @this */ - function $FilterProvider($provide) { - var suffix = 'Filter'; - - /** - * @ngdoc method - * @name $filterProvider#register - * @param {string|Object} name Name of the filter function, or an object map of filters where - * the keys are the filter names and the values are the filter factories. - * - *
    - * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. - * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace - * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores - * (`myapp_subsection_filterx`). - *
    - * @param {Function} factory If the first argument was a string, a factory function for the filter to be registered. - * @returns {Object} Registered filter instance, or if a map of filters was provided then a map - * of the registered filter instances. - */ - function register(name, factory) { - if (isObject(name)) { - var filters = {}; - forEach(name, function (filter, key) { - filters[key] = register(key, filter); - }); - return filters; - } else { - return $provide.factory(name + suffix, factory); - } + * @ngdoc method + * @name $filterProvider#register + * @param {string|Object} name Name of the filter function, or an object map of filters where + * the keys are the filter names and the values are the filter factories. + * + *
    + * **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`. + * Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace + * your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores + * (`myapp_subsection_filterx`). + *
    + * @param {Function} factory If the first argument was a string, a factory function for the filter to be registered. + * @returns {Object} Registered filter instance, or if a map of filters was provided then a map + * of the registered filter instances. + */ + function register(name, factory) { + if (isObject(name)) { + var filters = {}; + forEach(name, function(filter, key) { + filters[key] = register(key, filter); + }); + return filters; + } else { + return $provide.factory(name + suffix, factory); } - this.register = register; + } + this.register = register; - this.$get = ['$injector', function ($injector) { - return function (name) { - return $injector.get(name + suffix); - }; - }]; + this.$get = ['$injector', function($injector) { + return function(name) { + return $injector.get(name + suffix); + }; + }]; - //////////////////////////////////////// - - /* global - currencyFilter: false, - dateFilter: false, - filterFilter: false, - jsonFilter: false, - limitToFilter: false, - lowercaseFilter: false, - numberFilter: false, - orderByFilter: false, - uppercaseFilter: false - */ + //////////////////////////////////////// - register('currency', currencyFilter); - register('date', dateFilter); - register('filter', filterFilter); - register('json', jsonFilter); - register('limitTo', limitToFilter); - register('lowercase', lowercaseFilter); - register('number', numberFilter); - register('orderBy', orderByFilter); - register('uppercase', uppercaseFilter); - } + /* global + currencyFilter: false, + dateFilter: false, + filterFilter: false, + jsonFilter: false, + limitToFilter: false, + lowercaseFilter: false, + numberFilter: false, + orderByFilter: false, + uppercaseFilter: false + */ - /** - * @ngdoc filter - * @name filter - * @kind function - * - * @description - * Selects a subset of items from `array` and returns it as a new array. - * - * @param {Array} array The source array. - *
    - * **Note**: If the array contains objects that reference themselves, filtering is not possible. - *
    - * @param {string|Object|function()} expression The predicate to be used for selecting items from - * `array`. - * - * Can be one of: - * - * - `string`: The string is used for matching against the contents of the `array`. All strings or - * objects with string properties in `array` that match this string will be returned. This also - * applies to nested object properties. - * The predicate can be negated by prefixing the string with `!`. - * - * - `Object`: A pattern object can be used to filter specific properties on objects contained - * by `array`. For example `{name:"M", phone:"1"}` predicate will return an array of items - * which have property `name` containing "M" and property `phone` containing "1". A special - * property name (`$` by default) can be used (e.g. as in `{$: "text"}`) to accept a match - * against any property of the object or its nested object properties. That's equivalent to the - * simple substring match with a `string` as described above. The special property name can be - * overwritten, using the `anyPropertyKey` parameter. - * The predicate can be negated by prefixing the string with `!`. - * For example `{name: "!M"}` predicate will return an array of items which have property `name` - * not containing "M". - * - * Note that a named property will match properties on the same level only, while the special - * `$` property will match properties on the same level or deeper. E.g. an array item like - * `{name: {first: 'John', last: 'Doe'}}` will **not** be matched by `{name: 'John'}`, but - * **will** be matched by `{$: 'John'}`. - * - * - `function(value, index, array)`: A predicate function can be used to write arbitrary filters. - * The function is called for each element of the array, with the element, its index, and - * the entire array itself as arguments. - * - * The final result is an array of those elements that the predicate returned true for. - * - * @param {function(actual, expected)|true|false} [comparator] Comparator which is used in - * determining if values retrieved using `expression` (when it is not a function) should be - * considered a match based on the expected value (from the filter expression) and actual - * value (from the object in the array). - * - * Can be one of: - * - * - `function(actual, expected)`: - * The function will be given the object value and the predicate value to compare and - * should return true if both values should be considered equal. - * - * - `true`: A shorthand for `function(actual, expected) { return angular.equals(actual, expected)}`. - * This is essentially strict comparison of expected and actual. - * - * - `false`: A short hand for a function which will look for a substring match in a case - * insensitive way. Primitive values are converted to strings. Objects are not compared against - * primitives, unless they have a custom `toString` method (e.g. `Date` objects). - * - * - * Defaults to `false`. - * - * @param {string} [anyPropertyKey] The special property name that matches against any property. - * By default `$`. - * - * @example - - -
    - - - - - - - - -
    NamePhone
    {{friend.name}}{{friend.phone}}
    -
    -
    -
    -
    -
    - - - - - - -
    NamePhone
    {{friendObj.name}}{{friendObj.phone}}
    -
    - - var expectFriendNames = function(expectedNames, key) { - element.all(by.repeater(key + ' in friends').column(key + '.name')).then(function(arr) { - arr.forEach(function(wd, i) { - expect(wd.getText()).toMatch(expectedNames[i]); - }); + register('currency', currencyFilter); + register('date', dateFilter); + register('filter', filterFilter); + register('json', jsonFilter); + register('limitTo', limitToFilter); + register('lowercase', lowercaseFilter); + register('number', numberFilter); + register('orderBy', orderByFilter); + register('uppercase', uppercaseFilter); +} + +/** + * @ngdoc filter + * @name filter + * @kind function + * + * @description + * Selects a subset of items from `array` and returns it as a new array. + * + * @param {Array} array The source array. + *
    + * **Note**: If the array contains objects that reference themselves, filtering is not possible. + *
    + * @param {string|Object|function()} expression The predicate to be used for selecting items from + * `array`. + * + * Can be one of: + * + * - `string`: The string is used for matching against the contents of the `array`. All strings or + * objects with string properties in `array` that match this string will be returned. This also + * applies to nested object properties. + * The predicate can be negated by prefixing the string with `!`. + * + * - `Object`: A pattern object can be used to filter specific properties on objects contained + * by `array`. For example `{name:"M", phone:"1"}` predicate will return an array of items + * which have property `name` containing "M" and property `phone` containing "1". A special + * property name (`$` by default) can be used (e.g. as in `{$: "text"}`) to accept a match + * against any property of the object or its nested object properties. That's equivalent to the + * simple substring match with a `string` as described above. The special property name can be + * overwritten, using the `anyPropertyKey` parameter. + * The predicate can be negated by prefixing the string with `!`. + * For example `{name: "!M"}` predicate will return an array of items which have property `name` + * not containing "M". + * + * Note that a named property will match properties on the same level only, while the special + * `$` property will match properties on the same level or deeper. E.g. an array item like + * `{name: {first: 'John', last: 'Doe'}}` will **not** be matched by `{name: 'John'}`, but + * **will** be matched by `{$: 'John'}`. + * + * - `function(value, index, array)`: A predicate function can be used to write arbitrary filters. + * The function is called for each element of the array, with the element, its index, and + * the entire array itself as arguments. + * + * The final result is an array of those elements that the predicate returned true for. + * + * @param {function(actual, expected)|true|false} [comparator] Comparator which is used in + * determining if values retrieved using `expression` (when it is not a function) should be + * considered a match based on the expected value (from the filter expression) and actual + * value (from the object in the array). + * + * Can be one of: + * + * - `function(actual, expected)`: + * The function will be given the object value and the predicate value to compare and + * should return true if both values should be considered equal. + * + * - `true`: A shorthand for `function(actual, expected) { return angular.equals(actual, expected)}`. + * This is essentially strict comparison of expected and actual. + * + * - `false`: A short hand for a function which will look for a substring match in a case + * insensitive way. Primitive values are converted to strings. Objects are not compared against + * primitives, unless they have a custom `toString` method (e.g. `Date` objects). + * + * + * Defaults to `false`. + * + * @param {string} [anyPropertyKey] The special property name that matches against any property. + * By default `$`. + * + * @example + + +
    + + + + + + + + +
    NamePhone
    {{friend.name}}{{friend.phone}}
    +
    +
    +
    +
    +
    + + + + + + +
    NamePhone
    {{friendObj.name}}{{friendObj.phone}}
    +
    + + var expectFriendNames = function(expectedNames, key) { + element.all(by.repeater(key + ' in friends').column(key + '.name')).then(function(arr) { + arr.forEach(function(wd, i) { + expect(wd.getText()).toMatch(expectedNames[i]); }); - }; - - it('should search across all fields when filtering with a string', function() { - var searchText = element(by.model('searchText')); - searchText.clear(); - searchText.sendKeys('m'); - expectFriendNames(['Mary', 'Mike', 'Adam'], 'friend'); - - searchText.clear(); - searchText.sendKeys('76'); - expectFriendNames(['John', 'Julie'], 'friend'); - }); - - it('should search in specific fields when filtering with a predicate object', function() { - var searchAny = element(by.model('search.$')); - searchAny.clear(); - searchAny.sendKeys('i'); - expectFriendNames(['Mary', 'Mike', 'Julie', 'Juliette'], 'friendObj'); - }); - it('should use a equal comparison when comparator is true', function() { - var searchName = element(by.model('search.name')); - var strict = element(by.model('strict')); - searchName.clear(); - searchName.sendKeys('Julie'); - strict.click(); - expectFriendNames(['Julie'], 'friendObj'); }); - -
    - */ + }; - function filterFilter() { - return function (array, expression, comparator, anyPropertyKey) { - if (!isArrayLike(array)) { - if (array == null) { - return array; - } else { - throw minErr('filter')('notarray', 'Expected array but received: {0}', array); - } - } + it('should search across all fields when filtering with a string', function() { + var searchText = element(by.model('searchText')); + searchText.clear(); + searchText.sendKeys('m'); + expectFriendNames(['Mary', 'Mike', 'Adam'], 'friend'); - anyPropertyKey = anyPropertyKey || '$'; - var expressionType = getTypeForFilter(expression); - var predicateFn; - var matchAgainstAnyProp; + searchText.clear(); + searchText.sendKeys('76'); + expectFriendNames(['John', 'Julie'], 'friend'); + }); - switch (expressionType) { - case 'function': - predicateFn = expression; - break; - case 'boolean': - case 'null': - case 'number': - case 'string': - matchAgainstAnyProp = true; - // falls through - case 'object': - predicateFn = createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp); - break; - default: - return array; - } + it('should search in specific fields when filtering with a predicate object', function() { + var searchAny = element(by.model('search.$')); + searchAny.clear(); + searchAny.sendKeys('i'); + expectFriendNames(['Mary', 'Mike', 'Julie', 'Juliette'], 'friendObj'); + }); + it('should use a equal comparison when comparator is true', function() { + var searchName = element(by.model('search.name')); + var strict = element(by.model('strict')); + searchName.clear(); + searchName.sendKeys('Julie'); + strict.click(); + expectFriendNames(['Julie'], 'friendObj'); + }); +
    +
    + */ - return Array.prototype.filter.call(array, predicateFn); - }; - } +function filterFilter() { + return function(array, expression, comparator, anyPropertyKey) { + if (!isArrayLike(array)) { + if (array == null) { + return array; + } else { + throw minErr('filter')('notarray', 'Expected array but received: {0}', array); + } + } - // Helper functions for `filterFilter` - function createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp) { - var shouldMatchPrimitives = isObject(expression) && anyPropertyKey in expression; + anyPropertyKey = anyPropertyKey || '$'; + var expressionType = getTypeForFilter(expression); var predicateFn; + var matchAgainstAnyProp; - if (comparator === true) { - comparator = equals; - } else if (!isFunction(comparator)) { - comparator = function comparator(actual, expected) { - if (isUndefined(actual)) { - // No substring matching against `undefined` - return false; - } - if (actual === null || expected === null) { - // No substring matching against `null`; only match against `null` - return actual === expected; - } - if (isObject(expected) || isObject(actual) && !hasCustomToString(actual)) { - // Should not compare primitives against objects, unless they have custom `toString` method - return false; - } - - actual = lowercase('' + actual); - expected = lowercase('' + expected); - return actual.indexOf(expected) !== -1; - }; + switch (expressionType) { + case 'function': + predicateFn = expression; + break; + case 'boolean': + case 'null': + case 'number': + case 'string': + matchAgainstAnyProp = true; + // falls through + case 'object': + predicateFn = createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp); + break; + default: + return array; } - predicateFn = function predicateFn(item) { - if (shouldMatchPrimitives && !isObject(item)) { - return deepCompare(item, expression[anyPropertyKey], comparator, anyPropertyKey, false); + return Array.prototype.filter.call(array, predicateFn); + }; +} + +// Helper functions for `filterFilter` +function createPredicateFn(expression, comparator, anyPropertyKey, matchAgainstAnyProp) { + var shouldMatchPrimitives = isObject(expression) && (anyPropertyKey in expression); + var predicateFn; + + if (comparator === true) { + comparator = equals; + } else if (!isFunction(comparator)) { + comparator = function(actual, expected) { + if (isUndefined(actual)) { + // No substring matching against `undefined` + return false; + } + if ((actual === null) || (expected === null)) { + // No substring matching against `null`; only match against `null` + return actual === expected; + } + if (isObject(expected) || (isObject(actual) && !hasCustomToString(actual))) { + // Should not compare primitives against objects, unless they have custom `toString` method + return false; } - return deepCompare(item, expression, comparator, anyPropertyKey, matchAgainstAnyProp); - }; - return predicateFn; + actual = lowercase('' + actual); + expected = lowercase('' + expected); + return actual.indexOf(expected) !== -1; + }; } - function deepCompare(actual, expected, comparator, anyPropertyKey, matchAgainstAnyProp, dontMatchWholeObject) { - var actualType = getTypeForFilter(actual); - var expectedType = getTypeForFilter(expected); - - if (expectedType === 'string' && expected.charAt(0) === '!') { - return !deepCompare(actual, expected.substring(1), comparator, anyPropertyKey, matchAgainstAnyProp); - } else if (isArray(actual)) { - // In case `actual` is an array, consider it a match - // if ANY of it's items matches `expected` - return actual.some(function (item) { - return deepCompare(item, expected, comparator, anyPropertyKey, matchAgainstAnyProp); - }); + predicateFn = function(item) { + if (shouldMatchPrimitives && !isObject(item)) { + return deepCompare(item, expression[anyPropertyKey], comparator, anyPropertyKey, false); } + return deepCompare(item, expression, comparator, anyPropertyKey, matchAgainstAnyProp); + }; - switch (actualType) { - case 'object': - var key; - if (matchAgainstAnyProp) { - for (key in actual) { - // Under certain, rare, circumstances, key may not be a string and `charAt` will be undefined - // See: https://github.com/angular/angular.js/issues/15644 - if (key.charAt && key.charAt(0) !== '$' && deepCompare(actual[key], expected, comparator, anyPropertyKey, true)) { - return true; - } + return predicateFn; +} + +function deepCompare(actual, expected, comparator, anyPropertyKey, matchAgainstAnyProp, dontMatchWholeObject) { + var actualType = getTypeForFilter(actual); + var expectedType = getTypeForFilter(expected); + + if ((expectedType === 'string') && (expected.charAt(0) === '!')) { + return !deepCompare(actual, expected.substring(1), comparator, anyPropertyKey, matchAgainstAnyProp); + } else if (isArray(actual)) { + // In case `actual` is an array, consider it a match + // if ANY of it's items matches `expected` + return actual.some(function(item) { + return deepCompare(item, expected, comparator, anyPropertyKey, matchAgainstAnyProp); + }); + } + + switch (actualType) { + case 'object': + var key; + if (matchAgainstAnyProp) { + for (key in actual) { + // Under certain, rare, circumstances, key may not be a string and `charAt` will be undefined + // See: https://github.com/angular/angular.js/issues/15644 + if (key.charAt && (key.charAt(0) !== '$') && + deepCompare(actual[key], expected, comparator, anyPropertyKey, true)) { + return true; + } + } + return dontMatchWholeObject ? false : deepCompare(actual, expected, comparator, anyPropertyKey, false); + } else if (expectedType === 'object') { + for (key in expected) { + var expectedVal = expected[key]; + if (isFunction(expectedVal) || isUndefined(expectedVal)) { + continue; } - return dontMatchWholeObject ? false : deepCompare(actual, expected, comparator, anyPropertyKey, false); - } else if (expectedType === 'object') { - for (key in expected) { - var expectedVal = expected[key]; - if (isFunction(expectedVal) || isUndefined(expectedVal)) { - continue; - } - var matchAnyProperty = key === anyPropertyKey; - var actualVal = matchAnyProperty ? actual : actual[key]; - if (!deepCompare(actualVal, expectedVal, comparator, anyPropertyKey, matchAnyProperty, matchAnyProperty)) { - return false; - } + var matchAnyProperty = key === anyPropertyKey; + var actualVal = matchAnyProperty ? actual : actual[key]; + if (!deepCompare(actualVal, expectedVal, comparator, anyPropertyKey, matchAnyProperty, matchAnyProperty)) { + return false; } - return true; - } else { - return comparator(actual, expected); } - case 'function': - return false; - default: + return true; + } else { return comparator(actual, expected); - } + } + case 'function': + return false; + default: + return comparator(actual, expected); } +} - // Used for easily differentiating between `null` and actual `object` - function getTypeForFilter(val) { - return val === null ? 'null' : typeof val === 'undefined' ? 'undefined' : _typeof(val); - } +// Used for easily differentiating between `null` and actual `object` +function getTypeForFilter(val) { + return (val === null) ? 'null' : typeof val; +} - var MAX_DIGITS = 22; - var DECIMAL_SEP = '.'; - var ZERO_CHAR = '0'; +var MAX_DIGITS = 22; +var DECIMAL_SEP = '.'; +var ZERO_CHAR = '0'; - /** - * @ngdoc filter - * @name currency - * @kind function - * - * @description - * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default - * symbol for current locale is used. - * - * @param {number} amount Input to filter. - * @param {string=} symbol Currency symbol or identifier to be displayed. - * @param {number=} fractionSize Number of decimal places to round the amount to, defaults to default max fraction size for current locale - * @returns {string} Formatted number. - * - * - * @example - - - -
    -
    - default currency symbol ($): {{amount | currency}}
    - custom currency identifier (USD$): {{amount | currency:"USD$"}}
    - no fractions (0): {{amount | currency:"USD$":0}} -
    -
    - - it('should init with 1234.56', function() { - expect(element(by.id('currency-default')).getText()).toBe('$1,234.56'); - expect(element(by.id('currency-custom')).getText()).toBe('USD$1,234.56'); - expect(element(by.id('currency-no-fractions')).getText()).toBe('USD$1,235'); - }); - it('should update', function() { - if (browser.params.browser === 'safari') { - // Safari does not understand the minus key. See - // https://github.com/angular/protractor/issues/481 - return; - } - element(by.model('amount')).clear(); - element(by.model('amount')).sendKeys('-1234'); - expect(element(by.id('currency-default')).getText()).toBe('-$1,234.00'); - expect(element(by.id('currency-custom')).getText()).toBe('-USD$1,234.00'); - expect(element(by.id('currency-no-fractions')).getText()).toBe('-USD$1,234'); - }); - -
    - */ - currencyFilter.$inject = ['$locale']; - function currencyFilter($locale) { - var formats = $locale.NUMBER_FORMATS; - return function (amount, currencySymbol, fractionSize) { - if (isUndefined(currencySymbol)) { - currencySymbol = formats.CURRENCY_SYM; - } +/** + * @ngdoc filter + * @name currency + * @kind function + * + * @description + * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default + * symbol for current locale is used. + * + * @param {number} amount Input to filter. + * @param {string=} symbol Currency symbol or identifier to be displayed. + * @param {number=} fractionSize Number of decimal places to round the amount to, defaults to default max fraction size for current locale + * @returns {string} Formatted number. + * + * + * @example + + + +
    +
    + default currency symbol ($): {{amount | currency}}
    + custom currency identifier (USD$): {{amount | currency:"USD$"}}
    + no fractions (0): {{amount | currency:"USD$":0}} +
    +
    + + it('should init with 1234.56', function() { + expect(element(by.id('currency-default')).getText()).toBe('$1,234.56'); + expect(element(by.id('currency-custom')).getText()).toBe('USD$1,234.56'); + expect(element(by.id('currency-no-fractions')).getText()).toBe('USD$1,235'); + }); + it('should update', function() { + if (browser.params.browser === 'safari') { + // Safari does not understand the minus key. See + // https://github.com/angular/protractor/issues/481 + return; + } + element(by.model('amount')).clear(); + element(by.model('amount')).sendKeys('-1234'); + expect(element(by.id('currency-default')).getText()).toBe('-$1,234.00'); + expect(element(by.id('currency-custom')).getText()).toBe('-USD$1,234.00'); + expect(element(by.id('currency-no-fractions')).getText()).toBe('-USD$1,234'); + }); + +
    + */ +currencyFilter.$inject = ['$locale']; +function currencyFilter($locale) { + var formats = $locale.NUMBER_FORMATS; + return function(amount, currencySymbol, fractionSize) { + if (isUndefined(currencySymbol)) { + currencySymbol = formats.CURRENCY_SYM; + } - if (isUndefined(fractionSize)) { - fractionSize = formats.PATTERNS[1].maxFrac; - } + if (isUndefined(fractionSize)) { + fractionSize = formats.PATTERNS[1].maxFrac; + } - // if null or undefined pass it through - return amount == null ? amount : formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize).replace(/\u00A4/g, currencySymbol); - }; - } + // if null or undefined pass it through + return (amount == null) + ? amount + : formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize). + replace(/\u00A4/g, currencySymbol); + }; +} - /** - * @ngdoc filter - * @name number - * @kind function - * - * @description - * Formats a number as text. - * - * If the input is null or undefined, it will just be returned. - * If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively. - * If the input is not a number an empty string is returned. - * - * - * @param {number|string} number Number to format. - * @param {(number|string)=} fractionSize Number of decimal places to round the number to. - * If this is not provided then the fraction size is computed from the current locale's number - * formatting pattern. In the case of the default locale, it will be 3. - * @returns {string} Number rounded to `fractionSize` appropriately formatted based on the current - * locale (e.g., in the en_US locale it will have "." as the decimal separator and - * include "," group separators after each third digit). - * - * @example - - - -
    -
    - Default formatting: {{val | number}}
    - No fractions: {{val | number:0}}
    - Negative number: {{-val | number:4}} -
    -
    - - it('should format numbers', function() { - expect(element(by.id('number-default')).getText()).toBe('1,234.568'); - expect(element(by.binding('val | number:0')).getText()).toBe('1,235'); - expect(element(by.binding('-val | number:4')).getText()).toBe('-1,234.5679'); - }); - - it('should update', function() { - element(by.model('val')).clear(); - element(by.model('val')).sendKeys('3374.333'); - expect(element(by.id('number-default')).getText()).toBe('3,374.333'); - expect(element(by.binding('val | number:0')).getText()).toBe('3,374'); - expect(element(by.binding('-val | number:4')).getText()).toBe('-3,374.3330'); - }); - -
    - */ - numberFilter.$inject = ['$locale']; - function numberFilter($locale) { - var formats = $locale.NUMBER_FORMATS; - return function (number, fractionSize) { +/** + * @ngdoc filter + * @name number + * @kind function + * + * @description + * Formats a number as text. + * + * If the input is null or undefined, it will just be returned. + * If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively. + * If the input is not a number an empty string is returned. + * + * + * @param {number|string} number Number to format. + * @param {(number|string)=} fractionSize Number of decimal places to round the number to. + * If this is not provided then the fraction size is computed from the current locale's number + * formatting pattern. In the case of the default locale, it will be 3. + * @returns {string} Number rounded to `fractionSize` appropriately formatted based on the current + * locale (e.g., in the en_US locale it will have "." as the decimal separator and + * include "," group separators after each third digit). + * + * @example + + + +
    +
    + Default formatting: {{val | number}}
    + No fractions: {{val | number:0}}
    + Negative number: {{-val | number:4}} +
    +
    + + it('should format numbers', function() { + expect(element(by.id('number-default')).getText()).toBe('1,234.568'); + expect(element(by.binding('val | number:0')).getText()).toBe('1,235'); + expect(element(by.binding('-val | number:4')).getText()).toBe('-1,234.5679'); + }); - // if null or undefined pass it through - return number == null ? number : formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize); - }; - } + it('should update', function() { + element(by.model('val')).clear(); + element(by.model('val')).sendKeys('3374.333'); + expect(element(by.id('number-default')).getText()).toBe('3,374.333'); + expect(element(by.binding('val | number:0')).getText()).toBe('3,374'); + expect(element(by.binding('-val | number:4')).getText()).toBe('-3,374.3330'); + }); + +
    + */ +numberFilter.$inject = ['$locale']; +function numberFilter($locale) { + var formats = $locale.NUMBER_FORMATS; + return function(number, fractionSize) { + + // if null or undefined pass it through + return (number == null) + ? number + : formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, + fractionSize); + }; +} - /** - * Parse a number (as a string) into three components that can be used - * for formatting the number. - * - * (Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/) - * - * @param {string} numStr The number to parse - * @return {object} An object describing this number, containing the following keys: - * - d : an array of digits containing leading zeros as necessary - * - i : the number of the digits in `d` that are to the left of the decimal point - * - e : the exponent for numbers that would need more than `MAX_DIGITS` digits in `d` - * - */ - function parse(numStr) { - var exponent = 0, - digits, - numberOfIntegerDigits; - var i, j, zeros; +/** + * Parse a number (as a string) into three components that can be used + * for formatting the number. + * + * (Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/) + * + * @param {string} numStr The number to parse + * @return {object} An object describing this number, containing the following keys: + * - d : an array of digits containing leading zeros as necessary + * - i : the number of the digits in `d` that are to the left of the decimal point + * - e : the exponent for numbers that would need more than `MAX_DIGITS` digits in `d` + * + */ +function parse(numStr) { + var exponent = 0, digits, numberOfIntegerDigits; + var i, j, zeros; - // Decimal point? - if ((numberOfIntegerDigits = numStr.indexOf(DECIMAL_SEP)) > -1) { - numStr = numStr.replace(DECIMAL_SEP, ''); - } + // Decimal point? + if ((numberOfIntegerDigits = numStr.indexOf(DECIMAL_SEP)) > -1) { + numStr = numStr.replace(DECIMAL_SEP, ''); + } - // Exponential form? - if ((i = numStr.search(/e/i)) > 0) { - // Work out the exponent. - if (numberOfIntegerDigits < 0) numberOfIntegerDigits = i; - numberOfIntegerDigits += +numStr.slice(i + 1); - numStr = numStr.substring(0, i); - } else if (numberOfIntegerDigits < 0) { - // There was no decimal point or exponent so it is an integer. - numberOfIntegerDigits = numStr.length; - } + // Exponential form? + if ((i = numStr.search(/e/i)) > 0) { + // Work out the exponent. + if (numberOfIntegerDigits < 0) numberOfIntegerDigits = i; + numberOfIntegerDigits += +numStr.slice(i + 1); + numStr = numStr.substring(0, i); + } else if (numberOfIntegerDigits < 0) { + // There was no decimal point or exponent so it is an integer. + numberOfIntegerDigits = numStr.length; + } - // Count the number of leading zeros. - for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) {/* empty */} + // Count the number of leading zeros. + for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) { /* empty */ } - if (i === (zeros = numStr.length)) { - // The digits are all zero. - digits = [0]; - numberOfIntegerDigits = 1; - } else { - // Count the number of trailing zeros - zeros--; - while (numStr.charAt(zeros) === ZERO_CHAR) { - zeros--; - } // Trailing zeros are insignificant so ignore them - numberOfIntegerDigits -= i; - digits = []; - // Convert string to array of digits without leading/trailing zeros. - for (j = 0; i <= zeros; i++, j++) { - digits[j] = +numStr.charAt(i); - } - } + if (i === (zeros = numStr.length)) { + // The digits are all zero. + digits = [0]; + numberOfIntegerDigits = 1; + } else { + // Count the number of trailing zeros + zeros--; + while (numStr.charAt(zeros) === ZERO_CHAR) zeros--; - // If the number overflows the maximum allowed digits then use an exponent. - if (numberOfIntegerDigits > MAX_DIGITS) { - digits = digits.splice(0, MAX_DIGITS - 1); - exponent = numberOfIntegerDigits - 1; - numberOfIntegerDigits = 1; + // Trailing zeros are insignificant so ignore them + numberOfIntegerDigits -= i; + digits = []; + // Convert string to array of digits without leading/trailing zeros. + for (j = 0; i <= zeros; i++, j++) { + digits[j] = +numStr.charAt(i); } + } - return { d: digits, e: exponent, i: numberOfIntegerDigits }; + // If the number overflows the maximum allowed digits then use an exponent. + if (numberOfIntegerDigits > MAX_DIGITS) { + digits = digits.splice(0, MAX_DIGITS - 1); + exponent = numberOfIntegerDigits - 1; + numberOfIntegerDigits = 1; } - /** - * Round the parsed number to the specified number of decimal places - * This function changed the parsedNumber in-place - */ - function roundNumber(parsedNumber, fractionSize, minFrac, maxFrac) { + return { d: digits, e: exponent, i: numberOfIntegerDigits }; +} + +/** + * Round the parsed number to the specified number of decimal places + * This function changed the parsedNumber in-place + */ +function roundNumber(parsedNumber, fractionSize, minFrac, maxFrac) { var digits = parsedNumber.d; var fractionLen = digits.length - parsedNumber.i; // determine fractionSize if it is not specified; `+fractionSize` converts it to a number - fractionSize = isUndefined(fractionSize) ? Math.min(Math.max(minFrac, fractionLen), maxFrac) : +fractionSize; + fractionSize = (isUndefined(fractionSize)) ? Math.min(Math.max(minFrac, fractionLen), maxFrac) : +fractionSize; // The index of the digit to where rounding is to occur var roundAt = fractionSize + parsedNumber.i; @@ -53983,9 +56119,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol parsedNumber.i = 1; digits.length = Math.max(1, roundAt = fractionSize + 1); digits[0] = 0; - for (var i = 1; i < roundAt; i++) { - digits[i] = 0; - } + for (var i = 1; i < roundAt; i++) digits[i] = 0; } if (digit >= 5) { @@ -54002,10 +56136,11 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } // Pad out with zeros to get the required fraction length - for (; fractionLen < Math.max(0, fractionSize); fractionLen++) { - digits.push(0); - } // Do any carrying, e.g. a digit was rounded up to 10 - var carry = digits.reduceRight(function (carry, d, i, digits) { + for (; fractionLen < Math.max(0, fractionSize); fractionLen++) digits.push(0); + + + // Do any carrying, e.g. a digit was rounded up to 10 + var carry = digits.reduceRight(function(carry, d, i, digits) { d = d + carry; digits[i] = d % 10; return Math.floor(d / 10); @@ -54014,2594 +56149,2605 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol digits.unshift(carry); parsedNumber.i++; } +} + +/** + * Format a number into a string + * @param {number} number The number to format + * @param {{ + * minFrac, // the minimum number of digits required in the fraction part of the number + * maxFrac, // the maximum number of digits required in the fraction part of the number + * gSize, // number of digits in each group of separated digits + * lgSize, // number of digits in the last group of digits before the decimal separator + * negPre, // the string to go in front of a negative number (e.g. `-` or `(`)) + * posPre, // the string to go in front of a positive number + * negSuf, // the string to go after a negative number (e.g. `)`) + * posSuf // the string to go after a positive number + * }} pattern + * @param {string} groupSep The string to separate groups of number (e.g. `,`) + * @param {string} decimalSep The string to act as the decimal separator (e.g. `.`) + * @param {[type]} fractionSize The size of the fractional part of the number + * @return {string} The number formatted as a string + */ +function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { + + if (!(isString(number) || isNumber(number)) || isNaN(number)) return ''; + + var isInfinity = !isFinite(number); + var isZero = false; + var numStr = Math.abs(number) + '', + formattedText = '', + parsedNumber; + + if (isInfinity) { + formattedText = '\u221e'; + } else { + parsedNumber = parse(numStr); + + roundNumber(parsedNumber, fractionSize, pattern.minFrac, pattern.maxFrac); + + var digits = parsedNumber.d; + var integerLen = parsedNumber.i; + var exponent = parsedNumber.e; + var decimals = []; + isZero = digits.reduce(function(isZero, d) { return isZero && !d; }, true); + + // pad zeros for small numbers + while (integerLen < 0) { + digits.unshift(0); + integerLen++; + } + + // extract decimals digits + if (integerLen > 0) { + decimals = digits.splice(integerLen, digits.length); + } else { + decimals = digits; + digits = [0]; + } + + // format the integer digits with grouping separators + var groups = []; + if (digits.length >= pattern.lgSize) { + groups.unshift(digits.splice(-pattern.lgSize, digits.length).join('')); + } + while (digits.length > pattern.gSize) { + groups.unshift(digits.splice(-pattern.gSize, digits.length).join('')); + } + if (digits.length) { + groups.unshift(digits.join('')); + } + formattedText = groups.join(groupSep); + + // append the decimal digits + if (decimals.length) { + formattedText += decimalSep + decimals.join(''); + } + + if (exponent) { + formattedText += 'e+' + exponent; + } + } + if (number < 0 && !isZero) { + return pattern.negPre + formattedText + pattern.negSuf; + } else { + return pattern.posPre + formattedText + pattern.posSuf; + } +} + +function padNumber(num, digits, trim, negWrap) { + var neg = ''; + if (num < 0 || (negWrap && num <= 0)) { + if (negWrap) { + num = -num + 1; + } else { + num = -num; + neg = '-'; + } + } + num = '' + num; + while (num.length < digits) num = ZERO_CHAR + num; + if (trim) { + num = num.substr(num.length - digits); } + return neg + num; +} - /** - * Format a number into a string - * @param {number} number The number to format - * @param {{ - * minFrac, // the minimum number of digits required in the fraction part of the number - * maxFrac, // the maximum number of digits required in the fraction part of the number - * gSize, // number of digits in each group of separated digits - * lgSize, // number of digits in the last group of digits before the decimal separator - * negPre, // the string to go in front of a negative number (e.g. `-` or `(`)) - * posPre, // the string to go in front of a positive number - * negSuf, // the string to go after a negative number (e.g. `)`) - * posSuf // the string to go after a positive number - * }} pattern - * @param {string} groupSep The string to separate groups of number (e.g. `,`) - * @param {string} decimalSep The string to act as the decimal separator (e.g. `.`) - * @param {[type]} fractionSize The size of the fractional part of the number - * @return {string} The number formatted as a string - */ - function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { - if (!(isString(number) || isNumber(number)) || isNaN(number)) return ''; +function dateGetter(name, size, offset, trim, negWrap) { + offset = offset || 0; + return function(date) { + var value = date['get' + name](); + if (offset > 0 || value > -offset) { + value += offset; + } + if (value === 0 && offset === -12) value = 12; + return padNumber(value, size, trim, negWrap); + }; +} + +function dateStrGetter(name, shortForm, standAlone) { + return function(date, formats) { + var value = date['get' + name](); + var propPrefix = (standAlone ? 'STANDALONE' : '') + (shortForm ? 'SHORT' : ''); + var get = uppercase(propPrefix + name); + + return formats[get][value]; + }; +} + +function timeZoneGetter(date, formats, offset) { + var zone = -1 * offset; + var paddedZone = (zone >= 0) ? '+' : ''; + + paddedZone += padNumber(Math[zone > 0 ? 'floor' : 'ceil'](zone / 60), 2) + + padNumber(Math.abs(zone % 60), 2); + + return paddedZone; +} + +function getFirstThursdayOfYear(year) { + // 0 = index of January + var dayOfWeekOnFirst = (new Date(year, 0, 1)).getDay(); + // 4 = index of Thursday (+1 to account for 1st = 5) + // 11 = index of *next* Thursday (+1 account for 1st = 12) + return new Date(year, 0, ((dayOfWeekOnFirst <= 4) ? 5 : 12) - dayOfWeekOnFirst); +} + +function getThursdayThisWeek(datetime) { + return new Date(datetime.getFullYear(), datetime.getMonth(), + // 4 = index of Thursday + datetime.getDate() + (4 - datetime.getDay())); +} + +function weekGetter(size) { + return function(date) { + var firstThurs = getFirstThursdayOfYear(date.getFullYear()), + thisThurs = getThursdayThisWeek(date); + + var diff = +thisThurs - +firstThurs, + result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week + + return padNumber(result, size); + }; +} + +function ampmGetter(date, formats) { + return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1]; +} + +function eraGetter(date, formats) { + return date.getFullYear() <= 0 ? formats.ERAS[0] : formats.ERAS[1]; +} + +function longEraGetter(date, formats) { + return date.getFullYear() <= 0 ? formats.ERANAMES[0] : formats.ERANAMES[1]; +} + +var DATE_FORMATS = { + yyyy: dateGetter('FullYear', 4, 0, false, true), + yy: dateGetter('FullYear', 2, 0, true, true), + y: dateGetter('FullYear', 1, 0, false, true), + MMMM: dateStrGetter('Month'), + MMM: dateStrGetter('Month', true), + MM: dateGetter('Month', 2, 1), + M: dateGetter('Month', 1, 1), + LLLL: dateStrGetter('Month', false, true), + dd: dateGetter('Date', 2), + d: dateGetter('Date', 1), + HH: dateGetter('Hours', 2), + H: dateGetter('Hours', 1), + hh: dateGetter('Hours', 2, -12), + h: dateGetter('Hours', 1, -12), + mm: dateGetter('Minutes', 2), + m: dateGetter('Minutes', 1), + ss: dateGetter('Seconds', 2), + s: dateGetter('Seconds', 1), + // while ISO 8601 requires fractions to be prefixed with `.` or `,` + // we can be just safely rely on using `sss` since we currently don't support single or two digit fractions + sss: dateGetter('Milliseconds', 3), + EEEE: dateStrGetter('Day'), + EEE: dateStrGetter('Day', true), + a: ampmGetter, + Z: timeZoneGetter, + ww: weekGetter(2), + w: weekGetter(1), + G: eraGetter, + GG: eraGetter, + GGG: eraGetter, + GGGG: longEraGetter +}; + +var DATE_FORMATS_SPLIT = /((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/, + NUMBER_STRING = /^-?\d+$/; + +/** + * @ngdoc filter + * @name date + * @kind function + * + * @description + * Formats `date` to a string based on the requested `format`. + * + * `format` string can be composed of the following elements: + * + * * `'yyyy'`: 4 digit representation of year (e.g. AD 1 => 0001, AD 2010 => 2010) + * * `'yy'`: 2 digit representation of year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10) + * * `'y'`: 1 digit representation of year, e.g. (AD 1 => 1, AD 199 => 199) + * * `'MMMM'`: Month in year (January-December) + * * `'MMM'`: Month in year (Jan-Dec) + * * `'MM'`: Month in year, padded (01-12) + * * `'M'`: Month in year (1-12) + * * `'LLLL'`: Stand-alone month in year (January-December) + * * `'dd'`: Day in month, padded (01-31) + * * `'d'`: Day in month (1-31) + * * `'EEEE'`: Day in Week,(Sunday-Saturday) + * * `'EEE'`: Day in Week, (Sun-Sat) + * * `'HH'`: Hour in day, padded (00-23) + * * `'H'`: Hour in day (0-23) + * * `'hh'`: Hour in AM/PM, padded (01-12) + * * `'h'`: Hour in AM/PM, (1-12) + * * `'mm'`: Minute in hour, padded (00-59) + * * `'m'`: Minute in hour (0-59) + * * `'ss'`: Second in minute, padded (00-59) + * * `'s'`: Second in minute (0-59) + * * `'sss'`: Millisecond in second, padded (000-999) + * * `'a'`: AM/PM marker + * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200) + * * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year + * * `'w'`: Week of year (0-53). Week 1 is the week with the first Thursday of the year + * * `'G'`, `'GG'`, `'GGG'`: The abbreviated form of the era string (e.g. 'AD') + * * `'GGGG'`: The long form of the era string (e.g. 'Anno Domini') + * + * `format` string can also be one of the following predefined + * {@link guide/i18n localizable formats}: + * + * * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale + * (e.g. Sep 3, 2010 12:05:08 PM) + * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 PM) + * * `'fullDate'`: equivalent to `'EEEE, MMMM d, y'` for en_US locale + * (e.g. Friday, September 3, 2010) + * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010) + * * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US locale (e.g. Sep 3, 2010) + * * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10) + * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 PM) + * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 PM) + * + * `format` string can contain literal values. These need to be escaped by surrounding with single quotes (e.g. + * `"h 'in the morning'"`). In order to output a single quote, escape it - i.e., two single quotes in a sequence + * (e.g. `"h 'o''clock'"`). + * + * Any other characters in the `format` string will be output as-is. + * + * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or + * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its + * shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is + * specified in the string input, the time is considered to be in the local timezone. + * @param {string=} format Formatting rules (see Description). If not specified, + * `mediumDate` is used. + * @param {string=} timezone Timezone to be used for formatting. It understands UTC/GMT and the + * continental US time zone abbreviations, but for general use, use a time zone offset, for + * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) + * If not specified, the timezone of the browser will be used. + * @returns {string} Formatted string or the input if input is not recognized as date/millis. + * + * @example + + + {{1288323623006 | date:'medium'}}: + {{1288323623006 | date:'medium'}}
    + {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}: + {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    + {{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}: + {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    + {{1288323623006 | date:"MM/dd/yyyy 'at' h:mma"}}: + {{'1288323623006' | date:"MM/dd/yyyy 'at' h:mma"}}
    +
    + + it('should format date', function() { + expect(element(by.binding("1288323623006 | date:'medium'")).getText()). + toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/); + expect(element(by.binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).getText()). + toMatch(/2010-10-2\d \d{2}:\d{2}:\d{2} (-|\+)?\d{4}/); + expect(element(by.binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).getText()). + toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/); + expect(element(by.binding("'1288323623006' | date:\"MM/dd/yyyy 'at' h:mma\"")).getText()). + toMatch(/10\/2\d\/2010 at \d{1,2}:\d{2}(AM|PM)/); + }); + +
    + */ +dateFilter.$inject = ['$locale']; +function dateFilter($locale) { + + + var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/; + // 1 2 3 4 5 6 7 8 9 10 11 + function jsonStringToDate(string) { + var match; + if ((match = string.match(R_ISO8601_STR))) { + var date = new Date(0), + tzHour = 0, + tzMin = 0, + dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear, + timeSetter = match[8] ? date.setUTCHours : date.setHours; + + if (match[9]) { + tzHour = toInt(match[9] + match[10]); + tzMin = toInt(match[9] + match[11]); + } + dateSetter.call(date, toInt(match[1]), toInt(match[2]) - 1, toInt(match[3])); + var h = toInt(match[4] || 0) - tzHour; + var m = toInt(match[5] || 0) - tzMin; + var s = toInt(match[6] || 0); + var ms = Math.round(parseFloat('0.' + (match[7] || 0)) * 1000); + timeSetter.call(date, h, m, s, ms); + return date; + } + return string; + } + + + return function(date, format, timezone) { + var text = '', + parts = [], + fn, match; + + format = format || 'mediumDate'; + format = $locale.DATETIME_FORMATS[format] || format; + if (isString(date)) { + date = NUMBER_STRING.test(date) ? toInt(date) : jsonStringToDate(date); + } + + if (isNumber(date)) { + date = new Date(date); + } + + if (!isDate(date) || !isFinite(date.getTime())) { + return date; + } + + while (format) { + match = DATE_FORMATS_SPLIT.exec(format); + if (match) { + parts = concat(parts, match, 1); + format = parts.pop(); + } else { + parts.push(format); + format = null; + } + } + + var dateTimezoneOffset = date.getTimezoneOffset(); + if (timezone) { + dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); + date = convertTimezoneToLocal(date, timezone, true); + } + forEach(parts, function(value) { + fn = DATE_FORMATS[value]; + text += fn ? fn(date, $locale.DATETIME_FORMATS, dateTimezoneOffset) + : value === '\'\'' ? '\'' : value.replace(/(^'|'$)/g, '').replace(/''/g, '\''); + }); + + return text; + }; +} + + +/** + * @ngdoc filter + * @name json + * @kind function + * + * @description + * Allows you to convert a JavaScript object into JSON string. + * + * This filter is mostly useful for debugging. When using the double curly {{value}} notation + * the binding is automatically converted to JSON. + * + * @param {*} object Any JavaScript object (including arrays and primitive types) to filter. + * @param {number=} spacing The number of spaces to use per indentation, defaults to 2. + * @returns {string} JSON string. + * + * + * @example + + +
    {{ {'name':'value'} | json }}
    +
    {{ {'name':'value'} | json:4 }}
    +
    + + it('should jsonify filtered objects', function() { + expect(element(by.id('default-spacing')).getText()).toMatch(/\{\n {2}"name": ?"value"\n}/); + expect(element(by.id('custom-spacing')).getText()).toMatch(/\{\n {4}"name": ?"value"\n}/); + }); + +
    + * + */ +function jsonFilter() { + return function(object, spacing) { + if (isUndefined(spacing)) { + spacing = 2; + } + return toJson(object, spacing); + }; +} + + +/** + * @ngdoc filter + * @name lowercase + * @kind function + * @description + * Converts string to lowercase. + * + * See the {@link ng.uppercase uppercase filter documentation} for a functionally identical example. + * + * @see angular.lowercase + */ +var lowercaseFilter = valueFn(lowercase); + + +/** + * @ngdoc filter + * @name uppercase + * @kind function + * @description + * Converts string to uppercase. + * @example + + + +
    + +

    {{title}}

    + +

    {{title | uppercase}}

    +
    +
    +
    + */ +var uppercaseFilter = valueFn(uppercase); - var isInfinity = !isFinite(number); - var isZero = false; - var numStr = Math.abs(number) + '', - formattedText = '', - parsedNumber; +/** + * @ngdoc filter + * @name limitTo + * @kind function + * + * @description + * Creates a new array or string containing only a specified number of elements. The elements are + * taken from either the beginning or the end of the source array, string or number, as specified by + * the value and sign (positive or negative) of `limit`. Other array-like objects are also supported + * (e.g. array subclasses, NodeLists, jqLite/jQuery collections etc). If a number is used as input, + * it is converted to a string. + * + * @param {Array|ArrayLike|string|number} input - Array/array-like, string or number to be limited. + * @param {string|number} limit - The length of the returned array or string. If the `limit` number + * is positive, `limit` number of items from the beginning of the source array/string are copied. + * If the number is negative, `limit` number of items from the end of the source array/string + * are copied. The `limit` will be trimmed if it exceeds `array.length`. If `limit` is undefined, + * the input will be returned unchanged. + * @param {(string|number)=} begin - Index at which to begin limitation. As a negative index, + * `begin` indicates an offset from the end of `input`. Defaults to `0`. + * @returns {Array|string} A new sub-array or substring of length `limit` or less if the input had + * less than `limit` elements. + * + * @example + + + +
    + +

    Output numbers: {{ numbers | limitTo:numLimit }}

    + +

    Output letters: {{ letters | limitTo:letterLimit }}

    + +

    Output long number: {{ longNumber | limitTo:longNumberLimit }}

    +
    +
    + + var numLimitInput = element(by.model('numLimit')); + var letterLimitInput = element(by.model('letterLimit')); + var longNumberLimitInput = element(by.model('longNumberLimit')); + var limitedNumbers = element(by.binding('numbers | limitTo:numLimit')); + var limitedLetters = element(by.binding('letters | limitTo:letterLimit')); + var limitedLongNumber = element(by.binding('longNumber | limitTo:longNumberLimit')); + + it('should limit the number array to first three items', function() { + expect(numLimitInput.getAttribute('value')).toBe('3'); + expect(letterLimitInput.getAttribute('value')).toBe('3'); + expect(longNumberLimitInput.getAttribute('value')).toBe('3'); + expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3]'); + expect(limitedLetters.getText()).toEqual('Output letters: abc'); + expect(limitedLongNumber.getText()).toEqual('Output long number: 234'); + }); - if (isInfinity) { - formattedText = '\u221E'; + // There is a bug in safari and protractor that doesn't like the minus key + // it('should update the output when -3 is entered', function() { + // numLimitInput.clear(); + // numLimitInput.sendKeys('-3'); + // letterLimitInput.clear(); + // letterLimitInput.sendKeys('-3'); + // longNumberLimitInput.clear(); + // longNumberLimitInput.sendKeys('-3'); + // expect(limitedNumbers.getText()).toEqual('Output numbers: [7,8,9]'); + // expect(limitedLetters.getText()).toEqual('Output letters: ghi'); + // expect(limitedLongNumber.getText()).toEqual('Output long number: 342'); + // }); + + it('should not exceed the maximum size of input array', function() { + numLimitInput.clear(); + numLimitInput.sendKeys('100'); + letterLimitInput.clear(); + letterLimitInput.sendKeys('100'); + longNumberLimitInput.clear(); + longNumberLimitInput.sendKeys('100'); + expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3,4,5,6,7,8,9]'); + expect(limitedLetters.getText()).toEqual('Output letters: abcdefghi'); + expect(limitedLongNumber.getText()).toEqual('Output long number: 2345432342'); + }); + +
    +*/ +function limitToFilter() { + return function(input, limit, begin) { + if (Math.abs(Number(limit)) === Infinity) { + limit = Number(limit); } else { - parsedNumber = parse(numStr); - - roundNumber(parsedNumber, fractionSize, pattern.minFrac, pattern.maxFrac); - - var digits = parsedNumber.d; - var integerLen = parsedNumber.i; - var exponent = parsedNumber.e; - var decimals = []; - isZero = digits.reduce(function (isZero, d) { - return isZero && !d; - }, true); - - // pad zeros for small numbers - while (integerLen < 0) { - digits.unshift(0); - integerLen++; - } - - // extract decimals digits - if (integerLen > 0) { - decimals = digits.splice(integerLen, digits.length); - } else { - decimals = digits; - digits = [0]; - } + limit = toInt(limit); + } + if (isNumberNaN(limit)) return input; - // format the integer digits with grouping separators - var groups = []; - if (digits.length >= pattern.lgSize) { - groups.unshift(digits.splice(-pattern.lgSize, digits.length).join('')); - } - while (digits.length > pattern.gSize) { - groups.unshift(digits.splice(-pattern.gSize, digits.length).join('')); - } - if (digits.length) { - groups.unshift(digits.join('')); - } - formattedText = groups.join(groupSep); + if (isNumber(input)) input = input.toString(); + if (!isArrayLike(input)) return input; - // append the decimal digits - if (decimals.length) { - formattedText += decimalSep + decimals.join(''); - } + begin = (!begin || isNaN(begin)) ? 0 : toInt(begin); + begin = (begin < 0) ? Math.max(0, input.length + begin) : begin; - if (exponent) { - formattedText += 'e+' + exponent; - } - } - if (number < 0 && !isZero) { - return pattern.negPre + formattedText + pattern.negSuf; + if (limit >= 0) { + return sliceFn(input, begin, begin + limit); } else { - return pattern.posPre + formattedText + pattern.posSuf; - } - } - - function padNumber(num, digits, trim, negWrap) { - var neg = ''; - if (num < 0 || negWrap && num <= 0) { - if (negWrap) { - num = -num + 1; + if (begin === 0) { + return sliceFn(input, limit, input.length); } else { - num = -num; - neg = '-'; + return sliceFn(input, Math.max(0, begin + limit), begin); } } - num = '' + num; - while (num.length < digits) { - num = ZERO_CHAR + num; - }if (trim) { - num = num.substr(num.length - digits); - } - return neg + num; - } + }; +} - function dateGetter(name, size, offset, trim, negWrap) { - offset = offset || 0; - return function (date) { - var value = date['get' + name](); - if (offset > 0 || value > -offset) { - value += offset; - } - if (value === 0 && offset === -12) value = 12; - return padNumber(value, size, trim, negWrap); - }; - } +function sliceFn(input, begin, end) { + if (isString(input)) return input.slice(begin, end); - function dateStrGetter(name, shortForm, standAlone) { - return function (date, formats) { - var value = date['get' + name](); - var propPrefix = (standAlone ? 'STANDALONE' : '') + (shortForm ? 'SHORT' : ''); - var get = uppercase(propPrefix + name); + return slice.call(input, begin, end); +} - return formats[get][value]; - }; - } +/** + * @ngdoc filter + * @name orderBy + * @kind function + * + * @description + * Returns an array containing the items from the specified `collection`, ordered by a `comparator` + * function based on the values computed using the `expression` predicate. + * + * For example, `[{id: 'foo'}, {id: 'bar'}] | orderBy:'id'` would result in + * `[{id: 'bar'}, {id: 'foo'}]`. + * + * The `collection` can be an Array or array-like object (e.g. NodeList, jQuery object, TypedArray, + * String, etc). + * + * The `expression` can be a single predicate, or a list of predicates each serving as a tie-breaker + * for the preceding one. The `expression` is evaluated against each item and the output is used + * for comparing with other items. + * + * You can change the sorting order by setting `reverse` to `true`. By default, items are sorted in + * ascending order. + * + * The comparison is done using the `comparator` function. If none is specified, a default, built-in + * comparator is used (see below for details - in a nutshell, it compares numbers numerically and + * strings alphabetically). + * + * ### Under the hood + * + * Ordering the specified `collection` happens in two phases: + * + * 1. All items are passed through the predicate (or predicates), and the returned values are saved + * along with their type (`string`, `number` etc). For example, an item `{label: 'foo'}`, passed + * through a predicate that extracts the value of the `label` property, would be transformed to: + * ``` + * { + * value: 'foo', + * type: 'string', + * index: ... + * } + * ``` + * 2. The comparator function is used to sort the items, based on the derived values, types and + * indices. + * + * If you use a custom comparator, it will be called with pairs of objects of the form + * `{value: ..., type: '...', index: ...}` and is expected to return `0` if the objects are equal + * (as far as the comparator is concerned), `-1` if the 1st one should be ranked higher than the + * second, or `1` otherwise. + * + * In order to ensure that the sorting will be deterministic across platforms, if none of the + * specified predicates can distinguish between two items, `orderBy` will automatically introduce a + * dummy predicate that returns the item's index as `value`. + * (If you are using a custom comparator, make sure it can handle this predicate as well.) + * + * If a custom comparator still can't distinguish between two items, then they will be sorted based + * on their index using the built-in comparator. + * + * Finally, in an attempt to simplify things, if a predicate returns an object as the extracted + * value for an item, `orderBy` will try to convert that object to a primitive value, before passing + * it to the comparator. The following rules govern the conversion: + * + * 1. If the object has a `valueOf()` method that returns a primitive, its return value will be + * used instead.
    + * (If the object has a `valueOf()` method that returns another object, then the returned object + * will be used in subsequent steps.) + * 2. If the object has a custom `toString()` method (i.e. not the one inherited from `Object`) that + * returns a primitive, its return value will be used instead.
    + * (If the object has a `toString()` method that returns another object, then the returned object + * will be used in subsequent steps.) + * 3. No conversion; the object itself is used. + * + * ### The default comparator + * + * The default, built-in comparator should be sufficient for most usecases. In short, it compares + * numbers numerically, strings alphabetically (and case-insensitively), for objects falls back to + * using their index in the original collection, and sorts values of different types by type. + * + * More specifically, it follows these steps to determine the relative order of items: + * + * 1. If the compared values are of different types, compare the types themselves alphabetically. + * 2. If both values are of type `string`, compare them alphabetically in a case- and + * locale-insensitive way. + * 3. If both values are objects, compare their indices instead. + * 4. Otherwise, return: + * - `0`, if the values are equal (by strict equality comparison, i.e. using `===`). + * - `-1`, if the 1st value is "less than" the 2nd value (compared using the `<` operator). + * - `1`, otherwise. + * + * **Note:** If you notice numbers not being sorted as expected, make sure they are actually being + * saved as numbers and not strings. + * **Note:** For the purpose of sorting, `null` values are treated as the string `'null'` (i.e. + * `type: 'string'`, `value: 'null'`). This may cause unexpected sort order relative to + * other values. + * + * @param {Array|ArrayLike} collection - The collection (array or array-like object) to sort. + * @param {(Function|string|Array.)=} expression - A predicate (or list of + * predicates) to be used by the comparator to determine the order of elements. + * + * Can be one of: + * + * - `Function`: A getter function. This function will be called with each item as argument and + * the return value will be used for sorting. + * - `string`: An Angular expression. This expression will be evaluated against each item and the + * result will be used for sorting. For example, use `'label'` to sort by a property called + * `label` or `'label.substring(0, 3)'` to sort by the first 3 characters of the `label` + * property.
    + * (The result of a constant expression is interpreted as a property name to be used for + * comparison. For example, use `'"special name"'` (note the extra pair of quotes) to sort by a + * property called `special name`.)
    + * An expression can be optionally prefixed with `+` or `-` to control the sorting direction, + * ascending or descending. For example, `'+label'` or `'-label'`. If no property is provided, + * (e.g. `'+'` or `'-'`), the collection element itself is used in comparisons. + * - `Array`: An array of function and/or string predicates. If a predicate cannot determine the + * relative order of two items, the next predicate is used as a tie-breaker. + * + * **Note:** If the predicate is missing or empty then it defaults to `'+'`. + * + * @param {boolean=} reverse - If `true`, reverse the sorting order. + * @param {(Function)=} comparator - The comparator function used to determine the relative order of + * value pairs. If omitted, the built-in comparator will be used. + * + * @returns {Array} - The sorted array. + * + * + * @example + * ### Ordering a table with `ngRepeat` + * + * The example below demonstrates a simple {@link ngRepeat ngRepeat}, where the data is sorted by + * age in descending order (expression is set to `'-age'`). The `comparator` is not set, which means + * it defaults to the built-in comparator. + * + + +
    + + + + + + + + + + + +
    NamePhone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    +
    + + angular.module('orderByExample1', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + }]); + + + .friends { + border-collapse: collapse; + } - function timeZoneGetter(date, formats, offset) { - var zone = -1 * offset; - var paddedZone = zone >= 0 ? '+' : ''; + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + + // Element locators + var names = element.all(by.repeater('friends').column('friend.name')); + + it('should sort friends by age in reverse order', function() { + expect(names.get(0).getText()).toBe('Adam'); + expect(names.get(1).getText()).toBe('Julie'); + expect(names.get(2).getText()).toBe('Mike'); + expect(names.get(3).getText()).toBe('Mary'); + expect(names.get(4).getText()).toBe('John'); + }); + +
    + *
    + * + * @example + * ### Changing parameters dynamically + * + * All parameters can be changed dynamically. The next example shows how you can make the columns of + * a table sortable, by binding the `expression` and `reverse` parameters to scope properties. + * + + +
    +
    Sort by = {{propertyName}}; reverse = {{reverse}}
    +
    + +
    + + + + + + + + + + + +
    + + + + + + + + +
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    +
    + + angular.module('orderByExample2', []) + .controller('ExampleController', ['$scope', function($scope) { + var friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + + $scope.propertyName = 'age'; + $scope.reverse = true; + $scope.friends = friends; + + $scope.sortBy = function(propertyName) { + $scope.reverse = ($scope.propertyName === propertyName) ? !$scope.reverse : false; + $scope.propertyName = propertyName; + }; + }]); + + + .friends { + border-collapse: collapse; + } - paddedZone += padNumber(Math[zone > 0 ? 'floor' : 'ceil'](zone / 60), 2) + padNumber(Math.abs(zone % 60), 2); + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } - return paddedZone; - } + .sortorder:after { + content: '\25b2'; // BLACK UP-POINTING TRIANGLE + } + .sortorder.reverse:after { + content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE + } + + + // Element locators + var unsortButton = element(by.partialButtonText('unsorted')); + var nameHeader = element(by.partialButtonText('Name')); + var phoneHeader = element(by.partialButtonText('Phone')); + var ageHeader = element(by.partialButtonText('Age')); + var firstName = element(by.repeater('friends').column('friend.name').row(0)); + var lastName = element(by.repeater('friends').column('friend.name').row(4)); + + it('should sort friends by some property, when clicking on the column header', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + phoneHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Mary'); + + nameHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('Mike'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + }); - function getFirstThursdayOfYear(year) { - // 0 = index of January - var dayOfWeekOnFirst = new Date(year, 0, 1).getDay(); - // 4 = index of Thursday (+1 to account for 1st = 5) - // 11 = index of *next* Thursday (+1 account for 1st = 12) - return new Date(year, 0, (dayOfWeekOnFirst <= 4 ? 5 : 12) - dayOfWeekOnFirst); - } + it('should sort friends in reverse order, when clicking on the same column', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - function getThursdayThisWeek(datetime) { - return new Date(datetime.getFullYear(), datetime.getMonth(), - // 4 = index of Thursday - datetime.getDate() + (4 - datetime.getDay())); - } + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); - function weekGetter(size) { - return function (date) { - var firstThurs = getFirstThursdayOfYear(date.getFullYear()), - thisThurs = getThursdayThisWeek(date); + ageHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + }); - var diff = +thisThurs - +firstThurs, - result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week + it('should restore the original order, when clicking "Set to unsorted"', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - return padNumber(result, size); - }; - } + unsortButton.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Julie'); + }); + +
    + *
    + * + * @example + * ### Using `orderBy` inside a controller + * + * It is also possible to call the `orderBy` filter manually, by injecting `orderByFilter`, and + * calling it with the desired parameters. (Alternatively, you could inject the `$filter` factory + * and retrieve the `orderBy` filter with `$filter('orderBy')`.) + * + + +
    +
    Sort by = {{propertyName}}; reverse = {{reverse}}
    +
    + +
    + + + + + + + + + + + +
    + + + + + + + + +
    {{friend.name}}{{friend.phone}}{{friend.age}}
    +
    +
    + + angular.module('orderByExample3', []) + .controller('ExampleController', ['$scope', 'orderByFilter', function($scope, orderBy) { + var friends = [ + {name: 'John', phone: '555-1212', age: 10}, + {name: 'Mary', phone: '555-9876', age: 19}, + {name: 'Mike', phone: '555-4321', age: 21}, + {name: 'Adam', phone: '555-5678', age: 35}, + {name: 'Julie', phone: '555-8765', age: 29} + ]; + + $scope.propertyName = 'age'; + $scope.reverse = true; + $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); + + $scope.sortBy = function(propertyName) { + $scope.reverse = (propertyName !== null && $scope.propertyName === propertyName) + ? !$scope.reverse : false; + $scope.propertyName = propertyName; + $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); + }; + }]); + + + .friends { + border-collapse: collapse; + } - function ampmGetter(date, formats) { - return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1]; - } + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } - function eraGetter(date, formats) { - return date.getFullYear() <= 0 ? formats.ERAS[0] : formats.ERAS[1]; - } + .sortorder:after { + content: '\25b2'; // BLACK UP-POINTING TRIANGLE + } + .sortorder.reverse:after { + content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE + } + + + // Element locators + var unsortButton = element(by.partialButtonText('unsorted')); + var nameHeader = element(by.partialButtonText('Name')); + var phoneHeader = element(by.partialButtonText('Phone')); + var ageHeader = element(by.partialButtonText('Age')); + var firstName = element(by.repeater('friends').column('friend.name').row(0)); + var lastName = element(by.repeater('friends').column('friend.name').row(4)); + + it('should sort friends by some property, when clicking on the column header', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + + phoneHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Mary'); + + nameHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('Mike'); + + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); + }); - function longEraGetter(date, formats) { - return date.getFullYear() <= 0 ? formats.ERANAMES[0] : formats.ERANAMES[1]; - } + it('should sort friends in reverse order, when clicking on the same column', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - var DATE_FORMATS = { - yyyy: dateGetter('FullYear', 4, 0, false, true), - yy: dateGetter('FullYear', 2, 0, true, true), - y: dateGetter('FullYear', 1, 0, false, true), - MMMM: dateStrGetter('Month'), - MMM: dateStrGetter('Month', true), - MM: dateGetter('Month', 2, 1), - M: dateGetter('Month', 1, 1), - LLLL: dateStrGetter('Month', false, true), - dd: dateGetter('Date', 2), - d: dateGetter('Date', 1), - HH: dateGetter('Hours', 2), - H: dateGetter('Hours', 1), - hh: dateGetter('Hours', 2, -12), - h: dateGetter('Hours', 1, -12), - mm: dateGetter('Minutes', 2), - m: dateGetter('Minutes', 1), - ss: dateGetter('Seconds', 2), - s: dateGetter('Seconds', 1), - // while ISO 8601 requires fractions to be prefixed with `.` or `,` - // we can be just safely rely on using `sss` since we currently don't support single or two digit fractions - sss: dateGetter('Milliseconds', 3), - EEEE: dateStrGetter('Day'), - EEE: dateStrGetter('Day', true), - a: ampmGetter, - Z: timeZoneGetter, - ww: weekGetter(2), - w: weekGetter(1), - G: eraGetter, - GG: eraGetter, - GGG: eraGetter, - GGGG: longEraGetter - }; + ageHeader.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Adam'); - var DATE_FORMATS_SPLIT = /((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/, - NUMBER_STRING = /^-?\d+$/; + ageHeader.click(); + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); + }); - /** - * @ngdoc filter - * @name date - * @kind function - * - * @description - * Formats `date` to a string based on the requested `format`. - * - * `format` string can be composed of the following elements: - * - * * `'yyyy'`: 4 digit representation of year (e.g. AD 1 => 0001, AD 2010 => 2010) - * * `'yy'`: 2 digit representation of year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10) - * * `'y'`: 1 digit representation of year, e.g. (AD 1 => 1, AD 199 => 199) - * * `'MMMM'`: Month in year (January-December) - * * `'MMM'`: Month in year (Jan-Dec) - * * `'MM'`: Month in year, padded (01-12) - * * `'M'`: Month in year (1-12) - * * `'LLLL'`: Stand-alone month in year (January-December) - * * `'dd'`: Day in month, padded (01-31) - * * `'d'`: Day in month (1-31) - * * `'EEEE'`: Day in Week,(Sunday-Saturday) - * * `'EEE'`: Day in Week, (Sun-Sat) - * * `'HH'`: Hour in day, padded (00-23) - * * `'H'`: Hour in day (0-23) - * * `'hh'`: Hour in AM/PM, padded (01-12) - * * `'h'`: Hour in AM/PM, (1-12) - * * `'mm'`: Minute in hour, padded (00-59) - * * `'m'`: Minute in hour (0-59) - * * `'ss'`: Second in minute, padded (00-59) - * * `'s'`: Second in minute (0-59) - * * `'sss'`: Millisecond in second, padded (000-999) - * * `'a'`: AM/PM marker - * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200) - * * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year - * * `'w'`: Week of year (0-53). Week 1 is the week with the first Thursday of the year - * * `'G'`, `'GG'`, `'GGG'`: The abbreviated form of the era string (e.g. 'AD') - * * `'GGGG'`: The long form of the era string (e.g. 'Anno Domini') - * - * `format` string can also be one of the following predefined - * {@link guide/i18n localizable formats}: - * - * * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale - * (e.g. Sep 3, 2010 12:05:08 PM) - * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 PM) - * * `'fullDate'`: equivalent to `'EEEE, MMMM d, y'` for en_US locale - * (e.g. Friday, September 3, 2010) - * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010) - * * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US locale (e.g. Sep 3, 2010) - * * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10) - * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 PM) - * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 PM) - * - * `format` string can contain literal values. These need to be escaped by surrounding with single quotes (e.g. - * `"h 'in the morning'"`). In order to output a single quote, escape it - i.e., two single quotes in a sequence - * (e.g. `"h 'o''clock'"`). - * - * Any other characters in the `format` string will be output as-is. - * - * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or - * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its - * shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is - * specified in the string input, the time is considered to be in the local timezone. - * @param {string=} format Formatting rules (see Description). If not specified, - * `mediumDate` is used. - * @param {string=} timezone Timezone to be used for formatting. It understands UTC/GMT and the - * continental US time zone abbreviations, but for general use, use a time zone offset, for - * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) - * If not specified, the timezone of the browser will be used. - * @returns {string} Formatted string or the input if input is not recognized as date/millis. - * - * @example - - - {{1288323623006 | date:'medium'}}: - {{1288323623006 | date:'medium'}}
    - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}: - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    - {{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}: - {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    - {{1288323623006 | date:"MM/dd/yyyy 'at' h:mma"}}: - {{'1288323623006' | date:"MM/dd/yyyy 'at' h:mma"}}
    -
    - - it('should format date', function() { - expect(element(by.binding("1288323623006 | date:'medium'")).getText()). - toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/); - expect(element(by.binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).getText()). - toMatch(/2010-10-2\d \d{2}:\d{2}:\d{2} (-|\+)?\d{4}/); - expect(element(by.binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).getText()). - toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/); - expect(element(by.binding("'1288323623006' | date:\"MM/dd/yyyy 'at' h:mma\"")).getText()). - toMatch(/10\/2\d\/2010 at \d{1,2}:\d{2}(AM|PM)/); - }); - -
    - */ - dateFilter.$inject = ['$locale']; - function dateFilter($locale) { + it('should restore the original order, when clicking "Set to unsorted"', function() { + expect(firstName.getText()).toBe('Adam'); + expect(lastName.getText()).toBe('John'); - var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/; - // 1 2 3 4 5 6 7 8 9 10 11 - function jsonStringToDate(string) { - var match; - if (match = string.match(R_ISO8601_STR)) { - var date = new Date(0), - tzHour = 0, - tzMin = 0, - dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear, - timeSetter = match[8] ? date.setUTCHours : date.setHours; + unsortButton.click(); + expect(firstName.getText()).toBe('John'); + expect(lastName.getText()).toBe('Julie'); + }); +
    +
    + *
    + * + * @example + * ### Using a custom comparator + * + * If you have very specific requirements about the way items are sorted, you can pass your own + * comparator function. For example, you might need to compare some strings in a locale-sensitive + * way. (When specifying a custom comparator, you also need to pass a value for the `reverse` + * argument - passing `false` retains the default sorting order, i.e. ascending.) + * + + +
    +
    +

    Locale-sensitive Comparator

    + + + + + + + + + +
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    +
    +
    +

    Default Comparator

    + + + + + + + + + +
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    +
    +
    +
    + + angular.module('orderByExample4', []) + .controller('ExampleController', ['$scope', function($scope) { + $scope.friends = [ + {name: 'John', favoriteLetter: 'Ä'}, + {name: 'Mary', favoriteLetter: 'Ü'}, + {name: 'Mike', favoriteLetter: 'Ö'}, + {name: 'Adam', favoriteLetter: 'H'}, + {name: 'Julie', favoriteLetter: 'Z'} + ]; + + $scope.localeSensitiveComparator = function(v1, v2) { + // If we don't get strings, just compare by index + if (v1.type !== 'string' || v2.type !== 'string') { + return (v1.index < v2.index) ? -1 : 1; + } - if (match[9]) { - tzHour = toInt(match[9] + match[10]); - tzMin = toInt(match[9] + match[11]); - } - dateSetter.call(date, toInt(match[1]), toInt(match[2]) - 1, toInt(match[3])); - var h = toInt(match[4] || 0) - tzHour; - var m = toInt(match[5] || 0) - tzMin; - var s = toInt(match[6] || 0); - var ms = Math.round(parseFloat('0.' + (match[7] || 0)) * 1000); - timeSetter.call(date, h, m, s, ms); - return date; - } - return string; - } + // Compare strings alphabetically, taking locale into account + return v1.value.localeCompare(v2.value); + }; + }]); + + + .friends-container { + display: inline-block; + margin: 0 30px; + } - return function (date, format, timezone) { - var text = '', - parts = [], - fn, - match; + .friends { + border-collapse: collapse; + } - format = format || 'mediumDate'; - format = $locale.DATETIME_FORMATS[format] || format; - if (isString(date)) { - date = NUMBER_STRING.test(date) ? toInt(date) : jsonStringToDate(date); - } + .friends th { + border-bottom: 1px solid; + } + .friends td, .friends th { + border-left: 1px solid; + padding: 5px 10px; + } + .friends td:first-child, .friends th:first-child { + border-left: none; + } + + + // Element locators + var container = element(by.css('.custom-comparator')); + var names = container.all(by.repeater('friends').column('friend.name')); + + it('should sort friends by favorite letter (in correct alphabetical order)', function() { + expect(names.get(0).getText()).toBe('John'); + expect(names.get(1).getText()).toBe('Adam'); + expect(names.get(2).getText()).toBe('Mike'); + expect(names.get(3).getText()).toBe('Mary'); + expect(names.get(4).getText()).toBe('Julie'); + }); + +
    + * + */ +orderByFilter.$inject = ['$parse']; +function orderByFilter($parse) { + return function(array, sortPredicate, reverseOrder, compareFn) { - if (isNumber(date)) { - date = new Date(date); - } + if (array == null) return array; + if (!isArrayLike(array)) { + throw minErr('orderBy')('notarray', 'Expected array but received: {0}', array); + } - if (!isDate(date) || !isFinite(date.getTime())) { - return date; - } + if (!isArray(sortPredicate)) { sortPredicate = [sortPredicate]; } + if (sortPredicate.length === 0) { sortPredicate = ['+']; } - while (format) { - match = DATE_FORMATS_SPLIT.exec(format); - if (match) { - parts = concat(parts, match, 1); - format = parts.pop(); - } else { - parts.push(format); - format = null; - } - } + var predicates = processPredicates(sortPredicate); - var dateTimezoneOffset = date.getTimezoneOffset(); - if (timezone) { - dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset); - date = convertTimezoneToLocal(date, timezone, true); - } - forEach(parts, function (value) { - fn = DATE_FORMATS[value]; - text += fn ? fn(date, $locale.DATETIME_FORMATS, dateTimezoneOffset) : value === '\'\'' ? '\'' : value.replace(/(^'|'$)/g, '').replace(/''/g, '\''); - }); + var descending = reverseOrder ? -1 : 1; - return text; - }; - } + // Define the `compare()` function. Use a default comparator if none is specified. + var compare = isFunction(compareFn) ? compareFn : defaultCompare; - /** - * @ngdoc filter - * @name json - * @kind function - * - * @description - * Allows you to convert a JavaScript object into JSON string. - * - * This filter is mostly useful for debugging. When using the double curly {{value}} notation - * the binding is automatically converted to JSON. - * - * @param {*} object Any JavaScript object (including arrays and primitive types) to filter. - * @param {number=} spacing The number of spaces to use per indentation, defaults to 2. - * @returns {string} JSON string. - * - * - * @example - - -
    {{ {'name':'value'} | json }}
    -
    {{ {'name':'value'} | json:4 }}
    -
    - - it('should jsonify filtered objects', function() { - expect(element(by.id('default-spacing')).getText()).toMatch(/\{\n {2}"name": ?"value"\n}/); - expect(element(by.id('custom-spacing')).getText()).toMatch(/\{\n {4}"name": ?"value"\n}/); - }); - -
    - * - */ - function jsonFilter() { - return function (object, spacing) { - if (isUndefined(spacing)) { - spacing = 2; - } - return toJson(object, spacing); - }; - } + // The next three lines are a version of a Swartzian Transform idiom from Perl + // (sometimes called the Decorate-Sort-Undecorate idiom) + // See https://en.wikipedia.org/wiki/Schwartzian_transform + var compareValues = Array.prototype.map.call(array, getComparisonObject); + compareValues.sort(doComparison); + array = compareValues.map(function(item) { return item.value; }); - /** - * @ngdoc filter - * @name lowercase - * @kind function - * @description - * Converts string to lowercase. - * - * See the {@link ng.uppercase uppercase filter documentation} for a functionally identical example. - * - * @see angular.lowercase - */ - var lowercaseFilter = valueFn(lowercase); + return array; - /** - * @ngdoc filter - * @name uppercase - * @kind function - * @description - * Converts string to uppercase. - * @example - - - -
    - -

    {{title}}

    - -

    {{title | uppercase}}

    -
    -
    -
    - */ - var uppercaseFilter = valueFn(uppercase); + function getComparisonObject(value, index) { + // NOTE: We are adding an extra `tieBreaker` value based on the element's index. + // This will be used to keep the sort stable when none of the input predicates can + // distinguish between two elements. + return { + value: value, + tieBreaker: {value: index, type: 'number', index: index}, + predicateValues: predicates.map(function(predicate) { + return getPredicateValue(predicate.get(value), index); + }) + }; + } - /** - * @ngdoc filter - * @name limitTo - * @kind function - * - * @description - * Creates a new array or string containing only a specified number of elements. The elements are - * taken from either the beginning or the end of the source array, string or number, as specified by - * the value and sign (positive or negative) of `limit`. Other array-like objects are also supported - * (e.g. array subclasses, NodeLists, jqLite/jQuery collections etc). If a number is used as input, - * it is converted to a string. - * - * @param {Array|ArrayLike|string|number} input - Array/array-like, string or number to be limited. - * @param {string|number} limit - The length of the returned array or string. If the `limit` number - * is positive, `limit` number of items from the beginning of the source array/string are copied. - * If the number is negative, `limit` number of items from the end of the source array/string - * are copied. The `limit` will be trimmed if it exceeds `array.length`. If `limit` is undefined, - * the input will be returned unchanged. - * @param {(string|number)=} begin - Index at which to begin limitation. As a negative index, - * `begin` indicates an offset from the end of `input`. Defaults to `0`. - * @returns {Array|string} A new sub-array or substring of length `limit` or less if the input had - * less than `limit` elements. - * - * @example - - - -
    - -

    Output numbers: {{ numbers | limitTo:numLimit }}

    - -

    Output letters: {{ letters | limitTo:letterLimit }}

    - -

    Output long number: {{ longNumber | limitTo:longNumberLimit }}

    -
    -
    - - var numLimitInput = element(by.model('numLimit')); - var letterLimitInput = element(by.model('letterLimit')); - var longNumberLimitInput = element(by.model('longNumberLimit')); - var limitedNumbers = element(by.binding('numbers | limitTo:numLimit')); - var limitedLetters = element(by.binding('letters | limitTo:letterLimit')); - var limitedLongNumber = element(by.binding('longNumber | limitTo:longNumberLimit')); - - it('should limit the number array to first three items', function() { - expect(numLimitInput.getAttribute('value')).toBe('3'); - expect(letterLimitInput.getAttribute('value')).toBe('3'); - expect(longNumberLimitInput.getAttribute('value')).toBe('3'); - expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3]'); - expect(limitedLetters.getText()).toEqual('Output letters: abc'); - expect(limitedLongNumber.getText()).toEqual('Output long number: 234'); - }); - - // There is a bug in safari and protractor that doesn't like the minus key - // it('should update the output when -3 is entered', function() { - // numLimitInput.clear(); - // numLimitInput.sendKeys('-3'); - // letterLimitInput.clear(); - // letterLimitInput.sendKeys('-3'); - // longNumberLimitInput.clear(); - // longNumberLimitInput.sendKeys('-3'); - // expect(limitedNumbers.getText()).toEqual('Output numbers: [7,8,9]'); - // expect(limitedLetters.getText()).toEqual('Output letters: ghi'); - // expect(limitedLongNumber.getText()).toEqual('Output long number: 342'); - // }); - - it('should not exceed the maximum size of input array', function() { - numLimitInput.clear(); - numLimitInput.sendKeys('100'); - letterLimitInput.clear(); - letterLimitInput.sendKeys('100'); - longNumberLimitInput.clear(); - longNumberLimitInput.sendKeys('100'); - expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3,4,5,6,7,8,9]'); - expect(limitedLetters.getText()).toEqual('Output letters: abcdefghi'); - expect(limitedLongNumber.getText()).toEqual('Output long number: 2345432342'); - }); - -
    - */ - function limitToFilter() { - return function (input, limit, begin) { - if (Math.abs(Number(limit)) === Infinity) { - limit = Number(limit); - } else { - limit = toInt(limit); + function doComparison(v1, v2) { + for (var i = 0, ii = predicates.length; i < ii; i++) { + var result = compare(v1.predicateValues[i], v2.predicateValues[i]); + if (result) { + return result * predicates[i].descending * descending; + } } - if (isNumberNaN(limit)) return input; - - if (isNumber(input)) input = input.toString(); - if (!isArrayLike(input)) return input; - begin = !begin || isNaN(begin) ? 0 : toInt(begin); - begin = begin < 0 ? Math.max(0, input.length + begin) : begin; + return (compare(v1.tieBreaker, v2.tieBreaker) || defaultCompare(v1.tieBreaker, v2.tieBreaker)) * descending; + } + }; - if (limit >= 0) { - return sliceFn(input, begin, begin + limit); - } else { - if (begin === 0) { - return sliceFn(input, limit, input.length); - } else { - return sliceFn(input, Math.max(0, begin + limit), begin); + function processPredicates(sortPredicates) { + return sortPredicates.map(function(predicate) { + var descending = 1, get = identity; + + if (isFunction(predicate)) { + get = predicate; + } else if (isString(predicate)) { + if ((predicate.charAt(0) === '+' || predicate.charAt(0) === '-')) { + descending = predicate.charAt(0) === '-' ? -1 : 1; + predicate = predicate.substring(1); + } + if (predicate !== '') { + get = $parse(predicate); + if (get.constant) { + var key = get(); + get = function(value) { return value[key]; }; + } } } - }; + return {get: get, descending: descending}; + }); } - function sliceFn(input, begin, end) { - if (isString(input)) return input.slice(begin, end); - - return slice.call(input, begin, end); + function isPrimitive(value) { + switch (typeof value) { + case 'number': /* falls through */ + case 'boolean': /* falls through */ + case 'string': + return true; + default: + return false; + } } - /** - * @ngdoc filter - * @name orderBy - * @kind function - * - * @description - * Returns an array containing the items from the specified `collection`, ordered by a `comparator` - * function based on the values computed using the `expression` predicate. - * - * For example, `[{id: 'foo'}, {id: 'bar'}] | orderBy:'id'` would result in - * `[{id: 'bar'}, {id: 'foo'}]`. - * - * The `collection` can be an Array or array-like object (e.g. NodeList, jQuery object, TypedArray, - * String, etc). - * - * The `expression` can be a single predicate, or a list of predicates each serving as a tie-breaker - * for the preceding one. The `expression` is evaluated against each item and the output is used - * for comparing with other items. - * - * You can change the sorting order by setting `reverse` to `true`. By default, items are sorted in - * ascending order. - * - * The comparison is done using the `comparator` function. If none is specified, a default, built-in - * comparator is used (see below for details - in a nutshell, it compares numbers numerically and - * strings alphabetically). - * - * ### Under the hood - * - * Ordering the specified `collection` happens in two phases: - * - * 1. All items are passed through the predicate (or predicates), and the returned values are saved - * along with their type (`string`, `number` etc). For example, an item `{label: 'foo'}`, passed - * through a predicate that extracts the value of the `label` property, would be transformed to: - * ``` - * { - * value: 'foo', - * type: 'string', - * index: ... - * } - * ``` - * 2. The comparator function is used to sort the items, based on the derived values, types and - * indices. - * - * If you use a custom comparator, it will be called with pairs of objects of the form - * `{value: ..., type: '...', index: ...}` and is expected to return `0` if the objects are equal - * (as far as the comparator is concerned), `-1` if the 1st one should be ranked higher than the - * second, or `1` otherwise. - * - * In order to ensure that the sorting will be deterministic across platforms, if none of the - * specified predicates can distinguish between two items, `orderBy` will automatically introduce a - * dummy predicate that returns the item's index as `value`. - * (If you are using a custom comparator, make sure it can handle this predicate as well.) - * - * If a custom comparator still can't distinguish between two items, then they will be sorted based - * on their index using the built-in comparator. - * - * Finally, in an attempt to simplify things, if a predicate returns an object as the extracted - * value for an item, `orderBy` will try to convert that object to a primitive value, before passing - * it to the comparator. The following rules govern the conversion: - * - * 1. If the object has a `valueOf()` method that returns a primitive, its return value will be - * used instead.
    - * (If the object has a `valueOf()` method that returns another object, then the returned object - * will be used in subsequent steps.) - * 2. If the object has a custom `toString()` method (i.e. not the one inherited from `Object`) that - * returns a primitive, its return value will be used instead.
    - * (If the object has a `toString()` method that returns another object, then the returned object - * will be used in subsequent steps.) - * 3. No conversion; the object itself is used. - * - * ### The default comparator - * - * The default, built-in comparator should be sufficient for most usecases. In short, it compares - * numbers numerically, strings alphabetically (and case-insensitively), for objects falls back to - * using their index in the original collection, and sorts values of different types by type. - * - * More specifically, it follows these steps to determine the relative order of items: - * - * 1. If the compared values are of different types, compare the types themselves alphabetically. - * 2. If both values are of type `string`, compare them alphabetically in a case- and - * locale-insensitive way. - * 3. If both values are objects, compare their indices instead. - * 4. Otherwise, return: - * - `0`, if the values are equal (by strict equality comparison, i.e. using `===`). - * - `-1`, if the 1st value is "less than" the 2nd value (compared using the `<` operator). - * - `1`, otherwise. - * - * **Note:** If you notice numbers not being sorted as expected, make sure they are actually being - * saved as numbers and not strings. - * **Note:** For the purpose of sorting, `null` values are treated as the string `'null'` (i.e. - * `type: 'string'`, `value: 'null'`). This may cause unexpected sort order relative to - * other values. - * - * @param {Array|ArrayLike} collection - The collection (array or array-like object) to sort. - * @param {(Function|string|Array.)=} expression - A predicate (or list of - * predicates) to be used by the comparator to determine the order of elements. - * - * Can be one of: - * - * - `Function`: A getter function. This function will be called with each item as argument and - * the return value will be used for sorting. - * - `string`: An Angular expression. This expression will be evaluated against each item and the - * result will be used for sorting. For example, use `'label'` to sort by a property called - * `label` or `'label.substring(0, 3)'` to sort by the first 3 characters of the `label` - * property.
    - * (The result of a constant expression is interpreted as a property name to be used for - * comparison. For example, use `'"special name"'` (note the extra pair of quotes) to sort by a - * property called `special name`.)
    - * An expression can be optionally prefixed with `+` or `-` to control the sorting direction, - * ascending or descending. For example, `'+label'` or `'-label'`. If no property is provided, - * (e.g. `'+'` or `'-'`), the collection element itself is used in comparisons. - * - `Array`: An array of function and/or string predicates. If a predicate cannot determine the - * relative order of two items, the next predicate is used as a tie-breaker. - * - * **Note:** If the predicate is missing or empty then it defaults to `'+'`. - * - * @param {boolean=} reverse - If `true`, reverse the sorting order. - * @param {(Function)=} comparator - The comparator function used to determine the relative order of - * value pairs. If omitted, the built-in comparator will be used. - * - * @returns {Array} - The sorted array. - * - * - * @example - * ### Ordering a table with `ngRepeat` - * - * The example below demonstrates a simple {@link ngRepeat ngRepeat}, where the data is sorted by - * age in descending order (expression is set to `'-age'`). The `comparator` is not set, which means - * it defaults to the built-in comparator. - * - - -
    - - - - - - - - - - - -
    NamePhone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - angular.module('orderByExample1', []) - .controller('ExampleController', ['$scope', function($scope) { - $scope.friends = [ - {name: 'John', phone: '555-1212', age: 10}, - {name: 'Mary', phone: '555-9876', age: 19}, - {name: 'Mike', phone: '555-4321', age: 21}, - {name: 'Adam', phone: '555-5678', age: 35}, - {name: 'Julie', phone: '555-8765', age: 29} - ]; - }]); - - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - - // Element locators - var names = element.all(by.repeater('friends').column('friend.name')); - - it('should sort friends by age in reverse order', function() { - expect(names.get(0).getText()).toBe('Adam'); - expect(names.get(1).getText()).toBe('Julie'); - expect(names.get(2).getText()).toBe('Mike'); - expect(names.get(3).getText()).toBe('Mary'); - expect(names.get(4).getText()).toBe('John'); - }); - -
    - *
    - * - * @example - * ### Changing parameters dynamically - * - * All parameters can be changed dynamically. The next example shows how you can make the columns of - * a table sortable, by binding the `expression` and `reverse` parameters to scope properties. - * - - -
    -
    Sort by = {{propertyName}}; reverse = {{reverse}}
    -
    - -
    - - - - - - - - - - - -
    - - - - - - - - -
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - angular.module('orderByExample2', []) - .controller('ExampleController', ['$scope', function($scope) { - var friends = [ - {name: 'John', phone: '555-1212', age: 10}, - {name: 'Mary', phone: '555-9876', age: 19}, - {name: 'Mike', phone: '555-4321', age: 21}, - {name: 'Adam', phone: '555-5678', age: 35}, - {name: 'Julie', phone: '555-8765', age: 29} - ]; - - $scope.propertyName = 'age'; - $scope.reverse = true; - $scope.friends = friends; - - $scope.sortBy = function(propertyName) { - $scope.reverse = ($scope.propertyName === propertyName) ? !$scope.reverse : false; - $scope.propertyName = propertyName; - }; - }]); - - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - .sortorder:after { - content: '\25b2'; // BLACK UP-POINTING TRIANGLE - } - .sortorder.reverse:after { - content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE - } - - - // Element locators - var unsortButton = element(by.partialButtonText('unsorted')); - var nameHeader = element(by.partialButtonText('Name')); - var phoneHeader = element(by.partialButtonText('Phone')); - var ageHeader = element(by.partialButtonText('Age')); - var firstName = element(by.repeater('friends').column('friend.name').row(0)); - var lastName = element(by.repeater('friends').column('friend.name').row(4)); - - it('should sort friends by some property, when clicking on the column header', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - phoneHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Mary'); - - nameHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('Mike'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - }); - - it('should sort friends in reverse order, when clicking on the same column', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - - ageHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - }); - - it('should restore the original order, when clicking "Set to unsorted"', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - unsortButton.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Julie'); - }); - -
    - *
    - * - * @example - * ### Using `orderBy` inside a controller - * - * It is also possible to call the `orderBy` filter manually, by injecting `orderByFilter`, and - * calling it with the desired parameters. (Alternatively, you could inject the `$filter` factory - * and retrieve the `orderBy` filter with `$filter('orderBy')`.) - * - - -
    -
    Sort by = {{propertyName}}; reverse = {{reverse}}
    -
    - -
    - - - - - - - - - - - -
    - - - - - - - - -
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - angular.module('orderByExample3', []) - .controller('ExampleController', ['$scope', 'orderByFilter', function($scope, orderBy) { - var friends = [ - {name: 'John', phone: '555-1212', age: 10}, - {name: 'Mary', phone: '555-9876', age: 19}, - {name: 'Mike', phone: '555-4321', age: 21}, - {name: 'Adam', phone: '555-5678', age: 35}, - {name: 'Julie', phone: '555-8765', age: 29} - ]; - - $scope.propertyName = 'age'; - $scope.reverse = true; - $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); - - $scope.sortBy = function(propertyName) { - $scope.reverse = (propertyName !== null && $scope.propertyName === propertyName) - ? !$scope.reverse : false; - $scope.propertyName = propertyName; - $scope.friends = orderBy(friends, $scope.propertyName, $scope.reverse); - }; - }]); - - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - .sortorder:after { - content: '\25b2'; // BLACK UP-POINTING TRIANGLE - } - .sortorder.reverse:after { - content: '\25bc'; // BLACK DOWN-POINTING TRIANGLE - } - - - // Element locators - var unsortButton = element(by.partialButtonText('unsorted')); - var nameHeader = element(by.partialButtonText('Name')); - var phoneHeader = element(by.partialButtonText('Phone')); - var ageHeader = element(by.partialButtonText('Age')); - var firstName = element(by.repeater('friends').column('friend.name').row(0)); - var lastName = element(by.repeater('friends').column('friend.name').row(4)); - - it('should sort friends by some property, when clicking on the column header', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - phoneHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Mary'); - - nameHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('Mike'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - }); - - it('should sort friends in reverse order, when clicking on the same column', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - ageHeader.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Adam'); - - ageHeader.click(); - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - }); - - it('should restore the original order, when clicking "Set to unsorted"', function() { - expect(firstName.getText()).toBe('Adam'); - expect(lastName.getText()).toBe('John'); - - unsortButton.click(); - expect(firstName.getText()).toBe('John'); - expect(lastName.getText()).toBe('Julie'); - }); - -
    - *
    - * - * @example - * ### Using a custom comparator - * - * If you have very specific requirements about the way items are sorted, you can pass your own - * comparator function. For example, you might need to compare some strings in a locale-sensitive - * way. (When specifying a custom comparator, you also need to pass a value for the `reverse` - * argument - passing `false` retains the default sorting order, i.e. ascending.) - * - - -
    -
    -

    Locale-sensitive Comparator

    - - - - - - - - - -
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    -
    -
    -

    Default Comparator

    - - - - - - - - - -
    NameFavorite Letter
    {{friend.name}}{{friend.favoriteLetter}}
    -
    -
    -
    - - angular.module('orderByExample4', []) - .controller('ExampleController', ['$scope', function($scope) { - $scope.friends = [ - {name: 'John', favoriteLetter: 'Ä'}, - {name: 'Mary', favoriteLetter: 'Ü'}, - {name: 'Mike', favoriteLetter: 'Ö'}, - {name: 'Adam', favoriteLetter: 'H'}, - {name: 'Julie', favoriteLetter: 'Z'} - ]; - - $scope.localeSensitiveComparator = function(v1, v2) { - // If we don't get strings, just compare by index - if (v1.type !== 'string' || v2.type !== 'string') { - return (v1.index < v2.index) ? -1 : 1; - } - - // Compare strings alphabetically, taking locale into account - return v1.value.localeCompare(v2.value); - }; - }]); - - - .friends-container { - display: inline-block; - margin: 0 30px; - } - - .friends { - border-collapse: collapse; - } - - .friends th { - border-bottom: 1px solid; - } - .friends td, .friends th { - border-left: 1px solid; - padding: 5px 10px; - } - .friends td:first-child, .friends th:first-child { - border-left: none; - } - - - // Element locators - var container = element(by.css('.custom-comparator')); - var names = container.all(by.repeater('friends').column('friend.name')); - - it('should sort friends by favorite letter (in correct alphabetical order)', function() { - expect(names.get(0).getText()).toBe('John'); - expect(names.get(1).getText()).toBe('Adam'); - expect(names.get(2).getText()).toBe('Mike'); - expect(names.get(3).getText()).toBe('Mary'); - expect(names.get(4).getText()).toBe('Julie'); - }); - -
    - * - */ - orderByFilter.$inject = ['$parse']; - function orderByFilter($parse) { - return function (array, sortPredicate, reverseOrder, compareFn) { - - if (array == null) return array; - if (!isArrayLike(array)) { - throw minErr('orderBy')('notarray', 'Expected array but received: {0}', array); - } - - if (!isArray(sortPredicate)) { - sortPredicate = [sortPredicate]; - } - if (sortPredicate.length === 0) { - sortPredicate = ['+']; - } + function objectValue(value) { + // If `valueOf` is a valid function use that + if (isFunction(value.valueOf)) { + value = value.valueOf(); + if (isPrimitive(value)) return value; + } + // If `toString` is a valid function and not the one from `Object.prototype` use that + if (hasCustomToString(value)) { + value = value.toString(); + if (isPrimitive(value)) return value; + } - var predicates = processPredicates(sortPredicate); + return value; + } - var descending = reverseOrder ? -1 : 1; + function getPredicateValue(value, index) { + var type = typeof value; + if (value === null) { + type = 'string'; + value = 'null'; + } else if (type === 'object') { + value = objectValue(value); + } + return {value: value, type: type, index: index}; + } - // Define the `compare()` function. Use a default comparator if none is specified. - var compare = isFunction(compareFn) ? compareFn : defaultCompare; + function defaultCompare(v1, v2) { + var result = 0; + var type1 = v1.type; + var type2 = v2.type; - // The next three lines are a version of a Swartzian Transform idiom from Perl - // (sometimes called the Decorate-Sort-Undecorate idiom) - // See https://en.wikipedia.org/wiki/Schwartzian_transform - var compareValues = Array.prototype.map.call(array, getComparisonObject); - compareValues.sort(doComparison); - array = compareValues.map(function (item) { - return item.value; - }); + if (type1 === type2) { + var value1 = v1.value; + var value2 = v2.value; - return array; + if (type1 === 'string') { + // Compare strings case-insensitively + value1 = value1.toLowerCase(); + value2 = value2.toLowerCase(); + } else if (type1 === 'object') { + // For basic objects, use the position of the object + // in the collection instead of the value + if (isObject(value1)) value1 = v1.index; + if (isObject(value2)) value2 = v2.index; + } - function getComparisonObject(value, index) { - // NOTE: We are adding an extra `tieBreaker` value based on the element's index. - // This will be used to keep the sort stable when none of the input predicates can - // distinguish between two elements. - return { - value: value, - tieBreaker: { value: index, type: 'number', index: index }, - predicateValues: predicates.map(function (predicate) { - return getPredicateValue(predicate.get(value), index); - }) - }; + if (value1 !== value2) { + result = value1 < value2 ? -1 : 1; } + } else { + result = type1 < type2 ? -1 : 1; + } - function doComparison(v1, v2) { - for (var i = 0, ii = predicates.length; i < ii; i++) { - var result = compare(v1.predicateValues[i], v2.predicateValues[i]); - if (result) { - return result * predicates[i].descending * descending; - } - } + return result; + } +} - return (compare(v1.tieBreaker, v2.tieBreaker) || defaultCompare(v1.tieBreaker, v2.tieBreaker)) * descending; - } +function ngDirective(directive) { + if (isFunction(directive)) { + directive = { + link: directive }; + } + directive.restrict = directive.restrict || 'AC'; + return valueFn(directive); +} - function processPredicates(sortPredicates) { - return sortPredicates.map(function (predicate) { - var descending = 1, - get = identity; - - if (isFunction(predicate)) { - get = predicate; - } else if (isString(predicate)) { - if (predicate.charAt(0) === '+' || predicate.charAt(0) === '-') { - descending = predicate.charAt(0) === '-' ? -1 : 1; - predicate = predicate.substring(1); - } - if (predicate !== '') { - get = $parse(predicate); - if (get.constant) { - var key = get(); - get = function get(value) { - return value[key]; - }; - } +/** + * @ngdoc directive + * @name a + * @restrict E + * + * @description + * Modifies the default behavior of the html a tag so that the default action is prevented when + * the href attribute is empty. + * + * For dynamically creating `href` attributes for a tags, see the {@link ng.ngHref `ngHref`} directive. + */ +var htmlAnchorDirective = valueFn({ + restrict: 'E', + compile: function(element, attr) { + if (!attr.href && !attr.xlinkHref) { + return function(scope, element) { + // If the linked element is not an anchor tag anymore, do nothing + if (element[0].nodeName.toLowerCase() !== 'a') return; + + // SVGAElement does not use the href attribute, but rather the 'xlinkHref' attribute. + var href = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ? + 'xlink:href' : 'href'; + element.on('click', function(event) { + // if we have no href url, then don't navigate anywhere. + if (!element.attr(href)) { + event.preventDefault(); } - } - return { get: get, descending: descending }; - }); + }); + }; } + } +}); - function isPrimitive(value) { - switch (typeof value === 'undefined' ? 'undefined' : _typeof(value)) { - case 'number': /* falls through */ - case 'boolean': /* falls through */ - case 'string': - return true; - default: - return false; - } - } +/** + * @ngdoc directive + * @name ngHref + * @restrict A + * @priority 99 + * + * @description + * Using Angular markup like `{{hash}}` in an href attribute will + * make the link go to the wrong URL if the user clicks it before + * Angular has a chance to replace the `{{hash}}` markup with its + * value. Until Angular replaces the markup the link will be broken + * and will most likely return a 404 error. The `ngHref` directive + * solves this problem. + * + * The wrong way to write it: + * ```html + * link1 + * ``` + * + * The correct way to write it: + * ```html + * link1 + * ``` + * + * @element A + * @param {template} ngHref any string which can contain `{{}}` markup. + * + * @example + * This example shows various combinations of `href`, `ng-href` and `ng-click` attributes + * in links and their different behaviors: + + +
    + link 1 (link, don't reload)
    + link 2 (link, don't reload)
    + link 3 (link, reload!)
    + anchor (link, don't reload)
    + anchor (no link)
    + link (link, change location) +
    + + it('should execute ng-click but not reload when href without value', function() { + element(by.id('link-1')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('1'); + expect(element(by.id('link-1')).getAttribute('href')).toBe(''); + }); - function objectValue(value) { - // If `valueOf` is a valid function use that - if (isFunction(value.valueOf)) { - value = value.valueOf(); - if (isPrimitive(value)) return value; - } - // If `toString` is a valid function and not the one from `Object.prototype` use that - if (hasCustomToString(value)) { - value = value.toString(); - if (isPrimitive(value)) return value; - } + it('should execute ng-click but not reload when href empty string', function() { + element(by.id('link-2')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('2'); + expect(element(by.id('link-2')).getAttribute('href')).toBe(''); + }); - return value; - } + it('should execute ng-click and change url when ng-href specified', function() { + expect(element(by.id('link-3')).getAttribute('href')).toMatch(/\/123$/); - function getPredicateValue(value, index) { - var type = typeof value === 'undefined' ? 'undefined' : _typeof(value); - if (value === null) { - type = 'string'; - value = 'null'; - } else if (type === 'object') { - value = objectValue(value); - } - return { value: value, type: type, index: index }; - } + element(by.id('link-3')).click(); - function defaultCompare(v1, v2) { - var result = 0; - var type1 = v1.type; - var type2 = v2.type; + // At this point, we navigate away from an Angular page, so we need + // to use browser.driver to get the base webdriver. - if (type1 === type2) { - var value1 = v1.value; - var value2 = v2.value; + browser.wait(function() { + return browser.driver.getCurrentUrl().then(function(url) { + return url.match(/\/123$/); + }); + }, 5000, 'page should navigate to /123'); + }); - if (type1 === 'string') { - // Compare strings case-insensitively - value1 = value1.toLowerCase(); - value2 = value2.toLowerCase(); - } else if (type1 === 'object') { - // For basic objects, use the position of the object - // in the collection instead of the value - if (isObject(value1)) value1 = v1.index; - if (isObject(value2)) value2 = v2.index; - } + it('should execute ng-click but not reload when href empty string and name specified', function() { + element(by.id('link-4')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('4'); + expect(element(by.id('link-4')).getAttribute('href')).toBe(''); + }); - if (value1 !== value2) { - result = value1 < value2 ? -1 : 1; - } - } else { - result = type1 < type2 ? -1 : 1; - } + it('should execute ng-click but not reload when no href but name specified', function() { + element(by.id('link-5')).click(); + expect(element(by.model('value')).getAttribute('value')).toEqual('5'); + expect(element(by.id('link-5')).getAttribute('href')).toBe(null); + }); - return result; - } + it('should only change url when only ng-href', function() { + element(by.model('value')).clear(); + element(by.model('value')).sendKeys('6'); + expect(element(by.id('link-6')).getAttribute('href')).toMatch(/\/6$/); + + element(by.id('link-6')).click(); + + // At this point, we navigate away from an Angular page, so we need + // to use browser.driver to get the base webdriver. + browser.wait(function() { + return browser.driver.getCurrentUrl().then(function(url) { + return url.match(/\/6$/); + }); + }, 5000, 'page should navigate to /6'); + }); + +
    + */ + +/** + * @ngdoc directive + * @name ngSrc + * @restrict A + * @priority 99 + * + * @description + * Using Angular markup like `{{hash}}` in a `src` attribute doesn't + * work right: The browser will fetch from the URL with the literal + * text `{{hash}}` until Angular replaces the expression inside + * `{{hash}}`. The `ngSrc` directive solves this problem. + * + * The buggy way to write it: + * ```html + * Description + * ``` + * + * The correct way to write it: + * ```html + * Description + * ``` + * + * @element IMG + * @param {template} ngSrc any string which can contain `{{}}` markup. + */ + +/** + * @ngdoc directive + * @name ngSrcset + * @restrict A + * @priority 99 + * + * @description + * Using Angular markup like `{{hash}}` in a `srcset` attribute doesn't + * work right: The browser will fetch from the URL with the literal + * text `{{hash}}` until Angular replaces the expression inside + * `{{hash}}`. The `ngSrcset` directive solves this problem. + * + * The buggy way to write it: + * ```html + * Description + * ``` + * + * The correct way to write it: + * ```html + * Description + * ``` + * + * @element IMG + * @param {template} ngSrcset any string which can contain `{{}}` markup. + */ + +/** + * @ngdoc directive + * @name ngDisabled + * @restrict A + * @priority 100 + * + * @description + * + * This directive sets the `disabled` attribute on the element (typically a form control, + * e.g. `input`, `button`, `select` etc.) if the + * {@link guide/expression expression} inside `ngDisabled` evaluates to truthy. + * + * A special directive is necessary because we cannot use interpolation inside the `disabled` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * @example + + +
    + +
    + + it('should toggle button', function() { + expect(element(by.css('button')).getAttribute('disabled')).toBeFalsy(); + element(by.model('checked')).click(); + expect(element(by.css('button')).getAttribute('disabled')).toBeTruthy(); + }); + +
    + * + * @element INPUT + * @param {expression} ngDisabled If the {@link guide/expression expression} is truthy, + * then the `disabled` attribute will be set on the element + */ + + +/** + * @ngdoc directive + * @name ngChecked + * @restrict A + * @priority 100 + * + * @description + * Sets the `checked` attribute on the element, if the expression inside `ngChecked` is truthy. + * + * Note that this directive should not be used together with {@link ngModel `ngModel`}, + * as this can lead to unexpected behavior. + * + * A special directive is necessary because we cannot use interpolation inside the `checked` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * @example + + +
    + +
    + + it('should check both checkBoxes', function() { + expect(element(by.id('checkFollower')).getAttribute('checked')).toBeFalsy(); + element(by.model('leader')).click(); + expect(element(by.id('checkFollower')).getAttribute('checked')).toBeTruthy(); + }); + +
    + * + * @element INPUT + * @param {expression} ngChecked If the {@link guide/expression expression} is truthy, + * then the `checked` attribute will be set on the element + */ + + +/** + * @ngdoc directive + * @name ngReadonly + * @restrict A + * @priority 100 + * + * @description + * + * Sets the `readonly` attribute on the element, if the expression inside `ngReadonly` is truthy. + * Note that `readonly` applies only to `input` elements with specific types. [See the input docs on + * MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-readonly) for more information. + * + * A special directive is necessary because we cannot use interpolation inside the `readonly` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * @example + + +
    + +
    + + it('should toggle readonly attr', function() { + expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeFalsy(); + element(by.model('checked')).click(); + expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeTruthy(); + }); + +
    + * + * @element INPUT + * @param {expression} ngReadonly If the {@link guide/expression expression} is truthy, + * then special attribute "readonly" will be set on the element + */ + + +/** + * @ngdoc directive + * @name ngSelected + * @restrict A + * @priority 100 + * + * @description + * + * Sets the `selected` attribute on the element, if the expression inside `ngSelected` is truthy. + * + * A special directive is necessary because we cannot use interpolation inside the `selected` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + *
    + * **Note:** `ngSelected` does not interact with the `select` and `ngModel` directives, it only + * sets the `selected` attribute on the element. If you are using `ngModel` on the select, you + * should not use `ngSelected` on the options, as `ngModel` will set the select value and + * selected options. + *
    + * + * @example + + +
    + +
    + + it('should select Greetings!', function() { + expect(element(by.id('greet')).getAttribute('selected')).toBeFalsy(); + element(by.model('selected')).click(); + expect(element(by.id('greet')).getAttribute('selected')).toBeTruthy(); + }); + +
    + * + * @element OPTION + * @param {expression} ngSelected If the {@link guide/expression expression} is truthy, + * then special attribute "selected" will be set on the element + */ + +/** + * @ngdoc directive + * @name ngOpen + * @restrict A + * @priority 100 + * + * @description + * + * Sets the `open` attribute on the element, if the expression inside `ngOpen` is truthy. + * + * A special directive is necessary because we cannot use interpolation inside the `open` + * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * + * ## A note about browser compatibility + * + * Internet Explorer and Edge do not support the `details` element, it is + * recommended to use {@link ng.ngShow} and {@link ng.ngHide} instead. + * + * @example + + +
    +
    + List +
      +
    • Apple
    • +
    • Orange
    • +
    • Durian
    • +
    +
    +
    + + it('should toggle open', function() { + expect(element(by.id('details')).getAttribute('open')).toBeFalsy(); + element(by.model('open')).click(); + expect(element(by.id('details')).getAttribute('open')).toBeTruthy(); + }); + +
    + * + * @element DETAILS + * @param {expression} ngOpen If the {@link guide/expression expression} is truthy, + * then special attribute "open" will be set on the element + */ + +var ngAttributeAliasDirectives = {}; + +// boolean attrs are evaluated +forEach(BOOLEAN_ATTR, function(propName, attrName) { + // binding to multiple is not supported + if (propName === 'multiple') return; + + function defaultLinkFn(scope, element, attr) { + scope.$watch(attr[normalized], function ngBooleanAttrWatchAction(value) { + attr.$set(attrName, !!value); + }); } - function ngDirective(directive) { - if (isFunction(directive)) { - directive = { - link: directive - }; - } - directive.restrict = directive.restrict || 'AC'; - return valueFn(directive); + var normalized = directiveNormalize('ng-' + attrName); + var linkFn = defaultLinkFn; + + if (propName === 'checked') { + linkFn = function(scope, element, attr) { + // ensuring ngChecked doesn't interfere with ngModel when both are set on the same input + if (attr.ngModel !== attr[normalized]) { + defaultLinkFn(scope, element, attr); + } + }; } - /** - * @ngdoc directive - * @name a - * @restrict E - * - * @description - * Modifies the default behavior of the html a tag so that the default action is prevented when - * the href attribute is empty. - * - * For dynamically creating `href` attributes for a tags, see the {@link ng.ngHref `ngHref`} directive. - */ - var htmlAnchorDirective = valueFn({ - restrict: 'E', - compile: function compile(element, attr) { - if (!attr.href && !attr.xlinkHref) { - return function (scope, element) { - // If the linked element is not an anchor tag anymore, do nothing - if (element[0].nodeName.toLowerCase() !== 'a') return; - - // SVGAElement does not use the href attribute, but rather the 'xlinkHref' attribute. - var href = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ? 'xlink:href' : 'href'; - element.on('click', function (event) { - // if we have no href url, then don't navigate anywhere. - if (!element.attr(href)) { - event.preventDefault(); + ngAttributeAliasDirectives[normalized] = function() { + return { + restrict: 'A', + priority: 100, + link: linkFn + }; + }; +}); + +// aliased input attrs are evaluated +forEach(ALIASED_ATTR, function(htmlAttr, ngAttr) { + ngAttributeAliasDirectives[ngAttr] = function() { + return { + priority: 100, + link: function(scope, element, attr) { + //special case ngPattern when a literal regular expression value + //is used as the expression (this way we don't have to watch anything). + if (ngAttr === 'ngPattern' && attr.ngPattern.charAt(0) === '/') { + var match = attr.ngPattern.match(REGEX_STRING_REGEXP); + if (match) { + attr.$set('ngPattern', new RegExp(match[1], match[2])); + return; + } + } + + scope.$watch(attr[ngAttr], function ngAttrAliasWatchAction(value) { + attr.$set(ngAttr, value); + }); + } + }; + }; +}); + +// ng-src, ng-srcset, ng-href are interpolated +forEach(['src', 'srcset', 'href'], function(attrName) { + var normalized = directiveNormalize('ng-' + attrName); + ngAttributeAliasDirectives[normalized] = function() { + return { + priority: 99, // it needs to run after the attributes are interpolated + link: function(scope, element, attr) { + var propName = attrName, + name = attrName; + + if (attrName === 'href' && + toString.call(element.prop('href')) === '[object SVGAnimatedString]') { + name = 'xlinkHref'; + attr.$attr[name] = 'xlink:href'; + propName = null; + } + + attr.$observe(normalized, function(value) { + if (!value) { + if (attrName === 'href') { + attr.$set(name, null); } - }); - }; + return; + } + + attr.$set(name, value); + + // Support: IE 9-11 only + // On IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist + // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need + // to set the property as well to achieve the desired effect. + // We use attr[attrName] value since $set can sanitize the url. + if (msie && propName) element.prop(propName, attr[name]); + }); } - } - }); + }; + }; +}); - /** - * @ngdoc directive - * @name ngHref - * @restrict A - * @priority 99 - * - * @description - * Using Angular markup like `{{hash}}` in an href attribute will - * make the link go to the wrong URL if the user clicks it before - * Angular has a chance to replace the `{{hash}}` markup with its - * value. Until Angular replaces the markup the link will be broken - * and will most likely return a 404 error. The `ngHref` directive - * solves this problem. - * - * The wrong way to write it: - * ```html - * link1 - * ``` - * - * The correct way to write it: - * ```html - * link1 - * ``` - * - * @element A - * @param {template} ngHref any string which can contain `{{}}` markup. - * - * @example - * This example shows various combinations of `href`, `ng-href` and `ng-click` attributes - * in links and their different behaviors: - - -
    - link 1 (link, don't reload)
    - link 2 (link, don't reload)
    - link 3 (link, reload!)
    - anchor (link, don't reload)
    - anchor (no link)
    - link (link, change location) -
    - - it('should execute ng-click but not reload when href without value', function() { - element(by.id('link-1')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('1'); - expect(element(by.id('link-1')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click but not reload when href empty string', function() { - element(by.id('link-2')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('2'); - expect(element(by.id('link-2')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click and change url when ng-href specified', function() { - expect(element(by.id('link-3')).getAttribute('href')).toMatch(/\/123$/); - - element(by.id('link-3')).click(); - - // At this point, we navigate away from an Angular page, so we need - // to use browser.driver to get the base webdriver. - - browser.wait(function() { - return browser.driver.getCurrentUrl().then(function(url) { - return url.match(/\/123$/); - }); - }, 5000, 'page should navigate to /123'); - }); - - it('should execute ng-click but not reload when href empty string and name specified', function() { - element(by.id('link-4')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('4'); - expect(element(by.id('link-4')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click but not reload when no href but name specified', function() { - element(by.id('link-5')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('5'); - expect(element(by.id('link-5')).getAttribute('href')).toBe(null); - }); - - it('should only change url when only ng-href', function() { - element(by.model('value')).clear(); - element(by.model('value')).sendKeys('6'); - expect(element(by.id('link-6')).getAttribute('href')).toMatch(/\/6$/); - - element(by.id('link-6')).click(); - - // At this point, we navigate away from an Angular page, so we need - // to use browser.driver to get the base webdriver. - browser.wait(function() { - return browser.driver.getCurrentUrl().then(function(url) { - return url.match(/\/6$/); - }); - }, 5000, 'page should navigate to /6'); - }); - -
    - */ +/* global -nullFormCtrl, -PENDING_CLASS, -SUBMITTED_CLASS + */ +var nullFormCtrl = { + $addControl: noop, + $$renameControl: nullFormRenameControl, + $removeControl: noop, + $setValidity: noop, + $setDirty: noop, + $setPristine: noop, + $setSubmitted: noop +}, +PENDING_CLASS = 'ng-pending', +SUBMITTED_CLASS = 'ng-submitted'; + +function nullFormRenameControl(control, name) { + control.$name = name; +} +/** + * @ngdoc type + * @name form.FormController + * + * @property {boolean} $pristine True if user has not interacted with the form yet. + * @property {boolean} $dirty True if user has already interacted with the form. + * @property {boolean} $valid True if all of the containing forms and controls are valid. + * @property {boolean} $invalid True if at least one containing control or form is invalid. + * @property {boolean} $submitted True if user has submitted the form even if its invalid. + * + * @property {Object} $pending An object hash, containing references to controls or forms with + * pending validators, where: + * + * - keys are validations tokens (error names). + * - values are arrays of controls or forms that have a pending validator for the given error name. + * + * See {@link form.FormController#$error $error} for a list of built-in validation tokens. + * + * @property {Object} $error An object hash, containing references to controls or forms with failing + * validators, where: + * + * - keys are validation tokens (error names), + * - values are arrays of controls or forms that have a failing validator for the given error name. + * + * Built-in validation tokens: + * - `email` + * - `max` + * - `maxlength` + * - `min` + * - `minlength` + * - `number` + * - `pattern` + * - `required` + * - `url` + * - `date` + * - `datetimelocal` + * - `time` + * - `week` + * - `month` + * + * @description + * `FormController` keeps track of all its controls and nested forms as well as the state of them, + * such as being valid/invalid or dirty/pristine. + * + * Each {@link ng.directive:form form} directive creates an instance + * of `FormController`. + * + */ +//asks for $scope to fool the BC controller module +FormController.$inject = ['$element', '$attrs', '$scope', '$animate', '$interpolate']; +function FormController($element, $attrs, $scope, $animate, $interpolate) { + this.$$controls = []; + + // init state + this.$error = {}; + this.$$success = {}; + this.$pending = undefined; + this.$name = $interpolate($attrs.name || $attrs.ngForm || '')($scope); + this.$dirty = false; + this.$pristine = true; + this.$valid = true; + this.$invalid = false; + this.$submitted = false; + this.$$parentForm = nullFormCtrl; + + this.$$element = $element; + this.$$animate = $animate; + + setupValidity(this); +} + +FormController.prototype = { /** - * @ngdoc directive - * @name ngSrc - * @restrict A - * @priority 99 + * @ngdoc method + * @name form.FormController#$rollbackViewValue * * @description - * Using Angular markup like `{{hash}}` in a `src` attribute doesn't - * work right: The browser will fetch from the URL with the literal - * text `{{hash}}` until Angular replaces the expression inside - * `{{hash}}`. The `ngSrc` directive solves this problem. - * - * The buggy way to write it: - * ```html - * Description - * ``` - * - * The correct way to write it: - * ```html - * Description - * ``` + * Rollback all form controls pending updates to the `$modelValue`. * - * @element IMG - * @param {template} ngSrc any string which can contain `{{}}` markup. + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. This method is typically needed by the reset button of + * a form that uses `ng-model-options` to pend updates. */ + $rollbackViewValue: function() { + forEach(this.$$controls, function(control) { + control.$rollbackViewValue(); + }); + }, /** - * @ngdoc directive - * @name ngSrcset - * @restrict A - * @priority 99 + * @ngdoc method + * @name form.FormController#$commitViewValue * * @description - * Using Angular markup like `{{hash}}` in a `srcset` attribute doesn't - * work right: The browser will fetch from the URL with the literal - * text `{{hash}}` until Angular replaces the expression inside - * `{{hash}}`. The `ngSrcset` directive solves this problem. - * - * The buggy way to write it: - * ```html - * Description - * ``` + * Commit all form controls pending updates to the `$modelValue`. * - * The correct way to write it: - * ```html - * Description - * ``` - * - * @element IMG - * @param {template} ngSrcset any string which can contain `{{}}` markup. + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. This method is rarely needed as `NgModelController` + * usually handles calling this in response to input events. */ + $commitViewValue: function() { + forEach(this.$$controls, function(control) { + control.$commitViewValue(); + }); + }, /** - * @ngdoc directive - * @name ngDisabled - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$addControl + * @param {object} control control object, either a {@link form.FormController} or an + * {@link ngModel.NgModelController} * * @description + * Register a control with the form. Input elements using ngModelController do this automatically + * when they are linked. * - * This directive sets the `disabled` attribute on the element (typically a form control, - * e.g. `input`, `button`, `select` etc.) if the - * {@link guide/expression expression} inside `ngDisabled` evaluates to truthy. - * - * A special directive is necessary because we cannot use interpolation inside the `disabled` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * Note that the current state of the control will not be reflected on the new parent form. This + * is not an issue with normal use, as freshly compiled and linked controls are in a `$pristine` + * state. * - * @example - - -
    - -
    - - it('should toggle button', function() { - expect(element(by.css('button')).getAttribute('disabled')).toBeFalsy(); - element(by.model('checked')).click(); - expect(element(by.css('button')).getAttribute('disabled')).toBeTruthy(); - }); - -
    + * However, if the method is used programmatically, for example by adding dynamically created controls, + * or controls that have been previously removed without destroying their corresponding DOM element, + * it's the developers responsibility to make sure the current state propagates to the parent form. * - * @element INPUT - * @param {expression} ngDisabled If the {@link guide/expression expression} is truthy, - * then the `disabled` attribute will be set on the element + * For example, if an input control is added that is already `$dirty` and has `$error` properties, + * calling `$setDirty()` and `$validate()` afterwards will propagate the state to the parent form. */ + $addControl: function(control) { + // Breaking change - before, inputs whose name was "hasOwnProperty" were quietly ignored + // and not added to the scope. Now we throw an error. + assertNotHasOwnProperty(control.$name, 'input'); + this.$$controls.push(control); - /** - * @ngdoc directive - * @name ngChecked - * @restrict A - * @priority 100 - * - * @description - * Sets the `checked` attribute on the element, if the expression inside `ngChecked` is truthy. - * - * Note that this directive should not be used together with {@link ngModel `ngModel`}, - * as this can lead to unexpected behavior. - * - * A special directive is necessary because we cannot use interpolation inside the `checked` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. - * - * @example - - -
    - -
    - - it('should check both checkBoxes', function() { - expect(element(by.id('checkFollower')).getAttribute('checked')).toBeFalsy(); - element(by.model('leader')).click(); - expect(element(by.id('checkFollower')).getAttribute('checked')).toBeTruthy(); - }); - -
    - * - * @element INPUT - * @param {expression} ngChecked If the {@link guide/expression expression} is truthy, - * then the `checked` attribute will be set on the element - */ + if (control.$name) { + this[control.$name] = control; + } + + control.$$parentForm = this; + }, + + // Private API: rename a form control + $$renameControl: function(control, newName) { + var oldName = control.$name; + + if (this[oldName] === control) { + delete this[oldName]; + } + this[newName] = control; + control.$name = newName; + }, /** - * @ngdoc directive - * @name ngReadonly - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$removeControl + * @param {object} control control object, either a {@link form.FormController} or an + * {@link ngModel.NgModelController} * * @description + * Deregister a control from the form. * - * Sets the `readonly` attribute on the element, if the expression inside `ngReadonly` is truthy. - * Note that `readonly` applies only to `input` elements with specific types. [See the input docs on - * MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-readonly) for more information. - * - * A special directive is necessary because we cannot use interpolation inside the `readonly` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. - * - * @example - - -
    - -
    - - it('should toggle readonly attr', function() { - expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeFalsy(); - element(by.model('checked')).click(); - expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeTruthy(); - }); - -
    + * Input elements using ngModelController do this automatically when they are destroyed. * - * @element INPUT - * @param {expression} ngReadonly If the {@link guide/expression expression} is truthy, - * then special attribute "readonly" will be set on the element + * Note that only the removed control's validation state (`$errors`etc.) will be removed from the + * form. `$dirty`, `$submitted` states will not be changed, because the expected behavior can be + * different from case to case. For example, removing the only `$dirty` control from a form may or + * may not mean that the form is still `$dirty`. */ + $removeControl: function(control) { + if (control.$name && this[control.$name] === control) { + delete this[control.$name]; + } + forEach(this.$pending, function(value, name) { + // eslint-disable-next-line no-invalid-this + this.$setValidity(name, null, control); + }, this); + forEach(this.$error, function(value, name) { + // eslint-disable-next-line no-invalid-this + this.$setValidity(name, null, control); + }, this); + forEach(this.$$success, function(value, name) { + // eslint-disable-next-line no-invalid-this + this.$setValidity(name, null, control); + }, this); + + arrayRemove(this.$$controls, control); + control.$$parentForm = nullFormCtrl; + }, /** - * @ngdoc directive - * @name ngSelected - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$setDirty * * @description + * Sets the form to a dirty state. * - * Sets the `selected` attribute on the element, if the expression inside `ngSelected` is truthy. - * - * A special directive is necessary because we cannot use interpolation inside the `selected` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. - * - *
    - * **Note:** `ngSelected` does not interact with the `select` and `ngModel` directives, it only - * sets the `selected` attribute on the element. If you are using `ngModel` on the select, you - * should not use `ngSelected` on the options, as `ngModel` will set the select value and - * selected options. - *
    - * - * @example - - -
    - -
    - - it('should select Greetings!', function() { - expect(element(by.id('greet')).getAttribute('selected')).toBeFalsy(); - element(by.model('selected')).click(); - expect(element(by.id('greet')).getAttribute('selected')).toBeTruthy(); - }); - -
    - * - * @element OPTION - * @param {expression} ngSelected If the {@link guide/expression expression} is truthy, - * then special attribute "selected" will be set on the element + * This method can be called to add the 'ng-dirty' class and set the form to a dirty + * state (ng-dirty class). This method will also propagate to parent forms. */ + $setDirty: function() { + this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); + this.$$animate.addClass(this.$$element, DIRTY_CLASS); + this.$dirty = true; + this.$pristine = false; + this.$$parentForm.$setDirty(); + }, /** - * @ngdoc directive - * @name ngOpen - * @restrict A - * @priority 100 + * @ngdoc method + * @name form.FormController#$setPristine * * @description + * Sets the form to its pristine state. * - * Sets the `open` attribute on the element, if the expression inside `ngOpen` is truthy. - * - * A special directive is necessary because we cannot use interpolation inside the `open` - * attribute. See the {@link guide/interpolation interpolation guide} for more info. + * This method sets the form's `$pristine` state to true, the `$dirty` state to false, removes + * the `ng-dirty` class and adds the `ng-pristine` class. Additionally, it sets the `$submitted` + * state to false. * - * ## A note about browser compatibility - * - * Internet Explorer and Edge do not support the `details` element, it is - * recommended to use {@link ng.ngShow} and {@link ng.ngHide} instead. - * - * @example - - -
    -
    - List -
      -
    • Apple
    • -
    • Orange
    • -
    • Durian
    • -
    -
    -
    - - it('should toggle open', function() { - expect(element(by.id('details')).getAttribute('open')).toBeFalsy(); - element(by.model('open')).click(); - expect(element(by.id('details')).getAttribute('open')).toBeTruthy(); - }); - -
    + * This method will also propagate to all the controls contained in this form. * - * @element DETAILS - * @param {expression} ngOpen If the {@link guide/expression expression} is truthy, - * then special attribute "open" will be set on the element - */ - - var ngAttributeAliasDirectives = {}; - - // boolean attrs are evaluated - forEach(BOOLEAN_ATTR, function (propName, attrName) { - // binding to multiple is not supported - if (propName === 'multiple') return; - - function defaultLinkFn(scope, element, attr) { - scope.$watch(attr[normalized], function ngBooleanAttrWatchAction(value) { - attr.$set(attrName, !!value); - }); - } - - var normalized = directiveNormalize('ng-' + attrName); - var linkFn = defaultLinkFn; - - if (propName === 'checked') { - linkFn = function linkFn(scope, element, attr) { - // ensuring ngChecked doesn't interfere with ngModel when both are set on the same input - if (attr.ngModel !== attr[normalized]) { - defaultLinkFn(scope, element, attr); - } - }; - } - - ngAttributeAliasDirectives[normalized] = function () { - return { - restrict: 'A', - priority: 100, - link: linkFn - }; - }; - }); - - // aliased input attrs are evaluated - forEach(ALIASED_ATTR, function (htmlAttr, ngAttr) { - ngAttributeAliasDirectives[ngAttr] = function () { - return { - priority: 100, - link: function link(scope, element, attr) { - //special case ngPattern when a literal regular expression value - //is used as the expression (this way we don't have to watch anything). - if (ngAttr === 'ngPattern' && attr.ngPattern.charAt(0) === '/') { - var match = attr.ngPattern.match(REGEX_STRING_REGEXP); - if (match) { - attr.$set('ngPattern', new RegExp(match[1], match[2])); - return; - } - } - - scope.$watch(attr[ngAttr], function ngAttrAliasWatchAction(value) { - attr.$set(ngAttr, value); - }); - } - }; - }; - }); - - // ng-src, ng-srcset, ng-href are interpolated - forEach(['src', 'srcset', 'href'], function (attrName) { - var normalized = directiveNormalize('ng-' + attrName); - ngAttributeAliasDirectives[normalized] = function () { - return { - priority: 99, // it needs to run after the attributes are interpolated - link: function link(scope, element, attr) { - var propName = attrName, - name = attrName; - - if (attrName === 'href' && toString.call(element.prop('href')) === '[object SVGAnimatedString]') { - name = 'xlinkHref'; - attr.$attr[name] = 'xlink:href'; - propName = null; - } - - attr.$observe(normalized, function (value) { - if (!value) { - if (attrName === 'href') { - attr.$set(name, null); - } - return; - } - - attr.$set(name, value); - - // Support: IE 9-11 only - // On IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist - // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need - // to set the property as well to achieve the desired effect. - // We use attr[attrName] value since $set can sanitize the url. - if (msie && propName) element.prop(propName, attr[name]); - }); - } - }; - }; - }); - - /* global -nullFormCtrl, -PENDING_CLASS, -SUBMITTED_CLASS + * Setting a form back to a pristine state is often useful when we want to 'reuse' a form after + * saving or resetting it. */ - var nullFormCtrl = { - $addControl: noop, - $$renameControl: nullFormRenameControl, - $removeControl: noop, - $setValidity: noop, - $setDirty: noop, - $setPristine: noop, - $setSubmitted: noop + $setPristine: function() { + this.$$animate.setClass(this.$$element, PRISTINE_CLASS, DIRTY_CLASS + ' ' + SUBMITTED_CLASS); + this.$dirty = false; + this.$pristine = true; + this.$submitted = false; + forEach(this.$$controls, function(control) { + control.$setPristine(); + }); }, - PENDING_CLASS = 'ng-pending', - SUBMITTED_CLASS = 'ng-submitted'; - - function nullFormRenameControl(control, name) { - control.$name = name; - } /** - * @ngdoc type - * @name form.FormController - * - * @property {boolean} $pristine True if user has not interacted with the form yet. - * @property {boolean} $dirty True if user has already interacted with the form. - * @property {boolean} $valid True if all of the containing forms and controls are valid. - * @property {boolean} $invalid True if at least one containing control or form is invalid. - * @property {boolean} $submitted True if user has submitted the form even if its invalid. - * - * @property {Object} $pending An object hash, containing references to controls or forms with - * pending validators, where: - * - * - keys are validations tokens (error names). - * - values are arrays of controls or forms that have a pending validator for the given error name. - * - * See {@link form.FormController#$error $error} for a list of built-in validation tokens. - * - * @property {Object} $error An object hash, containing references to controls or forms with failing - * validators, where: - * - * - keys are validation tokens (error names), - * - values are arrays of controls or forms that have a failing validator for the given error name. - * - * Built-in validation tokens: - * - `email` - * - `max` - * - `maxlength` - * - `min` - * - `minlength` - * - `number` - * - `pattern` - * - `required` - * - `url` - * - `date` - * - `datetimelocal` - * - `time` - * - `week` - * - `month` + * @ngdoc method + * @name form.FormController#$setUntouched * * @description - * `FormController` keeps track of all its controls and nested forms as well as the state of them, - * such as being valid/invalid or dirty/pristine. + * Sets the form to its untouched state. * - * Each {@link ng.directive:form form} directive creates an instance - * of `FormController`. + * This method can be called to remove the 'ng-touched' class and set the form controls to their + * untouched state (ng-untouched class). * + * Setting a form controls back to their untouched state is often useful when setting the form + * back to its pristine state. */ - //asks for $scope to fool the BC controller module - FormController.$inject = ['$element', '$attrs', '$scope', '$animate', '$interpolate']; - function FormController($element, $attrs, $scope, $animate, $interpolate) { - this.$$controls = []; - - // init state - this.$error = {}; - this.$$success = {}; - this.$pending = undefined; - this.$name = $interpolate($attrs.name || $attrs.ngForm || '')($scope); - this.$dirty = false; - this.$pristine = true; - this.$valid = true; - this.$invalid = false; - this.$submitted = false; - this.$$parentForm = nullFormCtrl; - - this.$$element = $element; - this.$$animate = $animate; - - setupValidity(this); - } - - FormController.prototype = { - /** - * @ngdoc method - * @name form.FormController#$rollbackViewValue - * - * @description - * Rollback all form controls pending updates to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. This method is typically needed by the reset button of - * a form that uses `ng-model-options` to pend updates. - */ - $rollbackViewValue: function $rollbackViewValue() { - forEach(this.$$controls, function (control) { - control.$rollbackViewValue(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$commitViewValue - * - * @description - * Commit all form controls pending updates to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. This method is rarely needed as `NgModelController` - * usually handles calling this in response to input events. - */ - $commitViewValue: function $commitViewValue() { - forEach(this.$$controls, function (control) { - control.$commitViewValue(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$addControl - * @param {object} control control object, either a {@link form.FormController} or an - * {@link ngModel.NgModelController} - * - * @description - * Register a control with the form. Input elements using ngModelController do this automatically - * when they are linked. - * - * Note that the current state of the control will not be reflected on the new parent form. This - * is not an issue with normal use, as freshly compiled and linked controls are in a `$pristine` - * state. - * - * However, if the method is used programmatically, for example by adding dynamically created controls, - * or controls that have been previously removed without destroying their corresponding DOM element, - * it's the developers responsibility to make sure the current state propagates to the parent form. - * - * For example, if an input control is added that is already `$dirty` and has `$error` properties, - * calling `$setDirty()` and `$validate()` afterwards will propagate the state to the parent form. - */ - $addControl: function $addControl(control) { - // Breaking change - before, inputs whose name was "hasOwnProperty" were quietly ignored - // and not added to the scope. Now we throw an error. - assertNotHasOwnProperty(control.$name, 'input'); - this.$$controls.push(control); - - if (control.$name) { - this[control.$name] = control; - } - - control.$$parentForm = this; - }, - - // Private API: rename a form control - $$renameControl: function $$renameControl(control, newName) { - var oldName = control.$name; - - if (this[oldName] === control) { - delete this[oldName]; - } - this[newName] = control; - control.$name = newName; - }, - - /** - * @ngdoc method - * @name form.FormController#$removeControl - * @param {object} control control object, either a {@link form.FormController} or an - * {@link ngModel.NgModelController} - * - * @description - * Deregister a control from the form. - * - * Input elements using ngModelController do this automatically when they are destroyed. - * - * Note that only the removed control's validation state (`$errors`etc.) will be removed from the - * form. `$dirty`, `$submitted` states will not be changed, because the expected behavior can be - * different from case to case. For example, removing the only `$dirty` control from a form may or - * may not mean that the form is still `$dirty`. - */ - $removeControl: function $removeControl(control) { - if (control.$name && this[control.$name] === control) { - delete this[control.$name]; - } - forEach(this.$pending, function (value, name) { - // eslint-disable-next-line no-invalid-this - this.$setValidity(name, null, control); - }, this); - forEach(this.$error, function (value, name) { - // eslint-disable-next-line no-invalid-this - this.$setValidity(name, null, control); - }, this); - forEach(this.$$success, function (value, name) { - // eslint-disable-next-line no-invalid-this - this.$setValidity(name, null, control); - }, this); - - arrayRemove(this.$$controls, control); - control.$$parentForm = nullFormCtrl; - }, - - /** - * @ngdoc method - * @name form.FormController#$setDirty - * - * @description - * Sets the form to a dirty state. - * - * This method can be called to add the 'ng-dirty' class and set the form to a dirty - * state (ng-dirty class). This method will also propagate to parent forms. - */ - $setDirty: function $setDirty() { - this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); - this.$$animate.addClass(this.$$element, DIRTY_CLASS); - this.$dirty = true; - this.$pristine = false; - this.$$parentForm.$setDirty(); - }, - - /** - * @ngdoc method - * @name form.FormController#$setPristine - * - * @description - * Sets the form to its pristine state. - * - * This method sets the form's `$pristine` state to true, the `$dirty` state to false, removes - * the `ng-dirty` class and adds the `ng-pristine` class. Additionally, it sets the `$submitted` - * state to false. - * - * This method will also propagate to all the controls contained in this form. - * - * Setting a form back to a pristine state is often useful when we want to 'reuse' a form after - * saving or resetting it. - */ - $setPristine: function $setPristine() { - this.$$animate.setClass(this.$$element, PRISTINE_CLASS, DIRTY_CLASS + ' ' + SUBMITTED_CLASS); - this.$dirty = false; - this.$pristine = true; - this.$submitted = false; - forEach(this.$$controls, function (control) { - control.$setPristine(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$setUntouched - * - * @description - * Sets the form to its untouched state. - * - * This method can be called to remove the 'ng-touched' class and set the form controls to their - * untouched state (ng-untouched class). - * - * Setting a form controls back to their untouched state is often useful when setting the form - * back to its pristine state. - */ - $setUntouched: function $setUntouched() { - forEach(this.$$controls, function (control) { - control.$setUntouched(); - }); - }, - - /** - * @ngdoc method - * @name form.FormController#$setSubmitted - * - * @description - * Sets the form to its submitted state. - */ - $setSubmitted: function $setSubmitted() { - this.$$animate.addClass(this.$$element, SUBMITTED_CLASS); - this.$submitted = true; - this.$$parentForm.$setSubmitted(); - } - }; + $setUntouched: function() { + forEach(this.$$controls, function(control) { + control.$setUntouched(); + }); + }, /** * @ngdoc method - * @name form.FormController#$setValidity + * @name form.FormController#$setSubmitted * * @description - * Change the validity state of the form, and notify the parent form (if any). - * - * Application developers will rarely need to call this method directly. It is used internally, by - * {@link ngModel.NgModelController#$setValidity NgModelController.$setValidity()}, to propagate a - * control's validity state to the parent `FormController`. - * - * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be - * assigned to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` (for - * unfulfilled `$asyncValidators`), so that it is available for data-binding. The - * `validationErrorKey` should be in camelCase and will get converted into dash-case for - * class name. Example: `myError` will result in `ng-valid-my-error` and - * `ng-invalid-my-error` classes and can be bound to as `{{ someForm.$error.myError }}`. - * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending - * (undefined), or skipped (null). Pending is used for unfulfilled `$asyncValidators`. - * Skipped is used by AngularJS when validators do not run because of parse errors and when - * `$asyncValidators` do not run because any of the `$validators` failed. - * @param {NgModelController | FormController} controller - The controller whose validity state is - * triggering the change. + * Sets the form to its submitted state. */ - addSetValidityMethod({ - clazz: FormController, - set: function set(object, property, controller) { - var list = object[property]; - if (!list) { - object[property] = [controller]; - } else { - var index = list.indexOf(controller); - if (index === -1) { - list.push(controller); - } - } - }, - unset: function unset(object, property, controller) { - var list = object[property]; - if (!list) { - return; - } - arrayRemove(list, controller); - if (list.length === 0) { - delete object[property]; + $setSubmitted: function() { + this.$$animate.addClass(this.$$element, SUBMITTED_CLASS); + this.$submitted = true; + this.$$parentForm.$setSubmitted(); + } +}; + +/** + * @ngdoc method + * @name form.FormController#$setValidity + * + * @description + * Change the validity state of the form, and notify the parent form (if any). + * + * Application developers will rarely need to call this method directly. It is used internally, by + * {@link ngModel.NgModelController#$setValidity NgModelController.$setValidity()}, to propagate a + * control's validity state to the parent `FormController`. + * + * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be + * assigned to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` (for + * unfulfilled `$asyncValidators`), so that it is available for data-binding. The + * `validationErrorKey` should be in camelCase and will get converted into dash-case for + * class name. Example: `myError` will result in `ng-valid-my-error` and + * `ng-invalid-my-error` classes and can be bound to as `{{ someForm.$error.myError }}`. + * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending + * (undefined), or skipped (null). Pending is used for unfulfilled `$asyncValidators`. + * Skipped is used by AngularJS when validators do not run because of parse errors and when + * `$asyncValidators` do not run because any of the `$validators` failed. + * @param {NgModelController | FormController} controller - The controller whose validity state is + * triggering the change. + */ +addSetValidityMethod({ + clazz: FormController, + set: function(object, property, controller) { + var list = object[property]; + if (!list) { + object[property] = [controller]; + } else { + var index = list.indexOf(controller); + if (index === -1) { + list.push(controller); } } - }); + }, + unset: function(object, property, controller) { + var list = object[property]; + if (!list) { + return; + } + arrayRemove(list, controller); + if (list.length === 0) { + delete object[property]; + } + } +}); - /** - * @ngdoc directive - * @name ngForm - * @restrict EAC - * - * @description - * Nestable alias of {@link ng.directive:form `form`} directive. HTML - * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a - * sub-group of controls needs to be determined. - * - * Note: the purpose of `ngForm` is to group controls, - * but not to be a replacement for the `
    ` tag with all of its capabilities - * (e.g. posting to the server, ...). - * - * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into - * related scope, under this name. - * - */ +/** + * @ngdoc directive + * @name ngForm + * @restrict EAC + * + * @description + * Nestable alias of {@link ng.directive:form `form`} directive. HTML + * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a + * sub-group of controls needs to be determined. + * + * Note: the purpose of `ngForm` is to group controls, + * but not to be a replacement for the `` tag with all of its capabilities + * (e.g. posting to the server, ...). + * + * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into + * related scope, under this name. + * + */ - /** - * @ngdoc directive - * @name form - * @restrict E - * - * @description - * Directive that instantiates - * {@link form.FormController FormController}. - * - * If the `name` attribute is specified, the form controller is published onto the current scope under - * this name. - * - * ## Alias: {@link ng.directive:ngForm `ngForm`} - * - * In Angular, forms can be nested. This means that the outer form is valid when all of the child - * forms are valid as well. However, browsers do not allow nesting of `` elements, so - * Angular provides the {@link ng.directive:ngForm `ngForm`} directive, which behaves identically to - * `form` but can be nested. Nested forms can be useful, for example, if the validity of a sub-group - * of controls needs to be determined. - * - * ## CSS classes - * - `ng-valid` is set if the form is valid. - * - `ng-invalid` is set if the form is invalid. - * - `ng-pending` is set if the form is pending. - * - `ng-pristine` is set if the form is pristine. - * - `ng-dirty` is set if the form is dirty. - * - `ng-submitted` is set if the form was submitted. - * - * Keep in mind that ngAnimate can detect each of these classes when added and removed. - * - * - * ## Submitting a form and preventing the default action - * - * Since the role of forms in client-side Angular applications is different than in classical - * roundtrip apps, it is desirable for the browser not to translate the form submission into a full - * page reload that sends the data to the server. Instead some javascript logic should be triggered - * to handle the form submission in an application-specific way. - * - * For this reason, Angular prevents the default action (form submission to the server) unless the - * `` element has an `action` attribute specified. - * - * You can use one of the following two ways to specify what javascript method should be called when - * a form is submitted: - * - * - {@link ng.directive:ngSubmit ngSubmit} directive on the form element - * - {@link ng.directive:ngClick ngClick} directive on the first - * button or input field of type submit (input[type=submit]) - * - * To prevent double execution of the handler, use only one of the {@link ng.directive:ngSubmit ngSubmit} - * or {@link ng.directive:ngClick ngClick} directives. - * This is because of the following form submission rules in the HTML specification: - * - * - If a form has only one input field then hitting enter in this field triggers form submit - * (`ngSubmit`) - * - if a form has 2+ input fields and no buttons or input[type=submit] then hitting enter - * doesn't trigger submit - * - if a form has one or more input fields and one or more buttons or input[type=submit] then - * hitting enter in any of the input fields will trigger the click handler on the *first* button or - * input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`) - * - * Any pending `ngModelOptions` changes will take place immediately when an enclosing form is - * submitted. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` - * to have access to the updated model. - * - * @animations - * Animations in ngForm are triggered when any of the associated CSS classes are added and removed. - * These classes are: `.ng-pristine`, `.ng-dirty`, `.ng-invalid` and `.ng-valid` as well as any - * other validations that are performed within the form. Animations in ngForm are similar to how - * they work in ngClass and animations can be hooked into using CSS transitions, keyframes as well - * as JS animations. - * - * The following example shows a simple way to utilize CSS transitions to style a form element - * that has been rendered as invalid after it has been validated: - * - *
    -  * //be sure to include ngAnimate as a module to hook into more
    -  * //advanced animations
    -  * .my-form {
    -  *   transition:0.5s linear all;
    -  *   background: white;
    -  * }
    -  * .my-form.ng-invalid {
    -  *   background: red;
    -  *   color:white;
    -  * }
    -  * 
    - * - * @example - - - - - - userType: - Required!
    - userType = {{userType}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - -
    - - it('should initialize to model', function() { - var userType = element(by.binding('userType')); - var valid = element(by.binding('myForm.input.$valid')); - expect(userType.getText()).toContain('guest'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - var userType = element(by.binding('userType')); - var valid = element(by.binding('myForm.input.$valid')); - var userInput = element(by.model('userType')); - userInput.clear(); - userInput.sendKeys(''); - expect(userType.getText()).toEqual('userType ='); - expect(valid.getText()).toContain('false'); - }); - -
    - * - * @param {string=} name Name of the form. If specified, the form controller will be published into - * related scope, under this name. - */ - var formDirectiveFactory = function formDirectiveFactory(isNgForm) { - return ['$timeout', '$parse', function ($timeout, $parse) { - var formDirective = { - name: 'form', - restrict: isNgForm ? 'EAC' : 'E', - require: ['form', '^^?form'], //first is the form's own ctrl, second is an optional parent form - controller: FormController, - compile: function ngFormCompile(formElement, attr) { - // Setup initial state of the control - formElement.addClass(PRISTINE_CLASS).addClass(VALID_CLASS); - - var nameAttr = attr.name ? 'name' : isNgForm && attr.ngForm ? 'ngForm' : false; + /** + * @ngdoc directive + * @name form + * @restrict E + * + * @description + * Directive that instantiates + * {@link form.FormController FormController}. + * + * If the `name` attribute is specified, the form controller is published onto the current scope under + * this name. + * + * ## Alias: {@link ng.directive:ngForm `ngForm`} + * + * In Angular, forms can be nested. This means that the outer form is valid when all of the child + * forms are valid as well. However, browsers do not allow nesting of `
    ` elements, so + * Angular provides the {@link ng.directive:ngForm `ngForm`} directive, which behaves identically to + * `form` but can be nested. Nested forms can be useful, for example, if the validity of a sub-group + * of controls needs to be determined. + * + * ## CSS classes + * - `ng-valid` is set if the form is valid. + * - `ng-invalid` is set if the form is invalid. + * - `ng-pending` is set if the form is pending. + * - `ng-pristine` is set if the form is pristine. + * - `ng-dirty` is set if the form is dirty. + * - `ng-submitted` is set if the form was submitted. + * + * Keep in mind that ngAnimate can detect each of these classes when added and removed. + * + * + * ## Submitting a form and preventing the default action + * + * Since the role of forms in client-side Angular applications is different than in classical + * roundtrip apps, it is desirable for the browser not to translate the form submission into a full + * page reload that sends the data to the server. Instead some javascript logic should be triggered + * to handle the form submission in an application-specific way. + * + * For this reason, Angular prevents the default action (form submission to the server) unless the + * `` element has an `action` attribute specified. + * + * You can use one of the following two ways to specify what javascript method should be called when + * a form is submitted: + * + * - {@link ng.directive:ngSubmit ngSubmit} directive on the form element + * - {@link ng.directive:ngClick ngClick} directive on the first + * button or input field of type submit (input[type=submit]) + * + * To prevent double execution of the handler, use only one of the {@link ng.directive:ngSubmit ngSubmit} + * or {@link ng.directive:ngClick ngClick} directives. + * This is because of the following form submission rules in the HTML specification: + * + * - If a form has only one input field then hitting enter in this field triggers form submit + * (`ngSubmit`) + * - if a form has 2+ input fields and no buttons or input[type=submit] then hitting enter + * doesn't trigger submit + * - if a form has one or more input fields and one or more buttons or input[type=submit] then + * hitting enter in any of the input fields will trigger the click handler on the *first* button or + * input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`) + * + * Any pending `ngModelOptions` changes will take place immediately when an enclosing form is + * submitted. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` + * to have access to the updated model. + * + * @animations + * Animations in ngForm are triggered when any of the associated CSS classes are added and removed. + * These classes are: `.ng-pristine`, `.ng-dirty`, `.ng-invalid` and `.ng-valid` as well as any + * other validations that are performed within the form. Animations in ngForm are similar to how + * they work in ngClass and animations can be hooked into using CSS transitions, keyframes as well + * as JS animations. + * + * The following example shows a simple way to utilize CSS transitions to style a form element + * that has been rendered as invalid after it has been validated: + * + *
    + * //be sure to include ngAnimate as a module to hook into more
    + * //advanced animations
    + * .my-form {
    + *   transition:0.5s linear all;
    + *   background: white;
    + * }
    + * .my-form.ng-invalid {
    + *   background: red;
    + *   color:white;
    + * }
    + * 
    + * + * @example + + + + + + userType: + Required!
    + userType = {{userType}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + +
    + + it('should initialize to model', function() { + var userType = element(by.binding('userType')); + var valid = element(by.binding('myForm.input.$valid')); - return { - pre: function ngFormPreLink(scope, formElement, attr, ctrls) { - var controller = ctrls[0]; - - // if `action` attr is not present on the form, prevent the default action (submission) - if (!('action' in attr)) { - // we can't use jq events because if a form is destroyed during submission the default - // action is not prevented. see #1238 - // - // IE 9 is not affected because it doesn't fire a submit event and try to do a full - // page reload if the form was destroyed by submission of the form via a click handler - // on a button in the form. Looks like an IE9 specific bug. - var handleFormSubmission = function handleFormSubmission(event) { - scope.$apply(function () { - controller.$commitViewValue(); - controller.$setSubmitted(); - }); + expect(userType.getText()).toContain('guest'); + expect(valid.getText()).toContain('true'); + }); - event.preventDefault(); - }; + it('should be invalid if empty', function() { + var userType = element(by.binding('userType')); + var valid = element(by.binding('myForm.input.$valid')); + var userInput = element(by.model('userType')); + + userInput.clear(); + userInput.sendKeys(''); + + expect(userType.getText()).toEqual('userType ='); + expect(valid.getText()).toContain('false'); + }); + +
    + * + * @param {string=} name Name of the form. If specified, the form controller will be published into + * related scope, under this name. + */ +var formDirectiveFactory = function(isNgForm) { + return ['$timeout', '$parse', function($timeout, $parse) { + var formDirective = { + name: 'form', + restrict: isNgForm ? 'EAC' : 'E', + require: ['form', '^^?form'], //first is the form's own ctrl, second is an optional parent form + controller: FormController, + compile: function ngFormCompile(formElement, attr) { + // Setup initial state of the control + formElement.addClass(PRISTINE_CLASS).addClass(VALID_CLASS); - formElement[0].addEventListener('submit', handleFormSubmission); + var nameAttr = attr.name ? 'name' : (isNgForm && attr.ngForm ? 'ngForm' : false); - // unregister the preventDefault listener so that we don't not leak memory but in a - // way that will achieve the prevention of the default action. - formElement.on('$destroy', function () { - $timeout(function () { - formElement[0].removeEventListener('submit', handleFormSubmission); - }, 0, false); + return { + pre: function ngFormPreLink(scope, formElement, attr, ctrls) { + var controller = ctrls[0]; + + // if `action` attr is not present on the form, prevent the default action (submission) + if (!('action' in attr)) { + // we can't use jq events because if a form is destroyed during submission the default + // action is not prevented. see #1238 + // + // IE 9 is not affected because it doesn't fire a submit event and try to do a full + // page reload if the form was destroyed by submission of the form via a click handler + // on a button in the form. Looks like an IE9 specific bug. + var handleFormSubmission = function(event) { + scope.$apply(function() { + controller.$commitViewValue(); + controller.$setSubmitted(); }); - } - var parentFormCtrl = ctrls[1] || controller.$$parentForm; - parentFormCtrl.$addControl(controller); + event.preventDefault(); + }; - var setter = nameAttr ? getSetter(controller.$name) : noop; + formElement[0].addEventListener('submit', handleFormSubmission); - if (nameAttr) { - setter(scope, controller); - attr.$observe(nameAttr, function (newValue) { - if (controller.$name === newValue) return; - setter(scope, undefined); - controller.$$parentForm.$$renameControl(controller, newValue); - setter = getSetter(controller.$name); - setter(scope, controller); - }); - } - formElement.on('$destroy', function () { - controller.$$parentForm.$removeControl(controller); + // unregister the preventDefault listener so that we don't not leak memory but in a + // way that will achieve the prevention of the default action. + formElement.on('$destroy', function() { + $timeout(function() { + formElement[0].removeEventListener('submit', handleFormSubmission); + }, 0, false); + }); + } + + var parentFormCtrl = ctrls[1] || controller.$$parentForm; + parentFormCtrl.$addControl(controller); + + var setter = nameAttr ? getSetter(controller.$name) : noop; + + if (nameAttr) { + setter(scope, controller); + attr.$observe(nameAttr, function(newValue) { + if (controller.$name === newValue) return; setter(scope, undefined); - extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards + controller.$$parentForm.$$renameControl(controller, newValue); + setter = getSetter(controller.$name); + setter(scope, controller); }); } - }; - } - }; + formElement.on('$destroy', function() { + controller.$$parentForm.$removeControl(controller); + setter(scope, undefined); + extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards + }); + } + }; + } + }; - return formDirective; + return formDirective; - function getSetter(expression) { - if (expression === '') { - //create an assignable expression, so forms with an empty name can be renamed later - return $parse('this[""]').assign; - } - return $parse(expression).assign || noop; + function getSetter(expression) { + if (expression === '') { + //create an assignable expression, so forms with an empty name can be renamed later + return $parse('this[""]').assign; } - }]; - }; + return $parse(expression).assign || noop; + } + }]; +}; - var formDirective = formDirectiveFactory(); - var ngFormDirective = formDirectiveFactory(true); +var formDirective = formDirectiveFactory(); +var ngFormDirective = formDirectiveFactory(true); - // helper methods - function setupValidity(instance) { - instance.$$classCache = {}; - instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); - } - function addSetValidityMethod(context) { - var clazz = context.clazz, - set = context.set, - unset = context.unset; - clazz.prototype.$setValidity = function (validationErrorKey, state, controller) { - if (isUndefined(state)) { - createAndSet(this, '$pending', validationErrorKey, controller); - } else { - unsetAndCleanup(this, '$pending', validationErrorKey, controller); - } - if (!isBoolean(state)) { + +// helper methods +function setupValidity(instance) { + instance.$$classCache = {}; + instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); +} +function addSetValidityMethod(context) { + var clazz = context.clazz, + set = context.set, + unset = context.unset; + + clazz.prototype.$setValidity = function(validationErrorKey, state, controller) { + if (isUndefined(state)) { + createAndSet(this, '$pending', validationErrorKey, controller); + } else { + unsetAndCleanup(this, '$pending', validationErrorKey, controller); + } + if (!isBoolean(state)) { + unset(this.$error, validationErrorKey, controller); + unset(this.$$success, validationErrorKey, controller); + } else { + if (state) { unset(this.$error, validationErrorKey, controller); - unset(this.$$success, validationErrorKey, controller); - } else { - if (state) { - unset(this.$error, validationErrorKey, controller); - set(this.$$success, validationErrorKey, controller); - } else { - set(this.$error, validationErrorKey, controller); - unset(this.$$success, validationErrorKey, controller); - } - } - if (this.$pending) { - cachedToggleClass(this, PENDING_CLASS, true); - this.$valid = this.$invalid = undefined; - toggleValidationCss(this, '', null); + set(this.$$success, validationErrorKey, controller); } else { - cachedToggleClass(this, PENDING_CLASS, false); - this.$valid = isObjectEmpty(this.$error); - this.$invalid = !this.$valid; - toggleValidationCss(this, '', this.$valid); - } - - // re-read the state as the set/unset methods could have - // combined state in this.$error[validationError] (used for forms), - // where setting/unsetting only increments/decrements the value, - // and does not replace it. - var combinedState; - if (this.$pending && this.$pending[validationErrorKey]) { - combinedState = undefined; - } else if (this.$error[validationErrorKey]) { - combinedState = false; - } else if (this.$$success[validationErrorKey]) { - combinedState = true; - } else { - combinedState = null; + set(this.$error, validationErrorKey, controller); + unset(this.$$success, validationErrorKey, controller); } + } + if (this.$pending) { + cachedToggleClass(this, PENDING_CLASS, true); + this.$valid = this.$invalid = undefined; + toggleValidationCss(this, '', null); + } else { + cachedToggleClass(this, PENDING_CLASS, false); + this.$valid = isObjectEmpty(this.$error); + this.$invalid = !this.$valid; + toggleValidationCss(this, '', this.$valid); + } + + // re-read the state as the set/unset methods could have + // combined state in this.$error[validationError] (used for forms), + // where setting/unsetting only increments/decrements the value, + // and does not replace it. + var combinedState; + if (this.$pending && this.$pending[validationErrorKey]) { + combinedState = undefined; + } else if (this.$error[validationErrorKey]) { + combinedState = false; + } else if (this.$$success[validationErrorKey]) { + combinedState = true; + } else { + combinedState = null; + } - toggleValidationCss(this, validationErrorKey, combinedState); - this.$$parentForm.$setValidity(validationErrorKey, combinedState, this); - }; + toggleValidationCss(this, validationErrorKey, combinedState); + this.$$parentForm.$setValidity(validationErrorKey, combinedState, this); + }; - function createAndSet(ctrl, name, value, controller) { - if (!ctrl[name]) { - ctrl[name] = {}; - } - set(ctrl[name], value, controller); + function createAndSet(ctrl, name, value, controller) { + if (!ctrl[name]) { + ctrl[name] = {}; } + set(ctrl[name], value, controller); + } - function unsetAndCleanup(ctrl, name, value, controller) { - if (ctrl[name]) { - unset(ctrl[name], value, controller); - } - if (isObjectEmpty(ctrl[name])) { - ctrl[name] = undefined; - } + function unsetAndCleanup(ctrl, name, value, controller) { + if (ctrl[name]) { + unset(ctrl[name], value, controller); } + if (isObjectEmpty(ctrl[name])) { + ctrl[name] = undefined; + } + } - function cachedToggleClass(ctrl, className, switchValue) { - if (switchValue && !ctrl.$$classCache[className]) { - ctrl.$$animate.addClass(ctrl.$$element, className); - ctrl.$$classCache[className] = true; - } else if (!switchValue && ctrl.$$classCache[className]) { - ctrl.$$animate.removeClass(ctrl.$$element, className); - ctrl.$$classCache[className] = false; - } + function cachedToggleClass(ctrl, className, switchValue) { + if (switchValue && !ctrl.$$classCache[className]) { + ctrl.$$animate.addClass(ctrl.$$element, className); + ctrl.$$classCache[className] = true; + } else if (!switchValue && ctrl.$$classCache[className]) { + ctrl.$$animate.removeClass(ctrl.$$element, className); + ctrl.$$classCache[className] = false; } + } - function toggleValidationCss(ctrl, validationErrorKey, isValid) { - validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : ''; + function toggleValidationCss(ctrl, validationErrorKey, isValid) { + validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : ''; - cachedToggleClass(ctrl, VALID_CLASS + validationErrorKey, isValid === true); - cachedToggleClass(ctrl, INVALID_CLASS + validationErrorKey, isValid === false); - } + cachedToggleClass(ctrl, VALID_CLASS + validationErrorKey, isValid === true); + cachedToggleClass(ctrl, INVALID_CLASS + validationErrorKey, isValid === false); } +} - function isObjectEmpty(obj) { - if (obj) { - for (var prop in obj) { - if (obj.hasOwnProperty(prop)) { - return false; - } +function isObjectEmpty(obj) { + if (obj) { + for (var prop in obj) { + if (obj.hasOwnProperty(prop)) { + return false; } } - return true; } + return true; +} - /* global - VALID_CLASS: false, - INVALID_CLASS: false, - PRISTINE_CLASS: false, - DIRTY_CLASS: false, - ngModelMinErr: false - */ +/* global + VALID_CLASS: false, + INVALID_CLASS: false, + PRISTINE_CLASS: false, + DIRTY_CLASS: false, + ngModelMinErr: false +*/ - // Regex code was initially obtained from SO prior to modification: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231 - var ISO_DATE_REGEXP = /^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/; - // See valid URLs in RFC3987 (http://tools.ietf.org/html/rfc3987) - // Note: We are being more lenient, because browsers are too. - // 1. Scheme - // 2. Slashes - // 3. Username - // 4. Password - // 5. Hostname - // 6. Port - // 7. Path - // 8. Query - // 9. Fragment - // 1111111111111111 222 333333 44444 55555555555555555555555 666 77777777 8888888 999 - var URL_REGEXP = /^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i; - // eslint-disable-next-line max-len - var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/; - var NUMBER_REGEXP = /^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/; - var DATE_REGEXP = /^(\d{4,})-(\d{2})-(\d{2})$/; - var DATETIMELOCAL_REGEXP = /^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; - var WEEK_REGEXP = /^(\d{4,})-W(\d\d)$/; - var MONTH_REGEXP = /^(\d{4,})-(\d\d)$/; - var TIME_REGEXP = /^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; - - var PARTIAL_VALIDATION_EVENTS = 'keydown wheel mousedown'; - var PARTIAL_VALIDATION_TYPES = createMap(); - forEach('date,datetime-local,month,time,week'.split(','), function (type) { - PARTIAL_VALIDATION_TYPES[type] = true; - }); +// Regex code was initially obtained from SO prior to modification: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231 +var ISO_DATE_REGEXP = /^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/; +// See valid URLs in RFC3987 (http://tools.ietf.org/html/rfc3987) +// Note: We are being more lenient, because browsers are too. +// 1. Scheme +// 2. Slashes +// 3. Username +// 4. Password +// 5. Hostname +// 6. Port +// 7. Path +// 8. Query +// 9. Fragment +// 1111111111111111 222 333333 44444 55555555555555555555555 666 77777777 8888888 999 +var URL_REGEXP = /^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i; +// eslint-disable-next-line max-len +var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/; +var NUMBER_REGEXP = /^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/; +var DATE_REGEXP = /^(\d{4,})-(\d{2})-(\d{2})$/; +var DATETIMELOCAL_REGEXP = /^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; +var WEEK_REGEXP = /^(\d{4,})-W(\d\d)$/; +var MONTH_REGEXP = /^(\d{4,})-(\d\d)$/; +var TIME_REGEXP = /^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; + +var PARTIAL_VALIDATION_EVENTS = 'keydown wheel mousedown'; +var PARTIAL_VALIDATION_TYPES = createMap(); +forEach('date,datetime-local,month,time,week'.split(','), function(type) { + PARTIAL_VALIDATION_TYPES[type] = true; +}); - var inputType = { +var inputType = { - /** - * @ngdoc input - * @name input[text] - * - * @description - * Standard HTML text input with angular data binding, inherited by most of the `input` elements. - * - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Adds `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - * This parameter is ignored for input[type=password] controls, which will never trim the - * input. - * - * @example - - - -
    - -
    - - Required! - - Single word only! -
    - text = {{example.text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var text = element(by.binding('example.text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('example.text')); - it('should initialize to model', function() { - expect(text.getText()).toContain('guest'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if multi word', function() { - input.clear(); - input.sendKeys('hello world'); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'text': textInputType, + /** + * @ngdoc input + * @name input[text] + * + * @description + * Standard HTML text input with angular data binding, inherited by most of the `input` elements. + * + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} required Adds `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. + * This parameter is ignored for input[type=password] controls, which will never trim the + * input. + * + * @example + + + +
    + +
    + + Required! + + Single word only! +
    + text = {{example.text}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var text = element(by.binding('example.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('example.text')); + + it('should initialize to model', function() { + expect(text.getText()).toContain('guest'); + expect(valid.getText()).toContain('true'); + }); + + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); + + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); + }); + + it('should be invalid if multi word', function() { + input.clear(); + input.sendKeys('hello world'); + + expect(valid.getText()).toContain('false'); + }); + +
    + */ + 'text': textInputType, /** * @ngdoc input @@ -56672,7 +58818,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol var value = element(by.binding('example.value | date: "yyyy-MM-dd"')); var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support + + // currently protractor/webdriver does not support // sending keys to all known HTML5 input controls // for various browsers (see https://github.com/angular/protractor/issues/562). function setInput(val) { @@ -56682,16 +58829,19 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; browser.executeScript(scr); } - it('should initialize to model', function() { + + it('should initialize to model', function() { expect(value.getText()).toContain('2013-10-22'); expect(valid.getText()).toContain('myForm.input.$valid = true'); }); - it('should be invalid if empty', function() { + + it('should be invalid if empty', function() { setInput(''); expect(value.getText()).toEqual('value ='); expect(valid.getText()).toContain('myForm.input.$valid = false'); }); - it('should be invalid if over max', function() { + + it('should be invalid if over max', function() { setInput('2015-01-01'); expect(value.getText()).toContain(''); expect(valid.getText()).toContain('myForm.input.$valid = false'); @@ -56699,1411 +58849,1460 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol */ - 'date': createDateInputType('date', DATE_REGEXP, createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']), 'yyyy-MM-dd'), - - /** - * @ngdoc input - * @name input[datetime-local] - * - * @description - * Input with datetime validation and transformation. In browsers that do not yet support - * the HTML5 date input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * local datetime format (yyyy-MM-ddTHH:mm:ss), for example: `2010-12-28T14:57:00`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). You can also use interpolation - * inside this attribute (e.g. `min="{{minDatetimeLocal | date:'yyyy-MM-ddTHH:mm:ss'}}"`). - * Note that `min` will also add native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). You can also use interpolation - * inside this attribute (e.g. `max="{{maxDatetimeLocal | date:'yyyy-MM-ddTHH:mm:ss'}}"`). - * Note that `max` will also add native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation error key to the Date / ISO datetime string - * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation error key to the Date / ISO datetime string - * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - - -
    - - Required! - - Not a valid date! -
    - value = {{example.value | date: "yyyy-MM-ddTHH:mm:ss"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value | date: "yyyy-MM-ddTHH:mm:ss"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('2010-12-28T14:57:00'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('2015-01-01T23:59:00'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'datetime-local': createDateInputType('datetimelocal', DATETIMELOCAL_REGEXP, createDateParser(DATETIMELOCAL_REGEXP, ['yyyy', 'MM', 'dd', 'HH', 'mm', 'ss', 'sss']), 'yyyy-MM-ddTHH:mm:ss.sss'), + 'date': createDateInputType('date', DATE_REGEXP, + createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']), + 'yyyy-MM-dd'), - /** - * @ngdoc input - * @name input[time] - * - * @description - * Input with time validation and transformation. In browsers that do not yet support - * the HTML5 time input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a - * Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this - * attribute (e.g. `min="{{minTime | date:'HH:mm:ss'}}"`). Note that `min` will also add - * native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this - * attribute (e.g. `max="{{maxTime | date:'HH:mm:ss'}}"`). Note that `max` will also add - * native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO time string the - * `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO time string the - * `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - - -
    - - Required! - - Not a valid date! -
    - value = {{example.value | date: "HH:mm:ss"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value | date: "HH:mm:ss"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('14:57:00'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('23:59:00'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'time': createDateInputType('time', TIME_REGEXP, createDateParser(TIME_REGEXP, ['HH', 'mm', 'ss', 'sss']), 'HH:mm:ss.sss'), + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-MM-ddTHH:mm:ss"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    + + + var value = element(by.binding('example.value | date: "yyyy-MM-ddTHH:mm:ss"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2010-12-28T14:57:00'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01-01T23:59:00'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + + */ + 'datetime-local': createDateInputType('datetimelocal', DATETIMELOCAL_REGEXP, + createDateParser(DATETIMELOCAL_REGEXP, ['yyyy', 'MM', 'dd', 'HH', 'mm', 'ss', 'sss']), + 'yyyy-MM-ddTHH:mm:ss.sss'), + + /** + * @ngdoc input + * @name input[time] + * + * @description + * Input with time validation and transformation. In browsers that do not yet support + * the HTML5 time input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a + * Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`. + * + * The model must always be a Date object, otherwise Angular will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this + * attribute (e.g. `min="{{minTime | date:'HH:mm:ss'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO time format (HH:mm:ss). You can also use interpolation inside this + * attribute (e.g. `max="{{maxTime | date:'HH:mm:ss'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO time string the + * `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO time string the + * `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "HH:mm:ss"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value | date: "HH:mm:ss"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('14:57:00'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('23:59:00'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'time': createDateInputType('time', TIME_REGEXP, + createDateParser(TIME_REGEXP, ['HH', 'mm', 'ss', 'sss']), + 'HH:mm:ss.sss'), + + /** + * @ngdoc input + * @name input[week] + * + * @description + * Input with week-of-the-year validation and transformation to Date. In browsers that do not yet support + * the HTML5 week input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * week format (yyyy-W##), for example: `2013-W02`. + * + * The model must always be a Date object, otherwise Angular will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this + * attribute (e.g. `min="{{minWeek | date:'yyyy-Www'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this + * attribute (e.g. `max="{{maxWeek | date:'yyyy-Www'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + +
    + + Required! + + Not a valid date! +
    + value = {{example.value | date: "yyyy-Www"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value | date: "yyyy-Www"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-W01'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-W01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'week': createDateInputType('week', WEEK_REGEXP, weekParser, 'yyyy-Www'), + + /** + * @ngdoc input + * @name input[month] + * + * @description + * Input with month validation and transformation. In browsers that do not yet support + * the HTML5 month input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 + * month format (yyyy-MM), for example: `2009-01`. + * + * The model must always be a Date object, otherwise Angular will throw an error. + * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. + * If the model is not set to the first of the month, the next view to model update will set it + * to the first of the month. + * + * The timezone to be used to read/write the `Date` instance in the model can be defined using + * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this + * attribute (e.g. `min="{{minMonth | date:'yyyy-MM'}}"`). Note that `min` will also add + * native HTML5 constraint validation. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this + * attribute (e.g. `max="{{maxMonth | date:'yyyy-MM'}}"`). Note that `max` will also add + * native HTML5 constraint validation. + * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string + * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. + * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string + * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. + + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + + +
    + + Required! + + Not a valid month! +
    + value = {{example.value | date: "yyyy-MM"}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value | date: "yyyy-MM"')); + var valid = element(by.binding('myForm.input.$valid')); + + // currently protractor/webdriver does not support + // sending keys to all known HTML5 input controls + // for various browsers (https://github.com/angular/protractor/issues/562). + function setInput(val) { + // set the value of the element and force validation. + var scr = "var ipt = document.getElementById('exampleInput'); " + + "ipt.value = '" + val + "';" + + "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; + browser.executeScript(scr); + } + + it('should initialize to model', function() { + expect(value.getText()).toContain('2013-10'); + expect(valid.getText()).toContain('myForm.input.$valid = true'); + }); + + it('should be invalid if empty', function() { + setInput(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + + it('should be invalid if over max', function() { + setInput('2015-01'); + expect(value.getText()).toContain(''); + expect(valid.getText()).toContain('myForm.input.$valid = false'); + }); + +
    + */ + 'month': createDateInputType('month', MONTH_REGEXP, + createDateParser(MONTH_REGEXP, ['yyyy', 'MM']), + 'yyyy-MM'), + + /** + * @ngdoc input + * @name input[number] + * + * @description + * Text input with number validation and transformation. Sets the `number` validation + * error if not a valid number. + * + *
    + * The model must always be of type `number` otherwise Angular will throw an error. + * Be aware that a string containing a number is not enough. See the {@link ngModel:numfmt} + * error docs for more information and an example of how to convert your model if necessary. + *
    + * + * ## Issues with HTML5 constraint validation + * + * In browsers that follow the + * [HTML5 specification](https://html.spec.whatwg.org/multipage/forms.html#number-state-%28type=number%29), + * `input[number]` does not work as expected with {@link ngModelOptions `ngModelOptions.allowInvalid`}. + * If a non-number is entered in the input, the browser will report the value as an empty string, + * which means the view / model values in `ngModel` and subsequently the scope value + * will also be an empty string. + * + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. + * Can be interpolated. + * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. + * Can be interpolated. + * @param {string=} ngMin Like `min`, sets the `min` validation error key if the value entered is less than `ngMin`, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} ngMax Like `max`, sets the `max` validation error key if the value entered is greater than `ngMax`, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint. + * Can be interpolated. + * @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint, + * but does not trigger HTML5 native validation. Takes an expression. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    + +
    + + Required! + + Not valid number! +
    + value = {{example.value}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    +
    +
    + + var value = element(by.binding('example.value')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('example.value')); + + it('should initialize to model', function() { + expect(value.getText()).toContain('12'); + expect(valid.getText()).toContain('true'); + }); - /** - * @ngdoc input - * @name input[week] - * - * @description - * Input with week-of-the-year validation and transformation to Date. In browsers that do not yet support - * the HTML5 week input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * week format (yyyy-W##), for example: `2013-W02`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this - * attribute (e.g. `min="{{minWeek | date:'yyyy-Www'}}"`). Note that `min` will also add - * native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO week format (yyyy-W##). You can also use interpolation inside this - * attribute (e.g. `max="{{maxWeek | date:'yyyy-Www'}}"`). Note that `max` will also add - * native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string - * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string - * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - -
    - + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('false'); + }); + + it('should be invalid if over max', function() { + input.clear(); + input.sendKeys('123'); + expect(value.getText()).toEqual('value ='); + expect(valid.getText()).toContain('false'); + }); + + + */ + 'number': numberInputType, + + + /** + * @ngdoc input + * @name input[url] + * + * @description + * Text input with URL validation. Sets the `url` validation error key if the content is not a + * valid URL. + * + *
    + * **Note:** `input[url]` uses a regex to validate urls that is derived from the regex + * used in Chromium. If you need stricter validation, you can use `ng-pattern` or modify + * the built-in validators (see the {@link guide/forms Forms guide}) + *
    + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + + + - - var value = element(by.binding('example.value | date: "yyyy-Www"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-W01'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('2015-W01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - - */ - 'week': createDateInputType('week', WEEK_REGEXP, weekParser, 'yyyy-Www'), + + Not valid url! +
    + text = {{url.text}}
    + myForm.input.$valid = {{myForm.input.$valid}}
    + myForm.input.$error = {{myForm.input.$error}}
    + myForm.$valid = {{myForm.$valid}}
    + myForm.$error.required = {{!!myForm.$error.required}}
    + myForm.$error.url = {{!!myForm.$error.url}}
    + +
    + + var text = element(by.binding('url.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('url.text')); - /** - * @ngdoc input - * @name input[month] - * - * @description - * Input with month validation and transformation. In browsers that do not yet support - * the HTML5 month input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * month format (yyyy-MM), for example: `2009-01`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * If the model is not set to the first of the month, the next view to model update will set it - * to the first of the month. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this - * attribute (e.g. `min="{{minMonth | date:'yyyy-MM'}}"`). Note that `min` will also add - * native HTML5 constraint validation. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * This must be a valid ISO month format (yyyy-MM). You can also use interpolation inside this - * attribute (e.g. `max="{{maxMonth | date:'yyyy-MM'}}"`). Note that `max` will also add - * native HTML5 constraint validation. - * @param {(date|string)=} ngMin Sets the `min` validation constraint to the Date / ISO week string - * the `ngMin` expression evaluates to. Note that it does not set the `min` attribute. - * @param {(date|string)=} ngMax Sets the `max` validation constraint to the Date / ISO week string - * the `ngMax` expression evaluates to. Note that it does not set the `max` attribute. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - - -
    - - Required! - - Not a valid month! -
    - value = {{example.value | date: "yyyy-MM"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value | date: "yyyy-MM"')); - var valid = element(by.binding('myForm.input.$valid')); - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-10'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - it('should be invalid if over max', function() { - setInput('2015-01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'month': createDateInputType('month', MONTH_REGEXP, createDateParser(MONTH_REGEXP, ['yyyy', 'MM']), 'yyyy-MM'), + it('should initialize to model', function() { + expect(text.getText()).toContain('http://google.com'); + expect(valid.getText()).toContain('true'); + }); - /** - * @ngdoc input - * @name input[number] - * - * @description - * Text input with number validation and transformation. Sets the `number` validation - * error if not a valid number. - * - *
    - * The model must always be of type `number` otherwise Angular will throw an error. - * Be aware that a string containing a number is not enough. See the {@link ngModel:numfmt} - * error docs for more information and an example of how to convert your model if necessary. - *
    - * - * ## Issues with HTML5 constraint validation - * - * In browsers that follow the - * [HTML5 specification](https://html.spec.whatwg.org/multipage/forms.html#number-state-%28type=number%29), - * `input[number]` does not work as expected with {@link ngModelOptions `ngModelOptions.allowInvalid`}. - * If a non-number is entered in the input, the browser will report the value as an empty string, - * which means the view / model values in `ngModel` and subsequently the scope value - * will also be an empty string. - * - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * Can be interpolated. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * Can be interpolated. - * @param {string=} ngMin Like `min`, sets the `min` validation error key if the value entered is less than `ngMin`, - * but does not trigger HTML5 native validation. Takes an expression. - * @param {string=} ngMax Like `max`, sets the `max` validation error key if the value entered is greater than `ngMax`, - * but does not trigger HTML5 native validation. Takes an expression. - * @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint. - * Can be interpolated. - * @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint, - * but does not trigger HTML5 native validation. Takes an expression. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - -
    - - Required! - - Not valid number! -
    - value = {{example.value}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('example.value')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('example.value')); - it('should initialize to model', function() { - expect(value.getText()).toContain('12'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if over max', function() { - input.clear(); - input.sendKeys('123'); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'number': numberInputType, + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); - /** - * @ngdoc input - * @name input[url] - * - * @description - * Text input with URL validation. Sets the `url` validation error key if the content is not a - * valid URL. - * - *
    - * **Note:** `input[url]` uses a regex to validate urls that is derived from the regex - * used in Chromium. If you need stricter validation, you can use `ng-pattern` or modify - * the built-in validators (see the {@link guide/forms Forms guide}) - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); + }); + + it('should be invalid if not url', function() { + input.clear(); + input.sendKeys('box'); + + expect(valid.getText()).toContain('false'); + }); + + + */ + 'url': urlInputType, + + + /** + * @ngdoc input + * @name input[email] + * + * @description + * Text input with email validation. Sets the `email` validation error key if not a valid email + * address. + * + *
    + * **Note:** `input[email]` uses a regex to validate email addresses that is derived from the regex + * used in Chromium. If you need stricter validation (e.g. requiring a top-level domain), you can + * use `ng-pattern` or modify the built-in validators (see the {@link guide/forms Forms guide}) + *
    + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} required Sets `required` validation error key if the value is not entered. + * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to + * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of + * `required` when you want to data-bind to the `required` attribute. + * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than + * minlength. + * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than + * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of + * any length. + * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string + * that contains the regular expression body that will be converted to a regular expression + * as in the ngPattern directive. + * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} + * does not match a RegExp found by evaluating the Angular expression given in the attribute value. + * If the expression evaluates to a RegExp object, then this is used directly. + * If the expression evaluates to a string, then it will be converted to a RegExp + * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to + * `new RegExp('^abc$')`.
    + * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to + * start at the index of the last search's match, thus not taking the whole input value into + * account. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + +
    -
    - - var text = element(by.binding('url.text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('url.text')); - it('should initialize to model', function() { - expect(text.getText()).toContain('http://google.com'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if not url', function() { - input.clear(); - input.sendKeys('box'); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'url': urlInputType, + myForm.$error.email = {{!!myForm.$error.email}}
    + +
    + + var text = element(by.binding('email.text')); + var valid = element(by.binding('myForm.input.$valid')); + var input = element(by.model('email.text')); - /** - * @ngdoc input - * @name input[email] - * - * @description - * Text input with email validation. Sets the `email` validation error key if not a valid email - * address. - * - *
    - * **Note:** `input[email]` uses a regex to validate email addresses that is derived from the regex - * used in Chromium. If you need stricter validation (e.g. requiring a top-level domain), you can - * use `ng-pattern` or modify the built-in validators (see the {@link guide/forms Forms guide}) - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - -
    - - Required! - - Not valid email! -
    - text = {{email.text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - myForm.$error.email = {{!!myForm.$error.email}}
    -
    -
    - - var text = element(by.binding('email.text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('email.text')); - it('should initialize to model', function() { - expect(text.getText()).toContain('me@example.com'); - expect(valid.getText()).toContain('true'); - }); - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - it('should be invalid if not email', function() { - input.clear(); - input.sendKeys('xxx'); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'email': emailInputType, + it('should initialize to model', function() { + expect(text.getText()).toContain('me@example.com'); + expect(valid.getText()).toContain('true'); + }); - /** - * @ngdoc input - * @name input[radio] - * - * @description - * HTML radio button. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string} value The value to which the `ngModel` expression should be set when selected. - * Note that `value` only supports `string` values, i.e. the scope model needs to be a string, - * too. Use `ngValue` if you need complex models (`number`, `object`, ...). - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {string} ngValue Angular expression to which `ngModel` will be be set when the radio - * is selected. Should be used instead of the `value` attribute if you need - * a non-string `ngModel` (`boolean`, `array`, ...). - * - * @example - - - -
    -
    -
    -
    - color = {{color.name | json}}
    -
    - Note that `ng-value="specialValue"` sets radio item's value to be the value of `$scope.specialValue`. -
    - - it('should change state', function() { - var inputs = element.all(by.model('color.name')); - var color = element(by.binding('color.name')); - expect(color.getText()).toContain('blue'); - inputs.get(0).click(); - expect(color.getText()).toContain('red'); - inputs.get(1).click(); - expect(color.getText()).toContain('green'); - }); - -
    - */ - 'radio': radioInputType, + it('should be invalid if empty', function() { + input.clear(); + input.sendKeys(''); + expect(text.getText()).toEqual('text ='); + expect(valid.getText()).toContain('false'); + }); - /** - * @ngdoc input - * @name input[range] - * - * @description - * Native range input with validation and transformation. - * - * The model for the range input must always be a `Number`. - * - * IE9 and other browsers that do not support the `range` type fall back - * to a text input without any default values for `min`, `max` and `step`. Model binding, - * validation and number parsing are nevertheless supported. - * - * Browsers that support range (latest Chrome, Safari, Firefox, Edge) treat `input[range]` - * in a way that never allows the input to hold an invalid value. That means: - * - any non-numerical value is set to `(max + min) / 2`. - * - any numerical value that is less than the current min val, or greater than the current max val - * is set to the min / max val respectively. - * - additionally, the current `step` is respected, so the nearest value that satisfies a step - * is used. - * - * See the [HTML Spec on input[type=range]](https://www.w3.org/TR/html5/forms.html#range-state-(type=range)) - * for more info. - * - * This has the following consequences for Angular: - * - * Since the element value should always reflect the current model value, a range input - * will set the bound ngModel expression to the value that the browser has set for the - * input element. For example, in the following input ``, - * if the application sets `model.value = null`, the browser will set the input to `'50'`. - * Angular will then set the model to `50`, to prevent input and model value being out of sync. - * - * That means the model for range will immediately be set to `50` after `ngModel` has been - * initialized. It also means a range input can never have the required error. - * - * This does not only affect changes to the model value, but also to the values of the `min`, - * `max`, and `step` attributes. When these change in a way that will cause the browser to modify - * the input value, Angular will also update the model value. - * - * Automatic value adjustment also means that a range input element can never have the `required`, - * `min`, or `max` errors. - * - * However, `step` is currently only fully implemented by Firefox. Other browsers have problems - * when the step value changes dynamically - they do not adjust the element value correctly, but - * instead may set the `stepMismatch` error. If that's the case, the Angular will set the `step` - * error on the input, and set the model to `undefined`. - * - * Note that `input[range]` is not compatible with`ngMax`, `ngMin`, and `ngStep`, because they do - * not set the `min` and `max` attributes, which means that the browser won't automatically adjust - * the input value based on their values, and will always assume min = 0, max = 100, and step = 1. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation to ensure that the value entered is greater - * than `min`. Can be interpolated. - * @param {string=} max Sets the `max` validation to ensure that the value entered is less than `max`. - * Can be interpolated. - * @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step` - * Can be interpolated. - * @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due - * to user interaction with the input element. - * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the - * element. **Note** : `ngChecked` should not be used alongside `ngModel`. - * Checkout {@link ng.directive:ngChecked ngChecked} for usage. - * - * @example - - - -
    - Model as range: -
    - Model as number:
    - Min:
    - Max:
    - value = {{value}}
    - myForm.range.$valid = {{myForm.range.$valid}}
    - myForm.range.$error = {{myForm.range.$error}} -
    -
    -
    - * ## Range Input with ngMin & ngMax attributes - * @example - - - -
    - Model as range: -
    - Model as number:
    - Min:
    - Max:
    - value = {{value}}
    - myForm.range.$valid = {{myForm.range.$valid}}
    - myForm.range.$error = {{myForm.range.$error}} -
    -
    -
    - */ - 'range': rangeInputType, + it('should be invalid if not email', function() { + input.clear(); + input.sendKeys('xxx'); - /** - * @ngdoc input - * @name input[checkbox] - * - * @description - * HTML checkbox. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {expression=} ngTrueValue The value to which the expression should be set when selected. - * @param {expression=} ngFalseValue The value to which the expression should be set when not selected. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    -
    -
    - value1 = {{checkboxModel.value1}}
    - value2 = {{checkboxModel.value2}}
    -
    -
    - - it('should change state', function() { - var value1 = element(by.binding('checkboxModel.value1')); - var value2 = element(by.binding('checkboxModel.value2')); - expect(value1.getText()).toContain('true'); - expect(value2.getText()).toContain('YES'); - element(by.model('checkboxModel.value1')).click(); - element(by.model('checkboxModel.value2')).click(); - expect(value1.getText()).toContain('false'); - expect(value2.getText()).toContain('NO'); - }); - -
    - */ - 'checkbox': checkboxInputType, + expect(valid.getText()).toContain('false'); + }); +
    +
    + */ + 'email': emailInputType, - 'hidden': noop, - 'button': noop, - 'submit': noop, - 'reset': noop, - 'file': noop - }; - function stringBasedInputType(ctrl) { - ctrl.$formatters.push(function (value) { - return ctrl.$isEmpty(value) ? value : value.toString(); - }); - } + /** + * @ngdoc input + * @name input[radio] + * + * @description + * HTML radio button. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string} value The value to which the `ngModel` expression should be set when selected. + * Note that `value` only supports `string` values, i.e. the scope model needs to be a string, + * too. Use `ngValue` if you need complex models (`number`, `object`, ...). + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * @param {string} ngValue Angular expression to which `ngModel` will be be set when the radio + * is selected. Should be used instead of the `value` attribute if you need + * a non-string `ngModel` (`boolean`, `array`, ...). + * + * @example + + + +
    +
    +
    +
    + color = {{color.name | json}}
    +
    + Note that `ng-value="specialValue"` sets radio item's value to be the value of `$scope.specialValue`. +
    + + it('should change state', function() { + var inputs = element.all(by.model('color.name')); + var color = element(by.binding('color.name')); - function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); - } + expect(color.getText()).toContain('blue'); - function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) { - var type = lowercase(element[0].type); + inputs.get(0).click(); + expect(color.getText()).toContain('red'); - // In composition mode, users are still inputting intermediate text buffer, - // hold the listener until composition is done. - // More about composition events: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent - if (!$sniffer.android) { - var composing = false; + inputs.get(1).click(); + expect(color.getText()).toContain('green'); + }); + +
    + */ + 'radio': radioInputType, - element.on('compositionstart', function () { - composing = true; - }); + /** + * @ngdoc input + * @name input[range] + * + * @description + * Native range input with validation and transformation. + * + * The model for the range input must always be a `Number`. + * + * IE9 and other browsers that do not support the `range` type fall back + * to a text input without any default values for `min`, `max` and `step`. Model binding, + * validation and number parsing are nevertheless supported. + * + * Browsers that support range (latest Chrome, Safari, Firefox, Edge) treat `input[range]` + * in a way that never allows the input to hold an invalid value. That means: + * - any non-numerical value is set to `(max + min) / 2`. + * - any numerical value that is less than the current min val, or greater than the current max val + * is set to the min / max val respectively. + * - additionally, the current `step` is respected, so the nearest value that satisfies a step + * is used. + * + * See the [HTML Spec on input[type=range]](https://www.w3.org/TR/html5/forms.html#range-state-(type=range)) + * for more info. + * + * This has the following consequences for Angular: + * + * Since the element value should always reflect the current model value, a range input + * will set the bound ngModel expression to the value that the browser has set for the + * input element. For example, in the following input ``, + * if the application sets `model.value = null`, the browser will set the input to `'50'`. + * Angular will then set the model to `50`, to prevent input and model value being out of sync. + * + * That means the model for range will immediately be set to `50` after `ngModel` has been + * initialized. It also means a range input can never have the required error. + * + * This does not only affect changes to the model value, but also to the values of the `min`, + * `max`, and `step` attributes. When these change in a way that will cause the browser to modify + * the input value, Angular will also update the model value. + * + * Automatic value adjustment also means that a range input element can never have the `required`, + * `min`, or `max` errors. + * + * However, `step` is currently only fully implemented by Firefox. Other browsers have problems + * when the step value changes dynamically - they do not adjust the element value correctly, but + * instead may set the `stepMismatch` error. If that's the case, the Angular will set the `step` + * error on the input, and set the model to `undefined`. + * + * Note that `input[range]` is not compatible with`ngMax`, `ngMin`, and `ngStep`, because they do + * not set the `min` and `max` attributes, which means that the browser won't automatically adjust + * the input value based on their values, and will always assume min = 0, max = 100, and step = 1. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {string=} min Sets the `min` validation to ensure that the value entered is greater + * than `min`. Can be interpolated. + * @param {string=} max Sets the `max` validation to ensure that the value entered is less than `max`. + * Can be interpolated. + * @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step` + * Can be interpolated. + * @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due + * to user interaction with the input element. + * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the + * element. **Note** : `ngChecked` should not be used alongside `ngModel`. + * Checkout {@link ng.directive:ngChecked ngChecked} for usage. + * + * @example + + + +
    + + Model as range: +
    + Model as number:
    + Min:
    + Max:
    + value = {{value}}
    + myForm.range.$valid = {{myForm.range.$valid}}
    + myForm.range.$error = {{myForm.range.$error}} +
    +
    +
    - element.on('compositionend', function () { - composing = false; - listener(); - }); - } + * ## Range Input with ngMin & ngMax attributes - var timeout; + * @example + + + +
    + Model as range: +
    + Model as number:
    + Min:
    + Max:
    + value = {{value}}
    + myForm.range.$valid = {{myForm.range.$valid}}
    + myForm.range.$error = {{myForm.range.$error}} +
    +
    +
    - var listener = function listener(ev) { - if (timeout) { - $browser.defer.cancel(timeout); - timeout = null; - } - if (composing) return; - var value = element.val(), - event = ev && ev.type; + */ + 'range': rangeInputType, - // By default we will trim the value - // If the attribute ng-trim exists we will avoid trimming - // If input type is 'password', the value is never trimmed - if (type !== 'password' && (!attr.ngTrim || attr.ngTrim !== 'false')) { - value = trim(value); - } + /** + * @ngdoc input + * @name input[checkbox] + * + * @description + * HTML checkbox. + * + * @param {string} ngModel Assignable angular expression to data-bind to. + * @param {string=} name Property name of the form under which the control is published. + * @param {expression=} ngTrueValue The value to which the expression should be set when selected. + * @param {expression=} ngFalseValue The value to which the expression should be set when not selected. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. + * + * @example + + + +
    +
    +
    + value1 = {{checkboxModel.value1}}
    + value2 = {{checkboxModel.value2}}
    +
    +
    + + it('should change state', function() { + var value1 = element(by.binding('checkboxModel.value1')); + var value2 = element(by.binding('checkboxModel.value2')); - // If a control is suffering from bad input (due to native validators), browsers discard its - // value, so it may be necessary to revalidate (by calling $setViewValue again) even if the - // control's value is the same empty value twice in a row. - if (ctrl.$viewValue !== value || value === '' && ctrl.$$hasNativeValidators) { - ctrl.$setViewValue(value, event); - } - }; + expect(value1.getText()).toContain('true'); + expect(value2.getText()).toContain('YES'); - // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the - // input event on backspace, delete or cut - if ($sniffer.hasEvent('input')) { - element.on('input', listener); - } else { - var deferListener = function deferListener(ev, input, origValue) { - if (!timeout) { - timeout = $browser.defer(function () { - timeout = null; - if (!input || input.value !== origValue) { - listener(ev); - } + element(by.model('checkboxModel.value1')).click(); + element(by.model('checkboxModel.value2')).click(); + + expect(value1.getText()).toContain('false'); + expect(value2.getText()).toContain('NO'); }); - } - }; + +
    + */ + 'checkbox': checkboxInputType, + + 'hidden': noop, + 'button': noop, + 'submit': noop, + 'reset': noop, + 'file': noop +}; - element.on('keydown', /** @this */function (event) { - var key = event.keyCode; +function stringBasedInputType(ctrl) { + ctrl.$formatters.push(function(value) { + return ctrl.$isEmpty(value) ? value : value.toString(); + }); +} - // ignore - // command modifiers arrows - if (key === 91 || 15 < key && key < 19 || 37 <= key && key <= 40) return; +function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); +} - deferListener(event, this, this.value); - }); +function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) { + var type = lowercase(element[0].type); - // if user modifies input value using context menu in IE, we need "paste" and "cut" events to catch it - if ($sniffer.hasEvent('paste')) { - element.on('paste cut', deferListener); - } - } - - // if user paste into input using mouse on older browser - // or form autocomplete on newer browser, we need "change" event to catch it - element.on('change', listener); - - // Some native input types (date-family) have the ability to change validity without - // firing any input/change events. - // For these event types, when native validators are present and the browser supports the type, - // check for validity changes on various DOM events. - if (PARTIAL_VALIDATION_TYPES[type] && ctrl.$$hasNativeValidators && type === attr.type) { - element.on(PARTIAL_VALIDATION_EVENTS, /** @this */function (ev) { - if (!timeout) { - var validity = this[VALIDITY_STATE_PROPERTY]; - var origBadInput = validity.badInput; - var origTypeMismatch = validity.typeMismatch; - timeout = $browser.defer(function () { - timeout = null; - if (validity.badInput !== origBadInput || validity.typeMismatch !== origTypeMismatch) { - listener(ev); - } - }); - } - }); + // In composition mode, users are still inputting intermediate text buffer, + // hold the listener until composition is done. + // More about composition events: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent + if (!$sniffer.android) { + var composing = false; + + element.on('compositionstart', function() { + composing = true; + }); + + element.on('compositionend', function() { + composing = false; + listener(); + }); + } + + var timeout; + + var listener = function(ev) { + if (timeout) { + $browser.defer.cancel(timeout); + timeout = null; + } + if (composing) return; + var value = element.val(), + event = ev && ev.type; + + // By default we will trim the value + // If the attribute ng-trim exists we will avoid trimming + // If input type is 'password', the value is never trimmed + if (type !== 'password' && (!attr.ngTrim || attr.ngTrim !== 'false')) { + value = trim(value); + } + + // If a control is suffering from bad input (due to native validators), browsers discard its + // value, so it may be necessary to revalidate (by calling $setViewValue again) even if the + // control's value is the same empty value twice in a row. + if (ctrl.$viewValue !== value || (value === '' && ctrl.$$hasNativeValidators)) { + ctrl.$setViewValue(value, event); } + }; - ctrl.$render = function () { - // Workaround for Firefox validation #12102. - var value = ctrl.$isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue; - if (element.val() !== value) { - element.val(value); + // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the + // input event on backspace, delete or cut + if ($sniffer.hasEvent('input')) { + element.on('input', listener); + } else { + var deferListener = function(ev, input, origValue) { + if (!timeout) { + timeout = $browser.defer(function() { + timeout = null; + if (!input || input.value !== origValue) { + listener(ev); + } + }); } }; - } - function weekParser(isoWeek, existingDate) { - if (isDate(isoWeek)) { - return isoWeek; - } + element.on('keydown', /** @this */ function(event) { + var key = event.keyCode; - if (isString(isoWeek)) { - WEEK_REGEXP.lastIndex = 0; - var parts = WEEK_REGEXP.exec(isoWeek); - if (parts) { - var year = +parts[1], - week = +parts[2], - hours = 0, - minutes = 0, - seconds = 0, - milliseconds = 0, - firstThurs = getFirstThursdayOfYear(year), - addDays = (week - 1) * 7; + // ignore + // command modifiers arrows + if (key === 91 || (15 < key && key < 19) || (37 <= key && key <= 40)) return; - if (existingDate) { - hours = existingDate.getHours(); - minutes = existingDate.getMinutes(); - seconds = existingDate.getSeconds(); - milliseconds = existingDate.getMilliseconds(); - } + deferListener(event, this, this.value); + }); - return new Date(year, 0, firstThurs.getDate() + addDays, hours, minutes, seconds, milliseconds); + // if user modifies input value using context menu in IE, we need "paste" and "cut" events to catch it + if ($sniffer.hasEvent('paste')) { + element.on('paste cut', deferListener); + } + } + + // if user paste into input using mouse on older browser + // or form autocomplete on newer browser, we need "change" event to catch it + element.on('change', listener); + + // Some native input types (date-family) have the ability to change validity without + // firing any input/change events. + // For these event types, when native validators are present and the browser supports the type, + // check for validity changes on various DOM events. + if (PARTIAL_VALIDATION_TYPES[type] && ctrl.$$hasNativeValidators && type === attr.type) { + element.on(PARTIAL_VALIDATION_EVENTS, /** @this */ function(ev) { + if (!timeout) { + var validity = this[VALIDITY_STATE_PROPERTY]; + var origBadInput = validity.badInput; + var origTypeMismatch = validity.typeMismatch; + timeout = $browser.defer(function() { + timeout = null; + if (validity.badInput !== origBadInput || validity.typeMismatch !== origTypeMismatch) { + listener(ev); + } + }); } + }); + } + + ctrl.$render = function() { + // Workaround for Firefox validation #12102. + var value = ctrl.$isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue; + if (element.val() !== value) { + element.val(value); } + }; +} - return NaN; +function weekParser(isoWeek, existingDate) { + if (isDate(isoWeek)) { + return isoWeek; } - function createDateParser(regexp, mapping) { - return function (iso, date) { - var parts, map; + if (isString(isoWeek)) { + WEEK_REGEXP.lastIndex = 0; + var parts = WEEK_REGEXP.exec(isoWeek); + if (parts) { + var year = +parts[1], + week = +parts[2], + hours = 0, + minutes = 0, + seconds = 0, + milliseconds = 0, + firstThurs = getFirstThursdayOfYear(year), + addDays = (week - 1) * 7; - if (isDate(iso)) { - return iso; + if (existingDate) { + hours = existingDate.getHours(); + minutes = existingDate.getMinutes(); + seconds = existingDate.getSeconds(); + milliseconds = existingDate.getMilliseconds(); } - if (isString(iso)) { - // When a date is JSON'ified to wraps itself inside of an extra - // set of double quotes. This makes the date parsing code unable - // to match the date string and parse it as a date. - if (iso.charAt(0) === '"' && iso.charAt(iso.length - 1) === '"') { - iso = iso.substring(1, iso.length - 1); - } - if (ISO_DATE_REGEXP.test(iso)) { - return new Date(iso); - } - regexp.lastIndex = 0; - parts = regexp.exec(iso); + return new Date(year, 0, firstThurs.getDate() + addDays, hours, minutes, seconds, milliseconds); + } + } - if (parts) { - parts.shift(); - if (date) { - map = { - yyyy: date.getFullYear(), - MM: date.getMonth() + 1, - dd: date.getDate(), - HH: date.getHours(), - mm: date.getMinutes(), - ss: date.getSeconds(), - sss: date.getMilliseconds() / 1000 - }; - } else { - map = { yyyy: 1970, MM: 1, dd: 1, HH: 0, mm: 0, ss: 0, sss: 0 }; - } + return NaN; +} - forEach(parts, function (part, index) { - if (index < mapping.length) { - map[mapping[index]] = +part; - } - }); - return new Date(map.yyyy, map.MM - 1, map.dd, map.HH, map.mm, map.ss || 0, map.sss * 1000 || 0); - } - } +function createDateParser(regexp, mapping) { + return function(iso, date) { + var parts, map; - return NaN; - }; - } + if (isDate(iso)) { + return iso; + } - function createDateInputType(type, regexp, parseDate, format) { - return function dynamicDateInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter) { - badInputChecker(scope, element, attr, ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - var timezone = ctrl && ctrl.$options.getOption('timezone'); - var previousDate; - - ctrl.$$parserName = type; - ctrl.$parsers.push(function (value) { - if (ctrl.$isEmpty(value)) return null; - if (regexp.test(value)) { - // Note: We cannot read ctrl.$modelValue, as there might be a different - // parser/formatter in the processing chain so that the model - // contains some different data format! - var parsedDate = parseDate(value, previousDate); - if (timezone) { - parsedDate = convertTimezoneToLocal(parsedDate, timezone); - } - return parsedDate; - } - return undefined; - }); + if (isString(iso)) { + // When a date is JSON'ified to wraps itself inside of an extra + // set of double quotes. This makes the date parsing code unable + // to match the date string and parse it as a date. + if (iso.charAt(0) === '"' && iso.charAt(iso.length - 1) === '"') { + iso = iso.substring(1, iso.length - 1); + } + if (ISO_DATE_REGEXP.test(iso)) { + return new Date(iso); + } + regexp.lastIndex = 0; + parts = regexp.exec(iso); - ctrl.$formatters.push(function (value) { - if (value && !isDate(value)) { - throw ngModelMinErr('datefmt', 'Expected `{0}` to be a date', value); - } - if (isValidDate(value)) { - previousDate = value; - if (previousDate && timezone) { - previousDate = convertTimezoneToLocal(previousDate, timezone, true); - } - return $filter('date')(value, format, timezone); + if (parts) { + parts.shift(); + if (date) { + map = { + yyyy: date.getFullYear(), + MM: date.getMonth() + 1, + dd: date.getDate(), + HH: date.getHours(), + mm: date.getMinutes(), + ss: date.getSeconds(), + sss: date.getMilliseconds() / 1000 + }; } else { - previousDate = null; - return ''; + map = { yyyy: 1970, MM: 1, dd: 1, HH: 0, mm: 0, ss: 0, sss: 0 }; } - }); - if (isDefined(attr.min) || attr.ngMin) { - var minVal; - ctrl.$validators.min = function (value) { - return !isValidDate(value) || isUndefined(minVal) || parseDate(value) >= minVal; - }; - attr.$observe('min', function (val) { - minVal = parseObservedDateValue(val); - ctrl.$validate(); + forEach(parts, function(part, index) { + if (index < mapping.length) { + map[mapping[index]] = +part; + } }); + return new Date(map.yyyy, map.MM - 1, map.dd, map.HH, map.mm, map.ss || 0, map.sss * 1000 || 0); } + } - if (isDefined(attr.max) || attr.ngMax) { - var maxVal; - ctrl.$validators.max = function (value) { - return !isValidDate(value) || isUndefined(maxVal) || parseDate(value) <= maxVal; - }; - attr.$observe('max', function (val) { - maxVal = parseObservedDateValue(val); - ctrl.$validate(); - }); - } + return NaN; + }; +} + +function createDateInputType(type, regexp, parseDate, format) { + return function dynamicDateInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter) { + badInputChecker(scope, element, attr, ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + var timezone = ctrl && ctrl.$options.getOption('timezone'); + var previousDate; - function isValidDate(value) { - // Invalid Date: getTime() returns NaN - return value && !(value.getTime && value.getTime() !== value.getTime()); + ctrl.$$parserName = type; + ctrl.$parsers.push(function(value) { + if (ctrl.$isEmpty(value)) return null; + if (regexp.test(value)) { + // Note: We cannot read ctrl.$modelValue, as there might be a different + // parser/formatter in the processing chain so that the model + // contains some different data format! + var parsedDate = parseDate(value, previousDate); + if (timezone) { + parsedDate = convertTimezoneToLocal(parsedDate, timezone); + } + return parsedDate; } + return undefined; + }); - function parseObservedDateValue(val) { - return isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val; + ctrl.$formatters.push(function(value) { + if (value && !isDate(value)) { + throw ngModelMinErr('datefmt', 'Expected `{0}` to be a date', value); } - }; - } + if (isValidDate(value)) { + previousDate = value; + if (previousDate && timezone) { + previousDate = convertTimezoneToLocal(previousDate, timezone, true); + } + return $filter('date')(value, format, timezone); + } else { + previousDate = null; + return ''; + } + }); + + if (isDefined(attr.min) || attr.ngMin) { + var minVal; + ctrl.$validators.min = function(value) { + return !isValidDate(value) || isUndefined(minVal) || parseDate(value) >= minVal; + }; + attr.$observe('min', function(val) { + minVal = parseObservedDateValue(val); + ctrl.$validate(); + }); + } - function badInputChecker(scope, element, attr, ctrl) { - var node = element[0]; - var nativeValidation = ctrl.$$hasNativeValidators = isObject(node.validity); - if (nativeValidation) { - ctrl.$parsers.push(function (value) { - var validity = element.prop(VALIDITY_STATE_PROPERTY) || {}; - return validity.badInput || validity.typeMismatch ? undefined : value; + if (isDefined(attr.max) || attr.ngMax) { + var maxVal; + ctrl.$validators.max = function(value) { + return !isValidDate(value) || isUndefined(maxVal) || parseDate(value) <= maxVal; + }; + attr.$observe('max', function(val) { + maxVal = parseObservedDateValue(val); + ctrl.$validate(); }); } - } - function numberFormatterParser(ctrl) { - ctrl.$$parserName = 'number'; - ctrl.$parsers.push(function (value) { - if (ctrl.$isEmpty(value)) return null; - if (NUMBER_REGEXP.test(value)) return parseFloat(value); - return undefined; - }); + function isValidDate(value) { + // Invalid Date: getTime() returns NaN + return value && !(value.getTime && value.getTime() !== value.getTime()); + } - ctrl.$formatters.push(function (value) { - if (!ctrl.$isEmpty(value)) { - if (!isNumber(value)) { - throw ngModelMinErr('numfmt', 'Expected `{0}` to be a number', value); - } - value = value.toString(); - } - return value; + function parseObservedDateValue(val) { + return isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val; + } + }; +} + +function badInputChecker(scope, element, attr, ctrl) { + var node = element[0]; + var nativeValidation = ctrl.$$hasNativeValidators = isObject(node.validity); + if (nativeValidation) { + ctrl.$parsers.push(function(value) { + var validity = element.prop(VALIDITY_STATE_PROPERTY) || {}; + return validity.badInput || validity.typeMismatch ? undefined : value; }); } +} - function parseNumberAttrVal(val) { - if (isDefined(val) && !isNumber(val)) { - val = parseFloat(val); +function numberFormatterParser(ctrl) { + ctrl.$$parserName = 'number'; + ctrl.$parsers.push(function(value) { + if (ctrl.$isEmpty(value)) return null; + if (NUMBER_REGEXP.test(value)) return parseFloat(value); + return undefined; + }); + + ctrl.$formatters.push(function(value) { + if (!ctrl.$isEmpty(value)) { + if (!isNumber(value)) { + throw ngModelMinErr('numfmt', 'Expected `{0}` to be a number', value); + } + value = value.toString(); } - return !isNumberNaN(val) ? val : undefined; + return value; + }); +} + +function parseNumberAttrVal(val) { + if (isDefined(val) && !isNumber(val)) { + val = parseFloat(val); } + return !isNumberNaN(val) ? val : undefined; +} - function isNumberInteger(num) { - // See http://stackoverflow.com/questions/14636536/how-to-check-if-a-variable-is-an-integer-in-javascript#14794066 - // (minus the assumption that `num` is a number) +function isNumberInteger(num) { + // See http://stackoverflow.com/questions/14636536/how-to-check-if-a-variable-is-an-integer-in-javascript#14794066 + // (minus the assumption that `num` is a number) - // eslint-disable-next-line no-bitwise - return (num | 0) === num; - } + // eslint-disable-next-line no-bitwise + return (num | 0) === num; +} - function countDecimals(num) { - var numString = num.toString(); - var decimalSymbolIndex = numString.indexOf('.'); +function countDecimals(num) { + var numString = num.toString(); + var decimalSymbolIndex = numString.indexOf('.'); - if (decimalSymbolIndex === -1) { - if (-1 < num && num < 1) { - // It may be in the exponential notation format (`1e-X`) - var match = /e-(\d+)$/.exec(numString); + if (decimalSymbolIndex === -1) { + if (-1 < num && num < 1) { + // It may be in the exponential notation format (`1e-X`) + var match = /e-(\d+)$/.exec(numString); - if (match) { - return Number(match[1]); - } + if (match) { + return Number(match[1]); } - - return 0; } - return numString.length - decimalSymbolIndex - 1; + return 0; } - function isValidForStep(viewValue, stepBase, step) { - // At this point `stepBase` and `step` are expected to be non-NaN values - // and `viewValue` is expected to be a valid stringified number. - var value = Number(viewValue); + return numString.length - decimalSymbolIndex - 1; +} - var isNonIntegerValue = !isNumberInteger(value); - var isNonIntegerStepBase = !isNumberInteger(stepBase); - var isNonIntegerStep = !isNumberInteger(step); +function isValidForStep(viewValue, stepBase, step) { + // At this point `stepBase` and `step` are expected to be non-NaN values + // and `viewValue` is expected to be a valid stringified number. + var value = Number(viewValue); - // Due to limitations in Floating Point Arithmetic (e.g. `0.3 - 0.2 !== 0.1` or - // `0.5 % 0.1 !== 0`), we need to convert all numbers to integers. - if (isNonIntegerValue || isNonIntegerStepBase || isNonIntegerStep) { - var valueDecimals = isNonIntegerValue ? countDecimals(value) : 0; - var stepBaseDecimals = isNonIntegerStepBase ? countDecimals(stepBase) : 0; - var stepDecimals = isNonIntegerStep ? countDecimals(step) : 0; + var isNonIntegerValue = !isNumberInteger(value); + var isNonIntegerStepBase = !isNumberInteger(stepBase); + var isNonIntegerStep = !isNumberInteger(step); - var decimalCount = Math.max(valueDecimals, stepBaseDecimals, stepDecimals); - var multiplier = Math.pow(10, decimalCount); + // Due to limitations in Floating Point Arithmetic (e.g. `0.3 - 0.2 !== 0.1` or + // `0.5 % 0.1 !== 0`), we need to convert all numbers to integers. + if (isNonIntegerValue || isNonIntegerStepBase || isNonIntegerStep) { + var valueDecimals = isNonIntegerValue ? countDecimals(value) : 0; + var stepBaseDecimals = isNonIntegerStepBase ? countDecimals(stepBase) : 0; + var stepDecimals = isNonIntegerStep ? countDecimals(step) : 0; - value = value * multiplier; - stepBase = stepBase * multiplier; - step = step * multiplier; + var decimalCount = Math.max(valueDecimals, stepBaseDecimals, stepDecimals); + var multiplier = Math.pow(10, decimalCount); - if (isNonIntegerValue) value = Math.round(value); - if (isNonIntegerStepBase) stepBase = Math.round(stepBase); - if (isNonIntegerStep) step = Math.round(step); - } + value = value * multiplier; + stepBase = stepBase * multiplier; + step = step * multiplier; - return (value - stepBase) % step === 0; + if (isNonIntegerValue) value = Math.round(value); + if (isNonIntegerStepBase) stepBase = Math.round(stepBase); + if (isNonIntegerStep) step = Math.round(step); } - function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) { - badInputChecker(scope, element, attr, ctrl); - numberFormatterParser(ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + return (value - stepBase) % step === 0; +} - var minVal; - var maxVal; +function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) { + badInputChecker(scope, element, attr, ctrl); + numberFormatterParser(ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - if (isDefined(attr.min) || attr.ngMin) { - ctrl.$validators.min = function (value) { - return ctrl.$isEmpty(value) || isUndefined(minVal) || value >= minVal; - }; + var minVal; + var maxVal; - attr.$observe('min', function (val) { - minVal = parseNumberAttrVal(val); - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } + if (isDefined(attr.min) || attr.ngMin) { + ctrl.$validators.min = function(value) { + return ctrl.$isEmpty(value) || isUndefined(minVal) || value >= minVal; + }; - if (isDefined(attr.max) || attr.ngMax) { - ctrl.$validators.max = function (value) { - return ctrl.$isEmpty(value) || isUndefined(maxVal) || value <= maxVal; - }; + attr.$observe('min', function(val) { + minVal = parseNumberAttrVal(val); + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + }); + } - attr.$observe('max', function (val) { - maxVal = parseNumberAttrVal(val); - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } + if (isDefined(attr.max) || attr.ngMax) { + ctrl.$validators.max = function(value) { + return ctrl.$isEmpty(value) || isUndefined(maxVal) || value <= maxVal; + }; - if (isDefined(attr.step) || attr.ngStep) { - var stepVal; - ctrl.$validators.step = function (modelValue, viewValue) { - return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || isValidForStep(viewValue, minVal || 0, stepVal); - }; + attr.$observe('max', function(val) { + maxVal = parseNumberAttrVal(val); + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + }); + } - attr.$observe('step', function (val) { - stepVal = parseNumberAttrVal(val); - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } + if (isDefined(attr.step) || attr.ngStep) { + var stepVal; + ctrl.$validators.step = function(modelValue, viewValue) { + return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || + isValidForStep(viewValue, minVal || 0, stepVal); + }; + + attr.$observe('step', function(val) { + stepVal = parseNumberAttrVal(val); + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + }); } +} - function rangeInputType(scope, element, attr, ctrl, $sniffer, $browser) { - badInputChecker(scope, element, attr, ctrl); - numberFormatterParser(ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); +function rangeInputType(scope, element, attr, ctrl, $sniffer, $browser) { + badInputChecker(scope, element, attr, ctrl); + numberFormatterParser(ctrl); + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - var supportsRange = ctrl.$$hasNativeValidators && element[0].type === 'range', - minVal = supportsRange ? 0 : undefined, - maxVal = supportsRange ? 100 : undefined, - stepVal = supportsRange ? 1 : undefined, - validity = element[0].validity, - hasMinAttr = isDefined(attr.min), - hasMaxAttr = isDefined(attr.max), - hasStepAttr = isDefined(attr.step); + var supportsRange = ctrl.$$hasNativeValidators && element[0].type === 'range', + minVal = supportsRange ? 0 : undefined, + maxVal = supportsRange ? 100 : undefined, + stepVal = supportsRange ? 1 : undefined, + validity = element[0].validity, + hasMinAttr = isDefined(attr.min), + hasMaxAttr = isDefined(attr.max), + hasStepAttr = isDefined(attr.step); - var originalRender = ctrl.$render; + var originalRender = ctrl.$render; - ctrl.$render = supportsRange && isDefined(validity.rangeUnderflow) && isDefined(validity.rangeOverflow) ? + ctrl.$render = supportsRange && isDefined(validity.rangeUnderflow) && isDefined(validity.rangeOverflow) ? //Browsers that implement range will set these values automatically, but reading the adjusted values after //$render would cause the min / max validators to be applied with the wrong value function rangeRender() { originalRender(); ctrl.$setViewValue(element.val()); - } : originalRender; + } : + originalRender; - if (hasMinAttr) { - ctrl.$validators.min = supportsRange ? + if (hasMinAttr) { + ctrl.$validators.min = supportsRange ? // Since all browsers set the input to a valid value, we don't need to check validity - function noopMinValidator() { - return true; - } : + function noopMinValidator() { return true; } : // non-support browsers validate the min val function minValidator(modelValue, viewValue) { return ctrl.$isEmpty(viewValue) || isUndefined(minVal) || viewValue >= minVal; }; - setInitialValueAndObserver('min', minChange); - } + setInitialValueAndObserver('min', minChange); + } - if (hasMaxAttr) { - ctrl.$validators.max = supportsRange ? + if (hasMaxAttr) { + ctrl.$validators.max = supportsRange ? // Since all browsers set the input to a valid value, we don't need to check validity - function noopMaxValidator() { - return true; - } : + function noopMaxValidator() { return true; } : // non-support browsers validate the max val function maxValidator(modelValue, viewValue) { return ctrl.$isEmpty(viewValue) || isUndefined(maxVal) || viewValue <= maxVal; }; - setInitialValueAndObserver('max', maxChange); - } + setInitialValueAndObserver('max', maxChange); + } - if (hasStepAttr) { - ctrl.$validators.step = supportsRange ? function nativeStepValidator() { + if (hasStepAttr) { + ctrl.$validators.step = supportsRange ? + function nativeStepValidator() { // Currently, only FF implements the spec on step change correctly (i.e. adjusting the // input element value to a valid value). It's possible that other browsers set the stepMismatch // validity error instead, so we can at least report an error in that case. @@ -58111,1784 +60310,1797 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol } : // ngStep doesn't set the setp attr, so the browser doesn't adjust the input value as setting step would function stepValidator(modelValue, viewValue) { - return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || isValidForStep(viewValue, minVal || 0, stepVal); + return ctrl.$isEmpty(viewValue) || isUndefined(stepVal) || + isValidForStep(viewValue, minVal || 0, stepVal); }; - setInitialValueAndObserver('step', stepChange); - } - - function setInitialValueAndObserver(htmlAttrName, changeFn) { - // interpolated attributes set the attribute value only after a digest, but we need the - // attribute value when the input is first rendered, so that the browser can adjust the - // input value based on the min/max value - element.attr(htmlAttrName, attr[htmlAttrName]); - attr.$observe(htmlAttrName, changeFn); - } + setInitialValueAndObserver('step', stepChange); + } - function minChange(val) { - minVal = parseNumberAttrVal(val); - // ignore changes before model is initialized - if (isNumberNaN(ctrl.$modelValue)) { - return; - } + function setInitialValueAndObserver(htmlAttrName, changeFn) { + // interpolated attributes set the attribute value only after a digest, but we need the + // attribute value when the input is first rendered, so that the browser can adjust the + // input value based on the min/max value + element.attr(htmlAttrName, attr[htmlAttrName]); + attr.$observe(htmlAttrName, changeFn); + } - if (supportsRange) { - var elVal = element.val(); - // IE11 doesn't set the el val correctly if the minVal is greater than the element value - if (minVal > elVal) { - elVal = minVal; - element.val(elVal); - } - ctrl.$setViewValue(elVal); - } else { - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - } + function minChange(val) { + minVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; } - function maxChange(val) { - maxVal = parseNumberAttrVal(val); - // ignore changes before model is initialized - if (isNumberNaN(ctrl.$modelValue)) { - return; - } - - if (supportsRange) { - var elVal = element.val(); - // IE11 doesn't set the el val correctly if the maxVal is less than the element value - if (maxVal < elVal) { - element.val(maxVal); - // IE11 and Chrome don't set the value to the minVal when max < min - elVal = maxVal < minVal ? minVal : maxVal; - } - ctrl.$setViewValue(elVal); - } else { - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); + if (supportsRange) { + var elVal = element.val(); + // IE11 doesn't set the el val correctly if the minVal is greater than the element value + if (minVal > elVal) { + elVal = minVal; + element.val(elVal); } + ctrl.$setViewValue(elVal); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); } + } - function stepChange(val) { - stepVal = parseNumberAttrVal(val); - // ignore changes before model is initialized - if (isNumberNaN(ctrl.$modelValue)) { - return; - } + function maxChange(val) { + maxVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } - // Some browsers don't adjust the input value correctly, but set the stepMismatch error - if (supportsRange && ctrl.$viewValue !== element.val()) { - ctrl.$setViewValue(element.val()); - } else { - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); + if (supportsRange) { + var elVal = element.val(); + // IE11 doesn't set the el val correctly if the maxVal is less than the element value + if (maxVal < elVal) { + element.val(maxVal); + // IE11 and Chrome don't set the value to the minVal when max < min + elVal = maxVal < minVal ? minVal : maxVal; } + ctrl.$setViewValue(elVal); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); } } - function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { - // Note: no badInputChecker here by purpose as `url` is only a validation - // in browsers, i.e. we can always read out input.value even if it is not valid! - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); + function stepChange(val) { + stepVal = parseNumberAttrVal(val); + // ignore changes before model is initialized + if (isNumberNaN(ctrl.$modelValue)) { + return; + } - ctrl.$$parserName = 'url'; - ctrl.$validators.url = function (modelValue, viewValue) { - var value = modelValue || viewValue; - return ctrl.$isEmpty(value) || URL_REGEXP.test(value); - }; + // Some browsers don't adjust the input value correctly, but set the stepMismatch error + if (supportsRange && ctrl.$viewValue !== element.val()) { + ctrl.$setViewValue(element.val()); + } else { + // TODO(matsko): implement validateLater to reduce number of validations + ctrl.$validate(); + } } +} - function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { - // Note: no badInputChecker here by purpose as `url` is only a validation - // in browsers, i.e. we can always read out input.value even if it is not valid! - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); +function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // Note: no badInputChecker here by purpose as `url` is only a validation + // in browsers, i.e. we can always read out input.value even if it is not valid! + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); - ctrl.$$parserName = 'email'; - ctrl.$validators.email = function (modelValue, viewValue) { - var value = modelValue || viewValue; - return ctrl.$isEmpty(value) || EMAIL_REGEXP.test(value); - }; - } + ctrl.$$parserName = 'url'; + ctrl.$validators.url = function(modelValue, viewValue) { + var value = modelValue || viewValue; + return ctrl.$isEmpty(value) || URL_REGEXP.test(value); + }; +} - function radioInputType(scope, element, attr, ctrl) { - var doTrim = !attr.ngTrim || trim(attr.ngTrim) !== 'false'; - // make the name unique, if not defined - if (isUndefined(attr.name)) { - element.attr('name', nextUid()); - } +function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { + // Note: no badInputChecker here by purpose as `url` is only a validation + // in browsers, i.e. we can always read out input.value even if it is not valid! + baseInputType(scope, element, attr, ctrl, $sniffer, $browser); + stringBasedInputType(ctrl); - var listener = function listener(ev) { - var value; - if (element[0].checked) { - value = attr.value; - if (doTrim) { - value = trim(value); - } - ctrl.$setViewValue(value, ev && ev.type); - } - }; + ctrl.$$parserName = 'email'; + ctrl.$validators.email = function(modelValue, viewValue) { + var value = modelValue || viewValue; + return ctrl.$isEmpty(value) || EMAIL_REGEXP.test(value); + }; +} - element.on('click', listener); +function radioInputType(scope, element, attr, ctrl) { + var doTrim = !attr.ngTrim || trim(attr.ngTrim) !== 'false'; + // make the name unique, if not defined + if (isUndefined(attr.name)) { + element.attr('name', nextUid()); + } - ctrl.$render = function () { - var value = attr.value; + var listener = function(ev) { + var value; + if (element[0].checked) { + value = attr.value; if (doTrim) { value = trim(value); } - element[0].checked = value === ctrl.$viewValue; - }; + ctrl.$setViewValue(value, ev && ev.type); + } + }; - attr.$observe('value', ctrl.$render); - } + element.on('click', listener); - function parseConstantExpr($parse, context, name, expression, fallback) { - var parseFn; - if (isDefined(expression)) { - parseFn = $parse(expression); - if (!parseFn.constant) { - throw ngModelMinErr('constexpr', 'Expected constant expression for `{0}`, but saw ' + '`{1}`.', name, expression); - } - return parseFn(context); + ctrl.$render = function() { + var value = attr.value; + if (doTrim) { + value = trim(value); + } + element[0].checked = (value === ctrl.$viewValue); + }; + + attr.$observe('value', ctrl.$render); +} + +function parseConstantExpr($parse, context, name, expression, fallback) { + var parseFn; + if (isDefined(expression)) { + parseFn = $parse(expression); + if (!parseFn.constant) { + throw ngModelMinErr('constexpr', 'Expected constant expression for `{0}`, but saw ' + + '`{1}`.', name, expression); } - return fallback; + return parseFn(context); } + return fallback; +} - function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { - var trueValue = parseConstantExpr($parse, scope, 'ngTrueValue', attr.ngTrueValue, true); - var falseValue = parseConstantExpr($parse, scope, 'ngFalseValue', attr.ngFalseValue, false); +function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { + var trueValue = parseConstantExpr($parse, scope, 'ngTrueValue', attr.ngTrueValue, true); + var falseValue = parseConstantExpr($parse, scope, 'ngFalseValue', attr.ngFalseValue, false); - var listener = function listener(ev) { - ctrl.$setViewValue(element[0].checked, ev && ev.type); - }; + var listener = function(ev) { + ctrl.$setViewValue(element[0].checked, ev && ev.type); + }; - element.on('click', listener); + element.on('click', listener); - ctrl.$render = function () { - element[0].checked = ctrl.$viewValue; - }; + ctrl.$render = function() { + element[0].checked = ctrl.$viewValue; + }; - // Override the standard `$isEmpty` because the $viewValue of an empty checkbox is always set to `false` - // This is because of the parser below, which compares the `$modelValue` with `trueValue` to convert - // it to a boolean. - ctrl.$isEmpty = function (value) { - return value === false; - }; + // Override the standard `$isEmpty` because the $viewValue of an empty checkbox is always set to `false` + // This is because of the parser below, which compares the `$modelValue` with `trueValue` to convert + // it to a boolean. + ctrl.$isEmpty = function(value) { + return value === false; + }; - ctrl.$formatters.push(function (value) { - return equals(value, trueValue); - }); + ctrl.$formatters.push(function(value) { + return equals(value, trueValue); + }); - ctrl.$parsers.push(function (value) { - return value ? trueValue : falseValue; - }); - } + ctrl.$parsers.push(function(value) { + return value ? trueValue : falseValue; + }); +} - /** - * @ngdoc directive - * @name textarea - * @restrict E - * - * @description - * HTML textarea element control with angular data-binding. The data-binding and validation - * properties of this element are exactly the same as those of the - * {@link ng.directive:input input element}. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any - * length. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel {@link ngModel.NgModelController#$viewValue $viewValue} - * does not match a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object, then this is used directly. - * If the expression evaluates to a string, then it will be converted to a RegExp - * after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to - * `new RegExp('^abc$')`.
    - * **Note:** Avoid using the `g` flag on the RegExp, as it will cause each successive search to - * start at the index of the last search's match, thus not taking the whole input value into - * account. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - * - * @knownIssue - * - * When specifying the `placeholder` attribute of ` + *
    {{ list | json }}
    + *
    + * + * it("should split the text by newlines", function() { + * var listInput = element(by.model('list')); + * var output = element(by.binding('list | json')); + * listInput.sendKeys('abc\ndef\nghi'); + * expect(output.getText()).toContain('[\n "abc",\n "def",\n "ghi"\n]'); + * }); + * + *
    + * + */ +var ngListDirective = function() { + return { + restrict: 'A', + priority: 100, + require: 'ngModel', + link: function(scope, element, attr, ctrl) { + var ngList = attr.ngList || ', '; + var trimValues = attr.ngTrim !== 'false'; + var separator = trimValues ? trim(ngList) : ngList; + + var parse = function(viewValue) { + // If the viewValue is invalid (say required but empty) it will be `undefined` + if (isUndefined(viewValue)) return; + + var list = []; + + if (viewValue) { + forEach(viewValue.split(separator), function(value) { + if (value) list.push(trimValues ? trim(value) : value); + }); } + + return list; + }; + + ctrl.$parsers.push(parse); + ctrl.$formatters.push(function(value) { + if (isArray(value)) { + return value.join(ngList); + } + + return undefined; + }); + + // Override the standard $isEmpty because an empty array means the input is empty. + ctrl.$isEmpty = function(value) { + return !value || !value.length; }; } - }); + }; +}; - /** - * @ngdoc directive - * @name ngList - * @restrict A - * @priority 100 - * - * @param {string=} ngList optional delimiter that should be used to split the value. - * - * @description - * Text input that converts between a delimited string and an array of strings. The default - * delimiter is a comma followed by a space - equivalent to `ng-list=", "`. You can specify a custom - * delimiter as the value of the `ngList` attribute - for example, `ng-list=" | "`. - * - * The behaviour of the directive is affected by the use of the `ngTrim` attribute. - * * If `ngTrim` is set to `"false"` then whitespace around both the separator and each - * list item is respected. This implies that the user of the directive is responsible for - * dealing with whitespace but also allows you to use whitespace as a delimiter, such as a - * tab or newline character. - * * Otherwise whitespace around the delimiter is ignored when splitting (although it is respected - * when joining the list items back together) and whitespace around each list item is stripped - * before it is added to the model. - * - * @example - * ### Validation - * - * - * - * angular.module('listExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.names = ['morpheus', 'neo', 'trinity']; - * }]); - * - * - *
    - * - * - * - * Required! - * - *
    - * names = {{names}}
    - * myForm.namesInput.$valid = {{myForm.namesInput.$valid}}
    - * myForm.namesInput.$error = {{myForm.namesInput.$error}}
    - * myForm.$valid = {{myForm.$valid}}
    - * myForm.$error.required = {{!!myForm.$error.required}}
    - *
    - *
    - * - * var listInput = element(by.model('names')); - * var names = element(by.exactBinding('names')); - * var valid = element(by.binding('myForm.namesInput.$valid')); - * var error = element(by.css('span.error')); - * - * it('should initialize to model', function() { - * expect(names.getText()).toContain('["morpheus","neo","trinity"]'); - * expect(valid.getText()).toContain('true'); - * expect(error.getCssValue('display')).toBe('none'); - * }); - * - * it('should be invalid if empty', function() { - * listInput.clear(); - * listInput.sendKeys(''); - * - * expect(names.getText()).toContain(''); - * expect(valid.getText()).toContain('false'); - * expect(error.getCssValue('display')).not.toBe('none'); - * }); - * - *
    - * - * @example - * ### Splitting on newline - * - * - * - * - *
    {{ list | json }}
    - *
    - * - * it("should split the text by newlines", function() { - * var listInput = element(by.model('list')); - * var output = element(by.binding('list | json')); - * listInput.sendKeys('abc\ndef\nghi'); - * expect(output.getText()).toContain('[\n "abc",\n "def",\n "ghi"\n]'); - * }); - * - *
    - * - */ - var ngListDirective = function ngListDirective() { - return { - restrict: 'A', - priority: 100, - require: 'ngModel', - link: function link(scope, element, attr, ctrl) { - var ngList = attr.ngList || ', '; - var trimValues = attr.ngTrim !== 'false'; - var separator = trimValues ? trim(ngList) : ngList; +/* global VALID_CLASS: true, + INVALID_CLASS: true, + PRISTINE_CLASS: true, + DIRTY_CLASS: true, + UNTOUCHED_CLASS: true, + TOUCHED_CLASS: true, + PENDING_CLASS: true, + addSetValidityMethod: true, + setupValidity: true, + defaultModelOptions: false +*/ - var parse = function parse(viewValue) { - // If the viewValue is invalid (say required but empty) it will be `undefined` - if (isUndefined(viewValue)) return; - var list = []; +var VALID_CLASS = 'ng-valid', + INVALID_CLASS = 'ng-invalid', + PRISTINE_CLASS = 'ng-pristine', + DIRTY_CLASS = 'ng-dirty', + UNTOUCHED_CLASS = 'ng-untouched', + TOUCHED_CLASS = 'ng-touched', + EMPTY_CLASS = 'ng-empty', + NOT_EMPTY_CLASS = 'ng-not-empty'; - if (viewValue) { - forEach(viewValue.split(separator), function (value) { - if (value) list.push(trimValues ? trim(value) : value); - }); - } +var ngModelMinErr = minErr('ngModel'); - return list; - }; +/** + * @ngdoc type + * @name ngModel.NgModelController + * @property {*} $viewValue The actual value from the control's view. For `input` elements, this is a + * String. See {@link ngModel.NgModelController#$setViewValue} for information about when the $viewValue + * is set. + * + * @property {*} $modelValue The value in the model that the control is bound to. + * + * @property {Array.} $parsers Array of functions to execute, as a pipeline, whenever + * the control updates the ngModelController with a new {@link ngModel.NgModelController#$viewValue + `$viewValue`} from the DOM, usually via user input. + See {@link ngModel.NgModelController#$setViewValue `$setViewValue()`} for a detailed lifecycle explanation. + Note that the `$parsers` are not called when the bound ngModel expression changes programmatically. + + The functions are called in array order, each passing + its return value through to the next. The last return value is forwarded to the + {@link ngModel.NgModelController#$validators `$validators`} collection. + + Parsers are used to sanitize / convert the {@link ngModel.NgModelController#$viewValue + `$viewValue`}. + + Returning `undefined` from a parser means a parse error occurred. In that case, + no {@link ngModel.NgModelController#$validators `$validators`} will run and the `ngModel` + will be set to `undefined` unless {@link ngModelOptions `ngModelOptions.allowInvalid`} + is set to `true`. The parse error is stored in `ngModel.$error.parse`. + + This simple example shows a parser that would convert text input value to lowercase: + * ```js + * function parse(value) { + * if (value) { + * return value.toLowerCase(); + * } + * } + * ngModelController.$parsers.push(parse); + * ``` - ctrl.$parsers.push(parse); - ctrl.$formatters.push(function (value) { - if (isArray(value)) { - return value.join(ngList); - } + * + * @property {Array.} $formatters Array of functions to execute, as a pipeline, whenever + the bound ngModel expression changes programmatically. The `$formatters` are not called when the + value of the control is changed by user interaction. + + Formatters are used to format / convert the {@link ngModel.NgModelController#$modelValue + `$modelValue`} for display in the control. + + The functions are called in reverse array order, each passing the value through to the + next. The last return value is used as the actual DOM value. + + This simple example shows a formatter that would convert the model value to uppercase: + + * ```js + * function format(value) { + * if (value) { + * return value.toUpperCase(); + * } + * } + * ngModel.$formatters.push(format); + * ``` + * + * @property {Object.} $validators A collection of validators that are applied + * whenever the model value changes. The key value within the object refers to the name of the + * validator while the function refers to the validation operation. The validation operation is + * provided with the model value as an argument and must return a true or false value depending + * on the response of that validation. + * + * ```js + * ngModel.$validators.validCharacters = function(modelValue, viewValue) { + * var value = modelValue || viewValue; + * return /[0-9]+/.test(value) && + * /[a-z]+/.test(value) && + * /[A-Z]+/.test(value) && + * /\W+/.test(value); + * }; + * ``` + * + * @property {Object.} $asyncValidators A collection of validations that are expected to + * perform an asynchronous validation (e.g. a HTTP request). The validation function that is provided + * is expected to return a promise when it is run during the model validation process. Once the promise + * is delivered then the validation status will be set to true when fulfilled and false when rejected. + * When the asynchronous validators are triggered, each of the validators will run in parallel and the model + * value will only be updated once all validators have been fulfilled. As long as an asynchronous validator + * is unfulfilled, its key will be added to the controllers `$pending` property. Also, all asynchronous validators + * will only run once all synchronous validators have passed. + * + * Please note that if $http is used then it is important that the server returns a success HTTP response code + * in order to fulfill the validation and a status level of `4xx` in order to reject the validation. + * + * ```js + * ngModel.$asyncValidators.uniqueUsername = function(modelValue, viewValue) { + * var value = modelValue || viewValue; + * + * // Lookup user by username + * return $http.get('/api/users/' + value). + * then(function resolved() { + * //username exists, this means validation fails + * return $q.reject('exists'); + * }, function rejected() { + * //username does not exist, therefore this validation passes + * return true; + * }); + * }; + * ``` + * + * @property {Array.} $viewChangeListeners Array of functions to execute whenever the + * view value has changed. It is called with no arguments, and its return value is ignored. + * This can be used in place of additional $watches against the model value. + * + * @property {Object} $error An object hash with all failing validator ids as keys. + * @property {Object} $pending An object hash with all pending validator ids as keys. + * + * @property {boolean} $untouched True if control has not lost focus yet. + * @property {boolean} $touched True if control has lost focus. + * @property {boolean} $pristine True if user has not interacted with the control yet. + * @property {boolean} $dirty True if user has already interacted with the control. + * @property {boolean} $valid True if there is no error. + * @property {boolean} $invalid True if at least one error on the control. + * @property {string} $name The name attribute of the control. + * + * @description + * + * `NgModelController` provides API for the {@link ngModel `ngModel`} directive. + * The controller contains services for data-binding, validation, CSS updates, and value formatting + * and parsing. It purposefully does not contain any logic which deals with DOM rendering or + * listening to DOM events. + * Such DOM related logic should be provided by other directives which make use of + * `NgModelController` for data-binding to control elements. + * Angular provides this DOM logic for most {@link input `input`} elements. + * At the end of this page you can find a {@link ngModel.NgModelController#custom-control-example + * custom control example} that uses `ngModelController` to bind to `contenteditable` elements. + * + * @example + * ### Custom Control Example + * This example shows how to use `NgModelController` with a custom control to achieve + * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) + * collaborate together to achieve the desired result. + * + * `contenteditable` is an HTML5 attribute, which tells the browser to let the element + * contents be edited in place by the user. + * + * We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize} + * module to automatically remove "bad" content like inline event listener (e.g. ``). + * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks + * that content using the `$sce` service. + * + * + + [contenteditable] { + border: 1px solid black; + background-color: white; + min-height: 20px; + } - return undefined; - }); + .ng-invalid { + border: 1px solid red; + } - // Override the standard $isEmpty because an empty array means the input is empty. - ctrl.$isEmpty = function (value) { - return !value || !value.length; - }; + + + angular.module('customControl', ['ngSanitize']). + directive('contenteditable', ['$sce', function($sce) { + return { + restrict: 'A', // only activate on element attribute + require: '?ngModel', // get a hold of NgModelController + link: function(scope, element, attrs, ngModel) { + if (!ngModel) return; // do nothing if no ng-model + + // Specify how UI should be updated + ngModel.$render = function() { + element.html($sce.getTrustedHtml(ngModel.$viewValue || '')); + }; + + // Listen for change events to enable binding + element.on('blur keyup change', function() { + scope.$evalAsync(read); + }); + read(); // initialize + + // Write data to the model + function read() { + var html = element.html(); + // When we clear the content editable the browser leaves a
    behind + // If strip-br attribute is provided then we strip this out + if (attrs.stripBr && html === '
    ') { + html = ''; + } + ngModel.$setViewValue(html); + } + } + }; + }]); +
    + +
    +
    Change me!
    + Required! +
    + +
    +
    + + it('should data-bind and become invalid', function() { + if (browser.params.browser === 'safari' || browser.params.browser === 'firefox') { + // SafariDriver can't handle contenteditable + // and Firefox driver can't clear contenteditables very well + return; } - }; - }; + var contentEditable = element(by.css('[contenteditable]')); + var content = 'Change me!'; - /* global VALID_CLASS: true, - INVALID_CLASS: true, - PRISTINE_CLASS: true, - DIRTY_CLASS: true, - UNTOUCHED_CLASS: true, - TOUCHED_CLASS: true, - PENDING_CLASS: true, - addSetValidityMethod: true, - setupValidity: true, - defaultModelOptions: false - */ + expect(contentEditable.getText()).toEqual(content); - var VALID_CLASS = 'ng-valid', - INVALID_CLASS = 'ng-invalid', - PRISTINE_CLASS = 'ng-pristine', - DIRTY_CLASS = 'ng-dirty', - UNTOUCHED_CLASS = 'ng-untouched', - TOUCHED_CLASS = 'ng-touched', - EMPTY_CLASS = 'ng-empty', - NOT_EMPTY_CLASS = 'ng-not-empty'; + contentEditable.clear(); + contentEditable.sendKeys(protractor.Key.BACK_SPACE); + expect(contentEditable.getText()).toEqual(''); + expect(contentEditable.getAttribute('class')).toMatch(/ng-invalid-required/); + }); + + *
    + * + * + */ +NgModelController.$inject = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', '$animate', '$timeout', '$q', '$interpolate']; +function NgModelController($scope, $exceptionHandler, $attr, $element, $parse, $animate, $timeout, $q, $interpolate) { + this.$viewValue = Number.NaN; + this.$modelValue = Number.NaN; + this.$$rawModelValue = undefined; // stores the parsed modelValue / model set from scope regardless of validity. + this.$validators = {}; + this.$asyncValidators = {}; + this.$parsers = []; + this.$formatters = []; + this.$viewChangeListeners = []; + this.$untouched = true; + this.$touched = false; + this.$pristine = true; + this.$dirty = false; + this.$valid = true; + this.$invalid = false; + this.$error = {}; // keep invalid keys here + this.$$success = {}; // keep valid keys here + this.$pending = undefined; // keep pending keys here + this.$name = $interpolate($attr.name || '', false)($scope); + this.$$parentForm = nullFormCtrl; + this.$options = defaultModelOptions; + this.$$updateEvents = ''; + // Attach the correct context to the event handler function for updateOn + this.$$updateEventHandler = this.$$updateEventHandler.bind(this); + + this.$$parsedNgModel = $parse($attr.ngModel); + this.$$parsedNgModelAssign = this.$$parsedNgModel.assign; + this.$$ngModelGet = this.$$parsedNgModel; + this.$$ngModelSet = this.$$parsedNgModelAssign; + this.$$pendingDebounce = null; + this.$$parserValid = undefined; + + this.$$currentValidationRunId = 0; + + // https://github.com/angular/angular.js/issues/15833 + // Prevent `$$scope` from being iterated over by `copy` when NgModelController is deep watched + Object.defineProperty(this, '$$scope', {value: $scope}); + this.$$attr = $attr; + this.$$element = $element; + this.$$animate = $animate; + this.$$timeout = $timeout; + this.$$parse = $parse; + this.$$q = $q; + this.$$exceptionHandler = $exceptionHandler; + + setupValidity(this); + setupModelWatcher(this); +} + +NgModelController.prototype = { + $$initGetterSetters: function() { + if (this.$options.getOption('getterSetter')) { + var invokeModelGetter = this.$$parse(this.$$attr.ngModel + '()'), + invokeModelSetter = this.$$parse(this.$$attr.ngModel + '($$$p)'); + + this.$$ngModelGet = function($scope) { + var modelValue = this.$$parsedNgModel($scope); + if (isFunction(modelValue)) { + modelValue = invokeModelGetter($scope); + } + return modelValue; + }; + this.$$ngModelSet = function($scope, newValue) { + if (isFunction(this.$$parsedNgModel($scope))) { + invokeModelSetter($scope, {$$$p: newValue}); + } else { + this.$$parsedNgModelAssign($scope, newValue); + } + }; + } else if (!this.$$parsedNgModel.assign) { + throw ngModelMinErr('nonassign', 'Expression \'{0}\' is non-assignable. Element: {1}', + this.$$attr.ngModel, startingTag(this.$$element)); + } + }, - var ngModelMinErr = minErr('ngModel'); /** - * @ngdoc type - * @name ngModel.NgModelController - * @property {*} $viewValue The actual value from the control's view. For `input` elements, this is a - * String. See {@link ngModel.NgModelController#$setViewValue} for information about when the $viewValue - * is set. - * - * @property {*} $modelValue The value in the model that the control is bound to. - * - * @property {Array.} $parsers Array of functions to execute, as a pipeline, whenever - * the control updates the ngModelController with a new {@link ngModel.NgModelController#$viewValue - `$viewValue`} from the DOM, usually via user input. - See {@link ngModel.NgModelController#$setViewValue `$setViewValue()`} for a detailed lifecycle explanation. - Note that the `$parsers` are not called when the bound ngModel expression changes programmatically. - - The functions are called in array order, each passing - its return value through to the next. The last return value is forwarded to the - {@link ngModel.NgModelController#$validators `$validators`} collection. - - Parsers are used to sanitize / convert the {@link ngModel.NgModelController#$viewValue - `$viewValue`}. - - Returning `undefined` from a parser means a parse error occurred. In that case, - no {@link ngModel.NgModelController#$validators `$validators`} will run and the `ngModel` - will be set to `undefined` unless {@link ngModelOptions `ngModelOptions.allowInvalid`} - is set to `true`. The parse error is stored in `ngModel.$error.parse`. - - This simple example shows a parser that would convert text input value to lowercase: - * ```js - * function parse(value) { - * if (value) { - * return value.toLowerCase(); - * } - * } - * ngModelController.$parsers.push(parse); - * ``` - - * - * @property {Array.} $formatters Array of functions to execute, as a pipeline, whenever - the bound ngModel expression changes programmatically. The `$formatters` are not called when the - value of the control is changed by user interaction. - - Formatters are used to format / convert the {@link ngModel.NgModelController#$modelValue - `$modelValue`} for display in the control. - - The functions are called in reverse array order, each passing the value through to the - next. The last return value is used as the actual DOM value. - - This simple example shows a formatter that would convert the model value to uppercase: - - * ```js - * function format(value) { - * if (value) { - * return value.toUpperCase(); - * } - * } - * ngModel.$formatters.push(format); - * ``` - * - * @property {Object.} $validators A collection of validators that are applied - * whenever the model value changes. The key value within the object refers to the name of the - * validator while the function refers to the validation operation. The validation operation is - * provided with the model value as an argument and must return a true or false value depending - * on the response of that validation. - * - * ```js - * ngModel.$validators.validCharacters = function(modelValue, viewValue) { - * var value = modelValue || viewValue; - * return /[0-9]+/.test(value) && - * /[a-z]+/.test(value) && - * /[A-Z]+/.test(value) && - * /\W+/.test(value); - * }; - * ``` - * - * @property {Object.} $asyncValidators A collection of validations that are expected to - * perform an asynchronous validation (e.g. a HTTP request). The validation function that is provided - * is expected to return a promise when it is run during the model validation process. Once the promise - * is delivered then the validation status will be set to true when fulfilled and false when rejected. - * When the asynchronous validators are triggered, each of the validators will run in parallel and the model - * value will only be updated once all validators have been fulfilled. As long as an asynchronous validator - * is unfulfilled, its key will be added to the controllers `$pending` property. Also, all asynchronous validators - * will only run once all synchronous validators have passed. - * - * Please note that if $http is used then it is important that the server returns a success HTTP response code - * in order to fulfill the validation and a status level of `4xx` in order to reject the validation. + * @ngdoc method + * @name ngModel.NgModelController#$render * - * ```js - * ngModel.$asyncValidators.uniqueUsername = function(modelValue, viewValue) { - * var value = modelValue || viewValue; - * - * // Lookup user by username - * return $http.get('/api/users/' + value). - * then(function resolved() { - * //username exists, this means validation fails - * return $q.reject('exists'); - * }, function rejected() { - * //username does not exist, therefore this validation passes - * return true; - * }); - * }; - * ``` + * @description + * Called when the view needs to be updated. It is expected that the user of the ng-model + * directive will implement this method. * - * @property {Array.} $viewChangeListeners Array of functions to execute whenever the - * view value has changed. It is called with no arguments, and its return value is ignored. - * This can be used in place of additional $watches against the model value. + * The `$render()` method is invoked in the following situations: * - * @property {Object} $error An object hash with all failing validator ids as keys. - * @property {Object} $pending An object hash with all pending validator ids as keys. + * * `$rollbackViewValue()` is called. If we are rolling back the view value to the last + * committed value then `$render()` is called to update the input control. + * * The value referenced by `ng-model` is changed programmatically and both the `$modelValue` and + * the `$viewValue` are different from last time. * - * @property {boolean} $untouched True if control has not lost focus yet. - * @property {boolean} $touched True if control has lost focus. - * @property {boolean} $pristine True if user has not interacted with the control yet. - * @property {boolean} $dirty True if user has already interacted with the control. - * @property {boolean} $valid True if there is no error. - * @property {boolean} $invalid True if at least one error on the control. - * @property {string} $name The name attribute of the control. + * Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of + * `$modelValue` and `$viewValue` are actually different from their previous values. If `$modelValue` + * or `$viewValue` are objects (rather than a string or number) then `$render()` will not be + * invoked if you only change a property on the objects. + */ + $render: noop, + + /** + * @ngdoc method + * @name ngModel.NgModelController#$isEmpty * * @description + * This is called when we need to determine if the value of an input is empty. * - * `NgModelController` provides API for the {@link ngModel `ngModel`} directive. - * The controller contains services for data-binding, validation, CSS updates, and value formatting - * and parsing. It purposefully does not contain any logic which deals with DOM rendering or - * listening to DOM events. - * Such DOM related logic should be provided by other directives which make use of - * `NgModelController` for data-binding to control elements. - * Angular provides this DOM logic for most {@link input `input`} elements. - * At the end of this page you can find a {@link ngModel.NgModelController#custom-control-example - * custom control example} that uses `ngModelController` to bind to `contenteditable` elements. + * For instance, the required directive does this to work out if the input has data or not. * - * @example - * ### Custom Control Example - * This example shows how to use `NgModelController` with a custom control to achieve - * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) - * collaborate together to achieve the desired result. - * - * `contenteditable` is an HTML5 attribute, which tells the browser to let the element - * contents be edited in place by the user. - * - * We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize} - * module to automatically remove "bad" content like inline event listener (e.g. ``). - * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks - * that content using the `$sce` service. - * - * - - [contenteditable] { - border: 1px solid black; - background-color: white; - min-height: 20px; - } - - .ng-invalid { - border: 1px solid red; - } - - - - angular.module('customControl', ['ngSanitize']). - directive('contenteditable', ['$sce', function($sce) { - return { - restrict: 'A', // only activate on element attribute - require: '?ngModel', // get a hold of NgModelController - link: function(scope, element, attrs, ngModel) { - if (!ngModel) return; // do nothing if no ng-model - - // Specify how UI should be updated - ngModel.$render = function() { - element.html($sce.getTrustedHtml(ngModel.$viewValue || '')); - }; - - // Listen for change events to enable binding - element.on('blur keyup change', function() { - scope.$evalAsync(read); - }); - read(); // initialize - - // Write data to the model - function read() { - var html = element.html(); - // When we clear the content editable the browser leaves a
    behind - // If strip-br attribute is provided then we strip this out - if (attrs.stripBr && html === '
    ') { - html = ''; - } - ngModel.$setViewValue(html); - } - } - }; - }]); -
    - -
    -
    Change me!
    - Required! -
    - -
    -
    - - it('should data-bind and become invalid', function() { - if (browser.params.browser === 'safari' || browser.params.browser === 'firefox') { - // SafariDriver can't handle contenteditable - // and Firefox driver can't clear contenteditables very well - return; - } - var contentEditable = element(by.css('[contenteditable]')); - var content = 'Change me!'; - - expect(contentEditable.getText()).toEqual(content); - - contentEditable.clear(); - contentEditable.sendKeys(protractor.Key.BACK_SPACE); - expect(contentEditable.getText()).toEqual(''); - expect(contentEditable.getAttribute('class')).toMatch(/ng-invalid-required/); - }); - - *
    + * The default `$isEmpty` function checks whether the value is `undefined`, `''`, `null` or `NaN`. * + * You can override this for input directives whose concept of being empty is different from the + * default. The `checkboxInputType` directive does this because in its case a value of `false` + * implies empty. * + * @param {*} value The value of the input to check for emptiness. + * @returns {boolean} True if `value` is "empty". */ - NgModelController.$inject = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', '$animate', '$timeout', '$q', '$interpolate']; - function NgModelController($scope, $exceptionHandler, $attr, $element, $parse, $animate, $timeout, $q, $interpolate) { - this.$viewValue = Number.NaN; - this.$modelValue = Number.NaN; - this.$$rawModelValue = undefined; // stores the parsed modelValue / model set from scope regardless of validity. - this.$validators = {}; - this.$asyncValidators = {}; - this.$parsers = []; - this.$formatters = []; - this.$viewChangeListeners = []; - this.$untouched = true; - this.$touched = false; - this.$pristine = true; - this.$dirty = false; - this.$valid = true; - this.$invalid = false; - this.$error = {}; // keep invalid keys here - this.$$success = {}; // keep valid keys here - this.$pending = undefined; // keep pending keys here - this.$name = $interpolate($attr.name || '', false)($scope); - this.$$parentForm = nullFormCtrl; - this.$options = defaultModelOptions; - this.$$updateEvents = ''; - // Attach the correct context to the event handler function for updateOn - this.$$updateEventHandler = this.$$updateEventHandler.bind(this); - - this.$$parsedNgModel = $parse($attr.ngModel); - this.$$parsedNgModelAssign = this.$$parsedNgModel.assign; - this.$$ngModelGet = this.$$parsedNgModel; - this.$$ngModelSet = this.$$parsedNgModelAssign; - this.$$pendingDebounce = null; - this.$$parserValid = undefined; - - this.$$currentValidationRunId = 0; - - // https://github.com/angular/angular.js/issues/15833 - // Prevent `$$scope` from being iterated over by `copy` when NgModelController is deep watched - Object.defineProperty(this, '$$scope', { value: $scope }); - this.$$attr = $attr; - this.$$element = $element; - this.$$animate = $animate; - this.$$timeout = $timeout; - this.$$parse = $parse; - this.$$q = $q; - this.$$exceptionHandler = $exceptionHandler; - - setupValidity(this); - setupModelWatcher(this); - } - - NgModelController.prototype = { - $$initGetterSetters: function $$initGetterSetters() { - if (this.$options.getOption('getterSetter')) { - var invokeModelGetter = this.$$parse(this.$$attr.ngModel + '()'), - invokeModelSetter = this.$$parse(this.$$attr.ngModel + '($$$p)'); - - this.$$ngModelGet = function ($scope) { - var modelValue = this.$$parsedNgModel($scope); - if (isFunction(modelValue)) { - modelValue = invokeModelGetter($scope); - } - return modelValue; - }; - this.$$ngModelSet = function ($scope, newValue) { - if (isFunction(this.$$parsedNgModel($scope))) { - invokeModelSetter($scope, { $$$p: newValue }); - } else { - this.$$parsedNgModelAssign($scope, newValue); - } - }; - } else if (!this.$$parsedNgModel.assign) { - throw ngModelMinErr('nonassign', 'Expression \'{0}\' is non-assignable. Element: {1}', this.$$attr.ngModel, startingTag(this.$$element)); - } - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$render - * - * @description - * Called when the view needs to be updated. It is expected that the user of the ng-model - * directive will implement this method. - * - * The `$render()` method is invoked in the following situations: - * - * * `$rollbackViewValue()` is called. If we are rolling back the view value to the last - * committed value then `$render()` is called to update the input control. - * * The value referenced by `ng-model` is changed programmatically and both the `$modelValue` and - * the `$viewValue` are different from last time. - * - * Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of - * `$modelValue` and `$viewValue` are actually different from their previous values. If `$modelValue` - * or `$viewValue` are objects (rather than a string or number) then `$render()` will not be - * invoked if you only change a property on the objects. - */ - $render: noop, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$isEmpty - * - * @description - * This is called when we need to determine if the value of an input is empty. - * - * For instance, the required directive does this to work out if the input has data or not. - * - * The default `$isEmpty` function checks whether the value is `undefined`, `''`, `null` or `NaN`. - * - * You can override this for input directives whose concept of being empty is different from the - * default. The `checkboxInputType` directive does this because in its case a value of `false` - * implies empty. - * - * @param {*} value The value of the input to check for emptiness. - * @returns {boolean} True if `value` is "empty". - */ - $isEmpty: function $isEmpty(value) { - // eslint-disable-next-line no-self-compare - return isUndefined(value) || value === '' || value === null || value !== value; - }, - - $$updateEmptyClasses: function $$updateEmptyClasses(value) { - if (this.$isEmpty(value)) { - this.$$animate.removeClass(this.$$element, NOT_EMPTY_CLASS); - this.$$animate.addClass(this.$$element, EMPTY_CLASS); - } else { - this.$$animate.removeClass(this.$$element, EMPTY_CLASS); - this.$$animate.addClass(this.$$element, NOT_EMPTY_CLASS); - } - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setPristine - * - * @description - * Sets the control to its pristine state. - * - * This method can be called to remove the `ng-dirty` class and set the control to its pristine - * state (`ng-pristine` class). A model is considered to be pristine when the control - * has not been changed from when first compiled. - */ - $setPristine: function $setPristine() { - this.$dirty = false; - this.$pristine = true; - this.$$animate.removeClass(this.$$element, DIRTY_CLASS); - this.$$animate.addClass(this.$$element, PRISTINE_CLASS); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setDirty - * - * @description - * Sets the control to its dirty state. - * - * This method can be called to remove the `ng-pristine` class and set the control to its dirty - * state (`ng-dirty` class). A model is considered to be dirty when the control has been changed - * from when first compiled. - */ - $setDirty: function $setDirty() { - this.$dirty = true; - this.$pristine = false; - this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); - this.$$animate.addClass(this.$$element, DIRTY_CLASS); - this.$$parentForm.$setDirty(); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setUntouched - * - * @description - * Sets the control to its untouched state. - * - * This method can be called to remove the `ng-touched` class and set the control to its - * untouched state (`ng-untouched` class). Upon compilation, a model is set as untouched - * by default, however this function can be used to restore that state if the model has - * already been touched by the user. - */ - $setUntouched: function $setUntouched() { - this.$touched = false; - this.$untouched = true; - this.$$animate.setClass(this.$$element, UNTOUCHED_CLASS, TOUCHED_CLASS); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setTouched - * - * @description - * Sets the control to its touched state. - * - * This method can be called to remove the `ng-untouched` class and set the control to its - * touched state (`ng-touched` class). A model is considered to be touched when the user has - * first focused the control element and then shifted focus away from the control (blur event). - */ - $setTouched: function $setTouched() { - this.$touched = true; - this.$untouched = false; - this.$$animate.setClass(this.$$element, TOUCHED_CLASS, UNTOUCHED_CLASS); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$rollbackViewValue - * - * @description - * Cancel an update and reset the input element's value to prevent an update to the `$modelValue`, - * which may be caused by a pending debounced event or because the input is waiting for some - * future event. - * - * If you have an input that uses `ng-model-options` to set up debounced updates or updates that - * depend on special events such as `blur`, there can be a period when the `$viewValue` is out of - * sync with the ngModel's `$modelValue`. - * - * In this case, you can use `$rollbackViewValue()` to manually cancel the debounced / future update - * and reset the input to the last committed view value. - * - * It is also possible that you run into difficulties if you try to update the ngModel's `$modelValue` - * programmatically before these debounced/future events have resolved/occurred, because Angular's - * dirty checking mechanism is not able to tell whether the model has actually changed or not. - * - * The `$rollbackViewValue()` method should be called before programmatically changing the model of an - * input which may have such events pending. This is important in order to make sure that the - * input field will be updated with the new model value and any pending operations are cancelled. - * - * @example - * - * - * angular.module('cancel-update-example', []) - * - * .controller('CancelUpdateController', ['$scope', function($scope) { - * $scope.model = {value1: '', value2: ''}; - * - * $scope.setEmpty = function(e, value, rollback) { - * if (e.keyCode === 27) { - * e.preventDefault(); - * if (rollback) { - * $scope.myForm[value].$rollbackViewValue(); - * } - * $scope.model[value] = ''; - * } - * }; - * }]); - * - * - *
    - *

    Both of these inputs are only updated if they are blurred. Hitting escape should - * empty them. Follow these steps and observe the difference:

    - *
      - *
    1. Type something in the input. You will see that the model is not yet updated
    2. - *
    3. Press the Escape key. - *
        - *
      1. In the first example, nothing happens, because the model is already '', and no - * update is detected. If you blur the input, the model will be set to the current view. - *
      2. - *
      3. In the second example, the pending update is cancelled, and the input is set back - * to the last committed view value (''). Blurring the input does nothing. - *
      4. - *
      - *
    4. - *
    - * - *
    - *
    - *

    Without $rollbackViewValue():

    - * - * value1: "{{ model.value1 }}" - *
    - * - *
    - *

    With $rollbackViewValue():

    - * - * value2: "{{ model.value2 }}" - *
    - *
    - *
    - *
    - - div { - display: table-cell; - } - div:nth-child(1) { - padding-right: 30px; - } - - *
    - */ - $rollbackViewValue: function $rollbackViewValue() { - this.$$timeout.cancel(this.$$pendingDebounce); - this.$viewValue = this.$$lastCommittedViewValue; - this.$render(); - }, - - /** - * @ngdoc method - * @name ngModel.NgModelController#$validate - * - * @description - * Runs each of the registered validators (first synchronous validators and then - * asynchronous validators). - * If the validity changes to invalid, the model will be set to `undefined`, - * unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`. - * If the validity changes to valid, it will set the model to the last available valid - * `$modelValue`, i.e. either the last parsed value or the last value set from the scope. - */ - $validate: function $validate() { - // ignore $validate before model is initialized - if (isNumberNaN(this.$modelValue)) { - return; - } - - var viewValue = this.$$lastCommittedViewValue; - // Note: we use the $$rawModelValue as $modelValue might have been - // set to undefined during a view -> model update that found validation - // errors. We can't parse the view here, since that could change - // the model although neither viewValue nor the model on the scope changed - var modelValue = this.$$rawModelValue; + $isEmpty: function(value) { + // eslint-disable-next-line no-self-compare + return isUndefined(value) || value === '' || value === null || value !== value; + }, - var prevValid = this.$valid; - var prevModelValue = this.$modelValue; + $$updateEmptyClasses: function(value) { + if (this.$isEmpty(value)) { + this.$$animate.removeClass(this.$$element, NOT_EMPTY_CLASS); + this.$$animate.addClass(this.$$element, EMPTY_CLASS); + } else { + this.$$animate.removeClass(this.$$element, EMPTY_CLASS); + this.$$animate.addClass(this.$$element, NOT_EMPTY_CLASS); + } + }, - var allowInvalid = this.$options.getOption('allowInvalid'); + /** + * @ngdoc method + * @name ngModel.NgModelController#$setPristine + * + * @description + * Sets the control to its pristine state. + * + * This method can be called to remove the `ng-dirty` class and set the control to its pristine + * state (`ng-pristine` class). A model is considered to be pristine when the control + * has not been changed from when first compiled. + */ + $setPristine: function() { + this.$dirty = false; + this.$pristine = true; + this.$$animate.removeClass(this.$$element, DIRTY_CLASS); + this.$$animate.addClass(this.$$element, PRISTINE_CLASS); + }, - var that = this; - this.$$runValidators(modelValue, viewValue, function (allValid) { - // If there was no change in validity, don't update the model - // This prevents changing an invalid modelValue to undefined - if (!allowInvalid && prevValid !== allValid) { - // Note: Don't check this.$valid here, as we could have - // external validators (e.g. calculated on the server), - // that just call $setValidity and need the model value - // to calculate their validity. - that.$modelValue = allValid ? modelValue : undefined; - - if (that.$modelValue !== prevModelValue) { - that.$$writeModelToScope(); - } - } - }); - }, + /** + * @ngdoc method + * @name ngModel.NgModelController#$setDirty + * + * @description + * Sets the control to its dirty state. + * + * This method can be called to remove the `ng-pristine` class and set the control to its dirty + * state (`ng-dirty` class). A model is considered to be dirty when the control has been changed + * from when first compiled. + */ + $setDirty: function() { + this.$dirty = true; + this.$pristine = false; + this.$$animate.removeClass(this.$$element, PRISTINE_CLASS); + this.$$animate.addClass(this.$$element, DIRTY_CLASS); + this.$$parentForm.$setDirty(); + }, - $$runValidators: function $$runValidators(modelValue, viewValue, doneCallback) { - this.$$currentValidationRunId++; - var localValidationRunId = this.$$currentValidationRunId; - var that = this; + /** + * @ngdoc method + * @name ngModel.NgModelController#$setUntouched + * + * @description + * Sets the control to its untouched state. + * + * This method can be called to remove the `ng-touched` class and set the control to its + * untouched state (`ng-untouched` class). Upon compilation, a model is set as untouched + * by default, however this function can be used to restore that state if the model has + * already been touched by the user. + */ + $setUntouched: function() { + this.$touched = false; + this.$untouched = true; + this.$$animate.setClass(this.$$element, UNTOUCHED_CLASS, TOUCHED_CLASS); + }, - // check parser error - if (!processParseErrors()) { - validationDone(false); - return; - } - if (!processSyncValidators()) { - validationDone(false); - return; - } - processAsyncValidators(); + /** + * @ngdoc method + * @name ngModel.NgModelController#$setTouched + * + * @description + * Sets the control to its touched state. + * + * This method can be called to remove the `ng-untouched` class and set the control to its + * touched state (`ng-touched` class). A model is considered to be touched when the user has + * first focused the control element and then shifted focus away from the control (blur event). + */ + $setTouched: function() { + this.$touched = true; + this.$untouched = false; + this.$$animate.setClass(this.$$element, TOUCHED_CLASS, UNTOUCHED_CLASS); + }, - function processParseErrors() { - var errorKey = that.$$parserName || 'parse'; - if (isUndefined(that.$$parserValid)) { - setValidity(errorKey, null); - } else { - if (!that.$$parserValid) { - forEach(that.$validators, function (v, name) { - setValidity(name, null); - }); - forEach(that.$asyncValidators, function (v, name) { - setValidity(name, null); - }); + /** + * @ngdoc method + * @name ngModel.NgModelController#$rollbackViewValue + * + * @description + * Cancel an update and reset the input element's value to prevent an update to the `$modelValue`, + * which may be caused by a pending debounced event or because the input is waiting for some + * future event. + * + * If you have an input that uses `ng-model-options` to set up debounced updates or updates that + * depend on special events such as `blur`, there can be a period when the `$viewValue` is out of + * sync with the ngModel's `$modelValue`. + * + * In this case, you can use `$rollbackViewValue()` to manually cancel the debounced / future update + * and reset the input to the last committed view value. + * + * It is also possible that you run into difficulties if you try to update the ngModel's `$modelValue` + * programmatically before these debounced/future events have resolved/occurred, because Angular's + * dirty checking mechanism is not able to tell whether the model has actually changed or not. + * + * The `$rollbackViewValue()` method should be called before programmatically changing the model of an + * input which may have such events pending. This is important in order to make sure that the + * input field will be updated with the new model value and any pending operations are cancelled. + * + * @example + * + * + * angular.module('cancel-update-example', []) + * + * .controller('CancelUpdateController', ['$scope', function($scope) { + * $scope.model = {value1: '', value2: ''}; + * + * $scope.setEmpty = function(e, value, rollback) { + * if (e.keyCode === 27) { + * e.preventDefault(); + * if (rollback) { + * $scope.myForm[value].$rollbackViewValue(); + * } + * $scope.model[value] = ''; + * } + * }; + * }]); + * + * + *
    + *

    Both of these inputs are only updated if they are blurred. Hitting escape should + * empty them. Follow these steps and observe the difference:

    + *
      + *
    1. Type something in the input. You will see that the model is not yet updated
    2. + *
    3. Press the Escape key. + *
        + *
      1. In the first example, nothing happens, because the model is already '', and no + * update is detected. If you blur the input, the model will be set to the current view. + *
      2. + *
      3. In the second example, the pending update is cancelled, and the input is set back + * to the last committed view value (''). Blurring the input does nothing. + *
      4. + *
      + *
    4. + *
    + * + *
    + *
    + *

    Without $rollbackViewValue():

    + * + * value1: "{{ model.value1 }}" + *
    + * + *
    + *

    With $rollbackViewValue():

    + * + * value2: "{{ model.value2 }}" + *
    + *
    + *
    + *
    + + div { + display: table-cell; } - // Set the parse error last, to prevent unsetting it, should a $validators key == parserName - setValidity(errorKey, that.$$parserValid); - return that.$$parserValid; - } - return true; - } - - function processSyncValidators() { - var syncValidatorsValid = true; - forEach(that.$validators, function (validator, name) { - var result = Boolean(validator(modelValue, viewValue)); - syncValidatorsValid = syncValidatorsValid && result; - setValidity(name, result); - }); - if (!syncValidatorsValid) { - forEach(that.$asyncValidators, function (v, name) { - setValidity(name, null); - }); - return false; - } - return true; - } - - function processAsyncValidators() { - var validatorPromises = []; - var allValid = true; - forEach(that.$asyncValidators, function (validator, name) { - var promise = validator(modelValue, viewValue); - if (!isPromiseLike(promise)) { - throw ngModelMinErr('nopromise', 'Expected asynchronous validator to return a promise but got \'{0}\' instead.', promise); + div:nth-child(1) { + padding-right: 30px; } - setValidity(name, undefined); - validatorPromises.push(promise.then(function () { - setValidity(name, true); - }, function () { - allValid = false; - setValidity(name, false); - })); - }); - if (!validatorPromises.length) { - validationDone(true); - } else { - that.$$q.all(validatorPromises).then(function () { - validationDone(allValid); - }, noop); - } - } - function setValidity(name, isValid) { - if (localValidationRunId === that.$$currentValidationRunId) { - that.$setValidity(name, isValid); - } - } + + *
    + */ + $rollbackViewValue: function() { + this.$$timeout.cancel(this.$$pendingDebounce); + this.$viewValue = this.$$lastCommittedViewValue; + this.$render(); + }, - function validationDone(allValid) { - if (localValidationRunId === that.$$currentValidationRunId) { + /** + * @ngdoc method + * @name ngModel.NgModelController#$validate + * + * @description + * Runs each of the registered validators (first synchronous validators and then + * asynchronous validators). + * If the validity changes to invalid, the model will be set to `undefined`, + * unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`. + * If the validity changes to valid, it will set the model to the last available valid + * `$modelValue`, i.e. either the last parsed value or the last value set from the scope. + */ + $validate: function() { + // ignore $validate before model is initialized + if (isNumberNaN(this.$modelValue)) { + return; + } - doneCallback(allValid); - } - } - }, + var viewValue = this.$$lastCommittedViewValue; + // Note: we use the $$rawModelValue as $modelValue might have been + // set to undefined during a view -> model update that found validation + // errors. We can't parse the view here, since that could change + // the model although neither viewValue nor the model on the scope changed + var modelValue = this.$$rawModelValue; - /** - * @ngdoc method - * @name ngModel.NgModelController#$commitViewValue - * - * @description - * Commit a pending update to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. this method is rarely needed as `NgModelController` - * usually handles calling this in response to input events. - */ - $commitViewValue: function $commitViewValue() { - var viewValue = this.$viewValue; + var prevValid = this.$valid; + var prevModelValue = this.$modelValue; - this.$$timeout.cancel(this.$$pendingDebounce); + var allowInvalid = this.$options.getOption('allowInvalid'); - // If the view value has not changed then we should just exit, except in the case where there is - // a native validator on the element. In this case the validation state may have changed even though - // the viewValue has stayed empty. - if (this.$$lastCommittedViewValue === viewValue && (viewValue !== '' || !this.$$hasNativeValidators)) { - return; - } - this.$$updateEmptyClasses(viewValue); - this.$$lastCommittedViewValue = viewValue; + var that = this; + this.$$runValidators(modelValue, viewValue, function(allValid) { + // If there was no change in validity, don't update the model + // This prevents changing an invalid modelValue to undefined + if (!allowInvalid && prevValid !== allValid) { + // Note: Don't check this.$valid here, as we could have + // external validators (e.g. calculated on the server), + // that just call $setValidity and need the model value + // to calculate their validity. + that.$modelValue = allValid ? modelValue : undefined; - // change to dirty - if (this.$pristine) { - this.$setDirty(); + if (that.$modelValue !== prevModelValue) { + that.$$writeModelToScope(); + } } - this.$$parseAndValidate(); - }, + }); + }, - $$parseAndValidate: function $$parseAndValidate() { - var viewValue = this.$$lastCommittedViewValue; - var modelValue = viewValue; - var that = this; + $$runValidators: function(modelValue, viewValue, doneCallback) { + this.$$currentValidationRunId++; + var localValidationRunId = this.$$currentValidationRunId; + var that = this; - this.$$parserValid = isUndefined(modelValue) ? undefined : true; + // check parser error + if (!processParseErrors()) { + validationDone(false); + return; + } + if (!processSyncValidators()) { + validationDone(false); + return; + } + processAsyncValidators(); - if (this.$$parserValid) { - for (var i = 0; i < this.$parsers.length; i++) { - modelValue = this.$parsers[i](modelValue); - if (isUndefined(modelValue)) { - this.$$parserValid = false; - break; - } + function processParseErrors() { + var errorKey = that.$$parserName || 'parse'; + if (isUndefined(that.$$parserValid)) { + setValidity(errorKey, null); + } else { + if (!that.$$parserValid) { + forEach(that.$validators, function(v, name) { + setValidity(name, null); + }); + forEach(that.$asyncValidators, function(v, name) { + setValidity(name, null); + }); } + // Set the parse error last, to prevent unsetting it, should a $validators key == parserName + setValidity(errorKey, that.$$parserValid); + return that.$$parserValid; } - if (isNumberNaN(this.$modelValue)) { - // this.$modelValue has not been touched yet... - this.$modelValue = this.$$ngModelGet(this.$$scope); - } - var prevModelValue = this.$modelValue; - var allowInvalid = this.$options.getOption('allowInvalid'); - this.$$rawModelValue = modelValue; + return true; + } - if (allowInvalid) { - this.$modelValue = modelValue; - writeToModelIfNeeded(); + function processSyncValidators() { + var syncValidatorsValid = true; + forEach(that.$validators, function(validator, name) { + var result = Boolean(validator(modelValue, viewValue)); + syncValidatorsValid = syncValidatorsValid && result; + setValidity(name, result); + }); + if (!syncValidatorsValid) { + forEach(that.$asyncValidators, function(v, name) { + setValidity(name, null); + }); + return false; } + return true; + } - // Pass the $$lastCommittedViewValue here, because the cached viewValue might be out of date. - // This can happen if e.g. $setViewValue is called from inside a parser - this.$$runValidators(modelValue, this.$$lastCommittedViewValue, function (allValid) { - if (!allowInvalid) { - // Note: Don't check this.$valid here, as we could have - // external validators (e.g. calculated on the server), - // that just call $setValidity and need the model value - // to calculate their validity. - that.$modelValue = allValid ? modelValue : undefined; - writeToModelIfNeeded(); - } + function processAsyncValidators() { + var validatorPromises = []; + var allValid = true; + forEach(that.$asyncValidators, function(validator, name) { + var promise = validator(modelValue, viewValue); + if (!isPromiseLike(promise)) { + throw ngModelMinErr('nopromise', + 'Expected asynchronous validator to return a promise but got \'{0}\' instead.', promise); + } + setValidity(name, undefined); + validatorPromises.push(promise.then(function() { + setValidity(name, true); + }, function() { + allValid = false; + setValidity(name, false); + })); }); - - function writeToModelIfNeeded() { - if (that.$modelValue !== prevModelValue) { - that.$$writeModelToScope(); - } + if (!validatorPromises.length) { + validationDone(true); + } else { + that.$$q.all(validatorPromises).then(function() { + validationDone(allValid); + }, noop); } - }, - - $$writeModelToScope: function $$writeModelToScope() { - this.$$ngModelSet(this.$$scope, this.$modelValue); - forEach(this.$viewChangeListeners, function (listener) { - try { - listener(); - } catch (e) { - // eslint-disable-next-line no-invalid-this - this.$$exceptionHandler(e); - } - }, this); - }, + } - /** - * @ngdoc method - * @name ngModel.NgModelController#$setViewValue - * - * @description - * Update the view value. - * - * This method should be called when a control wants to change the view value; typically, - * this is done from within a DOM event handler. For example, the {@link ng.directive:input input} - * directive calls it when the value of the input changes and {@link ng.directive:select select} - * calls it when an option is selected. - * - * When `$setViewValue` is called, the new `value` will be staged for committing through the `$parsers` - * and `$validators` pipelines. If there are no special {@link ngModelOptions} specified then the staged - * value is sent directly for processing through the `$parsers` pipeline. After this, the `$validators` and - * `$asyncValidators` are called and the value is applied to `$modelValue`. - * Finally, the value is set to the **expression** specified in the `ng-model` attribute and - * all the registered change listeners, in the `$viewChangeListeners` list are called. - * - * In case the {@link ng.directive:ngModelOptions ngModelOptions} directive is used with `updateOn` - * and the `default` trigger is not listed, all those actions will remain pending until one of the - * `updateOn` events is triggered on the DOM element. - * All these actions will be debounced if the {@link ng.directive:ngModelOptions ngModelOptions} - * directive is used with a custom debounce for this particular event. - * Note that a `$digest` is only triggered once the `updateOn` events are fired, or if `debounce` - * is specified, once the timer runs out. - * - * When used with standard inputs, the view value will always be a string (which is in some cases - * parsed into another type, such as a `Date` object for `input[date]`.) - * However, custom controls might also pass objects to this method. In this case, we should make - * a copy of the object before passing it to `$setViewValue`. This is because `ngModel` does not - * perform a deep watch of objects, it only looks for a change of identity. If you only change - * the property of the object then ngModel will not realize that the object has changed and - * will not invoke the `$parsers` and `$validators` pipelines. For this reason, you should - * not change properties of the copy once it has been passed to `$setViewValue`. - * Otherwise you may cause the model value on the scope to change incorrectly. - * - *
    - * In any case, the value passed to the method should always reflect the current value - * of the control. For example, if you are calling `$setViewValue` for an input element, - * you should pass the input DOM value. Otherwise, the control and the scope model become - * out of sync. It's also important to note that `$setViewValue` does not call `$render` or change - * the control's DOM value in any way. If we want to change the control's DOM value - * programmatically, we should update the `ngModel` scope expression. Its new value will be - * picked up by the model controller, which will run it through the `$formatters`, `$render` it - * to update the DOM, and finally call `$validate` on it. - *
    - * - * @param {*} value value from the view. - * @param {string} trigger Event that triggered the update. - */ - $setViewValue: function $setViewValue(value, trigger) { - this.$viewValue = value; - if (this.$options.getOption('updateOnDefault')) { - this.$$debounceViewValueCommit(trigger); + function setValidity(name, isValid) { + if (localValidationRunId === that.$$currentValidationRunId) { + that.$setValidity(name, isValid); } - }, + } - $$debounceViewValueCommit: function $$debounceViewValueCommit(trigger) { - var debounceDelay = this.$options.getOption('debounce'); + function validationDone(allValid) { + if (localValidationRunId === that.$$currentValidationRunId) { - if (isNumber(debounceDelay[trigger])) { - debounceDelay = debounceDelay[trigger]; - } else if (isNumber(debounceDelay['default'])) { - debounceDelay = debounceDelay['default']; + doneCallback(allValid); } + } + }, - this.$$timeout.cancel(this.$$pendingDebounce); - var that = this; - if (debounceDelay > 0) { - // this fails if debounceDelay is an object - this.$$pendingDebounce = this.$$timeout(function () { - that.$commitViewValue(); - }, debounceDelay); - } else if (this.$$scope.$root.$$phase) { - this.$commitViewValue(); - } else { - this.$$scope.$apply(function () { - that.$commitViewValue(); - }); - } - }, + /** + * @ngdoc method + * @name ngModel.NgModelController#$commitViewValue + * + * @description + * Commit a pending update to the `$modelValue`. + * + * Updates may be pending by a debounced event or because the input is waiting for a some future + * event defined in `ng-model-options`. this method is rarely needed as `NgModelController` + * usually handles calling this in response to input events. + */ + $commitViewValue: function() { + var viewValue = this.$viewValue; - /** - * @ngdoc method - * - * @name ngModel.NgModelController#$overrideModelOptions - * - * @description - * - * Override the current model options settings programmatically. - * - * The previous `ModelOptions` value will not be modified. Instead, a - * new `ModelOptions` object will inherit from the previous one overriding - * or inheriting settings that are defined in the given parameter. - * - * See {@link ngModelOptions} for information about what options can be specified - * and how model option inheritance works. - * - *
    - * **Note:** this function only affects the options set on the `ngModelController`, - * and not the options on the {@link ngModelOptions} directive from which they might have been - * obtained initially. - *
    - * - *
    - * **Note:** it is not possible to override the `getterSetter` option. - *
    - * - * @param {Object} options a hash of settings to override the previous options - * - */ - $overrideModelOptions: function $overrideModelOptions(options) { - this.$options = this.$options.createChild(options); - this.$$setUpdateOnEvents(); - }, + this.$$timeout.cancel(this.$$pendingDebounce); - /** - * @ngdoc method - * - * @name ngModel.NgModelController#$processModelValue - * @description - * - * Runs the model -> view pipeline on the current - * {@link ngModel.NgModelController#$modelValue $modelValue}. - * - * The following actions are performed by this method: - * - * - the `$modelValue` is run through the {@link ngModel.NgModelController#$formatters $formatters} - * and the result is set to the {@link ngModel.NgModelController#$viewValue $viewValue} - * - the `ng-empty` or `ng-not-empty` class is set on the element - * - if the `$viewValue` has changed: - * - {@link ngModel.NgModelController#$render $render} is called on the control - * - the {@link ngModel.NgModelController#$validators $validators} are run and - * the validation status is set. - * - * This method is called by ngModel internally when the bound scope value changes. - * Application developers usually do not have to call this function themselves. - * - * This function can be used when the `$viewValue` or the rendered DOM value are not correctly - * formatted and the `$modelValue` must be run through the `$formatters` again. - * - * @example - * Consider a text input with an autocomplete list (for fruit), where the items are - * objects with a name and an id. - * A user enters `ap` and then selects `Apricot` from the list. - * Based on this, the autocomplete widget will call `$setViewValue({name: 'Apricot', id: 443})`, - * but the rendered value will still be `ap`. - * The widget can then call `ctrl.$processModelValue()` to run the model -> view - * pipeline again, which formats the object to the string `Apricot`, - * then updates the `$viewValue`, and finally renders it in the DOM. - * - * - -
    -
    - Search Fruit: - -
    -
    - Model:
    -
    {{selectedFruit | json}}
    -
    -
    -
    - - angular.module('inputExample', []) - .controller('inputController', function($scope) { - $scope.items = [ - {name: 'Apricot', id: 443}, - {name: 'Clementine', id: 972}, - {name: 'Durian', id: 169}, - {name: 'Jackfruit', id: 982}, - {name: 'Strawberry', id: 863} - ]; - }) - .component('basicAutocomplete', { - bindings: { - items: '<', - onSelect: '&' - }, - templateUrl: 'autocomplete.html', - controller: function($element, $scope) { - var that = this; - var ngModel; - that.$postLink = function() { - ngModel = $element.find('input').controller('ngModel'); - ngModel.$formatters.push(function(value) { - return (value && value.name) || value; - }); - ngModel.$parsers.push(function(value) { - var match = value; - for (var i = 0; i < that.items.length; i++) { - if (that.items[i].name === value) { - match = that.items[i]; - break; - } - } - return match; - }); - }; - that.selectItem = function(item) { - ngModel.$setViewValue(item); - ngModel.$processModelValue(); - that.onSelect({item: item}); - }; - } - }); - - -
    - -
      -
    • - -
    • -
    -
    -
    - *
    - * - */ - $processModelValue: function $processModelValue() { - var viewValue = this.$$format(); + // If the view value has not changed then we should just exit, except in the case where there is + // a native validator on the element. In this case the validation state may have changed even though + // the viewValue has stayed empty. + if (this.$$lastCommittedViewValue === viewValue && (viewValue !== '' || !this.$$hasNativeValidators)) { + return; + } + this.$$updateEmptyClasses(viewValue); + this.$$lastCommittedViewValue = viewValue; - if (this.$viewValue !== viewValue) { - this.$$updateEmptyClasses(viewValue); - this.$viewValue = this.$$lastCommittedViewValue = viewValue; - this.$render(); - // It is possible that model and view value have been updated during render - this.$$runValidators(this.$modelValue, this.$viewValue, noop); - } - }, + // change to dirty + if (this.$pristine) { + this.$setDirty(); + } + this.$$parseAndValidate(); + }, - /** - * This method is called internally to run the $formatters on the $modelValue - */ - $$format: function $$format() { - var formatters = this.$formatters, - idx = formatters.length; + $$parseAndValidate: function() { + var viewValue = this.$$lastCommittedViewValue; + var modelValue = viewValue; + var that = this; - var viewValue = this.$modelValue; - while (idx--) { - viewValue = formatters[idx](viewValue); - } + this.$$parserValid = isUndefined(modelValue) ? undefined : true; - return viewValue; - }, + if (this.$$parserValid) { + for (var i = 0; i < this.$parsers.length; i++) { + modelValue = this.$parsers[i](modelValue); + if (isUndefined(modelValue)) { + this.$$parserValid = false; + break; + } + } + } + if (isNumberNaN(this.$modelValue)) { + // this.$modelValue has not been touched yet... + this.$modelValue = this.$$ngModelGet(this.$$scope); + } + var prevModelValue = this.$modelValue; + var allowInvalid = this.$options.getOption('allowInvalid'); + this.$$rawModelValue = modelValue; - /** - * This method is called internally when the bound scope value changes. - */ - $$setModelValue: function $$setModelValue(modelValue) { - this.$modelValue = this.$$rawModelValue = modelValue; - this.$$parserValid = undefined; - this.$processModelValue(); - }, + if (allowInvalid) { + this.$modelValue = modelValue; + writeToModelIfNeeded(); + } - $$setUpdateOnEvents: function $$setUpdateOnEvents() { - if (this.$$updateEvents) { - this.$$element.off(this.$$updateEvents, this.$$updateEventHandler); + // Pass the $$lastCommittedViewValue here, because the cached viewValue might be out of date. + // This can happen if e.g. $setViewValue is called from inside a parser + this.$$runValidators(modelValue, this.$$lastCommittedViewValue, function(allValid) { + if (!allowInvalid) { + // Note: Don't check this.$valid here, as we could have + // external validators (e.g. calculated on the server), + // that just call $setValidity and need the model value + // to calculate their validity. + that.$modelValue = allValid ? modelValue : undefined; + writeToModelIfNeeded(); } + }); - this.$$updateEvents = this.$options.getOption('updateOn'); - if (this.$$updateEvents) { - this.$$element.on(this.$$updateEvents, this.$$updateEventHandler); + function writeToModelIfNeeded() { + if (that.$modelValue !== prevModelValue) { + that.$$writeModelToScope(); } - }, - - $$updateEventHandler: function $$updateEventHandler(ev) { - this.$$debounceViewValueCommit(ev && ev.type); } - }; - - function setupModelWatcher(ctrl) { - // model -> value - // Note: we cannot use a normal scope.$watch as we want to detect the following: - // 1. scope value is 'a' - // 2. user enters 'b' - // 3. ng-change kicks in and reverts scope value to 'a' - // -> scope value did not change since the last digest as - // ng-change executes in apply phase - // 4. view should be changed back to 'a' - ctrl.$$scope.$watch(function ngModelWatch(scope) { - var modelValue = ctrl.$$ngModelGet(scope); + }, - // if scope model value and ngModel value are out of sync - // This cannot be moved to the action function, because it would not catch the - // case where the model is changed in the ngChange function or the model setter - if (modelValue !== ctrl.$modelValue && ( - // checks for NaN is needed to allow setting the model to NaN when there's an asyncValidator - // eslint-disable-next-line no-self-compare - ctrl.$modelValue === ctrl.$modelValue || modelValue === modelValue)) { - ctrl.$$setModelValue(modelValue); + $$writeModelToScope: function() { + this.$$ngModelSet(this.$$scope, this.$modelValue); + forEach(this.$viewChangeListeners, function(listener) { + try { + listener(); + } catch (e) { + // eslint-disable-next-line no-invalid-this + this.$$exceptionHandler(e); } - - return modelValue; - }); - } + }, this); + }, /** * @ngdoc method - * @name ngModel.NgModelController#$setValidity + * @name ngModel.NgModelController#$setViewValue * * @description - * Change the validity state, and notify the form. - * - * This method can be called within $parsers/$formatters or a custom validation implementation. - * However, in most cases it should be sufficient to use the `ngModel.$validators` and - * `ngModel.$asyncValidators` collections which will call `$setValidity` automatically. - * - * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be assigned - * to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` - * (for unfulfilled `$asyncValidators`), so that it is available for data-binding. - * The `validationErrorKey` should be in camelCase and will get converted into dash-case - * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` - * classes and can be bound to as `{{ someForm.someControl.$error.myError }}`. - * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending (undefined), - * or skipped (null). Pending is used for unfulfilled `$asyncValidators`. - * Skipped is used by Angular when validators do not run because of parse errors and - * when `$asyncValidators` do not run because any of the `$validators` failed. + * Update the view value. + * + * This method should be called when a control wants to change the view value; typically, + * this is done from within a DOM event handler. For example, the {@link ng.directive:input input} + * directive calls it when the value of the input changes and {@link ng.directive:select select} + * calls it when an option is selected. + * + * When `$setViewValue` is called, the new `value` will be staged for committing through the `$parsers` + * and `$validators` pipelines. If there are no special {@link ngModelOptions} specified then the staged + * value is sent directly for processing through the `$parsers` pipeline. After this, the `$validators` and + * `$asyncValidators` are called and the value is applied to `$modelValue`. + * Finally, the value is set to the **expression** specified in the `ng-model` attribute and + * all the registered change listeners, in the `$viewChangeListeners` list are called. + * + * In case the {@link ng.directive:ngModelOptions ngModelOptions} directive is used with `updateOn` + * and the `default` trigger is not listed, all those actions will remain pending until one of the + * `updateOn` events is triggered on the DOM element. + * All these actions will be debounced if the {@link ng.directive:ngModelOptions ngModelOptions} + * directive is used with a custom debounce for this particular event. + * Note that a `$digest` is only triggered once the `updateOn` events are fired, or if `debounce` + * is specified, once the timer runs out. + * + * When used with standard inputs, the view value will always be a string (which is in some cases + * parsed into another type, such as a `Date` object for `input[date]`.) + * However, custom controls might also pass objects to this method. In this case, we should make + * a copy of the object before passing it to `$setViewValue`. This is because `ngModel` does not + * perform a deep watch of objects, it only looks for a change of identity. If you only change + * the property of the object then ngModel will not realize that the object has changed and + * will not invoke the `$parsers` and `$validators` pipelines. For this reason, you should + * not change properties of the copy once it has been passed to `$setViewValue`. + * Otherwise you may cause the model value on the scope to change incorrectly. + * + *
    + * In any case, the value passed to the method should always reflect the current value + * of the control. For example, if you are calling `$setViewValue` for an input element, + * you should pass the input DOM value. Otherwise, the control and the scope model become + * out of sync. It's also important to note that `$setViewValue` does not call `$render` or change + * the control's DOM value in any way. If we want to change the control's DOM value + * programmatically, we should update the `ngModel` scope expression. Its new value will be + * picked up by the model controller, which will run it through the `$formatters`, `$render` it + * to update the DOM, and finally call `$validate` on it. + *
    + * + * @param {*} value value from the view. + * @param {string} trigger Event that triggered the update. */ - addSetValidityMethod({ - clazz: NgModelController, - set: function set(object, property) { - object[property] = true; - }, - unset: function unset(object, property) { - delete object[property]; + $setViewValue: function(value, trigger) { + this.$viewValue = value; + if (this.$options.getOption('updateOnDefault')) { + this.$$debounceViewValueCommit(trigger); } - }); + }, + + $$debounceViewValueCommit: function(trigger) { + var debounceDelay = this.$options.getOption('debounce'); + + if (isNumber(debounceDelay[trigger])) { + debounceDelay = debounceDelay[trigger]; + } else if (isNumber(debounceDelay['default'])) { + debounceDelay = debounceDelay['default']; + } + + this.$$timeout.cancel(this.$$pendingDebounce); + var that = this; + if (debounceDelay > 0) { // this fails if debounceDelay is an object + this.$$pendingDebounce = this.$$timeout(function() { + that.$commitViewValue(); + }, debounceDelay); + } else if (this.$$scope.$root.$$phase) { + this.$commitViewValue(); + } else { + this.$$scope.$apply(function() { + that.$commitViewValue(); + }); + } + }, /** - * @ngdoc directive - * @name ngModel - * @restrict A - * @priority 1 - * @param {expression} ngModel assignable {@link guide/expression Expression} to bind to. + * @ngdoc method + * + * @name ngModel.NgModelController#$overrideModelOptions * * @description - * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a - * property on the scope using {@link ngModel.NgModelController NgModelController}, - * which is created and exposed by this directive. - * - * `ngModel` is responsible for: - * - * - Binding the view into the model, which other directives such as `input`, `textarea` or `select` - * require. - * - Providing validation behavior (i.e. required, number, email, url). - * - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors). - * - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, - * `ng-untouched`, `ng-empty`, `ng-not-empty`) including animations. - * - Registering the control with its parent {@link ng.directive:form form}. - * - * Note: `ngModel` will try to bind to the property given by evaluating the expression on the - * current scope. If the property doesn't already exist on this scope, it will be created - * implicitly and added to the scope. - * - * For best practices on using `ngModel`, see: - * - * - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) - * - * For basic examples, how to use `ngModel`, see: - * - * - {@link ng.directive:input input} - * - {@link input[text] text} - * - {@link input[checkbox] checkbox} - * - {@link input[radio] radio} - * - {@link input[number] number} - * - {@link input[email] email} - * - {@link input[url] url} - * - {@link input[date] date} - * - {@link input[datetime-local] datetime-local} - * - {@link input[time] time} - * - {@link input[month] month} - * - {@link input[week] week} - * - {@link ng.directive:select select} - * - {@link ng.directive:textarea textarea} - * - * ## Complex Models (objects or collections) - * - * By default, `ngModel` watches the model by reference, not value. This is important to know when - * binding inputs to models that are objects (e.g. `Date`) or collections (e.g. arrays). If only properties of the - * object or collection change, `ngModel` will not be notified and so the input will not be re-rendered. - * - * The model must be assigned an entirely new object or collection before a re-rendering will occur. - * - * Some directives have options that will cause them to use a custom `$watchCollection` on the model expression - * - for example, `ngOptions` will do so when a `track by` clause is included in the comprehension expression or - * if the select is given the `multiple` attribute. - * - * The `$watchCollection()` method only does a shallow comparison, meaning that changing properties deeper than the - * first level of the object (or only changing the properties of an item in the collection if it's an array) will still - * not trigger a re-rendering of the model. - * - * ## CSS classes - * The following CSS classes are added and removed on the associated input/select/textarea element - * depending on the validity of the model. - * - * - `ng-valid`: the model is valid - * - `ng-invalid`: the model is invalid - * - `ng-valid-[key]`: for each valid key added by `$setValidity` - * - `ng-invalid-[key]`: for each invalid key added by `$setValidity` - * - `ng-pristine`: the control hasn't been interacted with yet - * - `ng-dirty`: the control has been interacted with - * - `ng-touched`: the control has been blurred - * - `ng-untouched`: the control hasn't been blurred - * - `ng-pending`: any `$asyncValidators` are unfulfilled - * - `ng-empty`: the view does not contain a value or the value is deemed "empty", as defined - * by the {@link ngModel.NgModelController#$isEmpty} method - * - `ng-not-empty`: the view contains a non-empty value - * - * Keep in mind that ngAnimate can detect each of these classes when added and removed. - * - * @animations - * Animations within models are triggered when any of the associated CSS classes are added and removed - * on the input element which is attached to the model. These classes include: `.ng-pristine`, `.ng-dirty`, - * `.ng-invalid` and `.ng-valid` as well as any other validations that are performed on the model itself. - * The animations that are triggered within ngModel are similar to how they work in ngClass and - * animations can be hooked into using CSS transitions, keyframes as well as JS animations. - * - * The following example shows a simple way to utilize CSS transitions to style an input element - * that has been rendered as invalid after it has been validated: * - *
    -   * //be sure to include ngAnimate as a module to hook into more
    -   * //advanced animations
    -   * .my-input {
    -   *   transition:0.5s linear all;
    -   *   background: white;
    -   * }
    -   * .my-input.ng-invalid {
    -   *   background: red;
    -   *   color:white;
    -   * }
    -   * 
    + * Override the current model options settings programmatically. * - * @example - * ### Basic Usage - * - - - -

    - Update input to see transitions when valid/invalid. - Integer is a valid value. -

    -
    - -
    -
    - *
    + * The previous `ModelOptions` value will not be modified. Instead, a + * new `ModelOptions` object will inherit from the previous one overriding + * or inheriting settings that are defined in the given parameter. * - * @example - * ### Binding to a getter/setter + * See {@link ngModelOptions} for information about what options can be specified + * and how model option inheritance works. * - * Sometimes it's helpful to bind `ngModel` to a getter/setter function. A getter/setter is a - * function that returns a representation of the model when called with zero arguments, and sets - * the internal state of a model when called with an argument. It's sometimes useful to use this - * for models that have an internal representation that's different from what the model exposes - * to the view. + *
    + * **Note:** this function only affects the options set on the `ngModelController`, + * and not the options on the {@link ngModelOptions} directive from which they might have been + * obtained initially. + *
    * - *
    - * **Best Practice:** It's best to keep getters fast because Angular is likely to call them more - * frequently than other parts of your code. + *
    + * **Note:** it is not possible to override the `getterSetter` option. *
    * - * You use this behavior by adding `ng-model-options="{ getterSetter: true }"` to an element that - * has `ng-model` attached to it. You can also add `ng-model-options="{ getterSetter: true }"` to - * a `
    `, which will enable this behavior for all ``s within it. See - * {@link ng.directive:ngModelOptions `ngModelOptions`} for more. + * @param {Object} options a hash of settings to override the previous options + * + */ + $overrideModelOptions: function(options) { + this.$options = this.$options.createChild(options); + this.$$setUpdateOnEvents(); + }, + + /** + * @ngdoc method + * + * @name ngModel.NgModelController#$processModelValue + + * @description + * + * Runs the model -> view pipeline on the current + * {@link ngModel.NgModelController#$modelValue $modelValue}. * - * The following example shows how to use `ngModel` with a getter/setter: + * The following actions are performed by this method: + * + * - the `$modelValue` is run through the {@link ngModel.NgModelController#$formatters $formatters} + * and the result is set to the {@link ngModel.NgModelController#$viewValue $viewValue} + * - the `ng-empty` or `ng-not-empty` class is set on the element + * - if the `$viewValue` has changed: + * - {@link ngModel.NgModelController#$render $render} is called on the control + * - the {@link ngModel.NgModelController#$validators $validators} are run and + * the validation status is set. + * + * This method is called by ngModel internally when the bound scope value changes. + * Application developers usually do not have to call this function themselves. + * + * This function can be used when the `$viewValue` or the rendered DOM value are not correctly + * formatted and the `$modelValue` must be run through the `$formatters` again. * * @example - * - -
    - - - -
    user.name = 
    -
    -
    - - angular.module('getterSetterExample', []) - .controller('ExampleController', ['$scope', function($scope) { - var _name = 'Brian'; - $scope.user = { - name: function(newName) { - // Note that newName can be undefined for two reasons: - // 1. Because it is called as a getter and thus called with no arguments - // 2. Because the property should actually be set to undefined. This happens e.g. if the - // input is invalid - return arguments.length ? (_name = newName) : _name; - } - }; - }]); - + * Consider a text input with an autocomplete list (for fruit), where the items are + * objects with a name and an id. + * A user enters `ap` and then selects `Apricot` from the list. + * Based on this, the autocomplete widget will call `$setViewValue({name: 'Apricot', id: 443})`, + * but the rendered value will still be `ap`. + * The widget can then call `ctrl.$processModelValue()` to run the model -> view + * pipeline again, which formats the object to the string `Apricot`, + * then updates the `$viewValue`, and finally renders it in the DOM. + * + * + +
    +
    + Search Fruit: + +
    +
    + Model:
    +
    {{selectedFruit | json}}
    +
    +
    +
    + + angular.module('inputExample', []) + .controller('inputController', function($scope) { + $scope.items = [ + {name: 'Apricot', id: 443}, + {name: 'Clementine', id: 972}, + {name: 'Durian', id: 169}, + {name: 'Jackfruit', id: 982}, + {name: 'Strawberry', id: 863} + ]; + }) + .component('basicAutocomplete', { + bindings: { + items: '<', + onSelect: '&' + }, + templateUrl: 'autocomplete.html', + controller: function($element, $scope) { + var that = this; + var ngModel; + + that.$postLink = function() { + ngModel = $element.find('input').controller('ngModel'); + + ngModel.$formatters.push(function(value) { + return (value && value.name) || value; + }); + + ngModel.$parsers.push(function(value) { + var match = value; + for (var i = 0; i < that.items.length; i++) { + if (that.items[i].name === value) { + match = that.items[i]; + break; + } + } + + return match; + }); + }; + + that.selectItem = function(item) { + ngModel.$setViewValue(item); + ngModel.$processModelValue(); + that.onSelect({item: item}); + }; + } + }); + + +
    + +
      +
    • + +
    • +
    +
    +
    *
    + * */ - var ngModelDirective = ['$rootScope', function ($rootScope) { - return { - restrict: 'A', - require: ['ngModel', '^?form', '^?ngModelOptions'], - controller: NgModelController, - // Prelink needs to run before any input directive - // so that we can set the NgModelOptions in NgModelController - // before anyone else uses it. - priority: 1, - compile: function ngModelCompile(element) { - // Setup initial state of the control - element.addClass(PRISTINE_CLASS).addClass(UNTOUCHED_CLASS).addClass(VALID_CLASS); + $processModelValue: function() { + var viewValue = this.$$format(); - return { - pre: function ngModelPreLink(scope, element, attr, ctrls) { - var modelCtrl = ctrls[0], - formCtrl = ctrls[1] || modelCtrl.$$parentForm, - optionsCtrl = ctrls[2]; + if (this.$viewValue !== viewValue) { + this.$$updateEmptyClasses(viewValue); + this.$viewValue = this.$$lastCommittedViewValue = viewValue; + this.$render(); + // It is possible that model and view value have been updated during render + this.$$runValidators(this.$modelValue, this.$viewValue, noop); + } + }, - if (optionsCtrl) { - modelCtrl.$options = optionsCtrl.$options; - } + /** + * This method is called internally to run the $formatters on the $modelValue + */ + $$format: function() { + var formatters = this.$formatters, + idx = formatters.length; - modelCtrl.$$initGetterSetters(); + var viewValue = this.$modelValue; + while (idx--) { + viewValue = formatters[idx](viewValue); + } - // notify others, especially parent forms - formCtrl.$addControl(modelCtrl); + return viewValue; + }, - attr.$observe('name', function (newValue) { - if (modelCtrl.$name !== newValue) { - modelCtrl.$$parentForm.$$renameControl(modelCtrl, newValue); - } - }); + /** + * This method is called internally when the bound scope value changes. + */ + $$setModelValue: function(modelValue) { + this.$modelValue = this.$$rawModelValue = modelValue; + this.$$parserValid = undefined; + this.$processModelValue(); + }, - scope.$on('$destroy', function () { - modelCtrl.$$parentForm.$removeControl(modelCtrl); - }); - }, - post: function ngModelPostLink(scope, element, attr, ctrls) { - var modelCtrl = ctrls[0]; - modelCtrl.$$setUpdateOnEvents(); + $$setUpdateOnEvents: function() { + if (this.$$updateEvents) { + this.$$element.off(this.$$updateEvents, this.$$updateEventHandler); + } + + this.$$updateEvents = this.$options.getOption('updateOn'); + if (this.$$updateEvents) { + this.$$element.on(this.$$updateEvents, this.$$updateEventHandler); + } + }, + + $$updateEventHandler: function(ev) { + this.$$debounceViewValueCommit(ev && ev.type); + } +}; + +function setupModelWatcher(ctrl) { + // model -> value + // Note: we cannot use a normal scope.$watch as we want to detect the following: + // 1. scope value is 'a' + // 2. user enters 'b' + // 3. ng-change kicks in and reverts scope value to 'a' + // -> scope value did not change since the last digest as + // ng-change executes in apply phase + // 4. view should be changed back to 'a' + ctrl.$$scope.$watch(function ngModelWatch(scope) { + var modelValue = ctrl.$$ngModelGet(scope); + + // if scope model value and ngModel value are out of sync + // This cannot be moved to the action function, because it would not catch the + // case where the model is changed in the ngChange function or the model setter + if (modelValue !== ctrl.$modelValue && + // checks for NaN is needed to allow setting the model to NaN when there's an asyncValidator + // eslint-disable-next-line no-self-compare + (ctrl.$modelValue === ctrl.$modelValue || modelValue === modelValue) + ) { + ctrl.$$setModelValue(modelValue); + } + + return modelValue; + }); +} + +/** + * @ngdoc method + * @name ngModel.NgModelController#$setValidity + * + * @description + * Change the validity state, and notify the form. + * + * This method can be called within $parsers/$formatters or a custom validation implementation. + * However, in most cases it should be sufficient to use the `ngModel.$validators` and + * `ngModel.$asyncValidators` collections which will call `$setValidity` automatically. + * + * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be assigned + * to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` + * (for unfulfilled `$asyncValidators`), so that it is available for data-binding. + * The `validationErrorKey` should be in camelCase and will get converted into dash-case + * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` + * classes and can be bound to as `{{ someForm.someControl.$error.myError }}`. + * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending (undefined), + * or skipped (null). Pending is used for unfulfilled `$asyncValidators`. + * Skipped is used by Angular when validators do not run because of parse errors and + * when `$asyncValidators` do not run because any of the `$validators` failed. + */ +addSetValidityMethod({ + clazz: NgModelController, + set: function(object, property) { + object[property] = true; + }, + unset: function(object, property) { + delete object[property]; + } +}); + + +/** + * @ngdoc directive + * @name ngModel + * @restrict A + * @priority 1 + * @param {expression} ngModel assignable {@link guide/expression Expression} to bind to. + * + * @description + * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a + * property on the scope using {@link ngModel.NgModelController NgModelController}, + * which is created and exposed by this directive. + * + * `ngModel` is responsible for: + * + * - Binding the view into the model, which other directives such as `input`, `textarea` or `select` + * require. + * - Providing validation behavior (i.e. required, number, email, url). + * - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors). + * - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, + * `ng-untouched`, `ng-empty`, `ng-not-empty`) including animations. + * - Registering the control with its parent {@link ng.directive:form form}. + * + * Note: `ngModel` will try to bind to the property given by evaluating the expression on the + * current scope. If the property doesn't already exist on this scope, it will be created + * implicitly and added to the scope. + * + * For best practices on using `ngModel`, see: + * + * - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) + * + * For basic examples, how to use `ngModel`, see: + * + * - {@link ng.directive:input input} + * - {@link input[text] text} + * - {@link input[checkbox] checkbox} + * - {@link input[radio] radio} + * - {@link input[number] number} + * - {@link input[email] email} + * - {@link input[url] url} + * - {@link input[date] date} + * - {@link input[datetime-local] datetime-local} + * - {@link input[time] time} + * - {@link input[month] month} + * - {@link input[week] week} + * - {@link ng.directive:select select} + * - {@link ng.directive:textarea textarea} + * + * ## Complex Models (objects or collections) + * + * By default, `ngModel` watches the model by reference, not value. This is important to know when + * binding inputs to models that are objects (e.g. `Date`) or collections (e.g. arrays). If only properties of the + * object or collection change, `ngModel` will not be notified and so the input will not be re-rendered. + * + * The model must be assigned an entirely new object or collection before a re-rendering will occur. + * + * Some directives have options that will cause them to use a custom `$watchCollection` on the model expression + * - for example, `ngOptions` will do so when a `track by` clause is included in the comprehension expression or + * if the select is given the `multiple` attribute. + * + * The `$watchCollection()` method only does a shallow comparison, meaning that changing properties deeper than the + * first level of the object (or only changing the properties of an item in the collection if it's an array) will still + * not trigger a re-rendering of the model. + * + * ## CSS classes + * The following CSS classes are added and removed on the associated input/select/textarea element + * depending on the validity of the model. + * + * - `ng-valid`: the model is valid + * - `ng-invalid`: the model is invalid + * - `ng-valid-[key]`: for each valid key added by `$setValidity` + * - `ng-invalid-[key]`: for each invalid key added by `$setValidity` + * - `ng-pristine`: the control hasn't been interacted with yet + * - `ng-dirty`: the control has been interacted with + * - `ng-touched`: the control has been blurred + * - `ng-untouched`: the control hasn't been blurred + * - `ng-pending`: any `$asyncValidators` are unfulfilled + * - `ng-empty`: the view does not contain a value or the value is deemed "empty", as defined + * by the {@link ngModel.NgModelController#$isEmpty} method + * - `ng-not-empty`: the view contains a non-empty value + * + * Keep in mind that ngAnimate can detect each of these classes when added and removed. + * + * @animations + * Animations within models are triggered when any of the associated CSS classes are added and removed + * on the input element which is attached to the model. These classes include: `.ng-pristine`, `.ng-dirty`, + * `.ng-invalid` and `.ng-valid` as well as any other validations that are performed on the model itself. + * The animations that are triggered within ngModel are similar to how they work in ngClass and + * animations can be hooked into using CSS transitions, keyframes as well as JS animations. + * + * The following example shows a simple way to utilize CSS transitions to style an input element + * that has been rendered as invalid after it has been validated: + * + *
    + * //be sure to include ngAnimate as a module to hook into more
    + * //advanced animations
    + * .my-input {
    + *   transition:0.5s linear all;
    + *   background: white;
    + * }
    + * .my-input.ng-invalid {
    + *   background: red;
    + *   color:white;
    + * }
    + * 
    + * + * @example + * ### Basic Usage + * + + + +

    + Update input to see transitions when valid/invalid. + Integer is a valid value. +

    +
    + +
    +
    + *
    + * + * @example + * ### Binding to a getter/setter + * + * Sometimes it's helpful to bind `ngModel` to a getter/setter function. A getter/setter is a + * function that returns a representation of the model when called with zero arguments, and sets + * the internal state of a model when called with an argument. It's sometimes useful to use this + * for models that have an internal representation that's different from what the model exposes + * to the view. + * + *
    + * **Best Practice:** It's best to keep getters fast because Angular is likely to call them more + * frequently than other parts of your code. + *
    + * + * You use this behavior by adding `ng-model-options="{ getterSetter: true }"` to an element that + * has `ng-model` attached to it. You can also add `ng-model-options="{ getterSetter: true }"` to + * a `
    `, which will enable this behavior for all ``s within it. See + * {@link ng.directive:ngModelOptions `ngModelOptions`} for more. + * + * The following example shows how to use `ngModel` with a getter/setter: + * + * @example + * + +
    + + + +
    user.name = 
    +
    +
    + + angular.module('getterSetterExample', []) + .controller('ExampleController', ['$scope', function($scope) { + var _name = 'Brian'; + $scope.user = { + name: function(newName) { + // Note that newName can be undefined for two reasons: + // 1. Because it is called as a getter and thus called with no arguments + // 2. Because the property should actually be set to undefined. This happens e.g. if the + // input is invalid + return arguments.length ? (_name = newName) : _name; + } + }; + }]); + + *
    + */ +var ngModelDirective = ['$rootScope', function($rootScope) { + return { + restrict: 'A', + require: ['ngModel', '^?form', '^?ngModelOptions'], + controller: NgModelController, + // Prelink needs to run before any input directive + // so that we can set the NgModelOptions in NgModelController + // before anyone else uses it. + priority: 1, + compile: function ngModelCompile(element) { + // Setup initial state of the control + element.addClass(PRISTINE_CLASS).addClass(UNTOUCHED_CLASS).addClass(VALID_CLASS); + + return { + pre: function ngModelPreLink(scope, element, attr, ctrls) { + var modelCtrl = ctrls[0], + formCtrl = ctrls[1] || modelCtrl.$$parentForm, + optionsCtrl = ctrls[2]; + + if (optionsCtrl) { + modelCtrl.$options = optionsCtrl.$options; + } - function setTouched() { - modelCtrl.$setTouched(); + modelCtrl.$$initGetterSetters(); + + // notify others, especially parent forms + formCtrl.$addControl(modelCtrl); + + attr.$observe('name', function(newValue) { + if (modelCtrl.$name !== newValue) { + modelCtrl.$$parentForm.$$renameControl(modelCtrl, newValue); } + }); - element.on('blur', function () { - if (modelCtrl.$touched) return; + scope.$on('$destroy', function() { + modelCtrl.$$parentForm.$removeControl(modelCtrl); + }); + }, + post: function ngModelPostLink(scope, element, attr, ctrls) { + var modelCtrl = ctrls[0]; + modelCtrl.$$setUpdateOnEvents(); - if ($rootScope.$$phase) { - scope.$evalAsync(setTouched); - } else { - scope.$apply(setTouched); - } - }); + function setTouched() { + modelCtrl.$setTouched(); } - }; - } - }; - }]; - /* exported defaultModelOptions */ - var defaultModelOptions; - var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/; + element.on('blur', function() { + if (modelCtrl.$touched) return; + + if ($rootScope.$$phase) { + scope.$evalAsync(setTouched); + } else { + scope.$apply(setTouched); + } + }); + } + }; + } + }; +}]; + +/* exported defaultModelOptions */ +var defaultModelOptions; +var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/; + +/** + * @ngdoc type + * @name ModelOptions + * @description + * A container for the options set by the {@link ngModelOptions} directive + */ +function ModelOptions(options) { + this.$$options = options; +} + +ModelOptions.prototype = { /** - * @ngdoc type - * @name ModelOptions + * @ngdoc method + * @name ModelOptions#getOption + * @param {string} name the name of the option to retrieve + * @returns {*} the value of the option * @description - * A container for the options set by the {@link ngModelOptions} directive + * Returns the value of the given option */ - function ModelOptions(options) { - this.$$options = options; - } - - ModelOptions.prototype = { - - /** - * @ngdoc method - * @name ModelOptions#getOption - * @param {string} name the name of the option to retrieve - * @returns {*} the value of the option - * @description - * Returns the value of the given option - */ - getOption: function getOption(name) { - return this.$$options[name]; - }, + getOption: function(name) { + return this.$$options[name]; + }, - /** - * @ngdoc method - * @name ModelOptions#createChild - * @param {Object} options a hash of options for the new child that will override the parent's options - * @return {ModelOptions} a new `ModelOptions` object initialized with the given options. - */ - createChild: function createChild(options) { - var inheritAll = false; + /** + * @ngdoc method + * @name ModelOptions#createChild + * @param {Object} options a hash of options for the new child that will override the parent's options + * @return {ModelOptions} a new `ModelOptions` object initialized with the given options. + */ + createChild: function(options) { + var inheritAll = false; - // make a shallow copy - options = extend({}, options); + // make a shallow copy + options = extend({}, options); - // Inherit options from the parent if specified by the value `"$inherit"` - forEach(options, /* @this */function (option, key) { - if (option === '$inherit') { - if (key === '*') { - inheritAll = true; - } else { - options[key] = this.$$options[key]; - // `updateOn` is special so we must also inherit the `updateOnDefault` option - if (key === 'updateOn') { - options.updateOnDefault = this.$$options.updateOnDefault; - } - } + // Inherit options from the parent if specified by the value `"$inherit"` + forEach(options, /* @this */ function(option, key) { + if (option === '$inherit') { + if (key === '*') { + inheritAll = true; } else { + options[key] = this.$$options[key]; + // `updateOn` is special so we must also inherit the `updateOnDefault` option if (key === 'updateOn') { - // If the `updateOn` property contains the `default` event then we have to remove - // it from the event list and set the `updateOnDefault` flag. - options.updateOnDefault = false; - options[key] = trim(option.replace(DEFAULT_REGEXP, function () { - options.updateOnDefault = true; - return ' '; - })); + options.updateOnDefault = this.$$options.updateOnDefault; } } - }, this); - - if (inheritAll) { - // We have a property of the form: `"*": "$inherit"` - delete options['*']; - defaults(options, this.$$options); + } else { + if (key === 'updateOn') { + // If the `updateOn` property contains the `default` event then we have to remove + // it from the event list and set the `updateOnDefault` flag. + options.updateOnDefault = false; + options[key] = trim(option.replace(DEFAULT_REGEXP, function() { + options.updateOnDefault = true; + return ' '; + })); + } } + }, this); - // Finally add in any missing defaults - defaults(options, defaultModelOptions.$$options); - - return new ModelOptions(options); - } - }; - - defaultModelOptions = new ModelOptions({ - updateOn: '', - updateOnDefault: true, - debounce: 0, - getterSetter: false, - allowInvalid: false, - timezone: null - }); - - /** - * @ngdoc directive - * @name ngModelOptions - * @restrict A - * @priority 10 - * - * @description - * This directive allows you to modify the behaviour of {@link ngModel} directives within your - * application. You can specify an `ngModelOptions` directive on any element. All {@link ngModel} - * directives will use the options of their nearest `ngModelOptions` ancestor. - * - * The `ngModelOptions` settings are found by evaluating the value of the attribute directive as - * an Angular expression. This expression should evaluate to an object, whose properties contain - * the settings. For example: `
    - *
    - * - *
    - *
    - * ``` - * - * the `input` element will have the following settings - * - * ```js - * { allowInvalid: true, updateOn: 'default', debounce: 0 } - * ``` - * - * Notice that the `debounce` setting was not inherited and used the default value instead. - * - * You can specify that all undefined settings are automatically inherited from an ancestor by - * including a property with key of `"*"` and value of `"$inherit"`. - * - * For example given the following fragment of HTML - * - * - * ```html - *
    - *
    - * - *
    - *
    - * ``` - * - * the `input` element will have the following settings - * - * ```js - * { allowInvalid: true, updateOn: 'default', debounce: 200 } - * ``` - * - * Notice that the `debounce` setting now inherits the value from the outer `
    ` element. - * - * If you are creating a reusable component then you should be careful when using `"*": "$inherit"` - * since you may inadvertently inherit a setting in the future that changes the behavior of your component. - * - * - * ## Triggering and debouncing model updates - * - * The `updateOn` and `debounce` properties allow you to specify a custom list of events that will - * trigger a model update and/or a debouncing delay so that the actual update only takes place when - * a timer expires; this timer will be reset after another change takes place. - * - * Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might - * be different from the value in the actual model. This means that if you update the model you - * should also invoke {@link ngModel.NgModelController#$rollbackViewValue} on the relevant input field in - * order to make sure it is synchronized with the model and that any debounced action is canceled. - * - * The easiest way to reference the control's {@link ngModel.NgModelController#$rollbackViewValue} - * method is by making sure the input is placed inside a form that has a `name` attribute. This is - * important because `form` controllers are published to the related scope under the name in their - * `name` attribute. - * - * Any pending changes will take place immediately when an enclosing form is submitted via the - * `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` - * to have access to the updated model. - * - * ### Overriding immediate updates - * - * The following example shows how to override immediate updates. Changes on the inputs within the - * form will update the model only when the control loses focus (blur event). If `escape` key is - * pressed while the input field is focused, the value is reset to the value in the current model. - * - * - * - *
    - *
    - *
    - *
    - *
    - *
    user.name = 
    - *
    - *
    - * - * angular.module('optionsExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.user = { name: 'say', data: '' }; - * - * $scope.cancel = function(e) { - * if (e.keyCode === 27) { - * $scope.userForm.userName.$rollbackViewValue(); - * } - * }; - * }]); - * - * - * var model = element(by.binding('user.name')); - * var input = element(by.model('user.name')); - * var other = element(by.model('user.data')); - * - * it('should allow custom events', function() { - * input.sendKeys(' hello'); - * input.click(); - * expect(model.getText()).toEqual('say'); - * other.click(); - * expect(model.getText()).toEqual('say hello'); - * }); - * - * it('should $rollbackViewValue when model changes', function() { - * input.sendKeys(' hello'); - * expect(input.getAttribute('value')).toEqual('say hello'); - * input.sendKeys(protractor.Key.ESCAPE); - * expect(input.getAttribute('value')).toEqual('say'); - * other.click(); - * expect(model.getText()).toEqual('say'); - * }); - * - *
    - * - * ### Debouncing updates - * - * The next example shows how to debounce model changes. Model will be updated only 1 sec after last change. - * If the `Clear` button is pressed, any debounced action is canceled and the value becomes empty. - * - * - * - *
    - *
    - * Name: - * - *
    - *
    - *
    user.name = 
    - *
    - *
    - * - * angular.module('optionsExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.user = { name: 'say' }; - * }]); - * - *
    - * - * - * ## Model updates and validation - * - * The default behaviour in `ngModel` is that the model value is set to `undefined` when the - * validation determines that the value is invalid. By setting the `allowInvalid` property to true, - * the model will still be updated even if the value is invalid. - * - * - * ## Connecting to the scope - * - * By setting the `getterSetter` property to true you are telling ngModel that the `ngModel` expression - * on the scope refers to a "getter/setter" function rather than the value itself. - * - * The following example shows how to bind to getter/setters: - * - * - * - *
    - *
    - * - *
    - *
    user.name = 
    - *
    - *
    - * - * angular.module('getterSetterExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * var _name = 'Brian'; - * $scope.user = { - * name: function(newName) { - * return angular.isDefined(newName) ? (_name = newName) : _name; - * } - * }; - * }]); - * - *
    - * - * - * ## Specifying timezones - * - * You can specify the timezone that date/time input directives expect by providing its name in the - * `timezone` property. - * - * - * ## Programmatically changing options - * - * The `ngModelOptions` expression is only evaluated once when the directive is linked; it is not - * watched for changes. However, it is possible to override the options on a single - * {@link ngModel.NgModelController} instance with - * {@link ngModel.NgModelController#$overrideModelOptions `NgModelController#$overrideModelOptions()`}. - * - * - * @param {Object} ngModelOptions options to apply to {@link ngModel} directives on this element and - * and its descendents. Valid keys are: - * - `updateOn`: string specifying which event should the input be bound to. You can set several - * events using an space delimited list. There is a special event called `default` that - * matches the default events belonging to the control. These are the events that are bound to - * the control, and when fired, update the `$viewValue` via `$setViewValue`. - * - * `ngModelOptions` considers every event that is not listed in `updateOn` a "default" event, - * since different control types use different default events. - * - * See also the section {@link ngModelOptions#triggering-and-debouncing-model-updates - * Triggering and debouncing model updates}. - * - * - `debounce`: integer value which contains the debounce model update value in milliseconds. A - * value of 0 triggers an immediate update. If an object is supplied instead, you can specify a - * custom value for each event. For example: - * ``` - * ng-model-options="{ - * updateOn: 'default blur click', - * debounce: { 'default': 500, 'blur': 0 } - * }" - * ``` - * - * "default" also applies to all events that are listed in `updateOn` but are not - * listed in `debounce`, i.e. "click" would also be debounced by 500 milliseconds. - * - * - `allowInvalid`: boolean value which indicates that the model can be set with values that did - * not validate correctly instead of the default behavior of setting the model to undefined. - * - `getterSetter`: boolean value which determines whether or not to treat functions bound to - * `ngModel` as getters/setters. - * - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for - * ``, ``, ... . It understands UTC/GMT and the - * continental US time zone abbreviations, but for general use, use a time zone offset, for - * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) - * If not specified, the timezone of the browser will be used. - * - */ - var ngModelOptionsDirective = function ngModelOptionsDirective() { - NgModelOptionsController.$inject = ['$attrs', '$scope']; - function NgModelOptionsController($attrs, $scope) { - this.$$attrs = $attrs; - this.$$scope = $scope; + if (inheritAll) { + // We have a property of the form: `"*": "$inherit"` + delete options['*']; + defaults(options, this.$$options); } - NgModelOptionsController.prototype = { - $onInit: function $onInit() { - var parentOptions = this.parentCtrl ? this.parentCtrl.$options : defaultModelOptions; - var modelOptionsDefinition = this.$$scope.$eval(this.$$attrs.ngModelOptions); - - this.$options = parentOptions.createChild(modelOptionsDefinition); - } - }; - return { - restrict: 'A', - // ngModelOptions needs to run before ngModel and input directives - priority: 10, - require: { parentCtrl: '?^^ngModelOptions' }, - bindToController: true, - controller: NgModelOptionsController - }; - }; + // Finally add in any missing defaults + defaults(options, defaultModelOptions.$$options); - // shallow copy over values from `src` that are not already specified on `dst` - function defaults(dst, src) { - forEach(src, function (value, key) { - if (!isDefined(dst[key])) { - dst[key] = value; - } - }); + return new ModelOptions(options); } +}; - /** - * @ngdoc directive - * @name ngNonBindable - * @restrict AC - * @priority 1000 - * @element ANY - * - * @description - * The `ngNonBindable` directive tells AngularJS not to compile or bind the contents of the current - * DOM element, including directives on the element itself that have a lower priority than - * `ngNonBindable`. This is useful if the element contains what appears to be AngularJS directives - * and bindings but which should be ignored by AngularJS. This could be the case if you have a site - * that displays snippets of code, for instance. - * - * @example - * In this example there are two locations where a simple interpolation binding (`{{}}`) is present, - * but the one wrapped in `ngNonBindable` is left alone. - * - - -
    Normal: {{1 + 2}}
    -
    Ignored: {{1 + 2}}
    -
    - - it('should check ng-non-bindable', function() { - expect(element(by.binding('1 + 2')).getText()).toContain('3'); - expect(element.all(by.css('div')).last().getText()).toMatch(/1 \+ 2/); - }); - -
    - */ - var ngNonBindableDirective = ngDirective({ terminal: true, priority: 1000 }); - /* exported ngOptionsDirective */ +defaultModelOptions = new ModelOptions({ + updateOn: '', + updateOnDefault: true, + debounce: 0, + getterSetter: false, + allowInvalid: false, + timezone: null +}); - /* global jqLiteRemove */ - var ngOptionsMinErr = minErr('ngOptions'); +/** + * @ngdoc directive + * @name ngModelOptions + * @restrict A + * @priority 10 + * + * @description + * This directive allows you to modify the behaviour of {@link ngModel} directives within your + * application. You can specify an `ngModelOptions` directive on any element. All {@link ngModel} + * directives will use the options of their nearest `ngModelOptions` ancestor. + * + * The `ngModelOptions` settings are found by evaluating the value of the attribute directive as + * an Angular expression. This expression should evaluate to an object, whose properties contain + * the settings. For example: `
    + *
    + * + *
    + *
    + * ``` + * + * the `input` element will have the following settings + * + * ```js + * { allowInvalid: true, updateOn: 'default', debounce: 0 } + * ``` + * + * Notice that the `debounce` setting was not inherited and used the default value instead. + * + * You can specify that all undefined settings are automatically inherited from an ancestor by + * including a property with key of `"*"` and value of `"$inherit"`. + * + * For example given the following fragment of HTML + * + * + * ```html + *
    + *
    + * + *
    + *
    + * ``` + * + * the `input` element will have the following settings + * + * ```js + * { allowInvalid: true, updateOn: 'default', debounce: 200 } + * ``` + * + * Notice that the `debounce` setting now inherits the value from the outer `
    ` element. + * + * If you are creating a reusable component then you should be careful when using `"*": "$inherit"` + * since you may inadvertently inherit a setting in the future that changes the behavior of your component. + * + * + * ## Triggering and debouncing model updates + * + * The `updateOn` and `debounce` properties allow you to specify a custom list of events that will + * trigger a model update and/or a debouncing delay so that the actual update only takes place when + * a timer expires; this timer will be reset after another change takes place. + * + * Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might + * be different from the value in the actual model. This means that if you update the model you + * should also invoke {@link ngModel.NgModelController#$rollbackViewValue} on the relevant input field in + * order to make sure it is synchronized with the model and that any debounced action is canceled. + * + * The easiest way to reference the control's {@link ngModel.NgModelController#$rollbackViewValue} + * method is by making sure the input is placed inside a form that has a `name` attribute. This is + * important because `form` controllers are published to the related scope under the name in their + * `name` attribute. + * + * Any pending changes will take place immediately when an enclosing form is submitted via the + * `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` + * to have access to the updated model. + * + * ### Overriding immediate updates + * + * The following example shows how to override immediate updates. Changes on the inputs within the + * form will update the model only when the control loses focus (blur event). If `escape` key is + * pressed while the input field is focused, the value is reset to the value in the current model. + * + * + * + *
    + *
    + *
    + *
    + *
    + *
    user.name = 
    + *
    + *
    + * + * angular.module('optionsExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.user = { name: 'say', data: '' }; + * + * $scope.cancel = function(e) { + * if (e.keyCode === 27) { + * $scope.userForm.userName.$rollbackViewValue(); + * } + * }; + * }]); + * + * + * var model = element(by.binding('user.name')); + * var input = element(by.model('user.name')); + * var other = element(by.model('user.data')); + * + * it('should allow custom events', function() { + * input.sendKeys(' hello'); + * input.click(); + * expect(model.getText()).toEqual('say'); + * other.click(); + * expect(model.getText()).toEqual('say hello'); + * }); + * + * it('should $rollbackViewValue when model changes', function() { + * input.sendKeys(' hello'); + * expect(input.getAttribute('value')).toEqual('say hello'); + * input.sendKeys(protractor.Key.ESCAPE); + * expect(input.getAttribute('value')).toEqual('say'); + * other.click(); + * expect(model.getText()).toEqual('say'); + * }); + * + *
    + * + * ### Debouncing updates + * + * The next example shows how to debounce model changes. Model will be updated only 1 sec after last change. + * If the `Clear` button is pressed, any debounced action is canceled and the value becomes empty. + * + * + * + *
    + *
    + * Name: + * + *
    + *
    + *
    user.name = 
    + *
    + *
    + * + * angular.module('optionsExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.user = { name: 'say' }; + * }]); + * + *
    + * + * + * ## Model updates and validation + * + * The default behaviour in `ngModel` is that the model value is set to `undefined` when the + * validation determines that the value is invalid. By setting the `allowInvalid` property to true, + * the model will still be updated even if the value is invalid. + * + * + * ## Connecting to the scope + * + * By setting the `getterSetter` property to true you are telling ngModel that the `ngModel` expression + * on the scope refers to a "getter/setter" function rather than the value itself. + * + * The following example shows how to bind to getter/setters: + * + * + * + *
    + *
    + * + *
    + *
    user.name = 
    + *
    + *
    + * + * angular.module('getterSetterExample', []) + * .controller('ExampleController', ['$scope', function($scope) { + * var _name = 'Brian'; + * $scope.user = { + * name: function(newName) { + * return angular.isDefined(newName) ? (_name = newName) : _name; + * } + * }; + * }]); + * + *
    + * + * + * ## Specifying timezones + * + * You can specify the timezone that date/time input directives expect by providing its name in the + * `timezone` property. + * + * + * ## Programmatically changing options + * + * The `ngModelOptions` expression is only evaluated once when the directive is linked; it is not + * watched for changes. However, it is possible to override the options on a single + * {@link ngModel.NgModelController} instance with + * {@link ngModel.NgModelController#$overrideModelOptions `NgModelController#$overrideModelOptions()`}. + * + * + * @param {Object} ngModelOptions options to apply to {@link ngModel} directives on this element and + * and its descendents. Valid keys are: + * - `updateOn`: string specifying which event should the input be bound to. You can set several + * events using an space delimited list. There is a special event called `default` that + * matches the default events belonging to the control. These are the events that are bound to + * the control, and when fired, update the `$viewValue` via `$setViewValue`. + * + * `ngModelOptions` considers every event that is not listed in `updateOn` a "default" event, + * since different control types use different default events. + * + * See also the section {@link ngModelOptions#triggering-and-debouncing-model-updates + * Triggering and debouncing model updates}. + * + * - `debounce`: integer value which contains the debounce model update value in milliseconds. A + * value of 0 triggers an immediate update. If an object is supplied instead, you can specify a + * custom value for each event. For example: + * ``` + * ng-model-options="{ + * updateOn: 'default blur click', + * debounce: { 'default': 500, 'blur': 0 } + * }" + * ``` + * + * "default" also applies to all events that are listed in `updateOn` but are not + * listed in `debounce`, i.e. "click" would also be debounced by 500 milliseconds. + * + * - `allowInvalid`: boolean value which indicates that the model can be set with values that did + * not validate correctly instead of the default behavior of setting the model to undefined. + * - `getterSetter`: boolean value which determines whether or not to treat functions bound to + * `ngModel` as getters/setters. + * - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for + * ``, ``, ... . It understands UTC/GMT and the + * continental US time zone abbreviations, but for general use, use a time zone offset, for + * example, `'+0430'` (4 hours, 30 minutes east of the Greenwich meridian) + * If not specified, the timezone of the browser will be used. + * + */ +var ngModelOptionsDirective = function() { + NgModelOptionsController.$inject = ['$attrs', '$scope']; + function NgModelOptionsController($attrs, $scope) { + this.$$attrs = $attrs; + this.$$scope = $scope; + } + NgModelOptionsController.prototype = { + $onInit: function() { + var parentOptions = this.parentCtrl ? this.parentCtrl.$options : defaultModelOptions; + var modelOptionsDefinition = this.$$scope.$eval(this.$$attrs.ngModelOptions); - /** - * @ngdoc directive - * @name ngOptions - * @restrict A - * - * @description - * - * The `ngOptions` attribute can be used to dynamically generate a list of `` - * DOM element. - * * `disable`: The result of this expression will be used to disable the rendered `` + * DOM element. + * * `disable`: The result of this expression will be used to disable the rendered `
    - - - it('should show correct pluralized string', function() { - var withoutOffset = element.all(by.css('ng-pluralize')).get(0); - var withOffset = element.all(by.css('ng-pluralize')).get(1); - var countInput = element(by.model('personCount')); - - expect(withoutOffset.getText()).toEqual('1 person is viewing.'); - expect(withOffset.getText()).toEqual('Igor is viewing.'); - - countInput.clear(); - countInput.sendKeys('0'); - - expect(withoutOffset.getText()).toEqual('Nobody is viewing.'); - expect(withOffset.getText()).toEqual('Nobody is viewing.'); - - countInput.clear(); - countInput.sendKeys('2'); - - expect(withoutOffset.getText()).toEqual('2 people are viewing.'); - expect(withOffset.getText()).toEqual('Igor and Misko are viewing.'); - - countInput.clear(); - countInput.sendKeys('3'); - - expect(withoutOffset.getText()).toEqual('3 people are viewing.'); - expect(withOffset.getText()).toEqual('Igor, Misko and one other person are viewing.'); - - countInput.clear(); - countInput.sendKeys('4'); - - expect(withoutOffset.getText()).toEqual('4 people are viewing.'); - expect(withOffset.getText()).toEqual('Igor, Misko and 2 other people are viewing.'); - }); - it('should show data-bound names', function() { - var withOffset = element.all(by.css('ng-pluralize')).get(1); - var personCount = element(by.model('personCount')); - var person1 = element(by.model('person1')); - var person2 = element(by.model('person2')); - personCount.clear(); - personCount.sendKeys('4'); - person1.clear(); - person1.sendKeys('Di'); - person2.clear(); - person2.sendKeys('Vojta'); - expect(withOffset.getText()).toEqual('Di, Vojta and 2 other people are viewing.'); - }); - - - */ - var ngPluralizeDirective = ['$locale', '$interpolate', '$log', function ($locale, $interpolate, $log) { - var BRACE = /{}/g, - IS_WHEN = /^when(Minus)?(.+)$/; - - return { - link: function link(scope, element, attr) { - var numberExp = attr.count, - whenExp = attr.$attr.when && element.attr(attr.$attr.when), - // we have {{}} in attrs - offset = attr.offset || 0, - whens = scope.$eval(whenExp) || {}, - whensExpFns = {}, - startSymbol = $interpolate.startSymbol(), - endSymbol = $interpolate.endSymbol(), - braceReplacement = startSymbol + numberExp + '-' + offset + endSymbol, - watchRemover = angular.noop, - lastCount; - - forEach(attr, function (expression, attributeName) { - var tmpMatch = IS_WHEN.exec(attributeName); - if (tmpMatch) { - var whenKey = (tmpMatch[1] ? '-' : '') + lowercase(tmpMatch[2]); - whens[whenKey] = element.attr(attr.$attr[attributeName]); - } - }); - forEach(whens, function (expression, key) { - whensExpFns[key] = $interpolate(expression.replace(BRACE, braceReplacement)); - }); - - scope.$watch(numberExp, function ngPluralizeWatchAction(newVal) { - var count = parseFloat(newVal); - var countIsNaN = isNumberNaN(count); - - if (!countIsNaN && !(count in whens)) { - // If an explicit number rule such as 1, 2, 3... is defined, just use it. - // Otherwise, check it against pluralization rules in $locale service. - count = $locale.pluralCat(count - offset); - } - - // If both `count` and `lastCount` are NaN, we don't need to re-register a watch. - // In JS `NaN !== NaN`, so we have to explicitly check. - if (count !== lastCount && !(countIsNaN && isNumberNaN(lastCount))) { - watchRemover(); - var whenExpFn = whensExpFns[count]; - if (isUndefined(whenExpFn)) { - if (newVal != null) { - $log.debug('ngPluralize: no rule defined for \'' + count + '\' in ' + whenExp); - } - watchRemover = noop; - updateElementText(); - } else { - watchRemover = scope.$watch(whenExpFn, updateElementText); - } - lastCount = count; - } - }); - - function updateElementText(newText) { - element.text(newText || ''); - } - } - }; - }]; + } - /* exported ngRepeatDirective */ + return { + restrict: 'A', + terminal: true, + require: ['select', 'ngModel'], + link: { + pre: function ngOptionsPreLink(scope, selectElement, attr, ctrls) { + // Deactivate the SelectController.register method to prevent + // option directives from accidentally registering themselves + // (and unwanted $destroy handlers etc.) + ctrls[0].registerOption = noop; + }, + post: ngOptionsPostLink + } + }; +}]; - /** - * @ngdoc directive - * @name ngRepeat - * @multiElement - * @restrict A - * - * @description - * The `ngRepeat` directive instantiates a template once per item from a collection. Each template - * instance gets its own scope, where the given loop variable is set to the current collection item, - * and `$index` is set to the item index or key. - * - * Special properties are exposed on the local scope of each template instance, including: - * - * | Variable | Type | Details | - * |-----------|-----------------|-----------------------------------------------------------------------------| - * | `$index` | {@type number} | iterator offset of the repeated element (0..length-1) | - * | `$first` | {@type boolean} | true if the repeated element is first in the iterator. | - * | `$middle` | {@type boolean} | true if the repeated element is between the first and last in the iterator. | - * | `$last` | {@type boolean} | true if the repeated element is last in the iterator. | - * | `$even` | {@type boolean} | true if the iterator position `$index` is even (otherwise false). | - * | `$odd` | {@type boolean} | true if the iterator position `$index` is odd (otherwise false). | - * - *
    - * Creating aliases for these properties is possible with {@link ng.directive:ngInit `ngInit`}. - * This may be useful when, for instance, nesting ngRepeats. - *
    - * - * - * ## Iterating over object properties - * - * It is possible to get `ngRepeat` to iterate over the properties of an object using the following - * syntax: - * - * ```js - *
    ...
    - * ``` - * - * However, there are a few limitations compared to array iteration: - * - * - The JavaScript specification does not define the order of keys - * returned for an object, so Angular relies on the order returned by the browser - * when running `for key in myObj`. Browsers generally follow the strategy of providing - * keys in the order in which they were defined, although there are exceptions when keys are deleted - * and reinstated. See the - * [MDN page on `delete` for more info](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_notes). - * - * - `ngRepeat` will silently *ignore* object keys starting with `$`, because - * it's a prefix used by Angular for public (`$`) and private (`$$`) properties. - * - * - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with - * objects, and will throw an error if used with one. - * - * If you are hitting any of these limitations, the recommended workaround is to convert your object into an array - * that is sorted into the order that you prefer before providing it to `ngRepeat`. You could - * do this with a filter such as [toArrayFilter](http://ngmodules.org/modules/angular-toArrayFilter) - * or implement a `$watch` on the object yourself. - * - * - * ## Tracking and Duplicates - * - * `ngRepeat` uses {@link $rootScope.Scope#$watchCollection $watchCollection} to detect changes in - * the collection. When a change happens, `ngRepeat` then makes the corresponding changes to the DOM: - * - * * When an item is added, a new instance of the template is added to the DOM. - * * When an item is removed, its template instance is removed from the DOM. - * * When items are reordered, their respective templates are reordered in the DOM. - * - * To minimize creation of DOM elements, `ngRepeat` uses a function - * to "keep track" of all items in the collection and their corresponding DOM elements. - * For example, if an item is added to the collection, `ngRepeat` will know that all other items - * already have DOM elements, and will not re-render them. - * - * The default tracking function (which tracks items by their identity) does not allow - * duplicate items in arrays. This is because when there are duplicates, it is not possible - * to maintain a one-to-one mapping between collection items and DOM elements. - * - * If you do need to repeat duplicate items, you can substitute the default tracking behavior - * with your own using the `track by` expression. - * - * For example, you may track items by the index of each item in the collection, using the - * special scope property `$index`: - * ```html - *
    - * {{n}} - *
    - * ``` - * - * You may also use arbitrary expressions in `track by`, including references to custom functions - * on the scope: - * ```html - *
    - * {{n}} - *
    - * ``` - * - *
    - * If you are working with objects that have a unique identifier property, you should track - * by this identifier instead of the object instance. Should you reload your data later, `ngRepeat` - * will not have to rebuild the DOM elements for items it has already rendered, even if the - * JavaScript objects in the collection have been substituted for new ones. For large collections, - * this significantly improves rendering performance. If you don't have a unique identifier, - * `track by $index` can also provide a performance boost. - *
    - * - * ```html - *
    - * {{model.name}} - *
    - * ``` - * - *
    - *
    - * Avoid using `track by $index` when the repeated template contains - * {@link guide/expression#one-time-binding one-time bindings}. In such cases, the `nth` DOM - * element will always be matched with the `nth` item of the array, so the bindings on that element - * will not be updated even when the corresponding item changes, essentially causing the view to get - * out-of-sync with the underlying data. - *
    - * - * When no `track by` expression is provided, it is equivalent to tracking by the built-in - * `$id` function, which tracks items by their identity: - * ```html - *
    - * {{obj.prop}} - *
    - * ``` - * - *
    - *
    - * **Note:** `track by` must always be the last expression: - *
    - * ``` - *
    - * {{model.name}} - *
    - * ``` - * - * - * ## Special repeat start and end points - * To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending - * the range of the repeater by defining explicit start and end points by using **ng-repeat-start** and **ng-repeat-end** respectively. - * The **ng-repeat-start** directive works the same as **ng-repeat**, but will repeat all the HTML code (including the tag it's defined on) - * up to and including the ending HTML tag where **ng-repeat-end** is placed. - * - * The example below makes use of this feature: - * ```html - *
    - * Header {{ item }} - *
    - *
    - * Body {{ item }} - *
    - *
    - * Footer {{ item }} - *
    - * ``` - * - * And with an input of {@type ['A','B']} for the items variable in the example above, the output will evaluate to: - * ```html - *
    - * Header A - *
    - *
    - * Body A - *
    - *
    - * Footer A - *
    - *
    - * Header B - *
    - *
    - * Body B - *
    - *
    - * Footer B - *
    - * ``` - * - * The custom start and end points for ngRepeat also support all other HTML directive syntax flavors provided in AngularJS (such - * as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**). - * - * @animations - * | Animation | Occurs | - * |----------------------------------|-------------------------------------| - * | {@link ng.$animate#enter enter} | when a new item is added to the list or when an item is revealed after a filter | - * | {@link ng.$animate#leave leave} | when an item is removed from the list or when an item is filtered out | - * | {@link ng.$animate#move move } | when an adjacent item is filtered out causing a reorder or when the item contents are reordered | - * - * See the example below for defining CSS animations with ngRepeat. - * - * @element ANY - * @scope - * @priority 1000 - * @param {repeat_expression} ngRepeat The expression indicating how to enumerate a collection. These - * formats are currently supported: - * - * * `variable in expression` – where variable is the user defined loop variable and `expression` - * is a scope expression giving the collection to enumerate. - * - * For example: `album in artist.albums`. - * - * * `(key, value) in expression` – where `key` and `value` can be any user defined identifiers, - * and `expression` is the scope expression giving the collection to enumerate. - * - * For example: `(name, age) in {'adam':10, 'amalie':12}`. - * - * * `variable in expression track by tracking_expression` – You can also provide an optional tracking expression - * which can be used to associate the objects in the collection with the DOM elements. If no tracking expression - * is specified, ng-repeat associates elements by identity. It is an error to have - * more than one tracking expression value resolve to the same key. (This would mean that two distinct objects are - * mapped to the same DOM element, which is not possible.) - * - *
    - * Note: the `track by` expression must come last - after any filters, and the alias expression. - *
    - * - * For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements - * will be associated by item identity in the array. - * - * For example: `item in items track by $id(item)`. A built in `$id()` function can be used to assign a unique - * `$$hashKey` property to each item in the array. This property is then used as a key to associated DOM elements - * with the corresponding item in the array by identity. Moving the same object in array would move the DOM - * element in the same way in the DOM. - * - * For example: `item in items track by item.id` is a typical pattern when the items come from the database. In this - * case the object identity does not matter. Two objects are considered equivalent as long as their `id` - * property is same. - * - * For example: `item in items | filter:searchText track by item.id` is a pattern that might be used to apply a filter - * to items in conjunction with a tracking expression. - * - * * `variable in expression as alias_expression` – You can also provide an optional alias expression which will then store the - * intermediate results of the repeater after the filters have been applied. Typically this is used to render a special message - * when a filter is active on the repeater, but the filtered result set is empty. - * - * For example: `item in items | filter:x as results` will store the fragment of the repeated items as `results`, but only after - * the items have been processed through the filter. - * - * Please note that `as [variable name] is not an operator but rather a part of ngRepeat micro-syntax so it can be used only at the end - * (and not as operator, inside an expression). - * - * For example: `item in items | filter : x | orderBy : order | limitTo : limit as results` . - * - * @example - * This example uses `ngRepeat` to display a list of people. A filter is used to restrict the displayed - * results by name or by age. New (entering) and removed (leaving) items are animated. - +/** + * @ngdoc directive + * @name ngPluralize + * @restrict EA + * + * @description + * `ngPluralize` is a directive that displays messages according to en-US localization rules. + * These rules are bundled with angular.js, but can be overridden + * (see {@link guide/i18n Angular i18n} dev guide). You configure ngPluralize directive + * by specifying the mappings between + * [plural categories](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) + * and the strings to be displayed. + * + * ## Plural categories and explicit number rules + * There are two + * [plural categories](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) + * in Angular's default en-US locale: "one" and "other". + * + * While a plural category may match many numbers (for example, in en-US locale, "other" can match + * any number that is not 1), an explicit number rule can only match one number. For example, the + * explicit number rule for "3" matches the number 3. There are examples of plural categories + * and explicit number rules throughout the rest of this documentation. + * + * ## Configuring ngPluralize + * You configure ngPluralize by providing 2 attributes: `count` and `when`. + * You can also provide an optional attribute, `offset`. + * + * The value of the `count` attribute can be either a string or an {@link guide/expression + * Angular expression}; these are evaluated on the current scope for its bound value. + * + * The `when` attribute specifies the mappings between plural categories and the actual + * string to be displayed. The value of the attribute should be a JSON object. + * + * The following example shows how to configure ngPluralize: + * + * ```html + * + * + *``` + * + * In the example, `"0: Nobody is viewing."` is an explicit number rule. If you did not + * specify this rule, 0 would be matched to the "other" category and "0 people are viewing" + * would be shown instead of "Nobody is viewing". You can specify an explicit number rule for + * other numbers, for example 12, so that instead of showing "12 people are viewing", you can + * show "a dozen people are viewing". + * + * You can use a set of closed braces (`{}`) as a placeholder for the number that you want substituted + * into pluralized strings. In the previous example, Angular will replace `{}` with + * `{{personCount}}`. The closed braces `{}` is a placeholder + * for {{numberExpression}}. + * + * If no rule is defined for a category, then an empty string is displayed and a warning is generated. + * Note that some locales define more categories than `one` and `other`. For example, fr-fr defines `few` and `many`. + * + * ## Configuring ngPluralize with offset + * The `offset` attribute allows further customization of pluralized text, which can result in + * a better user experience. For example, instead of the message "4 people are viewing this document", + * you might display "John, Kate and 2 others are viewing this document". + * The offset attribute allows you to offset a number by any desired value. + * Let's take a look at an example: + * + * ```html + * + * + * ``` + * + * Notice that we are still using two plural categories(one, other), but we added + * three explicit number rules 0, 1 and 2. + * When one person, perhaps John, views the document, "John is viewing" will be shown. + * When three people view the document, no explicit number rule is found, so + * an offset of 2 is taken off 3, and Angular uses 1 to decide the plural category. + * In this case, plural category 'one' is matched and "John, Mary and one other person are viewing" + * is shown. + * + * Note that when you specify offsets, you must provide explicit number rules for + * numbers from 0 up to and including the offset. If you use an offset of 3, for example, + * you must provide explicit number rules for 0, 1, 2 and 3. You must also provide plural strings for + * plural categories "one" and "other". + * + * @param {string|expression} count The variable to be bound to. + * @param {string} when The mapping between plural category to its corresponding strings. + * @param {number=} offset Offset to deduct from the total number. + * + * @example + -
    - I have {{friends.length}} friends. They are: - -
      -
    • - [{{$index + 1}}] {{friend.name}} who is {{friend.age}} years old. -
    • -
    • - No results found... -
    • -
    + +
    +
    +
    +
    + + + Without Offset: + +
    + + + With Offset(2): + +
    - - angular.module('ngRepeat', ['ngAnimate']).controller('repeatController', function($scope) { - $scope.friends = [ - {name:'John', age:25, gender:'boy'}, - {name:'Jessie', age:30, gender:'girl'}, - {name:'Johanna', age:28, gender:'girl'}, - {name:'Joy', age:15, gender:'girl'}, - {name:'Mary', age:28, gender:'girl'}, - {name:'Peter', age:95, gender:'boy'}, - {name:'Sebastian', age:50, gender:'boy'}, - {name:'Erika', age:27, gender:'girl'}, - {name:'Patrick', age:40, gender:'boy'}, - {name:'Samantha', age:60, gender:'girl'} - ]; + + it('should show correct pluralized string', function() { + var withoutOffset = element.all(by.css('ng-pluralize')).get(0); + var withOffset = element.all(by.css('ng-pluralize')).get(1); + var countInput = element(by.model('personCount')); + + expect(withoutOffset.getText()).toEqual('1 person is viewing.'); + expect(withOffset.getText()).toEqual('Igor is viewing.'); + + countInput.clear(); + countInput.sendKeys('0'); + + expect(withoutOffset.getText()).toEqual('Nobody is viewing.'); + expect(withOffset.getText()).toEqual('Nobody is viewing.'); + + countInput.clear(); + countInput.sendKeys('2'); + + expect(withoutOffset.getText()).toEqual('2 people are viewing.'); + expect(withOffset.getText()).toEqual('Igor and Misko are viewing.'); + + countInput.clear(); + countInput.sendKeys('3'); + + expect(withoutOffset.getText()).toEqual('3 people are viewing.'); + expect(withOffset.getText()).toEqual('Igor, Misko and one other person are viewing.'); + + countInput.clear(); + countInput.sendKeys('4'); + + expect(withoutOffset.getText()).toEqual('4 people are viewing.'); + expect(withOffset.getText()).toEqual('Igor, Misko and 2 other people are viewing.'); + }); + it('should show data-bound names', function() { + var withOffset = element.all(by.css('ng-pluralize')).get(1); + var personCount = element(by.model('personCount')); + var person1 = element(by.model('person1')); + var person2 = element(by.model('person2')); + personCount.clear(); + personCount.sendKeys('4'); + person1.clear(); + person1.sendKeys('Di'); + person2.clear(); + person2.sendKeys('Vojta'); + expect(withOffset.getText()).toEqual('Di, Vojta and 2 other people are viewing.'); }); - - .example-animate-container { - background:white; - border:1px solid black; - list-style:none; - margin:0; - padding:0 10px; - } - - .animate-repeat { - line-height:30px; - list-style:none; - box-sizing:border-box; - } - - .animate-repeat.ng-move, - .animate-repeat.ng-enter, - .animate-repeat.ng-leave { - transition:all linear 0.5s; + + */ +var ngPluralizeDirective = ['$locale', '$interpolate', '$log', function($locale, $interpolate, $log) { + var BRACE = /{}/g, + IS_WHEN = /^when(Minus)?(.+)$/; + + return { + link: function(scope, element, attr) { + var numberExp = attr.count, + whenExp = attr.$attr.when && element.attr(attr.$attr.when), // we have {{}} in attrs + offset = attr.offset || 0, + whens = scope.$eval(whenExp) || {}, + whensExpFns = {}, + startSymbol = $interpolate.startSymbol(), + endSymbol = $interpolate.endSymbol(), + braceReplacement = startSymbol + numberExp + '-' + offset + endSymbol, + watchRemover = angular.noop, + lastCount; + + forEach(attr, function(expression, attributeName) { + var tmpMatch = IS_WHEN.exec(attributeName); + if (tmpMatch) { + var whenKey = (tmpMatch[1] ? '-' : '') + lowercase(tmpMatch[2]); + whens[whenKey] = element.attr(attr.$attr[attributeName]); } - - .animate-repeat.ng-leave.ng-leave-active, - .animate-repeat.ng-move, - .animate-repeat.ng-enter { - opacity:0; - max-height:0; + }); + forEach(whens, function(expression, key) { + whensExpFns[key] = $interpolate(expression.replace(BRACE, braceReplacement)); + + }); + + scope.$watch(numberExp, function ngPluralizeWatchAction(newVal) { + var count = parseFloat(newVal); + var countIsNaN = isNumberNaN(count); + + if (!countIsNaN && !(count in whens)) { + // If an explicit number rule such as 1, 2, 3... is defined, just use it. + // Otherwise, check it against pluralization rules in $locale service. + count = $locale.pluralCat(count - offset); } - - .animate-repeat.ng-leave, - .animate-repeat.ng-move.ng-move-active, - .animate-repeat.ng-enter.ng-enter-active { - opacity:1; - max-height:30px; + + // If both `count` and `lastCount` are NaN, we don't need to re-register a watch. + // In JS `NaN !== NaN`, so we have to explicitly check. + if ((count !== lastCount) && !(countIsNaN && isNumberNaN(lastCount))) { + watchRemover(); + var whenExpFn = whensExpFns[count]; + if (isUndefined(whenExpFn)) { + if (newVal != null) { + $log.debug('ngPluralize: no rule defined for \'' + count + '\' in ' + whenExp); + } + watchRemover = noop; + updateElementText(); + } else { + watchRemover = scope.$watch(whenExpFn, updateElementText); + } + lastCount = count; } + }); + + function updateElementText(newText) { + element.text(newText || ''); + } + } + }; +}]; + +/* exported ngRepeatDirective */ + +/** + * @ngdoc directive + * @name ngRepeat + * @multiElement + * @restrict A + * + * @description + * The `ngRepeat` directive instantiates a template once per item from a collection. Each template + * instance gets its own scope, where the given loop variable is set to the current collection item, + * and `$index` is set to the item index or key. + * + * Special properties are exposed on the local scope of each template instance, including: + * + * | Variable | Type | Details | + * |-----------|-----------------|-----------------------------------------------------------------------------| + * | `$index` | {@type number} | iterator offset of the repeated element (0..length-1) | + * | `$first` | {@type boolean} | true if the repeated element is first in the iterator. | + * | `$middle` | {@type boolean} | true if the repeated element is between the first and last in the iterator. | + * | `$last` | {@type boolean} | true if the repeated element is last in the iterator. | + * | `$even` | {@type boolean} | true if the iterator position `$index` is even (otherwise false). | + * | `$odd` | {@type boolean} | true if the iterator position `$index` is odd (otherwise false). | + * + *
    + * Creating aliases for these properties is possible with {@link ng.directive:ngInit `ngInit`}. + * This may be useful when, for instance, nesting ngRepeats. + *
    + * + * + * ## Iterating over object properties + * + * It is possible to get `ngRepeat` to iterate over the properties of an object using the following + * syntax: + * + * ```js + *
    ...
    + * ``` + * + * However, there are a few limitations compared to array iteration: + * + * - The JavaScript specification does not define the order of keys + * returned for an object, so Angular relies on the order returned by the browser + * when running `for key in myObj`. Browsers generally follow the strategy of providing + * keys in the order in which they were defined, although there are exceptions when keys are deleted + * and reinstated. See the + * [MDN page on `delete` for more info](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_notes). + * + * - `ngRepeat` will silently *ignore* object keys starting with `$`, because + * it's a prefix used by Angular for public (`$`) and private (`$$`) properties. + * + * - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with + * objects, and will throw an error if used with one. + * + * If you are hitting any of these limitations, the recommended workaround is to convert your object into an array + * that is sorted into the order that you prefer before providing it to `ngRepeat`. You could + * do this with a filter such as [toArrayFilter](http://ngmodules.org/modules/angular-toArrayFilter) + * or implement a `$watch` on the object yourself. + * + * + * ## Tracking and Duplicates + * + * `ngRepeat` uses {@link $rootScope.Scope#$watchCollection $watchCollection} to detect changes in + * the collection. When a change happens, `ngRepeat` then makes the corresponding changes to the DOM: + * + * * When an item is added, a new instance of the template is added to the DOM. + * * When an item is removed, its template instance is removed from the DOM. + * * When items are reordered, their respective templates are reordered in the DOM. + * + * To minimize creation of DOM elements, `ngRepeat` uses a function + * to "keep track" of all items in the collection and their corresponding DOM elements. + * For example, if an item is added to the collection, `ngRepeat` will know that all other items + * already have DOM elements, and will not re-render them. + * + * The default tracking function (which tracks items by their identity) does not allow + * duplicate items in arrays. This is because when there are duplicates, it is not possible + * to maintain a one-to-one mapping between collection items and DOM elements. + * + * If you do need to repeat duplicate items, you can substitute the default tracking behavior + * with your own using the `track by` expression. + * + * For example, you may track items by the index of each item in the collection, using the + * special scope property `$index`: + * ```html + *
    + * {{n}} + *
    + * ``` + * + * You may also use arbitrary expressions in `track by`, including references to custom functions + * on the scope: + * ```html + *
    + * {{n}} + *
    + * ``` + * + *
    + * If you are working with objects that have a unique identifier property, you should track + * by this identifier instead of the object instance. Should you reload your data later, `ngRepeat` + * will not have to rebuild the DOM elements for items it has already rendered, even if the + * JavaScript objects in the collection have been substituted for new ones. For large collections, + * this significantly improves rendering performance. If you don't have a unique identifier, + * `track by $index` can also provide a performance boost. + *
    + * + * ```html + *
    + * {{model.name}} + *
    + * ``` + * + *
    + *
    + * Avoid using `track by $index` when the repeated template contains + * {@link guide/expression#one-time-binding one-time bindings}. In such cases, the `nth` DOM + * element will always be matched with the `nth` item of the array, so the bindings on that element + * will not be updated even when the corresponding item changes, essentially causing the view to get + * out-of-sync with the underlying data. + *
    + * + * When no `track by` expression is provided, it is equivalent to tracking by the built-in + * `$id` function, which tracks items by their identity: + * ```html + *
    + * {{obj.prop}} + *
    + * ``` + * + *
    + *
    + * **Note:** `track by` must always be the last expression: + *
    + * ``` + *
    + * {{model.name}} + *
    + * ``` + * + * + * ## Special repeat start and end points + * To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending + * the range of the repeater by defining explicit start and end points by using **ng-repeat-start** and **ng-repeat-end** respectively. + * The **ng-repeat-start** directive works the same as **ng-repeat**, but will repeat all the HTML code (including the tag it's defined on) + * up to and including the ending HTML tag where **ng-repeat-end** is placed. + * + * The example below makes use of this feature: + * ```html + *
    + * Header {{ item }} + *
    + *
    + * Body {{ item }} + *
    + *
    + * Footer {{ item }} + *
    + * ``` + * + * And with an input of {@type ['A','B']} for the items variable in the example above, the output will evaluate to: + * ```html + *
    + * Header A + *
    + *
    + * Body A + *
    + *
    + * Footer A + *
    + *
    + * Header B + *
    + *
    + * Body B + *
    + *
    + * Footer B + *
    + * ``` + * + * The custom start and end points for ngRepeat also support all other HTML directive syntax flavors provided in AngularJS (such + * as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**). + * + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | when a new item is added to the list or when an item is revealed after a filter | + * | {@link ng.$animate#leave leave} | when an item is removed from the list or when an item is filtered out | + * | {@link ng.$animate#move move } | when an adjacent item is filtered out causing a reorder or when the item contents are reordered | + * + * See the example below for defining CSS animations with ngRepeat. + * + * @element ANY + * @scope + * @priority 1000 + * @param {repeat_expression} ngRepeat The expression indicating how to enumerate a collection. These + * formats are currently supported: + * + * * `variable in expression` – where variable is the user defined loop variable and `expression` + * is a scope expression giving the collection to enumerate. + * + * For example: `album in artist.albums`. + * + * * `(key, value) in expression` – where `key` and `value` can be any user defined identifiers, + * and `expression` is the scope expression giving the collection to enumerate. + * + * For example: `(name, age) in {'adam':10, 'amalie':12}`. + * + * * `variable in expression track by tracking_expression` – You can also provide an optional tracking expression + * which can be used to associate the objects in the collection with the DOM elements. If no tracking expression + * is specified, ng-repeat associates elements by identity. It is an error to have + * more than one tracking expression value resolve to the same key. (This would mean that two distinct objects are + * mapped to the same DOM element, which is not possible.) + * + *
    + * Note: the `track by` expression must come last - after any filters, and the alias expression. + *
    + * + * For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements + * will be associated by item identity in the array. + * + * For example: `item in items track by $id(item)`. A built in `$id()` function can be used to assign a unique + * `$$hashKey` property to each item in the array. This property is then used as a key to associated DOM elements + * with the corresponding item in the array by identity. Moving the same object in array would move the DOM + * element in the same way in the DOM. + * + * For example: `item in items track by item.id` is a typical pattern when the items come from the database. In this + * case the object identity does not matter. Two objects are considered equivalent as long as their `id` + * property is same. + * + * For example: `item in items | filter:searchText track by item.id` is a pattern that might be used to apply a filter + * to items in conjunction with a tracking expression. + * + * * `variable in expression as alias_expression` – You can also provide an optional alias expression which will then store the + * intermediate results of the repeater after the filters have been applied. Typically this is used to render a special message + * when a filter is active on the repeater, but the filtered result set is empty. + * + * For example: `item in items | filter:x as results` will store the fragment of the repeated items as `results`, but only after + * the items have been processed through the filter. + * + * Please note that `as [variable name] is not an operator but rather a part of ngRepeat micro-syntax so it can be used only at the end + * (and not as operator, inside an expression). + * + * For example: `item in items | filter : x | orderBy : order | limitTo : limit as results` . + * + * @example + * This example uses `ngRepeat` to display a list of people. A filter is used to restrict the displayed + * results by name or by age. New (entering) and removed (leaving) items are animated. + + +
    + I have {{friends.length}} friends. They are: + +
      +
    • + [{{$index + 1}}] {{friend.name}} who is {{friend.age}} years old. +
    • +
    • + No results found... +
    • +
    +
    +
    + + angular.module('ngRepeat', ['ngAnimate']).controller('repeatController', function($scope) { + $scope.friends = [ + {name:'John', age:25, gender:'boy'}, + {name:'Jessie', age:30, gender:'girl'}, + {name:'Johanna', age:28, gender:'girl'}, + {name:'Joy', age:15, gender:'girl'}, + {name:'Mary', age:28, gender:'girl'}, + {name:'Peter', age:95, gender:'boy'}, + {name:'Sebastian', age:50, gender:'boy'}, + {name:'Erika', age:27, gender:'girl'}, + {name:'Patrick', age:40, gender:'boy'}, + {name:'Samantha', age:60, gender:'girl'} + ]; + }); + + + .example-animate-container { + background:white; + border:1px solid black; + list-style:none; + margin:0; + padding:0 10px; + } + + .animate-repeat { + line-height:30px; + list-style:none; + box-sizing:border-box; + } + + .animate-repeat.ng-move, + .animate-repeat.ng-enter, + .animate-repeat.ng-leave { + transition:all linear 0.5s; + } + + .animate-repeat.ng-leave.ng-leave-active, + .animate-repeat.ng-move, + .animate-repeat.ng-enter { + opacity:0; + max-height:0; + } + + .animate-repeat.ng-leave, + .animate-repeat.ng-move.ng-move-active, + .animate-repeat.ng-enter.ng-enter-active { + opacity:1; + max-height:30px; + } + + + var friends = element.all(by.repeater('friend in friends')); + + it('should render initial data set', function() { + expect(friends.count()).toBe(10); + expect(friends.get(0).getText()).toEqual('[1] John who is 25 years old.'); + expect(friends.get(1).getText()).toEqual('[2] Jessie who is 30 years old.'); + expect(friends.last().getText()).toEqual('[10] Samantha who is 60 years old.'); + expect(element(by.binding('friends.length')).getText()) + .toMatch("I have 10 friends. They are:"); + }); + + it('should update repeater when filter predicate changes', function() { + expect(friends.count()).toBe(10); + + element(by.model('q')).sendKeys('ma'); + + expect(friends.count()).toBe(2); + expect(friends.get(0).getText()).toEqual('[1] Mary who is 28 years old.'); + expect(friends.last().getText()).toEqual('[2] Samantha who is 60 years old.'); + }); - - var friends = element.all(by.repeater('friend in friends')); - - it('should render initial data set', function() { - expect(friends.count()).toBe(10); - expect(friends.get(0).getText()).toEqual('[1] John who is 25 years old.'); - expect(friends.get(1).getText()).toEqual('[2] Jessie who is 30 years old.'); - expect(friends.last().getText()).toEqual('[10] Samantha who is 60 years old.'); - expect(element(by.binding('friends.length')).getText()) - .toMatch("I have 10 friends. They are:"); - }); - - it('should update repeater when filter predicate changes', function() { - expect(friends.count()).toBe(10); - - element(by.model('q')).sendKeys('ma'); - - expect(friends.count()).toBe(2); - expect(friends.get(0).getText()).toEqual('[1] Mary who is 28 years old.'); - expect(friends.last().getText()).toEqual('[2] Samantha who is 60 years old.'); - }); - -
    - */ - var ngRepeatDirective = ['$parse', '$animate', '$compile', function ($parse, $animate, $compile) { - var NG_REMOVED = '$$NG_REMOVED'; - var ngRepeatMinErr = minErr('ngRepeat'); - - var updateScope = function updateScope(scope, index, valueIdentifier, value, keyIdentifier, key, arrayLength) { - // TODO(perf): generate setters to shave off ~40ms or 1-1.5% - scope[valueIdentifier] = value; - if (keyIdentifier) scope[keyIdentifier] = key; - scope.$index = index; - scope.$first = index === 0; - scope.$last = index === arrayLength - 1; - scope.$middle = !(scope.$first || scope.$last); - // eslint-disable-next-line no-bitwise - scope.$odd = !(scope.$even = (index & 1) === 0); - }; + + */ +var ngRepeatDirective = ['$parse', '$animate', '$compile', function($parse, $animate, $compile) { + var NG_REMOVED = '$$NG_REMOVED'; + var ngRepeatMinErr = minErr('ngRepeat'); + + var updateScope = function(scope, index, valueIdentifier, value, keyIdentifier, key, arrayLength) { + // TODO(perf): generate setters to shave off ~40ms or 1-1.5% + scope[valueIdentifier] = value; + if (keyIdentifier) scope[keyIdentifier] = key; + scope.$index = index; + scope.$first = (index === 0); + scope.$last = (index === (arrayLength - 1)); + scope.$middle = !(scope.$first || scope.$last); + // eslint-disable-next-line no-bitwise + scope.$odd = !(scope.$even = (index & 1) === 0); + }; - var getBlockStart = function getBlockStart(block) { - return block.clone[0]; - }; + var getBlockStart = function(block) { + return block.clone[0]; + }; - var getBlockEnd = function getBlockEnd(block) { - return block.clone[block.clone.length - 1]; - }; + var getBlockEnd = function(block) { + return block.clone[block.clone.length - 1]; + }; - return { - restrict: 'A', - multiElement: true, - transclude: 'element', - priority: 1000, - terminal: true, - $$tlb: true, - compile: function ngRepeatCompile($element, $attr) { - var expression = $attr.ngRepeat; - var ngRepeatEndComment = $compile.$$createComment('end ngRepeat', expression); - var match = expression.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/); + return { + restrict: 'A', + multiElement: true, + transclude: 'element', + priority: 1000, + terminal: true, + $$tlb: true, + compile: function ngRepeatCompile($element, $attr) { + var expression = $attr.ngRepeat; + var ngRepeatEndComment = $compile.$$createComment('end ngRepeat', expression); - if (!match) { - throw ngRepeatMinErr('iexp', 'Expected expression in form of \'_item_ in _collection_[ track by _id_]\' but got \'{0}\'.', expression); - } + var match = expression.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/); - var lhs = match[1]; - var rhs = match[2]; - var aliasAs = match[3]; - var trackByExp = match[4]; + if (!match) { + throw ngRepeatMinErr('iexp', 'Expected expression in form of \'_item_ in _collection_[ track by _id_]\' but got \'{0}\'.', + expression); + } - match = lhs.match(/^(?:(\s*[$\w]+)|\(\s*([$\w]+)\s*,\s*([$\w]+)\s*\))$/); + var lhs = match[1]; + var rhs = match[2]; + var aliasAs = match[3]; + var trackByExp = match[4]; - if (!match) { - throw ngRepeatMinErr('iidexp', '\'_item_\' in \'_item_ in _collection_\' should be an identifier or \'(_key_, _value_)\' expression, but got \'{0}\'.', lhs); - } - var valueIdentifier = match[3] || match[1]; - var keyIdentifier = match[2]; + match = lhs.match(/^(?:(\s*[$\w]+)|\(\s*([$\w]+)\s*,\s*([$\w]+)\s*\))$/); - if (aliasAs && (!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(aliasAs) || /^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(aliasAs))) { - throw ngRepeatMinErr('badident', 'alias \'{0}\' is invalid --- must be a valid JS identifier which is not a reserved name.', aliasAs); - } + if (!match) { + throw ngRepeatMinErr('iidexp', '\'_item_\' in \'_item_ in _collection_\' should be an identifier or \'(_key_, _value_)\' expression, but got \'{0}\'.', + lhs); + } + var valueIdentifier = match[3] || match[1]; + var keyIdentifier = match[2]; - var trackByExpGetter, trackByIdExpFn, trackByIdArrayFn, trackByIdObjFn; - var hashFnLocals = { $id: hashKey }; + if (aliasAs && (!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(aliasAs) || + /^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(aliasAs))) { + throw ngRepeatMinErr('badident', 'alias \'{0}\' is invalid --- must be a valid JS identifier which is not a reserved name.', + aliasAs); + } - if (trackByExp) { - trackByExpGetter = $parse(trackByExp); - } else { - trackByIdArrayFn = function trackByIdArrayFn(key, value) { - return hashKey(value); - }; - trackByIdObjFn = function trackByIdObjFn(key) { - return key; + var trackByExpGetter, trackByIdExpFn, trackByIdArrayFn, trackByIdObjFn; + var hashFnLocals = {$id: hashKey}; + + if (trackByExp) { + trackByExpGetter = $parse(trackByExp); + } else { + trackByIdArrayFn = function(key, value) { + return hashKey(value); + }; + trackByIdObjFn = function(key) { + return key; + }; + } + + return function ngRepeatLink($scope, $element, $attr, ctrl, $transclude) { + + if (trackByExpGetter) { + trackByIdExpFn = function(key, value, index) { + // assign key, value, and $index to the locals so that they can be used in hash functions + if (keyIdentifier) hashFnLocals[keyIdentifier] = key; + hashFnLocals[valueIdentifier] = value; + hashFnLocals.$index = index; + return trackByExpGetter($scope, hashFnLocals); }; } - return function ngRepeatLink($scope, $element, $attr, ctrl, $transclude) { - - if (trackByExpGetter) { - trackByIdExpFn = function trackByIdExpFn(key, value, index) { - // assign key, value, and $index to the locals so that they can be used in hash functions - if (keyIdentifier) hashFnLocals[keyIdentifier] = key; - hashFnLocals[valueIdentifier] = value; - hashFnLocals.$index = index; - return trackByExpGetter($scope, hashFnLocals); - }; + // Store a list of elements from previous run. This is a hash where key is the item from the + // iterator, and the value is objects with following properties. + // - scope: bound scope + // - clone: previous element. + // - index: position + // + // We are using no-proto object so that we don't need to guard against inherited props via + // hasOwnProperty. + var lastBlockMap = createMap(); + + //watch props + $scope.$watchCollection(rhs, function ngRepeatAction(collection) { + var index, length, + previousNode = $element[0], // node that cloned nodes should be inserted after + // initialized to the comment node anchor + nextNode, + // Same as lastBlockMap but it has the current state. It will become the + // lastBlockMap on the next iteration. + nextBlockMap = createMap(), + collectionLength, + key, value, // key/value of iteration + trackById, + trackByIdFn, + collectionKeys, + block, // last object information {scope, element, id} + nextBlockOrder, + elementsToRemove; + + if (aliasAs) { + $scope[aliasAs] = collection; } - // Store a list of elements from previous run. This is a hash where key is the item from the - // iterator, and the value is objects with following properties. - // - scope: bound scope - // - clone: previous element. - // - index: position - // - // We are using no-proto object so that we don't need to guard against inherited props via - // hasOwnProperty. - var lastBlockMap = createMap(); - - //watch props - $scope.$watchCollection(rhs, function ngRepeatAction(collection) { - var index, - length, - previousNode = $element[0], - // node that cloned nodes should be inserted after - // initialized to the comment node anchor - nextNode, - - // Same as lastBlockMap but it has the current state. It will become the - // lastBlockMap on the next iteration. - nextBlockMap = createMap(), - collectionLength, - key, - value, - // key/value of iteration - trackById, - trackByIdFn, - collectionKeys, - block, - // last object information {scope, element, id} - nextBlockOrder, - elementsToRemove; - - if (aliasAs) { - $scope[aliasAs] = collection; + if (isArrayLike(collection)) { + collectionKeys = collection; + trackByIdFn = trackByIdExpFn || trackByIdArrayFn; + } else { + trackByIdFn = trackByIdExpFn || trackByIdObjFn; + // if object, extract keys, in enumeration order, unsorted + collectionKeys = []; + for (var itemKey in collection) { + if (hasOwnProperty.call(collection, itemKey) && itemKey.charAt(0) !== '$') { + collectionKeys.push(itemKey); + } } + } - if (isArrayLike(collection)) { - collectionKeys = collection; - trackByIdFn = trackByIdExpFn || trackByIdArrayFn; + collectionLength = collectionKeys.length; + nextBlockOrder = new Array(collectionLength); + + // locate existing items + for (index = 0; index < collectionLength; index++) { + key = (collection === collectionKeys) ? index : collectionKeys[index]; + value = collection[key]; + trackById = trackByIdFn(key, value, index); + if (lastBlockMap[trackById]) { + // found previously seen block + block = lastBlockMap[trackById]; + delete lastBlockMap[trackById]; + nextBlockMap[trackById] = block; + nextBlockOrder[index] = block; + } else if (nextBlockMap[trackById]) { + // if collision detected. restore lastBlockMap and throw an error + forEach(nextBlockOrder, function(block) { + if (block && block.scope) lastBlockMap[block.id] = block; + }); + throw ngRepeatMinErr('dupes', + 'Duplicates in a repeater are not allowed. Use \'track by\' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}', + expression, trackById, value); } else { - trackByIdFn = trackByIdExpFn || trackByIdObjFn; - // if object, extract keys, in enumeration order, unsorted - collectionKeys = []; - for (var itemKey in collection) { - if (hasOwnProperty.call(collection, itemKey) && itemKey.charAt(0) !== '$') { - collectionKeys.push(itemKey); - } - } + // new never before seen block + nextBlockOrder[index] = {id: trackById, scope: undefined, clone: undefined}; + nextBlockMap[trackById] = true; } + } - collectionLength = collectionKeys.length; - nextBlockOrder = new Array(collectionLength); - - // locate existing items - for (index = 0; index < collectionLength; index++) { - key = collection === collectionKeys ? index : collectionKeys[index]; - value = collection[key]; - trackById = trackByIdFn(key, value, index); - if (lastBlockMap[trackById]) { - // found previously seen block - block = lastBlockMap[trackById]; - delete lastBlockMap[trackById]; - nextBlockMap[trackById] = block; - nextBlockOrder[index] = block; - } else if (nextBlockMap[trackById]) { - // if collision detected. restore lastBlockMap and throw an error - forEach(nextBlockOrder, function (block) { - if (block && block.scope) lastBlockMap[block.id] = block; - }); - throw ngRepeatMinErr('dupes', 'Duplicates in a repeater are not allowed. Use \'track by\' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}', expression, trackById, value); - } else { - // new never before seen block - nextBlockOrder[index] = { id: trackById, scope: undefined, clone: undefined }; - nextBlockMap[trackById] = true; + // remove leftover items + for (var blockKey in lastBlockMap) { + block = lastBlockMap[blockKey]; + elementsToRemove = getBlockNodes(block.clone); + $animate.leave(elementsToRemove); + if (elementsToRemove[0].parentNode) { + // if the element was not removed yet because of pending animation, mark it as deleted + // so that we can ignore it later + for (index = 0, length = elementsToRemove.length; index < length; index++) { + elementsToRemove[index][NG_REMOVED] = true; } } + block.scope.$destroy(); + } - // remove leftover items - for (var blockKey in lastBlockMap) { - block = lastBlockMap[blockKey]; - elementsToRemove = getBlockNodes(block.clone); - $animate.leave(elementsToRemove); - if (elementsToRemove[0].parentNode) { - // if the element was not removed yet because of pending animation, mark it as deleted - // so that we can ignore it later - for (index = 0, length = elementsToRemove.length; index < length; index++) { - elementsToRemove[index][NG_REMOVED] = true; - } + // we are not using forEach for perf reasons (trying to avoid #call) + for (index = 0; index < collectionLength; index++) { + key = (collection === collectionKeys) ? index : collectionKeys[index]; + value = collection[key]; + block = nextBlockOrder[index]; + + if (block.scope) { + // if we have already seen this object, then we need to reuse the + // associated scope/element + + nextNode = previousNode; + + // skip nodes that are already pending removal via leave animation + do { + nextNode = nextNode.nextSibling; + } while (nextNode && nextNode[NG_REMOVED]); + + if (getBlockStart(block) !== nextNode) { + // existing item which got moved + $animate.move(getBlockNodes(block.clone), null, previousNode); } - block.scope.$destroy(); + previousNode = getBlockEnd(block); + updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); + } else { + // new item which we don't know about + $transclude(function ngRepeatTransclude(clone, scope) { + block.scope = scope; + // http://jsperf.com/clone-vs-createcomment + var endNode = ngRepeatEndComment.cloneNode(false); + clone[clone.length++] = endNode; + + $animate.enter(clone, null, previousNode); + previousNode = endNode; + // Note: We only need the first/last node of the cloned nodes. + // However, we need to keep the reference to the jqlite wrapper as it might be changed later + // by a directive with templateUrl when its template arrives. + block.clone = clone; + nextBlockMap[block.id] = block; + updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); + }); } + } + lastBlockMap = nextBlockMap; + }); + }; + } + }; +}]; - // we are not using forEach for perf reasons (trying to avoid #call) - for (index = 0; index < collectionLength; index++) { - key = collection === collectionKeys ? index : collectionKeys[index]; - value = collection[key]; - block = nextBlockOrder[index]; +var NG_HIDE_CLASS = 'ng-hide'; +var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate'; +/** + * @ngdoc directive + * @name ngShow + * @multiElement + * + * @description + * The `ngShow` directive shows or hides the given HTML element based on the expression provided to + * the `ngShow` attribute. + * + * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. + * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an + * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see + * {@link ng.directive:ngCsp ngCsp}). + * + * ```html + * + *
    + * + * + *
    + * ``` + * + * When the `ngShow` expression evaluates to a falsy value then the `.ng-hide` CSS class is added + * to the class attribute on the element causing it to become hidden. When truthy, the `.ng-hide` + * CSS class is removed from the element causing the element not to appear hidden. + * + * ## Why is `!important` used? + * + * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the + * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as + * simple as changing the display style on a HTML list item would make hidden elements appear + * visible. This also becomes a bigger issue when dealing with CSS frameworks. + * + * By using `!important`, the show and hide behavior will work as expected despite any clash between + * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a + * developer chooses to override the styling to change how to hide an element then it is just a + * matter of using `!important` in their own CSS code. + * + * ### Overriding `.ng-hide` + * + * By default, the `.ng-hide` class will style the element with `display: none !important`. If you + * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for + * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually + * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. + * + * ```css + * .ng-hide:not(.ng-hide-animate) { + * /* These are just alternative ways of hiding an element */ + * display: block!important; + * position: absolute; + * top: -9999px; + * left: -9999px; + * } + * ``` + * + * By default you don't need to override anything in CSS and the animations will work around the + * display style. + * + * @animations + * | Animation | Occurs | + * |-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------| + * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngShow` expression evaluates to a non truthy value and just before the contents are set to hidden. | + * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngShow` expression evaluates to a truthy value and just before contents are set to visible. | + * + * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the + * directive expression is true and false. This system works like the animation system present with + * `ngClass` except that you must also include the `!important` flag to override the display + * property so that the elements are not actually hidden during the animation. + * + * ```css + * /* A working example can be found at the bottom of this page. */ + * .my-element.ng-hide-add, .my-element.ng-hide-remove { + * transition: all 0.5s linear; + * } + * + * .my-element.ng-hide-add { ... } + * .my-element.ng-hide-add.ng-hide-add-active { ... } + * .my-element.ng-hide-remove { ... } + * .my-element.ng-hide-remove.ng-hide-remove-active { ... } + * ``` + * + * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property + * to block during animation states - ngAnimate will automatically handle the style toggling for you. + * + * @element ANY + * @param {expression} ngShow If the {@link guide/expression expression} is truthy/falsy then the + * element is shown/hidden respectively. + * + * @example + * A simple example, animating the element's opacity: + * + + + Show:
    +
    + I show up when your checkbox is checked. +
    +
    + + .animate-show-hide.ng-hide { + opacity: 0; + } - if (block.scope) { - // if we have already seen this object, then we need to reuse the - // associated scope/element + .animate-show-hide.ng-hide-add, + .animate-show-hide.ng-hide-remove { + transition: all linear 0.5s; + } - nextNode = previousNode; + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngShow', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); - // skip nodes that are already pending removal via leave animation - do { - nextNode = nextNode.nextSibling; - } while (nextNode && nextNode[NG_REMOVED]); + expect(checkElem.isDisplayed()).toBe(false); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(true); + }); + +
    + * + *
    + * @example + * A more complex example, featuring different show/hide animations: + * + + + Show:
    +
    + I show up when your checkbox is checked. +
    +
    + + body { + overflow: hidden; + perspective: 1000px; + } - if (getBlockStart(block) !== nextNode) { - // existing item which got moved - $animate.move(getBlockNodes(block.clone), null, previousNode); - } - previousNode = getBlockEnd(block); - updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); - } else { - // new item which we don't know about - $transclude(function ngRepeatTransclude(clone, scope) { - block.scope = scope; - // http://jsperf.com/clone-vs-createcomment - var endNode = ngRepeatEndComment.cloneNode(false); - clone[clone.length++] = endNode; - - $animate.enter(clone, null, previousNode); - previousNode = endNode; - // Note: We only need the first/last node of the cloned nodes. - // However, we need to keep the reference to the jqlite wrapper as it might be changed later - // by a directive with templateUrl when its template arrives. - block.clone = clone; - nextBlockMap[block.id] = block; - updateScope(block.scope, index, valueIdentifier, value, keyIdentifier, key, collectionLength); - }); - } - } - lastBlockMap = nextBlockMap; - }); - }; + .funky-show-hide.ng-hide-add { + transform: rotateZ(0); + transform-origin: right; + transition: all 0.5s ease-in-out; } - }; - }]; - var NG_HIDE_CLASS = 'ng-hide'; - var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate'; - /** - * @ngdoc directive - * @name ngShow - * @multiElement - * - * @description - * The `ngShow` directive shows or hides the given HTML element based on the expression provided to - * the `ngShow` attribute. - * - * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. - * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an - * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see - * {@link ng.directive:ngCsp ngCsp}). - * - * ```html - * - *
    - * - * - *
    - * ``` - * - * When the `ngShow` expression evaluates to a falsy value then the `.ng-hide` CSS class is added - * to the class attribute on the element causing it to become hidden. When truthy, the `.ng-hide` - * CSS class is removed from the element causing the element not to appear hidden. - * - * ## Why is `!important` used? - * - * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the - * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as - * simple as changing the display style on a HTML list item would make hidden elements appear - * visible. This also becomes a bigger issue when dealing with CSS frameworks. - * - * By using `!important`, the show and hide behavior will work as expected despite any clash between - * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a - * developer chooses to override the styling to change how to hide an element then it is just a - * matter of using `!important` in their own CSS code. - * - * ### Overriding `.ng-hide` - * - * By default, the `.ng-hide` class will style the element with `display: none !important`. If you - * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for - * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually - * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. - * - * ```css - * .ng-hide:not(.ng-hide-animate) { - * /* These are just alternative ways of hiding an element */ - * display: block!important; - * position: absolute; - * top: -9999px; - * left: -9999px; - * } - * ``` - * - * By default you don't need to override anything in CSS and the animations will work around the - * display style. - * - * @animations - * | Animation | Occurs | - * |-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------| - * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngShow` expression evaluates to a non truthy value and just before the contents are set to hidden. | - * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngShow` expression evaluates to a truthy value and just before contents are set to visible. | - * - * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the - * directive expression is true and false. This system works like the animation system present with - * `ngClass` except that you must also include the `!important` flag to override the display - * property so that the elements are not actually hidden during the animation. - * - * ```css - * /* A working example can be found at the bottom of this page. */ - * .my-element.ng-hide-add, .my-element.ng-hide-remove { - * transition: all 0.5s linear; - * } - * - * .my-element.ng-hide-add { ... } - * .my-element.ng-hide-add.ng-hide-add-active { ... } - * .my-element.ng-hide-remove { ... } - * .my-element.ng-hide-remove.ng-hide-remove-active { ... } - * ``` - * - * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property - * to block during animation states - ngAnimate will automatically handle the style toggling for you. - * - * @element ANY - * @param {expression} ngShow If the {@link guide/expression expression} is truthy/falsy then the - * element is shown/hidden respectively. - * - * @example - * A simple example, animating the element's opacity: - * - - - Show:
    -
    - I show up when your checkbox is checked. -
    -
    - - .animate-show-hide.ng-hide { - opacity: 0; - } - - .animate-show-hide.ng-hide-add, - .animate-show-hide.ng-hide-remove { - transition: all linear 0.5s; - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngShow', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(false); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(true); - }); - -
    - * - *
    - * @example - * A more complex example, featuring different show/hide animations: - * - - - Show:
    -
    - I show up when your checkbox is checked. -
    -
    - - body { - overflow: hidden; - perspective: 1000px; - } - - .funky-show-hide.ng-hide-add { - transform: rotateZ(0); - transform-origin: right; - transition: all 0.5s ease-in-out; - } - - .funky-show-hide.ng-hide-add.ng-hide-add-active { - transform: rotateZ(-135deg); - } - - .funky-show-hide.ng-hide-remove { - transform: rotateY(90deg); - transform-origin: left; - transition: all 0.5s ease; - } - - .funky-show-hide.ng-hide-remove.ng-hide-remove-active { - transform: rotateY(0); - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngShow', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(false); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(true); - }); - -
    - */ - var ngShowDirective = ['$animate', function ($animate) { - return { - restrict: 'A', - multiElement: true, - link: function link(scope, element, attr) { - scope.$watch(attr.ngShow, function ngShowWatchAction(value) { - // we're adding a temporary, animation-specific class for ng-hide since this way - // we can control when the element is actually displayed on screen without having - // to have a global/greedy CSS selector that breaks when other animations are run. - // Read: https://github.com/angular/angular.js/issues/9103#issuecomment-58335845 - $animate[value ? 'removeClass' : 'addClass'](element, NG_HIDE_CLASS, { - tempClasses: NG_HIDE_IN_PROGRESS_CLASS - }); - }); + .funky-show-hide.ng-hide-add.ng-hide-add-active { + transform: rotateZ(-135deg); } - }; - }]; - /** - * @ngdoc directive - * @name ngHide - * @multiElement - * - * @description - * The `ngHide` directive shows or hides the given HTML element based on the expression provided to - * the `ngHide` attribute. - * - * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. - * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an - * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see - * {@link ng.directive:ngCsp ngCsp}). - * - * ```html - * - *
    - * - * - *
    - * ``` - * - * When the `ngHide` expression evaluates to a truthy value then the `.ng-hide` CSS class is added - * to the class attribute on the element causing it to become hidden. When falsy, the `.ng-hide` - * CSS class is removed from the element causing the element not to appear hidden. - * - * ## Why is `!important` used? - * - * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the - * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as - * simple as changing the display style on a HTML list item would make hidden elements appear - * visible. This also becomes a bigger issue when dealing with CSS frameworks. - * - * By using `!important`, the show and hide behavior will work as expected despite any clash between - * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a - * developer chooses to override the styling to change how to hide an element then it is just a - * matter of using `!important` in their own CSS code. - * - * ### Overriding `.ng-hide` - * - * By default, the `.ng-hide` class will style the element with `display: none !important`. If you - * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for - * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually - * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. - * - * ```css - * .ng-hide:not(.ng-hide-animate) { - * /* These are just alternative ways of hiding an element */ - * display: block!important; - * position: absolute; - * top: -9999px; - * left: -9999px; - * } - * ``` - * - * By default you don't need to override in CSS anything and the animations will work around the - * display style. - * - * @animations - * | Animation | Occurs | - * |-----------------------------------------------------|------------------------------------------------------------------------------------------------------------| - * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngHide` expression evaluates to a truthy value and just before the contents are set to hidden. | - * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngHide` expression evaluates to a non truthy value and just before contents are set to visible. | - * - * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the - * directive expression is true and false. This system works like the animation system present with - * `ngClass` except that you must also include the `!important` flag to override the display - * property so that the elements are not actually hidden during the animation. - * - * ```css - * /* A working example can be found at the bottom of this page. */ - * .my-element.ng-hide-add, .my-element.ng-hide-remove { - * transition: all 0.5s linear; - * } - * - * .my-element.ng-hide-add { ... } - * .my-element.ng-hide-add.ng-hide-add-active { ... } - * .my-element.ng-hide-remove { ... } - * .my-element.ng-hide-remove.ng-hide-remove-active { ... } - * ``` - * - * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property - * to block during animation states - ngAnimate will automatically handle the style toggling for you. - * - * @element ANY - * @param {expression} ngHide If the {@link guide/expression expression} is truthy/falsy then the - * element is hidden/shown respectively. - * - * @example - * A simple example, animating the element's opacity: - * - - - Hide:
    -
    - I hide when your checkbox is checked. -
    -
    - - .animate-show-hide.ng-hide { - opacity: 0; - } - - .animate-show-hide.ng-hide-add, - .animate-show-hide.ng-hide-remove { - transition: all linear 0.5s; - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngHide', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(true); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(false); - }); - -
    - * - *
    - * @example - * A more complex example, featuring different show/hide animations: - * - - - Hide:
    -
    - I hide when your checkbox is checked. -
    -
    - - body { - overflow: hidden; - perspective: 1000px; - } - - .funky-show-hide.ng-hide-add { - transform: rotateZ(0); - transform-origin: right; - transition: all 0.5s ease-in-out; - } - - .funky-show-hide.ng-hide-add.ng-hide-add-active { - transform: rotateZ(-135deg); - } - - .funky-show-hide.ng-hide-remove { - transform: rotateY(90deg); - transform-origin: left; - transition: all 0.5s ease; - } - - .funky-show-hide.ng-hide-remove.ng-hide-remove-active { - transform: rotateY(0); - } - - .check-element { - border: 1px solid black; - opacity: 1; - padding: 10px; - } - - - it('should check ngHide', function() { - var checkbox = element(by.model('checked')); - var checkElem = element(by.css('.check-element')); - - expect(checkElem.isDisplayed()).toBe(true); - checkbox.click(); - expect(checkElem.isDisplayed()).toBe(false); - }); - -
    - */ - var ngHideDirective = ['$animate', function ($animate) { - return { - restrict: 'A', - multiElement: true, - link: function link(scope, element, attr) { - scope.$watch(attr.ngHide, function ngHideWatchAction(value) { - // The comment inside of the ngShowDirective explains why we add and - // remove a temporary class for the show/hide animation - $animate[value ? 'addClass' : 'removeClass'](element, NG_HIDE_CLASS, { - tempClasses: NG_HIDE_IN_PROGRESS_CLASS - }); - }); + .funky-show-hide.ng-hide-remove { + transform: rotateY(90deg); + transform-origin: left; + transition: all 0.5s ease; } - }; - }]; - /** - * @ngdoc directive - * @name ngStyle - * @restrict AC - * - * @description - * The `ngStyle` directive allows you to set CSS style on an HTML element conditionally. - * - * @knownIssue - * You should not use {@link guide/interpolation interpolation} in the value of the `style` - * attribute, when using the `ngStyle` directive on the same element. - * See {@link guide/interpolation#known-issues here} for more info. - * - * @element ANY - * @param {expression} ngStyle - * - * {@link guide/expression Expression} which evals to an - * object whose keys are CSS style names and values are corresponding values for those CSS - * keys. - * - * Since some CSS style names are not valid keys for an object, they must be quoted. - * See the 'background-color' style in the example below. - * - * @example - - - - - -
    - Sample Text -
    myStyle={{myStyle}}
    -
    - - span { - color: black; - } - - - var colorSpan = element(by.css('span')); - - it('should check ng-style', function() { - expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); - element(by.css('input[value=\'set color\']')).click(); - expect(colorSpan.getCssValue('color')).toBe('rgba(255, 0, 0, 1)'); - element(by.css('input[value=clear]')).click(); - expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); - }); - -
    - */ - var ngStyleDirective = ngDirective(function (scope, element, attr) { - scope.$watch(attr.ngStyle, function ngStyleWatchAction(newStyles, oldStyles) { - if (oldStyles && newStyles !== oldStyles) { - forEach(oldStyles, function (val, style) { - element.css(style, ''); - }); + .funky-show-hide.ng-hide-remove.ng-hide-remove-active { + transform: rotateY(0); } - if (newStyles) element.css(newStyles); - }, true); - }); - /** - * @ngdoc directive - * @name ngSwitch - * @restrict EA - * - * @description - * The `ngSwitch` directive is used to conditionally swap DOM structure on your template based on a scope expression. - * Elements within `ngSwitch` but without `ngSwitchWhen` or `ngSwitchDefault` directives will be preserved at the location - * as specified in the template. - * - * The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it - * from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element - * matches the value obtained from the evaluated expression. In other words, you define a container element - * (where you place the directive), place an expression on the **`on="..."` attribute** - * (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place - * a when attribute per element. The when attribute is used to inform ngSwitch which element to display when the on - * expression is evaluated. If a matching expression is not found via a when attribute then an element with the default - * attribute is displayed. - * - *
    - * Be aware that the attribute values to match against cannot be expressions. They are interpreted - * as literal string values to match against. - * For example, **`ng-switch-when="someVal"`** will match against the string `"someVal"` not against the - * value of the expression `$scope.someVal`. - *
    - - * @animations - * | Animation | Occurs | - * |----------------------------------|-------------------------------------| - * | {@link ng.$animate#enter enter} | after the ngSwitch contents change and the matched child element is placed inside the container | - * | {@link ng.$animate#leave leave} | after the ngSwitch contents change and just before the former contents are removed from the DOM | - * - * @usage - * - * ``` - * - * ... - * ... - * ... - * - * ``` - * - * - * @scope - * @priority 1200 - * @param {*} ngSwitch|on expression to match against ng-switch-when. - * On child elements add: - * - * * `ngSwitchWhen`: the case statement to match against. If match then this - * case will be displayed. If the same match appears multiple times, all the - * elements will be displayed. It is possible to associate multiple values to - * the same `ngSwitchWhen` by defining the optional attribute - * `ngSwitchWhenSeparator`. The separator will be used to split the value of - * the `ngSwitchWhen` attribute into multiple tokens, and the element will show - * if any of the `ngSwitch` evaluates to any of these tokens. - * * `ngSwitchDefault`: the default case when no other case match. If there - * are multiple default cases, all of them will be displayed when no other - * case match. - * - * - * @example - - -
    - - selection={{selection}} -
    -
    -
    Settings Div
    -
    Home Span
    -
    default
    -
    -
    -
    - - angular.module('switchExample', ['ngAnimate']) - .controller('ExampleController', ['$scope', function($scope) { - $scope.items = ['settings', 'home', 'options', 'other']; - $scope.selection = $scope.items[0]; - }]); - - - .animate-switch-container { - position:relative; - background:white; - border:1px solid black; - height:40px; - overflow:hidden; - } - - .animate-switch { - padding:10px; - } - - .animate-switch.ng-animate { - transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; - - position:absolute; - top:0; - left:0; - right:0; - bottom:0; - } - - .animate-switch.ng-leave.ng-leave-active, - .animate-switch.ng-enter { - top:-50px; - } - .animate-switch.ng-leave, - .animate-switch.ng-enter.ng-enter-active { - top:0; - } - - - var switchElem = element(by.css('[ng-switch]')); - var select = element(by.model('selection')); - - it('should start in settings', function() { - expect(switchElem.getText()).toMatch(/Settings Div/); - }); - it('should change to home', function() { - select.all(by.css('option')).get(1).click(); - expect(switchElem.getText()).toMatch(/Home Span/); - }); - it('should change to settings via "options"', function() { - select.all(by.css('option')).get(2).click(); - expect(switchElem.getText()).toMatch(/Settings Div/); - }); - it('should select default', function() { - select.all(by.css('option')).get(3).click(); - expect(switchElem.getText()).toMatch(/default/); + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngShow', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); + + expect(checkElem.isDisplayed()).toBe(false); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(true); + }); + +
    + */ +var ngShowDirective = ['$animate', function($animate) { + return { + restrict: 'A', + multiElement: true, + link: function(scope, element, attr) { + scope.$watch(attr.ngShow, function ngShowWatchAction(value) { + // we're adding a temporary, animation-specific class for ng-hide since this way + // we can control when the element is actually displayed on screen without having + // to have a global/greedy CSS selector that breaks when other animations are run. + // Read: https://github.com/angular/angular.js/issues/9103#issuecomment-58335845 + $animate[value ? 'removeClass' : 'addClass'](element, NG_HIDE_CLASS, { + tempClasses: NG_HIDE_IN_PROGRESS_CLASS }); -
    -
    - */ - var ngSwitchDirective = ['$animate', '$compile', function ($animate, $compile) { - return { - require: 'ngSwitch', - - // asks for $scope to fool the BC controller module - controller: ['$scope', function NgSwitchController() { - this.cases = {}; - }], - link: function link(scope, element, attr, ngSwitchController) { - var watchExpr = attr.ngSwitch || attr.on, - selectedTranscludes = [], - selectedElements = [], - previousLeaveAnimations = [], - selectedScopes = []; - - var spliceFactory = function spliceFactory(array, index) { - return function (response) { - if (response !== false) array.splice(index, 1); - }; - }; + }); + } + }; +}]; - scope.$watch(watchExpr, function ngSwitchWatchAction(value) { - var i, ii; - // Start with the last, in case the array is modified during the loop - while (previousLeaveAnimations.length) { - $animate.cancel(previousLeaveAnimations.pop()); - } +/** + * @ngdoc directive + * @name ngHide + * @multiElement + * + * @description + * The `ngHide` directive shows or hides the given HTML element based on the expression provided to + * the `ngHide` attribute. + * + * The element is shown or hidden by removing or adding the `.ng-hide` CSS class onto the element. + * The `.ng-hide` CSS class is predefined in AngularJS and sets the display style to none (using an + * `!important` flag). For CSP mode please add `angular-csp.css` to your HTML file (see + * {@link ng.directive:ngCsp ngCsp}). + * + * ```html + * + *
    + * + * + *
    + * ``` + * + * When the `ngHide` expression evaluates to a truthy value then the `.ng-hide` CSS class is added + * to the class attribute on the element causing it to become hidden. When falsy, the `.ng-hide` + * CSS class is removed from the element causing the element not to appear hidden. + * + * ## Why is `!important` used? + * + * You may be wondering why `!important` is used for the `.ng-hide` CSS class. This is because the + * `.ng-hide` selector can be easily overridden by heavier selectors. For example, something as + * simple as changing the display style on a HTML list item would make hidden elements appear + * visible. This also becomes a bigger issue when dealing with CSS frameworks. + * + * By using `!important`, the show and hide behavior will work as expected despite any clash between + * CSS selector specificity (when `!important` isn't used with any conflicting styles). If a + * developer chooses to override the styling to change how to hide an element then it is just a + * matter of using `!important` in their own CSS code. + * + * ### Overriding `.ng-hide` + * + * By default, the `.ng-hide` class will style the element with `display: none !important`. If you + * wish to change the hide behavior with `ngShow`/`ngHide`, you can simply overwrite the styles for + * the `.ng-hide` CSS class. Note that the selector that needs to be used is actually + * `.ng-hide:not(.ng-hide-animate)` to cope with extra animation classes that can be added. + * + * ```css + * .ng-hide:not(.ng-hide-animate) { + * /* These are just alternative ways of hiding an element */ + * display: block!important; + * position: absolute; + * top: -9999px; + * left: -9999px; + * } + * ``` + * + * By default you don't need to override in CSS anything and the animations will work around the + * display style. + * + * @animations + * | Animation | Occurs | + * |-----------------------------------------------------|------------------------------------------------------------------------------------------------------------| + * | {@link $animate#addClass addClass} `.ng-hide` | After the `ngHide` expression evaluates to a truthy value and just before the contents are set to hidden. | + * | {@link $animate#removeClass removeClass} `.ng-hide` | After the `ngHide` expression evaluates to a non truthy value and just before contents are set to visible. | + * + * Animations in `ngShow`/`ngHide` work with the show and hide events that are triggered when the + * directive expression is true and false. This system works like the animation system present with + * `ngClass` except that you must also include the `!important` flag to override the display + * property so that the elements are not actually hidden during the animation. + * + * ```css + * /* A working example can be found at the bottom of this page. */ + * .my-element.ng-hide-add, .my-element.ng-hide-remove { + * transition: all 0.5s linear; + * } + * + * .my-element.ng-hide-add { ... } + * .my-element.ng-hide-add.ng-hide-add-active { ... } + * .my-element.ng-hide-remove { ... } + * .my-element.ng-hide-remove.ng-hide-remove-active { ... } + * ``` + * + * Keep in mind that, as of AngularJS version 1.3, there is no need to change the display property + * to block during animation states - ngAnimate will automatically handle the style toggling for you. + * + * @element ANY + * @param {expression} ngHide If the {@link guide/expression expression} is truthy/falsy then the + * element is hidden/shown respectively. + * + * @example + * A simple example, animating the element's opacity: + * + + + Hide:
    +
    + I hide when your checkbox is checked. +
    +
    + + .animate-show-hide.ng-hide { + opacity: 0; + } + + .animate-show-hide.ng-hide-add, + .animate-show-hide.ng-hide-remove { + transition: all linear 0.5s; + } + + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngHide', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); + + expect(checkElem.isDisplayed()).toBe(true); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(false); + }); + +
    + * + *
    + * @example + * A more complex example, featuring different show/hide animations: + * + + + Hide:
    +
    + I hide when your checkbox is checked. +
    +
    + + body { + overflow: hidden; + perspective: 1000px; + } - for (i = 0, ii = selectedScopes.length; i < ii; ++i) { - var selected = getBlockNodes(selectedElements[i].clone); - selectedScopes[i].$destroy(); - var runner = previousLeaveAnimations[i] = $animate.leave(selected); - runner.done(spliceFactory(previousLeaveAnimations, i)); - } + .funky-show-hide.ng-hide-add { + transform: rotateZ(0); + transform-origin: right; + transition: all 0.5s ease-in-out; + } - selectedElements.length = 0; - selectedScopes.length = 0; + .funky-show-hide.ng-hide-add.ng-hide-add-active { + transform: rotateZ(-135deg); + } - if (selectedTranscludes = ngSwitchController.cases['!' + value] || ngSwitchController.cases['?']) { - forEach(selectedTranscludes, function (selectedTransclude) { - selectedTransclude.transclude(function (caseElement, selectedScope) { - selectedScopes.push(selectedScope); - var anchor = selectedTransclude.element; - caseElement[caseElement.length++] = $compile.$$createComment('end ngSwitchWhen'); - var block = { clone: caseElement }; + .funky-show-hide.ng-hide-remove { + transform: rotateY(90deg); + transform-origin: left; + transition: all 0.5s ease; + } - selectedElements.push(block); - $animate.enter(caseElement, anchor.parent(), anchor); - }); - }); - } - }); + .funky-show-hide.ng-hide-remove.ng-hide-remove-active { + transform: rotateY(0); } - }; - }]; - var ngSwitchWhenDirective = ngDirective({ - transclude: 'element', - priority: 1200, - require: '^ngSwitch', - multiElement: true, - link: function link(scope, element, attrs, ctrl, $transclude) { + .check-element { + border: 1px solid black; + opacity: 1; + padding: 10px; + } + + + it('should check ngHide', function() { + var checkbox = element(by.model('checked')); + var checkElem = element(by.css('.check-element')); - var cases = attrs.ngSwitchWhen.split(attrs.ngSwitchWhenSeparator).sort().filter( - // Filter duplicate cases - function (element, index, array) { - return array[index - 1] !== element; + expect(checkElem.isDisplayed()).toBe(true); + checkbox.click(); + expect(checkElem.isDisplayed()).toBe(false); }); - - forEach(cases, function (whenCase) { - ctrl.cases['!' + whenCase] = ctrl.cases['!' + whenCase] || []; - ctrl.cases['!' + whenCase].push({ transclude: $transclude, element: element }); + +
    + */ +var ngHideDirective = ['$animate', function($animate) { + return { + restrict: 'A', + multiElement: true, + link: function(scope, element, attr) { + scope.$watch(attr.ngHide, function ngHideWatchAction(value) { + // The comment inside of the ngShowDirective explains why we add and + // remove a temporary class for the show/hide animation + $animate[value ? 'addClass' : 'removeClass'](element,NG_HIDE_CLASS, { + tempClasses: NG_HIDE_IN_PROGRESS_CLASS + }); }); } - }); + }; +}]; - var ngSwitchDefaultDirective = ngDirective({ - transclude: 'element', - priority: 1200, - require: '^ngSwitch', - multiElement: true, - link: function link(scope, element, attr, ctrl, $transclude) { - ctrl.cases['?'] = ctrl.cases['?'] || []; - ctrl.cases['?'].push({ transclude: $transclude, element: element }); +/** + * @ngdoc directive + * @name ngStyle + * @restrict AC + * + * @description + * The `ngStyle` directive allows you to set CSS style on an HTML element conditionally. + * + * @knownIssue + * You should not use {@link guide/interpolation interpolation} in the value of the `style` + * attribute, when using the `ngStyle` directive on the same element. + * See {@link guide/interpolation#known-issues here} for more info. + * + * @element ANY + * @param {expression} ngStyle + * + * {@link guide/expression Expression} which evals to an + * object whose keys are CSS style names and values are corresponding values for those CSS + * keys. + * + * Since some CSS style names are not valid keys for an object, they must be quoted. + * See the 'background-color' style in the example below. + * + * @example + + + + + +
    + Sample Text +
    myStyle={{myStyle}}
    +
    + + span { + color: black; + } + + + var colorSpan = element(by.css('span')); + + it('should check ng-style', function() { + expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); + element(by.css('input[value=\'set color\']')).click(); + expect(colorSpan.getCssValue('color')).toBe('rgba(255, 0, 0, 1)'); + element(by.css('input[value=clear]')).click(); + expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)'); + }); + +
    + */ +var ngStyleDirective = ngDirective(function(scope, element, attr) { + scope.$watch(attr.ngStyle, function ngStyleWatchAction(newStyles, oldStyles) { + if (oldStyles && (newStyles !== oldStyles)) { + forEach(oldStyles, function(val, style) { element.css(style, '');}); } - }); + if (newStyles) element.css(newStyles); + }, true); +}); - /** - * @ngdoc directive - * @name ngTransclude - * @restrict EAC - * - * @description - * Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion. - * - * You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name - * as the value of the `ng-transclude` or `ng-transclude-slot` attribute. - * - * If the transcluded content is not empty (i.e. contains one or more DOM nodes, including whitespace text nodes), any existing - * content of this element will be removed before the transcluded content is inserted. - * If the transcluded content is empty (or only whitespace), the existing content is left intact. This lets you provide fallback - * content in the case that no transcluded content is provided. - * - * @element ANY - * - * @param {string} ngTransclude|ngTranscludeSlot the name of the slot to insert at this point. If this is not provided, is empty - * or its value is the same as the name of the attribute then the default slot is used. - * - * @example - * ### Basic transclusion - * This example demonstrates basic transclusion of content into a component directive. - * - * - * - *
    - *
    - *
    - * {{text}} - *
    - *
    - * - * it('should have transcluded', function() { - * var titleElement = element(by.model('title')); - * titleElement.clear(); - * titleElement.sendKeys('TITLE'); - * var textElement = element(by.model('text')); - * textElement.clear(); - * textElement.sendKeys('TEXT'); - * expect(element(by.binding('title')).getText()).toEqual('TITLE'); - * expect(element(by.binding('text')).getText()).toEqual('TEXT'); - * }); - * - *
    - * - * @example - * ### Transclude fallback content - * This example shows how to use `NgTransclude` with fallback content, that - * is displayed if no transcluded content is provided. - * - * - * - * - * - * - * - * - * Button2 - * - * - * - * it('should have different transclude element content', function() { - * expect(element(by.id('fallback')).getText()).toBe('Button1'); - * expect(element(by.id('modified')).getText()).toBe('Button2'); - * }); - * - * - * - * @example - * ### Multi-slot transclusion - * This example demonstrates using multi-slot transclusion in a component directive. - * - * - * - *
    - *
    - *
    - * - * {{title}} - *

    {{text}}

    - *
    - *
    - *
    - * - * angular.module('multiSlotTranscludeExample', []) - * .directive('pane', function() { - * return { - * restrict: 'E', - * transclude: { - * 'title': '?paneTitle', - * 'body': 'paneBody', - * 'footer': '?paneFooter' - * }, - * template: '
    ' + - * '
    Fallback Title
    ' + - * '
    ' + - * '' + - * '
    ' - * }; - * }) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.title = 'Lorem Ipsum'; - * $scope.link = 'https://google.com'; - * $scope.text = 'Neque porro quisquam est qui dolorem ipsum quia dolor...'; - * }]); - *
    - * - * it('should have transcluded the title and the body', function() { - * var titleElement = element(by.model('title')); - * titleElement.clear(); - * titleElement.sendKeys('TITLE'); - * var textElement = element(by.model('text')); - * textElement.clear(); - * textElement.sendKeys('TEXT'); - * expect(element(by.css('.title')).getText()).toEqual('TITLE'); - * expect(element(by.binding('text')).getText()).toEqual('TEXT'); - * expect(element(by.css('.footer')).getText()).toEqual('Fallback Footer'); - * }); - * - *
    - */ - var ngTranscludeMinErr = minErr('ngTransclude'); - var ngTranscludeDirective = ['$compile', function ($compile) { - return { - restrict: 'EAC', - terminal: true, - compile: function ngTranscludeCompile(tElement) { +/** + * @ngdoc directive + * @name ngSwitch + * @restrict EA + * + * @description + * The `ngSwitch` directive is used to conditionally swap DOM structure on your template based on a scope expression. + * Elements within `ngSwitch` but without `ngSwitchWhen` or `ngSwitchDefault` directives will be preserved at the location + * as specified in the template. + * + * The directive itself works similar to ngInclude, however, instead of downloading template code (or loading it + * from the template cache), `ngSwitch` simply chooses one of the nested elements and makes it visible based on which element + * matches the value obtained from the evaluated expression. In other words, you define a container element + * (where you place the directive), place an expression on the **`on="..."` attribute** + * (or the **`ng-switch="..."` attribute**), define any inner elements inside of the directive and place + * a when attribute per element. The when attribute is used to inform ngSwitch which element to display when the on + * expression is evaluated. If a matching expression is not found via a when attribute then an element with the default + * attribute is displayed. + * + *
    + * Be aware that the attribute values to match against cannot be expressions. They are interpreted + * as literal string values to match against. + * For example, **`ng-switch-when="someVal"`** will match against the string `"someVal"` not against the + * value of the expression `$scope.someVal`. + *
    + + * @animations + * | Animation | Occurs | + * |----------------------------------|-------------------------------------| + * | {@link ng.$animate#enter enter} | after the ngSwitch contents change and the matched child element is placed inside the container | + * | {@link ng.$animate#leave leave} | after the ngSwitch contents change and just before the former contents are removed from the DOM | + * + * @usage + * + * ``` + * + * ... + * ... + * ... + * + * ``` + * + * + * @scope + * @priority 1200 + * @param {*} ngSwitch|on expression to match against ng-switch-when. + * On child elements add: + * + * * `ngSwitchWhen`: the case statement to match against. If match then this + * case will be displayed. If the same match appears multiple times, all the + * elements will be displayed. It is possible to associate multiple values to + * the same `ngSwitchWhen` by defining the optional attribute + * `ngSwitchWhenSeparator`. The separator will be used to split the value of + * the `ngSwitchWhen` attribute into multiple tokens, and the element will show + * if any of the `ngSwitch` evaluates to any of these tokens. + * * `ngSwitchDefault`: the default case when no other case match. If there + * are multiple default cases, all of them will be displayed when no other + * case match. + * + * + * @example + + +
    + + selection={{selection}} +
    +
    +
    Settings Div
    +
    Home Span
    +
    default
    +
    +
    +
    + + angular.module('switchExample', ['ngAnimate']) + .controller('ExampleController', ['$scope', function($scope) { + $scope.items = ['settings', 'home', 'options', 'other']; + $scope.selection = $scope.items[0]; + }]); + + + .animate-switch-container { + position:relative; + background:white; + border:1px solid black; + height:40px; + overflow:hidden; + } - // Remove and cache any original content to act as a fallback - var fallbackLinkFn = $compile(tElement.contents()); - tElement.empty(); + .animate-switch { + padding:10px; + } - return function ngTranscludePostLink($scope, $element, $attrs, controller, $transclude) { + .animate-switch.ng-animate { + transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; - if (!$transclude) { - throw ngTranscludeMinErr('orphan', 'Illegal use of ngTransclude directive in the template! ' + 'No parent directive that requires a transclusion found. ' + 'Element: {0}', startingTag($element)); - } + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + } - // If the attribute is of the form: `ng-transclude="ng-transclude"` then treat it like the default - if ($attrs.ngTransclude === $attrs.$attr.ngTransclude) { - $attrs.ngTransclude = ''; - } - var slotName = $attrs.ngTransclude || $attrs.ngTranscludeSlot; + .animate-switch.ng-leave.ng-leave-active, + .animate-switch.ng-enter { + top:-50px; + } + .animate-switch.ng-leave, + .animate-switch.ng-enter.ng-enter-active { + top:0; + } + + + var switchElem = element(by.css('[ng-switch]')); + var select = element(by.model('selection')); - // If the slot is required and no transclusion content is provided then this call will throw an error - $transclude(ngTranscludeCloneAttachFn, null, slotName); + it('should start in settings', function() { + expect(switchElem.getText()).toMatch(/Settings Div/); + }); + it('should change to home', function() { + select.all(by.css('option')).get(1).click(); + expect(switchElem.getText()).toMatch(/Home Span/); + }); + it('should change to settings via "options"', function() { + select.all(by.css('option')).get(2).click(); + expect(switchElem.getText()).toMatch(/Settings Div/); + }); + it('should select default', function() { + select.all(by.css('option')).get(3).click(); + expect(switchElem.getText()).toMatch(/default/); + }); + +
    + */ +var ngSwitchDirective = ['$animate', '$compile', function($animate, $compile) { + return { + require: 'ngSwitch', - // If the slot is optional and no transclusion content is provided then use the fallback content - if (slotName && !$transclude.isSlotFilled(slotName)) { - useFallbackContent(); - } + // asks for $scope to fool the BC controller module + controller: ['$scope', function NgSwitchController() { + this.cases = {}; + }], + link: function(scope, element, attr, ngSwitchController) { + var watchExpr = attr.ngSwitch || attr.on, + selectedTranscludes = [], + selectedElements = [], + previousLeaveAnimations = [], + selectedScopes = []; + + var spliceFactory = function(array, index) { + return function(response) { + if (response !== false) array.splice(index, 1); + }; + }; - function ngTranscludeCloneAttachFn(clone, transcludedScope) { - if (clone.length && notWhitespace(clone)) { - $element.append(clone); - } else { - useFallbackContent(); - // There is nothing linked against the transcluded scope since no content was available, - // so it should be safe to clean up the generated scope. - transcludedScope.$destroy(); - } - } + scope.$watch(watchExpr, function ngSwitchWatchAction(value) { + var i, ii; - function useFallbackContent() { - // Since this is the fallback content rather than the transcluded content, - // we link against the scope of this directive rather than the transcluded scope - fallbackLinkFn($scope, function (clone) { - $element.append(clone); - }); - } + // Start with the last, in case the array is modified during the loop + while (previousLeaveAnimations.length) { + $animate.cancel(previousLeaveAnimations.pop()); + } - function notWhitespace(nodes) { - for (var i = 0, ii = nodes.length; i < ii; i++) { - var node = nodes[i]; - if (node.nodeType !== NODE_TYPE_TEXT || node.nodeValue.trim()) { - return true; - } - } - } - }; - } - }; - }]; + for (i = 0, ii = selectedScopes.length; i < ii; ++i) { + var selected = getBlockNodes(selectedElements[i].clone); + selectedScopes[i].$destroy(); + var runner = previousLeaveAnimations[i] = $animate.leave(selected); + runner.done(spliceFactory(previousLeaveAnimations, i)); + } - /** - * @ngdoc directive - * @name script - * @restrict E - * - * @description - * Load the content of a ` - - Load inlined template -
    -
    - - it('should load template defined inside script tag', function() { - element(by.css('#tpl-link')).click(); - expect(element(by.css('#tpl-content')).getText()).toMatch(/Content of the template/); - }); - - - */ - var scriptDirective = ['$templateCache', function ($templateCache) { - return { - restrict: 'E', - terminal: true, - compile: function compile(element, attr) { - if (attr.type === 'text/ng-template') { - var templateUrl = attr.id, - text = element[0].text; + selectedElements.length = 0; + selectedScopes.length = 0; + + if ((selectedTranscludes = ngSwitchController.cases['!' + value] || ngSwitchController.cases['?'])) { + forEach(selectedTranscludes, function(selectedTransclude) { + selectedTransclude.transclude(function(caseElement, selectedScope) { + selectedScopes.push(selectedScope); + var anchor = selectedTransclude.element; + caseElement[caseElement.length++] = $compile.$$createComment('end ngSwitchWhen'); + var block = { clone: caseElement }; - $templateCache.put(templateUrl, text); + selectedElements.push(block); + $animate.enter(caseElement, anchor.parent(), anchor); + }); + }); } - } - }; - }]; + }); + } + }; +}]; - /* exported selectDirective, optionDirective */ +var ngSwitchWhenDirective = ngDirective({ + transclude: 'element', + priority: 1200, + require: '^ngSwitch', + multiElement: true, + link: function(scope, element, attrs, ctrl, $transclude) { - var noopNgModelController = { $setViewValue: noop, $render: noop }; + var cases = attrs.ngSwitchWhen.split(attrs.ngSwitchWhenSeparator).sort().filter( + // Filter duplicate cases + function(element, index, array) { return array[index - 1] !== element; } + ); - function setOptionSelectedStatus(optionEl, value) { - optionEl.prop('selected', value); - /** - * When unselecting an option, setting the property to null / false should be enough - * However, screenreaders might react to the selected attribute instead, see - * https://github.com/angular/angular.js/issues/14419 - * Note: "selected" is a boolean attr and will be removed when the "value" arg in attr() is false - * or null - */ - optionEl.attr('selected', value); + forEach(cases, function(whenCase) { + ctrl.cases['!' + whenCase] = (ctrl.cases['!' + whenCase] || []); + ctrl.cases['!' + whenCase].push({ transclude: $transclude, element: element }); + }); } +}); - /** - * @ngdoc type - * @name select.SelectController - * - * @description - * The controller for the {@link ng.select select} directive. The controller exposes - * a few utility methods that can be used to augment the behavior of a regular or an - * {@link ng.ngOptions ngOptions} select element. - * - * @example - * ### Set a custom error when the unknown option is selected - * - * This example sets a custom error "unknownValue" on the ngModelController - * when the select element's unknown option is selected, i.e. when the model is set to a value - * that is not matched by any option. - * - * - * - *
    - *
    - *
    - *
    - * - * Error: The current model doesn't match any option
    - * - *
    - *
    - *
    - *
    - * - * angular.module('staticSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.selected = null; - * - * $scope.forceUnknownOption = function() { - * $scope.selected = 'nonsense'; - * }; - * }]) - * .directive('unknownValueError', function() { - * return { - * require: ['ngModel', 'select'], - * link: function(scope, element, attrs, ctrls) { - * var ngModelCtrl = ctrls[0]; - * var selectCtrl = ctrls[1]; - * - * ngModelCtrl.$validators.unknownValue = function(modelValue, viewValue) { - * if (selectCtrl.$isUnknownOptionSelected()) { - * return false; - * } - * - * return true; - * }; - * } - * - * }; - * }); - * - *
    - * - * - * @example - * ### Set the "required" error when the unknown option is selected. - * - * By default, the "required" error on the ngModelController is only set on a required select - * when the empty option is selected. This example adds a custom directive that also sets the - * error when the unknown option is selected. - * - * - * - *
    - *
    - *
    - *
    - * Error: Please select a value
    - * - *
    - *
    - *
    - *
    - * - * angular.module('staticSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.selected = null; - * - * $scope.forceUnknownOption = function() { - * $scope.selected = 'nonsense'; - * }; - * }]) - * .directive('unknownValueRequired', function() { - * return { - * priority: 1, // This directive must run after the required directive has added its validator - * require: ['ngModel', 'select'], - * link: function(scope, element, attrs, ctrls) { - * var ngModelCtrl = ctrls[0]; - * var selectCtrl = ctrls[1]; - * - * var originalRequiredValidator = ngModelCtrl.$validators.required; - * - * ngModelCtrl.$validators.required = function() { - * if (attrs.required && selectCtrl.$isUnknownOptionSelected()) { - * return false; - * } - * - * return originalRequiredValidator.apply(this, arguments); - * }; - * } - * }; - * }); - * - * - * it('should show the error message when the unknown option is selected', function() { - - var error = element(by.className('error')); - - expect(error.getText()).toBe('Error: Please select a value'); - - element(by.cssContainingText('option', 'Option 1')).click(); - - expect(error.isPresent()).toBe(false); - - element(by.tagName('button')).click(); - - expect(error.getText()).toBe('Error: Please select a value'); - }); - * - *
    - * - * - */ - var SelectController = ['$element', '$scope', /** @this */function ($element, $scope) { +var ngSwitchDefaultDirective = ngDirective({ + transclude: 'element', + priority: 1200, + require: '^ngSwitch', + multiElement: true, + link: function(scope, element, attr, ctrl, $transclude) { + ctrl.cases['?'] = (ctrl.cases['?'] || []); + ctrl.cases['?'].push({ transclude: $transclude, element: element }); + } +}); + +/** + * @ngdoc directive + * @name ngTransclude + * @restrict EAC + * + * @description + * Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion. + * + * You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name + * as the value of the `ng-transclude` or `ng-transclude-slot` attribute. + * + * If the transcluded content is not empty (i.e. contains one or more DOM nodes, including whitespace text nodes), any existing + * content of this element will be removed before the transcluded content is inserted. + * If the transcluded content is empty (or only whitespace), the existing content is left intact. This lets you provide fallback + * content in the case that no transcluded content is provided. + * + * @element ANY + * + * @param {string} ngTransclude|ngTranscludeSlot the name of the slot to insert at this point. If this is not provided, is empty + * or its value is the same as the name of the attribute then the default slot is used. + * + * @example + * ### Basic transclusion + * This example demonstrates basic transclusion of content into a component directive. + * + * + * + *
    + *
    + *
    + * {{text}} + *
    + *
    + * + * it('should have transcluded', function() { + * var titleElement = element(by.model('title')); + * titleElement.clear(); + * titleElement.sendKeys('TITLE'); + * var textElement = element(by.model('text')); + * textElement.clear(); + * textElement.sendKeys('TEXT'); + * expect(element(by.binding('title')).getText()).toEqual('TITLE'); + * expect(element(by.binding('text')).getText()).toEqual('TEXT'); + * }); + * + *
    + * + * @example + * ### Transclude fallback content + * This example shows how to use `NgTransclude` with fallback content, that + * is displayed if no transcluded content is provided. + * + * + * + * + * + * + * + * + * Button2 + * + * + * + * it('should have different transclude element content', function() { + * expect(element(by.id('fallback')).getText()).toBe('Button1'); + * expect(element(by.id('modified')).getText()).toBe('Button2'); + * }); + * + * + * + * @example + * ### Multi-slot transclusion + * This example demonstrates using multi-slot transclusion in a component directive. + * + * + * + *
    + *
    + *
    + * + * {{title}} + *

    {{text}}

    + *
    + *
    + *
    + * + * angular.module('multiSlotTranscludeExample', []) + * .directive('pane', function() { + * return { + * restrict: 'E', + * transclude: { + * 'title': '?paneTitle', + * 'body': 'paneBody', + * 'footer': '?paneFooter' + * }, + * template: '
    ' + + * '
    Fallback Title
    ' + + * '
    ' + + * '' + + * '
    ' + * }; + * }) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.title = 'Lorem Ipsum'; + * $scope.link = 'https://google.com'; + * $scope.text = 'Neque porro quisquam est qui dolorem ipsum quia dolor...'; + * }]); + *
    + * + * it('should have transcluded the title and the body', function() { + * var titleElement = element(by.model('title')); + * titleElement.clear(); + * titleElement.sendKeys('TITLE'); + * var textElement = element(by.model('text')); + * textElement.clear(); + * textElement.sendKeys('TEXT'); + * expect(element(by.css('.title')).getText()).toEqual('TITLE'); + * expect(element(by.binding('text')).getText()).toEqual('TEXT'); + * expect(element(by.css('.footer')).getText()).toEqual('Fallback Footer'); + * }); + * + *
    + */ +var ngTranscludeMinErr = minErr('ngTransclude'); +var ngTranscludeDirective = ['$compile', function($compile) { + return { + restrict: 'EAC', + terminal: true, + compile: function ngTranscludeCompile(tElement) { - var self = this, - optionsMap = new NgMap(); + // Remove and cache any original content to act as a fallback + var fallbackLinkFn = $compile(tElement.contents()); + tElement.empty(); - self.selectValueMap = {}; // Keys are the hashed values, values the original values + return function ngTranscludePostLink($scope, $element, $attrs, controller, $transclude) { - // If the ngModel doesn't get provided then provide a dummy noop version to prevent errors - self.ngModelCtrl = noopNgModelController; - self.multiple = false; + if (!$transclude) { + throw ngTranscludeMinErr('orphan', + 'Illegal use of ngTransclude directive in the template! ' + + 'No parent directive that requires a transclusion found. ' + + 'Element: {0}', + startingTag($element)); + } - // The "unknown" option is one that is prepended to the list if the viewValue - // does not match any of the options. When it is rendered the value of the unknown - // option is '? XXX ?' where XXX is the hashKey of the value that is not known. - // - // Support: IE 9 only - // We can't just jqLite(' + * + *
    + * + * Error: The current model doesn't match any option
    + * + *
    + * + *
    + *
    + * + * angular.module('staticSelect', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.selected = null; + * + * $scope.forceUnknownOption = function() { + * $scope.selected = 'nonsense'; + * }; + * }]) + * .directive('unknownValueError', function() { + * return { + * require: ['ngModel', 'select'], + * link: function(scope, element, attrs, ctrls) { + * var ngModelCtrl = ctrls[0]; + * var selectCtrl = ctrls[1]; + * + * ngModelCtrl.$validators.unknownValue = function(modelValue, viewValue) { + * if (selectCtrl.$isUnknownOptionSelected()) { + * return false; + * } + * + * return true; + * }; + * } + * + * }; + * }); + * + *
    + * + * + * @example + * ### Set the "required" error when the unknown option is selected. + * + * By default, the "required" error on the ngModelController is only set on a required select + * when the empty option is selected. This example adds a custom directive that also sets the + * error when the unknown option is selected. + * + * + * + *
    + *
    + *
    + *
    + * Error: Please select a value
    + * + *
    + *
    + *
    + *
    + * + * angular.module('staticSelect', []) + * .controller('ExampleController', ['$scope', function($scope) { + * $scope.selected = null; + * + * $scope.forceUnknownOption = function() { + * $scope.selected = 'nonsense'; + * }; + * }]) + * .directive('unknownValueRequired', function() { + * return { + * priority: 1, // This directive must run after the required directive has added its validator + * require: ['ngModel', 'select'], + * link: function(scope, element, attrs, ctrls) { + * var ngModelCtrl = ctrls[0]; + * var selectCtrl = ctrls[1]; + * + * var originalRequiredValidator = ngModelCtrl.$validators.required; + * + * ngModelCtrl.$validators.required = function() { + * if (attrs.required && selectCtrl.$isUnknownOptionSelected()) { + * return false; + * } + * + * return originalRequiredValidator.apply(this, arguments); + * }; + * } + * }; + * }); + * + * + * it('should show the error message when the unknown option is selected', function() { - var hashedVal = hashKey(value); - $element.val(hashedVal in self.selectValueMap ? hashedVal : value); + var error = element(by.className('error')); - // Set selected attribute and property on selected option for screen readers - var selectedOption = $element[0].options[$element[0].selectedIndex]; - setOptionSelectedStatus(jqLite(selectedOption), true); - } else { - self.selectUnknownOrEmptyOption(value); - } - }; + expect(error.getText()).toBe('Error: Please select a value'); - // Tell the select control that an option, with the given value, has been added - self.addOption = function (value, element) { - // Skip comment nodes, as they only pollute the `optionsMap` - if (element[0].nodeType === NODE_TYPE_COMMENT) return; + element(by.cssContainingText('option', 'Option 1')).click(); - assertNotHasOwnProperty(value, '"option value"'); - if (value === '') { - self.hasEmptyOption = true; - self.emptyOption = element; - } - var count = optionsMap.get(value) || 0; - optionsMap.set(value, count + 1); - // Only render at the end of a digest. This improves render performance when many options - // are added during a digest and ensures all relevant options are correctly marked as selected - scheduleRender(); - }; + expect(error.isPresent()).toBe(false); - // Tell the select control that an option, with the given value, has been removed - self.removeOption = function (value) { - var count = optionsMap.get(value); - if (count) { - if (count === 1) { - optionsMap.delete(value); - if (value === '') { - self.hasEmptyOption = false; - self.emptyOption = undefined; - } - } else { - optionsMap.set(value, count - 1); - } - } - }; + element(by.tagName('button')).click(); - // Check whether the select control has an option matching the given value - self.hasOption = function (value) { - return !!optionsMap.get(value); - }; + expect(error.getText()).toBe('Error: Please select a value'); + }); + * + *
    + * + * + */ +var SelectController = + ['$element', '$scope', /** @this */ function($element, $scope) { - /** - * @ngdoc method - * @name select.SelectController#$hasEmptyOption - * - * @description - * - * Returns `true` if the select element currently has an empty option - * element, i.e. an option that signifies that the select is empty / the selection is null. - * - */ - self.$hasEmptyOption = function () { - return self.hasEmptyOption; - }; + var self = this, + optionsMap = new NgMap(); - /** - * @ngdoc method - * @name select.SelectController#$isUnknownOptionSelected - * - * @description - * - * Returns `true` if the select element's unknown option is selected. The unknown option is added - * and automatically selected whenever the select model doesn't match any option. - * - */ - self.$isUnknownOptionSelected = function () { - // Presence of the unknown option means it is selected - return $element[0].options[0] === self.unknownOption[0]; - }; + self.selectValueMap = {}; // Keys are the hashed values, values the original values - /** - * @ngdoc method - * @name select.SelectController#$isEmptyOptionSelected - * - * @description - * - * Returns `true` if the select element has an empty option and this empty option is currently - * selected. Returns `false` if the select element has no empty option or it is not selected. - * - */ - self.$isEmptyOptionSelected = function () { - return self.hasEmptyOption && $element[0].options[$element[0].selectedIndex] === self.emptyOption[0]; - }; + // If the ngModel doesn't get provided then provide a dummy noop version to prevent errors + self.ngModelCtrl = noopNgModelController; + self.multiple = false; - self.selectUnknownOrEmptyOption = function (value) { - if (value == null && self.emptyOption) { - self.removeUnknownOption(); - self.selectEmptyOption(); - } else if (self.unknownOption.parent().length) { - self.updateUnknownOption(value); - } else { - self.renderUnknownOption(value); - } - }; + // The "unknown" option is one that is prepended to the list if the viewValue + // does not match any of the options. When it is rendered the value of the unknown + // option is '? XXX ?' where XXX is the hashKey of the value that is not known. + // + // Support: IE 9 only + // We can't just jqLite(' - * - *
    - * - *
    - *
    - *
    - * singleSelect = {{data.singleSelect}} - * - *
    - *
    - *
    - * multipleSelect = {{data.multipleSelect}}
    - * - *
    - * - * - * angular.module('staticSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * singleSelect: null, - * multipleSelect: [], - * option1: 'option-1' - * }; - * - * $scope.forceUnknownOption = function() { - * $scope.data.singleSelect = 'nonsense'; - * }; - * }]); - * - *
    + */ + self.$hasEmptyOption = function() { + return self.hasEmptyOption; + }; + + /** + * @ngdoc method + * @name select.SelectController#$isUnknownOptionSelected * - * @example - * ### Using `ngRepeat` to generate `select` options - * - * - *
    - *
    - * - * - *
    - *
    - * model = {{data.model}}
    - *
    - *
    - * - * angular.module('ngrepeatSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * model: null, - * availableOptions: [ - * {id: '1', name: 'Option A'}, - * {id: '2', name: 'Option B'}, - * {id: '3', name: 'Option C'} - * ] - * }; - * }]); - * - *
    + * @description * - * @example - * ### Using `ngValue` to bind the model to an array of objects - * - * - *
    - *
    - * - * - *
    - *
    - *
    model = {{data.model | json}}

    - *
    - *
    - * - * angular.module('ngvalueSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * model: null, - * availableOptions: [ - {value: 'myString', name: 'string'}, - {value: 1, name: 'integer'}, - {value: true, name: 'boolean'}, - {value: null, name: 'null'}, - {value: {prop: 'value'}, name: 'object'}, - {value: ['a'], name: 'array'} - * ] - * }; - * }]); - * - *
    + * Returns `true` if the select element's unknown option is selected. The unknown option is added + * and automatically selected whenever the select model doesn't match any option. * - * @example - * ### Using `select` with `ngOptions` and setting a default value - * See the {@link ngOptions ngOptions documentation} for more `ngOptions` usage examples. - * - * - * - *
    - *
    - * - * - *
    - *
    - * option = {{data.selectedOption}}
    - *
    - *
    - * - * angular.module('defaultValueSelect', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.data = { - * availableOptions: [ - * {id: '1', name: 'Option A'}, - * {id: '2', name: 'Option B'}, - * {id: '3', name: 'Option C'} - * ], - * selectedOption: {id: '3', name: 'Option C'} //This sets the default value of the select in the ui - * }; - * }]); - * - *
    + */ + self.$isUnknownOptionSelected = function() { + // Presence of the unknown option means it is selected + return $element[0].options[0] === self.unknownOption[0]; + }; + + /** + * @ngdoc method + * @name select.SelectController#$isEmptyOptionSelected * - * @example - * ### Binding `select` to a non-string value via `ngModel` parsing / formatting + * @description * - * - * - * - * {{ model }} - * - * - * angular.module('nonStringSelect', []) - * .run(function($rootScope) { - * $rootScope.model = { id: 2 }; - * }) - * .directive('convertToNumber', function() { - * return { - * require: 'ngModel', - * link: function(scope, element, attrs, ngModel) { - * ngModel.$parsers.push(function(val) { - * return parseInt(val, 10); - * }); - * ngModel.$formatters.push(function(val) { - * return '' + val; - * }); - * } - * }; - * }); - * - * - * it('should initialize to model', function() { - * expect(element(by.model('model.id')).$('option:checked').getText()).toEqual('Two'); - * }); - * - * + * Returns `true` if the select element has an empty option and this empty option is currently + * selected. Returns `false` if the select element has no empty option or it is not selected. * */ - var selectDirective = function selectDirective() { + self.$isEmptyOptionSelected = function() { + return self.hasEmptyOption && $element[0].options[$element[0].selectedIndex] === self.emptyOption[0]; + }; - return { - restrict: 'E', - require: ['select', '?ngModel'], - controller: SelectController, - priority: 1, - link: { - pre: selectPreLink, - post: selectPostLink + self.selectUnknownOrEmptyOption = function(value) { + if (value == null && self.emptyOption) { + self.removeUnknownOption(); + self.selectEmptyOption(); + } else if (self.unknownOption.parent().length) { + self.updateUnknownOption(value); + } else { + self.renderUnknownOption(value); + } + }; + + var renderScheduled = false; + function scheduleRender() { + if (renderScheduled) return; + renderScheduled = true; + $scope.$$postDigest(function() { + renderScheduled = false; + self.ngModelCtrl.$render(); + }); + } + + var updateScheduled = false; + function scheduleViewValueUpdate(renderAfter) { + if (updateScheduled) return; + + updateScheduled = true; + + $scope.$$postDigest(function() { + if ($scope.$$destroyed) return; + + updateScheduled = false; + self.ngModelCtrl.$setViewValue(self.readValue()); + if (renderAfter) self.ngModelCtrl.$render(); + }); + } + + + self.registerOption = function(optionScope, optionElement, optionAttrs, interpolateValueFn, interpolateTextFn) { + + if (optionAttrs.$attr.ngValue) { + // The value attribute is set by ngValue + var oldVal, hashedVal = NaN; + optionAttrs.$observe('value', function valueAttributeObserveAction(newVal) { + + var removal; + var previouslySelected = optionElement.prop('selected'); + + if (isDefined(hashedVal)) { + self.removeOption(oldVal); + delete self.selectValueMap[hashedVal]; + removal = true; + } + + hashedVal = hashKey(newVal); + oldVal = newVal; + self.selectValueMap[hashedVal] = newVal; + self.addOption(newVal, optionElement); + // Set the attribute directly instead of using optionAttrs.$set - this stops the observer + // from firing a second time. Other $observers on value will also get the result of the + // ngValue expression, not the hashed value + optionElement.attr('value', hashedVal); + + if (removal && previouslySelected) { + scheduleViewValueUpdate(); + } + + }); + } else if (interpolateValueFn) { + // The value attribute is interpolated + optionAttrs.$observe('value', function valueAttributeObserveAction(newVal) { + // This method is overwritten in ngOptions and has side-effects! + self.readValue(); + + var removal; + var previouslySelected = optionElement.prop('selected'); + + if (isDefined(oldVal)) { + self.removeOption(oldVal); + removal = true; + } + oldVal = newVal; + self.addOption(newVal, optionElement); + + if (removal && previouslySelected) { + scheduleViewValueUpdate(); + } + }); + } else if (interpolateTextFn) { + // The text content is interpolated + optionScope.$watch(interpolateTextFn, function interpolateWatchAction(newVal, oldVal) { + optionAttrs.$set('value', newVal); + var previouslySelected = optionElement.prop('selected'); + if (oldVal !== newVal) { + self.removeOption(oldVal); + } + self.addOption(newVal, optionElement); + + if (oldVal && previouslySelected) { + scheduleViewValueUpdate(); + } + }); + } else { + // The value attribute is static + self.addOption(optionAttrs.value, optionElement); + } + + + optionAttrs.$observe('disabled', function(newVal) { + + // Since model updates will also select disabled options (like ngOptions), + // we only have to handle options becoming disabled, not enabled + + if (newVal === 'true' || newVal && optionElement.prop('selected')) { + if (self.multiple) { + scheduleViewValueUpdate(true); + } else { + self.ngModelCtrl.$setViewValue(null); + self.ngModelCtrl.$render(); + } } - }; + }); + + optionElement.on('$destroy', function() { + var currentValue = self.readValue(); + var removeValue = optionAttrs.value; + + self.removeOption(removeValue); + scheduleRender(); + + if (self.multiple && currentValue && currentValue.indexOf(removeValue) !== -1 || + currentValue === removeValue + ) { + // When multiple (selected) options are destroyed at the same time, we don't want + // to run a model update for each of them. Instead, run a single update in the $$postDigest + scheduleViewValueUpdate(true); + } + }); + }; +}]; + +/** + * @ngdoc directive + * @name select + * @restrict E + * + * @description + * HTML `select` element with angular data-binding. + * + * The `select` directive is used together with {@link ngModel `ngModel`} to provide data-binding + * between the scope and the `` menu is selected, the value of the selected option will be bound + * to the model identified by the `ngModel` directive. With static or repeated options, this is + * the content of the `value` attribute or the textContent of the `
    + + + + + + + + + + + + + + + + +